@charset "UTF-8";
html[data-theme=default] {
  /*!
   * Bootstrap v5.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /* responsive version for sizes, we don't generate xs because it is already generated by bootstrap */
}
html[data-theme=default] :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
html[data-theme=default] *,
html[data-theme=default] *::before,
html[data-theme=default] *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  html[data-theme=default] :root {
    scroll-behavior: smooth;
  }
}
html[data-theme=default] body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir][data-theme=default] body {
  margin: 0;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
}
html[data-theme=default] hr {
  color: inherit;
  opacity: 0.25;
}
html[dir][data-theme=default] hr {
  margin: 1rem 0;
  background-color: currentColor;
  border: 0;
}
html[data-theme=default] hr:not([size]) {
  height: 1px;
}
html[data-theme=default] h6, html[data-theme=default] .h6, html[data-theme=default] h5, html[data-theme=default] .h5, html[data-theme=default] h4, html[data-theme=default] .h4, html[data-theme=default] h3, html[data-theme=default] .h3, html[data-theme=default] h2, html[data-theme=default] .h2, html[data-theme=default] h1, html[data-theme=default] .h1 {
  font-weight: 500;
  line-height: 1.2;
}
html[dir][data-theme=default] h6, html[dir][data-theme=default] .h6, html[dir][data-theme=default] h5, html[dir][data-theme=default] .h5, html[dir][data-theme=default] h4, html[dir][data-theme=default] .h4, html[dir][data-theme=default] h3, html[dir][data-theme=default] .h3, html[dir][data-theme=default] h2, html[dir][data-theme=default] .h2, html[dir][data-theme=default] h1, html[dir][data-theme=default] .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
html[data-theme=default] h1, html[data-theme=default] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  html[data-theme=default] h1, html[data-theme=default] .h1 {
    font-size: 2.5rem;
  }
}
html[data-theme=default] h2, html[data-theme=default] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  html[data-theme=default] h2, html[data-theme=default] .h2 {
    font-size: 2rem;
  }
}
html[data-theme=default] h3, html[data-theme=default] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  html[data-theme=default] h3, html[data-theme=default] .h3 {
    font-size: 1.75rem;
  }
}
html[data-theme=default] h4, html[data-theme=default] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  html[data-theme=default] h4, html[data-theme=default] .h4 {
    font-size: 1.5rem;
  }
}
html[data-theme=default] h5, html[data-theme=default] .h5 {
  font-size: 1.25rem;
}
html[data-theme=default] h6, html[data-theme=default] .h6 {
  font-size: 1rem;
}
html[dir][data-theme=default] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[data-theme=default] abbr[title],
html[data-theme=default] abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
html[dir][data-theme=default] abbr[title], html[dir][data-theme=default] abbr[data-bs-original-title] {
  cursor: help;
}
html[data-theme=default] address {
  font-style: normal;
  line-height: inherit;
}
html[dir][data-theme=default] address {
  margin-bottom: 1rem;
}
html[dir=ltr][data-theme=default] ol, html[dir=ltr][data-theme=default] ul {
  padding-left: 2rem;
}
html[dir=rtl][data-theme=default] ol, html[dir=rtl][data-theme=default] ul {
  padding-right: 2rem;
}
html[dir][data-theme=default] ol, html[dir][data-theme=default] ul, html[dir][data-theme=default] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[dir][data-theme=default] ol ol, html[dir][data-theme=default] ul ul, html[dir][data-theme=default] ol ul, html[dir][data-theme=default] ul ol {
  margin-bottom: 0;
}
html[data-theme=default] dt {
  font-weight: 700;
}
html[dir][data-theme=default] dd {
  margin-bottom: 0.5rem;
}
html[dir=ltr][data-theme=default] dd {
  margin-left: 0;
}
html[dir=rtl][data-theme=default] dd {
  margin-right: 0;
}
html[dir][data-theme=default] blockquote {
  margin: 0 0 1rem;
}
html[data-theme=default] b,
html[data-theme=default] strong {
  font-weight: bolder;
}
html[data-theme=default] small, html[data-theme=default] .field-validation-error, html[data-theme=default] .small, html[data-theme=default] .hint {
  font-size: 0.875em;
}
html[dir][data-theme=default] mark, html[dir][data-theme=default] .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
html[data-theme=default] sub,
html[data-theme=default] sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
html[data-theme=default] sub {
  bottom: -0.25em;
}
html[data-theme=default] sup {
  top: -0.5em;
}
html[data-theme=default] a {
  color: #0d6efd;
  text-decoration: underline;
}
html[data-theme=default] a:hover {
  color: #0a58ca;
}
html[data-theme=default] a:not([href]):not([class]), html[data-theme=default] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
html[data-theme=default] pre,
html[data-theme=default] code,
html[data-theme=default] kbd,
html[data-theme=default] samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
html[data-theme=default] pre {
  display: block;
  overflow: auto;
  font-size: 0.875em;
}
html[dir][data-theme=default] pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[data-theme=default] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
html[data-theme=default] code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > html[data-theme=default] code {
  color: inherit;
}
html[data-theme=default] kbd {
  font-size: 0.875em;
  color: #fff;
}
html[dir][data-theme=default] kbd {
  padding: 0.2rem 0.4rem;
  background-color: #212529;
  border-radius: 0.2rem;
}
html[data-theme=default] kbd kbd {
  font-size: 1em;
  font-weight: 700;
}
html[dir][data-theme=default] kbd kbd {
  padding: 0;
}
html[dir][data-theme=default] figure {
  margin: 0 0 1rem;
}
html[data-theme=default] img,
html[data-theme=default] svg {
  vertical-align: middle;
}
html[data-theme=default] table {
  caption-side: bottom;
  border-collapse: collapse;
}
html[data-theme=default] caption {
  color: #6c757d;
}
html[dir][data-theme=default] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html[dir=ltr][data-theme=default] caption {
  text-align: left;
}
html[dir=rtl][data-theme=default] caption {
  text-align: right;
}
html[dir][data-theme=default] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
html[dir][data-theme=default] thead, html[dir][data-theme=default] tbody, html[dir][data-theme=default] tfoot, html[dir][data-theme=default] tr, html[dir][data-theme=default] td, html[dir][data-theme=default] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
html[data-theme=default] label {
  display: inline-block;
}
html[dir][data-theme=default] button {
  border-radius: 0;
}
html[data-theme=default] button:focus:not(:focus-visible) {
  outline: 0;
}
html[data-theme=default] input,
html[data-theme=default] button,
html[data-theme=default] select,
html[data-theme=default] optgroup,
html[data-theme=default] textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html[dir][data-theme=default] input, html[dir][data-theme=default] button, html[dir][data-theme=default] select, html[dir][data-theme=default] optgroup, html[dir][data-theme=default] textarea {
  margin: 0;
}
html[data-theme=default] button,
html[data-theme=default] select {
  text-transform: none;
}
html[dir][data-theme=default] [role=button] {
  cursor: pointer;
}
html[data-theme=default] select {
  word-wrap: normal;
}
html[data-theme=default] select:disabled {
  opacity: 1;
}
html[data-theme=default] [list]::-webkit-calendar-picker-indicator {
  display: none;
}
html[data-theme=default] button,
html[data-theme=default] [type=button],
html[data-theme=default] [type=reset],
html[data-theme=default] [type=submit] {
  -webkit-appearance: button;
}
html[dir][data-theme=default] button:not(:disabled), html[dir][data-theme=default] [type=button]:not(:disabled), html[dir][data-theme=default] [type=reset]:not(:disabled), html[dir][data-theme=default] [type=submit]:not(:disabled) {
  cursor: pointer;
}
html[dir][data-theme=default] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html[data-theme=default] textarea {
  resize: vertical;
}
html[data-theme=default] fieldset {
  min-width: 0;
}
html[dir][data-theme=default] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
html[data-theme=default] legend {
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
html[dir][data-theme=default] legend {
  padding: 0;
  margin-bottom: 0.5rem;
}
html[dir=ltr][data-theme=default] legend {
  float: left;
}
html[dir=rtl][data-theme=default] legend {
  float: right;
}
@media (min-width: 1200px) {
  html[data-theme=default] legend {
    font-size: 1.5rem;
  }
}
html[dir=ltr][data-theme=default] legend + * {
  clear: left;
}
html[dir=rtl][data-theme=default] legend + * {
  clear: right;
}
html[dir][data-theme=default] ::-webkit-datetime-edit-fields-wrapper, html[dir][data-theme=default] ::-webkit-datetime-edit-text, html[dir][data-theme=default] ::-webkit-datetime-edit-minute, html[dir][data-theme=default] ::-webkit-datetime-edit-hour-field, html[dir][data-theme=default] ::-webkit-datetime-edit-day-field, html[dir][data-theme=default] ::-webkit-datetime-edit-month-field, html[dir][data-theme=default] ::-webkit-datetime-edit-year-field {
  padding: 0;
}
html[data-theme=default] ::-webkit-inner-spin-button {
  height: auto;
}
html[data-theme=default] [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
html[data-theme=default] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
html[dir][data-theme=default] ::-webkit-color-swatch-wrapper {
  padding: 0;
}
html[data-theme=default] ::file-selector-button {
  font: inherit;
}
html[data-theme=default] ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html[data-theme=default] output {
  display: inline-block;
}
html[dir][data-theme=default] iframe {
  border: 0;
}
html[data-theme=default] summary {
  display: list-item;
}
html[dir][data-theme=default] summary {
  cursor: pointer;
}
html[data-theme=default] progress {
  vertical-align: baseline;
}
html[data-theme=default] [hidden] {
  display: none !important;
}
html[data-theme=default] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
html[data-theme=default] .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=default] .display-1 {
    font-size: 5rem;
  }
}
html[data-theme=default] .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=default] .display-2 {
    font-size: 4.5rem;
  }
}
html[data-theme=default] .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=default] .display-3 {
    font-size: 4rem;
  }
}
html[data-theme=default] .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=default] .display-4 {
    font-size: 3.5rem;
  }
}
html[data-theme=default] .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=default] .display-5 {
    font-size: 3rem;
  }
}
html[data-theme=default] .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=default] .display-6 {
    font-size: 2.5rem;
  }
}
html[data-theme=default] .list-unstyled {
  list-style: none;
}
html[dir=ltr][data-theme=default] .list-unstyled {
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .list-unstyled {
  padding-right: 0;
}
html[data-theme=default] .list-inline {
  list-style: none;
}
html[dir=ltr][data-theme=default] .list-inline {
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .list-inline {
  padding-right: 0;
}
html[data-theme=default] .list-inline-item {
  display: inline-block;
}
html[dir=ltr][data-theme=default] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
html[dir=rtl][data-theme=default] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}
html[data-theme=default] .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
html[data-theme=default] .blockquote {
  font-size: 1.25rem;
}
html[dir][data-theme=default] .blockquote {
  margin-bottom: 1rem;
}
html[dir][data-theme=default] .blockquote > :last-child {
  margin-bottom: 0;
}
html[data-theme=default] .blockquote-footer {
  font-size: 0.875em;
  color: #6c757d;
}
html[dir][data-theme=default] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
html[data-theme=default] .blockquote-footer::before {
  content: "— ";
}
html[data-theme=default] .img-fluid {
  max-width: 100%;
  height: auto;
}
html[data-theme=default] .img-thumbnail {
  max-width: 100%;
  height: auto;
}
html[dir][data-theme=default] .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
html[data-theme=default] .figure {
  display: inline-block;
}
html[data-theme=default] .figure-img {
  line-height: 1;
}
html[dir][data-theme=default] .figure-img {
  margin-bottom: 0.5rem;
}
html[data-theme=default] .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
html[data-theme=default] .container,
html[data-theme=default] .container-fluid,
html[data-theme=default] .container-xxl,
html[data-theme=default] .container-xl,
html[data-theme=default] .container-lg,
html[data-theme=default] .container-md,
html[data-theme=default] .container-sm {
  width: 100%;
}
html[dir=ltr][data-theme=default] .container, html[dir=ltr][data-theme=default] .container-fluid, html[dir=ltr][data-theme=default] .container-xxl, html[dir=ltr][data-theme=default] .container-xl, html[dir=ltr][data-theme=default] .container-lg, html[dir=ltr][data-theme=default] .container-md, html[dir=ltr][data-theme=default] .container-sm {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
html[dir=rtl][data-theme=default] .container, html[dir=rtl][data-theme=default] .container-fluid, html[dir=rtl][data-theme=default] .container-xxl, html[dir=rtl][data-theme=default] .container-xl, html[dir=rtl][data-theme=default] .container-lg, html[dir=rtl][data-theme=default] .container-md, html[dir=rtl][data-theme=default] .container-sm {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  html[data-theme=default] .container-sm, html[data-theme=default] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html[data-theme=default] .container-md, html[data-theme=default] .container-sm, html[data-theme=default] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .container-lg, html[data-theme=default] .container-md, html[data-theme=default] .container-sm, html[data-theme=default] .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .container-xl, html[data-theme=default] .container-lg, html[data-theme=default] .container-md, html[data-theme=default] .container-sm, html[data-theme=default] .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  html[data-theme=default] .container-xxl, html[data-theme=default] .container-xl, html[data-theme=default] .container-lg, html[data-theme=default] .container-md, html[data-theme=default] .container-sm, html[data-theme=default] .container {
    max-width: 1320px;
  }
}
html[data-theme=default] .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
html[dir][data-theme=default] .row {
  margin-top: calc(-1 * var(--bs-gutter-y));
}
html[dir=ltr][data-theme=default] .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
html[dir=rtl][data-theme=default] .row {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
html[data-theme=default] .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
html[dir][data-theme=default] .row > * {
  margin-top: var(--bs-gutter-y);
}
html[dir=ltr][data-theme=default] .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
html[dir=rtl][data-theme=default] .row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
html[data-theme=default] .col {
  flex: 1 0 0%;
}
html[data-theme=default] .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
html[data-theme=default] .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
html[data-theme=default] .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
html[data-theme=default] .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
html[data-theme=default] .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
html[data-theme=default] .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
html[data-theme=default] .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
html[data-theme=default] .col-auto {
  flex: 0 0 auto;
  width: auto;
}
html[data-theme=default] .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
html[data-theme=default] .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
html[data-theme=default] .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
html[data-theme=default] .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
html[data-theme=default] .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
html[data-theme=default] .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
html[data-theme=default] .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
html[data-theme=default] .col-8, html[data-theme=default] .col-xsmall {
  flex: 0 0 auto;
  width: 66.66666667%;
}
html[data-theme=default] .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
html[data-theme=default] .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
html[data-theme=default] .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
html[data-theme=default] .col-12, html[data-theme=default] .col-xlarge, html[data-theme=default] .col-large, html[data-theme=default] .col-medium, html[data-theme=default] .col-small {
  flex: 0 0 auto;
  width: 100%;
}
html[dir=ltr][data-theme=default] .offset-1 {
  margin-left: 8.33333333%;
}
html[dir=rtl][data-theme=default] .offset-1 {
  margin-right: 8.33333333%;
}
html[dir=ltr][data-theme=default] .offset-2 {
  margin-left: 16.66666667%;
}
html[dir=rtl][data-theme=default] .offset-2 {
  margin-right: 16.66666667%;
}
html[dir=ltr][data-theme=default] .offset-3 {
  margin-left: 25%;
}
html[dir=rtl][data-theme=default] .offset-3 {
  margin-right: 25%;
}
html[dir=ltr][data-theme=default] .offset-4 {
  margin-left: 33.33333333%;
}
html[dir=rtl][data-theme=default] .offset-4 {
  margin-right: 33.33333333%;
}
html[dir=ltr][data-theme=default] .offset-5 {
  margin-left: 41.66666667%;
}
html[dir=rtl][data-theme=default] .offset-5 {
  margin-right: 41.66666667%;
}
html[dir=ltr][data-theme=default] .offset-6 {
  margin-left: 50%;
}
html[dir=rtl][data-theme=default] .offset-6 {
  margin-right: 50%;
}
html[dir=ltr][data-theme=default] .offset-7 {
  margin-left: 58.33333333%;
}
html[dir=rtl][data-theme=default] .offset-7 {
  margin-right: 58.33333333%;
}
html[dir=ltr][data-theme=default] .offset-8 {
  margin-left: 66.66666667%;
}
html[dir=rtl][data-theme=default] .offset-8 {
  margin-right: 66.66666667%;
}
html[dir=ltr][data-theme=default] .offset-9 {
  margin-left: 75%;
}
html[dir=rtl][data-theme=default] .offset-9 {
  margin-right: 75%;
}
html[dir=ltr][data-theme=default] .offset-10 {
  margin-left: 83.33333333%;
}
html[dir=rtl][data-theme=default] .offset-10 {
  margin-right: 83.33333333%;
}
html[dir=ltr][data-theme=default] .offset-11 {
  margin-left: 91.66666667%;
}
html[dir=rtl][data-theme=default] .offset-11 {
  margin-right: 91.66666667%;
}
html[data-theme=default] .g-0,
html[data-theme=default] .gx-0 {
  --bs-gutter-x: 0;
}
html[data-theme=default] .g-0,
html[data-theme=default] .gy-0 {
  --bs-gutter-y: 0;
}
html[data-theme=default] .g-1,
html[data-theme=default] .gx-1 {
  --bs-gutter-x: 0.25rem;
}
html[data-theme=default] .g-1,
html[data-theme=default] .gy-1 {
  --bs-gutter-y: 0.25rem;
}
html[data-theme=default] .g-2,
html[data-theme=default] .gx-2 {
  --bs-gutter-x: 0.5rem;
}
html[data-theme=default] .g-2,
html[data-theme=default] .gy-2 {
  --bs-gutter-y: 0.5rem;
}
html[data-theme=default] .g-3,
html[data-theme=default] .gx-3 {
  --bs-gutter-x: 1rem;
}
html[data-theme=default] .g-3,
html[data-theme=default] .gy-3 {
  --bs-gutter-y: 1rem;
}
html[data-theme=default] .g-4,
html[data-theme=default] .gx-4 {
  --bs-gutter-x: 1.5rem;
}
html[data-theme=default] .g-4,
html[data-theme=default] .gy-4 {
  --bs-gutter-y: 1.5rem;
}
html[data-theme=default] .g-5,
html[data-theme=default] .gx-5 {
  --bs-gutter-x: 3rem;
}
html[data-theme=default] .g-5,
html[data-theme=default] .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  html[data-theme=default] .col-sm {
    flex: 1 0 0%;
  }
  html[data-theme=default] .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=default] .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=default] .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=default] .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=default] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=default] .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=default] .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .col-sm-4, html[data-theme=default] .col-xsmall {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=default] .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=default] .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=default] .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=default] .col-sm-9, html[data-theme=default] .col-small {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=default] .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=default] .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=default] .col-sm-12, html[data-theme=default] .col-xlarge, html[data-theme=default] .col-large, html[data-theme=default] .col-medium {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=default] .offset-sm-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=default] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=default] .g-sm-0,
  html[data-theme=default] .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=default] .g-sm-0,
  html[data-theme=default] .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=default] .g-sm-1,
  html[data-theme=default] .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=default] .g-sm-1,
  html[data-theme=default] .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=default] .g-sm-2,
  html[data-theme=default] .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=default] .g-sm-2,
  html[data-theme=default] .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=default] .g-sm-3,
  html[data-theme=default] .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=default] .g-sm-3,
  html[data-theme=default] .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=default] .g-sm-4,
  html[data-theme=default] .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=default] .g-sm-4,
  html[data-theme=default] .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=default] .g-sm-5,
  html[data-theme=default] .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=default] .g-sm-5,
  html[data-theme=default] .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  html[data-theme=default] .col-md {
    flex: 1 0 0%;
  }
  html[data-theme=default] .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=default] .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=default] .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=default] .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=default] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=default] .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=default] .col-md-3, html[data-theme=default] .col-xsmall {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=default] .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=default] .col-md-6, html[data-theme=default] .col-small {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=default] .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=default] .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=default] .col-md-10, html[data-theme=default] .col-medium {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=default] .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=default] .col-md-12, html[data-theme=default] .col-xlarge, html[data-theme=default] .col-large {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=default] .offset-md-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=default] .offset-md-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=default] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-md-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-md-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-md-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=default] .offset-md-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=default] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-md-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-md-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-md-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=default] .offset-md-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=default] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-md-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-md-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-md-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=default] .offset-md-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=default] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-md-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-md-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=default] .g-md-0,
  html[data-theme=default] .gx-md-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=default] .g-md-0,
  html[data-theme=default] .gy-md-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=default] .g-md-1,
  html[data-theme=default] .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=default] .g-md-1,
  html[data-theme=default] .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=default] .g-md-2,
  html[data-theme=default] .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=default] .g-md-2,
  html[data-theme=default] .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=default] .g-md-3,
  html[data-theme=default] .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=default] .g-md-3,
  html[data-theme=default] .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=default] .g-md-4,
  html[data-theme=default] .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=default] .g-md-4,
  html[data-theme=default] .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=default] .g-md-5,
  html[data-theme=default] .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=default] .g-md-5,
  html[data-theme=default] .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .col-lg {
    flex: 1 0 0%;
  }
  html[data-theme=default] .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=default] .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=default] .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=default] .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=default] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=default] .col-lg-2, html[data-theme=default] .col-xsmall {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=default] .col-lg-3, html[data-theme=default] .col-small {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=default] .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=default] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=default] .col-lg-8, html[data-theme=default] .col-medium {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=default] .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=default] .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=default] .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=default] .col-lg-12, html[data-theme=default] .col-xlarge, html[data-theme=default] .col-large {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=default] .offset-lg-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=default] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=default] .g-lg-0,
  html[data-theme=default] .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=default] .g-lg-0,
  html[data-theme=default] .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=default] .g-lg-1,
  html[data-theme=default] .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=default] .g-lg-1,
  html[data-theme=default] .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=default] .g-lg-2,
  html[data-theme=default] .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=default] .g-lg-2,
  html[data-theme=default] .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=default] .g-lg-3,
  html[data-theme=default] .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=default] .g-lg-3,
  html[data-theme=default] .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=default] .g-lg-4,
  html[data-theme=default] .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=default] .g-lg-4,
  html[data-theme=default] .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=default] .g-lg-5,
  html[data-theme=default] .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=default] .g-lg-5,
  html[data-theme=default] .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .col-xl {
    flex: 1 0 0%;
  }
  html[data-theme=default] .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=default] .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=default] .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=default] .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=default] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .col-xl-1, html[data-theme=default] .col-xsmall {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=default] .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=default] .col-xl-3, html[data-theme=default] .col-small {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=default] .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=default] .col-xl-6, html[data-theme=default] .col-medium {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=default] .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=default] .col-xl-9, html[data-theme=default] .col-large {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=default] .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=default] .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=default] .col-xl-12, html[data-theme=default] .col-xlarge {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=default] .offset-xl-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=default] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=default] .g-xl-0,
  html[data-theme=default] .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=default] .g-xl-0,
  html[data-theme=default] .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=default] .g-xl-1,
  html[data-theme=default] .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=default] .g-xl-1,
  html[data-theme=default] .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=default] .g-xl-2,
  html[data-theme=default] .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=default] .g-xl-2,
  html[data-theme=default] .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=default] .g-xl-3,
  html[data-theme=default] .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=default] .g-xl-3,
  html[data-theme=default] .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=default] .g-xl-4,
  html[data-theme=default] .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=default] .g-xl-4,
  html[data-theme=default] .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=default] .g-xl-5,
  html[data-theme=default] .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=default] .g-xl-5,
  html[data-theme=default] .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  html[data-theme=default] .col-xxl {
    flex: 1 0 0%;
  }
  html[data-theme=default] .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=default] .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=default] .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=default] .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=default] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=default] .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=default] .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=default] .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=default] .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=default] .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=default] .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=default] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=default] .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=default] .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=default] .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=default] .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=default] .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=default] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=default] .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=default] .g-xxl-0,
  html[data-theme=default] .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=default] .g-xxl-0,
  html[data-theme=default] .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=default] .g-xxl-1,
  html[data-theme=default] .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=default] .g-xxl-1,
  html[data-theme=default] .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=default] .g-xxl-2,
  html[data-theme=default] .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=default] .g-xxl-2,
  html[data-theme=default] .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=default] .g-xxl-3,
  html[data-theme=default] .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=default] .g-xxl-3,
  html[data-theme=default] .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=default] .g-xxl-4,
  html[data-theme=default] .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=default] .g-xxl-4,
  html[data-theme=default] .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=default] .g-xxl-5,
  html[data-theme=default] .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=default] .g-xxl-5,
  html[data-theme=default] .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
html[data-theme=default] .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  color: #212529;
  vertical-align: top;
}
html[dir][data-theme=default] .table {
  margin-bottom: 1rem;
  border-color: #dee2e6;
}
html[dir][data-theme=default] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
html[data-theme=default] .table > tbody {
  vertical-align: inherit;
}
html[data-theme=default] .table > thead {
  vertical-align: bottom;
}
html[dir][data-theme=default] .table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
html[data-theme=default] .caption-top {
  caption-side: top;
}
html[dir][data-theme=default] .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
html[dir][data-theme=default] .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
html[dir][data-theme=default] .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
html[dir][data-theme=default] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
html[dir][data-theme=default] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
html[data-theme=default] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
html[data-theme=default] .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
html[data-theme=default] .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
html[data-theme=default] .table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=default] .table-primary {
  border-color: #bacbe6;
}
html[data-theme=default] .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=default] .table-secondary {
  border-color: #cbccce;
}
html[data-theme=default] .table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=default] .table-success {
  border-color: #bcd0c7;
}
html[data-theme=default] .table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=default] .table-info {
  border-color: #badce3;
}
html[data-theme=default] .table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=default] .table-warning {
  border-color: #e6dbb9;
}
html[data-theme=default] .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=default] .table-danger {
  border-color: #dfc2c4;
}
html[data-theme=default] .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=default] .table-light {
  border-color: #dfe0e1;
}
html[data-theme=default] .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
}
html[dir][data-theme=default] .table-dark {
  border-color: #373b3e;
}
html[data-theme=default] .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  html[data-theme=default] .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  html[data-theme=default] .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  html[data-theme=default] .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  html[data-theme=default] .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  html[data-theme=default] .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
html[dir][data-theme=default] .form-label {
  margin-bottom: 0.5rem;
}
html[data-theme=default] .col-form-label {
  font-size: inherit;
  line-height: 1.5;
}
html[dir][data-theme=default] .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}
html[data-theme=default] .col-form-label-lg {
  font-size: 1.25rem;
}
html[dir][data-theme=default] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}
html[data-theme=default] .col-form-label-sm {
  font-size: 0.875rem;
}
html[dir][data-theme=default] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}
html[data-theme=default] .form-text {
  font-size: 0.875em;
  color: #6c757d;
}
html[dir][data-theme=default] .form-text {
  margin-top: 0.25rem;
}
html[data-theme=default] .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=default] .form-control {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-control {
    transition: none;
  }
}
html[data-theme=default] .form-control[type=file] {
  overflow: hidden;
}
html[dir][data-theme=default] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
html[data-theme=default] .form-control:focus {
  color: #212529;
  outline: 0;
}
html[dir][data-theme=default] .form-control:focus {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[data-theme=default] .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
html[data-theme=default] .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
html[data-theme=default] .form-control:disabled, html[data-theme=default] .form-control[readonly] {
  opacity: 1;
}
html[dir][data-theme=default] .form-control:disabled, html[dir][data-theme=default] .form-control[readonly] {
  background-color: #e9ecef;
}
html[data-theme=default] .form-control::file-selector-button {
  margin-inline-end: 0.75rem;
  color: #212529;
  pointer-events: none;
  border-inline-end-width: 1px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=default] .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-control::file-selector-button {
    transition: none;
  }
}
html[dir][data-theme=default] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
html[data-theme=default] .form-control::-webkit-file-upload-button {
  margin-inline-end: 0.75rem;
  color: #212529;
  pointer-events: none;
  border-inline-end-width: 1px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=default] .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
html[dir][data-theme=default] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
html[data-theme=default] .form-control-plaintext {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #212529;
}
html[dir][data-theme=default] .form-control-plaintext {
  padding: 0.375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
html[dir=ltr][data-theme=default] .form-control-plaintext.form-control-sm, html[dir=ltr][data-theme=default] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .form-control-plaintext.form-control-sm, html[dir=rtl][data-theme=default] .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}
html[data-theme=default] .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}
html[dir][data-theme=default] .form-control-sm {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
html[data-theme=default] .form-control-sm::file-selector-button {
  margin-inline-end: 0.5rem;
}
html[dir][data-theme=default] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
}
html[data-theme=default] .form-control-sm::-webkit-file-upload-button {
  margin-inline-end: 0.5rem;
}
html[dir][data-theme=default] .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
}
html[data-theme=default] .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}
html[dir][data-theme=default] .form-control-lg {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
html[data-theme=default] .form-control-lg::file-selector-button {
  margin-inline-end: 1rem;
}
html[dir][data-theme=default] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
}
html[data-theme=default] .form-control-lg::-webkit-file-upload-button {
  margin-inline-end: 1rem;
}
html[dir][data-theme=default] .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
}
html[data-theme=default] textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
html[data-theme=default] textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
html[data-theme=default] textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
html[data-theme=default] .form-control-color {
  width: 3rem;
  height: auto;
}
html[dir][data-theme=default] .form-control-color {
  padding: 0.375rem;
}
html[dir][data-theme=default] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
html[data-theme=default] .form-control-color::-moz-color-swatch {
  height: 1.5em;
}
html[dir][data-theme=default] .form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}
html[data-theme=default] .form-control-color::-webkit-color-swatch {
  height: 1.5em;
}
html[dir][data-theme=default] .form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}
html[data-theme=default] .form-select {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
html[dir][data-theme=default] .form-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=default] .form-select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-position: right 0.75rem center;
}
html[dir=rtl][data-theme=default] .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-select {
    transition: none;
  }
}
html[data-theme=default] .form-select:focus {
  outline: 0;
}
html[dir][data-theme=default] .form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[dir][data-theme=default] .form-select[multiple], html[dir][data-theme=default] .form-select[size]:not([size="1"]) {
  background-image: none;
}
html[dir=ltr][data-theme=default] .form-select[multiple], html[dir=ltr][data-theme=default] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}
html[dir=rtl][data-theme=default] .form-select[multiple], html[dir=rtl][data-theme=default] .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}
html[dir][data-theme=default] .form-select:disabled {
  background-color: #e9ecef;
}
html[data-theme=default] .form-select:-moz-focusring {
  color: transparent;
}
html[dir][data-theme=default] .form-select:-moz-focusring {
  text-shadow: 0 0 0 #212529;
}
html[data-theme=default] .form-select-sm {
  font-size: 0.875rem;
}
html[dir][data-theme=default] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.2rem;
}
html[dir=ltr][data-theme=default] .form-select-sm {
  padding-left: 0.5rem;
}
html[dir=rtl][data-theme=default] .form-select-sm {
  padding-right: 0.5rem;
}
html[data-theme=default] .form-select-lg {
  font-size: 1.25rem;
}
html[dir][data-theme=default] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.3rem;
}
html[dir=ltr][data-theme=default] .form-select-lg {
  padding-left: 1rem;
}
html[dir=rtl][data-theme=default] .form-select-lg {
  padding-right: 1rem;
}
html[data-theme=default] .form-check {
  display: block;
  min-height: 1.5rem;
}
html[dir][data-theme=default] .form-check {
  margin-bottom: 0.125rem;
}
html[dir=ltr][data-theme=default] .form-check {
  padding-left: 1.5em;
}
html[dir=rtl][data-theme=default] .form-check {
  padding-right: 1.5em;
}
html[dir=ltr][data-theme=default] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
html[dir=rtl][data-theme=default] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
html[data-theme=default] .form-check-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  appearance: none;
  color-adjust: exact;
}
html[dir][data-theme=default] .form-check-input {
  margin-top: 0.25em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
html[dir][data-theme=default] .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
html[dir][data-theme=default] .form-check-input[type=radio] {
  border-radius: 50%;
}
html[data-theme=default] .form-check-input:active {
  filter: brightness(90%);
}
html[data-theme=default] .form-check-input:focus {
  outline: 0;
}
html[dir][data-theme=default] .form-check-input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[dir][data-theme=default] .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
html[dir][data-theme=default] .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
html[dir][data-theme=default] .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
html[dir][data-theme=default] .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
html[data-theme=default] .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
html[data-theme=default] .form-check-input[disabled] ~ .form-check-label, html[data-theme=default] .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
html[dir=ltr][data-theme=default] .form-switch {
  padding-left: 2.5em;
}
html[dir=rtl][data-theme=default] .form-switch {
  padding-right: 2.5em;
}
html[data-theme=default] .form-switch .form-check-input {
  width: 2em;
  transition: background-position 0.15s ease-in-out;
}
html[dir][data-theme=default] .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  border-radius: 2em;
}
html[dir=ltr][data-theme=default] .form-switch .form-check-input {
  margin-left: -2.5em;
  background-position: left center;
}
html[dir=rtl][data-theme=default] .form-switch .form-check-input {
  margin-right: -2.5em;
  background-position: right center;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-switch .form-check-input {
    transition: none;
  }
}
html[dir][data-theme=default] .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
html[dir][data-theme=default] .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
html[dir=ltr][data-theme=default] .form-switch .form-check-input:checked {
  background-position: right center;
}
html[dir=rtl][data-theme=default] .form-switch .form-check-input:checked {
  background-position: left center;
}
html[data-theme=default] .form-check-inline {
  display: inline-block;
}
html[dir=ltr][data-theme=default] .form-check-inline {
  margin-right: 1rem;
}
html[dir=rtl][data-theme=default] .form-check-inline {
  margin-left: 1rem;
}
html[data-theme=default] .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html[data-theme=default] .btn-check[disabled] + .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-check[disabled] + .close, html[data-theme=default] .btn-check[disabled] + .button, html[data-theme=default] .bootstrap-select .popover-header .btn-check[disabled] + .close, html[data-theme=default] .btn-check:disabled + .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-check:disabled + .close, html[data-theme=default] .btn-check:disabled + .button, html[data-theme=default] .bootstrap-select .popover-header .btn-check:disabled + .close {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
html[data-theme=default] .form-range {
  width: 100%;
  height: 1.5rem;
  appearance: none;
}
html[dir][data-theme=default] .form-range {
  padding: 0;
  background-color: transparent;
}
html[data-theme=default] .form-range:focus {
  outline: 0;
}
html[dir][data-theme=default] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[dir][data-theme=default] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[dir][data-theme=default] .form-range::-moz-focus-outer {
  border: 0;
}
html[data-theme=default] .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
html[dir][data-theme=default] .form-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
html[dir][data-theme=default] .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
html[data-theme=default] .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
html[dir][data-theme=default] .form-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html[data-theme=default] .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
html[dir][data-theme=default] .form-range::-moz-range-thumb {
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-range::-moz-range-thumb {
    transition: none;
  }
}
html[dir][data-theme=default] .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
html[data-theme=default] .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
html[dir][data-theme=default] .form-range::-moz-range-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html[data-theme=default] .form-range:disabled {
  pointer-events: none;
}
html[dir][data-theme=default] .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
html[dir][data-theme=default] .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
html[data-theme=default] .form-floating {
  position: relative;
}
html[data-theme=default] .form-floating > .form-control,
html[data-theme=default] .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
html[data-theme=default] .form-floating > label {
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
html[dir][data-theme=default] .form-floating > label {
  padding: 1rem 0.75rem;
  border: 1px solid transparent;
}
html[dir=ltr][data-theme=default] .form-floating > label {
  left: 0;
  transform-origin: 0 0;
}
html[dir=rtl][data-theme=default] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .form-floating > label {
    transition: none;
  }
}
html[dir][data-theme=default] .form-floating > .form-control {
  padding: 1rem 0.75rem;
}
html[data-theme=default] .form-floating > .form-control::placeholder {
  color: transparent;
}
html[dir][data-theme=default] .form-floating > .form-control:focus, html[dir][data-theme=default] .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html[dir][data-theme=default] .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html[dir][data-theme=default] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html[data-theme=default] .form-floating > .form-control:focus ~ label,
html[data-theme=default] .form-floating > .form-control:not(:placeholder-shown) ~ label,
html[data-theme=default] .form-floating > .form-select ~ label {
  opacity: 0.65;
}
html[dir=ltr][data-theme=default] .form-floating > .form-control:focus ~ label, html[dir=ltr][data-theme=default] .form-floating > .form-control:not(:placeholder-shown) ~ label, html[dir=ltr][data-theme=default] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
html[dir=rtl][data-theme=default] .form-floating > .form-control:focus ~ label, html[dir=rtl][data-theme=default] .form-floating > .form-control:not(:placeholder-shown) ~ label, html[dir=rtl][data-theme=default] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
html[data-theme=default] .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
}
html[dir=ltr][data-theme=default] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
html[dir=rtl][data-theme=default] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
html[data-theme=default] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
html[data-theme=default] .input-group > .form-control,
html[data-theme=default] .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
html[data-theme=default] .input-group > .form-control:focus,
html[data-theme=default] .input-group > .form-select:focus {
  z-index: 3;
}
html[data-theme=default] .input-group .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .input-group .close, html[data-theme=default] .input-group .button, html[data-theme=default] .input-group .bootstrap-select .popover-header .close, html[data-theme=default] .bootstrap-select .popover-header .input-group .close {
  position: relative;
  z-index: 2;
}
html[data-theme=default] .input-group .btn:focus, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .input-group .close:focus, html[data-theme=default] .input-group .button:focus, html[data-theme=default] .input-group .bootstrap-select .popover-header .close:focus, html[data-theme=default] .bootstrap-select .popover-header .input-group .close:focus {
  z-index: 3;
}
html[data-theme=default] .input-group-text {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  white-space: nowrap;
}
html[dir][data-theme=default] .input-group-text {
  padding: 0.375rem 0.75rem;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
html[data-theme=default] .input-group-lg > .form-control,
html[data-theme=default] .input-group-lg > .form-select,
html[data-theme=default] .input-group-lg > .input-group-text,
html[data-theme=default] .input-group-lg > .btn,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .input-group-lg > .close,
html[data-theme=default] .input-group-lg > .button,
html[data-theme=default] .bootstrap-select .popover-header .input-group-lg > .close {
  font-size: 1.25rem;
}
html[dir][data-theme=default] .input-group-lg > .form-control, html[dir][data-theme=default] .input-group-lg > .form-select, html[dir][data-theme=default] .input-group-lg > .input-group-text, html[dir][data-theme=default] .input-group-lg > .btn, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .input-group-lg > .close, html[dir][data-theme=default] .input-group-lg > .button, html[dir][data-theme=default] .bootstrap-select .popover-header .input-group-lg > .close {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
html[data-theme=default] .input-group-sm > .form-control,
html[data-theme=default] .input-group-sm > .form-select,
html[data-theme=default] .input-group-sm > .input-group-text,
html[data-theme=default] .input-group-sm > .btn,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .input-group-sm > .close,
html[data-theme=default] .input-group-sm > .button,
html[data-theme=default] .bootstrap-select .popover-header .input-group-sm > .close {
  font-size: 0.875rem;
}
html[dir][data-theme=default] .input-group-sm > .form-control, html[dir][data-theme=default] .input-group-sm > .form-select, html[dir][data-theme=default] .input-group-sm > .input-group-text, html[dir][data-theme=default] .input-group-sm > .btn, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .input-group-sm > .close, html[dir][data-theme=default] .input-group-sm > .button, html[dir][data-theme=default] .bootstrap-select .popover-header .input-group-sm > .close {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
html[dir=ltr][data-theme=default] .input-group-lg > .form-select, html[dir=ltr][data-theme=default] .input-group-sm > .form-select {
  padding-right: 3rem;
}
html[dir=rtl][data-theme=default] .input-group-lg > .form-select, html[dir=rtl][data-theme=default] .input-group-sm > .form-select {
  padding-left: 3rem;
}
html[dir=ltr][data-theme=default] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), html[dir=ltr][data-theme=default] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl][data-theme=default] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), html[dir=rtl][data-theme=default] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=ltr][data-theme=default] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), html[dir=ltr][data-theme=default] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl][data-theme=default] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), html[dir=rtl][data-theme=default] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=ltr][data-theme=default] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=default] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[data-theme=default] .valid-feedback {
  display: none;
  width: 100%;
  font-size: 0.875em;
  color: #198754;
}
html[dir][data-theme=default] .valid-feedback {
  margin-top: 0.25rem;
}
html[data-theme=default] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
}
html[dir][data-theme=default] .valid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated html[data-theme=default]:valid ~ .valid-feedback,
.was-validated html[data-theme=default]:valid ~ .valid-tooltip, html[data-theme=default].is-valid ~ .valid-feedback,
html[data-theme=default].is-valid ~ .valid-tooltip {
  display: block;
}
[dir] .was-validated html[data-theme=default] .form-control:valid, html[dir][data-theme=default] .form-control.is-valid {
  border-color: #198754;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=default] .form-control:valid, html[dir=ltr][data-theme=default] .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}
[dir=rtl] .was-validated html[data-theme=default] .form-control:valid, html[dir=rtl][data-theme=default] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated html[data-theme=default] .form-control:valid:focus, html[dir][data-theme=default] .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
[dir=ltr] .was-validated html[data-theme=default] textarea.form-control:valid, html[dir=ltr][data-theme=default] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
[dir=rtl] .was-validated html[data-theme=default] textarea.form-control:valid, html[dir=rtl][data-theme=default] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
[dir] .was-validated html[data-theme=default] .form-select:valid, html[dir][data-theme=default] .form-select.is-valid {
  border-color: #198754;
}
[dir] .was-validated html[data-theme=default] .form-select:valid:not([multiple]):not([size]), [dir] .was-validated html[data-theme=default] .form-select:valid:not([multiple])[size="1"], html[dir][data-theme=default] .form-select.is-valid:not([multiple]):not([size]), html[dir][data-theme=default] .form-select.is-valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=default] .form-select:valid:not([multiple]):not([size]), [dir=ltr] .was-validated html[data-theme=default] .form-select:valid:not([multiple])[size="1"], html[dir=ltr][data-theme=default] .form-select.is-valid:not([multiple]):not([size]), html[dir=ltr][data-theme=default] .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated html[data-theme=default] .form-select:valid:not([multiple]):not([size]), [dir=rtl] .was-validated html[data-theme=default] .form-select:valid:not([multiple])[size="1"], html[dir=rtl][data-theme=default] .form-select.is-valid:not([multiple]):not([size]), html[dir=rtl][data-theme=default] .form-select.is-valid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated html[data-theme=default] .form-select:valid:focus, html[dir][data-theme=default] .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
[dir] .was-validated html[data-theme=default] .form-check-input:valid, html[dir][data-theme=default] .form-check-input.is-valid {
  border-color: #198754;
}
[dir] .was-validated html[data-theme=default] .form-check-input:valid:checked, html[dir][data-theme=default] .form-check-input.is-valid:checked {
  background-color: #198754;
}
[dir] .was-validated html[data-theme=default] .form-check-input:valid:focus, html[dir][data-theme=default] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated html[data-theme=default] .form-check-input:valid ~ .form-check-label, html[data-theme=default] .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
html[dir=ltr][data-theme=default] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
html[dir=rtl][data-theme=default] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}
.was-validated html[data-theme=default] .input-group .form-control:valid, html[data-theme=default] .input-group .form-control.is-valid,
.was-validated html[data-theme=default] .input-group .form-select:valid,
html[data-theme=default] .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated html[data-theme=default] .input-group .form-control:valid:focus, html[data-theme=default] .input-group .form-control.is-valid:focus,
.was-validated html[data-theme=default] .input-group .form-select:valid:focus,
html[data-theme=default] .input-group .form-select.is-valid:focus {
  z-index: 3;
}
html[data-theme=default] .invalid-feedback {
  display: none;
  width: 100%;
  font-size: 0.875em;
  color: #dc3545;
}
html[dir][data-theme=default] .invalid-feedback {
  margin-top: 0.25rem;
}
html[data-theme=default] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
}
html[dir][data-theme=default] .invalid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated html[data-theme=default]:invalid ~ .invalid-feedback,
.was-validated html[data-theme=default]:invalid ~ .invalid-tooltip, html[data-theme=default].is-invalid ~ .invalid-feedback, html[data-theme=darkmode] html[data-theme=default].has-validation-error ~ .invalid-feedback, html[data-theme=darkmode] html[data-theme=default].input-validation-error ~ .invalid-feedback, html[data-theme=default] html[data-theme=default].has-validation-error ~ .invalid-feedback, html[data-theme=default] html[data-theme=default].input-validation-error ~ .invalid-feedback,
html[data-theme=default].is-invalid ~ .invalid-tooltip,
html[data-theme=darkmode] html[data-theme=default].has-validation-error ~ .invalid-tooltip,
html[data-theme=darkmode] html[data-theme=default].input-validation-error ~ .invalid-tooltip,
html[data-theme=default] html[data-theme=default].has-validation-error ~ .invalid-tooltip,
html[data-theme=default] html[data-theme=default].input-validation-error ~ .invalid-tooltip {
  display: block;
}
[dir] .was-validated html[data-theme=default] .form-control:invalid, html[dir][data-theme=default] .form-control.is-invalid, html[dir][data-theme=default] .form-control.has-validation-error, html[dir][data-theme=default] .form-control.input-validation-error {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=default] .form-control:invalid, html[dir=ltr][data-theme=default] .form-control.is-invalid, html[dir=ltr][data-theme=default] .form-control.has-validation-error, html[dir=ltr][data-theme=default] .form-control.input-validation-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}
[dir=rtl] .was-validated html[data-theme=default] .form-control:invalid, html[dir=rtl][data-theme=default] .form-control.is-invalid, html[dir=rtl][data-theme=default] .form-control.has-validation-error, html[dir=rtl][data-theme=default] .form-control.input-validation-error {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated html[data-theme=default] .form-control:invalid:focus, html[dir][data-theme=default] .form-control.is-invalid:focus, html[dir][data-theme=default] .form-control.has-validation-error:focus, html[dir][data-theme=default] .form-control.input-validation-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
[dir=ltr] .was-validated html[data-theme=default] textarea.form-control:invalid, html[dir=ltr][data-theme=default] textarea.form-control.is-invalid, html[dir=ltr][data-theme=default] textarea.form-control.has-validation-error, html[dir=ltr][data-theme=default] textarea.form-control.input-validation-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
[dir=rtl] .was-validated html[data-theme=default] textarea.form-control:invalid, html[dir=rtl][data-theme=default] textarea.form-control.is-invalid, html[dir=rtl][data-theme=default] textarea.form-control.has-validation-error, html[dir=rtl][data-theme=default] textarea.form-control.input-validation-error {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
[dir] .was-validated html[data-theme=default] .form-select:invalid, html[dir][data-theme=default] .form-select.is-invalid, html[dir][data-theme=default] .form-select.has-validation-error, html[dir][data-theme=default] .form-select.input-validation-error {
  border-color: #dc3545;
}
[dir] .was-validated html[data-theme=default] .form-select:invalid:not([multiple]):not([size]), [dir] .was-validated html[data-theme=default] .form-select:invalid:not([multiple])[size="1"], html[dir][data-theme=default] .form-select.is-invalid:not([multiple]):not([size]), html[dir][data-theme=default] .form-select.has-validation-error:not([multiple]):not([size]), html[dir][data-theme=default] .form-select.input-validation-error:not([multiple]):not([size]), html[dir][data-theme=default] .form-select.is-invalid:not([multiple])[size="1"], html[dir][data-theme=default] .form-select.has-validation-error:not([multiple])[size="1"], html[dir][data-theme=default] .form-select.input-validation-error:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=default] .form-select:invalid:not([multiple]):not([size]), [dir=ltr] .was-validated html[data-theme=default] .form-select:invalid:not([multiple])[size="1"], html[dir=ltr][data-theme=default] .form-select.is-invalid:not([multiple]):not([size]), html[dir=ltr][data-theme=default] .form-select.has-validation-error:not([multiple]):not([size]), html[dir=ltr][data-theme=default] .form-select.input-validation-error:not([multiple]):not([size]), html[dir=ltr][data-theme=default] .form-select.is-invalid:not([multiple])[size="1"], html[dir=ltr][data-theme=default] .form-select.has-validation-error:not([multiple])[size="1"], html[dir=ltr][data-theme=default] .form-select.input-validation-error:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated html[data-theme=default] .form-select:invalid:not([multiple]):not([size]), [dir=rtl] .was-validated html[data-theme=default] .form-select:invalid:not([multiple])[size="1"], html[dir=rtl][data-theme=default] .form-select.is-invalid:not([multiple]):not([size]), html[dir=rtl][data-theme=default] .form-select.has-validation-error:not([multiple]):not([size]), html[dir=rtl][data-theme=default] .form-select.input-validation-error:not([multiple]):not([size]), html[dir=rtl][data-theme=default] .form-select.is-invalid:not([multiple])[size="1"], html[dir=rtl][data-theme=default] .form-select.has-validation-error:not([multiple])[size="1"], html[dir=rtl][data-theme=default] .form-select.input-validation-error:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated html[data-theme=default] .form-select:invalid:focus, html[dir][data-theme=default] .form-select.is-invalid:focus, html[dir][data-theme=default] .form-select.has-validation-error:focus, html[dir][data-theme=default] .form-select.input-validation-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
[dir] .was-validated html[data-theme=default] .form-check-input:invalid, html[dir][data-theme=default] .form-check-input.is-invalid, html[dir][data-theme=default] .form-check-input.has-validation-error, html[dir][data-theme=default] .form-check-input.input-validation-error {
  border-color: #dc3545;
}
[dir] .was-validated html[data-theme=default] .form-check-input:invalid:checked, html[dir][data-theme=default] .form-check-input.is-invalid:checked, html[dir][data-theme=default] .form-check-input.has-validation-error:checked, html[dir][data-theme=default] .form-check-input.input-validation-error:checked {
  background-color: #dc3545;
}
[dir] .was-validated html[data-theme=default] .form-check-input:invalid:focus, html[dir][data-theme=default] .form-check-input.is-invalid:focus, html[dir][data-theme=default] .form-check-input.has-validation-error:focus, html[dir][data-theme=default] .form-check-input.input-validation-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated html[data-theme=default] .form-check-input:invalid ~ .form-check-label, html[data-theme=default] .form-check-input.is-invalid ~ .form-check-label, html[data-theme=default] .form-check-input.has-validation-error ~ .form-check-label, html[data-theme=default] .form-check-input.input-validation-error ~ .form-check-label {
  color: #dc3545;
}
html[dir=ltr][data-theme=default] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
html[dir=rtl][data-theme=default] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}
.was-validated html[data-theme=default] .input-group .form-control:invalid, html[data-theme=default] .input-group .form-control.is-invalid, html[data-theme=default] .input-group .form-control.has-validation-error, html[data-theme=default] .input-group .form-control.input-validation-error,
.was-validated html[data-theme=default] .input-group .form-select:invalid,
html[data-theme=default] .input-group .form-select.is-invalid,
html[data-theme=default] .input-group .form-select.has-validation-error,
html[data-theme=default] .input-group .form-select.input-validation-error {
  z-index: 2;
}
.was-validated html[data-theme=default] .input-group .form-control:invalid:focus, html[data-theme=default] .input-group .form-control.is-invalid:focus, html[data-theme=default] .input-group .form-control.has-validation-error:focus, html[data-theme=default] .input-group .form-control.input-validation-error:focus,
.was-validated html[data-theme=default] .input-group .form-select:invalid:focus,
html[data-theme=default] .input-group .form-select.is-invalid:focus,
html[data-theme=default] .input-group .form-select.has-validation-error:focus,
html[data-theme=default] .input-group .form-select.input-validation-error:focus {
  z-index: 3;
}
html[data-theme=default] .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close, html[data-theme=default] .button, html[data-theme=default] .bootstrap-select .popover-header .close {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=default] .btn, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close, html[dir][data-theme=default] .button, html[dir][data-theme=default] .bootstrap-select .popover-header .close {
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close, html[data-theme=default] .button, html[data-theme=default] .bootstrap-select .popover-header .close {
    transition: none;
  }
}
html[data-theme=default] .btn:hover, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:hover, html[data-theme=default] .button:hover, html[data-theme=default] .bootstrap-select .popover-header .close:hover {
  color: #212529;
}
.btn-check:focus + html[data-theme=default] .btn, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-check:focus + html[data-theme=default] .close, .btn-check:focus + html[data-theme=default] .button, .btn-check:focus + html[data-theme=default] .bootstrap-select .popover-header .close, html[data-theme=default] .btn:focus, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:focus, html[data-theme=default] .button:focus, html[data-theme=default] .bootstrap-select .popover-header .close:focus {
  outline: 0;
}
[dir] .btn-check:focus + html[data-theme=default] .btn, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .btn-check:focus + html[data-theme=default] .close, [dir] .btn-check:focus + html[data-theme=default] .button, [dir] .btn-check:focus + html[data-theme=default] .bootstrap-select .popover-header .close, html[dir][data-theme=default] .btn:focus, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:focus, html[dir][data-theme=default] .button:focus, html[dir][data-theme=default] .bootstrap-select .popover-header .close:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[data-theme=default] .btn:disabled, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:disabled, html[data-theme=default] .button:disabled, html[data-theme=default] .bootstrap-select .popover-header .close:disabled, html[data-theme=default] .btn.disabled, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .disabled.close, html[data-theme=default] .disabled.button, html[data-theme=default] .bootstrap-select .popover-header .disabled.close, fieldset:disabled html[data-theme=default] .btn, html[data-theme=darkmode] .bootstrap-select .popover-header fieldset:disabled html[data-theme=default] .close, fieldset:disabled html[data-theme=default] .button, fieldset:disabled html[data-theme=default] .bootstrap-select .popover-header .close {
  pointer-events: none;
  opacity: 0.65;
}
html[data-theme=default] .btn-primary, html[data-theme=default] .button {
  color: #fff;
}
html[dir][data-theme=default] .btn-primary, html[dir][data-theme=default] .button {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
html[data-theme=default] .btn-primary:hover, html[data-theme=default] .button:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-primary:hover, html[dir][data-theme=default] .button:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + html[data-theme=default] .btn-primary, .btn-check:focus + html[data-theme=default] .button, html[data-theme=default] .btn-primary:focus, html[data-theme=default] .button:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-primary, [dir] .btn-check:focus + html[data-theme=default] .button, html[dir][data-theme=default] .btn-primary:focus, html[dir][data-theme=default] .button:focus {
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-primary, .btn-check:checked + html[data-theme=default] .button, .btn-check:active + html[data-theme=default] .btn-primary, .btn-check:active + html[data-theme=default] .button, html[data-theme=default] .btn-primary:active, html[data-theme=default] .button:active, html[data-theme=default] .btn-primary.active, html[data-theme=default] .active.button, .show > html[data-theme=default] .btn-primary.dropdown-toggle, .show > html[data-theme=default] .dropdown-toggle.button {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-primary, [dir] .btn-check:checked + html[data-theme=default] .button, [dir] .btn-check:active + html[data-theme=default] .btn-primary, [dir] .btn-check:active + html[data-theme=default] .button, html[dir][data-theme=default] .btn-primary:active, html[dir][data-theme=default] .button:active, html[dir][data-theme=default] .btn-primary.active, html[dir][data-theme=default] .active.button, [dir] .show > html[data-theme=default] .btn-primary.dropdown-toggle, [dir] .show > html[data-theme=default] .dropdown-toggle.button {
  background-color: #0a58ca;
  border-color: #0a53be;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-primary:focus, [dir] .btn-check:checked + html[data-theme=default] .button:focus, [dir] .btn-check:active + html[data-theme=default] .btn-primary:focus, [dir] .btn-check:active + html[data-theme=default] .button:focus, html[dir][data-theme=default] .btn-primary:active:focus, html[dir][data-theme=default] .button:active:focus, html[dir][data-theme=default] .btn-primary.active:focus, html[dir][data-theme=default] .active.button:focus, [dir] .show > html[data-theme=default] .btn-primary.dropdown-toggle:focus, [dir] .show > html[data-theme=default] .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
html[data-theme=default] .btn-primary:disabled, html[data-theme=default] .button:disabled, html[data-theme=default] .btn-primary.disabled, html[data-theme=default] .disabled.button {
  color: #fff;
}
html[dir][data-theme=default] .btn-primary:disabled, html[dir][data-theme=default] .button:disabled, html[dir][data-theme=default] .btn-primary.disabled, html[dir][data-theme=default] .disabled.button {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
html[data-theme=default] .btn-secondary {
  color: #fff;
}
html[dir][data-theme=default] .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
html[data-theme=default] .btn-secondary:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + html[data-theme=default] .btn-secondary, html[data-theme=default] .btn-secondary:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-secondary, html[dir][data-theme=default] .btn-secondary:focus {
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-secondary, .btn-check:active + html[data-theme=default] .btn-secondary, html[data-theme=default] .btn-secondary:active, html[data-theme=default] .btn-secondary.active, .show > html[data-theme=default] .btn-secondary.dropdown-toggle {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-secondary, [dir] .btn-check:active + html[data-theme=default] .btn-secondary, html[dir][data-theme=default] .btn-secondary:active, html[dir][data-theme=default] .btn-secondary.active, [dir] .show > html[data-theme=default] .btn-secondary.dropdown-toggle {
  background-color: #565e64;
  border-color: #51585e;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-secondary:focus, [dir] .btn-check:active + html[data-theme=default] .btn-secondary:focus, html[dir][data-theme=default] .btn-secondary:active:focus, html[dir][data-theme=default] .btn-secondary.active:focus, [dir] .show > html[data-theme=default] .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
html[data-theme=default] .btn-secondary:disabled, html[data-theme=default] .btn-secondary.disabled {
  color: #fff;
}
html[dir][data-theme=default] .btn-secondary:disabled, html[dir][data-theme=default] .btn-secondary.disabled {
  background-color: #6c757d;
  border-color: #6c757d;
}
html[data-theme=default] .btn-success {
  color: #fff;
}
html[dir][data-theme=default] .btn-success {
  background-color: #198754;
  border-color: #198754;
}
html[data-theme=default] .btn-success:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + html[data-theme=default] .btn-success, html[data-theme=default] .btn-success:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-success, html[dir][data-theme=default] .btn-success:focus {
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-success, .btn-check:active + html[data-theme=default] .btn-success, html[data-theme=default] .btn-success:active, html[data-theme=default] .btn-success.active, .show > html[data-theme=default] .btn-success.dropdown-toggle {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-success, [dir] .btn-check:active + html[data-theme=default] .btn-success, html[dir][data-theme=default] .btn-success:active, html[dir][data-theme=default] .btn-success.active, [dir] .show > html[data-theme=default] .btn-success.dropdown-toggle {
  background-color: #146c43;
  border-color: #13653f;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-success:focus, [dir] .btn-check:active + html[data-theme=default] .btn-success:focus, html[dir][data-theme=default] .btn-success:active:focus, html[dir][data-theme=default] .btn-success.active:focus, [dir] .show > html[data-theme=default] .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
html[data-theme=default] .btn-success:disabled, html[data-theme=default] .btn-success.disabled {
  color: #fff;
}
html[dir][data-theme=default] .btn-success:disabled, html[dir][data-theme=default] .btn-success.disabled {
  background-color: #198754;
  border-color: #198754;
}
html[data-theme=default] .btn-info {
  color: #000;
}
html[dir][data-theme=default] .btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
html[data-theme=default] .btn-info:hover {
  color: #000;
}
html[dir][data-theme=default] .btn-info:hover {
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + html[data-theme=default] .btn-info, html[data-theme=default] .btn-info:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-info, html[dir][data-theme=default] .btn-info:focus {
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-info, .btn-check:active + html[data-theme=default] .btn-info, html[data-theme=default] .btn-info:active, html[data-theme=default] .btn-info.active, .show > html[data-theme=default] .btn-info.dropdown-toggle {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-info, [dir] .btn-check:active + html[data-theme=default] .btn-info, html[dir][data-theme=default] .btn-info:active, html[dir][data-theme=default] .btn-info.active, [dir] .show > html[data-theme=default] .btn-info.dropdown-toggle {
  background-color: #3dd5f3;
  border-color: #25cff2;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-info:focus, [dir] .btn-check:active + html[data-theme=default] .btn-info:focus, html[dir][data-theme=default] .btn-info:active:focus, html[dir][data-theme=default] .btn-info.active:focus, [dir] .show > html[data-theme=default] .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
html[data-theme=default] .btn-info:disabled, html[data-theme=default] .btn-info.disabled {
  color: #000;
}
html[dir][data-theme=default] .btn-info:disabled, html[dir][data-theme=default] .btn-info.disabled {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
html[data-theme=default] .btn-warning {
  color: #000;
}
html[dir][data-theme=default] .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}
html[data-theme=default] .btn-warning:hover {
  color: #000;
}
html[dir][data-theme=default] .btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + html[data-theme=default] .btn-warning, html[data-theme=default] .btn-warning:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-warning, html[dir][data-theme=default] .btn-warning:focus {
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-warning, .btn-check:active + html[data-theme=default] .btn-warning, html[data-theme=default] .btn-warning:active, html[data-theme=default] .btn-warning.active, .show > html[data-theme=default] .btn-warning.dropdown-toggle {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-warning, [dir] .btn-check:active + html[data-theme=default] .btn-warning, html[dir][data-theme=default] .btn-warning:active, html[dir][data-theme=default] .btn-warning.active, [dir] .show > html[data-theme=default] .btn-warning.dropdown-toggle {
  background-color: #ffcd39;
  border-color: #ffc720;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-warning:focus, [dir] .btn-check:active + html[data-theme=default] .btn-warning:focus, html[dir][data-theme=default] .btn-warning:active:focus, html[dir][data-theme=default] .btn-warning.active:focus, [dir] .show > html[data-theme=default] .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
html[data-theme=default] .btn-warning:disabled, html[data-theme=default] .btn-warning.disabled {
  color: #000;
}
html[dir][data-theme=default] .btn-warning:disabled, html[dir][data-theme=default] .btn-warning.disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
html[data-theme=default] .btn-danger {
  color: #fff;
}
html[dir][data-theme=default] .btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
html[data-theme=default] .btn-danger:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + html[data-theme=default] .btn-danger, html[data-theme=default] .btn-danger:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-danger, html[dir][data-theme=default] .btn-danger:focus {
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-danger, .btn-check:active + html[data-theme=default] .btn-danger, html[data-theme=default] .btn-danger:active, html[data-theme=default] .btn-danger.active, .show > html[data-theme=default] .btn-danger.dropdown-toggle {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-danger, [dir] .btn-check:active + html[data-theme=default] .btn-danger, html[dir][data-theme=default] .btn-danger:active, html[dir][data-theme=default] .btn-danger.active, [dir] .show > html[data-theme=default] .btn-danger.dropdown-toggle {
  background-color: #b02a37;
  border-color: #a52834;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-danger:focus, [dir] .btn-check:active + html[data-theme=default] .btn-danger:focus, html[dir][data-theme=default] .btn-danger:active:focus, html[dir][data-theme=default] .btn-danger.active:focus, [dir] .show > html[data-theme=default] .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
html[data-theme=default] .btn-danger:disabled, html[data-theme=default] .btn-danger.disabled {
  color: #fff;
}
html[dir][data-theme=default] .btn-danger:disabled, html[dir][data-theme=default] .btn-danger.disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
html[data-theme=default] .btn-light {
  color: #000;
}
html[dir][data-theme=default] .btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[data-theme=default] .btn-light:hover {
  color: #000;
}
html[dir][data-theme=default] .btn-light:hover {
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + html[data-theme=default] .btn-light, html[data-theme=default] .btn-light:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-light, html[dir][data-theme=default] .btn-light:focus {
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-light, .btn-check:active + html[data-theme=default] .btn-light, html[data-theme=default] .btn-light:active, html[data-theme=default] .btn-light.active, .show > html[data-theme=default] .btn-light.dropdown-toggle {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-light, [dir] .btn-check:active + html[data-theme=default] .btn-light, html[dir][data-theme=default] .btn-light:active, html[dir][data-theme=default] .btn-light.active, [dir] .show > html[data-theme=default] .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  border-color: #f9fafb;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-light:focus, [dir] .btn-check:active + html[data-theme=default] .btn-light:focus, html[dir][data-theme=default] .btn-light:active:focus, html[dir][data-theme=default] .btn-light.active:focus, [dir] .show > html[data-theme=default] .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
html[data-theme=default] .btn-light:disabled, html[data-theme=default] .btn-light.disabled {
  color: #000;
}
html[dir][data-theme=default] .btn-light:disabled, html[dir][data-theme=default] .btn-light.disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[data-theme=default] .btn-dark {
  color: #fff;
}
html[dir][data-theme=default] .btn-dark {
  background-color: #212529;
  border-color: #212529;
}
html[data-theme=default] .btn-dark:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-dark:hover {
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + html[data-theme=default] .btn-dark, html[data-theme=default] .btn-dark:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-dark, html[dir][data-theme=default] .btn-dark:focus {
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-dark, .btn-check:active + html[data-theme=default] .btn-dark, html[data-theme=default] .btn-dark:active, html[data-theme=default] .btn-dark.active, .show > html[data-theme=default] .btn-dark.dropdown-toggle {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-dark, [dir] .btn-check:active + html[data-theme=default] .btn-dark, html[dir][data-theme=default] .btn-dark:active, html[dir][data-theme=default] .btn-dark.active, [dir] .show > html[data-theme=default] .btn-dark.dropdown-toggle {
  background-color: #1a1e21;
  border-color: #191c1f;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-dark:focus, [dir] .btn-check:active + html[data-theme=default] .btn-dark:focus, html[dir][data-theme=default] .btn-dark:active:focus, html[dir][data-theme=default] .btn-dark.active:focus, [dir] .show > html[data-theme=default] .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
html[data-theme=default] .btn-dark:disabled, html[data-theme=default] .btn-dark.disabled {
  color: #fff;
}
html[dir][data-theme=default] .btn-dark:disabled, html[dir][data-theme=default] .btn-dark.disabled {
  background-color: #212529;
  border-color: #212529;
}
html[data-theme=default] .btn-outline-primary {
  color: #0d6efd;
}
html[dir][data-theme=default] .btn-outline-primary {
  border-color: #0d6efd;
}
html[data-theme=default] .btn-outline-primary:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-outline-primary:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-primary, html[dir][data-theme=default] .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-primary, .btn-check:active + html[data-theme=default] .btn-outline-primary, html[data-theme=default] .btn-outline-primary:active, html[data-theme=default] .btn-outline-primary.active, html[data-theme=default] .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-primary, [dir] .btn-check:active + html[data-theme=default] .btn-outline-primary, html[dir][data-theme=default] .btn-outline-primary:active, html[dir][data-theme=default] .btn-outline-primary.active, html[dir][data-theme=default] .btn-outline-primary.dropdown-toggle.show {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-primary:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-primary:focus, html[dir][data-theme=default] .btn-outline-primary:active:focus, html[dir][data-theme=default] .btn-outline-primary.active:focus, html[dir][data-theme=default] .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
html[data-theme=default] .btn-outline-primary:disabled, html[data-theme=default] .btn-outline-primary.disabled {
  color: #0d6efd;
}
html[dir][data-theme=default] .btn-outline-primary:disabled, html[dir][data-theme=default] .btn-outline-primary.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-outline-secondary {
  color: #6c757d;
}
html[dir][data-theme=default] .btn-outline-secondary {
  border-color: #6c757d;
}
html[data-theme=default] .btn-outline-secondary:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-secondary, html[dir][data-theme=default] .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-secondary, .btn-check:active + html[data-theme=default] .btn-outline-secondary, html[data-theme=default] .btn-outline-secondary:active, html[data-theme=default] .btn-outline-secondary.active, html[data-theme=default] .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-secondary, [dir] .btn-check:active + html[data-theme=default] .btn-outline-secondary, html[dir][data-theme=default] .btn-outline-secondary:active, html[dir][data-theme=default] .btn-outline-secondary.active, html[dir][data-theme=default] .btn-outline-secondary.dropdown-toggle.show {
  background-color: #6c757d;
  border-color: #6c757d;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-secondary:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-secondary:focus, html[dir][data-theme=default] .btn-outline-secondary:active:focus, html[dir][data-theme=default] .btn-outline-secondary.active:focus, html[dir][data-theme=default] .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
html[data-theme=default] .btn-outline-secondary:disabled, html[data-theme=default] .btn-outline-secondary.disabled {
  color: #6c757d;
}
html[dir][data-theme=default] .btn-outline-secondary:disabled, html[dir][data-theme=default] .btn-outline-secondary.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-outline-success {
  color: #198754;
}
html[dir][data-theme=default] .btn-outline-success {
  border-color: #198754;
}
html[data-theme=default] .btn-outline-success:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-outline-success:hover {
  background-color: #198754;
  border-color: #198754;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-success, html[dir][data-theme=default] .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-success, .btn-check:active + html[data-theme=default] .btn-outline-success, html[data-theme=default] .btn-outline-success:active, html[data-theme=default] .btn-outline-success.active, html[data-theme=default] .btn-outline-success.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-success, [dir] .btn-check:active + html[data-theme=default] .btn-outline-success, html[dir][data-theme=default] .btn-outline-success:active, html[dir][data-theme=default] .btn-outline-success.active, html[dir][data-theme=default] .btn-outline-success.dropdown-toggle.show {
  background-color: #198754;
  border-color: #198754;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-success:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-success:focus, html[dir][data-theme=default] .btn-outline-success:active:focus, html[dir][data-theme=default] .btn-outline-success.active:focus, html[dir][data-theme=default] .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
html[data-theme=default] .btn-outline-success:disabled, html[data-theme=default] .btn-outline-success.disabled {
  color: #198754;
}
html[dir][data-theme=default] .btn-outline-success:disabled, html[dir][data-theme=default] .btn-outline-success.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-outline-info {
  color: #0dcaf0;
}
html[dir][data-theme=default] .btn-outline-info {
  border-color: #0dcaf0;
}
html[data-theme=default] .btn-outline-info:hover {
  color: #000;
}
html[dir][data-theme=default] .btn-outline-info:hover {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-info, html[dir][data-theme=default] .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-info, .btn-check:active + html[data-theme=default] .btn-outline-info, html[data-theme=default] .btn-outline-info:active, html[data-theme=default] .btn-outline-info.active, html[data-theme=default] .btn-outline-info.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-info, [dir] .btn-check:active + html[data-theme=default] .btn-outline-info, html[dir][data-theme=default] .btn-outline-info:active, html[dir][data-theme=default] .btn-outline-info.active, html[dir][data-theme=default] .btn-outline-info.dropdown-toggle.show {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-info:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-info:focus, html[dir][data-theme=default] .btn-outline-info:active:focus, html[dir][data-theme=default] .btn-outline-info.active:focus, html[dir][data-theme=default] .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
html[data-theme=default] .btn-outline-info:disabled, html[data-theme=default] .btn-outline-info.disabled {
  color: #0dcaf0;
}
html[dir][data-theme=default] .btn-outline-info:disabled, html[dir][data-theme=default] .btn-outline-info.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-outline-warning {
  color: #ffc107;
}
html[dir][data-theme=default] .btn-outline-warning {
  border-color: #ffc107;
}
html[data-theme=default] .btn-outline-warning:hover {
  color: #000;
}
html[dir][data-theme=default] .btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-warning, html[dir][data-theme=default] .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-warning, .btn-check:active + html[data-theme=default] .btn-outline-warning, html[data-theme=default] .btn-outline-warning:active, html[data-theme=default] .btn-outline-warning.active, html[data-theme=default] .btn-outline-warning.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-warning, [dir] .btn-check:active + html[data-theme=default] .btn-outline-warning, html[dir][data-theme=default] .btn-outline-warning:active, html[dir][data-theme=default] .btn-outline-warning.active, html[dir][data-theme=default] .btn-outline-warning.dropdown-toggle.show {
  background-color: #ffc107;
  border-color: #ffc107;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-warning:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-warning:focus, html[dir][data-theme=default] .btn-outline-warning:active:focus, html[dir][data-theme=default] .btn-outline-warning.active:focus, html[dir][data-theme=default] .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
html[data-theme=default] .btn-outline-warning:disabled, html[data-theme=default] .btn-outline-warning.disabled {
  color: #ffc107;
}
html[dir][data-theme=default] .btn-outline-warning:disabled, html[dir][data-theme=default] .btn-outline-warning.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-outline-danger {
  color: #dc3545;
}
html[dir][data-theme=default] .btn-outline-danger {
  border-color: #dc3545;
}
html[data-theme=default] .btn-outline-danger:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-danger, html[dir][data-theme=default] .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-danger, .btn-check:active + html[data-theme=default] .btn-outline-danger, html[data-theme=default] .btn-outline-danger:active, html[data-theme=default] .btn-outline-danger.active, html[data-theme=default] .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-danger, [dir] .btn-check:active + html[data-theme=default] .btn-outline-danger, html[dir][data-theme=default] .btn-outline-danger:active, html[dir][data-theme=default] .btn-outline-danger.active, html[dir][data-theme=default] .btn-outline-danger.dropdown-toggle.show {
  background-color: #dc3545;
  border-color: #dc3545;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-danger:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-danger:focus, html[dir][data-theme=default] .btn-outline-danger:active:focus, html[dir][data-theme=default] .btn-outline-danger.active:focus, html[dir][data-theme=default] .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
html[data-theme=default] .btn-outline-danger:disabled, html[data-theme=default] .btn-outline-danger.disabled {
  color: #dc3545;
}
html[dir][data-theme=default] .btn-outline-danger:disabled, html[dir][data-theme=default] .btn-outline-danger.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-outline-light {
  color: #f8f9fa;
}
html[dir][data-theme=default] .btn-outline-light {
  border-color: #f8f9fa;
}
html[data-theme=default] .btn-outline-light:hover {
  color: #000;
}
html[dir][data-theme=default] .btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-light, html[dir][data-theme=default] .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-light, .btn-check:active + html[data-theme=default] .btn-outline-light, html[data-theme=default] .btn-outline-light:active, html[data-theme=default] .btn-outline-light.active, html[data-theme=default] .btn-outline-light.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-light, [dir] .btn-check:active + html[data-theme=default] .btn-outline-light, html[dir][data-theme=default] .btn-outline-light:active, html[dir][data-theme=default] .btn-outline-light.active, html[dir][data-theme=default] .btn-outline-light.dropdown-toggle.show {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-light:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-light:focus, html[dir][data-theme=default] .btn-outline-light:active:focus, html[dir][data-theme=default] .btn-outline-light.active:focus, html[dir][data-theme=default] .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
html[data-theme=default] .btn-outline-light:disabled, html[data-theme=default] .btn-outline-light.disabled {
  color: #f8f9fa;
}
html[dir][data-theme=default] .btn-outline-light:disabled, html[dir][data-theme=default] .btn-outline-light.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-outline-dark {
  color: #212529;
}
html[dir][data-theme=default] .btn-outline-dark {
  border-color: #212529;
}
html[data-theme=default] .btn-outline-dark:hover {
  color: #fff;
}
html[dir][data-theme=default] .btn-outline-dark:hover {
  background-color: #212529;
  border-color: #212529;
}
[dir] .btn-check:focus + html[data-theme=default] .btn-outline-dark, html[dir][data-theme=default] .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + html[data-theme=default] .btn-outline-dark, .btn-check:active + html[data-theme=default] .btn-outline-dark, html[data-theme=default] .btn-outline-dark:active, html[data-theme=default] .btn-outline-dark.active, html[data-theme=default] .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-dark, [dir] .btn-check:active + html[data-theme=default] .btn-outline-dark, html[dir][data-theme=default] .btn-outline-dark:active, html[dir][data-theme=default] .btn-outline-dark.active, html[dir][data-theme=default] .btn-outline-dark.dropdown-toggle.show {
  background-color: #212529;
  border-color: #212529;
}
[dir] .btn-check:checked + html[data-theme=default] .btn-outline-dark:focus, [dir] .btn-check:active + html[data-theme=default] .btn-outline-dark:focus, html[dir][data-theme=default] .btn-outline-dark:active:focus, html[dir][data-theme=default] .btn-outline-dark.active:focus, html[dir][data-theme=default] .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
html[data-theme=default] .btn-outline-dark:disabled, html[data-theme=default] .btn-outline-dark.disabled {
  color: #212529;
}
html[dir][data-theme=default] .btn-outline-dark:disabled, html[dir][data-theme=default] .btn-outline-dark.disabled {
  background-color: transparent;
}
html[data-theme=default] .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
html[data-theme=default] .btn-link:hover {
  color: #0a58ca;
}
html[data-theme=default] .btn-link:disabled, html[data-theme=default] .btn-link.disabled {
  color: #6c757d;
}
html[data-theme=default] .btn-lg, html[data-theme=default] .btn-group-lg > .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-lg > .close, html[data-theme=default] .btn-group-lg > .button, html[data-theme=default] .bootstrap-select .popover-header .btn-group-lg > .close {
  font-size: 1.25rem;
}
html[dir][data-theme=default] .btn-lg, html[dir][data-theme=default] .btn-group-lg > .btn, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-lg > .close, html[dir][data-theme=default] .btn-group-lg > .button, html[dir][data-theme=default] .bootstrap-select .popover-header .btn-group-lg > .close {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
html[data-theme=default] .btn-sm, html[data-theme=default] .btn-group-sm > .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-sm > .close, html[data-theme=default] .btn-group-sm > .button, html[data-theme=default] .bootstrap-select .popover-header .btn-group-sm > .close {
  font-size: 0.875rem;
}
html[dir][data-theme=default] .btn-sm, html[dir][data-theme=default] .btn-group-sm > .btn, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-sm > .close, html[dir][data-theme=default] .btn-group-sm > .button, html[dir][data-theme=default] .bootstrap-select .popover-header .btn-group-sm > .close {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
html[data-theme=default] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .fade {
    transition: none;
  }
}
html[data-theme=default] .fade:not(.show) {
  opacity: 0;
}
html[data-theme=default] .collapse:not(.show) {
  display: none;
}
html[data-theme=default] .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .collapsing {
    transition: none;
  }
}
html[data-theme=default] .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .collapsing.collapse-horizontal {
    transition: none;
  }
}
html[data-theme=default] .dropup,
html[data-theme=default] .dropend,
html[data-theme=default] .dropdown,
html[data-theme=default] .dropstart {
  position: relative;
}
html[data-theme=default] .dropdown-toggle {
  white-space: nowrap;
}
html[data-theme=default] .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=default] .dropdown-toggle::after {
  border-top: 0.3em solid;
  border-bottom: 0;
}
html[dir=ltr][data-theme=default] .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
html[dir=rtl][data-theme=default] .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}
html[dir=ltr][data-theme=default] .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=default] .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=default] .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  color: #212529;
  list-style: none;
}
html[dir][data-theme=default] .dropdown-menu {
  padding: 0.5rem 0;
  margin: 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=default] .dropdown-menu {
  text-align: left;
}
html[dir=rtl][data-theme=default] .dropdown-menu {
  text-align: right;
}
html[data-theme=default] .dropdown-menu[data-bs-popper] {
  top: 100%;
}
html[dir][data-theme=default] .dropdown-menu[data-bs-popper] {
  margin-top: 0.125rem;
}
html[dir=ltr][data-theme=default] .dropdown-menu[data-bs-popper] {
  left: 0;
}
html[dir=rtl][data-theme=default] .dropdown-menu[data-bs-popper] {
  right: 0;
}
html[data-theme=default] .dropdown-menu-start {
  --bs-position: start;
}
html[dir=ltr][data-theme=default] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
html[dir=rtl][data-theme=default] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}
html[data-theme=default] .dropdown-menu-end {
  --bs-position: end;
}
html[dir=ltr][data-theme=default] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
html[dir=rtl][data-theme=default] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}
@media (min-width: 576px) {
  html[data-theme=default] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=default] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  html[data-theme=default] .dropdown-menu-md-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=default] .dropdown-menu-md-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=default] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=default] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1400px) {
  html[data-theme=default] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=default] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=default] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=default] .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
html[data-theme=default] .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
}
html[dir][data-theme=default] .dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
html[data-theme=default] .dropup .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=default] .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
html[dir=ltr][data-theme=default] .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
html[dir=rtl][data-theme=default] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}
html[dir=ltr][data-theme=default] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=default] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=default] .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
}
html[dir][data-theme=default] .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
html[dir=ltr][data-theme=default] .dropend .dropdown-menu[data-bs-popper] {
  right: auto;
  left: 100%;
  margin-left: 0.125rem;
}
html[dir=rtl][data-theme=default] .dropend .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 100%;
  margin-right: 0.125rem;
}
html[data-theme=default] .dropend .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=default] .dropend .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
html[dir=ltr][data-theme=default] .dropend .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}
html[dir=rtl][data-theme=default] .dropend .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}
html[dir=ltr][data-theme=default] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=default] .dropend .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=default] .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
html[data-theme=default] .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
}
html[dir][data-theme=default] .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
html[dir=ltr][data-theme=default] .dropstart .dropdown-menu[data-bs-popper] {
  right: 100%;
  left: auto;
  margin-right: 0.125rem;
}
html[dir=rtl][data-theme=default] .dropstart .dropdown-menu[data-bs-popper] {
  left: 100%;
  right: auto;
  margin-left: 0.125rem;
}
html[data-theme=default] .dropstart .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir=ltr][data-theme=default] .dropstart .dropdown-toggle::after {
  margin-left: 0.255em;
}
html[dir=rtl][data-theme=default] .dropstart .dropdown-toggle::after {
  margin-right: 0.255em;
}
html[data-theme=default] .dropstart .dropdown-toggle::after {
  display: none;
}
html[data-theme=default] .dropstart .dropdown-toggle::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=default] .dropstart .dropdown-toggle::before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
html[dir=ltr][data-theme=default] .dropstart .dropdown-toggle::before {
  margin-right: 0.255em;
  border-right: 0.3em solid;
}
html[dir=rtl][data-theme=default] .dropstart .dropdown-toggle::before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}
html[dir=ltr][data-theme=default] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=default] .dropstart .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=default] .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
html[data-theme=default] .dropdown-divider {
  height: 0;
  overflow: hidden;
}
html[dir][data-theme=default] .dropdown-divider {
  margin: 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
html[data-theme=default] .dropdown-item {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
}
html[dir][data-theme=default] .dropdown-item {
  padding: 0.25rem 1rem;
  clear: both;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
html[data-theme=default] .dropdown-item:hover, html[data-theme=default] .dropdown-item:focus {
  color: #1e2125;
}
html[dir][data-theme=default] .dropdown-item:hover, html[dir][data-theme=default] .dropdown-item:focus {
  background-color: #e9ecef;
}
html[data-theme=default] .dropdown-item.active, html[data-theme=default] .dropdown-item:active {
  color: #fff;
  text-decoration: none;
}
html[dir][data-theme=default] .dropdown-item.active, html[dir][data-theme=default] .dropdown-item:active {
  background-color: #0d6efd;
}
html[data-theme=default] .dropdown-item.disabled, html[data-theme=default] .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
}
html[dir][data-theme=default] .dropdown-item.disabled, html[dir][data-theme=default] .dropdown-item:disabled {
  background-color: transparent;
}
html[data-theme=default] .dropdown-menu.show {
  display: block;
}
html[data-theme=default] .dropdown-header {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
html[dir][data-theme=default] .dropdown-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
html[data-theme=default] .dropdown-item-text {
  display: block;
  color: #212529;
}
html[dir][data-theme=default] .dropdown-item-text {
  padding: 0.25rem 1rem;
}
html[data-theme=default] .dropdown-menu-dark {
  color: #dee2e6;
}
html[dir][data-theme=default] .dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
html[data-theme=default] .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
html[data-theme=default] .dropdown-menu-dark .dropdown-item:hover, html[data-theme=default] .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
}
html[dir][data-theme=default] .dropdown-menu-dark .dropdown-item:hover, html[dir][data-theme=default] .dropdown-menu-dark .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
html[data-theme=default] .dropdown-menu-dark .dropdown-item.active, html[data-theme=default] .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
}
html[dir][data-theme=default] .dropdown-menu-dark .dropdown-item.active, html[dir][data-theme=default] .dropdown-menu-dark .dropdown-item:active {
  background-color: #0d6efd;
}
html[data-theme=default] .dropdown-menu-dark .dropdown-item.disabled, html[data-theme=default] .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
html[dir][data-theme=default] .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
html[data-theme=default] .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
html[data-theme=default] .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
html[data-theme=default] .btn-group,
html[data-theme=default] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
html[data-theme=default] .btn-group > .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close, html[data-theme=default] .btn-group > .button, html[data-theme=default] .bootstrap-select .popover-header .btn-group > .close,
html[data-theme=default] .btn-group-vertical > .btn,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close,
html[data-theme=default] .btn-group-vertical > .button,
html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close {
  position: relative;
  flex: 1 1 auto;
}
html[data-theme=default] .btn-group > .btn-check:checked + .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .btn-check:checked + .close, html[data-theme=default] .btn-group > .btn-check:checked + .button, html[data-theme=default] .bootstrap-select .popover-header .btn-group > .btn-check:checked + .close,
html[data-theme=default] .btn-group > .btn-check:focus + .btn,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .btn-check:focus + .close,
html[data-theme=default] .btn-group > .btn-check:focus + .button,
html[data-theme=default] .bootstrap-select .popover-header .btn-group > .btn-check:focus + .close,
html[data-theme=default] .btn-group > .btn:hover,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:hover,
html[data-theme=default] .btn-group > .button:hover,
html[data-theme=default] .bootstrap-select .popover-header .btn-group > .close:hover,
html[data-theme=default] .btn-group > .btn:focus,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:focus,
html[data-theme=default] .btn-group > .button:focus,
html[data-theme=default] .bootstrap-select .popover-header .btn-group > .close:focus,
html[data-theme=default] .btn-group > .btn:active,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:active,
html[data-theme=default] .btn-group > .button:active,
html[data-theme=default] .bootstrap-select .popover-header .btn-group > .close:active,
html[data-theme=default] .btn-group > .btn.active,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .active.close,
html[data-theme=default] .btn-group > .active.button,
html[data-theme=default] .bootstrap-select .popover-header .btn-group > .active.close,
html[data-theme=default] .btn-group-vertical > .btn-check:checked + .btn,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn-check:checked + .close,
html[data-theme=default] .btn-group-vertical > .btn-check:checked + .button,
html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn-check:checked + .close,
html[data-theme=default] .btn-group-vertical > .btn-check:focus + .btn,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn-check:focus + .close,
html[data-theme=default] .btn-group-vertical > .btn-check:focus + .button,
html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn-check:focus + .close,
html[data-theme=default] .btn-group-vertical > .btn:hover,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close:hover,
html[data-theme=default] .btn-group-vertical > .button:hover,
html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close:hover,
html[data-theme=default] .btn-group-vertical > .btn:focus,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close:focus,
html[data-theme=default] .btn-group-vertical > .button:focus,
html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close:focus,
html[data-theme=default] .btn-group-vertical > .btn:active,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close:active,
html[data-theme=default] .btn-group-vertical > .button:active,
html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close:active,
html[data-theme=default] .btn-group-vertical > .btn.active,
html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .active.close,
html[data-theme=default] .btn-group-vertical > .active.button,
html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .active.close {
  z-index: 1;
}
html[data-theme=default] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
html[data-theme=default] .btn-toolbar .input-group {
  width: auto;
}
html[dir=ltr][data-theme=default] .btn-group > .btn:not(:first-child), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:not(:first-child), html[dir=ltr][data-theme=default] .btn-group > .button:not(:first-child), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group > .close:not(:first-child), html[dir=ltr][data-theme=default] .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
html[dir=rtl][data-theme=default] .btn-group > .btn:not(:first-child), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:not(:first-child), html[dir=rtl][data-theme=default] .btn-group > .button:not(:first-child), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group > .close:not(:first-child), html[dir=rtl][data-theme=default] .btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
}
html[dir=ltr][data-theme=default] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .btn-group > .button:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .btn-group > .btn-group:not(:last-child) > .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .btn-group:not(:last-child) > .close, html[dir=ltr][data-theme=default] .btn-group > .btn-group:not(:last-child) > .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group > .btn-group:not(:last-child) > .close {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl][data-theme=default] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .btn-group > .button:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .btn-group > .btn-group:not(:last-child) > .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .btn-group:not(:last-child) > .close, html[dir=rtl][data-theme=default] .btn-group > .btn-group:not(:last-child) > .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group > .btn-group:not(:last-child) > .close {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=ltr][data-theme=default] .btn-group > .btn:nth-child(n+3), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:nth-child(n+3), html[dir=ltr][data-theme=default] .btn-group > .button:nth-child(n+3), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group > .close:nth-child(n+3), html[dir=ltr][data-theme=default] .btn-group > :not(.btn-check) + .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > :not(.btn-check) + .close, html[dir=ltr][data-theme=default] .btn-group > :not(.btn-check) + .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group > :not(.btn-check) + .close, html[dir=ltr][data-theme=default] .btn-group > .btn-group:not(:first-child) > .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .btn-group:not(:first-child) > .close, html[dir=ltr][data-theme=default] .btn-group > .btn-group:not(:first-child) > .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group > .btn-group:not(:first-child) > .close {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=default] .btn-group > .btn:nth-child(n+3), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .close:nth-child(n+3), html[dir=rtl][data-theme=default] .btn-group > .button:nth-child(n+3), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group > .close:nth-child(n+3), html[dir=rtl][data-theme=default] .btn-group > :not(.btn-check) + .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > :not(.btn-check) + .close, html[dir=rtl][data-theme=default] .btn-group > :not(.btn-check) + .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group > :not(.btn-check) + .close, html[dir=rtl][data-theme=default] .btn-group > .btn-group:not(:first-child) > .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group > .btn-group:not(:first-child) > .close, html[dir=rtl][data-theme=default] .btn-group > .btn-group:not(:first-child) > .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group > .btn-group:not(:first-child) > .close {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=ltr][data-theme=default] .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
html[dir=rtl][data-theme=default] .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
html[dir=ltr][data-theme=default] .dropdown-toggle-split::after, [dir=ltr] .dropup html[data-theme=default] .dropdown-toggle-split::after, [dir=ltr] .dropend html[data-theme=default] .dropdown-toggle-split::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=default] .dropdown-toggle-split::after, [dir=rtl] .dropup html[data-theme=default] .dropdown-toggle-split::after, [dir=rtl] .dropend html[data-theme=default] .dropdown-toggle-split::after {
  margin-right: 0;
}
[dir=ltr] .dropstart html[data-theme=default] .dropdown-toggle-split::before {
  margin-right: 0;
}
[dir=rtl] .dropstart html[data-theme=default] .dropdown-toggle-split::before {
  margin-left: 0;
}
html[dir=ltr][data-theme=default] .btn-sm + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .btn-group-sm > .btn + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-sm > .close + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .btn-group-sm > .button + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-sm > .close + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
html[dir=rtl][data-theme=default] .btn-sm + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .btn-group-sm > .btn + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-sm > .close + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .btn-group-sm > .button + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-sm > .close + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
html[dir=ltr][data-theme=default] .btn-lg + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .btn-group-lg > .btn + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-lg > .close + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .btn-group-lg > .button + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-lg > .close + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html[dir=rtl][data-theme=default] .btn-lg + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .btn-group-lg > .btn + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-lg > .close + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .btn-group-lg > .button + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-lg > .close + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
html[data-theme=default] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
html[data-theme=default] .btn-group-vertical > .btn, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close, html[data-theme=default] .btn-group-vertical > .button, html[data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close,
html[data-theme=default] .btn-group-vertical > .btn-group {
  width: 100%;
}
html[dir][data-theme=default] .btn-group-vertical > .btn:not(:first-child), html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close:not(:first-child), html[dir][data-theme=default] .btn-group-vertical > .button:not(:first-child), html[dir][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close:not(:first-child), html[dir][data-theme=default] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
html[dir=ltr][data-theme=default] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .btn-group-vertical > .btn-group:not(:last-child) > .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn-group:not(:last-child) > .close, html[dir=ltr][data-theme=default] .btn-group-vertical > .btn-group:not(:last-child) > .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:last-child) > .close {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=default] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .btn-group-vertical > .btn-group:not(:last-child) > .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn-group:not(:last-child) > .close, html[dir=rtl][data-theme=default] .btn-group-vertical > .btn-group:not(:last-child) > .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:last-child) > .close {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=ltr][data-theme=default] .btn-group-vertical > .btn ~ .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close ~ .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close ~ .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn ~ .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .button ~ .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close ~ .close, html[dir=ltr][data-theme=default] .btn-group-vertical > .button ~ .btn, html[dir=ltr][data-theme=default] .btn-group-vertical > .btn ~ .button, html[dir=ltr][data-theme=default] .btn-group-vertical > .button ~ .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .btn, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn ~ .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .button ~ .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .close, html[dir=ltr][data-theme=default] .btn-group-vertical > .btn-group:not(:first-child) > .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn-group:not(:first-child) > .close, html[dir=ltr][data-theme=default] .btn-group-vertical > .btn-group:not(:first-child) > .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:first-child) > .close {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl][data-theme=default] .btn-group-vertical > .btn ~ .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close ~ .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close ~ .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn ~ .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .button ~ .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .close ~ .close, html[dir=rtl][data-theme=default] .btn-group-vertical > .button ~ .btn, html[dir=rtl][data-theme=default] .btn-group-vertical > .btn ~ .button, html[dir=rtl][data-theme=default] .btn-group-vertical > .button ~ .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .btn, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn ~ .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .button ~ .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .close, html[dir=rtl][data-theme=default] .btn-group-vertical > .btn-group:not(:first-child) > .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .btn-group-vertical > .btn-group:not(:first-child) > .close, html[dir=rtl][data-theme=default] .btn-group-vertical > .btn-group:not(:first-child) > .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:first-child) > .close {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html[data-theme=default] .nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
html[dir][data-theme=default] .nav {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=default] .nav {
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .nav {
  padding-right: 0;
}
html[data-theme=default] .nav-link {
  display: block;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
html[dir][data-theme=default] .nav-link {
  padding: 0.5rem 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .nav-link {
    transition: none;
  }
}
html[data-theme=default] .nav-link:hover, html[data-theme=default] .nav-link:focus {
  color: #0a58ca;
}
html[data-theme=default] .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
html[dir][data-theme=default] .nav-link.disabled {
  cursor: default;
}
html[dir][data-theme=default] .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
html[dir][data-theme=default] .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}
html[dir=ltr][data-theme=default] .nav-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
html[dir=rtl][data-theme=default] .nav-tabs .nav-link {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
html[data-theme=default] .nav-tabs .nav-link:hover, html[data-theme=default] .nav-tabs .nav-link:focus {
  isolation: isolate;
}
html[dir][data-theme=default] .nav-tabs .nav-link:hover, html[dir][data-theme=default] .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
html[data-theme=default] .nav-tabs .nav-link.disabled {
  color: #6c757d;
}
html[dir][data-theme=default] .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}
html[data-theme=default] .nav-tabs .nav-link.active,
html[data-theme=default] .nav-tabs .nav-item.show .nav-link {
  color: #495057;
}
html[dir][data-theme=default] .nav-tabs .nav-link.active, html[dir][data-theme=default] .nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
html[dir][data-theme=default] .nav-tabs .dropdown-menu {
  margin-top: -1px;
}
html[dir=ltr][data-theme=default] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl][data-theme=default] .nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html[dir][data-theme=default] .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
html[data-theme=default] .nav-pills .nav-link.active,
html[data-theme=default] .nav-pills .show > .nav-link {
  color: #fff;
}
html[dir][data-theme=default] .nav-pills .nav-link.active, html[dir][data-theme=default] .nav-pills .show > .nav-link {
  background-color: #0d6efd;
}
html[data-theme=default] .nav-fill > .nav-link,
html[data-theme=default] .nav-fill .nav-item {
  flex: 1 1 auto;
}
html[dir][data-theme=default] .nav-fill > .nav-link, html[dir][data-theme=default] .nav-fill .nav-item {
  text-align: center;
}
html[data-theme=default] .nav-justified > .nav-link,
html[data-theme=default] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
}
html[dir][data-theme=default] .nav-justified > .nav-link, html[dir][data-theme=default] .nav-justified .nav-item {
  text-align: center;
}
html[data-theme=default] .nav-fill .nav-item .nav-link,
html[data-theme=default] .nav-justified .nav-item .nav-link {
  width: 100%;
}
html[data-theme=default] .tab-content > .tab-pane {
  display: none;
}
html[data-theme=default] .tab-content > .active {
  display: block;
}
html[data-theme=default] .navbar, html[data-theme=default] .ta-navbar-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
html[dir][data-theme=default] .navbar, html[dir][data-theme=default] .ta-navbar-top {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html[data-theme=default] .navbar > .container, html[data-theme=default] .ta-navbar-top > .container,
html[data-theme=default] .navbar > .container-fluid,
html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=default] .navbar > .container-sm,
html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=default] .navbar > .container-md,
html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=default] .navbar > .container-lg,
html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=default] .navbar > .container-xl,
html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=default] .navbar > .container-xxl,
html[data-theme=default] .ta-navbar-top > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
html[data-theme=default] .navbar-brand, html[data-theme=default] .ta-navbar-brand {
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
html[dir][data-theme=default] .navbar-brand, html[dir][data-theme=default] .ta-navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
html[dir=ltr][data-theme=default] .navbar-brand, html[dir=ltr][data-theme=default] .ta-navbar-brand {
  margin-right: 1rem;
}
html[dir=rtl][data-theme=default] .navbar-brand, html[dir=rtl][data-theme=default] .ta-navbar-brand {
  margin-left: 1rem;
}
html[data-theme=default] .navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
}
html[dir][data-theme=default] .navbar-nav {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=default] .navbar-nav {
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .navbar-nav {
  padding-right: 0;
}
html[dir=ltr][data-theme=default] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
html[data-theme=default] .navbar-nav .dropdown-menu {
  position: static;
}
html[dir][data-theme=default] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html[data-theme=default] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
html[data-theme=default] .navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  transition: box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=default] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .navbar-toggler {
    transition: none;
  }
}
html[data-theme=default] .navbar-toggler:hover {
  text-decoration: none;
}
html[data-theme=default] .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}
html[dir][data-theme=default] .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
}
html[data-theme=default] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
html[dir][data-theme=default] .navbar-toggler-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
html[data-theme=default] .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  html[data-theme=default] .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=default] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=default] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=default] .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=default] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=default] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  html[data-theme=default] .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  html[data-theme=default] .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=default] .navbar-expand-sm .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-sm .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-sm .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=default] .navbar-expand-sm .offcanvas-top,
  html[data-theme=default] .navbar-expand-sm .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=default] .navbar-expand-sm .offcanvas-top, html[dir][data-theme=default] .navbar-expand-sm .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=default] .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=default] .navbar-expand-sm .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 768px) {
  html[data-theme=default] .navbar-expand-md, html[data-theme=default] .ta-navbar-top {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=default] .navbar-expand-md .navbar-nav, html[data-theme=default] .ta-navbar-top .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=default] .navbar-expand-md .navbar-nav .dropdown-menu, html[data-theme=default] .ta-navbar-top .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-md .navbar-nav .nav-link, html[dir=ltr][data-theme=default] .ta-navbar-top .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-md .navbar-nav .nav-link, html[dir=rtl][data-theme=default] .ta-navbar-top .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=default] .navbar-expand-md .navbar-nav-scroll, html[data-theme=default] .ta-navbar-top .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=default] .navbar-expand-md .navbar-collapse, html[data-theme=default] .ta-navbar-top .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=default] .navbar-expand-md .navbar-toggler, html[data-theme=default] .ta-navbar-top .navbar-toggler {
    display: none;
  }
  html[data-theme=default] .navbar-expand-md .offcanvas-header, html[data-theme=default] .ta-navbar-top .offcanvas-header {
    display: none;
  }
  html[data-theme=default] .navbar-expand-md .offcanvas, html[data-theme=default] .ta-navbar-top .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=default] .navbar-expand-md .offcanvas, html[dir][data-theme=default] .ta-navbar-top .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-md .offcanvas, html[dir=ltr][data-theme=default] .ta-navbar-top .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-md .offcanvas, html[dir=rtl][data-theme=default] .ta-navbar-top .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=default] .navbar-expand-md .offcanvas-top, html[data-theme=default] .ta-navbar-top .offcanvas-top,
  html[data-theme=default] .navbar-expand-md .offcanvas-bottom,
  html[data-theme=default] .ta-navbar-top .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=default] .navbar-expand-md .offcanvas-top, html[dir][data-theme=default] .ta-navbar-top .offcanvas-top, html[dir][data-theme=default] .navbar-expand-md .offcanvas-bottom, html[dir][data-theme=default] .ta-navbar-top .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=default] .navbar-expand-md .offcanvas-body, html[data-theme=default] .ta-navbar-top .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=default] .navbar-expand-md .offcanvas-body, html[dir][data-theme=default] .ta-navbar-top .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=default] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=default] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=default] .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=default] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=default] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  html[data-theme=default] .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  html[data-theme=default] .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=default] .navbar-expand-lg .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-lg .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-lg .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=default] .navbar-expand-lg .offcanvas-top,
  html[data-theme=default] .navbar-expand-lg .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=default] .navbar-expand-lg .offcanvas-top, html[dir][data-theme=default] .navbar-expand-lg .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=default] .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=default] .navbar-expand-lg .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=default] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=default] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=default] .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=default] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=default] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  html[data-theme=default] .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  html[data-theme=default] .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=default] .navbar-expand-xl .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-xl .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-xl .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=default] .navbar-expand-xl .offcanvas-top,
  html[data-theme=default] .navbar-expand-xl .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=default] .navbar-expand-xl .offcanvas-top, html[dir][data-theme=default] .navbar-expand-xl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=default] .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=default] .navbar-expand-xl .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  html[data-theme=default] .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=default] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=default] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=default] .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=default] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=default] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  html[data-theme=default] .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  html[data-theme=default] .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=default] .navbar-expand-xxl .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=default] .navbar-expand-xxl .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=default] .navbar-expand-xxl .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=default] .navbar-expand-xxl .offcanvas-top,
  html[data-theme=default] .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=default] .navbar-expand-xxl .offcanvas-top, html[dir][data-theme=default] .navbar-expand-xxl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=default] .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=default] .navbar-expand-xxl .offcanvas-body {
    padding: 0;
  }
}
html[data-theme=default] .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
html[data-theme=default] .navbar-expand .navbar-nav {
  flex-direction: row;
}
html[data-theme=default] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
html[dir=ltr][data-theme=default] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html[dir=rtl][data-theme=default] .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
html[data-theme=default] .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
html[data-theme=default] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
html[data-theme=default] .navbar-expand .navbar-toggler {
  display: none;
}
html[data-theme=default] .navbar-expand .offcanvas-header {
  display: none;
}
html[data-theme=default] .navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  transition: none;
}
html[dir][data-theme=default] .navbar-expand .offcanvas {
  background-color: transparent;
  transform: none;
}
html[dir=ltr][data-theme=default] .navbar-expand .offcanvas {
  border-right: 0;
  border-left: 0;
}
html[dir=rtl][data-theme=default] .navbar-expand .offcanvas {
  border-left: 0;
  border-right: 0;
}
html[data-theme=default] .navbar-expand .offcanvas-top,
html[data-theme=default] .navbar-expand .offcanvas-bottom {
  height: auto;
}
html[dir][data-theme=default] .navbar-expand .offcanvas-top, html[dir][data-theme=default] .navbar-expand .offcanvas-bottom {
  border-top: 0;
  border-bottom: 0;
}
html[data-theme=default] .navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
}
html[dir][data-theme=default] .navbar-expand .offcanvas-body {
  padding: 0;
}
html[data-theme=default] .navbar-light .navbar-brand, html[data-theme=default] .ta-navbar-top .navbar-brand, html[data-theme=default] .navbar-light .ta-navbar-brand, html[data-theme=default] .ta-navbar-top .ta-navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
html[data-theme=default] .navbar-light .navbar-brand:hover, html[data-theme=default] .ta-navbar-top .navbar-brand:hover, html[data-theme=default] .navbar-light .ta-navbar-brand:hover, html[data-theme=default] .ta-navbar-top .ta-navbar-brand:hover, html[data-theme=default] .navbar-light .navbar-brand:focus, html[data-theme=default] .ta-navbar-top .navbar-brand:focus, html[data-theme=default] .navbar-light .ta-navbar-brand:focus, html[data-theme=default] .ta-navbar-top .ta-navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
html[data-theme=default] .navbar-light .navbar-nav .nav-link, html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme=default] .navbar-light .navbar-nav .nav-link:hover, html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:hover, html[data-theme=default] .navbar-light .navbar-nav .nav-link:focus, html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
html[data-theme=default] .navbar-light .navbar-nav .nav-link.disabled, html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme=default] .navbar-light .navbar-nav .show > .nav-link, html[data-theme=default] .ta-navbar-top .navbar-nav .show > .nav-link,
html[data-theme=default] .navbar-light .navbar-nav .nav-link.active,
html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
html[data-theme=default] .navbar-light .navbar-toggler, html[data-theme=default] .ta-navbar-top .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
}
html[dir][data-theme=default] .navbar-light .navbar-toggler, html[dir][data-theme=default] .ta-navbar-top .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
html[dir][data-theme=default] .navbar-light .navbar-toggler-icon, html[dir][data-theme=default] .ta-navbar-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
html[data-theme=default] .navbar-light .navbar-text, html[data-theme=default] .ta-navbar-top .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
html[data-theme=default] .navbar-light .navbar-text a, html[data-theme=default] .ta-navbar-top .navbar-text a,
html[data-theme=default] .navbar-light .navbar-text a:hover,
html[data-theme=default] .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
html[data-theme=default] .navbar-dark .navbar-brand, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-brand, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-brand, html[data-theme=default] .navbar-dark .ta-navbar-brand, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-brand {
  color: #fff;
}
html[data-theme=default] .navbar-dark .navbar-brand:hover, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-brand:hover, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-brand:hover, html[data-theme=default] .navbar-dark .ta-navbar-brand:hover, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:hover, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-brand:hover, html[data-theme=default] .navbar-dark .navbar-brand:focus, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-brand:focus, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-brand:focus, html[data-theme=default] .navbar-dark .ta-navbar-brand:focus, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:focus, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-brand:focus {
  color: #fff;
}
html[data-theme=default] .navbar-dark .navbar-nav .nav-link, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
html[data-theme=default] .navbar-dark .navbar-nav .nav-link:hover, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:hover, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:hover, html[data-theme=default] .navbar-dark .navbar-nav .nav-link:focus, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:focus, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
html[data-theme=default] .navbar-dark .navbar-nav .nav-link.disabled, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.disabled, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
html[data-theme=default] .navbar-dark .navbar-nav .show > .nav-link, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .show > .nav-link, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .show > .nav-link,
html[data-theme=default] .navbar-dark .navbar-nav .nav-link.active,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.active,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.active {
  color: #fff;
}
html[data-theme=default] .navbar-dark .navbar-toggler, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-toggler, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
}
html[dir][data-theme=default] .navbar-dark .navbar-toggler, html[dir][data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-toggler, html[dir][data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
html[dir][data-theme=default] .navbar-dark .navbar-toggler-icon, html[dir][data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-toggler-icon, html[dir][data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
html[data-theme=default] .navbar-dark .navbar-text, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-text, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
html[data-theme=default] .navbar-dark .navbar-text a, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-text a, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-text a,
html[data-theme=default] .navbar-dark .navbar-text a:hover,
html[data-theme=default] .navbar-dark .navbar-text a:focus {
  color: #fff;
}
html[data-theme=default] .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
html[dir][data-theme=default] .card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=default] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
html[dir=rtl][data-theme=default] .card > hr {
  margin-left: 0;
  margin-right: 0;
}
html[dir][data-theme=default] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
html[dir][data-theme=default] .card > .list-group:first-child {
  border-top-width: 0;
}
html[dir=ltr][data-theme=default] .card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=default] .card > .list-group:first-child {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=default] .card > .list-group:last-child {
  border-bottom-width: 0;
}
html[dir=ltr][data-theme=default] .card > .list-group:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=default] .card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=default] .card > .card-header + .list-group, html[dir][data-theme=default] .card > .list-group + .card-footer {
  border-top: 0;
}
html[data-theme=default] .card-body {
  flex: 1 1 auto;
}
html[dir][data-theme=default] .card-body {
  padding: 1rem 1rem;
}
html[dir][data-theme=default] .card-title {
  margin-bottom: 0.5rem;
}
html[dir][data-theme=default] .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
html[dir][data-theme=default] .card-text:last-child {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=default] .card-link + .card-link {
  margin-left: 1rem;
}
html[dir=rtl][data-theme=default] .card-link + .card-link {
  margin-right: 1rem;
}
html[dir][data-theme=default] .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
html[dir][data-theme=default] .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
html[dir][data-theme=default] .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
html[dir][data-theme=default] .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
html[dir][data-theme=default] .card-header-tabs {
  margin-bottom: -0.5rem;
  border-bottom: 0;
}
html[dir=ltr][data-theme=default] .card-header-tabs {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
html[dir=rtl][data-theme=default] .card-header-tabs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
html[dir=ltr][data-theme=default] .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
html[dir=rtl][data-theme=default] .card-header-pills {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
html[data-theme=default] .card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}
html[dir][data-theme=default] .card-img-overlay {
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=default] .card-img-overlay {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=default] .card-img-overlay {
  left: 0;
  right: 0;
}
html[data-theme=default] .card-img,
html[data-theme=default] .card-img-top,
html[data-theme=default] .card-img-bottom {
  width: 100%;
}
html[dir=ltr][data-theme=default] .card-img, html[dir=ltr][data-theme=default] .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=default] .card-img, html[dir=rtl][data-theme=default] .card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=default] .card-img, html[dir=ltr][data-theme=default] .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=default] .card-img, html[dir=rtl][data-theme=default] .card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=default] .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html[data-theme=default] .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  html[data-theme=default] .card-group > .card {
    flex: 1 0 0%;
  }
  html[dir][data-theme=default] .card-group > .card {
    margin-bottom: 0;
  }
  html[dir=ltr][data-theme=default] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=default] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  html[dir=ltr][data-theme=default] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .card-group > .card:not(:last-child) .card-img-top, html[dir=ltr][data-theme=default] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .card-group > .card:not(:last-child) .card-img-top, html[dir=rtl][data-theme=default] .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .card-group > .card:not(:last-child) .card-img-bottom, html[dir=ltr][data-theme=default] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .card-group > .card:not(:last-child) .card-img-bottom, html[dir=rtl][data-theme=default] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html[dir=ltr][data-theme=default] .card-group > .card:not(:first-child) .card-img-top, html[dir=ltr][data-theme=default] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .card-group > .card:not(:first-child) .card-img-top, html[dir=rtl][data-theme=default] .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  html[dir=ltr][data-theme=default] .card-group > .card:not(:first-child) .card-img-bottom, html[dir=ltr][data-theme=default] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .card-group > .card:not(:first-child) .card-img-bottom, html[dir=rtl][data-theme=default] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
}
html[data-theme=default] .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #212529;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
html[dir][data-theme=default] .accordion-button {
  padding: 1rem 1.25rem;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
html[dir=ltr][data-theme=default] .accordion-button {
  text-align: left;
}
html[dir=rtl][data-theme=default] .accordion-button {
  text-align: right;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .accordion-button {
    transition: none;
  }
}
html[data-theme=default] .accordion-button:not(.collapsed) {
  color: #0c63e4;
}
html[dir][data-theme=default] .accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
html[dir][data-theme=default] .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
html[dir=ltr][data-theme=default] .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
html[dir=rtl][data-theme=default] .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
html[data-theme=default] .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  transition: transform 0.2s ease-in-out;
}
html[dir][data-theme=default] .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
html[dir=ltr][data-theme=default] .accordion-button::after {
  margin-left: auto;
}
html[dir=rtl][data-theme=default] .accordion-button::after {
  margin-right: auto;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .accordion-button::after {
    transition: none;
  }
}
html[data-theme=default] .accordion-button:hover {
  z-index: 2;
}
html[data-theme=default] .accordion-button:focus {
  z-index: 3;
  outline: 0;
}
html[dir][data-theme=default] .accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[dir][data-theme=default] .accordion-header {
  margin-bottom: 0;
}
html[dir][data-theme=default] .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html[dir=ltr][data-theme=default] .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
html[dir=rtl][data-theme=default] .accordion-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
html[dir=ltr][data-theme=default] .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=default] .accordion-item:first-of-type .accordion-button {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=default] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
html[dir=ltr][data-theme=default] .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl][data-theme=default] .accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=ltr][data-theme=default] .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=default] .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=default] .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl][data-theme=default] .accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir][data-theme=default] .accordion-body {
  padding: 1rem 1.25rem;
}
html[dir][data-theme=default] .accordion-flush .accordion-collapse {
  border-width: 0;
}
html[dir][data-theme=default] .accordion-flush .accordion-item {
  border-radius: 0;
}
html[dir=ltr][data-theme=default] .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
html[dir=rtl][data-theme=default] .accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
}
html[dir][data-theme=default] .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
html[dir][data-theme=default] .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
html[dir][data-theme=default] .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
html[data-theme=default] .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
html[dir][data-theme=default] .breadcrumb {
  padding: 0 0;
  margin-bottom: 1rem;
}
html[dir=ltr][data-theme=default] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
html[dir=rtl][data-theme=default] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
html[data-theme=default] .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}
html[dir=ltr][data-theme=default] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
html[dir=rtl][data-theme=default] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/");
}
html[data-theme=default] .breadcrumb-item.active {
  color: #6c757d;
}
html[data-theme=default] .pagination, html[data-theme=default] ul.pager {
  display: flex;
  list-style: none;
}
html[dir=ltr][data-theme=default] .pagination, html[dir=ltr][data-theme=default] ul.pager {
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .pagination, html[dir=rtl][data-theme=default] ul.pager {
  padding-right: 0;
}
html[data-theme=default] .page-link, html[data-theme=darkmode] ul.pager li html[data-theme=default] a, html[data-theme=default] ul.pager li a {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=default] .page-link, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] a, html[dir][data-theme=default] ul.pager li a {
  background-color: #fff;
  border: 1px solid #dee2e6;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .page-link, html[data-theme=darkmode] ul.pager li html[data-theme=default] a, html[data-theme=default] ul.pager li a {
    transition: none;
  }
}
html[data-theme=default] .page-link:hover, html[data-theme=darkmode] ul.pager li html[data-theme=default] a:hover, html[data-theme=default] ul.pager li a:hover {
  z-index: 2;
  color: #0a58ca;
}
html[dir][data-theme=default] .page-link:hover, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] a:hover, html[dir][data-theme=default] ul.pager li a:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html[data-theme=default] .page-link:focus, html[data-theme=darkmode] ul.pager li html[data-theme=default] a:focus, html[data-theme=default] ul.pager li a:focus {
  z-index: 3;
  color: #0a58ca;
  outline: 0;
}
html[dir][data-theme=default] .page-link:focus, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] a:focus, html[dir][data-theme=default] ul.pager li a:focus {
  background-color: #e9ecef;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[dir=ltr][data-theme=default] .page-item:not(:first-child) .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item:not(:first-child) a, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] li:not(:first-child) .page-link, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] li:not(:first-child) a, html[dir=ltr][data-theme=default] .page-item:not(:first-child) ul.pager li a, html[dir=ltr][data-theme=default] ul.pager li .page-item:not(:first-child) a, html[dir=ltr][data-theme=default] ul.pager li:not(:first-child) .page-link, html[dir=ltr][data-theme=default] ul.pager li:not(:first-child) a {
  margin-left: -1px;
}
html[dir=rtl][data-theme=default] .page-item:not(:first-child) .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item:not(:first-child) a, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] li:not(:first-child) .page-link, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] li:not(:first-child) a, html[dir=rtl][data-theme=default] .page-item:not(:first-child) ul.pager li a, html[dir=rtl][data-theme=default] ul.pager li .page-item:not(:first-child) a, html[dir=rtl][data-theme=default] ul.pager li:not(:first-child) .page-link, html[dir=rtl][data-theme=default] ul.pager li:not(:first-child) a {
  margin-right: -1px;
}
html[data-theme=default] .page-item.active .page-link, html[data-theme=darkmode] ul.pager li html[data-theme=default] .page-item.active a, html[data-theme=darkmode] ul.pager html[data-theme=default] li.active .page-link, html[data-theme=darkmode] ul.pager html[data-theme=default] li.active a, html[data-theme=default] .page-item.active ul.pager li a, html[data-theme=default] ul.pager li .page-item.active a, html[data-theme=default] ul.pager li.active .page-link, html[data-theme=default] ul.pager li.active a {
  z-index: 3;
  color: #fff;
}
html[dir][data-theme=default] .page-item.active .page-link, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item.active a, html[dir][data-theme=darkmode] ul.pager html[data-theme=default] li.active .page-link, html[dir][data-theme=darkmode] ul.pager html[data-theme=default] li.active a, html[dir][data-theme=default] .page-item.active ul.pager li a, html[dir][data-theme=default] ul.pager li .page-item.active a, html[dir][data-theme=default] ul.pager li.active .page-link, html[dir][data-theme=default] ul.pager li.active a {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
html[data-theme=default] .page-item.disabled .page-link, html[data-theme=darkmode] ul.pager li html[data-theme=default] .page-item.disabled a, html[data-theme=darkmode] ul.pager html[data-theme=default] li.disabled .page-link, html[data-theme=darkmode] ul.pager html[data-theme=default] li.disabled a, html[data-theme=default] .page-item.disabled ul.pager li a, html[data-theme=default] ul.pager li .page-item.disabled a, html[data-theme=default] ul.pager li.disabled .page-link, html[data-theme=default] ul.pager li.disabled a {
  color: #6c757d;
  pointer-events: none;
}
html[dir][data-theme=default] .page-item.disabled .page-link, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item.disabled a, html[dir][data-theme=darkmode] ul.pager html[data-theme=default] li.disabled .page-link, html[dir][data-theme=darkmode] ul.pager html[data-theme=default] li.disabled a, html[dir][data-theme=default] .page-item.disabled ul.pager li a, html[dir][data-theme=default] ul.pager li .page-item.disabled a, html[dir][data-theme=default] ul.pager li.disabled .page-link, html[dir][data-theme=default] ul.pager li.disabled a {
  background-color: #fff;
  border-color: #dee2e6;
}
html[dir][data-theme=default] .page-link, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] a, html[dir][data-theme=default] ul.pager li a {
  padding: 0.375rem 0.75rem;
}
html[dir=ltr][data-theme=default] .page-item:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item:first-child a, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] li:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] li:first-child a, html[dir=ltr][data-theme=default] .page-item:first-child ul.pager li a, html[dir=ltr][data-theme=default] ul.pager li .page-item:first-child a, html[dir=ltr][data-theme=default] ul.pager li:first-child .page-link, html[dir=ltr][data-theme=default] ul.pager li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl][data-theme=default] .page-item:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item:first-child a, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] li:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] li:first-child a, html[dir=rtl][data-theme=default] .page-item:first-child ul.pager li a, html[dir=rtl][data-theme=default] ul.pager li .page-item:first-child a, html[dir=rtl][data-theme=default] ul.pager li:first-child .page-link, html[dir=rtl][data-theme=default] ul.pager li:first-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=ltr][data-theme=default] .page-item:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item:last-child a, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] li:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] li:last-child a, html[dir=ltr][data-theme=default] .page-item:last-child ul.pager li a, html[dir=ltr][data-theme=default] ul.pager li .page-item:last-child a, html[dir=ltr][data-theme=default] ul.pager li:last-child .page-link, html[dir=ltr][data-theme=default] ul.pager li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=rtl][data-theme=default] .page-item:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li html[data-theme=default] .page-item:last-child a, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] li:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] li:last-child a, html[dir=rtl][data-theme=default] .page-item:last-child ul.pager li a, html[dir=rtl][data-theme=default] ul.pager li .page-item:last-child a, html[dir=rtl][data-theme=default] ul.pager li:last-child .page-link, html[dir=rtl][data-theme=default] ul.pager li:last-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[data-theme=default] .pagination-lg .page-link, html[data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-lg a, html[data-theme=default] .pagination-lg ul.pager li a, html[data-theme=default] ul.pager li .pagination-lg a {
  font-size: 1.25rem;
}
html[dir][data-theme=default] .pagination-lg .page-link, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-lg a, html[dir][data-theme=default] .pagination-lg ul.pager li a, html[dir][data-theme=default] ul.pager li .pagination-lg a {
  padding: 0.75rem 1.5rem;
}
html[dir=ltr][data-theme=default] .pagination-lg .page-item:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-lg .page-item:first-child a, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:first-child a, html[dir=ltr][data-theme=default] .pagination-lg .page-item:first-child ul.pager li a, html[dir=ltr][data-theme=default] ul.pager li .pagination-lg .page-item:first-child a, html[dir=ltr][data-theme=default] .pagination-lg ul.pager li:first-child .page-link, html[dir=ltr][data-theme=default] .pagination-lg ul.pager li:first-child a, html[dir=ltr][data-theme=default] ul.pager .pagination-lg li:first-child .page-link, html[dir=ltr][data-theme=default] ul.pager .pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
html[dir=rtl][data-theme=default] .pagination-lg .page-item:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-lg .page-item:first-child a, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:first-child a, html[dir=rtl][data-theme=default] .pagination-lg .page-item:first-child ul.pager li a, html[dir=rtl][data-theme=default] ul.pager li .pagination-lg .page-item:first-child a, html[dir=rtl][data-theme=default] .pagination-lg ul.pager li:first-child .page-link, html[dir=rtl][data-theme=default] .pagination-lg ul.pager li:first-child a, html[dir=rtl][data-theme=default] ul.pager .pagination-lg li:first-child .page-link, html[dir=rtl][data-theme=default] ul.pager .pagination-lg li:first-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
html[dir=ltr][data-theme=default] .pagination-lg .page-item:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-lg .page-item:last-child a, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:last-child a, html[dir=ltr][data-theme=default] .pagination-lg .page-item:last-child ul.pager li a, html[dir=ltr][data-theme=default] ul.pager li .pagination-lg .page-item:last-child a, html[dir=ltr][data-theme=default] .pagination-lg ul.pager li:last-child .page-link, html[dir=ltr][data-theme=default] .pagination-lg ul.pager li:last-child a, html[dir=ltr][data-theme=default] ul.pager .pagination-lg li:last-child .page-link, html[dir=ltr][data-theme=default] ul.pager .pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
html[dir=rtl][data-theme=default] .pagination-lg .page-item:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-lg .page-item:last-child a, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-lg li:last-child a, html[dir=rtl][data-theme=default] .pagination-lg .page-item:last-child ul.pager li a, html[dir=rtl][data-theme=default] ul.pager li .pagination-lg .page-item:last-child a, html[dir=rtl][data-theme=default] .pagination-lg ul.pager li:last-child .page-link, html[dir=rtl][data-theme=default] .pagination-lg ul.pager li:last-child a, html[dir=rtl][data-theme=default] ul.pager .pagination-lg li:last-child .page-link, html[dir=rtl][data-theme=default] ul.pager .pagination-lg li:last-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
html[data-theme=default] .pagination-sm .page-link, html[data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-sm a, html[data-theme=default] .pagination-sm ul.pager li a, html[data-theme=default] ul.pager li .pagination-sm a {
  font-size: 0.875rem;
}
html[dir][data-theme=default] .pagination-sm .page-link, html[dir][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-sm a, html[dir][data-theme=default] .pagination-sm ul.pager li a, html[dir][data-theme=default] ul.pager li .pagination-sm a {
  padding: 0.25rem 0.5rem;
}
html[dir=ltr][data-theme=default] .pagination-sm .page-item:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-sm .page-item:first-child a, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:first-child a, html[dir=ltr][data-theme=default] .pagination-sm .page-item:first-child ul.pager li a, html[dir=ltr][data-theme=default] ul.pager li .pagination-sm .page-item:first-child a, html[dir=ltr][data-theme=default] .pagination-sm ul.pager li:first-child .page-link, html[dir=ltr][data-theme=default] .pagination-sm ul.pager li:first-child a, html[dir=ltr][data-theme=default] ul.pager .pagination-sm li:first-child .page-link, html[dir=ltr][data-theme=default] ul.pager .pagination-sm li:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
html[dir=rtl][data-theme=default] .pagination-sm .page-item:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-sm .page-item:first-child a, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:first-child a, html[dir=rtl][data-theme=default] .pagination-sm .page-item:first-child ul.pager li a, html[dir=rtl][data-theme=default] ul.pager li .pagination-sm .page-item:first-child a, html[dir=rtl][data-theme=default] .pagination-sm ul.pager li:first-child .page-link, html[dir=rtl][data-theme=default] .pagination-sm ul.pager li:first-child a, html[dir=rtl][data-theme=default] ul.pager .pagination-sm li:first-child .page-link, html[dir=rtl][data-theme=default] ul.pager .pagination-sm li:first-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
html[dir=ltr][data-theme=default] .pagination-sm .page-item:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-sm .page-item:last-child a, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:last-child a, html[dir=ltr][data-theme=default] .pagination-sm .page-item:last-child ul.pager li a, html[dir=ltr][data-theme=default] ul.pager li .pagination-sm .page-item:last-child a, html[dir=ltr][data-theme=default] .pagination-sm ul.pager li:last-child .page-link, html[dir=ltr][data-theme=default] .pagination-sm ul.pager li:last-child a, html[dir=ltr][data-theme=default] ul.pager .pagination-sm li:last-child .page-link, html[dir=ltr][data-theme=default] ul.pager .pagination-sm li:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
html[dir=rtl][data-theme=default] .pagination-sm .page-item:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li html[data-theme=default] .pagination-sm .page-item:last-child a, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager html[data-theme=default] .pagination-sm li:last-child a, html[dir=rtl][data-theme=default] .pagination-sm .page-item:last-child ul.pager li a, html[dir=rtl][data-theme=default] ul.pager li .pagination-sm .page-item:last-child a, html[dir=rtl][data-theme=default] .pagination-sm ul.pager li:last-child .page-link, html[dir=rtl][data-theme=default] .pagination-sm ul.pager li:last-child a, html[dir=rtl][data-theme=default] ul.pager .pagination-sm li:last-child .page-link, html[dir=rtl][data-theme=default] ul.pager .pagination-sm li:last-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
html[data-theme=default] .badge {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
}
html[dir][data-theme=default] .badge {
  padding: 0.35em 0.65em;
  text-align: center;
  border-radius: 0.25rem;
}
html[data-theme=default] .badge:empty {
  display: none;
}
html[data-theme=default] .btn .badge, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close .badge, html[data-theme=default] .button .badge, html[data-theme=default] .bootstrap-select .popover-header .close .badge {
  position: relative;
  top: -1px;
}
html[data-theme=default] .alert, html[data-theme=default] .validation-summary-errors, html[data-theme=default] .message {
  position: relative;
}
html[dir][data-theme=default] .alert, html[dir][data-theme=default] .validation-summary-errors, html[dir][data-theme=default] .message {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
html[data-theme=default] .alert-heading {
  color: inherit;
}
html[data-theme=default] .alert-link {
  font-weight: 700;
}
html[dir=ltr][data-theme=default] .alert-dismissible {
  padding-right: 3rem;
}
html[dir=rtl][data-theme=default] .alert-dismissible {
  padding-left: 3rem;
}
html[data-theme=default] .alert-dismissible .btn-close, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .alert-dismissible .close, html[data-theme=default] .alert-dismissible .bootstrap-select .popover-header .close, html[data-theme=default] .bootstrap-select .popover-header .alert-dismissible .close {
  position: absolute;
  top: 0;
  z-index: 2;
}
html[dir][data-theme=default] .alert-dismissible .btn-close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .alert-dismissible .close, html[dir][data-theme=default] .alert-dismissible .bootstrap-select .popover-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header .alert-dismissible .close {
  padding: 1.25rem 1rem;
}
html[dir=ltr][data-theme=default] .alert-dismissible .btn-close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .alert-dismissible .close, html[dir=ltr][data-theme=default] .alert-dismissible .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .alert-dismissible .close {
  right: 0;
}
html[dir=rtl][data-theme=default] .alert-dismissible .btn-close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .alert-dismissible .close, html[dir=rtl][data-theme=default] .alert-dismissible .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .alert-dismissible .close {
  left: 0;
}
html[data-theme=default] .alert-primary {
  color: #084298;
}
html[dir][data-theme=default] .alert-primary {
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
html[data-theme=default] .alert-primary .alert-link {
  color: #06357a;
}
html[data-theme=default] .alert-secondary {
  color: #41464b;
}
html[dir][data-theme=default] .alert-secondary {
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
html[data-theme=default] .alert-secondary .alert-link {
  color: #34383c;
}
html[data-theme=default] .alert-success, html[data-theme=default] .message-success {
  color: #0f5132;
}
html[dir][data-theme=default] .alert-success, html[dir][data-theme=default] .message-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
}
html[data-theme=default] .alert-success .alert-link, html[data-theme=default] .message-success .alert-link {
  color: #0c4128;
}
html[data-theme=default] .alert-info, html[data-theme=default] .message-information {
  color: #055160;
}
html[dir][data-theme=default] .alert-info, html[dir][data-theme=default] .message-information {
  background-color: #cff4fc;
  border-color: #b6effb;
}
html[data-theme=default] .alert-info .alert-link, html[data-theme=default] .message-information .alert-link {
  color: #04414d;
}
html[data-theme=default] .alert-warning, html[data-theme=default] .message-warning {
  color: #664d03;
}
html[dir][data-theme=default] .alert-warning, html[dir][data-theme=default] .message-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
}
html[data-theme=default] .alert-warning .alert-link, html[data-theme=default] .message-warning .alert-link {
  color: #523e02;
}
html[data-theme=default] .alert-danger, html[data-theme=default] .validation-summary-errors, html[data-theme=default] .message-error {
  color: #842029;
}
html[dir][data-theme=default] .alert-danger, html[dir][data-theme=default] .validation-summary-errors, html[dir][data-theme=default] .message-error {
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
html[data-theme=default] .alert-danger .alert-link, html[data-theme=default] .validation-summary-errors .alert-link, html[data-theme=default] .message-error .alert-link {
  color: #6a1a21;
}
html[data-theme=default] .alert-light {
  color: #636464;
}
html[dir][data-theme=default] .alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
html[data-theme=default] .alert-light .alert-link {
  color: #4f5050;
}
html[data-theme=default] .alert-dark {
  color: #141619;
}
html[dir][data-theme=default] .alert-dark {
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
html[data-theme=default] .alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
html[data-theme=default] .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
}
html[dir][data-theme=default] .progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
html[data-theme=default] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  transition: width 0.6s ease;
}
html[dir][data-theme=default] .progress-bar {
  text-align: center;
  background-color: #0d6efd;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .progress-bar {
    transition: none;
  }
}
html[dir][data-theme=default] .progress-bar-striped {
  background-size: 1rem 1rem;
}
html[dir=ltr][data-theme=default] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html[dir=rtl][data-theme=default] .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html[dir=ltr][data-theme=default] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
html[dir=rtl][data-theme=default] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  html[dir=ltr][data-theme=default] .progress-bar-animated {
    animation: none;
  }
  html[dir=rtl][data-theme=default] .progress-bar-animated {
    animation: none;
  }
}
html[data-theme=default] .list-group {
  display: flex;
  flex-direction: column;
}
html[dir][data-theme=default] .list-group {
  margin-bottom: 0;
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=default] .list-group {
  padding-left: 0;
}
html[dir=rtl][data-theme=default] .list-group {
  padding-right: 0;
}
html[data-theme=default] .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
html[data-theme=default] .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
html[data-theme=default] .list-group-item-action {
  width: 100%;
  color: #495057;
}
html[dir][data-theme=default] .list-group-item-action {
  text-align: inherit;
}
html[data-theme=default] .list-group-item-action:hover, html[data-theme=default] .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
}
html[dir][data-theme=default] .list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-action:focus {
  background-color: #f8f9fa;
}
html[data-theme=default] .list-group-item-action:active {
  color: #212529;
}
html[dir][data-theme=default] .list-group-item-action:active {
  background-color: #e9ecef;
}
html[data-theme=default] .list-group-item {
  position: relative;
  display: block;
  color: #212529;
  text-decoration: none;
}
html[dir][data-theme=default] .list-group-item {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html[dir=ltr][data-theme=default] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
html[dir=rtl][data-theme=default] .list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
html[dir=ltr][data-theme=default] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
html[dir=rtl][data-theme=default] .list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
html[data-theme=default] .list-group-item.disabled, html[data-theme=default] .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
}
html[dir][data-theme=default] .list-group-item.disabled, html[dir][data-theme=default] .list-group-item:disabled {
  background-color: #fff;
}
html[data-theme=default] .list-group-item.active {
  z-index: 2;
  color: #fff;
}
html[dir][data-theme=default] .list-group-item.active {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
html[dir][data-theme=default] .list-group-item + html[data-theme=default] .list-group-item {
  border-top-width: 0;
}
html[dir][data-theme=default] .list-group-item + html[data-theme=default] .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
html[data-theme=default] .list-group-horizontal {
  flex-direction: row;
}
html[dir=ltr][data-theme=default] .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
html[dir=rtl][data-theme=default] .list-group-horizontal > .list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
}
html[dir=ltr][data-theme=default] .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=default] .list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
}
html[dir][data-theme=default] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
html[dir][data-theme=default] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
}
html[dir=ltr][data-theme=default] .list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
}
html[dir=rtl][data-theme=default] .list-group-horizontal > .list-group-item + .list-group-item {
  border-right-width: 0;
}
html[dir=ltr][data-theme=default] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
html[dir=rtl][data-theme=default] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}
@media (min-width: 576px) {
  html[data-theme=default] .list-group-horizontal-sm {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  html[data-theme=default] .list-group-horizontal-md {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .list-group-horizontal-lg {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .list-group-horizontal-xl {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1400px) {
  html[data-theme=default] .list-group-horizontal-xxl {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=default] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=default] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=default] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
html[dir][data-theme=default] .list-group-flush {
  border-radius: 0;
}
html[dir][data-theme=default] .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
html[dir][data-theme=default] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
html[data-theme=default] .list-group-item-primary {
  color: #084298;
}
html[dir][data-theme=default] .list-group-item-primary {
  background-color: #cfe2ff;
}
html[data-theme=default] .list-group-item-primary.list-group-item-action:hover, html[data-theme=default] .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
}
html[dir][data-theme=default] .list-group-item-primary.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-primary.list-group-item-action:focus {
  background-color: #bacbe6;
}
html[data-theme=default] .list-group-item-primary.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-primary.list-group-item-action.active {
  background-color: #084298;
  border-color: #084298;
}
html[data-theme=default] .list-group-item-secondary {
  color: #41464b;
}
html[dir][data-theme=default] .list-group-item-secondary {
  background-color: #e2e3e5;
}
html[data-theme=default] .list-group-item-secondary.list-group-item-action:hover, html[data-theme=default] .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
}
html[dir][data-theme=default] .list-group-item-secondary.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-secondary.list-group-item-action:focus {
  background-color: #cbccce;
}
html[data-theme=default] .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-secondary.list-group-item-action.active {
  background-color: #41464b;
  border-color: #41464b;
}
html[data-theme=default] .list-group-item-success {
  color: #0f5132;
}
html[dir][data-theme=default] .list-group-item-success {
  background-color: #d1e7dd;
}
html[data-theme=default] .list-group-item-success.list-group-item-action:hover, html[data-theme=default] .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
}
html[dir][data-theme=default] .list-group-item-success.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-success.list-group-item-action:focus {
  background-color: #bcd0c7;
}
html[data-theme=default] .list-group-item-success.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-success.list-group-item-action.active {
  background-color: #0f5132;
  border-color: #0f5132;
}
html[data-theme=default] .list-group-item-info {
  color: #055160;
}
html[dir][data-theme=default] .list-group-item-info {
  background-color: #cff4fc;
}
html[data-theme=default] .list-group-item-info.list-group-item-action:hover, html[data-theme=default] .list-group-item-info.list-group-item-action:focus {
  color: #055160;
}
html[dir][data-theme=default] .list-group-item-info.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-info.list-group-item-action:focus {
  background-color: #badce3;
}
html[data-theme=default] .list-group-item-info.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-info.list-group-item-action.active {
  background-color: #055160;
  border-color: #055160;
}
html[data-theme=default] .list-group-item-warning {
  color: #664d03;
}
html[dir][data-theme=default] .list-group-item-warning {
  background-color: #fff3cd;
}
html[data-theme=default] .list-group-item-warning.list-group-item-action:hover, html[data-theme=default] .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
}
html[dir][data-theme=default] .list-group-item-warning.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-warning.list-group-item-action:focus {
  background-color: #e6dbb9;
}
html[data-theme=default] .list-group-item-warning.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-warning.list-group-item-action.active {
  background-color: #664d03;
  border-color: #664d03;
}
html[data-theme=default] .list-group-item-danger {
  color: #842029;
}
html[dir][data-theme=default] .list-group-item-danger {
  background-color: #f8d7da;
}
html[data-theme=default] .list-group-item-danger.list-group-item-action:hover, html[data-theme=default] .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
}
html[dir][data-theme=default] .list-group-item-danger.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-danger.list-group-item-action:focus {
  background-color: #dfc2c4;
}
html[data-theme=default] .list-group-item-danger.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-danger.list-group-item-action.active {
  background-color: #842029;
  border-color: #842029;
}
html[data-theme=default] .list-group-item-light {
  color: #636464;
}
html[dir][data-theme=default] .list-group-item-light {
  background-color: #fefefe;
}
html[data-theme=default] .list-group-item-light.list-group-item-action:hover, html[data-theme=default] .list-group-item-light.list-group-item-action:focus {
  color: #636464;
}
html[dir][data-theme=default] .list-group-item-light.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-light.list-group-item-action:focus {
  background-color: #e5e5e5;
}
html[data-theme=default] .list-group-item-light.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-light.list-group-item-action.active {
  background-color: #636464;
  border-color: #636464;
}
html[data-theme=default] .list-group-item-dark {
  color: #141619;
}
html[dir][data-theme=default] .list-group-item-dark {
  background-color: #d3d3d4;
}
html[data-theme=default] .list-group-item-dark.list-group-item-action:hover, html[data-theme=default] .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
}
html[dir][data-theme=default] .list-group-item-dark.list-group-item-action:hover, html[dir][data-theme=default] .list-group-item-dark.list-group-item-action:focus {
  background-color: #bebebf;
}
html[data-theme=default] .list-group-item-dark.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=default] .list-group-item-dark.list-group-item-action.active {
  background-color: #141619;
  border-color: #141619;
}
html[data-theme=default] .btn-close, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close, html[data-theme=default] .bootstrap-select .popover-header .close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  opacity: 0.5;
}
html[dir][data-theme=default] .btn-close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close, html[dir][data-theme=default] .bootstrap-select .popover-header .close {
  padding: 0.25em 0.25em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
}
html[data-theme=default] .btn-close:hover, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:hover, html[data-theme=default] .bootstrap-select .popover-header .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
html[data-theme=default] .btn-close:focus, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:focus, html[data-theme=default] .bootstrap-select .popover-header .close:focus {
  outline: 0;
  opacity: 1;
}
html[dir][data-theme=default] .btn-close:focus, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:focus, html[dir][data-theme=default] .bootstrap-select .popover-header .close:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
html[data-theme=default] .btn-close:disabled, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:disabled, html[data-theme=default] .bootstrap-select .popover-header .close:disabled, html[data-theme=default] .btn-close.disabled, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .disabled.close, html[data-theme=default] .bootstrap-select .popover-header .disabled.close {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
html[data-theme=default] .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
html[data-theme=default] .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
}
html[dir][data-theme=default] .toast {
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
html[data-theme=default] .toast.showing {
  opacity: 0;
}
html[data-theme=default] .toast:not(.show) {
  display: none;
}
html[data-theme=default] .toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
html[dir][data-theme=default] .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
html[data-theme=default] .toast-header {
  display: flex;
  align-items: center;
  color: #6c757d;
}
html[dir][data-theme=default] .toast-header {
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
html[dir=ltr][data-theme=default] .toast-header {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=default] .toast-header {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=default] .toast-header .btn-close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .toast-header .close, html[dir=ltr][data-theme=default] .toast-header .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .toast-header .close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
html[dir=rtl][data-theme=default] .toast-header .btn-close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .toast-header .close, html[dir=rtl][data-theme=default] .toast-header .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .toast-header .close {
  margin-left: -0.375rem;
  margin-right: 0.75rem;
}
html[data-theme=default] .toast-body {
  word-wrap: break-word;
}
html[dir][data-theme=default] .toast-body {
  padding: 0.75rem;
}
html[data-theme=default] .modal {
  position: fixed;
  top: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
html[dir=ltr][data-theme=default] .modal {
  left: 0;
}
html[dir=rtl][data-theme=default] .modal {
  right: 0;
}
html[data-theme=default] .modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
html[dir][data-theme=default] .modal-dialog {
  margin: 0.5rem;
}
.modal.fade html[data-theme=default] .modal-dialog {
  transition: transform 0.3s ease-out;
}
[dir] .modal.fade html[data-theme=default] .modal-dialog {
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade html[data-theme=default] .modal-dialog {
    transition: none;
  }
}
[dir] .modal.show html[data-theme=default] .modal-dialog {
  transform: none;
}
[dir] .modal.modal-static html[data-theme=default] .modal-dialog {
  transform: scale(1.02);
}
html[data-theme=default] .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
html[data-theme=default] .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
html[data-theme=default] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
html[data-theme=default] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
html[data-theme=default] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}
html[dir][data-theme=default] .modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
html[data-theme=default] .modal-backdrop {
  position: fixed;
  top: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
}
html[dir][data-theme=default] .modal-backdrop {
  background-color: #000;
}
html[dir=ltr][data-theme=default] .modal-backdrop {
  left: 0;
}
html[dir=rtl][data-theme=default] .modal-backdrop {
  right: 0;
}
html[data-theme=default] .modal-backdrop.fade {
  opacity: 0;
}
html[data-theme=default] .modal-backdrop.show {
  opacity: 0.5;
}
html[data-theme=default] .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
html[dir][data-theme=default] .modal-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
html[dir=ltr][data-theme=default] .modal-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
html[dir=rtl][data-theme=default] .modal-header {
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
html[dir][data-theme=default] .modal-header .btn-close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .modal-header .close, html[dir][data-theme=default] .modal-header .bootstrap-select .popover-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header .modal-header .close {
  padding: 0.5rem 0.5rem;
}
html[dir=ltr][data-theme=default] .modal-header .btn-close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .modal-header .close, html[dir=ltr][data-theme=default] .modal-header .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .modal-header .close {
  margin: -0.5rem -0.5rem -0.5rem auto;
}
html[dir=rtl][data-theme=default] .modal-header .btn-close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .modal-header .close, html[dir=rtl][data-theme=default] .modal-header .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .modal-header .close {
  margin: -0.5rem auto -0.5rem -0.5rem;
}
html[data-theme=default] .modal-title {
  line-height: 1.5;
}
html[dir][data-theme=default] .modal-title {
  margin-bottom: 0;
}
html[data-theme=default] .modal-body {
  position: relative;
  flex: 1 1 auto;
}
html[dir][data-theme=default] .modal-body {
  padding: 1rem;
}
html[data-theme=default] .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}
html[dir][data-theme=default] .modal-footer {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
html[dir=ltr][data-theme=default] .modal-footer {
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
html[dir=rtl][data-theme=default] .modal-footer {
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}
html[dir][data-theme=default] .modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  html[data-theme=default] .modal-dialog {
    max-width: 500px;
  }
  html[dir][data-theme=default] .modal-dialog {
    margin: 1.75rem auto;
  }
  html[data-theme=default] .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  html[data-theme=default] .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  html[data-theme=default] .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .modal-lg,
  html[data-theme=default] .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .modal-xl {
    max-width: 1140px;
  }
}
html[data-theme=default] .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
}
html[dir][data-theme=default] .modal-fullscreen {
  margin: 0;
}
html[data-theme=default] .modal-fullscreen .modal-content {
  height: 100%;
}
html[dir][data-theme=default] .modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
}
html[dir][data-theme=default] .modal-fullscreen .modal-header {
  border-radius: 0;
}
html[data-theme=default] .modal-fullscreen .modal-body {
  overflow-y: auto;
}
html[dir][data-theme=default] .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  html[data-theme=default] .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-sm-down {
    margin: 0;
  }
  html[data-theme=default] .modal-fullscreen-sm-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=default] .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=default] .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=default] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  html[data-theme=default] .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-md-down {
    margin: 0;
  }
  html[data-theme=default] .modal-fullscreen-md-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=default] .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=default] .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=default] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  html[data-theme=default] .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-lg-down {
    margin: 0;
  }
  html[data-theme=default] .modal-fullscreen-lg-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=default] .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=default] .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=default] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  html[data-theme=default] .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-xl-down {
    margin: 0;
  }
  html[data-theme=default] .modal-fullscreen-xl-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=default] .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=default] .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=default] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  html[data-theme=default] .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-xxl-down {
    margin: 0;
  }
  html[data-theme=default] .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=default] .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=default] .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=default] .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=default] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
html[data-theme=default] .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
html[dir][data-theme=default] .tooltip {
  margin: 0;
  text-align: start;
  text-shadow: none;
}
html[dir=ltr][data-theme=default] .tooltip {
  text-align: left;
}
html[dir=rtl][data-theme=default] .tooltip {
  text-align: right;
}
html[data-theme=default] .tooltip.show {
  opacity: 0.9;
}
html[data-theme=default] .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
html[data-theme=default] .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
}
html[dir][data-theme=default] .tooltip .tooltip-arrow::before {
  border-color: transparent;
  border-style: solid;
}
html[dir][data-theme=default] .bs-tooltip-top, html[dir][data-theme=default] .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
html[data-theme=default] .bs-tooltip-top .tooltip-arrow, html[data-theme=default] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
html[data-theme=default] .bs-tooltip-top .tooltip-arrow::before, html[data-theme=default] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
}
html[dir][data-theme=default] .bs-tooltip-top .tooltip-arrow::before, html[dir][data-theme=default] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
html[dir][data-theme=default] .bs-tooltip-end, html[dir][data-theme=default] .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
html[data-theme=default] .bs-tooltip-end .tooltip-arrow, html[data-theme=default] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  width: 0.4rem;
  height: 0.8rem;
}
html[dir=ltr][data-theme=default] .bs-tooltip-end .tooltip-arrow, html[dir=ltr][data-theme=default] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
}
html[dir=rtl][data-theme=default] .bs-tooltip-end .tooltip-arrow, html[dir=rtl][data-theme=default] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  right: 0;
}
html[dir=ltr][data-theme=default] .bs-tooltip-end .tooltip-arrow::before, html[dir=ltr][data-theme=default] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html[dir=rtl][data-theme=default] .bs-tooltip-end .tooltip-arrow::before, html[dir=rtl][data-theme=default] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html[dir][data-theme=default] .bs-tooltip-bottom, html[dir][data-theme=default] .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
html[data-theme=default] .bs-tooltip-bottom .tooltip-arrow, html[data-theme=default] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
html[data-theme=default] .bs-tooltip-bottom .tooltip-arrow::before, html[data-theme=default] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
}
html[dir][data-theme=default] .bs-tooltip-bottom .tooltip-arrow::before, html[dir][data-theme=default] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
html[dir][data-theme=default] .bs-tooltip-start, html[dir][data-theme=default] .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
html[data-theme=default] .bs-tooltip-start .tooltip-arrow, html[data-theme=default] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  width: 0.4rem;
  height: 0.8rem;
}
html[dir=ltr][data-theme=default] .bs-tooltip-start .tooltip-arrow, html[dir=ltr][data-theme=default] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
}
html[dir=rtl][data-theme=default] .bs-tooltip-start .tooltip-arrow, html[dir=rtl][data-theme=default] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  left: 0;
}
html[dir=ltr][data-theme=default] .bs-tooltip-start .tooltip-arrow::before, html[dir=ltr][data-theme=default] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html[dir=rtl][data-theme=default] .bs-tooltip-start .tooltip-arrow::before, html[dir=rtl][data-theme=default] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html[data-theme=default] .tooltip-inner {
  max-width: 200px;
  color: #fff;
}
html[dir][data-theme=default] .tooltip-inner {
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
html[data-theme=default] .popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
}
html[dir][data-theme=default] .popover {
  text-align: start;
  text-shadow: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
html[dir=ltr][data-theme=default] .popover {
  text-align: left;
}
html[dir=rtl][data-theme=default] .popover {
  text-align: right;
}
html[data-theme=default] .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
html[data-theme=default] .popover .popover-arrow::before, html[data-theme=default] .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
}
html[dir][data-theme=default] .popover .popover-arrow::before, html[dir][data-theme=default] .popover .popover-arrow::after {
  border-color: transparent;
  border-style: solid;
}
html[data-theme=default] .bs-popover-top > .popover-arrow, html[data-theme=default] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
html[data-theme=default] .bs-popover-top > .popover-arrow::before, html[data-theme=default] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
}
html[dir][data-theme=default] .bs-popover-top > .popover-arrow::before, html[dir][data-theme=default] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
html[data-theme=default] .bs-popover-top > .popover-arrow::after, html[data-theme=default] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
}
html[dir][data-theme=default] .bs-popover-top > .popover-arrow::after, html[dir][data-theme=default] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
html[data-theme=default] .bs-popover-end > .popover-arrow, html[data-theme=default] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  width: 0.5rem;
  height: 1rem;
}
html[dir=ltr][data-theme=default] .bs-popover-end > .popover-arrow, html[dir=ltr][data-theme=default] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
}
html[dir=rtl][data-theme=default] .bs-popover-end > .popover-arrow, html[dir=rtl][data-theme=default] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  right: calc(-0.5rem - 1px);
}
html[dir=ltr][data-theme=default] .bs-popover-end > .popover-arrow::before, html[dir=ltr][data-theme=default] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html[dir=rtl][data-theme=default] .bs-popover-end > .popover-arrow::before, html[dir=rtl][data-theme=default] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html[dir=ltr][data-theme=default] .bs-popover-end > .popover-arrow::after, html[dir=ltr][data-theme=default] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
html[dir=rtl][data-theme=default] .bs-popover-end > .popover-arrow::after, html[dir=rtl][data-theme=default] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
html[data-theme=default] .bs-popover-bottom > .popover-arrow, html[data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
html[data-theme=default] .bs-popover-bottom > .popover-arrow::before, html[data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
}
html[dir][data-theme=default] .bs-popover-bottom > .popover-arrow::before, html[dir][data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
html[data-theme=default] .bs-popover-bottom > .popover-arrow::after, html[data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
}
html[dir][data-theme=default] .bs-popover-bottom > .popover-arrow::after, html[dir][data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
html[data-theme=default] .bs-popover-bottom .popover-header::before, html[data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  display: block;
  width: 1rem;
  content: "";
}
html[dir][data-theme=default] .bs-popover-bottom .popover-header::before, html[dir][data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid #f0f0f0;
}
html[dir=ltr][data-theme=default] .bs-popover-bottom .popover-header::before, html[dir=ltr][data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  left: 50%;
  margin-left: -0.5rem;
}
html[dir=rtl][data-theme=default] .bs-popover-bottom .popover-header::before, html[dir=rtl][data-theme=default] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  right: 50%;
  margin-right: -0.5rem;
}
html[data-theme=default] .bs-popover-start > .popover-arrow, html[data-theme=default] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  width: 0.5rem;
  height: 1rem;
}
html[dir=ltr][data-theme=default] .bs-popover-start > .popover-arrow, html[dir=ltr][data-theme=default] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
}
html[dir=rtl][data-theme=default] .bs-popover-start > .popover-arrow, html[dir=rtl][data-theme=default] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  left: calc(-0.5rem - 1px);
}
html[dir=ltr][data-theme=default] .bs-popover-start > .popover-arrow::before, html[dir=ltr][data-theme=default] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html[dir=rtl][data-theme=default] .bs-popover-start > .popover-arrow::before, html[dir=rtl][data-theme=default] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html[dir=ltr][data-theme=default] .bs-popover-start > .popover-arrow::after, html[dir=ltr][data-theme=default] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
html[dir=rtl][data-theme=default] .bs-popover-start > .popover-arrow::after, html[dir=rtl][data-theme=default] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
html[data-theme=default] .popover-header {
  font-size: 1rem;
}
html[dir][data-theme=default] .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
html[dir=ltr][data-theme=default] .popover-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
html[dir=rtl][data-theme=default] .popover-header {
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
html[data-theme=default] .popover-header:empty {
  display: none;
}
html[data-theme=default] .popover-body {
  color: #212529;
}
html[dir][data-theme=default] .popover-body {
  padding: 1rem 1rem;
}
html[data-theme=default] .carousel {
  position: relative;
}
html[data-theme=default] .carousel.pointer-event {
  touch-action: pan-y;
}
html[data-theme=default] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html[data-theme=default] .carousel-inner::after {
  display: block;
  content: "";
}
html[dir][data-theme=default] .carousel-inner::after {
  clear: both;
}
html[data-theme=default] .carousel-item {
  position: relative;
  display: none;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
html[dir=ltr][data-theme=default] .carousel-item {
  float: left;
  margin-right: -100%;
}
html[dir=rtl][data-theme=default] .carousel-item {
  float: right;
  margin-left: -100%;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .carousel-item {
    transition: none;
  }
}
html[data-theme=default] .carousel-item.active,
html[data-theme=default] .carousel-item-next,
html[data-theme=default] .carousel-item-prev {
  display: block;
}
html[dir=ltr][data-theme=default] .carousel-item-next:not(.carousel-item-start), html[dir=ltr][data-theme=default] .active.carousel-item-end {
  transform: translateX(100%);
}
html[dir=rtl][data-theme=default] .carousel-item-next:not(.carousel-item-start), html[dir=rtl][data-theme=default] .active.carousel-item-end {
  transform: translateX(-100%);
}
html[dir=ltr][data-theme=default] .carousel-item-prev:not(.carousel-item-end), html[dir=ltr][data-theme=default] .active.carousel-item-start {
  transform: translateX(-100%);
}
html[dir=rtl][data-theme=default] .carousel-item-prev:not(.carousel-item-end), html[dir=rtl][data-theme=default] .active.carousel-item-start {
  transform: translateX(100%);
}
html[data-theme=default] .carousel-fade .carousel-item {
  opacity: 0;
}
html[dir][data-theme=default] .carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
}
html[data-theme=default] .carousel-fade .carousel-item.active,
html[data-theme=default] .carousel-fade .carousel-item-next.carousel-item-start,
html[data-theme=default] .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
html[data-theme=default] .carousel-fade .active.carousel-item-start,
html[data-theme=default] .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .carousel-fade .active.carousel-item-start,
  html[data-theme=default] .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
html[data-theme=default] .carousel-control-prev,
html[data-theme=default] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
html[dir][data-theme=default] .carousel-control-prev, html[dir][data-theme=default] .carousel-control-next {
  padding: 0;
  text-align: center;
  background: none;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .carousel-control-prev,
  html[data-theme=default] .carousel-control-next {
    transition: none;
  }
}
html[data-theme=default] .carousel-control-prev:hover, html[data-theme=default] .carousel-control-prev:focus,
html[data-theme=default] .carousel-control-next:hover,
html[data-theme=default] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
html[dir=ltr][data-theme=default] .carousel-control-prev {
  left: 0;
}
html[dir=rtl][data-theme=default] .carousel-control-prev {
  right: 0;
}
html[dir=ltr][data-theme=default] .carousel-control-next {
  right: 0;
}
html[dir=rtl][data-theme=default] .carousel-control-next {
  left: 0;
}
html[data-theme=default] .carousel-control-prev-icon,
html[data-theme=default] .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
html[dir][data-theme=default] .carousel-control-prev-icon, html[dir][data-theme=default] .carousel-control-next-icon {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
html[dir][data-theme=default] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
html[dir][data-theme=default] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
html[data-theme=default] .carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  list-style: none;
}
html[dir][data-theme=default] .carousel-indicators {
  padding: 0;
  margin-bottom: 1rem;
}
html[dir=ltr][data-theme=default] .carousel-indicators {
  right: 0;
  left: 0;
  margin-right: 15%;
  margin-left: 15%;
}
html[dir=rtl][data-theme=default] .carousel-indicators {
  left: 0;
  right: 0;
  margin-left: 15%;
  margin-right: 15%;
}
html[data-theme=default] .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
html[dir][data-theme=default] .carousel-indicators [data-bs-target] {
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
html[dir=ltr][data-theme=default] .carousel-indicators [data-bs-target] {
  margin-right: 3px;
  margin-left: 3px;
}
html[dir=rtl][data-theme=default] .carousel-indicators [data-bs-target] {
  margin-left: 3px;
  margin-right: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
html[data-theme=default] .carousel-indicators .active {
  opacity: 1;
}
html[data-theme=default] .carousel-caption {
  position: absolute;
  bottom: 1.25rem;
  color: #fff;
}
html[dir][data-theme=default] .carousel-caption {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}
html[dir=ltr][data-theme=default] .carousel-caption {
  right: 15%;
  left: 15%;
}
html[dir=rtl][data-theme=default] .carousel-caption {
  left: 15%;
  right: 15%;
}
html[data-theme=default] .carousel-dark .carousel-control-prev-icon,
html[data-theme=default] .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
html[dir][data-theme=default] .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
html[data-theme=default] .carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border-ltr {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-border-rtl {
  to {
    transform: rotate(-360deg) ;
  }
}
html[data-theme=default] .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
}
html[dir][data-theme=default] .spinner-border {
  border: 0.25em solid currentColor;
  border-radius: 50%;
}
html[dir=ltr][data-theme=default] .spinner-border {
  border-right-color: transparent;
  animation: 0.75s linear infinite spinner-border-ltr ;
}
html[dir=rtl][data-theme=default] .spinner-border {
  border-left-color: transparent;
  animation: 0.75s linear infinite spinner-border-rtl ;
}
html[data-theme=default] .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}
html[dir][data-theme=default] .spinner-border-sm {
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
html[data-theme=default] .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  opacity: 0;
}
html[dir][data-theme=default] .spinner-grow {
  background-color: currentColor;
  border-radius: 50%;
}
html[dir=ltr][data-theme=default] .spinner-grow {
  animation: 0.75s linear infinite spinner-grow;
}
html[dir=rtl][data-theme=default] .spinner-grow {
  animation: 0.75s linear infinite spinner-grow;
}
html[data-theme=default] .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[dir=ltr][data-theme=default] .spinner-border, html[dir=ltr][data-theme=default] .spinner-grow {
    animation-duration: 1.5s;
  }
  html[dir=rtl][data-theme=default] .spinner-border, html[dir=rtl][data-theme=default] .spinner-grow {
    animation-duration: 1.5s;
  }
}
html[data-theme=default] .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
html[dir][data-theme=default] .offcanvas {
  background-color: #fff;
  background-clip: padding-box;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .offcanvas {
    transition: none;
  }
}
html[data-theme=default] .offcanvas-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
html[dir][data-theme=default] .offcanvas-backdrop {
  background-color: #000;
}
html[dir=ltr][data-theme=default] .offcanvas-backdrop {
  left: 0;
}
html[dir=rtl][data-theme=default] .offcanvas-backdrop {
  right: 0;
}
html[data-theme=default] .offcanvas-backdrop.fade {
  opacity: 0;
}
html[data-theme=default] .offcanvas-backdrop.show {
  opacity: 0.5;
}
html[data-theme=default] .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html[dir][data-theme=default] .offcanvas-header {
  padding: 1rem 1rem;
}
html[dir][data-theme=default] .offcanvas-header .btn-close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .offcanvas-header .close, html[dir][data-theme=default] .offcanvas-header .bootstrap-select .popover-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header .offcanvas-header .close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
html[dir=ltr][data-theme=default] .offcanvas-header .btn-close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .offcanvas-header .close, html[dir=ltr][data-theme=default] .offcanvas-header .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .offcanvas-header .close {
  margin-right: -0.5rem;
}
html[dir=rtl][data-theme=default] .offcanvas-header .btn-close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .offcanvas-header .close, html[dir=rtl][data-theme=default] .offcanvas-header .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .offcanvas-header .close {
  margin-left: -0.5rem;
}
html[data-theme=default] .offcanvas-title {
  line-height: 1.5;
}
html[dir][data-theme=default] .offcanvas-title {
  margin-bottom: 0;
}
html[data-theme=default] .offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
}
html[dir][data-theme=default] .offcanvas-body {
  padding: 1rem 1rem;
}
html[data-theme=default] .offcanvas-start {
  top: 0;
  width: 400px;
}
html[dir=ltr][data-theme=default] .offcanvas-start {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
html[dir=rtl][data-theme=default] .offcanvas-start {
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
html[data-theme=default] .offcanvas-end {
  top: 0;
  width: 400px;
}
html[dir=ltr][data-theme=default] .offcanvas-end {
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
html[dir=rtl][data-theme=default] .offcanvas-end {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
html[data-theme=default] .offcanvas-top {
  top: 0;
  height: 30vh;
  max-height: 100%;
}
html[dir][data-theme=default] .offcanvas-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
html[dir=ltr][data-theme=default] .offcanvas-top {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=default] .offcanvas-top {
  left: 0;
  right: 0;
}
html[data-theme=default] .offcanvas-bottom {
  height: 30vh;
  max-height: 100%;
}
html[dir][data-theme=default] .offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
html[dir=ltr][data-theme=default] .offcanvas-bottom {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=default] .offcanvas-bottom {
  left: 0;
  right: 0;
}
html[dir][data-theme=default] .offcanvas.show {
  transform: none;
}
html[data-theme=default] .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  opacity: 0.5;
}
html[dir][data-theme=default] .placeholder {
  cursor: wait;
  background-color: currentColor;
}
html[data-theme=default] .placeholder.btn::before, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .placeholder.close::before, html[data-theme=default] .placeholder.button::before, html[data-theme=default] .bootstrap-select .popover-header .placeholder.close::before {
  display: inline-block;
  content: "";
}
html[data-theme=default] .placeholder-xs {
  min-height: 0.6em;
}
html[data-theme=default] .placeholder-sm {
  min-height: 0.8em;
}
html[data-theme=default] .placeholder-lg {
  min-height: 1.2em;
}
html[dir=ltr][data-theme=default] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
html[dir=rtl][data-theme=default] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
html[data-theme=default] .placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
}
html[dir=ltr][data-theme=default] .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
}
html[dir=rtl][data-theme=default] .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
html[data-theme=default] .clearfix::after {
  display: block;
  content: "";
}
html[dir][data-theme=default] .clearfix::after {
  clear: both;
}
html[data-theme=default] .link-primary {
  color: #0d6efd;
}
html[data-theme=default] .link-primary:hover, html[data-theme=default] .link-primary:focus {
  color: #0a58ca;
}
html[data-theme=default] .link-secondary {
  color: #6c757d;
}
html[data-theme=default] .link-secondary:hover, html[data-theme=default] .link-secondary:focus {
  color: #565e64;
}
html[data-theme=default] .link-success {
  color: #198754;
}
html[data-theme=default] .link-success:hover, html[data-theme=default] .link-success:focus {
  color: #146c43;
}
html[data-theme=default] .link-info {
  color: #0dcaf0;
}
html[data-theme=default] .link-info:hover, html[data-theme=default] .link-info:focus {
  color: #3dd5f3;
}
html[data-theme=default] .link-warning {
  color: #ffc107;
}
html[data-theme=default] .link-warning:hover, html[data-theme=default] .link-warning:focus {
  color: #ffcd39;
}
html[data-theme=default] .link-danger {
  color: #dc3545;
}
html[data-theme=default] .link-danger:hover, html[data-theme=default] .link-danger:focus {
  color: #b02a37;
}
html[data-theme=default] .link-light {
  color: #f8f9fa;
}
html[data-theme=default] .link-light:hover, html[data-theme=default] .link-light:focus {
  color: #f9fafb;
}
html[data-theme=default] .link-dark {
  color: #212529;
}
html[data-theme=default] .link-dark:hover, html[data-theme=default] .link-dark:focus {
  color: #1a1e21;
}
html[data-theme=default] .ratio {
  position: relative;
  width: 100%;
}
html[data-theme=default] .ratio::before {
  display: block;
  content: "";
}
html[dir][data-theme=default] .ratio::before {
  padding-top: var(--bs-aspect-ratio);
}
html[data-theme=default] .ratio > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
html[dir=ltr][data-theme=default] .ratio > * {
  left: 0;
}
html[dir=rtl][data-theme=default] .ratio > * {
  right: 0;
}
html[data-theme=default] .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
html[data-theme=default] .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
html[data-theme=default] .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
html[data-theme=default] .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
html[data-theme=default] .fixed-top, html[data-theme=default] .ta-navbar-top {
  position: fixed;
  top: 0;
  z-index: 1030;
}
html[dir=ltr][data-theme=default] .fixed-top, html[dir=ltr][data-theme=default] .ta-navbar-top {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=default] .fixed-top, html[dir=rtl][data-theme=default] .ta-navbar-top {
  left: 0;
  right: 0;
}
html[data-theme=default] .fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030;
}
html[dir=ltr][data-theme=default] .fixed-bottom {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=default] .fixed-bottom {
  left: 0;
  right: 0;
}
html[data-theme=default] .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  html[data-theme=default] .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  html[data-theme=default] .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  html[data-theme=default] .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
html[data-theme=default] .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
html[data-theme=default] .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
html[data-theme=default] .visually-hidden,
html[data-theme=default] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
html[dir][data-theme=default] .visually-hidden, html[dir][data-theme=default] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
}
html[data-theme=default] .stretched-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
html[dir=ltr][data-theme=default] .stretched-link::after {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=default] .stretched-link::after {
  left: 0;
  right: 0;
}
html[data-theme=default] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-theme=default] .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  opacity: 0.25;
}
html[dir][data-theme=default] .vr {
  background-color: currentColor;
}
html[data-theme=default] .align-baseline {
  vertical-align: baseline !important;
}
html[data-theme=default] .align-top {
  vertical-align: top !important;
}
html[data-theme=default] .align-middle {
  vertical-align: middle !important;
}
html[data-theme=default] .align-bottom {
  vertical-align: bottom !important;
}
html[data-theme=default] .align-text-bottom {
  vertical-align: text-bottom !important;
}
html[data-theme=default] .align-text-top {
  vertical-align: text-top !important;
}
html[dir=ltr][data-theme=default] .float-start {
  float: left !important;
}
html[dir=rtl][data-theme=default] .float-start {
  float: right !important;
}
html[dir=ltr][data-theme=default] .float-end, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .close {
  float: right !important;
}
html[dir=rtl][data-theme=default] .float-end, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .close {
  float: left !important;
}
html[dir][data-theme=default] .float-none {
  float: none !important;
}
html[data-theme=default] .opacity-0 {
  opacity: 0 !important;
}
html[data-theme=default] .opacity-25 {
  opacity: 0.25 !important;
}
html[data-theme=default] .opacity-50 {
  opacity: 0.5 !important;
}
html[data-theme=default] .opacity-75 {
  opacity: 0.75 !important;
}
html[data-theme=default] .opacity-100 {
  opacity: 1 !important;
}
html[data-theme=default] .overflow-auto {
  overflow: auto !important;
}
html[data-theme=default] .overflow-hidden {
  overflow: hidden !important;
}
html[data-theme=default] .overflow-visible {
  overflow: visible !important;
}
html[data-theme=default] .overflow-scroll {
  overflow: scroll !important;
}
html[data-theme=default] .d-inline {
  display: inline !important;
}
html[data-theme=default] .d-inline-block {
  display: inline-block !important;
}
html[data-theme=default] .d-block {
  display: block !important;
}
html[data-theme=default] .d-grid {
  display: grid !important;
}
html[data-theme=default] .d-table {
  display: table !important;
}
html[data-theme=default] .d-table-row {
  display: table-row !important;
}
html[data-theme=default] .d-table-cell {
  display: table-cell !important;
}
html[data-theme=default] .d-flex {
  display: flex !important;
}
html[data-theme=default] .d-inline-flex {
  display: inline-flex !important;
}
html[data-theme=default] .d-none {
  display: none !important;
}
html[dir][data-theme=default] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
html[dir][data-theme=default] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
html[dir][data-theme=default] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
html[dir][data-theme=default] .shadow-none {
  box-shadow: none !important;
}
html[data-theme=default] .position-static {
  position: static !important;
}
html[data-theme=default] .position-relative {
  position: relative !important;
}
html[data-theme=default] .position-absolute {
  position: absolute !important;
}
html[data-theme=default] .position-fixed {
  position: fixed !important;
}
html[data-theme=default] .position-sticky {
  position: sticky !important;
}
html[data-theme=default] .top-0 {
  top: 0 !important;
}
html[data-theme=default] .top-50 {
  top: 50% !important;
}
html[data-theme=default] .top-100 {
  top: 100% !important;
}
html[data-theme=default] .bottom-0 {
  bottom: 0 !important;
}
html[data-theme=default] .bottom-50 {
  bottom: 50% !important;
}
html[data-theme=default] .bottom-100 {
  bottom: 100% !important;
}
html[dir=ltr][data-theme=default] .start-0 {
  left: 0 !important;
}
html[dir=rtl][data-theme=default] .start-0 {
  right: 0 !important;
}
html[dir=ltr][data-theme=default] .start-50 {
  left: 50% !important;
}
html[dir=rtl][data-theme=default] .start-50 {
  right: 50% !important;
}
html[dir=ltr][data-theme=default] .start-100 {
  left: 100% !important;
}
html[dir=rtl][data-theme=default] .start-100 {
  right: 100% !important;
}
html[dir=ltr][data-theme=default] .end-0 {
  right: 0 !important;
}
html[dir=rtl][data-theme=default] .end-0 {
  left: 0 !important;
}
html[dir=ltr][data-theme=default] .end-50 {
  right: 50% !important;
}
html[dir=rtl][data-theme=default] .end-50 {
  left: 50% !important;
}
html[dir=ltr][data-theme=default] .end-100 {
  right: 100% !important;
}
html[dir=rtl][data-theme=default] .end-100 {
  left: 100% !important;
}
html[dir=ltr][data-theme=default] .translate-middle {
  transform: translate(-50%, -50%) !important;
}
html[dir=rtl][data-theme=default] .translate-middle {
  transform: translate(50%, -50%) !important;
}
html[dir=ltr][data-theme=default] .translate-middle-x {
  transform: translateX(-50%) !important;
}
html[dir=rtl][data-theme=default] .translate-middle-x {
  transform: translateX(50%) !important;
}
html[dir][data-theme=default] .translate-middle-y {
  transform: translateY(-50%) !important;
}
html[dir][data-theme=default] .border {
  border: 1px solid #dee2e6 !important;
}
html[dir][data-theme=default] .border-0 {
  border: 0 !important;
}
html[dir][data-theme=default] .border-top {
  border-top: 1px solid #dee2e6 !important;
}
html[dir][data-theme=default] .border-top-0 {
  border-top: 0 !important;
}
html[dir=ltr][data-theme=default] .border-end {
  border-right: 1px solid #dee2e6 !important;
}
html[dir=rtl][data-theme=default] .border-end {
  border-left: 1px solid #dee2e6 !important;
}
html[dir=ltr][data-theme=default] .border-end-0 {
  border-right: 0 !important;
}
html[dir=rtl][data-theme=default] .border-end-0 {
  border-left: 0 !important;
}
html[dir][data-theme=default] .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
html[dir][data-theme=default] .border-bottom-0 {
  border-bottom: 0 !important;
}
html[dir=ltr][data-theme=default] .border-start {
  border-left: 1px solid #dee2e6 !important;
}
html[dir=rtl][data-theme=default] .border-start {
  border-right: 1px solid #dee2e6 !important;
}
html[dir=ltr][data-theme=default] .border-start-0 {
  border-left: 0 !important;
}
html[dir=rtl][data-theme=default] .border-start-0 {
  border-right: 0 !important;
}
html[dir][data-theme=default] .border-primary {
  border-color: #0d6efd !important;
}
html[dir][data-theme=default] .border-secondary {
  border-color: #6c757d !important;
}
html[dir][data-theme=default] .border-success {
  border-color: #198754 !important;
}
html[dir][data-theme=default] .border-info {
  border-color: #0dcaf0 !important;
}
html[dir][data-theme=default] .border-warning {
  border-color: #ffc107 !important;
}
html[dir][data-theme=default] .border-danger {
  border-color: #dc3545 !important;
}
html[dir][data-theme=default] .border-light {
  border-color: #f8f9fa !important;
}
html[dir][data-theme=default] .border-dark {
  border-color: #212529 !important;
}
html[dir][data-theme=default] .border-white {
  border-color: #fff !important;
}
html[dir][data-theme=default] .border-1 {
  border-width: 1px !important;
}
html[dir][data-theme=default] .border-2 {
  border-width: 2px !important;
}
html[dir][data-theme=default] .border-3 {
  border-width: 3px !important;
}
html[dir][data-theme=default] .border-4 {
  border-width: 4px !important;
}
html[dir][data-theme=default] .border-5 {
  border-width: 5px !important;
}
html[data-theme=default] .w-25 {
  width: 25% !important;
}
html[data-theme=default] .w-50 {
  width: 50% !important;
}
html[data-theme=default] .w-75 {
  width: 75% !important;
}
html[data-theme=default] .w-100 {
  width: 100% !important;
}
html[data-theme=default] .w-auto {
  width: auto !important;
}
html[data-theme=default] .mw-100 {
  max-width: 100% !important;
}
html[data-theme=default] .vw-100 {
  width: 100vw !important;
}
html[data-theme=default] .min-vw-100 {
  min-width: 100vw !important;
}
html[data-theme=default] .h-25 {
  height: 25% !important;
}
html[data-theme=default] .h-50 {
  height: 50% !important;
}
html[data-theme=default] .h-75 {
  height: 75% !important;
}
html[data-theme=default] .h-100 {
  height: 100% !important;
}
html[data-theme=default] .h-auto {
  height: auto !important;
}
html[data-theme=default] .mh-100 {
  max-height: 100% !important;
}
html[data-theme=default] .vh-100 {
  height: 100vh !important;
}
html[data-theme=default] .min-vh-100 {
  min-height: 100vh !important;
}
html[data-theme=default] .flex-fill {
  flex: 1 1 auto !important;
}
html[data-theme=default] .flex-row {
  flex-direction: row !important;
}
html[data-theme=default] .flex-column {
  flex-direction: column !important;
}
html[data-theme=default] .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html[data-theme=default] .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html[data-theme=default] .flex-grow-0 {
  flex-grow: 0 !important;
}
html[data-theme=default] .flex-grow-1 {
  flex-grow: 1 !important;
}
html[data-theme=default] .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html[data-theme=default] .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html[data-theme=default] .flex-wrap {
  flex-wrap: wrap !important;
}
html[data-theme=default] .flex-nowrap {
  flex-wrap: nowrap !important;
}
html[data-theme=default] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html[data-theme=default] .gap-0 {
  gap: 0 !important;
}
html[data-theme=default] .gap-1 {
  gap: 0.25rem !important;
}
html[data-theme=default] .gap-2 {
  gap: 0.5rem !important;
}
html[data-theme=default] .gap-3 {
  gap: 1rem !important;
}
html[data-theme=default] .gap-4 {
  gap: 1.5rem !important;
}
html[data-theme=default] .gap-5 {
  gap: 3rem !important;
}
html[data-theme=default] .justify-content-start {
  justify-content: flex-start !important;
}
html[data-theme=default] .justify-content-end {
  justify-content: flex-end !important;
}
html[data-theme=default] .justify-content-center {
  justify-content: center !important;
}
html[data-theme=default] .justify-content-between {
  justify-content: space-between !important;
}
html[data-theme=default] .justify-content-around {
  justify-content: space-around !important;
}
html[data-theme=default] .justify-content-evenly {
  justify-content: space-evenly !important;
}
html[data-theme=default] .align-items-start {
  align-items: flex-start !important;
}
html[data-theme=default] .align-items-end {
  align-items: flex-end !important;
}
html[data-theme=default] .align-items-center {
  align-items: center !important;
}
html[data-theme=default] .align-items-baseline {
  align-items: baseline !important;
}
html[data-theme=default] .align-items-stretch {
  align-items: stretch !important;
}
html[data-theme=default] .align-content-start {
  align-content: flex-start !important;
}
html[data-theme=default] .align-content-end {
  align-content: flex-end !important;
}
html[data-theme=default] .align-content-center {
  align-content: center !important;
}
html[data-theme=default] .align-content-between {
  align-content: space-between !important;
}
html[data-theme=default] .align-content-around {
  align-content: space-around !important;
}
html[data-theme=default] .align-content-stretch {
  align-content: stretch !important;
}
html[data-theme=default] .align-self-auto {
  align-self: auto !important;
}
html[data-theme=default] .align-self-start {
  align-self: flex-start !important;
}
html[data-theme=default] .align-self-end {
  align-self: flex-end !important;
}
html[data-theme=default] .align-self-center {
  align-self: center !important;
}
html[data-theme=default] .align-self-baseline {
  align-self: baseline !important;
}
html[data-theme=default] .align-self-stretch {
  align-self: stretch !important;
}
html[data-theme=default] .order-first {
  order: -1 !important;
}
html[data-theme=default] .order-0 {
  order: 0 !important;
}
html[data-theme=default] .order-1 {
  order: 1 !important;
}
html[data-theme=default] .order-2 {
  order: 2 !important;
}
html[data-theme=default] .order-3 {
  order: 3 !important;
}
html[data-theme=default] .order-4 {
  order: 4 !important;
}
html[data-theme=default] .order-5 {
  order: 5 !important;
}
html[data-theme=default] .order-last {
  order: 6 !important;
}
html[dir][data-theme=default] .m-0 {
  margin: 0 !important;
}
html[dir][data-theme=default] .m-1 {
  margin: 0.25rem !important;
}
html[dir][data-theme=default] .m-2 {
  margin: 0.5rem !important;
}
html[dir][data-theme=default] .m-3 {
  margin: 1rem !important;
}
html[dir][data-theme=default] .m-4 {
  margin: 1.5rem !important;
}
html[dir][data-theme=default] .m-5 {
  margin: 3rem !important;
}
html[dir][data-theme=default] .m-auto {
  margin: auto !important;
}
html[dir=ltr][data-theme=default] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html[dir=rtl][data-theme=default] .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html[dir=ltr][data-theme=default] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
html[dir=rtl][data-theme=default] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
html[dir=ltr][data-theme=default] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
html[dir=rtl][data-theme=default] .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
html[dir=ltr][data-theme=default] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
html[dir=rtl][data-theme=default] .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
html[dir=ltr][data-theme=default] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
html[dir=rtl][data-theme=default] .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
html[dir=ltr][data-theme=default] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
html[dir=rtl][data-theme=default] .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
html[dir][data-theme=default] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html[dir][data-theme=default] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
html[dir][data-theme=default] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
html[dir][data-theme=default] .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
html[dir][data-theme=default] .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
html[dir][data-theme=default] .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
html[dir][data-theme=default] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
html[dir][data-theme=default] .mt-0 {
  margin-top: 0 !important;
}
html[dir][data-theme=default] .mt-1 {
  margin-top: 0.25rem !important;
}
html[dir][data-theme=default] .mt-2 {
  margin-top: 0.5rem !important;
}
html[dir][data-theme=default] .mt-3 {
  margin-top: 1rem !important;
}
html[dir][data-theme=default] .mt-4 {
  margin-top: 1.5rem !important;
}
html[dir][data-theme=default] .mt-5 {
  margin-top: 3rem !important;
}
html[dir][data-theme=default] .mt-auto {
  margin-top: auto !important;
}
html[dir=ltr][data-theme=default] .me-0 {
  margin-right: 0 !important;
}
html[dir=rtl][data-theme=default] .me-0 {
  margin-left: 0 !important;
}
html[dir=ltr][data-theme=default] .me-1 {
  margin-right: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .me-1 {
  margin-left: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .me-2 {
  margin-right: 0.5rem !important;
}
html[dir=rtl][data-theme=default] .me-2 {
  margin-left: 0.5rem !important;
}
html[dir=ltr][data-theme=default] .me-3 {
  margin-right: 1rem !important;
}
html[dir=rtl][data-theme=default] .me-3 {
  margin-left: 1rem !important;
}
html[dir=ltr][data-theme=default] .me-4 {
  margin-right: 1.5rem !important;
}
html[dir=rtl][data-theme=default] .me-4 {
  margin-left: 1.5rem !important;
}
html[dir=ltr][data-theme=default] .me-5 {
  margin-right: 3rem !important;
}
html[dir=rtl][data-theme=default] .me-5 {
  margin-left: 3rem !important;
}
html[dir=ltr][data-theme=default] .me-auto {
  margin-right: auto !important;
}
html[dir=rtl][data-theme=default] .me-auto {
  margin-left: auto !important;
}
html[dir][data-theme=default] .mb-0 {
  margin-bottom: 0 !important;
}
html[dir][data-theme=default] .mb-1 {
  margin-bottom: 0.25rem !important;
}
html[dir][data-theme=default] .mb-2 {
  margin-bottom: 0.5rem !important;
}
html[dir][data-theme=default] .mb-3 {
  margin-bottom: 1rem !important;
}
html[dir][data-theme=default] .mb-4 {
  margin-bottom: 1.5rem !important;
}
html[dir][data-theme=default] .mb-5 {
  margin-bottom: 3rem !important;
}
html[dir][data-theme=default] .mb-auto {
  margin-bottom: auto !important;
}
html[dir=ltr][data-theme=default] .ms-0 {
  margin-left: 0 !important;
}
html[dir=rtl][data-theme=default] .ms-0 {
  margin-right: 0 !important;
}
html[dir=ltr][data-theme=default] .ms-1 {
  margin-left: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .ms-1 {
  margin-right: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .ms-2 {
  margin-left: 0.5rem !important;
}
html[dir=rtl][data-theme=default] .ms-2 {
  margin-right: 0.5rem !important;
}
html[dir=ltr][data-theme=default] .ms-3 {
  margin-left: 1rem !important;
}
html[dir=rtl][data-theme=default] .ms-3 {
  margin-right: 1rem !important;
}
html[dir=ltr][data-theme=default] .ms-4 {
  margin-left: 1.5rem !important;
}
html[dir=rtl][data-theme=default] .ms-4 {
  margin-right: 1.5rem !important;
}
html[dir=ltr][data-theme=default] .ms-5 {
  margin-left: 3rem !important;
}
html[dir=rtl][data-theme=default] .ms-5 {
  margin-right: 3rem !important;
}
html[dir=ltr][data-theme=default] .ms-auto {
  margin-left: auto !important;
}
html[dir=rtl][data-theme=default] .ms-auto {
  margin-right: auto !important;
}
html[dir][data-theme=default] .p-0 {
  padding: 0 !important;
}
html[dir][data-theme=default] .p-1 {
  padding: 0.25rem !important;
}
html[dir][data-theme=default] .p-2 {
  padding: 0.5rem !important;
}
html[dir][data-theme=default] .p-3 {
  padding: 1rem !important;
}
html[dir][data-theme=default] .p-4 {
  padding: 1.5rem !important;
}
html[dir][data-theme=default] .p-5 {
  padding: 3rem !important;
}
html[dir=ltr][data-theme=default] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html[dir=rtl][data-theme=default] .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html[dir=ltr][data-theme=default] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
html[dir=rtl][data-theme=default] .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
html[dir=ltr][data-theme=default] .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
html[dir=rtl][data-theme=default] .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
html[dir=ltr][data-theme=default] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
html[dir=rtl][data-theme=default] .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
html[dir=ltr][data-theme=default] .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
html[dir=rtl][data-theme=default] .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
html[dir][data-theme=default] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html[dir][data-theme=default] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
html[dir][data-theme=default] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
html[dir][data-theme=default] .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
html[dir][data-theme=default] .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
html[dir][data-theme=default] .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
html[dir][data-theme=default] .pt-0 {
  padding-top: 0 !important;
}
html[dir][data-theme=default] .pt-1 {
  padding-top: 0.25rem !important;
}
html[dir][data-theme=default] .pt-2 {
  padding-top: 0.5rem !important;
}
html[dir][data-theme=default] .pt-3 {
  padding-top: 1rem !important;
}
html[dir][data-theme=default] .pt-4 {
  padding-top: 1.5rem !important;
}
html[dir][data-theme=default] .pt-5 {
  padding-top: 3rem !important;
}
html[dir=ltr][data-theme=default] .pe-0 {
  padding-right: 0 !important;
}
html[dir=rtl][data-theme=default] .pe-0 {
  padding-left: 0 !important;
}
html[dir=ltr][data-theme=default] .pe-1 {
  padding-right: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .pe-1 {
  padding-left: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .pe-2 {
  padding-right: 0.5rem !important;
}
html[dir=rtl][data-theme=default] .pe-2 {
  padding-left: 0.5rem !important;
}
html[dir=ltr][data-theme=default] .pe-3 {
  padding-right: 1rem !important;
}
html[dir=rtl][data-theme=default] .pe-3 {
  padding-left: 1rem !important;
}
html[dir=ltr][data-theme=default] .pe-4 {
  padding-right: 1.5rem !important;
}
html[dir=rtl][data-theme=default] .pe-4 {
  padding-left: 1.5rem !important;
}
html[dir=ltr][data-theme=default] .pe-5 {
  padding-right: 3rem !important;
}
html[dir=rtl][data-theme=default] .pe-5 {
  padding-left: 3rem !important;
}
html[dir][data-theme=default] .pb-0 {
  padding-bottom: 0 !important;
}
html[dir][data-theme=default] .pb-1 {
  padding-bottom: 0.25rem !important;
}
html[dir][data-theme=default] .pb-2 {
  padding-bottom: 0.5rem !important;
}
html[dir][data-theme=default] .pb-3 {
  padding-bottom: 1rem !important;
}
html[dir][data-theme=default] .pb-4 {
  padding-bottom: 1.5rem !important;
}
html[dir][data-theme=default] .pb-5 {
  padding-bottom: 3rem !important;
}
html[dir=ltr][data-theme=default] .ps-0 {
  padding-left: 0 !important;
}
html[dir=rtl][data-theme=default] .ps-0 {
  padding-right: 0 !important;
}
html[dir=ltr][data-theme=default] .ps-1 {
  padding-left: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .ps-1 {
  padding-right: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .ps-2 {
  padding-left: 0.5rem !important;
}
html[dir=rtl][data-theme=default] .ps-2 {
  padding-right: 0.5rem !important;
}
html[dir=ltr][data-theme=default] .ps-3 {
  padding-left: 1rem !important;
}
html[dir=rtl][data-theme=default] .ps-3 {
  padding-right: 1rem !important;
}
html[dir=ltr][data-theme=default] .ps-4 {
  padding-left: 1.5rem !important;
}
html[dir=rtl][data-theme=default] .ps-4 {
  padding-right: 1.5rem !important;
}
html[dir=ltr][data-theme=default] .ps-5 {
  padding-left: 3rem !important;
}
html[dir=rtl][data-theme=default] .ps-5 {
  padding-right: 3rem !important;
}
html[data-theme=default] .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
html[data-theme=default] .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
html[data-theme=default] .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
html[data-theme=default] .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
html[data-theme=default] .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
html[data-theme=default] .fs-5 {
  font-size: 1.25rem !important;
}
html[data-theme=default] .fs-6 {
  font-size: 1rem !important;
}
html[data-theme=default] .fst-italic {
  font-style: italic !important;
}
html[data-theme=default] .fst-normal {
  font-style: normal !important;
}
html[data-theme=default] .fw-light {
  font-weight: 300 !important;
}
html[data-theme=default] .fw-lighter {
  font-weight: lighter !important;
}
html[data-theme=default] .fw-normal {
  font-weight: 400 !important;
}
html[data-theme=default] .fw-bold {
  font-weight: 700 !important;
}
html[data-theme=default] .fw-bolder {
  font-weight: bolder !important;
}
html[data-theme=default] .lh-1 {
  line-height: 1 !important;
}
html[data-theme=default] .lh-sm {
  line-height: 1.25 !important;
}
html[data-theme=default] .lh-base {
  line-height: 1.5 !important;
}
html[data-theme=default] .lh-lg {
  line-height: 2 !important;
}
html[dir=ltr][data-theme=default] .text-start {
  text-align: left !important;
}
html[dir=rtl][data-theme=default] .text-start {
  text-align: right !important;
}
html[dir=ltr][data-theme=default] .text-end {
  text-align: right !important;
}
html[dir=rtl][data-theme=default] .text-end {
  text-align: left !important;
}
html[dir][data-theme=default] .text-center {
  text-align: center !important;
}
html[data-theme=default] .text-decoration-none {
  text-decoration: none !important;
}
html[data-theme=default] .text-decoration-underline {
  text-decoration: underline !important;
}
html[data-theme=default] .text-decoration-line-through {
  text-decoration: line-through !important;
}
html[data-theme=default] .text-lowercase {
  text-transform: lowercase !important;
}
html[data-theme=default] .text-uppercase {
  text-transform: uppercase !important;
}
html[data-theme=default] .text-capitalize {
  text-transform: capitalize !important;
}
html[data-theme=default] .text-wrap {
  white-space: normal !important;
}
html[data-theme=default] .text-nowrap {
  white-space: nowrap !important;
}
html[data-theme=default] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
html[data-theme=default] .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-danger, html[data-theme=default] .field-validation-error, html[data-theme=default] .has-validation-error {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=default] .text-muted, html[data-theme=default] .hint {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
html[data-theme=default] .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
html[data-theme=default] .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
html[data-theme=default] .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
html[data-theme=default] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
html[data-theme=default] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
html[data-theme=default] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
html[data-theme=default] .text-opacity-100 {
  --bs-text-opacity: 1;
}
html[data-theme=default] .bg-primary {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-primary {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-secondary {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-secondary {
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-success {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-success {
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-info {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-info {
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-warning {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-warning {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-danger {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-danger {
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-light, html[data-theme=default] .ta-badge {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-light, html[dir][data-theme=default] .ta-badge {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-dark, html[data-theme=default] html[data-theme=darkmode] .ta-badge, html[data-theme=darkmode] html[data-theme=default] .ta-badge {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-dark, html[dir][data-theme=default] html[data-theme=darkmode] .ta-badge, html[dir][data-theme=darkmode] html[data-theme=default] .ta-badge {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-black {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-black {
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-white {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-white {
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-body {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-body {
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=default] .bg-transparent {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-transparent {
  background-color: transparent !important;
}
html[data-theme=default] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
html[data-theme=default] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
html[data-theme=default] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
html[data-theme=default] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
html[data-theme=default] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=default] .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
html[data-theme=default] .user-select-all {
  user-select: all !important;
}
html[data-theme=default] .user-select-auto {
  user-select: auto !important;
}
html[data-theme=default] .user-select-none {
  user-select: none !important;
}
html[data-theme=default] .pe-none {
  pointer-events: none !important;
}
html[data-theme=default] .pe-auto {
  pointer-events: auto !important;
}
html[dir][data-theme=default] .rounded {
  border-radius: 0.25rem !important;
}
html[dir][data-theme=default] .rounded-0 {
  border-radius: 0 !important;
}
html[dir][data-theme=default] .rounded-1 {
  border-radius: 0.2rem !important;
}
html[dir][data-theme=default] .rounded-2 {
  border-radius: 0.25rem !important;
}
html[dir][data-theme=default] .rounded-3 {
  border-radius: 0.3rem !important;
}
html[dir][data-theme=default] .rounded-circle {
  border-radius: 50% !important;
}
html[dir][data-theme=default] .rounded-pill {
  border-radius: 50rem !important;
}
html[dir=ltr][data-theme=default] .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .rounded-top {
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html[dir=ltr][data-theme=default] .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=default] .rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
html[data-theme=default] .visible {
  visibility: visible !important;
}
html[data-theme=default] .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  html[dir=ltr][data-theme=default] .float-sm-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=default] .float-sm-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=default] .float-sm-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=default] .float-sm-end {
    float: left !important;
  }
  html[dir][data-theme=default] .float-sm-none {
    float: none !important;
  }
  html[data-theme=default] .d-sm-inline {
    display: inline !important;
  }
  html[data-theme=default] .d-sm-inline-block {
    display: inline-block !important;
  }
  html[data-theme=default] .d-sm-block {
    display: block !important;
  }
  html[data-theme=default] .d-sm-grid {
    display: grid !important;
  }
  html[data-theme=default] .d-sm-table {
    display: table !important;
  }
  html[data-theme=default] .d-sm-table-row {
    display: table-row !important;
  }
  html[data-theme=default] .d-sm-table-cell {
    display: table-cell !important;
  }
  html[data-theme=default] .d-sm-flex {
    display: flex !important;
  }
  html[data-theme=default] .d-sm-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=default] .d-sm-none {
    display: none !important;
  }
  html[data-theme=default] .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=default] .flex-sm-row {
    flex-direction: row !important;
  }
  html[data-theme=default] .flex-sm-column {
    flex-direction: column !important;
  }
  html[data-theme=default] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=default] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=default] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=default] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=default] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=default] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=default] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=default] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=default] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=default] .gap-sm-0 {
    gap: 0 !important;
  }
  html[data-theme=default] .gap-sm-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=default] .gap-sm-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=default] .gap-sm-3 {
    gap: 1rem !important;
  }
  html[data-theme=default] .gap-sm-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=default] .gap-sm-5 {
    gap: 3rem !important;
  }
  html[data-theme=default] .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html[data-theme=default] .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html[data-theme=default] .justify-content-sm-center {
    justify-content: center !important;
  }
  html[data-theme=default] .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html[data-theme=default] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html[data-theme=default] .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=default] .align-items-sm-start {
    align-items: flex-start !important;
  }
  html[data-theme=default] .align-items-sm-end {
    align-items: flex-end !important;
  }
  html[data-theme=default] .align-items-sm-center {
    align-items: center !important;
  }
  html[data-theme=default] .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html[data-theme=default] .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html[data-theme=default] .align-content-sm-start {
    align-content: flex-start !important;
  }
  html[data-theme=default] .align-content-sm-end {
    align-content: flex-end !important;
  }
  html[data-theme=default] .align-content-sm-center {
    align-content: center !important;
  }
  html[data-theme=default] .align-content-sm-between {
    align-content: space-between !important;
  }
  html[data-theme=default] .align-content-sm-around {
    align-content: space-around !important;
  }
  html[data-theme=default] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html[data-theme=default] .align-self-sm-auto {
    align-self: auto !important;
  }
  html[data-theme=default] .align-self-sm-start {
    align-self: flex-start !important;
  }
  html[data-theme=default] .align-self-sm-end {
    align-self: flex-end !important;
  }
  html[data-theme=default] .align-self-sm-center {
    align-self: center !important;
  }
  html[data-theme=default] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html[data-theme=default] .align-self-sm-stretch {
    align-self: stretch !important;
  }
  html[data-theme=default] .order-sm-first {
    order: -1 !important;
  }
  html[data-theme=default] .order-sm-0 {
    order: 0 !important;
  }
  html[data-theme=default] .order-sm-1 {
    order: 1 !important;
  }
  html[data-theme=default] .order-sm-2 {
    order: 2 !important;
  }
  html[data-theme=default] .order-sm-3 {
    order: 3 !important;
  }
  html[data-theme=default] .order-sm-4 {
    order: 4 !important;
  }
  html[data-theme=default] .order-sm-5 {
    order: 5 !important;
  }
  html[data-theme=default] .order-sm-last {
    order: 6 !important;
  }
  html[dir][data-theme=default] .m-sm-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=default] .m-sm-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=default] .m-sm-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=default] .m-sm-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=default] .m-sm-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=default] .m-sm-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=default] .m-sm-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=default] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=default] .mt-sm-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=default] .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .mt-sm-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=default] .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .mt-sm-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=default] .mt-sm-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=default] .me-sm-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .me-sm-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .me-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .me-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .me-sm-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=default] .me-sm-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=default] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=default] .ms-sm-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ms-sm-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-sm-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .ms-sm-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .p-sm-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=default] .p-sm-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=default] .p-sm-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=default] .p-sm-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=default] .p-sm-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=default] .p-sm-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=default] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .pt-sm-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=default] .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .pt-sm-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=default] .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .pt-sm-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-sm-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .pe-sm-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=default] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-sm-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ps-sm-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .text-sm-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=default] .text-sm-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=default] .text-sm-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=default] .text-sm-end {
    text-align: left !important;
  }
  html[dir][data-theme=default] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html[dir=ltr][data-theme=default] .float-md-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=default] .float-md-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=default] .float-md-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=default] .float-md-end {
    float: left !important;
  }
  html[dir][data-theme=default] .float-md-none {
    float: none !important;
  }
  html[data-theme=default] .d-md-inline {
    display: inline !important;
  }
  html[data-theme=default] .d-md-inline-block {
    display: inline-block !important;
  }
  html[data-theme=default] .d-md-block {
    display: block !important;
  }
  html[data-theme=default] .d-md-grid {
    display: grid !important;
  }
  html[data-theme=default] .d-md-table {
    display: table !important;
  }
  html[data-theme=default] .d-md-table-row {
    display: table-row !important;
  }
  html[data-theme=default] .d-md-table-cell {
    display: table-cell !important;
  }
  html[data-theme=default] .d-md-flex {
    display: flex !important;
  }
  html[data-theme=default] .d-md-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=default] .d-md-none {
    display: none !important;
  }
  html[data-theme=default] .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=default] .flex-md-row {
    flex-direction: row !important;
  }
  html[data-theme=default] .flex-md-column {
    flex-direction: column !important;
  }
  html[data-theme=default] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=default] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=default] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=default] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=default] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=default] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=default] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=default] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=default] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=default] .gap-md-0 {
    gap: 0 !important;
  }
  html[data-theme=default] .gap-md-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=default] .gap-md-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=default] .gap-md-3 {
    gap: 1rem !important;
  }
  html[data-theme=default] .gap-md-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=default] .gap-md-5 {
    gap: 3rem !important;
  }
  html[data-theme=default] .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html[data-theme=default] .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html[data-theme=default] .justify-content-md-center {
    justify-content: center !important;
  }
  html[data-theme=default] .justify-content-md-between {
    justify-content: space-between !important;
  }
  html[data-theme=default] .justify-content-md-around {
    justify-content: space-around !important;
  }
  html[data-theme=default] .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=default] .align-items-md-start {
    align-items: flex-start !important;
  }
  html[data-theme=default] .align-items-md-end {
    align-items: flex-end !important;
  }
  html[data-theme=default] .align-items-md-center {
    align-items: center !important;
  }
  html[data-theme=default] .align-items-md-baseline {
    align-items: baseline !important;
  }
  html[data-theme=default] .align-items-md-stretch {
    align-items: stretch !important;
  }
  html[data-theme=default] .align-content-md-start {
    align-content: flex-start !important;
  }
  html[data-theme=default] .align-content-md-end {
    align-content: flex-end !important;
  }
  html[data-theme=default] .align-content-md-center {
    align-content: center !important;
  }
  html[data-theme=default] .align-content-md-between {
    align-content: space-between !important;
  }
  html[data-theme=default] .align-content-md-around {
    align-content: space-around !important;
  }
  html[data-theme=default] .align-content-md-stretch {
    align-content: stretch !important;
  }
  html[data-theme=default] .align-self-md-auto {
    align-self: auto !important;
  }
  html[data-theme=default] .align-self-md-start {
    align-self: flex-start !important;
  }
  html[data-theme=default] .align-self-md-end {
    align-self: flex-end !important;
  }
  html[data-theme=default] .align-self-md-center {
    align-self: center !important;
  }
  html[data-theme=default] .align-self-md-baseline {
    align-self: baseline !important;
  }
  html[data-theme=default] .align-self-md-stretch {
    align-self: stretch !important;
  }
  html[data-theme=default] .order-md-first {
    order: -1 !important;
  }
  html[data-theme=default] .order-md-0 {
    order: 0 !important;
  }
  html[data-theme=default] .order-md-1 {
    order: 1 !important;
  }
  html[data-theme=default] .order-md-2 {
    order: 2 !important;
  }
  html[data-theme=default] .order-md-3 {
    order: 3 !important;
  }
  html[data-theme=default] .order-md-4 {
    order: 4 !important;
  }
  html[data-theme=default] .order-md-5 {
    order: 5 !important;
  }
  html[data-theme=default] .order-md-last {
    order: 6 !important;
  }
  html[dir][data-theme=default] .m-md-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=default] .m-md-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=default] .m-md-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=default] .m-md-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=default] .m-md-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=default] .m-md-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=default] .m-md-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=default] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=default] .mt-md-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=default] .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .mt-md-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=default] .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .mt-md-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=default] .mt-md-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=default] .me-md-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .me-md-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .me-md-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .me-md-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .me-md-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-md-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-md-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .me-md-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-md-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .me-md-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .me-md-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=default] .me-md-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=default] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .mb-md-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=default] .ms-md-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ms-md-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-md-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-md-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-md-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-md-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-md-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .ms-md-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .p-md-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=default] .p-md-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=default] .p-md-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=default] .p-md-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=default] .p-md-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=default] .p-md-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=default] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .pt-md-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=default] .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .pt-md-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=default] .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .pt-md-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-md-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .pe-md-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-md-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-md-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-md-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-md-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=default] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-md-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ps-md-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-md-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-md-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-md-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-md-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .text-md-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=default] .text-md-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=default] .text-md-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=default] .text-md-end {
    text-align: left !important;
  }
  html[dir][data-theme=default] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html[dir=ltr][data-theme=default] .float-lg-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=default] .float-lg-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=default] .float-lg-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=default] .float-lg-end {
    float: left !important;
  }
  html[dir][data-theme=default] .float-lg-none {
    float: none !important;
  }
  html[data-theme=default] .d-lg-inline {
    display: inline !important;
  }
  html[data-theme=default] .d-lg-inline-block {
    display: inline-block !important;
  }
  html[data-theme=default] .d-lg-block {
    display: block !important;
  }
  html[data-theme=default] .d-lg-grid {
    display: grid !important;
  }
  html[data-theme=default] .d-lg-table {
    display: table !important;
  }
  html[data-theme=default] .d-lg-table-row {
    display: table-row !important;
  }
  html[data-theme=default] .d-lg-table-cell {
    display: table-cell !important;
  }
  html[data-theme=default] .d-lg-flex {
    display: flex !important;
  }
  html[data-theme=default] .d-lg-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=default] .d-lg-none {
    display: none !important;
  }
  html[data-theme=default] .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=default] .flex-lg-row {
    flex-direction: row !important;
  }
  html[data-theme=default] .flex-lg-column {
    flex-direction: column !important;
  }
  html[data-theme=default] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=default] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=default] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=default] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=default] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=default] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=default] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=default] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=default] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=default] .gap-lg-0 {
    gap: 0 !important;
  }
  html[data-theme=default] .gap-lg-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=default] .gap-lg-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=default] .gap-lg-3 {
    gap: 1rem !important;
  }
  html[data-theme=default] .gap-lg-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=default] .gap-lg-5 {
    gap: 3rem !important;
  }
  html[data-theme=default] .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html[data-theme=default] .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html[data-theme=default] .justify-content-lg-center {
    justify-content: center !important;
  }
  html[data-theme=default] .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html[data-theme=default] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html[data-theme=default] .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=default] .align-items-lg-start {
    align-items: flex-start !important;
  }
  html[data-theme=default] .align-items-lg-end {
    align-items: flex-end !important;
  }
  html[data-theme=default] .align-items-lg-center {
    align-items: center !important;
  }
  html[data-theme=default] .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html[data-theme=default] .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html[data-theme=default] .align-content-lg-start {
    align-content: flex-start !important;
  }
  html[data-theme=default] .align-content-lg-end {
    align-content: flex-end !important;
  }
  html[data-theme=default] .align-content-lg-center {
    align-content: center !important;
  }
  html[data-theme=default] .align-content-lg-between {
    align-content: space-between !important;
  }
  html[data-theme=default] .align-content-lg-around {
    align-content: space-around !important;
  }
  html[data-theme=default] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html[data-theme=default] .align-self-lg-auto {
    align-self: auto !important;
  }
  html[data-theme=default] .align-self-lg-start {
    align-self: flex-start !important;
  }
  html[data-theme=default] .align-self-lg-end {
    align-self: flex-end !important;
  }
  html[data-theme=default] .align-self-lg-center {
    align-self: center !important;
  }
  html[data-theme=default] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html[data-theme=default] .align-self-lg-stretch {
    align-self: stretch !important;
  }
  html[data-theme=default] .order-lg-first {
    order: -1 !important;
  }
  html[data-theme=default] .order-lg-0 {
    order: 0 !important;
  }
  html[data-theme=default] .order-lg-1 {
    order: 1 !important;
  }
  html[data-theme=default] .order-lg-2 {
    order: 2 !important;
  }
  html[data-theme=default] .order-lg-3 {
    order: 3 !important;
  }
  html[data-theme=default] .order-lg-4 {
    order: 4 !important;
  }
  html[data-theme=default] .order-lg-5 {
    order: 5 !important;
  }
  html[data-theme=default] .order-lg-last {
    order: 6 !important;
  }
  html[dir][data-theme=default] .m-lg-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=default] .m-lg-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=default] .m-lg-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=default] .m-lg-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=default] .m-lg-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=default] .m-lg-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=default] .m-lg-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=default] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=default] .mt-lg-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=default] .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .mt-lg-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=default] .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .mt-lg-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=default] .mt-lg-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=default] .me-lg-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .me-lg-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .me-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .me-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .me-lg-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=default] .me-lg-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=default] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=default] .ms-lg-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ms-lg-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-lg-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .ms-lg-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .p-lg-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=default] .p-lg-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=default] .p-lg-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=default] .p-lg-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=default] .p-lg-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=default] .p-lg-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=default] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .pt-lg-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=default] .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .pt-lg-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=default] .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .pt-lg-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-lg-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .pe-lg-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=default] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-lg-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ps-lg-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .text-lg-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=default] .text-lg-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=default] .text-lg-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=default] .text-lg-end {
    text-align: left !important;
  }
  html[dir][data-theme=default] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html[dir=ltr][data-theme=default] .float-xl-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=default] .float-xl-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=default] .float-xl-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=default] .float-xl-end {
    float: left !important;
  }
  html[dir][data-theme=default] .float-xl-none {
    float: none !important;
  }
  html[data-theme=default] .d-xl-inline {
    display: inline !important;
  }
  html[data-theme=default] .d-xl-inline-block {
    display: inline-block !important;
  }
  html[data-theme=default] .d-xl-block {
    display: block !important;
  }
  html[data-theme=default] .d-xl-grid {
    display: grid !important;
  }
  html[data-theme=default] .d-xl-table {
    display: table !important;
  }
  html[data-theme=default] .d-xl-table-row {
    display: table-row !important;
  }
  html[data-theme=default] .d-xl-table-cell {
    display: table-cell !important;
  }
  html[data-theme=default] .d-xl-flex {
    display: flex !important;
  }
  html[data-theme=default] .d-xl-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=default] .d-xl-none {
    display: none !important;
  }
  html[data-theme=default] .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=default] .flex-xl-row {
    flex-direction: row !important;
  }
  html[data-theme=default] .flex-xl-column {
    flex-direction: column !important;
  }
  html[data-theme=default] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=default] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=default] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=default] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=default] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=default] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=default] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=default] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=default] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=default] .gap-xl-0 {
    gap: 0 !important;
  }
  html[data-theme=default] .gap-xl-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=default] .gap-xl-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=default] .gap-xl-3 {
    gap: 1rem !important;
  }
  html[data-theme=default] .gap-xl-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=default] .gap-xl-5 {
    gap: 3rem !important;
  }
  html[data-theme=default] .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html[data-theme=default] .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html[data-theme=default] .justify-content-xl-center {
    justify-content: center !important;
  }
  html[data-theme=default] .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html[data-theme=default] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html[data-theme=default] .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=default] .align-items-xl-start {
    align-items: flex-start !important;
  }
  html[data-theme=default] .align-items-xl-end {
    align-items: flex-end !important;
  }
  html[data-theme=default] .align-items-xl-center {
    align-items: center !important;
  }
  html[data-theme=default] .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html[data-theme=default] .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html[data-theme=default] .align-content-xl-start {
    align-content: flex-start !important;
  }
  html[data-theme=default] .align-content-xl-end {
    align-content: flex-end !important;
  }
  html[data-theme=default] .align-content-xl-center {
    align-content: center !important;
  }
  html[data-theme=default] .align-content-xl-between {
    align-content: space-between !important;
  }
  html[data-theme=default] .align-content-xl-around {
    align-content: space-around !important;
  }
  html[data-theme=default] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html[data-theme=default] .align-self-xl-auto {
    align-self: auto !important;
  }
  html[data-theme=default] .align-self-xl-start {
    align-self: flex-start !important;
  }
  html[data-theme=default] .align-self-xl-end {
    align-self: flex-end !important;
  }
  html[data-theme=default] .align-self-xl-center {
    align-self: center !important;
  }
  html[data-theme=default] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html[data-theme=default] .align-self-xl-stretch {
    align-self: stretch !important;
  }
  html[data-theme=default] .order-xl-first {
    order: -1 !important;
  }
  html[data-theme=default] .order-xl-0 {
    order: 0 !important;
  }
  html[data-theme=default] .order-xl-1 {
    order: 1 !important;
  }
  html[data-theme=default] .order-xl-2 {
    order: 2 !important;
  }
  html[data-theme=default] .order-xl-3 {
    order: 3 !important;
  }
  html[data-theme=default] .order-xl-4 {
    order: 4 !important;
  }
  html[data-theme=default] .order-xl-5 {
    order: 5 !important;
  }
  html[data-theme=default] .order-xl-last {
    order: 6 !important;
  }
  html[dir][data-theme=default] .m-xl-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=default] .m-xl-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=default] .m-xl-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=default] .m-xl-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=default] .m-xl-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=default] .m-xl-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=default] .m-xl-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=default] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=default] .mt-xl-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=default] .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .mt-xl-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=default] .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .mt-xl-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=default] .mt-xl-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=default] .me-xl-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .me-xl-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xl-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=default] .me-xl-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=default] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=default] .ms-xl-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ms-xl-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xl-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .ms-xl-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .p-xl-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=default] .p-xl-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=default] .p-xl-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=default] .p-xl-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=default] .p-xl-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=default] .p-xl-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=default] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .pt-xl-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=default] .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .pt-xl-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=default] .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .pt-xl-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xl-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .pe-xl-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=default] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xl-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ps-xl-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .text-xl-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=default] .text-xl-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=default] .text-xl-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=default] .text-xl-end {
    text-align: left !important;
  }
  html[dir][data-theme=default] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  html[dir=ltr][data-theme=default] .float-xxl-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=default] .float-xxl-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=default] .float-xxl-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=default] .float-xxl-end {
    float: left !important;
  }
  html[dir][data-theme=default] .float-xxl-none {
    float: none !important;
  }
  html[data-theme=default] .d-xxl-inline {
    display: inline !important;
  }
  html[data-theme=default] .d-xxl-inline-block {
    display: inline-block !important;
  }
  html[data-theme=default] .d-xxl-block {
    display: block !important;
  }
  html[data-theme=default] .d-xxl-grid {
    display: grid !important;
  }
  html[data-theme=default] .d-xxl-table {
    display: table !important;
  }
  html[data-theme=default] .d-xxl-table-row {
    display: table-row !important;
  }
  html[data-theme=default] .d-xxl-table-cell {
    display: table-cell !important;
  }
  html[data-theme=default] .d-xxl-flex {
    display: flex !important;
  }
  html[data-theme=default] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=default] .d-xxl-none {
    display: none !important;
  }
  html[data-theme=default] .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=default] .flex-xxl-row {
    flex-direction: row !important;
  }
  html[data-theme=default] .flex-xxl-column {
    flex-direction: column !important;
  }
  html[data-theme=default] .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=default] .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=default] .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=default] .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=default] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=default] .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=default] .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=default] .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=default] .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=default] .gap-xxl-0 {
    gap: 0 !important;
  }
  html[data-theme=default] .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=default] .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=default] .gap-xxl-3 {
    gap: 1rem !important;
  }
  html[data-theme=default] .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=default] .gap-xxl-5 {
    gap: 3rem !important;
  }
  html[data-theme=default] .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  html[data-theme=default] .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  html[data-theme=default] .justify-content-xxl-center {
    justify-content: center !important;
  }
  html[data-theme=default] .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  html[data-theme=default] .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  html[data-theme=default] .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=default] .align-items-xxl-start {
    align-items: flex-start !important;
  }
  html[data-theme=default] .align-items-xxl-end {
    align-items: flex-end !important;
  }
  html[data-theme=default] .align-items-xxl-center {
    align-items: center !important;
  }
  html[data-theme=default] .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  html[data-theme=default] .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  html[data-theme=default] .align-content-xxl-start {
    align-content: flex-start !important;
  }
  html[data-theme=default] .align-content-xxl-end {
    align-content: flex-end !important;
  }
  html[data-theme=default] .align-content-xxl-center {
    align-content: center !important;
  }
  html[data-theme=default] .align-content-xxl-between {
    align-content: space-between !important;
  }
  html[data-theme=default] .align-content-xxl-around {
    align-content: space-around !important;
  }
  html[data-theme=default] .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  html[data-theme=default] .align-self-xxl-auto {
    align-self: auto !important;
  }
  html[data-theme=default] .align-self-xxl-start {
    align-self: flex-start !important;
  }
  html[data-theme=default] .align-self-xxl-end {
    align-self: flex-end !important;
  }
  html[data-theme=default] .align-self-xxl-center {
    align-self: center !important;
  }
  html[data-theme=default] .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  html[data-theme=default] .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  html[data-theme=default] .order-xxl-first {
    order: -1 !important;
  }
  html[data-theme=default] .order-xxl-0 {
    order: 0 !important;
  }
  html[data-theme=default] .order-xxl-1 {
    order: 1 !important;
  }
  html[data-theme=default] .order-xxl-2 {
    order: 2 !important;
  }
  html[data-theme=default] .order-xxl-3 {
    order: 3 !important;
  }
  html[data-theme=default] .order-xxl-4 {
    order: 4 !important;
  }
  html[data-theme=default] .order-xxl-5 {
    order: 5 !important;
  }
  html[data-theme=default] .order-xxl-last {
    order: 6 !important;
  }
  html[dir][data-theme=default] .m-xxl-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=default] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=default] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=default] .m-xxl-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=default] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=default] .m-xxl-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=default] .m-xxl-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=default] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=default] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=default] .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=default] .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=default] .mt-xxl-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=default] .me-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .me-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .me-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .me-xxl-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=default] .me-xxl-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=default] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=default] .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=default] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ms-xxl-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=default] .ms-xxl-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=default] .p-xxl-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=default] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=default] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=default] .p-xxl-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=default] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=default] .p-xxl-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=default] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=default] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=default] .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=default] .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=default] .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=default] .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=default] .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=default] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=default] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=default] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=default] .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=default] .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=default] .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=default] .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=default] .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=default] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=default] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=default] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=default] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=default] .text-xxl-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=default] .text-xxl-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=default] .text-xxl-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=default] .text-xxl-end {
    text-align: left !important;
  }
  html[dir][data-theme=default] .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .fs-1 {
    font-size: 2.5rem !important;
  }
  html[data-theme=default] .fs-2 {
    font-size: 2rem !important;
  }
  html[data-theme=default] .fs-3 {
    font-size: 1.75rem !important;
  }
  html[data-theme=default] .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  html[data-theme=default] .d-print-inline {
    display: inline !important;
  }
  html[data-theme=default] .d-print-inline-block {
    display: inline-block !important;
  }
  html[data-theme=default] .d-print-block {
    display: block !important;
  }
  html[data-theme=default] .d-print-grid {
    display: grid !important;
  }
  html[data-theme=default] .d-print-table {
    display: table !important;
  }
  html[data-theme=default] .d-print-table-row {
    display: table-row !important;
  }
  html[data-theme=default] .d-print-table-cell {
    display: table-cell !important;
  }
  html[data-theme=default] .d-print-flex {
    display: flex !important;
  }
  html[data-theme=default] .d-print-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=default] .d-print-none {
    display: none !important;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
html[data-theme=default] select.bs-select-hidden,
html[data-theme=default] .bootstrap-select > select.bs-select-hidden,
html[data-theme=default] select.selectpicker {
  display: none !important;
}
html[data-theme=default] .bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
html[data-theme=default] .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
html[dir=ltr][data-theme=default] .bootstrap-select > .dropdown-toggle {
  text-align: right;
}
html[dir=rtl][data-theme=default] .bootstrap-select > .dropdown-toggle {
  text-align: left;
}
html[dir][data-theme=default] .bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.button, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
html[data-theme=default] .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 0 !important;
}
html[dir][data-theme=default] .bootstrap-select > select {
  padding: 0 !important;
  border: none;
}
html[dir=ltr][data-theme=default] .bootstrap-select > select {
  left: 50%;
}
html[dir=rtl][data-theme=default] .bootstrap-select > select {
  right: 50%;
}
html[data-theme=default] .bootstrap-select > select.mobile-device {
  top: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
html[dir=ltr][data-theme=default] .bootstrap-select > select.mobile-device {
  left: 0;
}
html[dir=rtl][data-theme=default] .bootstrap-select > select.mobile-device {
  right: 0;
}
[dir] .has-error html[data-theme=default] .bootstrap-select .dropdown-toggle, [dir] .error html[data-theme=default] .bootstrap-select .dropdown-toggle, html[dir][data-theme=default] .bootstrap-select.is-invalid .dropdown-toggle, html[dir][data-theme=default] .bootstrap-select.has-validation-error .dropdown-toggle, html[dir][data-theme=default] .bootstrap-select.input-validation-error .dropdown-toggle, [dir] .was-validated html[data-theme=default] .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
html[dir][data-theme=default] .bootstrap-select.is-valid .dropdown-toggle, [dir] .was-validated html[data-theme=default] .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
html[data-theme=default] .bootstrap-select.fit-width {
  width: auto !important;
}
html[data-theme=default] .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
html[data-theme=default] .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
html[data-theme=default] .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
html[data-theme=default] .bootstrap-select.form-control {
  height: auto;
}
html[dir][data-theme=default] .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > html[data-theme=default] .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
html[data-theme=default] .bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
html[dir][data-theme=default] .bootstrap-select.form-control.input-group-btn {
  float: none;
}
.form-inline html[data-theme=default] .bootstrap-select, .form-inline html[data-theme=default] .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
html[data-theme=default] .bootstrap-select:not(.input-group-btn), html[data-theme=default] .bootstrap-select[class*=col-] {
  display: inline-block;
}
html[dir][data-theme=default] .bootstrap-select:not(.input-group-btn), html[dir][data-theme=default] .bootstrap-select[class*=col-] {
  float: none;
}
html[dir=ltr][data-theme=default] .bootstrap-select:not(.input-group-btn), html[dir=ltr][data-theme=default] .bootstrap-select[class*=col-] {
  margin-left: 0;
}
html[dir=rtl][data-theme=default] .bootstrap-select:not(.input-group-btn), html[dir=rtl][data-theme=default] .bootstrap-select[class*=col-] {
  margin-right: 0;
}
html[dir=ltr][data-theme=default] .bootstrap-select.dropdown-menu-right, html[dir=ltr][data-theme=default] .bootstrap-select[class*=col-].dropdown-menu-right, [dir=ltr] .row html[data-theme=default] .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
html[dir=rtl][data-theme=default] .bootstrap-select.dropdown-menu-right, html[dir=rtl][data-theme=default] .bootstrap-select[class*=col-].dropdown-menu-right, [dir=rtl] .row html[data-theme=default] .bootstrap-select[class*=col-].dropdown-menu-right {
  float: left;
}
[dir] .form-inline html[data-theme=default] .bootstrap-select, [dir] .form-horizontal html[data-theme=default] .bootstrap-select, [dir] .form-group html[data-theme=default] .bootstrap-select {
  margin-bottom: 0;
}
[dir] .form-group-lg html[data-theme=default] .bootstrap-select.form-control, [dir] .form-group-sm html[data-theme=default] .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg html[data-theme=default] .bootstrap-select.form-control .dropdown-toggle, .form-group-sm html[data-theme=default] .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
}
[dir] .form-group-lg html[data-theme=default] .bootstrap-select.form-control .dropdown-toggle, [dir] .form-group-sm html[data-theme=default] .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
html[data-theme=default] .bootstrap-select.form-control-sm .dropdown-toggle, html[data-theme=default] .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
}
html[dir][data-theme=default] .bootstrap-select.form-control-sm .dropdown-toggle, html[dir][data-theme=default] .bootstrap-select.form-control-lg .dropdown-toggle {
  border-radius: inherit;
}
html[dir][data-theme=default] .bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
html[dir][data-theme=default] .bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline html[data-theme=default] .bootstrap-select .form-control {
  width: 100%;
}
html[dir][data-theme=default] .bootstrap-select.disabled, html[dir][data-theme=default] .bootstrap-select > .disabled {
  cursor: not-allowed;
}
html[data-theme=default] .bootstrap-select.disabled:focus,
html[data-theme=default] .bootstrap-select > .disabled:focus {
  outline: none !important;
}
html[data-theme=default] .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  height: 0 !important;
}
html[dir][data-theme=default] .bootstrap-select.bs-container {
  padding: 0 !important;
}
html[dir=ltr][data-theme=default] .bootstrap-select.bs-container {
  left: 0;
}
html[dir=rtl][data-theme=default] .bootstrap-select.bs-container {
  right: 0;
}
html[data-theme=default] .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
html[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex: 0 1 auto;
}
html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  left: 0;
  float: left;
  text-align: left;
}
html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  right: 0;
  float: right;
  text-align: right;
}
[dir=ltr] .bs3html[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
[dir=rtl] .bs3html[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  padding-left: inherit;
}

.input-group .bs3-has-addonhtml[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
}

[dir] .input-group .bs3-has-addonhtml[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  padding-top: inherit;
  padding-bottom: inherit;
  float: none;
}

[dir=ltr] .input-group .bs3-has-addonhtml[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  padding-left: inherit;
}

[dir=rtl] .input-group .bs3-has-addonhtml[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
[dir=ltr] .input-group .bs3-has-addonhtml[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
[dir=rtl] .input-group .bs3-has-addonhtml[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-left: inherit;
}

html[data-theme=default] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
html[data-theme=default] .bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  opacity: 0 !important;
  overflow: hidden;
}
html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
}
html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-toggle .filter-expand {
  float: right;
}
html[data-theme=default] .bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  vertical-align: middle;
}
html[dir][data-theme=default] .bootstrap-select .dropdown-toggle .caret {
  margin-top: -2px;
}
html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-toggle .caret {
  right: 12px;
}
html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-toggle .caret {
  left: 12px;
}
html[data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  position: relative;
  display: block;
}
html[dir][data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  text-align: center;
}
html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  margin-right: 5px;
}
html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  margin-left: 5px;
}
[dir=ltr] .bs3html[data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-right: inherit;
}
[dir=rtl] .bs3html[data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-left: inherit;
}

html[data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  position: relative;
  top: calc((-0.6666666667em + 1ex) / 2);
  pointer-events: none;
}
.bs3html[data-theme=default] .bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  top: auto;
}

html[data-theme=default] .bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display: none;
}
[dir] .input-group html[data-theme=default] .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
html[data-theme=default] .bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
html[data-theme=default] .bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[data-theme=default] .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
html[data-theme=default] .bootstrap-select .dropdown-menu.inner {
  position: static;
}
html[dir][data-theme=default] .bootstrap-select .dropdown-menu.inner {
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
html[data-theme=default] .bootstrap-select .dropdown-menu li {
  position: relative;
}
html[data-theme=default] .bootstrap-select .dropdown-menu li.active small, html[data-theme=default] .bootstrap-select .dropdown-menu li.active .field-validation-error, html[data-theme=default] .bootstrap-select .dropdown-menu li.active .small, html[data-theme=default] .bootstrap-select .dropdown-menu li.active .hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
html[dir][data-theme=default] .bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
html[data-theme=default] .bootstrap-select .dropdown-menu li a {
  user-select: none;
}
html[dir][data-theme=default] .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
}
html[data-theme=default] .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
}
html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-menu li a.opt {
  padding-left: 2.25em;
}
html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-menu li a.opt {
  padding-right: 2.25em;
}
html[data-theme=default] .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
html[data-theme=default] .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-menu li small, html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-menu li .field-validation-error, html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-menu li .small, html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-menu li .hint {
  padding-left: 0.5em;
}
html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-menu li small, html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-menu li .field-validation-error, html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-menu li .small, html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-menu li .hint {
  padding-right: 0.5em;
}
html[data-theme=default] .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  min-height: 26px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir][data-theme=default] .bootstrap-select .dropdown-menu .notify {
  margin: 0 2%;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
html[dir=ltr][data-theme=default] .bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
html[dir=rtl][data-theme=default] .bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
html[data-theme=default] .bootstrap-select .no-results {
  white-space: nowrap;
}
html[dir][data-theme=default] .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
html[data-theme=default] .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
}
html[dir][data-theme=default] .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  padding: 0;
}
html[data-theme=default] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
html[data-theme=default] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
html[data-theme=default] .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
html[data-theme=default] .bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
}
html[dir][data-theme=default] .bootstrap-select.fit-width .dropdown-toggle .caret {
  margin-top: -1px;
}
html[data-theme=default] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  top: 5px;
}
html[dir=ltr][data-theme=default] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: 15px;
}
html[dir=rtl][data-theme=default] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  left: 15px;
}
html[dir=ltr][data-theme=default] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
html[dir=rtl][data-theme=default] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 34px;
}
html[data-theme=default] .bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  transform-style: preserve-3d;
}
html[dir][data-theme=default] .bootstrap-select .bs-ok-default:after {
  border-style: solid;
}
html[dir=ltr][data-theme=default] .bootstrap-select .bs-ok-default:after {
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
html[dir=rtl][data-theme=default] .bootstrap-select .bs-ok-default:after {
  border-width: 0 0 0.26em 0.26em;
  transform: rotate(-45deg);
}
html[data-theme=default] .bootstrap-select.show-menu-arrow.open > .dropdown-toggle, html[data-theme=default] .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
html[data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  position: absolute;
  bottom: -4px;
  display: none;
}
html[dir][data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
}
html[dir=ltr][data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 9px;
}
html[dir=rtl][data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  right: 9px;
}
html[data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  position: absolute;
  bottom: -4px;
  display: none;
}
html[dir][data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  border-bottom: 6px solid white;
}
html[dir=ltr][data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 10px;
}
html[dir=rtl][data-theme=default] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  right: 10px;
}
html[data-theme=default] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
}
html[dir][data-theme=default] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
html[data-theme=default] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
}
html[dir][data-theme=default] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  border-top: 6px solid white;
  border-bottom: 0;
}
html[dir=ltr][data-theme=default] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
html[dir=rtl][data-theme=default] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  left: 12px;
  right: auto;
}
html[dir=ltr][data-theme=default] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
html[dir=rtl][data-theme=default] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  left: 13px;
  right: auto;
}
html[data-theme=default] .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, html[data-theme=default] .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, html[data-theme=default] .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, html[data-theme=default] .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
html[dir][data-theme=default] .bs-searchbox, html[dir][data-theme=default] .bs-actionsbox, html[dir][data-theme=default] .bs-donebutton {
  padding: 4px 8px;
}
html[data-theme=default] .bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[data-theme=default] .bs-actionsbox .btn-group {
  display: block;
}
html[data-theme=default] .bs-actionsbox .btn-group button {
  width: 50%;
}
html[data-theme=default] .bs-donebutton {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir=ltr][data-theme=default] .bs-donebutton {
  float: left;
}
html[dir=rtl][data-theme=default] .bs-donebutton {
  float: right;
}
html[data-theme=default] .bs-donebutton .btn-group {
  display: block;
}
html[data-theme=default] .bs-donebutton .btn-group button {
  width: 100%;
}
html[dir][data-theme=default] .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
html[data-theme=default] .bs-searchbox .form-control {
  width: 100%;
}
html[dir][data-theme=default] .bs-searchbox .form-control {
  margin-bottom: 0;
  float: none;
}
html[dir=ltr][data-theme=default] .multiselect__content-wrapper ul {
  padding-left: unset;
}
html[dir=rtl][data-theme=default] .multiselect__content-wrapper ul {
  padding-right: unset;
}
html[dir][data-theme=default] .bootstrap-select .popover-header .close {
  padding-top: 0px;
  background: unset;
}
html[dir=ltr][data-theme=default] .bootstrap-select .popover-header .close {
  padding-right: 0px;
}
html[dir=rtl][data-theme=default] .bootstrap-select .popover-header .close {
  padding-left: 0px;
}
@media (min-width: 576px) {
  html[data-theme=default] .w-sm-25 {
    width: 25% !important;
  }
  html[data-theme=default] .w-sm-50 {
    width: 50% !important;
  }
  html[data-theme=default] .w-sm-75 {
    width: 75% !important;
  }
  html[data-theme=default] .w-sm-100 {
    width: 100% !important;
  }
  html[data-theme=default] .w-sm-auto {
    width: auto !important;
  }
  html[data-theme=default] .h-sm-25 {
    height: 25% !important;
  }
  html[data-theme=default] .h-sm-50 {
    height: 50% !important;
  }
  html[data-theme=default] .h-sm-75 {
    height: 75% !important;
  }
  html[data-theme=default] .h-sm-100 {
    height: 100% !important;
  }
  html[data-theme=default] .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  html[data-theme=default] .w-md-25 {
    width: 25% !important;
  }
  html[data-theme=default] .w-md-50 {
    width: 50% !important;
  }
  html[data-theme=default] .w-md-75 {
    width: 75% !important;
  }
  html[data-theme=default] .w-md-100 {
    width: 100% !important;
  }
  html[data-theme=default] .w-md-auto {
    width: auto !important;
  }
  html[data-theme=default] .h-md-25 {
    height: 25% !important;
  }
  html[data-theme=default] .h-md-50 {
    height: 50% !important;
  }
  html[data-theme=default] .h-md-75 {
    height: 75% !important;
  }
  html[data-theme=default] .h-md-100 {
    height: 100% !important;
  }
  html[data-theme=default] .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  html[data-theme=default] .w-lg-25 {
    width: 25% !important;
  }
  html[data-theme=default] .w-lg-50 {
    width: 50% !important;
  }
  html[data-theme=default] .w-lg-75 {
    width: 75% !important;
  }
  html[data-theme=default] .w-lg-100 {
    width: 100% !important;
  }
  html[data-theme=default] .w-lg-auto {
    width: auto !important;
  }
  html[data-theme=default] .h-lg-25 {
    height: 25% !important;
  }
  html[data-theme=default] .h-lg-50 {
    height: 50% !important;
  }
  html[data-theme=default] .h-lg-75 {
    height: 75% !important;
  }
  html[data-theme=default] .h-lg-100 {
    height: 100% !important;
  }
  html[data-theme=default] .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  html[data-theme=default] .w-xl-25 {
    width: 25% !important;
  }
  html[data-theme=default] .w-xl-50 {
    width: 50% !important;
  }
  html[data-theme=default] .w-xl-75 {
    width: 75% !important;
  }
  html[data-theme=default] .w-xl-100 {
    width: 100% !important;
  }
  html[data-theme=default] .w-xl-auto {
    width: auto !important;
  }
  html[data-theme=default] .h-xl-25 {
    height: 25% !important;
  }
  html[data-theme=default] .h-xl-50 {
    height: 50% !important;
  }
  html[data-theme=default] .h-xl-75 {
    height: 75% !important;
  }
  html[data-theme=default] .h-xl-100 {
    height: 100% !important;
  }
  html[data-theme=default] .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1400px) {
  html[data-theme=default] .w-xxl-25 {
    width: 25% !important;
  }
  html[data-theme=default] .w-xxl-50 {
    width: 50% !important;
  }
  html[data-theme=default] .w-xxl-75 {
    width: 75% !important;
  }
  html[data-theme=default] .w-xxl-100 {
    width: 100% !important;
  }
  html[data-theme=default] .w-xxl-auto {
    width: auto !important;
  }
  html[data-theme=default] .h-xxl-25 {
    height: 25% !important;
  }
  html[data-theme=default] .h-xxl-50 {
    height: 50% !important;
  }
  html[data-theme=default] .h-xxl-75 {
    height: 75% !important;
  }
  html[data-theme=default] .h-xxl-100 {
    height: 100% !important;
  }
  html[data-theme=default] .h-xxl-auto {
    height: auto !important;
  }
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-small .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-small .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-small .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-small .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-small .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-small .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-small .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-small .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-small .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-small .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-small .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-small .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-small .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-small .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-small .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-small .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-small .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-small .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-md-25, html[data-theme=default] .ta-col-grouping.col-small .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-md-50, html[data-theme=default] .ta-col-grouping.col-small .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-md-75, html[data-theme=default] .ta-col-grouping.col-small .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-md-100, html[data-theme=default] .ta-col-grouping.col-small .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-small .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-md-25, html[data-theme=default] .ta-col-grouping.col-small .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-md-50, html[data-theme=default] .ta-col-grouping.col-small .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-md-75, html[data-theme=default] .ta-col-grouping.col-small .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-md-100, html[data-theme=default] .ta-col-grouping.col-small .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-small .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-small .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-small .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-small .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-small .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-small .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-small .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-small .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-small .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-small .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-small .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-small .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-small .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-small .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-small .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-small .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-small .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-small .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-small .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-small .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-small .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-small .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-small .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-small .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-small .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-small .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-small .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-small .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-small .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-small .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-small .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-small .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-small .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-small .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-small .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-small .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-small .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-md-25, html[data-theme=default] .ta-col-grouping.col-small .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-md-50, html[data-theme=default] .ta-col-grouping.col-small .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-md-75, html[data-theme=default] .ta-col-grouping.col-small .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-md-100, html[data-theme=default] .ta-col-grouping.col-small .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-small .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-md-25, html[data-theme=default] .ta-col-grouping.col-small .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-md-50, html[data-theme=default] .ta-col-grouping.col-small .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-md-75, html[data-theme=default] .ta-col-grouping.col-small .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-md-100, html[data-theme=default] .ta-col-grouping.col-small .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-small .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-small .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-small .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-small .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-small .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-small .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-small .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-small .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-small .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-small .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-small .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-small .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-small .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-small .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-small .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-small .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-small .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-small .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-small .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-md-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-md-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-md-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-md-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-small .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-small .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-small .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-small .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-small .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-small .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-small .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-small .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-small .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-small .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-small .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-small .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-small .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-small .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-small .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-small .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-small .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-small .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-md-25, html[data-theme=default] .ta-col-grouping.col-small .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-md-50, html[data-theme=default] .ta-col-grouping.col-small .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-md-75, html[data-theme=default] .ta-col-grouping.col-small .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-md-100, html[data-theme=default] .ta-col-grouping.col-small .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-small .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-md-25, html[data-theme=default] .ta-col-grouping.col-small .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-md-50, html[data-theme=default] .ta-col-grouping.col-small .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-md-75, html[data-theme=default] .ta-col-grouping.col-small .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-md-100, html[data-theme=default] .ta-col-grouping.col-small .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-small .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-small .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-small .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-small .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-small .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-small .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-small .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-small .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-small .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-small .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-small .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-small .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-small .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-small .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-small .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-small .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-small .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-small .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-small .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-small .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-small .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xs-25, html[data-theme=default] .ta-col-grouping.col-medium .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xs-50, html[data-theme=default] .ta-col-grouping.col-medium .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xs-75, html[data-theme=default] .ta-col-grouping.col-medium .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xs-100, html[data-theme=default] .ta-col-grouping.col-medium .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xs-auto, html[data-theme=default] .ta-col-grouping.col-medium .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xs-25, html[data-theme=default] .ta-col-grouping.col-medium .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xs-50, html[data-theme=default] .ta-col-grouping.col-medium .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xs-75, html[data-theme=default] .ta-col-grouping.col-medium .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xs-100, html[data-theme=default] .ta-col-grouping.col-medium .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xs-auto, html[data-theme=default] .ta-col-grouping.col-medium .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-sm-25, html[data-theme=default] .ta-col-grouping.col-medium .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-sm-50, html[data-theme=default] .ta-col-grouping.col-medium .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-sm-75, html[data-theme=default] .ta-col-grouping.col-medium .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-sm-100, html[data-theme=default] .ta-col-grouping.col-medium .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-sm-auto, html[data-theme=default] .ta-col-grouping.col-medium .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-sm-25, html[data-theme=default] .ta-col-grouping.col-medium .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-sm-50, html[data-theme=default] .ta-col-grouping.col-medium .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-sm-75, html[data-theme=default] .ta-col-grouping.col-medium .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-sm-100, html[data-theme=default] .ta-col-grouping.col-medium .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-sm-auto, html[data-theme=default] .ta-col-grouping.col-medium .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-md-25, html[data-theme=default] .ta-col-grouping.col-medium .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-md-50, html[data-theme=default] .ta-col-grouping.col-medium .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-md-75, html[data-theme=default] .ta-col-grouping.col-medium .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-md-100, html[data-theme=default] .ta-col-grouping.col-medium .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-md-auto, html[data-theme=default] .ta-col-grouping.col-medium .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-md-25, html[data-theme=default] .ta-col-grouping.col-medium .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-md-50, html[data-theme=default] .ta-col-grouping.col-medium .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-md-75, html[data-theme=default] .ta-col-grouping.col-medium .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-md-100, html[data-theme=default] .ta-col-grouping.col-medium .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-md-auto, html[data-theme=default] .ta-col-grouping.col-medium .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-lg-25, html[data-theme=default] .ta-col-grouping.col-medium .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-lg-50, html[data-theme=default] .ta-col-grouping.col-medium .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-lg-75, html[data-theme=default] .ta-col-grouping.col-medium .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-lg-100, html[data-theme=default] .ta-col-grouping.col-medium .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-lg-auto, html[data-theme=default] .ta-col-grouping.col-medium .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-lg-25, html[data-theme=default] .ta-col-grouping.col-medium .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-lg-50, html[data-theme=default] .ta-col-grouping.col-medium .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-lg-75, html[data-theme=default] .ta-col-grouping.col-medium .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-lg-100, html[data-theme=default] .ta-col-grouping.col-medium .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-lg-auto, html[data-theme=default] .ta-col-grouping.col-medium .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xl-25, html[data-theme=default] .ta-col-grouping.col-medium .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xl-50, html[data-theme=default] .ta-col-grouping.col-medium .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xl-75, html[data-theme=default] .ta-col-grouping.col-medium .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xl-100, html[data-theme=default] .ta-col-grouping.col-medium .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xl-auto, html[data-theme=default] .ta-col-grouping.col-medium .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xl-25, html[data-theme=default] .ta-col-grouping.col-medium .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xl-50, html[data-theme=default] .ta-col-grouping.col-medium .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xl-75, html[data-theme=default] .ta-col-grouping.col-medium .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xl-100, html[data-theme=default] .ta-col-grouping.col-medium .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xl-auto, html[data-theme=default] .ta-col-grouping.col-medium .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xxl-25, html[data-theme=default] .ta-col-grouping.col-medium .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xxl-50, html[data-theme=default] .ta-col-grouping.col-medium .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xxl-75, html[data-theme=default] .ta-col-grouping.col-medium .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xxl-100, html[data-theme=default] .ta-col-grouping.col-medium .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .w-xxl-auto, html[data-theme=default] .ta-col-grouping.col-medium .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xxl-25, html[data-theme=default] .ta-col-grouping.col-medium .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xxl-50, html[data-theme=default] .ta-col-grouping.col-medium .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xxl-75, html[data-theme=default] .ta-col-grouping.col-medium .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xxl-100, html[data-theme=default] .ta-col-grouping.col-medium .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .h-xxl-auto, html[data-theme=default] .ta-col-grouping.col-medium .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=default] ul.pager {
  justify-content: center;
}
html[dir][data-theme=default] ul.pager {
  margin-top: 1rem;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-md-3, html[data-theme=default] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-md-6, html[data-theme=default] .ta-col-grouping.col-xs .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xs .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xs .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xs .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xs-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xs-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xs-3 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-3 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xs-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xs-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xs-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xs-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-sm-4, html[data-theme=default] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-md-3, html[data-theme=default] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-md-6, html[data-theme=default] .ta-col-grouping.col-sm .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-lg-2, html[data-theme=default] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-lg-3, html[data-theme=default] .ta-col-grouping.col-sm .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xl-1, html[data-theme=default] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xl-3, html[data-theme=default] .ta-col-grouping.col-sm .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xl-6, html[data-theme=default] .ta-col-grouping.col-sm .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-md-3, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-md-6, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-sm-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-md-3, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-md-6, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-sm-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-md-3, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-md-6, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-sm-3 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-3 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xs, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-sm, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-md, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-md-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-md-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-md-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-md-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-lg, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=default] .ta-col-grouping.col-sm-4 .col-medium, html[data-theme=default] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xxl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-4 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-md-3, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-md-6, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-sm-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-md-3, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-md-6, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-sm-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-sm-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-sm-4, html[data-theme=default] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-md-3, html[data-theme=default] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-md-6, html[data-theme=default] .ta-col-grouping.col-md .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-lg-2, html[data-theme=default] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-lg-3, html[data-theme=default] .ta-col-grouping.col-md .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xl-1, html[data-theme=default] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xl-3, html[data-theme=default] .ta-col-grouping.col-md .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xl-6, html[data-theme=default] .ta-col-grouping.col-md .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-md-3, html[data-theme=default] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-md-6, html[data-theme=default] .ta-col-grouping.col-md-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-md-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-md-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-md-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-md-3, html[data-theme=default] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-md-6, html[data-theme=default] .ta-col-grouping.col-md-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-md-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-md-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-md-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xs, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-sm, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=default] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-md, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-md-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-md-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=default] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-md-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-md-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=default] .ta-col-grouping.col-md-3 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-lg, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=default] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=default] .ta-col-grouping.col-md-3 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=default] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=default] .ta-col-grouping.col-md-3 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=default] .ta-col-grouping.col-md-3 .col-medium, html[data-theme=default] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xxl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-3 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-md-3, html[data-theme=default] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-md-6, html[data-theme=default] .ta-col-grouping.col-md-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-md-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-md-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-md-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-md-3, html[data-theme=default] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-md-6, html[data-theme=default] .ta-col-grouping.col-md-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-md-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-md-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-md-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xs, html[data-theme=default] .ta-col-grouping.col-small .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-small .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-small .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-small .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-small .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-small .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-small .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-sm, html[data-theme=default] .ta-col-grouping.col-small .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-small .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-small .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-small .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-small .col-sm-4, html[data-theme=default] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-small .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-small .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-md, html[data-theme=default] .ta-col-grouping.col-small .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-md-1, html[data-theme=default] .ta-col-grouping.col-small .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-md-2, html[data-theme=default] .ta-col-grouping.col-small .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-md-3, html[data-theme=default] .ta-col-grouping.col-small .col-md-3, html[data-theme=default] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-md-4, html[data-theme=default] .ta-col-grouping.col-small .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-md-5, html[data-theme=default] .ta-col-grouping.col-small .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-md-6, html[data-theme=default] .ta-col-grouping.col-small .col-md-6, html[data-theme=default] .ta-col-grouping.col-md-6 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-lg, html[data-theme=default] .ta-col-grouping.col-small .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-small .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-small .col-lg-2, html[data-theme=default] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-small .col-lg-3, html[data-theme=default] .ta-col-grouping.col-md-6 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-small .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-small .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-small .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xl, html[data-theme=default] .ta-col-grouping.col-small .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-small .col-xl-1, html[data-theme=default] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-small .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-small .col-xl-3, html[data-theme=default] .ta-col-grouping.col-md-6 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-small .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-small .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-small .col-xl-6, html[data-theme=default] .ta-col-grouping.col-md-6 .col-medium, html[data-theme=default] .ta-col-grouping.col-small .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xxl, html[data-theme=default] .ta-col-grouping.col-small .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-md-6 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-sm-4, html[data-theme=default] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-md-3, html[data-theme=default] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-md-6, html[data-theme=default] .ta-col-grouping.col-lg .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-lg-2, html[data-theme=default] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-lg-3, html[data-theme=default] .ta-col-grouping.col-lg .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xl-1, html[data-theme=default] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xl-3, html[data-theme=default] .ta-col-grouping.col-lg .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xl-6, html[data-theme=default] .ta-col-grouping.col-lg .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-md-3, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-md-6, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-lg-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xs, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-sm, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-md, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-md-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-md-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-md-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-md-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-lg, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=default] .ta-col-grouping.col-lg-2 .col-medium, html[data-theme=default] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xxl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-2 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xs, html[data-theme=default] .ta-col-grouping.col-small .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-small .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-small .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-small .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-small .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-small .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-small .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-sm, html[data-theme=default] .ta-col-grouping.col-small .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-small .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-small .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-small .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-small .col-sm-4, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-small .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-small .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-md, html[data-theme=default] .ta-col-grouping.col-small .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-md-1, html[data-theme=default] .ta-col-grouping.col-small .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-md-2, html[data-theme=default] .ta-col-grouping.col-small .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-md-3, html[data-theme=default] .ta-col-grouping.col-small .col-md-3, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-md-4, html[data-theme=default] .ta-col-grouping.col-small .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-md-5, html[data-theme=default] .ta-col-grouping.col-small .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-md-6, html[data-theme=default] .ta-col-grouping.col-small .col-md-6, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-lg, html[data-theme=default] .ta-col-grouping.col-small .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-small .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-small .col-lg-2, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-small .col-lg-3, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-small .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-small .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-small .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xl, html[data-theme=default] .ta-col-grouping.col-small .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-small .col-xl-1, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-small .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-small .col-xl-3, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-small .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-small .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-small .col-xl-6, html[data-theme=default] .ta-col-grouping.col-lg-3 .col-medium, html[data-theme=default] .ta-col-grouping.col-small .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xxl, html[data-theme=default] .ta-col-grouping.col-small .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-3 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-md-3, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-md-6, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-lg-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-md-3, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-md-6, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-lg-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-md-3, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-md-6, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-lg-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-lg-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-md-3, html[data-theme=default] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-md-6, html[data-theme=default] .ta-col-grouping.col-xl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xl .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xs, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-sm, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-md, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-md-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-md-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-md-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-md-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-lg, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-small, html[data-theme=default] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xl-1 .col-medium, html[data-theme=default] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xxl, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-1 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xl-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xs, html[data-theme=default] .ta-col-grouping.col-small .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-small .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-small .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-small .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-small .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-small .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-small .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-sm, html[data-theme=default] .ta-col-grouping.col-small .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-small .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-small .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-small .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-small .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-small .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-small .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-md, html[data-theme=default] .ta-col-grouping.col-small .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-md-1, html[data-theme=default] .ta-col-grouping.col-small .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-md-2, html[data-theme=default] .ta-col-grouping.col-small .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-md-3, html[data-theme=default] .ta-col-grouping.col-small .col-md-3, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-md-4, html[data-theme=default] .ta-col-grouping.col-small .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-md-5, html[data-theme=default] .ta-col-grouping.col-small .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-md-6, html[data-theme=default] .ta-col-grouping.col-small .col-md-6, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-lg, html[data-theme=default] .ta-col-grouping.col-small .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-small .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-small .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-small .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-small .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-small .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-small .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xl, html[data-theme=default] .ta-col-grouping.col-small .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-small .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-small .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-small .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-small, html[data-theme=default] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-small .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-small .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-small .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xl-3 .col-medium, html[data-theme=default] .ta-col-grouping.col-small .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xxl, html[data-theme=default] .ta-col-grouping.col-small .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-3 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-small .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xl-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xl-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xs, html[data-theme=default] .ta-col-grouping.col-medium .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xs-1, html[data-theme=default] .ta-col-grouping.col-medium .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xs-2, html[data-theme=default] .ta-col-grouping.col-medium .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xs-3, html[data-theme=default] .ta-col-grouping.col-medium .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xs-4, html[data-theme=default] .ta-col-grouping.col-medium .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xs-5, html[data-theme=default] .ta-col-grouping.col-medium .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xs-6, html[data-theme=default] .ta-col-grouping.col-medium .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-sm, html[data-theme=default] .ta-col-grouping.col-medium .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-sm-1, html[data-theme=default] .ta-col-grouping.col-medium .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-sm-2, html[data-theme=default] .ta-col-grouping.col-medium .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-sm-3, html[data-theme=default] .ta-col-grouping.col-medium .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-medium .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-sm-5, html[data-theme=default] .ta-col-grouping.col-medium .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-sm-6, html[data-theme=default] .ta-col-grouping.col-medium .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-md, html[data-theme=default] .ta-col-grouping.col-medium .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-md-1, html[data-theme=default] .ta-col-grouping.col-medium .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-md-2, html[data-theme=default] .ta-col-grouping.col-medium .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-md-3, html[data-theme=default] .ta-col-grouping.col-medium .col-md-3, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-md-4, html[data-theme=default] .ta-col-grouping.col-medium .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-md-5, html[data-theme=default] .ta-col-grouping.col-medium .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-md-6, html[data-theme=default] .ta-col-grouping.col-medium .col-md-6, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-small, html[data-theme=default] .ta-col-grouping.col-medium .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-lg, html[data-theme=default] .ta-col-grouping.col-medium .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-lg-1, html[data-theme=default] .ta-col-grouping.col-medium .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-medium .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-medium .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-small, html[data-theme=default] .ta-col-grouping.col-medium .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-lg-4, html[data-theme=default] .ta-col-grouping.col-medium .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-lg-5, html[data-theme=default] .ta-col-grouping.col-medium .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-lg-6, html[data-theme=default] .ta-col-grouping.col-medium .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xl, html[data-theme=default] .ta-col-grouping.col-medium .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-medium .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=default] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xl-2, html[data-theme=default] .ta-col-grouping.col-medium .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-medium .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-small, html[data-theme=default] .ta-col-grouping.col-medium .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xl-4, html[data-theme=default] .ta-col-grouping.col-medium .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xl-5, html[data-theme=default] .ta-col-grouping.col-medium .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-medium .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xl-6 .col-medium, html[data-theme=default] .ta-col-grouping.col-medium .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xxl, html[data-theme=default] .ta-col-grouping.col-medium .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xxl-1, html[data-theme=default] .ta-col-grouping.col-medium .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xxl-2, html[data-theme=default] .ta-col-grouping.col-medium .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xxl-3, html[data-theme=default] .ta-col-grouping.col-medium .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xxl-4, html[data-theme=default] .ta-col-grouping.col-medium .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xxl-5, html[data-theme=default] .ta-col-grouping.col-medium .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xl-6 .col-xxl-6, html[data-theme=default] .ta-col-grouping.col-medium .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-md-3, html[data-theme=default] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-md-6, html[data-theme=default] .ta-col-grouping.col-xxl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xxl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xxl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xxl .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-3 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-sm-4, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-md-3, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-md-6, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-lg-2, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-lg-3, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xl-1, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xl-3, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xl-6, html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=default] .ta-col-grouping.col-xxl-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[dir][data-theme=default] .tab-pane {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
html[dir=ltr][data-theme=default] .tab-pane {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
html[dir=rtl][data-theme=default] .tab-pane {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
html[dir][data-theme=default] .nav-tabs {
  border-bottom: none;
  margin-top: 1px;
  margin-bottom: -1px;
}
html[data-theme=default] .nav-tabs .nav-link {
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=default] .nav-tabs .nav-link {
  border: none;
  background-color: #6c757d;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=default] .nav-tabs .nav-link {
    transition: none;
  }
}
html[dir][data-theme=default] .nav-tabs .nav-link:hover {
  background-color: #5a6268;
}
html[data-theme=default] .nav-tabs .nav-link.active {
  color: #212529;
}
html[dir][data-theme=default] .nav-tabs .nav-link.active {
  border-top: 1px solid #dee2e6;
  cursor: initial;
  background-color: #fff;
}
html[dir=ltr][data-theme=default] .nav-tabs .nav-link.active {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
html[dir=rtl][data-theme=default] .nav-tabs .nav-link.active {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
html[dir][data-theme=default] .nav-tabs .nav-link.active:hover {
  background-color: #fff;
}
html[dir][data-theme=default] .nav-tabs .nav-item {
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  html[dir][data-theme=default] .nav-tabs .nav-item:not(.nav-link) {
    padding-bottom: 0.25rem;
  }
  html[dir=ltr][data-theme=default] .nav-tabs .nav-link {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  html[dir=rtl][data-theme=default] .nav-tabs .nav-link {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  html[dir][data-theme=default] .nav-tabs .nav-link.active {
    border-bottom: 1px solid #dee2e6;
  }
}
html[dir=ltr][data-theme=default] .ta-content-login {
  margin-left: 0 !important;
}
html[dir=rtl][data-theme=default] .ta-content-login {
  margin-right: 0 !important;
}
html[data-theme=default] .auth-form label {
  display: block;
}
html[data-theme=default] .CodeMirror {
  height: auto;
}
html[dir][data-theme=default] .CodeMirror {
  border: 1px solid #ddd;
}
html[data-theme=default] .CodeMirror-fullscreen {
  z-index: 1000;
  top: 0px !important;
}
html[data-theme=default] .CodeMirror pre {
  line-height: 1.25;
  overflow: unset;
}
html[dir][data-theme=default] .CodeMirror pre {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=default] .CodeMirror pre {
  padding-left: 7px;
}
html[dir=rtl][data-theme=default] .CodeMirror pre {
  padding-right: 7px;
}
html[dir][data-theme=default] .CodeMirror-activeline-background {
  background: transparent !important;
}
html[dir][data-theme=default] .CodeMirror-focused .CodeMirror-activeline-background {
  background: rgba(100, 100, 100, 0.1) !important;
}
html[data-theme=default] .trumbowyg {
  font-size: 16px;
}
html[data-theme=default] .trumbowyg-fullscreen {
  z-index: 1050;
}
html[data-theme=default] #ui-datepicker-div {
  z-index: 100 !important;
}
html[data-theme=default] div.editor-widget.find-widget .button.codicon {
  display: flex;
  color: rgb(97, 97, 97);
}
html[dir][data-theme=default] div.editor-widget.find-widget .button.codicon {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
html[dir][data-theme=default] div.editor-widget.find-widget .button.codicon:focus {
  background-color: transparent;
  border-color: transparent;
}
html[dir][data-theme=default] div.editor-widget.find-widget .button.codicon:active {
  background-color: transparent;
  border-color: transparent;
}
html[data-theme=default] span.field-validation-error {
  width: 100%;
}
html[dir][data-theme=default] .has-filter .btn:not(.show), html[dir][data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .has-filter .close:not(.show), html[dir][data-theme=default] .has-filter .button:not(.show), html[dir][data-theme=default] .has-filter .bootstrap-select .popover-header .close:not(.show), html[dir][data-theme=default] .bootstrap-select .popover-header .has-filter .close:not(.show) {
  border-color: #ced4da !important;
}
html[data-theme=default] .has-filter .form-control-feedback, html[data-theme=default] .has-search .form-control-feedback {
  color: #aaa;
}
html[data-theme=default] body {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
html[data-theme=default] .ta-navbar-top {
  z-index: calc(1000 + 100);
  height: 52px;
}
html[dir][data-theme=default] .ta-navbar-top {
  border-bottom: 1px solid #dedede;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  padding-top: 0;
  padding-bottom: 0;
}
html[data-theme=default] .ta-navbar-top h1, html[data-theme=default] .ta-navbar-top .h1 {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 10px;
}
@media (max-width: 575.98px) {
  html[data-theme=default] .ta-navbar-top h1, html[data-theme=default] .ta-navbar-top .h1 {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
  }
}
html[dir][data-theme=default] .ta-navbar-top .breadcrumb {
  background-color: transparent;
  margin-top: 1rem;
}
html[data-theme=default] .ta-navbar-top .btn.nav-link, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .ta-navbar-top .nav-link.close, html[data-theme=default] .ta-navbar-top .nav-link.button, html[data-theme=default] .ta-navbar-top .bootstrap-select .popover-header .nav-link.close, html[data-theme=default] .bootstrap-select .popover-header .ta-navbar-top .nav-link.close {
  display: inline-block;
}
@media (min-width: 576px) {
  html[dir=ltr][data-theme=default] .ta-navbar-top h1, html[dir=ltr][data-theme=default] .ta-navbar-top .h1 {
    left: 275px;
  }
  html[dir=rtl][data-theme=default] .ta-navbar-top h1, html[dir=rtl][data-theme=default] .ta-navbar-top .h1 {
    right: 275px;
  }
}
@media (max-width: 575.98px) {
  html[dir][data-theme=default] .ta-navbar-top .navbar-collapse li:first-child .nav-link {
    padding-top: 15px;
  }
  html[dir][data-theme=default] .ta-navbar-top .navbar-collapse li:last-child .nav-link {
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  html[data-theme=default] body:not(.left-sidebar-compact) .ta-navbar-top h1, html[data-theme=default] body:not(.left-sidebar-compact) .ta-navbar-top .h1 {
    display: none;
  }
}
html[data-theme=default] .ta-navbar-brand {
  white-space: nowrap;
  transition: width 0.2s ease-in-out;
}
html[dir][data-theme=default] .ta-navbar-brand {
  padding: 0 5px;
}
html[data-theme=default] .ta-navbar-brand span {
  font-size: 14px;
}
html[dir=ltr][data-theme=default] .ta-navbar-brand span:first-child {
  padding-left: 5px;
}
html[dir=rtl][data-theme=default] .ta-navbar-brand span:first-child {
  padding-right: 5px;
}
html[data-theme=default] .ta-navbar-brand span:last-child {
  font-weight: bold;
  color: #fff;
}
html[data-theme=default] .ta-navbar-brand img {
  height: 32px;
}
html[dir=ltr][data-theme=default] .ta-navbar-brand img {
  padding-right: 11px;
  padding-left: 5px;
}
html[dir=rtl][data-theme=default] .ta-navbar-brand img {
  padding-left: 11px;
  padding-right: 5px;
}
html[data-theme=default] .left-sidebar-compact .ta-navbar-brand span {
  display: none;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact .ta-navbar-top h1, html[dir=ltr][data-theme=default] .left-sidebar-compact .ta-navbar-top .h1 {
  left: 63px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact .ta-navbar-top h1, html[dir=rtl][data-theme=default] .left-sidebar-compact .ta-navbar-top .h1 {
  right: 63px;
}
html[data-theme=default] .action-bar {
  top: 3.3rem;
  z-index: 1050;
}
html[dir][data-theme=default] .user-top-navbar {
  padding-top: 0;
  padding-bottom: 0;
}
html[dir=ltr][data-theme=default] .user-top-navbar .nav-item .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
html[dir=rtl][data-theme=default] .user-top-navbar .nav-item .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html[data-theme=default] .ta-navbar-top {
  color: #343a40;
}
html[data-theme=default] .ta-navbar-top a {
  color: #495057;
  text-decoration: none !important;
}
html[data-theme=default] .ta-badge {
  color: #495057;
}
html[dir][data-theme=default] .ta-badge {
  background-color: #e9ecef !important;
}
html[data-theme=default] .ta-navbar-brand span:last-child {
  font-weight: bold;
  color: #495057;
}
html[dir][data-theme=default] .list-group li:hover {
  background-color: #f8f9fa;
}
html[dir][data-theme=default] .list-group-item.first-child-visible {
  border-top-width: 1px !important;
}
html[dir=ltr][data-theme=default] .list-group-item.first-child-visible {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
html[dir=rtl][data-theme=default] .list-group-item.first-child-visible {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
html[dir=ltr][data-theme=default] .list-group-item.last-child-visible {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
html[dir=rtl][data-theme=default] .list-group-item.last-child-visible {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar {
  z-index: calc(1000 + 50);
  position: fixed;
  top: 52px;
  bottom: 0;
  width: 260px;
  color: #343a40;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar {
  background-color: #eaeaea;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar {
  left: 0px;
  border-right: 1px solid #dedede;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar {
  right: 0px;
  border-left: 1px solid #dedede;
  transition: right 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar {
  width: 4px;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar-thumb {
  background-color: #495057;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar figure {
  margin: 0;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron {
  transition-duration: 0.2s;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(90deg);
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(-90deg);
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=false] .chevron {
  transition-duration: 0.2s;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse {
  display: none;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse.show {
  display: block;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron {
  position: absolute;
  top: 38%;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron {
  left: 100%;
  margin-left: -25px;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron {
  right: 100%;
  margin-right: -25px;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption,
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar a {
  position: relative;
  display: block;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption, html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar a {
  margin: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav {
  position: relative;
  flex: 1 1 auto;
  height: calc(100% - 51px - 38px);
  /*.btn-nostyle:focus, .btn-nostyle:active {
      background-color: rgba(0, 0, 0, 0.3);
      color: white;
  }*/
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul {
  white-space: nowrap;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul {
  margin: 0;
  padding: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li {
  position: relative;
  display: list-item;
  list-style: none;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li {
  margin: 0;
  padding: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li .item-label {
  flex-grow: 1;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li .item-label {
  cursor: pointer;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li {
  line-height: 3em;
  width: 260px;
  transition: width 0.2s ease-in-out;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li {
  background-color: #eaeaea;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li > figure > ul > li {
  line-height: 2.5em;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.new:after {
  content: "";
  width: 92%;
  height: 1px;
  display: block;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.new:after {
  background: rgba(140, 130, 115, 0.13);
  margin: 0px auto;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #495057 #eaeaea;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin {
  margin-bottom: 40px;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label {
  display: flex;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label {
  padding-left: 0px !important;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label {
  padding-right: 0px !important;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.icon {
  flex-shrink: 0;
  font-size: 22px;
  width: 48px;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.icon {
  padding: 0 5px;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.icon svg {
  width: 35px;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.title {
  flex-grow: 1;
  font-size: 14px;
  width: calc(100% - 48px - 45px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin > li > figure > figcaption > .item-label > .collapse-icon {
  color: rgba(255, 0, 0, 0);
  display: flex;
  justify-content: center;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label,
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited {
  color: #495057;
  text-decoration: none;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label, html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover, html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active, html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited {
  padding-left: 16px;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label, html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover, html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active, html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited {
  padding-right: 16px;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle {
  color: inherit;
  font: inherit;
  width: 45px;
  outline: none;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > li > figure > figcaption > .item-label {
  width: 100%;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label, html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover, html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active, html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited {
  padding-left: 12px;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label, html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover, html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active, html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited {
  padding-right: 12px;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li .item-label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  color: black !important;
  font-weight: 600;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  background: rgba(0, 0, 0, 0.1);
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  padding-right: 48px !important;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label {
  padding-right: 48px !important;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.1);
  left: 0;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  right: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > figcaption > .item-label {
  font-weight: 600;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > figcaption > .item-label {
  background-color: rgba(0, 0, 0, 0.05);
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > figcaption > .item-label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.05);
  left: 0;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.05);
  right: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.1);
  left: 0;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  right: 0;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > .item-label,
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > figure > figcaption > .item-label {
  color: #495057 !important;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > .item-label, html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > figure > figcaption > .item-label {
  background: rgba(0, 0, 0, 0.05);
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > .item-label > span.icon,
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > figure > figcaption > .item-label > span.icon {
  font-size: 16px !important;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul > li > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul > li > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul > li > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li {
  background: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li > a {
  color: black;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li > a {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li > a {
  padding-right: 48px !important;
}
html[dir=ltr][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > .active > a {
  padding-left: 44px !important;
}
html[dir=rtl][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > .active > a {
  padding-right: 44px !important;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .footer {
  position: relative;
  z-index: 1;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .footer {
  background-color: #eaeaea !important;
}
html[data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before {
  content: "";
  width: 92%;
  height: 1px;
  display: block;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before {
  background: rgba(140, 130, 115, 0.13);
  margin: 0px auto;
}
html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #filter, html[dir][data-theme=default] body:not(.left-sidebar-compact) #ta-left-sidebar #filter:focus {
  border: none;
  box-shadow: unset;
  border-radius: unset;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar {
  z-index: calc(1000 + 50);
  position: fixed;
  top: 52px;
  bottom: 0;
  width: 48px;
  color: #343a40;
  font-family: "Segoe UI VSS (Regular)", "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar {
  background-color: #eaeaea;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar {
  left: 0px;
  border-right: 1px solid #dedede;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar {
  right: 0px;
  border-left: 1px solid #dedede;
  transition: right 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar {
  width: 4px;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar-thumb {
  background-color: #495057;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar figure {
  margin: 0;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=false] .chevron {
  transition-duration: 0.2s;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar .collapse {
  display: none;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar .collapse.show {
  display: block;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar .chevron {
  position: absolute;
  top: 38%;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar .chevron {
  left: 100%;
  margin-left: -25px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar .chevron {
  right: 100%;
  margin-right: -25px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar figcaption,
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar a {
  position: relative;
  display: block;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar figcaption, html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar a {
  margin: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav {
  flex: 1 1 auto;
  height: calc(100% - 51px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 #eaeaea;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav ul {
  white-space: nowrap;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav ul {
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li {
  position: relative;
  display: list-item;
  list-style: none;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li {
  margin: 0;
  padding: 0;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li .item-label {
  cursor: pointer;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li {
  height: 48px;
  line-height: 3em;
  width: 47px;
  transition: width 0.2s ease-in-out;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li {
  background-color: #eaeaea;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li:first-child > span.title:after {
  content: "";
  width: 75%;
  height: 1px;
  display: block;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li:first-child > span.title:after {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto 4px auto;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > .btn-nostyle {
  display: none;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul > li {
  line-height: 2.5em;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li:not(.has-items) .item-label > span.icon {
  font-size: 22px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label {
  display: flex;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label {
  padding-left: 0px !important;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label {
  padding-right: 0px !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon {
  flex-shrink: 0;
  font-size: 16px;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon {
  padding: 0 5px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon svg {
  width: 35px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon-none {
  flex-shrink: 0;
  font-size: 16px;
  width: 37px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.title {
  flex-grow: 1;
  font-size: 14px;
  width: calc(100% - 48px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > .collapse-icon {
  color: rgba(255, 0, 0, 0);
  display: flex;
  justify-content: center;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  color: #f8f9fa;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items) > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items) > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items) > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible > figure > figcaption {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible > figure > figcaption > a.item-label {
  z-index: 9999;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li .item-label:hover:not(:first-child) {
  color: #f8f9fa;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li .item-label:hover:not(:first-child) {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  display: inline-block !important;
  color: #495057;
  width: 48px;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  background-color: #eaeaea;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.active > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.active > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.active > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li .active > figure > figcaption > .item-label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li {
  overflow: hidden;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li span.title {
  display: none;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible {
  overflow: visible;
  width: 308px;
  transition: none;
  position: static;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible > figure {
  position: absolute;
  z-index: 999;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible span.title,
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible span.icon {
  display: block;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  position: absolute;
  width: 260px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 #eaeaea;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  left: 48px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  right: 48px;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul li .item-label:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  color: #495057;
  display: flex;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  background-color: #f8f9fa;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  padding-left: 0px !important;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  padding-right: 0px !important;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title {
  padding: 0 20px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  color: #495057;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  background-color: #f8f9fa !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  flex-shrink: 0;
  font-size: 22px;
  width: 48px;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  padding: 0 5px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon svg {
  width: 35px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 48px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 260px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  width: 75%;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  left: 63px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  right: 63px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label,
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited {
  text-decoration: none;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label, html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover, html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active, html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited {
  padding-left: 16px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label, html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover, html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active, html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited {
  padding-right: 16px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle {
  color: inherit;
  font: inherit;
  width: 45px;
  outline: none;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label, html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover, html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items a:active, html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited {
  padding-left: 12px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label, html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover, html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items a:active, html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited {
  padding-right: 12px;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  color: rgba(0, 0, 0, 0.9) !important;
  font-weight: 600;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  background: rgba(0, 0, 0, 0.05);
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  padding-right: 48px !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active ul > li.active .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active ul > li.active .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active ul > li.active .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label {
  padding-right: 48px !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > .item-label {
  font-weight: 600;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > .item-label {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li .active::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li .active::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.1);
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li .active::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure .item-label {
  color: #495057 !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li > .item-label {
  color: #495057 !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure ul > li > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure ul > li > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li.active > figure ul > li > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li {
  background: rgba(0, 0, 0, 0.1);
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li > figure > figcaption > a {
  color: black;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li > figure > figcaption > a {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li > figure > figcaption > a {
  padding-right: 48px !important;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > .active > a {
  padding-left: 44px !important;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > .active > a {
  padding-right: 44px !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar .footer {
  position: relative;
  z-index: 1;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar .footer {
  background-color: #eaeaea !important;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar .footer:before {
  content: "";
  width: 60%;
  height: 1px;
  display: block;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar .footer:before {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto;
}
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #filter,
html[data-theme=default] .left-sidebar-compact #ta-left-sidebar #filter:focus {
  display: none;
}
html[data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure {
  position: static;
  z-index: unset;
}
html[data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul:before {
  content: attr(data-title);
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: block;
}
html[dir][data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul:before {
  padding: 0 20px;
}
html[data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  width: 90%;
}
html[dir][data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  left: 15px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  right: 15px;
}
html[data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  position: absolute;
  width: 260px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  height: calc(100vh - 52px);
  max-height: unset;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 #eaeaea;
  top: 0px;
}
html[dir][data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[dir=ltr][data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  left: 48px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  right: 48px;
}
html[dir][data-theme=default] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron {
  transition-duration: 0.2s;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(90deg);
}
html[dir=rtl][data-theme=default] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(-90deg);
}
html[dir][data-theme=default] html:not(.fontawesome-i2svg-complete) #left-nav ul.menu-admin > li > .item-label {
  background-color: #f8f9fa !important;
}
html[data-theme=default] .leftbar-compactor {
  display: block;
  width: 48px;
  height: 50px;
  color: #343a40;
  font-size: 20px;
  display: block;
}
html[dir][data-theme=default] .leftbar-compactor {
  padding: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition-duration: 0.2s;
  transform: scale(2, 1);
}
html[dir=ltr][data-theme=default] .leftbar-compactor {
  float: right;
}
html[dir=rtl][data-theme=default] .leftbar-compactor {
  float: left;
}
html[data-theme=default] .leftbar-compactor:focus {
  outline: none;
}
html[data-theme=default] .leftbar-compactor:hover {
  color: rgb(0, 120, 212);
  color: var(rgb(0, 120, 212));
}
html[dir][data-theme=default] .leftbar-compactor:hover {
  text-shadow: 0 0 4px rgba(0, 120, 212, 0.5);
}
html[data-theme=default] .leftbar-compactor:before {
  content: "⟪";
}
html[dir][data-theme=default] .left-sidebar-compact .leftbar-compactor {
  transition-duration: 0.2s;
  transform: scale(-2, 1);
}
html[data-theme=default] .preload * {
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
html[dir][data-theme=default] .preload * {
  -webkit-transition: none !important;
}
html[data-theme=default] body {
  height: 100%;
  font-family: "Segoe UI VSS (Regular)", "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html[dir][data-theme=default] body {
  margin-bottom: 40px;
  cursor: default;
}
html[data-theme=default] a {
  text-decoration: none;
}
html[data-theme=default] a:hover {
  text-decoration: underline;
}
html[dir][data-theme=default] .cursor-move {
  cursor: move;
}
html[dir][data-theme=default] .cursor-pointer {
  cursor: pointer;
}
html[dir][data-theme=default] .ta-content {
  padding: 15px;
  margin-top: 52px;
  margin-bottom: 40px;
}
html[dir=ltr][data-theme=default] .ta-content {
  margin-left: 260px;
  transition: margin-left 0.2s ease-in-out;
}
html[dir=rtl][data-theme=default] .ta-content {
  margin-right: 260px;
  transition: margin-right 0.2s ease-in-out;
}
html[data-theme=default] .ta-content h1, html[data-theme=default] .ta-content .h1 {
  line-height: 40px;
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: bold;
}
html[dir=ltr][data-theme=default] .left-sidebar-compact .ta-content {
  margin-left: 48px;
}
html[dir=rtl][data-theme=default] .left-sidebar-compact .ta-content {
  margin-right: 48px;
}
@media (max-width: 575.98px) {
  html[dir=ltr][data-theme=default] .ta-content {
    margin-left: 48px;
    transition: margin-left 0.5s ease-in-out;
  }
  html[dir=rtl][data-theme=default] .ta-content {
    margin-right: 48px;
    transition: margin-right 0.5s ease-in-out;
  }
}
html[data-theme=default] .auth-wrapper {
  width: 100%;
  max-width: 800px;
}
html[dir][data-theme=default] .auth-wrapper {
  margin: auto;
}
html[dir][data-theme=default] .with-checkbox .list-group-item {
  padding: 0.75rem 0.5rem;
}
html[dir][data-theme=default] .disable.custom-control-input:checked ~ .custom-control-label::before {
  border-color: red;
  background-color: red;
}
html[data-theme=default] .action-bar {
  top: 3.3rem;
  z-index: 1000;
}
html[data-theme=default] .second-action-bar {
  z-index: calc(1000 + 1);
}
html[dir][data-theme=default] .list-group-item + .list-group-item {
  border-top-width: 0px;
}
html[data-theme=default] svg {
  vertical-align: -0.125em;
}
html[data-theme=default] [dir=rtl] .dropdown-menu {
  left: auto !important;
  right: 0px !important;
  transform: translate3d(0px, 38px, 0px) !important;
}
html[data-theme=default] .dropdown-menu.scrollable {
  overflow-y: auto;
  max-height: 250px;
}
html[data-theme=default] .btn-dropdown-wrapper:hover > .btn-dropdown {
  opacity: 1;
}
html[dir][data-theme=default] .btn-dropdown-wrapper:hover > .btn-dropdown {
  border-width: 5px;
}
html[data-theme=default] .btn-dropdown ::-webkit-scrollbar {
  width: 4px;
}
html[dir][data-theme=default] .btn-dropdown ::-webkit-scrollbar {
  background-color: #EAEAEA;
}
html[dir][data-theme=default] .btn-dropdown ::-webkit-scrollbar-thumb {
  background-color: #495057;
}
html[data-theme=default] .btn-dropdown .dropdown-menu {
  max-height: 200px;
  overflow: hidden auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 #EAEAEA;
}
html[data-theme=default] .btn-dropdown {
  position: relative;
  z-index: 1000;
  opacity: 0.8;
  transition: 0.3s opacity;
}
html[data-theme=default] .btn-dropdown > .btn-group {
  bottom: 17px;
}
html[dir][data-theme=default] .btn-dropdown > .btn-group {
  margin: 0 auto;
}
html[data-theme=default] .btn-dropdown.show {
  z-index: 1001;
}
html[data-theme=default] [dir=ltr] .btn-dropdown > .btn-group {
  left: calc(-14px + 50%);
}
html[data-theme=default] [dir=rtl] .btn-dropdown > .btn-group {
  right: calc(-14px + 50%);
}
html[data-theme=default] .btn:hover, html[data-theme=darkmode] .bootstrap-select .popover-header html[data-theme=default] .close:hover, html[data-theme=default] .button:hover, html[data-theme=default] .bootstrap-select .popover-header .close:hover {
  text-decoration: none;
}
html[data-theme=default] .dropdown-item:hover {
  text-decoration: none !important;
}
html[data-theme=default] .unset {
  all: unset;
}
html[dir][data-theme=default] .bg-primary {
  background-color: #f8f9fa !important;
}
html[data-theme=default] .bootstrap-select .popover-header .close {
  color: black;
}
html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, html[data-theme=default] .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #212529 !important;
}
html[data-theme=default] .hint {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
html[data-theme=default] .hint.dashed::before,
html[data-theme=default] .text-muted.dashed::before {
  content: "— ";
}
html[dir][data-theme=default] .validation-summary-errors ul {
  margin-bottom: 0px;
}
html[data-theme=default] .inline-form {
  display: inline;
}
html[data-theme=default] .code,
html[data-theme=default] .form-control.code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875em;
}
html[dir][data-theme=default] .code, html[dir][data-theme=default] .form-control.code {
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
}
html[data-theme=default] .label-link {
  font-size: 12px;
}
html[dir=ltr][data-theme=default] .label-link {
  float: right;
}
html[dir=rtl][data-theme=default] .label-link {
  float: left;
}
html[data-theme=default] label .field-validation-error::before {
  content: "- ";
}
html[data-theme=default] .field-validation-valid {
  display: none;
}
html[data-theme=default] input[type=password]::-ms-reveal,
html[data-theme=default] input[type=password]::-ms-clear {
  display: none;
}
html[dir=ltr][data-theme=default] .has-filter .form-control, html[dir=ltr][data-theme=default] .has-search .form-control {
  padding-left: 2rem;
}
html[dir=rtl][data-theme=default] .has-filter .form-control, html[dir=rtl][data-theme=default] .has-search .form-control {
  padding-right: 2rem;
}
html[data-theme=default] .has-filter .form-control-feedback, html[data-theme=default] .has-search .form-control-feedback {
  position: absolute;
  z-index: 4;
  display: block;
  width: 1rem;
  height: 2rem;
  line-height: 1rem;
  pointer-events: none;
}
html[dir][data-theme=default] .has-filter .form-control-feedback, html[dir][data-theme=default] .has-search .form-control-feedback {
  text-align: center;
}
html[dir=ltr][data-theme=default] .has-filter .form-control-feedback, html[dir=ltr][data-theme=default] .has-search .form-control-feedback {
  left: 1.75rem;
}
html[dir=rtl][data-theme=default] .has-filter .form-control-feedback, html[dir=rtl][data-theme=default] .has-search .form-control-feedback {
  right: 1.75rem;
}
html[data-theme=default] .has-filter .form-control-feedback {
  top: 0.25rem;
}
html[dir=ltr][data-theme=default] .has-filter .form-control-feedback {
  left: 4.25rem;
}
html[dir=rtl][data-theme=default] .has-filter .form-control-feedback {
  right: 4.25rem;
}
html[dir=ltr][data-theme=default] .has-search .form-control-feedback {
  left: 1.75rem;
}
html[dir=rtl][data-theme=default] .has-search .form-control-feedback {
  right: 1.75rem;
}
html[data-theme=default] .has-search:not(.input-group) .form-control-feedback, html[data-theme=default] .has-filter:not(.input-group) .form-control-feedback {
  top: 1.25rem;
}
html[dir=ltr][data-theme=default] .has-search:not(.input-group) .form-control-feedback, html[dir=ltr][data-theme=default] .has-filter:not(.input-group) .form-control-feedback {
  left: 1.75rem;
}
html[dir=rtl][data-theme=default] .has-search:not(.input-group) .form-control-feedback, html[dir=rtl][data-theme=default] .has-filter:not(.input-group) .form-control-feedback {
  right: 1.75rem;
}

html[data-theme=darkmode] {
  /*!
   * Bootstrap v5.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /* responsive version for sizes, we don't generate xs because it is already generated by bootstrap */
}
html[data-theme=darkmode] :root {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #f39c12;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #3498db;
  --bs-white: #fff;
  --bs-gray: #888;
  --bs-gray-dark: rgb(24, 26, 27);
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ebebeb;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: rgb(42, 45, 47);
  --bs-gray-600: #888;
  --bs-gray-700: rgba(140, 130, 115, 0.13);
  --bs-gray-800: rgb(24, 26, 27);
  --bs-gray-900: rgb(24, 26, 27);
  --bs-primary: #007bff;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #3498db;
  --bs-warning: #f39c12;
  --bs-danger: #dc3545;
  --bs-light: #dee2e6;
  --bs-dark: rgb(24, 26, 27);
  --bs-primary-rgb: 0, 123, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 52, 152, 219;
  --bs-warning-rgb: 243, 156, 18;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 222, 226, 230;
  --bs-dark-rgb: 24, 26, 27;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 24, 26, 27;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-bg: rgb(24, 26, 27);
}
html[data-theme=darkmode] *,
html[data-theme=darkmode] *::before,
html[data-theme=darkmode] *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  html[data-theme=darkmode] :root {
    scroll-behavior: smooth;
  }
}
html[data-theme=darkmode] body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir][data-theme=darkmode] body {
  margin: 0;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
}
html[data-theme=darkmode] hr {
  color: inherit;
  opacity: 0.25;
}
html[dir][data-theme=darkmode] hr {
  margin: 1rem 0;
  background-color: currentColor;
  border: 0;
}
html[data-theme=darkmode] hr:not([size]) {
  height: 1px;
}
html[data-theme=darkmode] h6, html[data-theme=darkmode] .h6, html[data-theme=darkmode] h5, html[data-theme=darkmode] .h5, html[data-theme=darkmode] h4, html[data-theme=darkmode] .h4, html[data-theme=darkmode] h3, html[data-theme=darkmode] .h3, html[data-theme=darkmode] h2, html[data-theme=darkmode] .h2, html[data-theme=darkmode] h1, html[data-theme=darkmode] .h1 {
  font-weight: 500;
  line-height: 1.2;
}
html[dir][data-theme=darkmode] h6, html[dir][data-theme=darkmode] .h6, html[dir][data-theme=darkmode] h5, html[dir][data-theme=darkmode] .h5, html[dir][data-theme=darkmode] h4, html[dir][data-theme=darkmode] .h4, html[dir][data-theme=darkmode] h3, html[dir][data-theme=darkmode] .h3, html[dir][data-theme=darkmode] h2, html[dir][data-theme=darkmode] .h2, html[dir][data-theme=darkmode] h1, html[dir][data-theme=darkmode] .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
html[data-theme=darkmode] h1, html[data-theme=darkmode] .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] h1, html[data-theme=darkmode] .h1 {
    font-size: 2.5rem;
  }
}
html[data-theme=darkmode] h2, html[data-theme=darkmode] .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] h2, html[data-theme=darkmode] .h2 {
    font-size: 2rem;
  }
}
html[data-theme=darkmode] h3, html[data-theme=darkmode] .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] h3, html[data-theme=darkmode] .h3 {
    font-size: 1.75rem;
  }
}
html[data-theme=darkmode] h4, html[data-theme=darkmode] .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] h4, html[data-theme=darkmode] .h4 {
    font-size: 1.5rem;
  }
}
html[data-theme=darkmode] h5, html[data-theme=darkmode] .h5 {
  font-size: 1.25rem;
}
html[data-theme=darkmode] h6, html[data-theme=darkmode] .h6 {
  font-size: 1rem;
}
html[dir][data-theme=darkmode] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[data-theme=darkmode] abbr[title],
html[data-theme=darkmode] abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
html[dir][data-theme=darkmode] abbr[title], html[dir][data-theme=darkmode] abbr[data-bs-original-title] {
  cursor: help;
}
html[data-theme=darkmode] address {
  font-style: normal;
  line-height: inherit;
}
html[dir][data-theme=darkmode] address {
  margin-bottom: 1rem;
}
html[dir=ltr][data-theme=darkmode] ol, html[dir=ltr][data-theme=darkmode] ul {
  padding-left: 2rem;
}
html[dir=rtl][data-theme=darkmode] ol, html[dir=rtl][data-theme=darkmode] ul {
  padding-right: 2rem;
}
html[dir][data-theme=darkmode] ol, html[dir][data-theme=darkmode] ul, html[dir][data-theme=darkmode] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[dir][data-theme=darkmode] ol ol, html[dir][data-theme=darkmode] ul ul, html[dir][data-theme=darkmode] ol ul, html[dir][data-theme=darkmode] ul ol {
  margin-bottom: 0;
}
html[data-theme=darkmode] dt {
  font-weight: 700;
}
html[dir][data-theme=darkmode] dd {
  margin-bottom: 0.5rem;
}
html[dir=ltr][data-theme=darkmode] dd {
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] dd {
  margin-right: 0;
}
html[dir][data-theme=darkmode] blockquote {
  margin: 0 0 1rem;
}
html[data-theme=darkmode] b,
html[data-theme=darkmode] strong {
  font-weight: bolder;
}
html[data-theme=darkmode] small, html[data-theme=darkmode] .field-validation-error, html[data-theme=darkmode] .small, html[data-theme=darkmode] .hint {
  font-size: 0.875em;
}
html[dir][data-theme=darkmode] mark, html[dir][data-theme=darkmode] .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
html[data-theme=darkmode] sub,
html[data-theme=darkmode] sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
html[data-theme=darkmode] sub {
  bottom: -0.25em;
}
html[data-theme=darkmode] sup {
  top: -0.5em;
}
html[data-theme=darkmode] a {
  color: #007bff;
  text-decoration: underline;
}
html[data-theme=darkmode] a:hover {
  color: #0062cc;
}
html[data-theme=darkmode] a:not([href]):not([class]), html[data-theme=darkmode] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
html[data-theme=darkmode] pre,
html[data-theme=darkmode] code,
html[data-theme=darkmode] kbd,
html[data-theme=darkmode] samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
html[data-theme=darkmode] pre {
  display: block;
  overflow: auto;
  font-size: 0.875em;
  color: inherit;
}
html[dir][data-theme=darkmode] pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[data-theme=darkmode] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
html[data-theme=darkmode] code {
  font-size: 0.875em;
  color: #e83e8c;
  word-wrap: break-word;
}
a > html[data-theme=darkmode] code {
  color: inherit;
}
html[data-theme=darkmode] kbd {
  font-size: 0.875em;
  color: #fff;
}
html[dir][data-theme=darkmode] kbd {
  padding: 0.2rem 0.4rem;
  background-color: rgb(24, 26, 27);
  border-radius: 0.2rem;
}
html[data-theme=darkmode] kbd kbd {
  font-size: 1em;
  font-weight: 700;
}
html[dir][data-theme=darkmode] kbd kbd {
  padding: 0;
}
html[dir][data-theme=darkmode] figure {
  margin: 0 0 1rem;
}
html[data-theme=darkmode] img,
html[data-theme=darkmode] svg {
  vertical-align: middle;
}
html[data-theme=darkmode] table {
  caption-side: bottom;
  border-collapse: collapse;
}
html[data-theme=darkmode] caption {
  color: #888;
}
html[dir][data-theme=darkmode] caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html[dir=ltr][data-theme=darkmode] caption {
  text-align: left;
}
html[dir=rtl][data-theme=darkmode] caption {
  text-align: right;
}
html[dir][data-theme=darkmode] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
html[dir][data-theme=darkmode] thead, html[dir][data-theme=darkmode] tbody, html[dir][data-theme=darkmode] tfoot, html[dir][data-theme=darkmode] tr, html[dir][data-theme=darkmode] td, html[dir][data-theme=darkmode] th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
html[data-theme=darkmode] label {
  display: inline-block;
}
html[dir][data-theme=darkmode] button {
  border-radius: 0;
}
html[data-theme=darkmode] button:focus:not(:focus-visible) {
  outline: 0;
}
html[data-theme=darkmode] input,
html[data-theme=darkmode] button,
html[data-theme=darkmode] select,
html[data-theme=darkmode] optgroup,
html[data-theme=darkmode] textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html[dir][data-theme=darkmode] input, html[dir][data-theme=darkmode] button, html[dir][data-theme=darkmode] select, html[dir][data-theme=darkmode] optgroup, html[dir][data-theme=darkmode] textarea {
  margin: 0;
}
html[data-theme=darkmode] button,
html[data-theme=darkmode] select {
  text-transform: none;
}
html[dir][data-theme=darkmode] [role=button] {
  cursor: pointer;
}
html[data-theme=darkmode] select {
  word-wrap: normal;
}
html[data-theme=darkmode] select:disabled {
  opacity: 1;
}
html[data-theme=darkmode] [list]::-webkit-calendar-picker-indicator {
  display: none;
}
html[data-theme=darkmode] button,
html[data-theme=darkmode] [type=button],
html[data-theme=darkmode] [type=reset],
html[data-theme=darkmode] [type=submit] {
  -webkit-appearance: button;
}
html[dir][data-theme=darkmode] button:not(:disabled), html[dir][data-theme=darkmode] [type=button]:not(:disabled), html[dir][data-theme=darkmode] [type=reset]:not(:disabled), html[dir][data-theme=darkmode] [type=submit]:not(:disabled) {
  cursor: pointer;
}
html[dir][data-theme=darkmode] ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html[data-theme=darkmode] textarea {
  resize: vertical;
}
html[data-theme=darkmode] fieldset {
  min-width: 0;
}
html[dir][data-theme=darkmode] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
html[data-theme=darkmode] legend {
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
html[dir][data-theme=darkmode] legend {
  padding: 0;
  margin-bottom: 0.5rem;
}
html[dir=ltr][data-theme=darkmode] legend {
  float: left;
}
html[dir=rtl][data-theme=darkmode] legend {
  float: right;
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] legend {
    font-size: 1.5rem;
  }
}
html[dir=ltr][data-theme=darkmode] legend + * {
  clear: left;
}
html[dir=rtl][data-theme=darkmode] legend + * {
  clear: right;
}
html[dir][data-theme=darkmode] ::-webkit-datetime-edit-fields-wrapper, html[dir][data-theme=darkmode] ::-webkit-datetime-edit-text, html[dir][data-theme=darkmode] ::-webkit-datetime-edit-minute, html[dir][data-theme=darkmode] ::-webkit-datetime-edit-hour-field, html[dir][data-theme=darkmode] ::-webkit-datetime-edit-day-field, html[dir][data-theme=darkmode] ::-webkit-datetime-edit-month-field, html[dir][data-theme=darkmode] ::-webkit-datetime-edit-year-field {
  padding: 0;
}
html[data-theme=darkmode] ::-webkit-inner-spin-button {
  height: auto;
}
html[data-theme=darkmode] [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
html[data-theme=darkmode] ::-webkit-search-decoration {
  -webkit-appearance: none;
}
html[dir][data-theme=darkmode] ::-webkit-color-swatch-wrapper {
  padding: 0;
}
html[data-theme=darkmode] ::file-selector-button {
  font: inherit;
}
html[data-theme=darkmode] ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html[data-theme=darkmode] output {
  display: inline-block;
}
html[dir][data-theme=darkmode] iframe {
  border: 0;
}
html[data-theme=darkmode] summary {
  display: list-item;
}
html[dir][data-theme=darkmode] summary {
  cursor: pointer;
}
html[data-theme=darkmode] progress {
  vertical-align: baseline;
}
html[data-theme=darkmode] [hidden] {
  display: none !important;
}
html[data-theme=darkmode] .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
html[data-theme=darkmode] .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .display-1 {
    font-size: 5rem;
  }
}
html[data-theme=darkmode] .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .display-2 {
    font-size: 4.5rem;
  }
}
html[data-theme=darkmode] .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .display-3 {
    font-size: 4rem;
  }
}
html[data-theme=darkmode] .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .display-4 {
    font-size: 3.5rem;
  }
}
html[data-theme=darkmode] .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .display-5 {
    font-size: 3rem;
  }
}
html[data-theme=darkmode] .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .display-6 {
    font-size: 2.5rem;
  }
}
html[data-theme=darkmode] .list-unstyled {
  list-style: none;
}
html[dir=ltr][data-theme=darkmode] .list-unstyled {
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .list-unstyled {
  padding-right: 0;
}
html[data-theme=darkmode] .list-inline {
  list-style: none;
}
html[dir=ltr][data-theme=darkmode] .list-inline {
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .list-inline {
  padding-right: 0;
}
html[data-theme=darkmode] .list-inline-item {
  display: inline-block;
}
html[dir=ltr][data-theme=darkmode] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
html[dir=rtl][data-theme=darkmode] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}
html[data-theme=darkmode] .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
html[data-theme=darkmode] .blockquote {
  font-size: 1.25rem;
}
html[dir][data-theme=darkmode] .blockquote {
  margin-bottom: 1rem;
}
html[dir][data-theme=darkmode] .blockquote > :last-child {
  margin-bottom: 0;
}
html[data-theme=darkmode] .blockquote-footer {
  font-size: 0.875em;
  color: #888;
}
html[dir][data-theme=darkmode] .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
html[data-theme=darkmode] .blockquote-footer::before {
  content: "— ";
}
html[data-theme=darkmode] .img-fluid {
  max-width: 100%;
  height: auto;
}
html[data-theme=darkmode] .img-thumbnail {
  max-width: 100%;
  height: auto;
}
html[dir][data-theme=darkmode] .img-thumbnail {
  padding: 0.25rem;
  background-color: rgb(24, 26, 27);
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .figure {
  display: inline-block;
}
html[data-theme=darkmode] .figure-img {
  line-height: 1;
}
html[dir][data-theme=darkmode] .figure-img {
  margin-bottom: 0.5rem;
}
html[data-theme=darkmode] .figure-caption {
  font-size: 0.875em;
  color: #888;
}
html[data-theme=darkmode] .container,
html[data-theme=darkmode] .container-fluid,
html[data-theme=darkmode] .container-xxl,
html[data-theme=darkmode] .container-xl,
html[data-theme=darkmode] .container-lg,
html[data-theme=darkmode] .container-md,
html[data-theme=darkmode] .container-sm {
  width: 100%;
}
html[dir=ltr][data-theme=darkmode] .container, html[dir=ltr][data-theme=darkmode] .container-fluid, html[dir=ltr][data-theme=darkmode] .container-xxl, html[dir=ltr][data-theme=darkmode] .container-xl, html[dir=ltr][data-theme=darkmode] .container-lg, html[dir=ltr][data-theme=darkmode] .container-md, html[dir=ltr][data-theme=darkmode] .container-sm {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
html[dir=rtl][data-theme=darkmode] .container, html[dir=rtl][data-theme=darkmode] .container-fluid, html[dir=rtl][data-theme=darkmode] .container-xxl, html[dir=rtl][data-theme=darkmode] .container-xl, html[dir=rtl][data-theme=darkmode] .container-lg, html[dir=rtl][data-theme=darkmode] .container-md, html[dir=rtl][data-theme=darkmode] .container-sm {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .container-sm, html[data-theme=darkmode] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html[data-theme=darkmode] .container-md, html[data-theme=darkmode] .container-sm, html[data-theme=darkmode] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .container-lg, html[data-theme=darkmode] .container-md, html[data-theme=darkmode] .container-sm, html[data-theme=darkmode] .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .container-xl, html[data-theme=darkmode] .container-lg, html[data-theme=darkmode] .container-md, html[data-theme=darkmode] .container-sm, html[data-theme=darkmode] .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  html[data-theme=darkmode] .container-xxl, html[data-theme=darkmode] .container-xl, html[data-theme=darkmode] .container-lg, html[data-theme=darkmode] .container-md, html[data-theme=darkmode] .container-sm, html[data-theme=darkmode] .container {
    max-width: 1320px;
  }
}
html[data-theme=darkmode] .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
html[dir][data-theme=darkmode] .row {
  margin-top: calc(-1 * var(--bs-gutter-y));
}
html[dir=ltr][data-theme=darkmode] .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
html[dir=rtl][data-theme=darkmode] .row {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
html[data-theme=darkmode] .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
html[dir][data-theme=darkmode] .row > * {
  margin-top: var(--bs-gutter-y);
}
html[dir=ltr][data-theme=darkmode] .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
html[dir=rtl][data-theme=darkmode] .row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
html[data-theme=darkmode] .col {
  flex: 1 0 0%;
}
html[data-theme=darkmode] .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
html[data-theme=darkmode] .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
html[data-theme=darkmode] .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
html[data-theme=darkmode] .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
html[data-theme=darkmode] .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
html[data-theme=darkmode] .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
html[data-theme=darkmode] .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
html[data-theme=darkmode] .col-auto {
  flex: 0 0 auto;
  width: auto;
}
html[data-theme=darkmode] .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
html[data-theme=darkmode] .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
html[data-theme=darkmode] .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
html[data-theme=darkmode] .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
html[data-theme=darkmode] .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
html[data-theme=darkmode] .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
html[data-theme=darkmode] .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
html[data-theme=darkmode] .col-8, html[data-theme=darkmode] .col-xsmall {
  flex: 0 0 auto;
  width: 66.66666667%;
}
html[data-theme=darkmode] .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
html[data-theme=darkmode] .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
html[data-theme=darkmode] .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
html[data-theme=darkmode] .col-12, html[data-theme=darkmode] .col-xlarge, html[data-theme=darkmode] .col-large, html[data-theme=darkmode] .col-medium, html[data-theme=darkmode] .col-small {
  flex: 0 0 auto;
  width: 100%;
}
html[dir=ltr][data-theme=darkmode] .offset-1 {
  margin-left: 8.33333333%;
}
html[dir=rtl][data-theme=darkmode] .offset-1 {
  margin-right: 8.33333333%;
}
html[dir=ltr][data-theme=darkmode] .offset-2 {
  margin-left: 16.66666667%;
}
html[dir=rtl][data-theme=darkmode] .offset-2 {
  margin-right: 16.66666667%;
}
html[dir=ltr][data-theme=darkmode] .offset-3 {
  margin-left: 25%;
}
html[dir=rtl][data-theme=darkmode] .offset-3 {
  margin-right: 25%;
}
html[dir=ltr][data-theme=darkmode] .offset-4 {
  margin-left: 33.33333333%;
}
html[dir=rtl][data-theme=darkmode] .offset-4 {
  margin-right: 33.33333333%;
}
html[dir=ltr][data-theme=darkmode] .offset-5 {
  margin-left: 41.66666667%;
}
html[dir=rtl][data-theme=darkmode] .offset-5 {
  margin-right: 41.66666667%;
}
html[dir=ltr][data-theme=darkmode] .offset-6 {
  margin-left: 50%;
}
html[dir=rtl][data-theme=darkmode] .offset-6 {
  margin-right: 50%;
}
html[dir=ltr][data-theme=darkmode] .offset-7 {
  margin-left: 58.33333333%;
}
html[dir=rtl][data-theme=darkmode] .offset-7 {
  margin-right: 58.33333333%;
}
html[dir=ltr][data-theme=darkmode] .offset-8 {
  margin-left: 66.66666667%;
}
html[dir=rtl][data-theme=darkmode] .offset-8 {
  margin-right: 66.66666667%;
}
html[dir=ltr][data-theme=darkmode] .offset-9 {
  margin-left: 75%;
}
html[dir=rtl][data-theme=darkmode] .offset-9 {
  margin-right: 75%;
}
html[dir=ltr][data-theme=darkmode] .offset-10 {
  margin-left: 83.33333333%;
}
html[dir=rtl][data-theme=darkmode] .offset-10 {
  margin-right: 83.33333333%;
}
html[dir=ltr][data-theme=darkmode] .offset-11 {
  margin-left: 91.66666667%;
}
html[dir=rtl][data-theme=darkmode] .offset-11 {
  margin-right: 91.66666667%;
}
html[data-theme=darkmode] .g-0,
html[data-theme=darkmode] .gx-0 {
  --bs-gutter-x: 0;
}
html[data-theme=darkmode] .g-0,
html[data-theme=darkmode] .gy-0 {
  --bs-gutter-y: 0;
}
html[data-theme=darkmode] .g-1,
html[data-theme=darkmode] .gx-1 {
  --bs-gutter-x: 0.25rem;
}
html[data-theme=darkmode] .g-1,
html[data-theme=darkmode] .gy-1 {
  --bs-gutter-y: 0.25rem;
}
html[data-theme=darkmode] .g-2,
html[data-theme=darkmode] .gx-2 {
  --bs-gutter-x: 0.5rem;
}
html[data-theme=darkmode] .g-2,
html[data-theme=darkmode] .gy-2 {
  --bs-gutter-y: 0.5rem;
}
html[data-theme=darkmode] .g-3,
html[data-theme=darkmode] .gx-3 {
  --bs-gutter-x: 1rem;
}
html[data-theme=darkmode] .g-3,
html[data-theme=darkmode] .gy-3 {
  --bs-gutter-y: 1rem;
}
html[data-theme=darkmode] .g-4,
html[data-theme=darkmode] .gx-4 {
  --bs-gutter-x: 1.5rem;
}
html[data-theme=darkmode] .g-4,
html[data-theme=darkmode] .gy-4 {
  --bs-gutter-y: 1.5rem;
}
html[data-theme=darkmode] .g-5,
html[data-theme=darkmode] .gx-5 {
  --bs-gutter-x: 3rem;
}
html[data-theme=darkmode] .g-5,
html[data-theme=darkmode] .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .col-sm {
    flex: 1 0 0%;
  }
  html[data-theme=darkmode] .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=darkmode] .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=darkmode] .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=darkmode] .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=darkmode] .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=darkmode] .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=darkmode] .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .col-sm-4, html[data-theme=darkmode] .col-xsmall {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=darkmode] .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=darkmode] .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=darkmode] .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=darkmode] .col-sm-9, html[data-theme=darkmode] .col-small {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=darkmode] .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=darkmode] .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=darkmode] .col-sm-12, html[data-theme=darkmode] .col-xlarge, html[data-theme=darkmode] .col-large, html[data-theme=darkmode] .col-medium {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-sm-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=darkmode] .g-sm-0,
  html[data-theme=darkmode] .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=darkmode] .g-sm-0,
  html[data-theme=darkmode] .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=darkmode] .g-sm-1,
  html[data-theme=darkmode] .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=darkmode] .g-sm-1,
  html[data-theme=darkmode] .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=darkmode] .g-sm-2,
  html[data-theme=darkmode] .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=darkmode] .g-sm-2,
  html[data-theme=darkmode] .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=darkmode] .g-sm-3,
  html[data-theme=darkmode] .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=darkmode] .g-sm-3,
  html[data-theme=darkmode] .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=darkmode] .g-sm-4,
  html[data-theme=darkmode] .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=darkmode] .g-sm-4,
  html[data-theme=darkmode] .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=darkmode] .g-sm-5,
  html[data-theme=darkmode] .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=darkmode] .g-sm-5,
  html[data-theme=darkmode] .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  html[data-theme=darkmode] .col-md {
    flex: 1 0 0%;
  }
  html[data-theme=darkmode] .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=darkmode] .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=darkmode] .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=darkmode] .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=darkmode] .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=darkmode] .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=darkmode] .col-md-3, html[data-theme=darkmode] .col-xsmall {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=darkmode] .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=darkmode] .col-md-6, html[data-theme=darkmode] .col-small {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=darkmode] .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=darkmode] .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=darkmode] .col-md-10, html[data-theme=darkmode] .col-medium {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=darkmode] .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=darkmode] .col-md-12, html[data-theme=darkmode] .col-xlarge, html[data-theme=darkmode] .col-large {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-md-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-md-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=darkmode] .g-md-0,
  html[data-theme=darkmode] .gx-md-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=darkmode] .g-md-0,
  html[data-theme=darkmode] .gy-md-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=darkmode] .g-md-1,
  html[data-theme=darkmode] .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=darkmode] .g-md-1,
  html[data-theme=darkmode] .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=darkmode] .g-md-2,
  html[data-theme=darkmode] .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=darkmode] .g-md-2,
  html[data-theme=darkmode] .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=darkmode] .g-md-3,
  html[data-theme=darkmode] .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=darkmode] .g-md-3,
  html[data-theme=darkmode] .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=darkmode] .g-md-4,
  html[data-theme=darkmode] .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=darkmode] .g-md-4,
  html[data-theme=darkmode] .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=darkmode] .g-md-5,
  html[data-theme=darkmode] .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=darkmode] .g-md-5,
  html[data-theme=darkmode] .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .col-lg {
    flex: 1 0 0%;
  }
  html[data-theme=darkmode] .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=darkmode] .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=darkmode] .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=darkmode] .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=darkmode] .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=darkmode] .col-lg-2, html[data-theme=darkmode] .col-xsmall {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=darkmode] .col-lg-3, html[data-theme=darkmode] .col-small {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=darkmode] .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=darkmode] .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=darkmode] .col-lg-8, html[data-theme=darkmode] .col-medium {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=darkmode] .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=darkmode] .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=darkmode] .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=darkmode] .col-lg-12, html[data-theme=darkmode] .col-xlarge, html[data-theme=darkmode] .col-large {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-lg-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=darkmode] .g-lg-0,
  html[data-theme=darkmode] .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=darkmode] .g-lg-0,
  html[data-theme=darkmode] .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=darkmode] .g-lg-1,
  html[data-theme=darkmode] .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=darkmode] .g-lg-1,
  html[data-theme=darkmode] .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=darkmode] .g-lg-2,
  html[data-theme=darkmode] .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=darkmode] .g-lg-2,
  html[data-theme=darkmode] .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=darkmode] .g-lg-3,
  html[data-theme=darkmode] .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=darkmode] .g-lg-3,
  html[data-theme=darkmode] .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=darkmode] .g-lg-4,
  html[data-theme=darkmode] .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=darkmode] .g-lg-4,
  html[data-theme=darkmode] .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=darkmode] .g-lg-5,
  html[data-theme=darkmode] .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=darkmode] .g-lg-5,
  html[data-theme=darkmode] .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .col-xl {
    flex: 1 0 0%;
  }
  html[data-theme=darkmode] .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=darkmode] .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=darkmode] .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=darkmode] .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=darkmode] .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .col-xl-1, html[data-theme=darkmode] .col-xsmall {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=darkmode] .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=darkmode] .col-xl-3, html[data-theme=darkmode] .col-small {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=darkmode] .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=darkmode] .col-xl-6, html[data-theme=darkmode] .col-medium {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=darkmode] .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=darkmode] .col-xl-9, html[data-theme=darkmode] .col-large {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=darkmode] .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=darkmode] .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=darkmode] .col-xl-12, html[data-theme=darkmode] .col-xlarge {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xl-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=darkmode] .g-xl-0,
  html[data-theme=darkmode] .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=darkmode] .g-xl-0,
  html[data-theme=darkmode] .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=darkmode] .g-xl-1,
  html[data-theme=darkmode] .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=darkmode] .g-xl-1,
  html[data-theme=darkmode] .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=darkmode] .g-xl-2,
  html[data-theme=darkmode] .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=darkmode] .g-xl-2,
  html[data-theme=darkmode] .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=darkmode] .g-xl-3,
  html[data-theme=darkmode] .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=darkmode] .g-xl-3,
  html[data-theme=darkmode] .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=darkmode] .g-xl-4,
  html[data-theme=darkmode] .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=darkmode] .g-xl-4,
  html[data-theme=darkmode] .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=darkmode] .g-xl-5,
  html[data-theme=darkmode] .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=darkmode] .g-xl-5,
  html[data-theme=darkmode] .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  html[data-theme=darkmode] .col-xxl {
    flex: 1 0 0%;
  }
  html[data-theme=darkmode] .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html[data-theme=darkmode] .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html[data-theme=darkmode] .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html[data-theme=darkmode] .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  html[data-theme=darkmode] .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html[data-theme=darkmode] .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html[data-theme=darkmode] .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html[data-theme=darkmode] .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html[data-theme=darkmode] .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html[data-theme=darkmode] .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html[data-theme=darkmode] .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html[data-theme=darkmode] .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html[data-theme=darkmode] .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html[data-theme=darkmode] .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html[data-theme=darkmode] .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html[data-theme=darkmode] .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html[data-theme=darkmode] .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-0 {
    margin-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-0 {
    margin-right: 0;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-1 {
    margin-right: 8.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-2 {
    margin-right: 16.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-3 {
    margin-left: 25%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-3 {
    margin-right: 25%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-4 {
    margin-right: 33.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-5 {
    margin-right: 41.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-6 {
    margin-left: 50%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-6 {
    margin-right: 50%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-7 {
    margin-right: 58.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-8 {
    margin-right: 66.66666667%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-9 {
    margin-left: 75%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-9 {
    margin-right: 75%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-10 {
    margin-right: 83.33333333%;
  }
  html[dir=ltr][data-theme=darkmode] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  html[dir=rtl][data-theme=darkmode] .offset-xxl-11 {
    margin-right: 91.66666667%;
  }
  html[data-theme=darkmode] .g-xxl-0,
  html[data-theme=darkmode] .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  html[data-theme=darkmode] .g-xxl-0,
  html[data-theme=darkmode] .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  html[data-theme=darkmode] .g-xxl-1,
  html[data-theme=darkmode] .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html[data-theme=darkmode] .g-xxl-1,
  html[data-theme=darkmode] .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html[data-theme=darkmode] .g-xxl-2,
  html[data-theme=darkmode] .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html[data-theme=darkmode] .g-xxl-2,
  html[data-theme=darkmode] .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html[data-theme=darkmode] .g-xxl-3,
  html[data-theme=darkmode] .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  html[data-theme=darkmode] .g-xxl-3,
  html[data-theme=darkmode] .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  html[data-theme=darkmode] .g-xxl-4,
  html[data-theme=darkmode] .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html[data-theme=darkmode] .g-xxl-4,
  html[data-theme=darkmode] .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html[data-theme=darkmode] .g-xxl-5,
  html[data-theme=darkmode] .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  html[data-theme=darkmode] .g-xxl-5,
  html[data-theme=darkmode] .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
html[data-theme=darkmode] .table {
  --bs-table-bg: rgb(24, 26, 27);
  --bs-table-accent-bg: rgba(255, 255, 255, 0.05);
  --bs-table-striped-color: #fff;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #fff;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #fff;
  --bs-table-hover-bg: rgba(255, 255, 255, 0.075);
  width: 100%;
  color: #fff;
  vertical-align: top;
}
html[dir][data-theme=darkmode] .table {
  margin-bottom: 1rem;
  border-color: #2a2e2f;
}
html[dir][data-theme=darkmode] .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
html[data-theme=darkmode] .table > tbody {
  vertical-align: inherit;
}
html[data-theme=darkmode] .table > thead {
  vertical-align: bottom;
}
html[dir][data-theme=darkmode] .table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
html[data-theme=darkmode] .caption-top {
  caption-side: top;
}
html[dir][data-theme=darkmode] .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
html[dir][data-theme=darkmode] .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
html[dir][data-theme=darkmode] .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
html[dir][data-theme=darkmode] .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
html[dir][data-theme=darkmode] .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
html[data-theme=darkmode] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
html[data-theme=darkmode] .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
html[data-theme=darkmode] .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
html[data-theme=darkmode] .table-primary {
  --bs-table-bg: #cce5ff;
  --bs-table-striped-bg: #c2daf2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cee6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd4ec;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=darkmode] .table-primary {
  border-color: #b8cee6;
}
html[data-theme=darkmode] .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=darkmode] .table-secondary {
  border-color: #cbccce;
}
html[data-theme=darkmode] .table-success {
  --bs-table-bg: #d4edda;
  --bs-table-striped-bg: #c9e1cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfd5c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dbca;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=darkmode] .table-success {
  border-color: #bfd5c4;
}
html[data-theme=darkmode] .table-info {
  --bs-table-bg: #d6eaf8;
  --bs-table-striped-bg: #cbdeec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1d3df;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6d8e5;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=darkmode] .table-info {
  border-color: #c1d3df;
}
html[data-theme=darkmode] .table-warning {
  --bs-table-bg: #fdebd0;
  --bs-table-striped-bg: #f0dfc6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4d4bb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ead9c0;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=darkmode] .table-warning {
  border-color: #e4d4bb;
}
html[data-theme=darkmode] .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=darkmode] .table-danger {
  border-color: #dfc2c4;
}
html[data-theme=darkmode] .table-light {
  --bs-table-bg: #dee2e6;
  --bs-table-striped-bg: #d3d7db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8cbcf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cdd1d5;
  --bs-table-hover-color: #000;
  color: #000;
}
html[dir][data-theme=darkmode] .table-light {
  border-color: #c8cbcf;
}
html[data-theme=darkmode] .table-dark {
  --bs-table-bg: rgb(24, 26, 27);
  --bs-table-striped-bg: #242526;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2f3132;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #292b2c;
  --bs-table-hover-color: #fff;
  color: #fff;
}
html[dir][data-theme=darkmode] .table-dark {
  border-color: #2f3132;
}
html[data-theme=darkmode] .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  html[data-theme=darkmode] .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  html[data-theme=darkmode] .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  html[data-theme=darkmode] .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  html[data-theme=darkmode] .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  html[data-theme=darkmode] .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
html[dir][data-theme=darkmode] .form-label {
  margin-bottom: 0.5rem;
}
html[data-theme=darkmode] .col-form-label {
  font-size: inherit;
  line-height: 1.5;
}
html[dir][data-theme=darkmode] .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}
html[data-theme=darkmode] .col-form-label-lg {
  font-size: 1.25rem;
}
html[dir][data-theme=darkmode] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}
html[data-theme=darkmode] .col-form-label-sm {
  font-size: 0.875rem;
}
html[dir][data-theme=darkmode] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}
html[data-theme=darkmode] .form-text {
  font-size: 0.875em;
  color: #888;
}
html[dir][data-theme=darkmode] .form-text {
  margin-top: 0.25rem;
}
html[data-theme=darkmode] .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .form-control {
  padding: 0.375rem 0.75rem;
  background-color: rgb(24, 26, 27);
  background-clip: padding-box;
  border: 1px solid rgb(60, 65, 68);
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-control {
    transition: none;
  }
}
html[data-theme=darkmode] .form-control[type=file] {
  overflow: hidden;
}
html[dir][data-theme=darkmode] .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
html[data-theme=darkmode] .form-control:focus {
  color: #ced4da;
  outline: 0;
}
html[dir][data-theme=darkmode] .form-control:focus {
  background-color: rgb(24, 26, 27);
  border-color: #80bdff;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[data-theme=darkmode] .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
html[data-theme=darkmode] .form-control::placeholder {
  color: #888;
  opacity: 1;
}
html[data-theme=darkmode] .form-control:disabled, html[data-theme=darkmode] .form-control[readonly] {
  opacity: 1;
}
html[dir][data-theme=darkmode] .form-control:disabled, html[dir][data-theme=darkmode] .form-control[readonly] {
  background-color: rgb(35, 38, 40);
}
html[data-theme=darkmode] .form-control::file-selector-button {
  margin-inline-end: 0.75rem;
  color: #ced4da;
  pointer-events: none;
  border-inline-end-width: 1px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  background-color: rgba(140, 130, 115, 0.13);
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-control::file-selector-button {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgba(80, 74, 65, 0.1735);
}
html[data-theme=darkmode] .form-control::-webkit-file-upload-button {
  margin-inline-end: 0.75rem;
  color: #ced4da;
  pointer-events: none;
  border-inline-end-width: 1px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  background-color: rgba(140, 130, 115, 0.13);
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgba(80, 74, 65, 0.1735);
}
html[data-theme=darkmode] .form-control-plaintext {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #fff;
}
html[dir][data-theme=darkmode] .form-control-plaintext {
  padding: 0.375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
html[dir=ltr][data-theme=darkmode] .form-control-plaintext.form-control-sm, html[dir=ltr][data-theme=darkmode] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .form-control-plaintext.form-control-sm, html[dir=rtl][data-theme=darkmode] .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}
html[data-theme=darkmode] .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}
html[dir][data-theme=darkmode] .form-control-sm {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
html[data-theme=darkmode] .form-control-sm::file-selector-button {
  margin-inline-end: 0.5rem;
}
html[dir][data-theme=darkmode] .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
}
html[data-theme=darkmode] .form-control-sm::-webkit-file-upload-button {
  margin-inline-end: 0.5rem;
}
html[dir][data-theme=darkmode] .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
}
html[data-theme=darkmode] .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}
html[dir][data-theme=darkmode] .form-control-lg {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
html[data-theme=darkmode] .form-control-lg::file-selector-button {
  margin-inline-end: 1rem;
}
html[dir][data-theme=darkmode] .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
}
html[data-theme=darkmode] .form-control-lg::-webkit-file-upload-button {
  margin-inline-end: 1rem;
}
html[dir][data-theme=darkmode] .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
}
html[data-theme=darkmode] textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
html[data-theme=darkmode] textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
html[data-theme=darkmode] textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
html[data-theme=darkmode] .form-control-color {
  width: 3rem;
  height: auto;
}
html[dir][data-theme=darkmode] .form-control-color {
  padding: 0.375rem;
}
html[dir][data-theme=darkmode] .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
html[data-theme=darkmode] .form-control-color::-moz-color-swatch {
  height: 1.5em;
}
html[dir][data-theme=darkmode] .form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .form-control-color::-webkit-color-swatch {
  height: 1.5em;
}
html[dir][data-theme=darkmode] .form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .form-select {
  display: block;
  width: 100%;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
html[dir][data-theme=darkmode] .form-select {
  background-color: rgb(24, 26, 27);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%2824, 26, 27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid rgb(60, 65, 68);
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .form-select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-position: right 0.75rem center;
}
html[dir=rtl][data-theme=darkmode] .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-select {
    transition: none;
  }
}
html[data-theme=darkmode] .form-select:focus {
  outline: 0;
}
html[dir][data-theme=darkmode] .form-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[dir][data-theme=darkmode] .form-select[multiple], html[dir][data-theme=darkmode] .form-select[size]:not([size="1"]) {
  background-image: none;
}
html[dir=ltr][data-theme=darkmode] .form-select[multiple], html[dir=ltr][data-theme=darkmode] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}
html[dir=rtl][data-theme=darkmode] .form-select[multiple], html[dir=rtl][data-theme=darkmode] .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}
html[dir][data-theme=darkmode] .form-select:disabled {
  background-color: #ebebeb;
}
html[data-theme=darkmode] .form-select:-moz-focusring {
  color: transparent;
}
html[dir][data-theme=darkmode] .form-select:-moz-focusring {
  text-shadow: 0 0 0 #ced4da;
}
html[data-theme=darkmode] .form-select-sm {
  font-size: 0.875rem;
}
html[dir][data-theme=darkmode] .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.2rem;
}
html[dir=ltr][data-theme=darkmode] .form-select-sm {
  padding-left: 0.5rem;
}
html[dir=rtl][data-theme=darkmode] .form-select-sm {
  padding-right: 0.5rem;
}
html[data-theme=darkmode] .form-select-lg {
  font-size: 1.25rem;
}
html[dir][data-theme=darkmode] .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.3rem;
}
html[dir=ltr][data-theme=darkmode] .form-select-lg {
  padding-left: 1rem;
}
html[dir=rtl][data-theme=darkmode] .form-select-lg {
  padding-right: 1rem;
}
html[data-theme=darkmode] .form-check {
  display: block;
  min-height: 1.5rem;
}
html[dir][data-theme=darkmode] .form-check {
  margin-bottom: 0.125rem;
}
html[dir=ltr][data-theme=darkmode] .form-check {
  padding-left: 1.5em;
}
html[dir=rtl][data-theme=darkmode] .form-check {
  padding-right: 1.5em;
}
html[dir=ltr][data-theme=darkmode] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
html[dir=rtl][data-theme=darkmode] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
html[data-theme=darkmode] .form-check-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  appearance: none;
  color-adjust: exact;
}
html[dir][data-theme=darkmode] .form-check-input {
  margin-top: 0.25em;
  background-color: #181a1b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #3c4144;
}
html[dir][data-theme=darkmode] .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
html[dir][data-theme=darkmode] .form-check-input[type=radio] {
  border-radius: 50%;
}
html[data-theme=darkmode] .form-check-input:active {
  filter: brightness(90%);
}
html[data-theme=darkmode] .form-check-input:focus {
  outline: 0;
}
html[dir][data-theme=darkmode] .form-check-input:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[dir][data-theme=darkmode] .form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
html[dir][data-theme=darkmode] .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
html[dir][data-theme=darkmode] .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
html[dir][data-theme=darkmode] .form-check-input[type=checkbox]:indeterminate {
  background-color: #007bff;
  border-color: #007bff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
html[data-theme=darkmode] .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
html[data-theme=darkmode] .form-check-input[disabled] ~ .form-check-label, html[data-theme=darkmode] .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
html[dir=ltr][data-theme=darkmode] .form-switch {
  padding-left: 2.5em;
}
html[dir=rtl][data-theme=darkmode] .form-switch {
  padding-right: 2.5em;
}
html[data-theme=darkmode] .form-switch .form-check-input {
  width: 2em;
  transition: background-position 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  border-radius: 2em;
}
html[dir=ltr][data-theme=darkmode] .form-switch .form-check-input {
  margin-left: -2.5em;
  background-position: left center;
}
html[dir=rtl][data-theme=darkmode] .form-switch .form-check-input {
  margin-right: -2.5em;
  background-position: right center;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-switch .form-check-input {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e");
}
html[dir][data-theme=darkmode] .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
html[dir=ltr][data-theme=darkmode] .form-switch .form-check-input:checked {
  background-position: right center;
}
html[dir=rtl][data-theme=darkmode] .form-switch .form-check-input:checked {
  background-position: left center;
}
html[data-theme=darkmode] .form-check-inline {
  display: inline-block;
}
html[dir=ltr][data-theme=darkmode] .form-check-inline {
  margin-right: 1rem;
}
html[dir=rtl][data-theme=darkmode] .form-check-inline {
  margin-left: 1rem;
}
html[data-theme=darkmode] .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html[data-theme=darkmode] .btn-check[disabled] + .btn, html[data-theme=darkmode] .btn-check[disabled] + .button, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-check[disabled] + .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-check[disabled] + .close, html[data-theme=darkmode] .btn-check:disabled + .btn, html[data-theme=darkmode] .btn-check:disabled + .button, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-check:disabled + .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-check:disabled + .close {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
html[data-theme=darkmode] .form-range {
  width: 100%;
  height: 1.5rem;
  appearance: none;
}
html[dir][data-theme=darkmode] .form-range {
  padding: 0;
  background-color: transparent;
}
html[data-theme=darkmode] .form-range:focus {
  outline: 0;
}
html[dir][data-theme=darkmode] .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgb(24, 26, 27), 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[dir][data-theme=darkmode] .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgb(24, 26, 27), 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[dir][data-theme=darkmode] .form-range::-moz-focus-outer {
  border: 0;
}
html[data-theme=darkmode] .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
html[dir][data-theme=darkmode] .form-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .form-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
html[data-theme=darkmode] .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
html[dir][data-theme=darkmode] .form-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html[data-theme=darkmode] .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
html[dir][data-theme=darkmode] .form-range::-moz-range-thumb {
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-range::-moz-range-thumb {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .form-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
html[data-theme=darkmode] .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}
html[dir][data-theme=darkmode] .form-range::-moz-range-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
html[data-theme=darkmode] .form-range:disabled {
  pointer-events: none;
}
html[dir][data-theme=darkmode] .form-range:disabled::-webkit-slider-thumb {
  background-color: rgb(42, 45, 47);
}
html[dir][data-theme=darkmode] .form-range:disabled::-moz-range-thumb {
  background-color: rgb(42, 45, 47);
}
html[data-theme=darkmode] .form-floating {
  position: relative;
}
html[data-theme=darkmode] .form-floating > .form-control,
html[data-theme=darkmode] .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
html[data-theme=darkmode] .form-floating > label {
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
html[dir][data-theme=darkmode] .form-floating > label {
  padding: 1rem 0.75rem;
  border: 1px solid transparent;
}
html[dir=ltr][data-theme=darkmode] .form-floating > label {
  left: 0;
  transform-origin: 0 0;
}
html[dir=rtl][data-theme=darkmode] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .form-floating > label {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .form-floating > .form-control {
  padding: 1rem 0.75rem;
}
html[data-theme=darkmode] .form-floating > .form-control::placeholder {
  color: transparent;
}
html[dir][data-theme=darkmode] .form-floating > .form-control:focus, html[dir][data-theme=darkmode] .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html[dir][data-theme=darkmode] .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html[dir][data-theme=darkmode] .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html[data-theme=darkmode] .form-floating > .form-control:focus ~ label,
html[data-theme=darkmode] .form-floating > .form-control:not(:placeholder-shown) ~ label,
html[data-theme=darkmode] .form-floating > .form-select ~ label {
  opacity: 0.65;
}
html[dir=ltr][data-theme=darkmode] .form-floating > .form-control:focus ~ label, html[dir=ltr][data-theme=darkmode] .form-floating > .form-control:not(:placeholder-shown) ~ label, html[dir=ltr][data-theme=darkmode] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
html[dir=rtl][data-theme=darkmode] .form-floating > .form-control:focus ~ label, html[dir=rtl][data-theme=darkmode] .form-floating > .form-control:not(:placeholder-shown) ~ label, html[dir=rtl][data-theme=darkmode] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
html[data-theme=darkmode] .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
}
html[dir=ltr][data-theme=darkmode] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
html[dir=rtl][data-theme=darkmode] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
html[data-theme=darkmode] .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
html[data-theme=darkmode] .input-group > .form-control,
html[data-theme=darkmode] .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
html[data-theme=darkmode] .input-group > .form-control:focus,
html[data-theme=darkmode] .input-group > .form-select:focus {
  z-index: 3;
}
html[data-theme=darkmode] .input-group .btn, html[data-theme=darkmode] .input-group .button, html[data-theme=darkmode] .input-group .bootstrap-select .popover-header .close, html[data-theme=darkmode] .bootstrap-select .popover-header .input-group .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .input-group .close {
  position: relative;
  z-index: 2;
}
html[data-theme=darkmode] .input-group .btn:focus, html[data-theme=darkmode] .input-group .button:focus, html[data-theme=darkmode] .input-group .bootstrap-select .popover-header .close:focus, html[data-theme=darkmode] .bootstrap-select .popover-header .input-group .close:focus, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .input-group .close:focus {
  z-index: 3;
}
html[data-theme=darkmode] .input-group-text {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ced4da;
  white-space: nowrap;
}
html[dir][data-theme=darkmode] .input-group-text {
  padding: 0.375rem 0.75rem;
  text-align: center;
  background-color: rgba(140, 130, 115, 0.13);
  border: 1px solid rgb(60, 65, 68);
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .input-group-lg > .form-control,
html[data-theme=darkmode] .input-group-lg > .form-select,
html[data-theme=darkmode] .input-group-lg > .input-group-text,
html[data-theme=darkmode] .input-group-lg > .btn,
html[data-theme=darkmode] .input-group-lg > .button,
html[data-theme=darkmode] .bootstrap-select .popover-header .input-group-lg > .close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .input-group-lg > .close {
  font-size: 1.25rem;
}
html[dir][data-theme=darkmode] .input-group-lg > .form-control, html[dir][data-theme=darkmode] .input-group-lg > .form-select, html[dir][data-theme=darkmode] .input-group-lg > .input-group-text, html[dir][data-theme=darkmode] .input-group-lg > .btn, html[dir][data-theme=darkmode] .input-group-lg > .button, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .input-group-lg > .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .input-group-lg > .close {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
html[data-theme=darkmode] .input-group-sm > .form-control,
html[data-theme=darkmode] .input-group-sm > .form-select,
html[data-theme=darkmode] .input-group-sm > .input-group-text,
html[data-theme=darkmode] .input-group-sm > .btn,
html[data-theme=darkmode] .input-group-sm > .button,
html[data-theme=darkmode] .bootstrap-select .popover-header .input-group-sm > .close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .input-group-sm > .close {
  font-size: 0.875rem;
}
html[dir][data-theme=darkmode] .input-group-sm > .form-control, html[dir][data-theme=darkmode] .input-group-sm > .form-select, html[dir][data-theme=darkmode] .input-group-sm > .input-group-text, html[dir][data-theme=darkmode] .input-group-sm > .btn, html[dir][data-theme=darkmode] .input-group-sm > .button, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .input-group-sm > .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .input-group-sm > .close {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
html[dir=ltr][data-theme=darkmode] .input-group-lg > .form-select, html[dir=ltr][data-theme=darkmode] .input-group-sm > .form-select {
  padding-right: 3rem;
}
html[dir=rtl][data-theme=darkmode] .input-group-lg > .form-select, html[dir=rtl][data-theme=darkmode] .input-group-sm > .form-select {
  padding-left: 3rem;
}
html[dir=ltr][data-theme=darkmode] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), html[dir=ltr][data-theme=darkmode] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), html[dir=rtl][data-theme=darkmode] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), html[dir=ltr][data-theme=darkmode] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), html[dir=rtl][data-theme=darkmode] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[data-theme=darkmode] .valid-feedback {
  display: none;
  width: 100%;
  font-size: 0.875em;
  color: #28a745;
}
html[dir][data-theme=darkmode] .valid-feedback {
  margin-top: 0.25rem;
}
html[data-theme=darkmode] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #000;
}
html[dir][data-theme=darkmode] .valid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated html[data-theme=darkmode]:valid ~ .valid-feedback,
.was-validated html[data-theme=darkmode]:valid ~ .valid-tooltip, html[data-theme=darkmode].is-valid ~ .valid-feedback,
html[data-theme=darkmode].is-valid ~ .valid-tooltip {
  display: block;
}
[dir] .was-validated html[data-theme=darkmode] .form-control:valid, html[dir][data-theme=darkmode] .form-control.is-valid {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=darkmode] .form-control:valid, html[dir=ltr][data-theme=darkmode] .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}
[dir=rtl] .was-validated html[data-theme=darkmode] .form-control:valid, html[dir=rtl][data-theme=darkmode] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated html[data-theme=darkmode] .form-control:valid:focus, html[dir][data-theme=darkmode] .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}
[dir=ltr] .was-validated html[data-theme=darkmode] textarea.form-control:valid, html[dir=ltr][data-theme=darkmode] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
[dir=rtl] .was-validated html[data-theme=darkmode] textarea.form-control:valid, html[dir=rtl][data-theme=darkmode] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
[dir] .was-validated html[data-theme=darkmode] .form-select:valid, html[dir][data-theme=darkmode] .form-select.is-valid {
  border-color: #28a745;
}
[dir] .was-validated html[data-theme=darkmode] .form-select:valid:not([multiple]):not([size]), [dir] .was-validated html[data-theme=darkmode] .form-select:valid:not([multiple])[size="1"], html[dir][data-theme=darkmode] .form-select.is-valid:not([multiple]):not([size]), html[dir][data-theme=darkmode] .form-select.is-valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%2824, 26, 27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=darkmode] .form-select:valid:not([multiple]):not([size]), [dir=ltr] .was-validated html[data-theme=darkmode] .form-select:valid:not([multiple])[size="1"], html[dir=ltr][data-theme=darkmode] .form-select.is-valid:not([multiple]):not([size]), html[dir=ltr][data-theme=darkmode] .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated html[data-theme=darkmode] .form-select:valid:not([multiple]):not([size]), [dir=rtl] .was-validated html[data-theme=darkmode] .form-select:valid:not([multiple])[size="1"], html[dir=rtl][data-theme=darkmode] .form-select.is-valid:not([multiple]):not([size]), html[dir=rtl][data-theme=darkmode] .form-select.is-valid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated html[data-theme=darkmode] .form-select:valid:focus, html[dir][data-theme=darkmode] .form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}
[dir] .was-validated html[data-theme=darkmode] .form-check-input:valid, html[dir][data-theme=darkmode] .form-check-input.is-valid {
  border-color: #28a745;
}
[dir] .was-validated html[data-theme=darkmode] .form-check-input:valid:checked, html[dir][data-theme=darkmode] .form-check-input.is-valid:checked {
  background-color: #28a745;
}
[dir] .was-validated html[data-theme=darkmode] .form-check-input:valid:focus, html[dir][data-theme=darkmode] .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}
.was-validated html[data-theme=darkmode] .form-check-input:valid ~ .form-check-label, html[data-theme=darkmode] .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
html[dir=ltr][data-theme=darkmode] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
html[dir=rtl][data-theme=darkmode] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}
.was-validated html[data-theme=darkmode] .input-group .form-control:valid, html[data-theme=darkmode] .input-group .form-control.is-valid,
.was-validated html[data-theme=darkmode] .input-group .form-select:valid,
html[data-theme=darkmode] .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated html[data-theme=darkmode] .input-group .form-control:valid:focus, html[data-theme=darkmode] .input-group .form-control.is-valid:focus,
.was-validated html[data-theme=darkmode] .input-group .form-select:valid:focus,
html[data-theme=darkmode] .input-group .form-select.is-valid:focus {
  z-index: 3;
}
html[data-theme=darkmode] .invalid-feedback {
  display: none;
  width: 100%;
  font-size: 0.875em;
  color: #dc3545;
}
html[dir][data-theme=darkmode] .invalid-feedback {
  margin-top: 0.25rem;
}
html[data-theme=darkmode] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
}
html[dir][data-theme=darkmode] .invalid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated html[data-theme=darkmode]:invalid ~ .invalid-feedback,
.was-validated html[data-theme=darkmode]:invalid ~ .invalid-tooltip, html[data-theme=darkmode].is-invalid ~ .invalid-feedback, html[data-theme=darkmode] html[data-theme=darkmode].has-validation-error ~ .invalid-feedback, html[data-theme=darkmode] html[data-theme=darkmode].input-validation-error ~ .invalid-feedback, html[data-theme=default] html[data-theme=darkmode].input-validation-error ~ .invalid-feedback, html[data-theme=default] html[data-theme=darkmode].has-validation-error ~ .invalid-feedback,
html[data-theme=darkmode].is-invalid ~ .invalid-tooltip,
html[data-theme=darkmode] html[data-theme=darkmode].has-validation-error ~ .invalid-tooltip,
html[data-theme=darkmode] html[data-theme=darkmode].input-validation-error ~ .invalid-tooltip,
html[data-theme=default] html[data-theme=darkmode].input-validation-error ~ .invalid-tooltip,
html[data-theme=default] html[data-theme=darkmode].has-validation-error ~ .invalid-tooltip {
  display: block;
}
[dir] .was-validated html[data-theme=darkmode] .form-control:invalid, html[dir][data-theme=darkmode] .form-control.is-invalid, html[dir][data-theme=darkmode] .form-control.has-validation-error, html[dir][data-theme=darkmode] .form-control.input-validation-error {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=darkmode] .form-control:invalid, html[dir=ltr][data-theme=darkmode] .form-control.is-invalid, html[dir=ltr][data-theme=darkmode] .form-control.has-validation-error, html[dir=ltr][data-theme=darkmode] .form-control.input-validation-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}
[dir=rtl] .was-validated html[data-theme=darkmode] .form-control:invalid, html[dir=rtl][data-theme=darkmode] .form-control.is-invalid, html[dir=rtl][data-theme=darkmode] .form-control.has-validation-error, html[dir=rtl][data-theme=darkmode] .form-control.input-validation-error {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}
[dir] .was-validated html[data-theme=darkmode] .form-control:invalid:focus, html[dir][data-theme=darkmode] .form-control.is-invalid:focus, html[dir][data-theme=darkmode] .form-control.has-validation-error:focus, html[dir][data-theme=darkmode] .form-control.input-validation-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
[dir=ltr] .was-validated html[data-theme=darkmode] textarea.form-control:invalid, html[dir=ltr][data-theme=darkmode] textarea.form-control.is-invalid, html[dir=ltr][data-theme=darkmode] textarea.form-control.has-validation-error, html[dir=ltr][data-theme=darkmode] textarea.form-control.input-validation-error {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
[dir=rtl] .was-validated html[data-theme=darkmode] textarea.form-control:invalid, html[dir=rtl][data-theme=darkmode] textarea.form-control.is-invalid, html[dir=rtl][data-theme=darkmode] textarea.form-control.has-validation-error, html[dir=rtl][data-theme=darkmode] textarea.form-control.input-validation-error {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}
[dir] .was-validated html[data-theme=darkmode] .form-select:invalid, html[dir][data-theme=darkmode] .form-select.is-invalid, html[dir][data-theme=darkmode] .form-select.has-validation-error, html[dir][data-theme=darkmode] .form-select.input-validation-error {
  border-color: #dc3545;
}
[dir] .was-validated html[data-theme=darkmode] .form-select:invalid:not([multiple]):not([size]), [dir] .was-validated html[data-theme=darkmode] .form-select:invalid:not([multiple])[size="1"], html[dir][data-theme=darkmode] .form-select.is-invalid:not([multiple]):not([size]), html[dir][data-theme=darkmode] .form-select.has-validation-error:not([multiple]):not([size]), html[dir][data-theme=darkmode] .form-select.input-validation-error:not([multiple]):not([size]), html[dir][data-theme=darkmode] .form-select.is-invalid:not([multiple])[size="1"], html[dir][data-theme=darkmode] .form-select.has-validation-error:not([multiple])[size="1"], html[dir][data-theme=darkmode] .form-select.input-validation-error:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%2824, 26, 27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
[dir=ltr] .was-validated html[data-theme=darkmode] .form-select:invalid:not([multiple]):not([size]), [dir=ltr] .was-validated html[data-theme=darkmode] .form-select:invalid:not([multiple])[size="1"], html[dir=ltr][data-theme=darkmode] .form-select.is-invalid:not([multiple]):not([size]), html[dir=ltr][data-theme=darkmode] .form-select.has-validation-error:not([multiple]):not([size]), html[dir=ltr][data-theme=darkmode] .form-select.input-validation-error:not([multiple]):not([size]), html[dir=ltr][data-theme=darkmode] .form-select.is-invalid:not([multiple])[size="1"], html[dir=ltr][data-theme=darkmode] .form-select.has-validation-error:not([multiple])[size="1"], html[dir=ltr][data-theme=darkmode] .form-select.input-validation-error:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}
[dir=rtl] .was-validated html[data-theme=darkmode] .form-select:invalid:not([multiple]):not([size]), [dir=rtl] .was-validated html[data-theme=darkmode] .form-select:invalid:not([multiple])[size="1"], html[dir=rtl][data-theme=darkmode] .form-select.is-invalid:not([multiple]):not([size]), html[dir=rtl][data-theme=darkmode] .form-select.has-validation-error:not([multiple]):not([size]), html[dir=rtl][data-theme=darkmode] .form-select.input-validation-error:not([multiple]):not([size]), html[dir=rtl][data-theme=darkmode] .form-select.is-invalid:not([multiple])[size="1"], html[dir=rtl][data-theme=darkmode] .form-select.has-validation-error:not([multiple])[size="1"], html[dir=rtl][data-theme=darkmode] .form-select.input-validation-error:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}
[dir] .was-validated html[data-theme=darkmode] .form-select:invalid:focus, html[dir][data-theme=darkmode] .form-select.is-invalid:focus, html[dir][data-theme=darkmode] .form-select.has-validation-error:focus, html[dir][data-theme=darkmode] .form-select.input-validation-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
[dir] .was-validated html[data-theme=darkmode] .form-check-input:invalid, html[dir][data-theme=darkmode] .form-check-input.is-invalid, html[dir][data-theme=darkmode] .form-check-input.has-validation-error, html[dir][data-theme=darkmode] .form-check-input.input-validation-error {
  border-color: #dc3545;
}
[dir] .was-validated html[data-theme=darkmode] .form-check-input:invalid:checked, html[dir][data-theme=darkmode] .form-check-input.is-invalid:checked, html[dir][data-theme=darkmode] .form-check-input.has-validation-error:checked, html[dir][data-theme=darkmode] .form-check-input.input-validation-error:checked {
  background-color: #dc3545;
}
[dir] .was-validated html[data-theme=darkmode] .form-check-input:invalid:focus, html[dir][data-theme=darkmode] .form-check-input.is-invalid:focus, html[dir][data-theme=darkmode] .form-check-input.has-validation-error:focus, html[dir][data-theme=darkmode] .form-check-input.input-validation-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated html[data-theme=darkmode] .form-check-input:invalid ~ .form-check-label, html[data-theme=darkmode] .form-check-input.is-invalid ~ .form-check-label, html[data-theme=darkmode] .form-check-input.has-validation-error ~ .form-check-label, html[data-theme=darkmode] .form-check-input.input-validation-error ~ .form-check-label {
  color: #dc3545;
}
html[dir=ltr][data-theme=darkmode] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
html[dir=rtl][data-theme=darkmode] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}
.was-validated html[data-theme=darkmode] .input-group .form-control:invalid, html[data-theme=darkmode] .input-group .form-control.is-invalid, html[data-theme=darkmode] .input-group .form-control.has-validation-error, html[data-theme=darkmode] .input-group .form-control.input-validation-error,
.was-validated html[data-theme=darkmode] .input-group .form-select:invalid,
html[data-theme=darkmode] .input-group .form-select.is-invalid,
html[data-theme=darkmode] .input-group .form-select.has-validation-error,
html[data-theme=darkmode] .input-group .form-select.input-validation-error {
  z-index: 2;
}
.was-validated html[data-theme=darkmode] .input-group .form-control:invalid:focus, html[data-theme=darkmode] .input-group .form-control.is-invalid:focus, html[data-theme=darkmode] .input-group .form-control.has-validation-error:focus, html[data-theme=darkmode] .input-group .form-control.input-validation-error:focus,
.was-validated html[data-theme=darkmode] .input-group .form-select:invalid:focus,
html[data-theme=darkmode] .input-group .form-select.is-invalid:focus,
html[data-theme=darkmode] .input-group .form-select.has-validation-error:focus,
html[data-theme=darkmode] .input-group .form-select.input-validation-error:focus {
  z-index: 3;
}
html[data-theme=darkmode] .btn, html[data-theme=darkmode] .button, html[data-theme=darkmode] .bootstrap-select .popover-header .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .btn, html[dir][data-theme=darkmode] .button, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close {
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .btn, html[data-theme=darkmode] .button, html[data-theme=darkmode] .bootstrap-select .popover-header .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close {
    transition: none;
  }
}
html[data-theme=darkmode] .btn:hover, html[data-theme=darkmode] .button:hover, html[data-theme=darkmode] .bootstrap-select .popover-header .close:hover, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:hover {
  color: #fff;
}
.btn-check:focus + html[data-theme=darkmode] .btn, .btn-check:focus + html[data-theme=darkmode] .button, .btn-check:focus + html[data-theme=darkmode] .bootstrap-select .popover-header .close, html[data-theme=default] .bootstrap-select .popover-header .btn-check:focus + html[data-theme=darkmode] .close, html[data-theme=darkmode] .btn:focus, html[data-theme=darkmode] .button:focus, html[data-theme=darkmode] .bootstrap-select .popover-header .close:focus, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:focus {
  outline: 0;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn, [dir] .btn-check:focus + html[data-theme=darkmode] .button, [dir] .btn-check:focus + html[data-theme=darkmode] .bootstrap-select .popover-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header .btn-check:focus + html[data-theme=darkmode] .close, html[dir][data-theme=darkmode] .btn:focus, html[dir][data-theme=darkmode] .button:focus, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .close:focus, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[data-theme=darkmode] .btn:disabled, html[data-theme=darkmode] .button:disabled, html[data-theme=darkmode] .bootstrap-select .popover-header .close:disabled, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:disabled, html[data-theme=darkmode] .btn.disabled, html[data-theme=darkmode] .disabled.button, html[data-theme=darkmode] .bootstrap-select .popover-header .disabled.close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .disabled.close, fieldset:disabled html[data-theme=darkmode] .btn, fieldset:disabled html[data-theme=darkmode] .button, fieldset:disabled html[data-theme=darkmode] .bootstrap-select .popover-header .close, html[data-theme=default] .bootstrap-select .popover-header fieldset:disabled html[data-theme=darkmode] .close {
  pointer-events: none;
  opacity: 0.65;
}
html[data-theme=darkmode] .btn-primary, html[data-theme=darkmode] .button {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-primary, html[dir][data-theme=darkmode] .button {
  background-color: #007bff;
  border-color: #007bff;
}
html[data-theme=darkmode] .btn-primary:hover, html[data-theme=darkmode] .button:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-primary:hover, html[dir][data-theme=darkmode] .button:hover {
  background-color: #268fff;
  border-color: #1a88ff;
}
.btn-check:focus + html[data-theme=darkmode] .btn-primary, .btn-check:focus + html[data-theme=darkmode] .button, html[data-theme=darkmode] .btn-primary:focus, html[data-theme=darkmode] .button:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-primary, [dir] .btn-check:focus + html[data-theme=darkmode] .button, html[dir][data-theme=darkmode] .btn-primary:focus, html[dir][data-theme=darkmode] .button:focus {
  background-color: #268fff;
  border-color: #1a88ff;
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-primary, .btn-check:checked + html[data-theme=darkmode] .button, .btn-check:active + html[data-theme=darkmode] .btn-primary, .btn-check:active + html[data-theme=darkmode] .button, html[data-theme=darkmode] .btn-primary:active, html[data-theme=darkmode] .button:active, html[data-theme=darkmode] .btn-primary.active, html[data-theme=darkmode] .active.button, .show > html[data-theme=darkmode] .btn-primary.dropdown-toggle, .show > html[data-theme=darkmode] .dropdown-toggle.button {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-primary, [dir] .btn-check:checked + html[data-theme=darkmode] .button, [dir] .btn-check:active + html[data-theme=darkmode] .btn-primary, [dir] .btn-check:active + html[data-theme=darkmode] .button, html[dir][data-theme=darkmode] .btn-primary:active, html[dir][data-theme=darkmode] .button:active, html[dir][data-theme=darkmode] .btn-primary.active, html[dir][data-theme=darkmode] .active.button, [dir] .show > html[data-theme=darkmode] .btn-primary.dropdown-toggle, [dir] .show > html[data-theme=darkmode] .dropdown-toggle.button {
  background-color: #3395ff;
  border-color: #1a88ff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-primary:focus, [dir] .btn-check:checked + html[data-theme=darkmode] .button:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-primary:focus, [dir] .btn-check:active + html[data-theme=darkmode] .button:focus, html[dir][data-theme=darkmode] .btn-primary:active:focus, html[dir][data-theme=darkmode] .button:active:focus, html[dir][data-theme=darkmode] .btn-primary.active:focus, html[dir][data-theme=darkmode] .active.button:focus, [dir] .show > html[data-theme=darkmode] .btn-primary.dropdown-toggle:focus, [dir] .show > html[data-theme=darkmode] .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 105, 217, 0.5);
}
html[data-theme=darkmode] .btn-primary:disabled, html[data-theme=darkmode] .button:disabled, html[data-theme=darkmode] .btn-primary.disabled, html[data-theme=darkmode] .disabled.button {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-primary:disabled, html[dir][data-theme=darkmode] .button:disabled, html[dir][data-theme=darkmode] .btn-primary.disabled, html[dir][data-theme=darkmode] .disabled.button {
  background-color: #007bff;
  border-color: #007bff;
}
html[data-theme=darkmode] .btn-secondary {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
html[data-theme=darkmode] .btn-secondary:hover {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + html[data-theme=darkmode] .btn-secondary, html[data-theme=darkmode] .btn-secondary:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-secondary, html[dir][data-theme=darkmode] .btn-secondary:focus {
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-secondary, .btn-check:active + html[data-theme=darkmode] .btn-secondary, html[data-theme=darkmode] .btn-secondary:active, html[data-theme=darkmode] .btn-secondary.active, .show > html[data-theme=darkmode] .btn-secondary.dropdown-toggle {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-secondary, [dir] .btn-check:active + html[data-theme=darkmode] .btn-secondary, html[dir][data-theme=darkmode] .btn-secondary:active, html[dir][data-theme=darkmode] .btn-secondary.active, [dir] .show > html[data-theme=darkmode] .btn-secondary.dropdown-toggle {
  background-color: #565e64;
  border-color: #51585e;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-secondary:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-secondary:focus, html[dir][data-theme=darkmode] .btn-secondary:active:focus, html[dir][data-theme=darkmode] .btn-secondary.active:focus, [dir] .show > html[data-theme=darkmode] .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
html[data-theme=darkmode] .btn-secondary:disabled, html[data-theme=darkmode] .btn-secondary.disabled {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-secondary:disabled, html[dir][data-theme=darkmode] .btn-secondary.disabled {
  background-color: #6c757d;
  border-color: #6c757d;
}
html[data-theme=darkmode] .btn-success {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-success {
  background-color: #28a745;
  border-color: #28a745;
}
html[data-theme=darkmode] .btn-success:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-success:hover {
  background-color: #48b461;
  border-color: #3eb058;
}
.btn-check:focus + html[data-theme=darkmode] .btn-success, html[data-theme=darkmode] .btn-success:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-success, html[dir][data-theme=darkmode] .btn-success:focus {
  background-color: #48b461;
  border-color: #3eb058;
  box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-success, .btn-check:active + html[data-theme=darkmode] .btn-success, html[data-theme=darkmode] .btn-success:active, html[data-theme=darkmode] .btn-success.active, .show > html[data-theme=darkmode] .btn-success.dropdown-toggle {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-success, [dir] .btn-check:active + html[data-theme=darkmode] .btn-success, html[dir][data-theme=darkmode] .btn-success:active, html[dir][data-theme=darkmode] .btn-success.active, [dir] .show > html[data-theme=darkmode] .btn-success.dropdown-toggle {
  background-color: #53b96a;
  border-color: #3eb058;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-success:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-success:focus, html[dir][data-theme=darkmode] .btn-success:active:focus, html[dir][data-theme=darkmode] .btn-success.active:focus, [dir] .show > html[data-theme=darkmode] .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
}
html[data-theme=darkmode] .btn-success:disabled, html[data-theme=darkmode] .btn-success.disabled {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-success:disabled, html[dir][data-theme=darkmode] .btn-success.disabled {
  background-color: #28a745;
  border-color: #28a745;
}
html[data-theme=darkmode] .btn-info {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-info {
  background-color: #3498db;
  border-color: #3498db;
}
html[data-theme=darkmode] .btn-info:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-info:hover {
  background-color: #52a7e0;
  border-color: #48a2df;
}
.btn-check:focus + html[data-theme=darkmode] .btn-info, html[data-theme=darkmode] .btn-info:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-info, html[dir][data-theme=darkmode] .btn-info:focus {
  background-color: #52a7e0;
  border-color: #48a2df;
  box-shadow: 0 0 0 0.25rem rgba(44, 129, 186, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-info, .btn-check:active + html[data-theme=darkmode] .btn-info, html[data-theme=darkmode] .btn-info:active, html[data-theme=darkmode] .btn-info.active, .show > html[data-theme=darkmode] .btn-info.dropdown-toggle {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-info, [dir] .btn-check:active + html[data-theme=darkmode] .btn-info, html[dir][data-theme=darkmode] .btn-info:active, html[dir][data-theme=darkmode] .btn-info.active, [dir] .show > html[data-theme=darkmode] .btn-info.dropdown-toggle {
  background-color: #5dade2;
  border-color: #48a2df;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-info:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-info:focus, html[dir][data-theme=darkmode] .btn-info:active:focus, html[dir][data-theme=darkmode] .btn-info.active:focus, [dir] .show > html[data-theme=darkmode] .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 129, 186, 0.5);
}
html[data-theme=darkmode] .btn-info:disabled, html[data-theme=darkmode] .btn-info.disabled {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-info:disabled, html[dir][data-theme=darkmode] .btn-info.disabled {
  background-color: #3498db;
  border-color: #3498db;
}
html[data-theme=darkmode] .btn-warning {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-warning {
  background-color: #f39c12;
  border-color: #f39c12;
}
html[data-theme=darkmode] .btn-warning:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-warning:hover {
  background-color: #f5ab36;
  border-color: #f4a62a;
}
.btn-check:focus + html[data-theme=darkmode] .btn-warning, html[data-theme=darkmode] .btn-warning:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-warning, html[dir][data-theme=darkmode] .btn-warning:focus {
  background-color: #f5ab36;
  border-color: #f4a62a;
  box-shadow: 0 0 0 0.25rem rgba(207, 133, 15, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-warning, .btn-check:active + html[data-theme=darkmode] .btn-warning, html[data-theme=darkmode] .btn-warning:active, html[data-theme=darkmode] .btn-warning.active, .show > html[data-theme=darkmode] .btn-warning.dropdown-toggle {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-warning, [dir] .btn-check:active + html[data-theme=darkmode] .btn-warning, html[dir][data-theme=darkmode] .btn-warning:active, html[dir][data-theme=darkmode] .btn-warning.active, [dir] .show > html[data-theme=darkmode] .btn-warning.dropdown-toggle {
  background-color: #f5b041;
  border-color: #f4a62a;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-warning:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-warning:focus, html[dir][data-theme=darkmode] .btn-warning:active:focus, html[dir][data-theme=darkmode] .btn-warning.active:focus, [dir] .show > html[data-theme=darkmode] .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 133, 15, 0.5);
}
html[data-theme=darkmode] .btn-warning:disabled, html[data-theme=darkmode] .btn-warning.disabled {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-warning:disabled, html[dir][data-theme=darkmode] .btn-warning.disabled {
  background-color: #f39c12;
  border-color: #f39c12;
}
html[data-theme=darkmode] .btn-danger {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}
html[data-theme=darkmode] .btn-danger:hover {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + html[data-theme=darkmode] .btn-danger, html[data-theme=darkmode] .btn-danger:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-danger, html[dir][data-theme=darkmode] .btn-danger:focus {
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-danger, .btn-check:active + html[data-theme=darkmode] .btn-danger, html[data-theme=darkmode] .btn-danger:active, html[data-theme=darkmode] .btn-danger.active, .show > html[data-theme=darkmode] .btn-danger.dropdown-toggle {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-danger, [dir] .btn-check:active + html[data-theme=darkmode] .btn-danger, html[dir][data-theme=darkmode] .btn-danger:active, html[dir][data-theme=darkmode] .btn-danger.active, [dir] .show > html[data-theme=darkmode] .btn-danger.dropdown-toggle {
  background-color: #b02a37;
  border-color: #a52834;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-danger:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-danger:focus, html[dir][data-theme=darkmode] .btn-danger:active:focus, html[dir][data-theme=darkmode] .btn-danger.active:focus, [dir] .show > html[data-theme=darkmode] .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
html[data-theme=darkmode] .btn-danger:disabled, html[data-theme=darkmode] .btn-danger.disabled {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-danger:disabled, html[dir][data-theme=darkmode] .btn-danger.disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}
html[data-theme=darkmode] .btn-light {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-light {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
html[data-theme=darkmode] .btn-light:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-light:hover {
  background-color: #e3e6ea;
  border-color: #e1e5e9;
}
.btn-check:focus + html[data-theme=darkmode] .btn-light, html[data-theme=darkmode] .btn-light:focus {
  color: #000;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-light, html[dir][data-theme=darkmode] .btn-light:focus {
  background-color: #e3e6ea;
  border-color: #e1e5e9;
  box-shadow: 0 0 0 0.25rem rgba(189, 192, 196, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-light, .btn-check:active + html[data-theme=darkmode] .btn-light, html[data-theme=darkmode] .btn-light:active, html[data-theme=darkmode] .btn-light.active, .show > html[data-theme=darkmode] .btn-light.dropdown-toggle {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-light, [dir] .btn-check:active + html[data-theme=darkmode] .btn-light, html[dir][data-theme=darkmode] .btn-light:active, html[dir][data-theme=darkmode] .btn-light.active, [dir] .show > html[data-theme=darkmode] .btn-light.dropdown-toggle {
  background-color: #e5e8eb;
  border-color: #e1e5e9;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-light:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-light:focus, html[dir][data-theme=darkmode] .btn-light:active:focus, html[dir][data-theme=darkmode] .btn-light.active:focus, [dir] .show > html[data-theme=darkmode] .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(189, 192, 196, 0.5);
}
html[data-theme=darkmode] .btn-light:disabled, html[data-theme=darkmode] .btn-light.disabled {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-light:disabled, html[dir][data-theme=darkmode] .btn-light.disabled {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
html[data-theme=darkmode] .btn-dark {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-dark {
  background-color: rgb(24, 26, 27);
  border-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .btn-dark:hover {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-dark:hover {
  background-color: #141617;
  border-color: #131516;
}
.btn-check:focus + html[data-theme=darkmode] .btn-dark, html[data-theme=darkmode] .btn-dark:focus {
  color: #fff;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-dark, html[dir][data-theme=darkmode] .btn-dark:focus {
  background-color: #141617;
  border-color: #131516;
  box-shadow: 0 0 0 0.25rem rgba(59, 60, 61, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-dark, .btn-check:active + html[data-theme=darkmode] .btn-dark, html[data-theme=darkmode] .btn-dark:active, html[data-theme=darkmode] .btn-dark.active, .show > html[data-theme=darkmode] .btn-dark.dropdown-toggle {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-dark, [dir] .btn-check:active + html[data-theme=darkmode] .btn-dark, html[dir][data-theme=darkmode] .btn-dark:active, html[dir][data-theme=darkmode] .btn-dark.active, [dir] .show > html[data-theme=darkmode] .btn-dark.dropdown-toggle {
  background-color: #131516;
  border-color: #121414;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-dark:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-dark:focus, html[dir][data-theme=darkmode] .btn-dark:active:focus, html[dir][data-theme=darkmode] .btn-dark.active:focus, [dir] .show > html[data-theme=darkmode] .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59, 60, 61, 0.5);
}
html[data-theme=darkmode] .btn-dark:disabled, html[data-theme=darkmode] .btn-dark.disabled {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-dark:disabled, html[dir][data-theme=darkmode] .btn-dark.disabled {
  background-color: rgb(24, 26, 27);
  border-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .btn-outline-primary {
  color: #007bff;
}
html[dir][data-theme=darkmode] .btn-outline-primary {
  border-color: #007bff;
}
html[data-theme=darkmode] .btn-outline-primary:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-primary, html[dir][data-theme=darkmode] .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-primary, .btn-check:active + html[data-theme=darkmode] .btn-outline-primary, html[data-theme=darkmode] .btn-outline-primary:active, html[data-theme=darkmode] .btn-outline-primary.active, html[data-theme=darkmode] .btn-outline-primary.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-primary, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-primary, html[dir][data-theme=darkmode] .btn-outline-primary:active, html[dir][data-theme=darkmode] .btn-outline-primary.active, html[dir][data-theme=darkmode] .btn-outline-primary.dropdown-toggle.show {
  background-color: #007bff;
  border-color: #007bff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-primary:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-primary:focus, html[dir][data-theme=darkmode] .btn-outline-primary:active:focus, html[dir][data-theme=darkmode] .btn-outline-primary.active:focus, html[dir][data-theme=darkmode] .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.5);
}
html[data-theme=darkmode] .btn-outline-primary:disabled, html[data-theme=darkmode] .btn-outline-primary.disabled {
  color: #007bff;
}
html[dir][data-theme=darkmode] .btn-outline-primary:disabled, html[dir][data-theme=darkmode] .btn-outline-primary.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-outline-secondary {
  color: #6c757d;
}
html[dir][data-theme=darkmode] .btn-outline-secondary {
  border-color: #6c757d;
}
html[data-theme=darkmode] .btn-outline-secondary:hover {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-secondary, html[dir][data-theme=darkmode] .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-secondary, .btn-check:active + html[data-theme=darkmode] .btn-outline-secondary, html[data-theme=darkmode] .btn-outline-secondary:active, html[data-theme=darkmode] .btn-outline-secondary.active, html[data-theme=darkmode] .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-secondary, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-secondary, html[dir][data-theme=darkmode] .btn-outline-secondary:active, html[dir][data-theme=darkmode] .btn-outline-secondary.active, html[dir][data-theme=darkmode] .btn-outline-secondary.dropdown-toggle.show {
  background-color: #6c757d;
  border-color: #6c757d;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-secondary:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-secondary:focus, html[dir][data-theme=darkmode] .btn-outline-secondary:active:focus, html[dir][data-theme=darkmode] .btn-outline-secondary.active:focus, html[dir][data-theme=darkmode] .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
html[data-theme=darkmode] .btn-outline-secondary:disabled, html[data-theme=darkmode] .btn-outline-secondary.disabled {
  color: #6c757d;
}
html[dir][data-theme=darkmode] .btn-outline-secondary:disabled, html[dir][data-theme=darkmode] .btn-outline-secondary.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-outline-success {
  color: #28a745;
}
html[dir][data-theme=darkmode] .btn-outline-success {
  border-color: #28a745;
}
html[data-theme=darkmode] .btn-outline-success:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-success, html[dir][data-theme=darkmode] .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-success, .btn-check:active + html[data-theme=darkmode] .btn-outline-success, html[data-theme=darkmode] .btn-outline-success:active, html[data-theme=darkmode] .btn-outline-success.active, html[data-theme=darkmode] .btn-outline-success.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-success, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-success, html[dir][data-theme=darkmode] .btn-outline-success:active, html[dir][data-theme=darkmode] .btn-outline-success.active, html[dir][data-theme=darkmode] .btn-outline-success.dropdown-toggle.show {
  background-color: #28a745;
  border-color: #28a745;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-success:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-success:focus, html[dir][data-theme=darkmode] .btn-outline-success:active:focus, html[dir][data-theme=darkmode] .btn-outline-success.active:focus, html[dir][data-theme=darkmode] .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
}
html[data-theme=darkmode] .btn-outline-success:disabled, html[data-theme=darkmode] .btn-outline-success.disabled {
  color: #28a745;
}
html[dir][data-theme=darkmode] .btn-outline-success:disabled, html[dir][data-theme=darkmode] .btn-outline-success.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-outline-info {
  color: #3498db;
}
html[dir][data-theme=darkmode] .btn-outline-info {
  border-color: #3498db;
}
html[data-theme=darkmode] .btn-outline-info:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-outline-info:hover {
  background-color: #3498db;
  border-color: #3498db;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-info, html[dir][data-theme=darkmode] .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-info, .btn-check:active + html[data-theme=darkmode] .btn-outline-info, html[data-theme=darkmode] .btn-outline-info:active, html[data-theme=darkmode] .btn-outline-info.active, html[data-theme=darkmode] .btn-outline-info.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-info, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-info, html[dir][data-theme=darkmode] .btn-outline-info:active, html[dir][data-theme=darkmode] .btn-outline-info.active, html[dir][data-theme=darkmode] .btn-outline-info.dropdown-toggle.show {
  background-color: #3498db;
  border-color: #3498db;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-info:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-info:focus, html[dir][data-theme=darkmode] .btn-outline-info:active:focus, html[dir][data-theme=darkmode] .btn-outline-info.active:focus, html[dir][data-theme=darkmode] .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.5);
}
html[data-theme=darkmode] .btn-outline-info:disabled, html[data-theme=darkmode] .btn-outline-info.disabled {
  color: #3498db;
}
html[dir][data-theme=darkmode] .btn-outline-info:disabled, html[dir][data-theme=darkmode] .btn-outline-info.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-outline-warning {
  color: #f39c12;
}
html[dir][data-theme=darkmode] .btn-outline-warning {
  border-color: #f39c12;
}
html[data-theme=darkmode] .btn-outline-warning:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-outline-warning:hover {
  background-color: #f39c12;
  border-color: #f39c12;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-warning, html[dir][data-theme=darkmode] .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-warning, .btn-check:active + html[data-theme=darkmode] .btn-outline-warning, html[data-theme=darkmode] .btn-outline-warning:active, html[data-theme=darkmode] .btn-outline-warning.active, html[data-theme=darkmode] .btn-outline-warning.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-warning, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-warning, html[dir][data-theme=darkmode] .btn-outline-warning:active, html[dir][data-theme=darkmode] .btn-outline-warning.active, html[dir][data-theme=darkmode] .btn-outline-warning.dropdown-toggle.show {
  background-color: #f39c12;
  border-color: #f39c12;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-warning:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-warning:focus, html[dir][data-theme=darkmode] .btn-outline-warning:active:focus, html[dir][data-theme=darkmode] .btn-outline-warning.active:focus, html[dir][data-theme=darkmode] .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.5);
}
html[data-theme=darkmode] .btn-outline-warning:disabled, html[data-theme=darkmode] .btn-outline-warning.disabled {
  color: #f39c12;
}
html[dir][data-theme=darkmode] .btn-outline-warning:disabled, html[dir][data-theme=darkmode] .btn-outline-warning.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-outline-danger {
  color: #dc3545;
}
html[dir][data-theme=darkmode] .btn-outline-danger {
  border-color: #dc3545;
}
html[data-theme=darkmode] .btn-outline-danger:hover {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-danger, html[dir][data-theme=darkmode] .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-danger, .btn-check:active + html[data-theme=darkmode] .btn-outline-danger, html[data-theme=darkmode] .btn-outline-danger:active, html[data-theme=darkmode] .btn-outline-danger.active, html[data-theme=darkmode] .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-danger, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-danger, html[dir][data-theme=darkmode] .btn-outline-danger:active, html[dir][data-theme=darkmode] .btn-outline-danger.active, html[dir][data-theme=darkmode] .btn-outline-danger.dropdown-toggle.show {
  background-color: #dc3545;
  border-color: #dc3545;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-danger:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-danger:focus, html[dir][data-theme=darkmode] .btn-outline-danger:active:focus, html[dir][data-theme=darkmode] .btn-outline-danger.active:focus, html[dir][data-theme=darkmode] .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
html[data-theme=darkmode] .btn-outline-danger:disabled, html[data-theme=darkmode] .btn-outline-danger.disabled {
  color: #dc3545;
}
html[dir][data-theme=darkmode] .btn-outline-danger:disabled, html[dir][data-theme=darkmode] .btn-outline-danger.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-outline-light {
  color: #dee2e6;
}
html[dir][data-theme=darkmode] .btn-outline-light {
  border-color: #dee2e6;
}
html[data-theme=darkmode] .btn-outline-light:hover {
  color: #000;
}
html[dir][data-theme=darkmode] .btn-outline-light:hover {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-light, html[dir][data-theme=darkmode] .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-light, .btn-check:active + html[data-theme=darkmode] .btn-outline-light, html[data-theme=darkmode] .btn-outline-light:active, html[data-theme=darkmode] .btn-outline-light.active, html[data-theme=darkmode] .btn-outline-light.dropdown-toggle.show {
  color: #000;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-light, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-light, html[dir][data-theme=darkmode] .btn-outline-light:active, html[dir][data-theme=darkmode] .btn-outline-light.active, html[dir][data-theme=darkmode] .btn-outline-light.dropdown-toggle.show {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-light:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-light:focus, html[dir][data-theme=darkmode] .btn-outline-light:active:focus, html[dir][data-theme=darkmode] .btn-outline-light.active:focus, html[dir][data-theme=darkmode] .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
}
html[data-theme=darkmode] .btn-outline-light:disabled, html[data-theme=darkmode] .btn-outline-light.disabled {
  color: #dee2e6;
}
html[dir][data-theme=darkmode] .btn-outline-light:disabled, html[dir][data-theme=darkmode] .btn-outline-light.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-outline-dark {
  color: rgb(24, 26, 27);
}
html[dir][data-theme=darkmode] .btn-outline-dark {
  border-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .btn-outline-dark:hover {
  color: #fff;
}
html[dir][data-theme=darkmode] .btn-outline-dark:hover {
  background-color: rgb(24, 26, 27);
  border-color: rgb(24, 26, 27);
}
[dir] .btn-check:focus + html[data-theme=darkmode] .btn-outline-dark, html[dir][data-theme=darkmode] .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 26, 27, 0.5);
}
.btn-check:checked + html[data-theme=darkmode] .btn-outline-dark, .btn-check:active + html[data-theme=darkmode] .btn-outline-dark, html[data-theme=darkmode] .btn-outline-dark:active, html[data-theme=darkmode] .btn-outline-dark.active, html[data-theme=darkmode] .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-dark, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-dark, html[dir][data-theme=darkmode] .btn-outline-dark:active, html[dir][data-theme=darkmode] .btn-outline-dark.active, html[dir][data-theme=darkmode] .btn-outline-dark.dropdown-toggle.show {
  background-color: rgb(24, 26, 27);
  border-color: rgb(24, 26, 27);
}
[dir] .btn-check:checked + html[data-theme=darkmode] .btn-outline-dark:focus, [dir] .btn-check:active + html[data-theme=darkmode] .btn-outline-dark:focus, html[dir][data-theme=darkmode] .btn-outline-dark:active:focus, html[dir][data-theme=darkmode] .btn-outline-dark.active:focus, html[dir][data-theme=darkmode] .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 26, 27, 0.5);
}
html[data-theme=darkmode] .btn-outline-dark:disabled, html[data-theme=darkmode] .btn-outline-dark.disabled {
  color: rgb(24, 26, 27);
}
html[dir][data-theme=darkmode] .btn-outline-dark:disabled, html[dir][data-theme=darkmode] .btn-outline-dark.disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: underline;
}
html[data-theme=darkmode] .btn-link:hover {
  color: #0062cc;
}
html[data-theme=darkmode] .btn-link:disabled, html[data-theme=darkmode] .btn-link.disabled {
  color: #888;
}
html[data-theme=darkmode] .btn-lg, html[data-theme=darkmode] .btn-group-lg > .btn, html[data-theme=darkmode] .btn-group-lg > .button, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-lg > .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-lg > .close {
  font-size: 1.25rem;
}
html[dir][data-theme=darkmode] .btn-lg, html[dir][data-theme=darkmode] .btn-group-lg > .btn, html[dir][data-theme=darkmode] .btn-group-lg > .button, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-lg > .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-lg > .close {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
html[data-theme=darkmode] .btn-sm, html[data-theme=darkmode] .btn-group-sm > .btn, html[data-theme=darkmode] .btn-group-sm > .button, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-sm > .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-sm > .close {
  font-size: 0.875rem;
}
html[dir][data-theme=darkmode] .btn-sm, html[dir][data-theme=darkmode] .btn-group-sm > .btn, html[dir][data-theme=darkmode] .btn-group-sm > .button, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-sm > .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-sm > .close {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}
html[data-theme=darkmode] .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .fade {
    transition: none;
  }
}
html[data-theme=darkmode] .fade:not(.show) {
  opacity: 0;
}
html[data-theme=darkmode] .collapse:not(.show) {
  display: none;
}
html[data-theme=darkmode] .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .collapsing {
    transition: none;
  }
}
html[data-theme=darkmode] .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .collapsing.collapse-horizontal {
    transition: none;
  }
}
html[data-theme=darkmode] .dropup,
html[data-theme=darkmode] .dropend,
html[data-theme=darkmode] .dropdown,
html[data-theme=darkmode] .dropstart {
  position: relative;
}
html[data-theme=darkmode] .dropdown-toggle {
  white-space: nowrap;
}
html[data-theme=darkmode] .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=darkmode] .dropdown-toggle::after {
  border-top: 0.3em solid;
  border-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
html[dir=rtl][data-theme=darkmode] .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}
html[dir=ltr][data-theme=darkmode] .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=darkmode] .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  color: #fff;
  list-style: none;
}
html[dir][data-theme=darkmode] .dropdown-menu {
  padding: 0.5rem 0;
  margin: 0;
  background-color: rgb(24, 26, 27);
  background-clip: padding-box;
  border: 1px solid rgba(140, 130, 115, 0.13);
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .dropdown-menu {
  text-align: left;
}
html[dir=rtl][data-theme=darkmode] .dropdown-menu {
  text-align: right;
}
html[data-theme=darkmode] .dropdown-menu[data-bs-popper] {
  top: 100%;
}
html[dir][data-theme=darkmode] .dropdown-menu[data-bs-popper] {
  margin-top: 0.125rem;
}
html[dir=ltr][data-theme=darkmode] .dropdown-menu[data-bs-popper] {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .dropdown-menu[data-bs-popper] {
  right: 0;
}
html[data-theme=darkmode] .dropdown-menu-start {
  --bs-position: start;
}
html[dir=ltr][data-theme=darkmode] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}
html[data-theme=darkmode] .dropdown-menu-end {
  --bs-position: end;
}
html[dir=ltr][data-theme=darkmode] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
html[dir=rtl][data-theme=darkmode] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=darkmode] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  html[data-theme=darkmode] .dropdown-menu-md-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=darkmode] .dropdown-menu-md-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=darkmode] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=darkmode] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1400px) {
  html[data-theme=darkmode] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  html[data-theme=darkmode] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  html[dir=ltr][data-theme=darkmode] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  html[dir=rtl][data-theme=darkmode] .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
html[data-theme=darkmode] .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
}
html[dir][data-theme=darkmode] .dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
html[data-theme=darkmode] .dropup .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=darkmode] .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
html[dir=ltr][data-theme=darkmode] .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
html[dir=rtl][data-theme=darkmode] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}
html[dir=ltr][data-theme=darkmode] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=darkmode] .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
}
html[dir][data-theme=darkmode] .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
html[dir=ltr][data-theme=darkmode] .dropend .dropdown-menu[data-bs-popper] {
  right: auto;
  left: 100%;
  margin-left: 0.125rem;
}
html[dir=rtl][data-theme=darkmode] .dropend .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 100%;
  margin-right: 0.125rem;
}
html[data-theme=darkmode] .dropend .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=darkmode] .dropend .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
html[dir=ltr][data-theme=darkmode] .dropend .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}
html[dir=rtl][data-theme=darkmode] .dropend .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}
html[dir=ltr][data-theme=darkmode] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] .dropend .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=darkmode] .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
html[data-theme=darkmode] .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
}
html[dir][data-theme=darkmode] .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
html[dir=ltr][data-theme=darkmode] .dropstart .dropdown-menu[data-bs-popper] {
  right: 100%;
  left: auto;
  margin-right: 0.125rem;
}
html[dir=rtl][data-theme=darkmode] .dropstart .dropdown-menu[data-bs-popper] {
  left: 100%;
  right: auto;
  margin-left: 0.125rem;
}
html[data-theme=darkmode] .dropstart .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir=ltr][data-theme=darkmode] .dropstart .dropdown-toggle::after {
  margin-left: 0.255em;
}
html[dir=rtl][data-theme=darkmode] .dropstart .dropdown-toggle::after {
  margin-right: 0.255em;
}
html[data-theme=darkmode] .dropstart .dropdown-toggle::after {
  display: none;
}
html[data-theme=darkmode] .dropstart .dropdown-toggle::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}
html[dir][data-theme=darkmode] .dropstart .dropdown-toggle::before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
html[dir=ltr][data-theme=darkmode] .dropstart .dropdown-toggle::before {
  margin-right: 0.255em;
  border-right: 0.3em solid;
}
html[dir=rtl][data-theme=darkmode] .dropstart .dropdown-toggle::before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}
html[dir=ltr][data-theme=darkmode] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] .dropstart .dropdown-toggle:empty::after {
  margin-right: 0;
}
html[data-theme=darkmode] .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
html[data-theme=darkmode] .dropdown-divider {
  height: 0;
  overflow: hidden;
}
html[dir][data-theme=darkmode] .dropdown-divider {
  margin: 0.5rem 0;
  border-top: 1px solid rgba(140, 130, 115, 0.13);
}
html[data-theme=darkmode] .dropdown-item {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
html[dir][data-theme=darkmode] .dropdown-item {
  padding: 0.25rem 1rem;
  clear: both;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
html[data-theme=darkmode] .dropdown-item:hover, html[data-theme=darkmode] .dropdown-item:focus {
  color: #fff;
}
html[dir][data-theme=darkmode] .dropdown-item:hover, html[dir][data-theme=darkmode] .dropdown-item:focus {
  background-color: #007bff;
}
html[data-theme=darkmode] .dropdown-item.active, html[data-theme=darkmode] .dropdown-item:active {
  color: #fff;
  text-decoration: none;
}
html[dir][data-theme=darkmode] .dropdown-item.active, html[dir][data-theme=darkmode] .dropdown-item:active {
  background-color: #007bff;
}
html[data-theme=darkmode] .dropdown-item.disabled, html[data-theme=darkmode] .dropdown-item:disabled {
  color: rgb(42, 45, 47);
  pointer-events: none;
}
html[dir][data-theme=darkmode] .dropdown-item.disabled, html[dir][data-theme=darkmode] .dropdown-item:disabled {
  background-color: transparent;
}
html[data-theme=darkmode] .dropdown-menu.show {
  display: block;
}
html[data-theme=darkmode] .dropdown-header {
  display: block;
  font-size: 0.875rem;
  color: #888;
  white-space: nowrap;
}
html[dir][data-theme=darkmode] .dropdown-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}
html[data-theme=darkmode] .dropdown-item-text {
  display: block;
  color: #fff;
}
html[dir][data-theme=darkmode] .dropdown-item-text {
  padding: 0.25rem 1rem;
}
html[data-theme=darkmode] .dropdown-menu-dark {
  color: #dee2e6;
}
html[dir][data-theme=darkmode] .dropdown-menu-dark {
  background-color: rgb(24, 26, 27);
  border-color: rgba(140, 130, 115, 0.13);
}
html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item:hover, html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
}
html[dir][data-theme=darkmode] .dropdown-menu-dark .dropdown-item:hover, html[dir][data-theme=darkmode] .dropdown-menu-dark .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item.active, html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
}
html[dir][data-theme=darkmode] .dropdown-menu-dark .dropdown-item.active, html[dir][data-theme=darkmode] .dropdown-menu-dark .dropdown-item:active {
  background-color: #007bff;
}
html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item.disabled, html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item:disabled {
  color: rgb(42, 45, 47);
}
html[dir][data-theme=darkmode] .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(140, 130, 115, 0.13);
}
html[data-theme=darkmode] .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
html[data-theme=darkmode] .dropdown-menu-dark .dropdown-header {
  color: rgb(42, 45, 47);
}
html[data-theme=darkmode] .btn-group,
html[data-theme=darkmode] .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
html[data-theme=darkmode] .btn-group > .btn, html[data-theme=darkmode] .btn-group > .button, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close,
html[data-theme=darkmode] .btn-group-vertical > .btn,
html[data-theme=darkmode] .btn-group-vertical > .button,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close {
  position: relative;
  flex: 1 1 auto;
}
html[data-theme=darkmode] .btn-group > .btn-check:checked + .btn, html[data-theme=darkmode] .btn-group > .btn-check:checked + .button, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .btn-check:checked + .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .btn-check:checked + .close,
html[data-theme=darkmode] .btn-group > .btn-check:focus + .btn,
html[data-theme=darkmode] .btn-group > .btn-check:focus + .button,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .btn-check:focus + .close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .btn-check:focus + .close,
html[data-theme=darkmode] .btn-group > .btn:hover,
html[data-theme=darkmode] .btn-group > .button:hover,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:hover,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:hover,
html[data-theme=darkmode] .btn-group > .btn:focus,
html[data-theme=darkmode] .btn-group > .button:focus,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:focus,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:focus,
html[data-theme=darkmode] .btn-group > .btn:active,
html[data-theme=darkmode] .btn-group > .button:active,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:active,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:active,
html[data-theme=darkmode] .btn-group > .btn.active,
html[data-theme=darkmode] .btn-group > .active.button,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .active.close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .active.close,
html[data-theme=darkmode] .btn-group-vertical > .btn-check:checked + .btn,
html[data-theme=darkmode] .btn-group-vertical > .btn-check:checked + .button,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn-check:checked + .close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn-check:checked + .close,
html[data-theme=darkmode] .btn-group-vertical > .btn-check:focus + .btn,
html[data-theme=darkmode] .btn-group-vertical > .btn-check:focus + .button,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn-check:focus + .close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn-check:focus + .close,
html[data-theme=darkmode] .btn-group-vertical > .btn:hover,
html[data-theme=darkmode] .btn-group-vertical > .button:hover,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close:hover,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close:hover,
html[data-theme=darkmode] .btn-group-vertical > .btn:focus,
html[data-theme=darkmode] .btn-group-vertical > .button:focus,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close:focus,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close:focus,
html[data-theme=darkmode] .btn-group-vertical > .btn:active,
html[data-theme=darkmode] .btn-group-vertical > .button:active,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close:active,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close:active,
html[data-theme=darkmode] .btn-group-vertical > .btn.active,
html[data-theme=darkmode] .btn-group-vertical > .active.button,
html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .active.close,
html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .active.close {
  z-index: 1;
}
html[data-theme=darkmode] .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
html[data-theme=darkmode] .btn-toolbar .input-group {
  width: auto;
}
html[dir=ltr][data-theme=darkmode] .btn-group > .btn:not(:first-child), html[dir=ltr][data-theme=darkmode] .btn-group > .button:not(:first-child), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:not(:first-child), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:not(:first-child), html[dir=ltr][data-theme=darkmode] .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
html[dir=rtl][data-theme=darkmode] .btn-group > .btn:not(:first-child), html[dir=rtl][data-theme=darkmode] .btn-group > .button:not(:first-child), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:not(:first-child), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:not(:first-child), html[dir=rtl][data-theme=darkmode] .btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
}
html[dir=ltr][data-theme=darkmode] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .btn-group > .button:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .btn-group > .btn-group:not(:last-child) > .btn, html[dir=ltr][data-theme=darkmode] .btn-group > .btn-group:not(:last-child) > .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .btn-group:not(:last-child) > .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .btn-group:not(:last-child) > .close {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .btn-group > .button:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .btn-group > .btn-group:not(:last-child) > .btn, html[dir=rtl][data-theme=darkmode] .btn-group > .btn-group:not(:last-child) > .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .btn-group:not(:last-child) > .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .btn-group:not(:last-child) > .close {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .btn-group > .btn:nth-child(n+3), html[dir=ltr][data-theme=darkmode] .btn-group > .button:nth-child(n+3), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:nth-child(n+3), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:nth-child(n+3), html[dir=ltr][data-theme=darkmode] .btn-group > :not(.btn-check) + .btn, html[dir=ltr][data-theme=darkmode] .btn-group > :not(.btn-check) + .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > :not(.btn-check) + .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > :not(.btn-check) + .close, html[dir=ltr][data-theme=darkmode] .btn-group > .btn-group:not(:first-child) > .btn, html[dir=ltr][data-theme=darkmode] .btn-group > .btn-group:not(:first-child) > .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .btn-group:not(:first-child) > .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .btn-group:not(:first-child) > .close {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .btn-group > .btn:nth-child(n+3), html[dir=rtl][data-theme=darkmode] .btn-group > .button:nth-child(n+3), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .close:nth-child(n+3), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .close:nth-child(n+3), html[dir=rtl][data-theme=darkmode] .btn-group > :not(.btn-check) + .btn, html[dir=rtl][data-theme=darkmode] .btn-group > :not(.btn-check) + .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > :not(.btn-check) + .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > :not(.btn-check) + .close, html[dir=rtl][data-theme=darkmode] .btn-group > .btn-group:not(:first-child) > .btn, html[dir=rtl][data-theme=darkmode] .btn-group > .btn-group:not(:first-child) > .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group > .btn-group:not(:first-child) > .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group > .btn-group:not(:first-child) > .close {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
html[dir=rtl][data-theme=darkmode] .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
html[dir=ltr][data-theme=darkmode] .dropdown-toggle-split::after, [dir=ltr] .dropup html[data-theme=darkmode] .dropdown-toggle-split::after, [dir=ltr] .dropend html[data-theme=darkmode] .dropdown-toggle-split::after {
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] .dropdown-toggle-split::after, [dir=rtl] .dropup html[data-theme=darkmode] .dropdown-toggle-split::after, [dir=rtl] .dropend html[data-theme=darkmode] .dropdown-toggle-split::after {
  margin-right: 0;
}
[dir=ltr] .dropstart html[data-theme=darkmode] .dropdown-toggle-split::before {
  margin-right: 0;
}
[dir=rtl] .dropstart html[data-theme=darkmode] .dropdown-toggle-split::before {
  margin-left: 0;
}
html[dir=ltr][data-theme=darkmode] .btn-sm + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-sm > .close + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .btn-group-sm > .btn + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .btn-group-sm > .button + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-sm > .close + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
html[dir=rtl][data-theme=darkmode] .btn-sm + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-sm > .close + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .btn-group-sm > .btn + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .btn-group-sm > .button + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-sm > .close + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
html[dir=ltr][data-theme=darkmode] .btn-lg + .dropdown-toggle-split, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-lg > .close + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .btn-group-lg > .btn + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .btn-group-lg > .button + .dropdown-toggle-split, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-lg > .close + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html[dir=rtl][data-theme=darkmode] .btn-lg + .dropdown-toggle-split, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-lg > .close + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .btn-group-lg > .btn + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .btn-group-lg > .button + .dropdown-toggle-split, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-lg > .close + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
html[data-theme=darkmode] .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
html[data-theme=darkmode] .btn-group-vertical > .btn, html[data-theme=darkmode] .btn-group-vertical > .button, html[data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close,
html[data-theme=darkmode] .btn-group-vertical > .btn-group {
  width: 100%;
}
html[dir][data-theme=darkmode] .btn-group-vertical > .btn:not(:first-child), html[dir][data-theme=darkmode] .btn-group-vertical > .button:not(:first-child), html[dir][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close:not(:first-child), html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close:not(:first-child), html[dir][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:last-child) > .btn, html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:last-child) > .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:last-child) > .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn-group:not(:last-child) > .close {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close:not(:last-child):not(.dropdown-toggle), html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:last-child) > .btn, html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:last-child) > .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:last-child) > .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn-group:not(:last-child) > .close {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .btn ~ .btn, html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .button ~ .btn, html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .btn ~ .button, html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .button ~ .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .btn, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn ~ .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .button ~ .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close ~ .btn, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close ~ .button, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn ~ .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .button ~ .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close ~ .close, html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:first-child) > .btn, html[dir=ltr][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:first-child) > .button, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:first-child) > .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn-group:not(:first-child) > .close {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .btn ~ .btn, html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .button ~ .btn, html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .btn ~ .button, html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .button ~ .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .btn, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn ~ .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .button ~ .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .close ~ .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close ~ .btn, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close ~ .button, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn ~ .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .button ~ .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .close ~ .close, html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:first-child) > .btn, html[dir=rtl][data-theme=darkmode] .btn-group-vertical > .btn-group:not(:first-child) > .button, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .btn-group-vertical > .btn-group:not(:first-child) > .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .btn-group-vertical > .btn-group:not(:first-child) > .close {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html[data-theme=darkmode] .nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
html[dir][data-theme=darkmode] .nav {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .nav {
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .nav {
  padding-right: 0;
}
html[data-theme=darkmode] .nav-link {
  display: block;
  color: #007bff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .nav-link {
  padding: 0.5rem 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .nav-link {
    transition: none;
  }
}
html[data-theme=darkmode] .nav-link:hover, html[data-theme=darkmode] .nav-link:focus {
  color: #0062cc;
}
html[data-theme=darkmode] .nav-link.disabled {
  color: rgb(42, 45, 47);
  pointer-events: none;
}
html[dir][data-theme=darkmode] .nav-link.disabled {
  cursor: default;
}
html[dir][data-theme=darkmode] .nav-tabs {
  border-bottom: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}
html[dir=ltr][data-theme=darkmode] .nav-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
html[dir=rtl][data-theme=darkmode] .nav-tabs .nav-link {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
html[data-theme=darkmode] .nav-tabs .nav-link:hover, html[data-theme=darkmode] .nav-tabs .nav-link:focus {
  isolation: isolate;
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link:hover, html[dir][data-theme=darkmode] .nav-tabs .nav-link:focus {
  border-color: rgba(140, 130, 115, 0.13) rgba(140, 130, 115, 0.13) transparent;
}
html[data-theme=darkmode] .nav-tabs .nav-link.disabled {
  color: rgb(42, 45, 47);
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}
html[data-theme=darkmode] .nav-tabs .nav-link.active,
html[data-theme=darkmode] .nav-tabs .nav-item.show .nav-link {
  color: #fff;
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link.active, html[dir][data-theme=darkmode] .nav-tabs .nav-item.show .nav-link {
  background-color: rgb(24, 26, 27);
  border-color: rgba(140, 130, 115, 0.13) rgba(140, 130, 115, 0.13) transparent;
}
html[dir][data-theme=darkmode] .nav-tabs .dropdown-menu {
  margin-top: -1px;
}
html[dir=ltr][data-theme=darkmode] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
html[dir][data-theme=darkmode] .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .nav-pills .nav-link.active,
html[data-theme=darkmode] .nav-pills .show > .nav-link {
  color: #fff;
}
html[dir][data-theme=darkmode] .nav-pills .nav-link.active, html[dir][data-theme=darkmode] .nav-pills .show > .nav-link {
  background-color: #007bff;
}
html[data-theme=darkmode] .nav-fill > .nav-link,
html[data-theme=darkmode] .nav-fill .nav-item {
  flex: 1 1 auto;
}
html[dir][data-theme=darkmode] .nav-fill > .nav-link, html[dir][data-theme=darkmode] .nav-fill .nav-item {
  text-align: center;
}
html[data-theme=darkmode] .nav-justified > .nav-link,
html[data-theme=darkmode] .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
}
html[dir][data-theme=darkmode] .nav-justified > .nav-link, html[dir][data-theme=darkmode] .nav-justified .nav-item {
  text-align: center;
}
html[data-theme=darkmode] .nav-fill .nav-item .nav-link,
html[data-theme=darkmode] .nav-justified .nav-item .nav-link {
  width: 100%;
}
html[data-theme=darkmode] .tab-content > .tab-pane {
  display: none;
}
html[data-theme=darkmode] .tab-content > .active {
  display: block;
}
html[data-theme=darkmode] .navbar, html[data-theme=darkmode] .ta-navbar-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
html[dir][data-theme=darkmode] .navbar, html[dir][data-theme=darkmode] .ta-navbar-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html[data-theme=darkmode] .navbar > .container, html[data-theme=darkmode] .ta-navbar-top > .container, html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container, html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container, html[data-theme=darkmode] html[data-theme=default] .navbar .ta-navbar-top > .container, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container,
html[data-theme=darkmode] .navbar > .container-fluid,
html[data-theme=darkmode] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .navbar .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] .navbar > .container-sm,
html[data-theme=darkmode] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] .navbar > .container-md,
html[data-theme=darkmode] .ta-navbar-top > .container-md,
html[data-theme=darkmode] .navbar > .container-lg,
html[data-theme=darkmode] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] .navbar > .container-xl,
html[data-theme=darkmode] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] .navbar > .container-xxl,
html[data-theme=darkmode] .ta-navbar-top > .container-xxl, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container, html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xxl, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xxl, html[data-theme=darkmode] html[data-theme=default] .navbar > .container, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .navbar > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xxl, html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container, html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-fluid,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-fluid,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-md,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .navbar > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-sm,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .navbar > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-sm,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .navbar .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-sm,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-sm,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .navbar > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-md,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .navbar > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-md,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-md,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .navbar .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-md,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-md,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .navbar > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-lg,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .navbar > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-lg,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .navbar .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-lg,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-lg,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .navbar > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xl,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .navbar > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xl,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .navbar .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xl,
html[data-theme=default] html[data-theme=darkmode] .navbar > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .navbar > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top html[data-theme=darkmode] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .navbar > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .navbar > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .navbar .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] .navbar html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] .ta-navbar-top html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .navbar .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-top > .container-xxl,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xxl,
html[data-theme=default] html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
html[data-theme=darkmode] .navbar-brand, html[data-theme=darkmode] .ta-navbar-brand {
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
html[dir][data-theme=darkmode] .navbar-brand, html[dir][data-theme=darkmode] .ta-navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
html[dir=ltr][data-theme=darkmode] .navbar-brand, html[dir=ltr][data-theme=darkmode] .ta-navbar-brand {
  margin-right: 1rem;
}
html[dir=rtl][data-theme=darkmode] .navbar-brand, html[dir=rtl][data-theme=darkmode] .ta-navbar-brand {
  margin-left: 1rem;
}
html[data-theme=darkmode] .navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
}
html[dir][data-theme=darkmode] .navbar-nav {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .navbar-nav {
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .navbar-nav {
  padding-right: 0;
}
html[dir=ltr][data-theme=darkmode] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
html[data-theme=darkmode] .navbar-nav .dropdown-menu {
  position: static;
}
html[dir][data-theme=darkmode] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html[data-theme=darkmode] .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
html[data-theme=darkmode] .navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  transition: box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .navbar-toggler {
    transition: none;
  }
}
html[data-theme=darkmode] .navbar-toggler:hover {
  text-decoration: none;
}
html[data-theme=darkmode] .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
}
html[dir][data-theme=darkmode] .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
}
html[data-theme=darkmode] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
html[dir][data-theme=darkmode] .navbar-toggler-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
html[data-theme=darkmode] .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=darkmode] .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=darkmode] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=darkmode] .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=darkmode] .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=darkmode] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=darkmode] .navbar-expand-sm .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-sm .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-sm .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=darkmode] .navbar-expand-sm .offcanvas-top,
  html[data-theme=darkmode] .navbar-expand-sm .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=darkmode] .navbar-expand-sm .offcanvas-top, html[dir][data-theme=darkmode] .navbar-expand-sm .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=darkmode] .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=darkmode] .navbar-expand-sm .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 768px) {
  html[data-theme=darkmode] .navbar-expand-md, html[data-theme=darkmode] .ta-navbar-top {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=darkmode] .navbar-expand-md .navbar-nav, html[data-theme=darkmode] .ta-navbar-top .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=darkmode] .navbar-expand-md .navbar-nav .dropdown-menu, html[data-theme=darkmode] .ta-navbar-top .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-md .navbar-nav .nav-link, html[dir=ltr][data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-md .navbar-nav .nav-link, html[dir=rtl][data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=darkmode] .navbar-expand-md .navbar-nav-scroll, html[data-theme=darkmode] .ta-navbar-top .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=darkmode] .navbar-expand-md .navbar-collapse, html[data-theme=darkmode] .ta-navbar-top .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=darkmode] .navbar-expand-md .navbar-toggler, html[data-theme=darkmode] .ta-navbar-top .navbar-toggler {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-md .offcanvas-header, html[data-theme=darkmode] .ta-navbar-top .offcanvas-header {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-md .offcanvas, html[data-theme=darkmode] .ta-navbar-top .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=darkmode] .navbar-expand-md .offcanvas, html[dir][data-theme=darkmode] .ta-navbar-top .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-md .offcanvas, html[dir=ltr][data-theme=darkmode] .ta-navbar-top .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-md .offcanvas, html[dir=rtl][data-theme=darkmode] .ta-navbar-top .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=darkmode] .navbar-expand-md .offcanvas-top, html[data-theme=darkmode] .ta-navbar-top .offcanvas-top,
  html[data-theme=darkmode] .navbar-expand-md .offcanvas-bottom,
  html[data-theme=darkmode] .ta-navbar-top .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=darkmode] .navbar-expand-md .offcanvas-top, html[dir][data-theme=darkmode] .ta-navbar-top .offcanvas-top, html[dir][data-theme=darkmode] .navbar-expand-md .offcanvas-bottom, html[dir][data-theme=darkmode] .ta-navbar-top .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=darkmode] .navbar-expand-md .offcanvas-body, html[data-theme=darkmode] .ta-navbar-top .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=darkmode] .navbar-expand-md .offcanvas-body, html[dir][data-theme=darkmode] .ta-navbar-top .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=darkmode] .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=darkmode] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=darkmode] .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=darkmode] .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=darkmode] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=darkmode] .navbar-expand-lg .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-lg .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-lg .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=darkmode] .navbar-expand-lg .offcanvas-top,
  html[data-theme=darkmode] .navbar-expand-lg .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=darkmode] .navbar-expand-lg .offcanvas-top, html[dir][data-theme=darkmode] .navbar-expand-lg .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=darkmode] .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=darkmode] .navbar-expand-lg .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=darkmode] .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=darkmode] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=darkmode] .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=darkmode] .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=darkmode] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=darkmode] .navbar-expand-xl .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-xl .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-xl .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=darkmode] .navbar-expand-xl .offcanvas-top,
  html[data-theme=darkmode] .navbar-expand-xl .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=darkmode] .navbar-expand-xl .offcanvas-top, html[dir][data-theme=darkmode] .navbar-expand-xl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=darkmode] .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=darkmode] .navbar-expand-xl .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  html[data-theme=darkmode] .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    transition: none;
  }
  html[dir][data-theme=darkmode] .navbar-expand-xxl .offcanvas {
    background-color: transparent;
    transform: none;
  }
  html[dir=ltr][data-theme=darkmode] .navbar-expand-xxl .offcanvas {
    border-right: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .navbar-expand-xxl .offcanvas {
    border-left: 0;
    border-right: 0;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .offcanvas-top,
  html[data-theme=darkmode] .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
  }
  html[dir][data-theme=darkmode] .navbar-expand-xxl .offcanvas-top, html[dir][data-theme=darkmode] .navbar-expand-xxl .offcanvas-bottom {
    border-top: 0;
    border-bottom: 0;
  }
  html[data-theme=darkmode] .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
  }
  html[dir][data-theme=darkmode] .navbar-expand-xxl .offcanvas-body {
    padding: 0;
  }
}
html[data-theme=darkmode] .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
html[data-theme=darkmode] .navbar-expand .navbar-nav {
  flex-direction: row;
}
html[data-theme=darkmode] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
html[dir=ltr][data-theme=darkmode] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html[dir=rtl][data-theme=darkmode] .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
html[data-theme=darkmode] .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
html[data-theme=darkmode] .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
html[data-theme=darkmode] .navbar-expand .navbar-toggler {
  display: none;
}
html[data-theme=darkmode] .navbar-expand .offcanvas-header {
  display: none;
}
html[data-theme=darkmode] .navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  transition: none;
}
html[dir][data-theme=darkmode] .navbar-expand .offcanvas {
  background-color: transparent;
  transform: none;
}
html[dir=ltr][data-theme=darkmode] .navbar-expand .offcanvas {
  border-right: 0;
  border-left: 0;
}
html[dir=rtl][data-theme=darkmode] .navbar-expand .offcanvas {
  border-left: 0;
  border-right: 0;
}
html[data-theme=darkmode] .navbar-expand .offcanvas-top,
html[data-theme=darkmode] .navbar-expand .offcanvas-bottom {
  height: auto;
}
html[dir][data-theme=darkmode] .navbar-expand .offcanvas-top, html[dir][data-theme=darkmode] .navbar-expand .offcanvas-bottom {
  border-top: 0;
  border-bottom: 0;
}
html[data-theme=darkmode] .navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
}
html[dir][data-theme=darkmode] .navbar-expand .offcanvas-body {
  padding: 0;
}
html[data-theme=darkmode] .navbar-light .navbar-brand, html[data-theme=darkmode] .navbar-light .ta-navbar-brand, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-brand, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-brand, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-brand, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand {
  color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .navbar-light .navbar-brand:hover, html[data-theme=darkmode] .navbar-light .ta-navbar-brand:hover, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-brand:hover, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-brand:hover, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-brand:hover, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:hover, html[data-theme=darkmode] .navbar-light .navbar-brand:focus, html[data-theme=darkmode] .navbar-light .ta-navbar-brand:focus, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-brand:focus, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .ta-navbar-brand:focus, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-brand:focus, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:focus {
  color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .navbar-light .navbar-nav .nav-link, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link {
  color: rgba(248, 249, 250, 0.7);
}
html[data-theme=darkmode] .navbar-light .navbar-nav .nav-link:hover, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:hover, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:hover, html[data-theme=darkmode] .navbar-light .navbar-nav .nav-link:focus, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:focus, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:focus {
  color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.disabled, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.disabled, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
html[data-theme=darkmode] .navbar-light .navbar-nav .show > .nav-link, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .show > .nav-link, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .show > .nav-link,
html[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.active,
html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.active,
html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.active {
  color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .navbar-light .navbar-toggler, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-toggler, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-toggler {
  color: rgba(248, 249, 250, 0.7);
}
html[dir][data-theme=darkmode] .navbar-light .navbar-toggler, html[dir][data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-toggler, html[dir][data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-toggler {
  border-color: rgba(24, 26, 27, 0.1);
}
html[dir][data-theme=darkmode] .navbar-light .navbar-toggler-icon, html[dir][data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-toggler-icon, html[dir][data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28248, 249, 250, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
html[data-theme=darkmode] .navbar-light .navbar-text, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-text, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-text {
  color: rgba(248, 249, 250, 0.7);
}
html[data-theme=darkmode] .navbar-light .navbar-text a, html[data-theme=darkmode] html[data-theme=default] .ta-navbar-top .navbar-text a, html[data-theme=default] html[data-theme=darkmode] .ta-navbar-top .navbar-text a,
html[data-theme=darkmode] .navbar-light .navbar-text a:hover,
html[data-theme=darkmode] .navbar-light .navbar-text a:focus {
  color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .navbar-dark .navbar-brand, html[data-theme=darkmode] .ta-navbar-top .navbar-brand, html[data-theme=darkmode] .navbar-dark .ta-navbar-brand, html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand {
  color: #fff;
}
html[data-theme=darkmode] .navbar-dark .navbar-brand:hover, html[data-theme=darkmode] .ta-navbar-top .navbar-brand:hover, html[data-theme=darkmode] .navbar-dark .ta-navbar-brand:hover, html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:hover, html[data-theme=darkmode] .navbar-dark .navbar-brand:focus, html[data-theme=darkmode] .ta-navbar-top .navbar-brand:focus, html[data-theme=darkmode] .navbar-dark .ta-navbar-brand:focus, html[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:focus {
  color: #fff;
}
html[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link, html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
html[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link:hover, html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:hover, html[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link:focus, html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:focus {
  color: #fff;
}
html[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.disabled, html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
html[data-theme=darkmode] .navbar-dark .navbar-nav .show > .nav-link, html[data-theme=darkmode] .ta-navbar-top .navbar-nav .show > .nav-link,
html[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.active,
html[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.active {
  color: #fff;
}
html[data-theme=darkmode] .navbar-dark .navbar-toggler, html[data-theme=darkmode] .ta-navbar-top .navbar-toggler {
  color: rgba(255, 255, 255, 0.6);
}
html[dir][data-theme=darkmode] .navbar-dark .navbar-toggler, html[dir][data-theme=darkmode] .ta-navbar-top .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
html[dir][data-theme=darkmode] .navbar-dark .navbar-toggler-icon, html[dir][data-theme=darkmode] .ta-navbar-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
html[data-theme=darkmode] .navbar-dark .navbar-text, html[data-theme=darkmode] .ta-navbar-top .navbar-text {
  color: rgba(255, 255, 255, 0.6);
}
html[data-theme=darkmode] .navbar-dark .navbar-text a, html[data-theme=darkmode] .ta-navbar-top .navbar-text a,
html[data-theme=darkmode] .navbar-dark .navbar-text a:hover,
html[data-theme=darkmode] .navbar-dark .navbar-text a:focus {
  color: #fff;
}
html[data-theme=darkmode] .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
html[dir][data-theme=darkmode] .card {
  background-color: rgb(24, 26, 27);
  background-clip: border-box;
  border: 1px solid rgba(140, 130, 115, 0.13);
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] .card > hr {
  margin-left: 0;
  margin-right: 0;
}
html[dir][data-theme=darkmode] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
html[dir][data-theme=darkmode] .card > .list-group:first-child {
  border-top-width: 0;
}
html[dir=ltr][data-theme=darkmode] .card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .card > .list-group:first-child {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=darkmode] .card > .list-group:last-child {
  border-bottom-width: 0;
}
html[dir=ltr][data-theme=darkmode] .card > .list-group:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=darkmode] .card > .card-header + .list-group, html[dir][data-theme=darkmode] .card > .list-group + .card-footer {
  border-top: 0;
}
html[data-theme=darkmode] .card-body {
  flex: 1 1 auto;
}
html[dir][data-theme=darkmode] .card-body {
  padding: 1rem 1rem;
}
html[dir][data-theme=darkmode] .card-title {
  margin-bottom: 0.5rem;
}
html[dir][data-theme=darkmode] .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
html[dir][data-theme=darkmode] .card-text:last-child {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .card-link + .card-link {
  margin-left: 1rem;
}
html[dir=rtl][data-theme=darkmode] .card-link + .card-link {
  margin-right: 1rem;
}
html[dir][data-theme=darkmode] .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(140, 130, 115, 0.13);
  border-bottom: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir][data-theme=darkmode] .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
html[dir][data-theme=darkmode] .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(140, 130, 115, 0.13);
  border-top: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir][data-theme=darkmode] .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
html[dir][data-theme=darkmode] .card-header-tabs {
  margin-bottom: -0.5rem;
  border-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .card-header-tabs {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
html[dir=rtl][data-theme=darkmode] .card-header-tabs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
html[dir=ltr][data-theme=darkmode] .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
html[dir=rtl][data-theme=darkmode] .card-header-pills {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
html[data-theme=darkmode] .card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}
html[dir][data-theme=darkmode] .card-img-overlay {
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=darkmode] .card-img-overlay {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .card-img-overlay {
  left: 0;
  right: 0;
}
html[data-theme=darkmode] .card-img,
html[data-theme=darkmode] .card-img-top,
html[data-theme=darkmode] .card-img-bottom {
  width: 100%;
}
html[dir=ltr][data-theme=darkmode] .card-img, html[dir=ltr][data-theme=darkmode] .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .card-img, html[dir=rtl][data-theme=darkmode] .card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=darkmode] .card-img, html[dir=ltr][data-theme=darkmode] .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .card-img, html[dir=rtl][data-theme=darkmode] .card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=darkmode] .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  html[data-theme=darkmode] .card-group > .card {
    flex: 1 0 0%;
  }
  html[dir][data-theme=darkmode] .card-group > .card {
    margin-bottom: 0;
  }
  html[dir=ltr][data-theme=darkmode] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  html[dir=rtl][data-theme=darkmode] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:last-child) .card-img-top, html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:last-child) .card-img-top, html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:last-child) .card-img-bottom, html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:last-child) .card-img-bottom, html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:first-child) .card-img-top, html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:first-child) .card-img-top, html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:first-child) .card-img-bottom, html[dir=ltr][data-theme=darkmode] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:first-child) .card-img-bottom, html[dir=rtl][data-theme=darkmode] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
}
html[data-theme=darkmode] .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
html[dir][data-theme=darkmode] .accordion-button {
  padding: 1rem 1.25rem;
  background-color: rgb(24, 26, 27);
  border: 0;
  border-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .accordion-button {
  text-align: left;
}
html[dir=rtl][data-theme=darkmode] .accordion-button {
  text-align: right;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .accordion-button {
    transition: none;
  }
}
html[data-theme=darkmode] .accordion-button:not(.collapsed) {
  color: #006fe6;
}
html[dir][data-theme=darkmode] .accordion-button:not(.collapsed) {
  background-color: #e6f2ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
html[dir][data-theme=darkmode] .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006fe6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
html[dir=ltr][data-theme=darkmode] .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
html[dir=rtl][data-theme=darkmode] .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
html[data-theme=darkmode] .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  transition: transform 0.2s ease-in-out;
}
html[dir][data-theme=darkmode] .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
html[dir=ltr][data-theme=darkmode] .accordion-button::after {
  margin-left: auto;
}
html[dir=rtl][data-theme=darkmode] .accordion-button::after {
  margin-right: auto;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .accordion-button::after {
    transition: none;
  }
}
html[data-theme=darkmode] .accordion-button:hover {
  z-index: 2;
}
html[data-theme=darkmode] .accordion-button:focus {
  z-index: 3;
  outline: 0;
}
html[dir][data-theme=darkmode] .accordion-button:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[dir][data-theme=darkmode] .accordion-header {
  margin-bottom: 0;
}
html[dir][data-theme=darkmode] .accordion-item {
  background-color: rgb(24, 26, 27);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html[dir=ltr][data-theme=darkmode] .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
html[dir=rtl][data-theme=darkmode] .accordion-item:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .accordion-item:first-of-type .accordion-button {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir][data-theme=darkmode] .accordion-item:not(:first-of-type) {
  border-top: 0;
}
html[dir=ltr][data-theme=darkmode] .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl][data-theme=darkmode] .accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=darkmode] .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl][data-theme=darkmode] .accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir][data-theme=darkmode] .accordion-body {
  padding: 1rem 1.25rem;
}
html[dir][data-theme=darkmode] .accordion-flush .accordion-collapse {
  border-width: 0;
}
html[dir][data-theme=darkmode] .accordion-flush .accordion-item {
  border-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
html[dir=rtl][data-theme=darkmode] .accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
}
html[dir][data-theme=darkmode] .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
html[dir][data-theme=darkmode] .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
html[dir][data-theme=darkmode] .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
html[data-theme=darkmode] .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
html[dir][data-theme=darkmode] .breadcrumb {
  padding: 0 0;
  margin-bottom: 1rem;
  background-color: rgba(140, 130, 115, 0.13);
}
html[dir=ltr][data-theme=darkmode] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
html[dir=rtl][data-theme=darkmode] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
html[data-theme=darkmode] .breadcrumb-item + .breadcrumb-item::before {
  color: #888;
}
html[dir=ltr][data-theme=darkmode] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
html[dir=rtl][data-theme=darkmode] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  content: var(--bs-breadcrumb-divider, "/");
}
html[data-theme=darkmode] .breadcrumb-item.active {
  color: #888;
}
html[data-theme=darkmode] .pagination, html[data-theme=darkmode] ul.pager {
  display: flex;
  list-style: none;
}
html[dir=ltr][data-theme=darkmode] .pagination, html[dir=ltr][data-theme=darkmode] ul.pager {
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .pagination, html[dir=rtl][data-theme=darkmode] ul.pager {
  padding-right: 0;
}
html[data-theme=darkmode] .page-link, html[data-theme=darkmode] ul.pager li a, html[data-theme=default] ul.pager li html[data-theme=darkmode] a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .page-link, html[dir][data-theme=darkmode] ul.pager li a, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] a {
  background-color: rgb(24, 26, 27);
  border: 1px solid rgba(140, 130, 115, 0.13);
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .page-link, html[data-theme=darkmode] ul.pager li a, html[data-theme=default] ul.pager li html[data-theme=darkmode] a {
    transition: none;
  }
}
html[data-theme=darkmode] .page-link:hover, html[data-theme=darkmode] ul.pager li a:hover, html[data-theme=default] ul.pager li html[data-theme=darkmode] a:hover {
  z-index: 2;
  color: #fff;
}
html[dir][data-theme=darkmode] .page-link:hover, html[dir][data-theme=darkmode] ul.pager li a:hover, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] a:hover {
  background-color: #303436;
  border-color: transparent;
}
html[data-theme=darkmode] .page-link:focus, html[data-theme=darkmode] ul.pager li a:focus, html[data-theme=default] ul.pager li html[data-theme=darkmode] a:focus {
  z-index: 3;
  color: #0062cc;
  outline: 0;
}
html[dir][data-theme=darkmode] .page-link:focus, html[dir][data-theme=darkmode] ul.pager li a:focus, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] a:focus {
  background-color: #ebebeb;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[dir=ltr][data-theme=darkmode] .page-item:not(:first-child) .page-link, html[dir=ltr][data-theme=darkmode] .page-item:not(:first-child) ul.pager li a, html[dir=ltr][data-theme=darkmode] ul.pager li .page-item:not(:first-child) a, html[dir=ltr][data-theme=darkmode] ul.pager li:not(:first-child) .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li:not(:first-child) a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] li:not(:first-child) .page-link, html[dir=ltr][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item:not(:first-child) a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] li:not(:first-child) a {
  margin-left: -1px;
}
html[dir=rtl][data-theme=darkmode] .page-item:not(:first-child) .page-link, html[dir=rtl][data-theme=darkmode] .page-item:not(:first-child) ul.pager li a, html[dir=rtl][data-theme=darkmode] ul.pager li .page-item:not(:first-child) a, html[dir=rtl][data-theme=darkmode] ul.pager li:not(:first-child) .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li:not(:first-child) a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] li:not(:first-child) .page-link, html[dir=rtl][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item:not(:first-child) a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] li:not(:first-child) a {
  margin-right: -1px;
}
html[data-theme=darkmode] .page-item.active .page-link, html[data-theme=darkmode] .page-item.active ul.pager li a, html[data-theme=darkmode] ul.pager li .page-item.active a, html[data-theme=darkmode] ul.pager li.active .page-link, html[data-theme=darkmode] ul.pager li.active a, html[data-theme=default] ul.pager html[data-theme=darkmode] li.active .page-link, html[data-theme=default] ul.pager li html[data-theme=darkmode] .page-item.active a, html[data-theme=default] ul.pager html[data-theme=darkmode] li.active a {
  z-index: 3;
  color: #fff;
}
html[dir][data-theme=darkmode] .page-item.active .page-link, html[dir][data-theme=darkmode] .page-item.active ul.pager li a, html[dir][data-theme=darkmode] ul.pager li .page-item.active a, html[dir][data-theme=darkmode] ul.pager li.active .page-link, html[dir][data-theme=darkmode] ul.pager li.active a, html[dir][data-theme=default] ul.pager html[data-theme=darkmode] li.active .page-link, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item.active a, html[dir][data-theme=default] ul.pager html[data-theme=darkmode] li.active a {
  background-color: #007bff;
  border-color: rgba(140, 130, 115, 0.13);
}
html[data-theme=darkmode] .page-item.disabled .page-link, html[data-theme=darkmode] .page-item.disabled ul.pager li a, html[data-theme=darkmode] ul.pager li .page-item.disabled a, html[data-theme=darkmode] ul.pager li.disabled .page-link, html[data-theme=darkmode] ul.pager li.disabled a, html[data-theme=default] ul.pager html[data-theme=darkmode] li.disabled .page-link, html[data-theme=default] ul.pager li html[data-theme=darkmode] .page-item.disabled a, html[data-theme=default] ul.pager html[data-theme=darkmode] li.disabled a {
  color: #fff;
  pointer-events: none;
}
html[dir][data-theme=darkmode] .page-item.disabled .page-link, html[dir][data-theme=darkmode] .page-item.disabled ul.pager li a, html[dir][data-theme=darkmode] ul.pager li .page-item.disabled a, html[dir][data-theme=darkmode] ul.pager li.disabled .page-link, html[dir][data-theme=darkmode] ul.pager li.disabled a, html[dir][data-theme=default] ul.pager html[data-theme=darkmode] li.disabled .page-link, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item.disabled a, html[dir][data-theme=default] ul.pager html[data-theme=darkmode] li.disabled a {
  background-color: #303436;
  border-color: rgba(140, 130, 115, 0.13);
}
html[dir][data-theme=darkmode] .page-link, html[dir][data-theme=darkmode] ul.pager li a, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] a {
  padding: 0.375rem 0.75rem;
}
html[dir=ltr][data-theme=darkmode] .page-item:first-child .page-link, html[dir=ltr][data-theme=darkmode] .page-item:first-child ul.pager li a, html[dir=ltr][data-theme=darkmode] ul.pager li .page-item:first-child a, html[dir=ltr][data-theme=darkmode] ul.pager li:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li:first-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] li:first-child .page-link, html[dir=ltr][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item:first-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] li:first-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[dir=rtl][data-theme=darkmode] .page-item:first-child .page-link, html[dir=rtl][data-theme=darkmode] .page-item:first-child ul.pager li a, html[dir=rtl][data-theme=darkmode] ul.pager li .page-item:first-child a, html[dir=rtl][data-theme=darkmode] ul.pager li:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li:first-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] li:first-child .page-link, html[dir=rtl][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item:first-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] li:first-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .page-item:last-child .page-link, html[dir=ltr][data-theme=darkmode] .page-item:last-child ul.pager li a, html[dir=ltr][data-theme=darkmode] ul.pager li .page-item:last-child a, html[dir=ltr][data-theme=darkmode] ul.pager li:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager li:last-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] li:last-child .page-link, html[dir=ltr][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item:last-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
html[dir=rtl][data-theme=darkmode] .page-item:last-child .page-link, html[dir=rtl][data-theme=darkmode] .page-item:last-child ul.pager li a, html[dir=rtl][data-theme=darkmode] ul.pager li .page-item:last-child a, html[dir=rtl][data-theme=darkmode] ul.pager li:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager li:last-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] li:last-child .page-link, html[dir=rtl][data-theme=default] ul.pager li html[data-theme=darkmode] .page-item:last-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] li:last-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
html[data-theme=darkmode] .pagination-lg .page-link, html[data-theme=darkmode] .pagination-lg ul.pager li a, html[data-theme=darkmode] ul.pager li .pagination-lg a, html[data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-lg a {
  font-size: 1.25rem;
}
html[dir][data-theme=darkmode] .pagination-lg .page-link, html[dir][data-theme=darkmode] .pagination-lg ul.pager li a, html[dir][data-theme=darkmode] ul.pager li .pagination-lg a, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-lg a {
  padding: 0.75rem 1.5rem;
}
html[dir=ltr][data-theme=darkmode] .pagination-lg .page-item:first-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-lg .page-item:first-child ul.pager li a, html[dir=ltr][data-theme=darkmode] ul.pager li .pagination-lg .page-item:first-child a, html[dir=ltr][data-theme=darkmode] .pagination-lg ul.pager li:first-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-lg ul.pager li:first-child a, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-lg li:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-lg li:first-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:first-child .page-link, html[dir=ltr][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-lg .page-item:first-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
html[dir=rtl][data-theme=darkmode] .pagination-lg .page-item:first-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-lg .page-item:first-child ul.pager li a, html[dir=rtl][data-theme=darkmode] ul.pager li .pagination-lg .page-item:first-child a, html[dir=rtl][data-theme=darkmode] .pagination-lg ul.pager li:first-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-lg ul.pager li:first-child a, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-lg li:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-lg li:first-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:first-child .page-link, html[dir=rtl][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-lg .page-item:first-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:first-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
html[dir=ltr][data-theme=darkmode] .pagination-lg .page-item:last-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-lg .page-item:last-child ul.pager li a, html[dir=ltr][data-theme=darkmode] ul.pager li .pagination-lg .page-item:last-child a, html[dir=ltr][data-theme=darkmode] .pagination-lg ul.pager li:last-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-lg ul.pager li:last-child a, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-lg li:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-lg li:last-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:last-child .page-link, html[dir=ltr][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-lg .page-item:last-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
html[dir=rtl][data-theme=darkmode] .pagination-lg .page-item:last-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-lg .page-item:last-child ul.pager li a, html[dir=rtl][data-theme=darkmode] ul.pager li .pagination-lg .page-item:last-child a, html[dir=rtl][data-theme=darkmode] .pagination-lg ul.pager li:last-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-lg ul.pager li:last-child a, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-lg li:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-lg li:last-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:last-child .page-link, html[dir=rtl][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-lg .page-item:last-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-lg li:last-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
html[data-theme=darkmode] .pagination-sm .page-link, html[data-theme=darkmode] .pagination-sm ul.pager li a, html[data-theme=darkmode] ul.pager li .pagination-sm a, html[data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-sm a {
  font-size: 0.875rem;
}
html[dir][data-theme=darkmode] .pagination-sm .page-link, html[dir][data-theme=darkmode] .pagination-sm ul.pager li a, html[dir][data-theme=darkmode] ul.pager li .pagination-sm a, html[dir][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-sm a {
  padding: 0.25rem 0.5rem;
}
html[dir=ltr][data-theme=darkmode] .pagination-sm .page-item:first-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-sm .page-item:first-child ul.pager li a, html[dir=ltr][data-theme=darkmode] ul.pager li .pagination-sm .page-item:first-child a, html[dir=ltr][data-theme=darkmode] .pagination-sm ul.pager li:first-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-sm ul.pager li:first-child a, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-sm li:first-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-sm li:first-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:first-child .page-link, html[dir=ltr][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-sm .page-item:first-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
html[dir=rtl][data-theme=darkmode] .pagination-sm .page-item:first-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-sm .page-item:first-child ul.pager li a, html[dir=rtl][data-theme=darkmode] ul.pager li .pagination-sm .page-item:first-child a, html[dir=rtl][data-theme=darkmode] .pagination-sm ul.pager li:first-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-sm ul.pager li:first-child a, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-sm li:first-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-sm li:first-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:first-child .page-link, html[dir=rtl][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-sm .page-item:first-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:first-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
html[dir=ltr][data-theme=darkmode] .pagination-sm .page-item:last-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-sm .page-item:last-child ul.pager li a, html[dir=ltr][data-theme=darkmode] ul.pager li .pagination-sm .page-item:last-child a, html[dir=ltr][data-theme=darkmode] .pagination-sm ul.pager li:last-child .page-link, html[dir=ltr][data-theme=darkmode] .pagination-sm ul.pager li:last-child a, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-sm li:last-child .page-link, html[dir=ltr][data-theme=darkmode] ul.pager .pagination-sm li:last-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:last-child .page-link, html[dir=ltr][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-sm .page-item:last-child a, html[dir=ltr][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
html[dir=rtl][data-theme=darkmode] .pagination-sm .page-item:last-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-sm .page-item:last-child ul.pager li a, html[dir=rtl][data-theme=darkmode] ul.pager li .pagination-sm .page-item:last-child a, html[dir=rtl][data-theme=darkmode] .pagination-sm ul.pager li:last-child .page-link, html[dir=rtl][data-theme=darkmode] .pagination-sm ul.pager li:last-child a, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-sm li:last-child .page-link, html[dir=rtl][data-theme=darkmode] ul.pager .pagination-sm li:last-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:last-child .page-link, html[dir=rtl][data-theme=default] ul.pager li html[data-theme=darkmode] .pagination-sm .page-item:last-child a, html[dir=rtl][data-theme=default] ul.pager html[data-theme=darkmode] .pagination-sm li:last-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
html[data-theme=darkmode] .badge {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
}
html[dir][data-theme=darkmode] .badge {
  padding: 0.35em 0.65em;
  text-align: center;
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .badge:empty {
  display: none;
}
html[data-theme=darkmode] .btn .badge, html[data-theme=darkmode] .button .badge, html[data-theme=darkmode] .bootstrap-select .popover-header .close .badge, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close .badge {
  position: relative;
  top: -1px;
}
html[data-theme=darkmode] .alert, html[data-theme=darkmode] .validation-summary-errors, html[data-theme=darkmode] .message {
  position: relative;
}
html[dir][data-theme=darkmode] .alert, html[dir][data-theme=darkmode] .validation-summary-errors, html[dir][data-theme=darkmode] .message {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .alert-heading {
  color: inherit;
}
html[data-theme=darkmode] .alert-link {
  font-weight: 700;
}
html[dir=ltr][data-theme=darkmode] .alert-dismissible {
  padding-right: 3rem;
}
html[dir=rtl][data-theme=darkmode] .alert-dismissible {
  padding-left: 3rem;
}
html[data-theme=darkmode] .alert-dismissible .btn-close, html[data-theme=darkmode] .alert-dismissible .bootstrap-select .popover-header .close, html[data-theme=darkmode] .bootstrap-select .popover-header .alert-dismissible .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .alert-dismissible .close {
  position: absolute;
  top: 0;
  z-index: 2;
}
html[dir][data-theme=darkmode] .alert-dismissible .btn-close, html[dir][data-theme=darkmode] .alert-dismissible .bootstrap-select .popover-header .close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .alert-dismissible .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .alert-dismissible .close {
  padding: 1.25rem 1rem;
}
html[dir=ltr][data-theme=darkmode] .alert-dismissible .btn-close, html[dir=ltr][data-theme=darkmode] .alert-dismissible .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .alert-dismissible .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .alert-dismissible .close {
  right: 0;
}
html[dir=rtl][data-theme=darkmode] .alert-dismissible .btn-close, html[dir=rtl][data-theme=darkmode] .alert-dismissible .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .alert-dismissible .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .alert-dismissible .close {
  left: 0;
}
html[data-theme=darkmode] .alert-primary {
  color: #004a99;
}
html[dir][data-theme=darkmode] .alert-primary {
  background-color: #cce5ff;
  border-color: #b3d7ff;
}
html[data-theme=darkmode] .alert-primary .alert-link {
  color: #003b7a;
}
html[data-theme=darkmode] .alert-secondary {
  color: #41464b;
}
html[dir][data-theme=darkmode] .alert-secondary {
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
html[data-theme=darkmode] .alert-secondary .alert-link {
  color: #34383c;
}
html[data-theme=darkmode] .alert-success, html[data-theme=darkmode] .message-success {
  color: #186429;
}
html[dir][data-theme=darkmode] .alert-success, html[dir][data-theme=darkmode] .message-success {
  background-color: #d4edda;
  border-color: #bfe5c7;
}
html[data-theme=darkmode] .alert-success .alert-link, html[data-theme=darkmode] .message-success .alert-link {
  color: #135021;
}
html[data-theme=darkmode] .alert-info, html[data-theme=darkmode] .message-information {
  color: #1f5b83;
}
html[dir][data-theme=darkmode] .alert-info, html[dir][data-theme=darkmode] .message-information {
  background-color: #d6eaf8;
  border-color: #c2e0f4;
}
html[data-theme=darkmode] .alert-info .alert-link, html[data-theme=darkmode] .message-information .alert-link {
  color: #194969;
}
html[data-theme=darkmode] .alert-warning, html[data-theme=darkmode] .message-warning {
  color: #925e0b;
}
html[dir][data-theme=darkmode] .alert-warning, html[dir][data-theme=darkmode] .message-warning {
  background-color: #fdebd0;
  border-color: #fbe1b8;
}
html[data-theme=darkmode] .alert-warning .alert-link, html[data-theme=darkmode] .message-warning .alert-link {
  color: #754b09;
}
html[data-theme=darkmode] .alert-danger, html[data-theme=darkmode] .validation-summary-errors, html[data-theme=darkmode] .message-error {
  color: #842029;
}
html[dir][data-theme=darkmode] .alert-danger, html[dir][data-theme=darkmode] .validation-summary-errors, html[dir][data-theme=darkmode] .message-error {
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
html[data-theme=darkmode] .alert-danger .alert-link, html[data-theme=darkmode] .validation-summary-errors .alert-link, html[data-theme=darkmode] .message-error .alert-link {
  color: #6a1a21;
}
html[data-theme=darkmode] .alert-light {
  color: #595a5c;
}
html[dir][data-theme=darkmode] .alert-light {
  background-color: #f8f9fa;
  border-color: #f5f6f8;
}
html[data-theme=darkmode] .alert-light .alert-link {
  color: #47484a;
}
html[data-theme=darkmode] .alert-dark {
  color: #0e1010;
}
html[dir][data-theme=darkmode] .alert-dark {
  background-color: #d1d1d1;
  border-color: #bababb;
}
html[data-theme=darkmode] .alert-dark .alert-link {
  color: #0b0d0d;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
html[data-theme=darkmode] .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
}
html[dir][data-theme=darkmode] .progress {
  background-color: rgba(140, 130, 115, 0.13);
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  transition: width 0.6s ease;
}
html[dir][data-theme=darkmode] .progress-bar {
  text-align: center;
  background-color: #007bff;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .progress-bar {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .progress-bar-striped {
  background-size: 1rem 1rem;
}
html[dir=ltr][data-theme=darkmode] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html[dir=rtl][data-theme=darkmode] .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
html[dir=ltr][data-theme=darkmode] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
html[dir=rtl][data-theme=darkmode] .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  html[dir=ltr][data-theme=darkmode] .progress-bar-animated {
    animation: none;
  }
  html[dir=rtl][data-theme=darkmode] .progress-bar-animated {
    animation: none;
  }
}
html[data-theme=darkmode] .list-group {
  display: flex;
  flex-direction: column;
}
html[dir][data-theme=darkmode] .list-group {
  margin-bottom: 0;
  border-radius: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .list-group {
  padding-left: 0;
}
html[dir=rtl][data-theme=darkmode] .list-group {
  padding-right: 0;
}
html[data-theme=darkmode] .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
html[data-theme=darkmode] .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
html[data-theme=darkmode] .list-group-item-action {
  width: 100%;
  color: rgba(140, 130, 115, 0.13);
}
html[dir][data-theme=darkmode] .list-group-item-action {
  text-align: inherit;
}
html[data-theme=darkmode] .list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-action:focus {
  z-index: 1;
  color: rgba(140, 130, 115, 0.13);
  text-decoration: none;
}
html[dir][data-theme=darkmode] .list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-action:focus {
  background-color: rgba(140, 130, 115, 0.13);
}
html[data-theme=darkmode] .list-group-item-action:active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-action:active {
  background-color: #ebebeb;
}
html[data-theme=darkmode] .list-group-item {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
html[dir][data-theme=darkmode] .list-group-item {
  padding: 0.5rem 1rem;
  background-color: rgb(24, 26, 27);
  border: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir=ltr][data-theme=darkmode] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
html[dir=rtl][data-theme=darkmode] .list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
html[dir=ltr][data-theme=darkmode] .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
html[dir=rtl][data-theme=darkmode] .list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
html[data-theme=darkmode] .list-group-item.disabled, html[data-theme=darkmode] .list-group-item:disabled {
  color: #888;
  pointer-events: none;
}
html[dir][data-theme=darkmode] .list-group-item.disabled, html[dir][data-theme=darkmode] .list-group-item:disabled {
  background-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .list-group-item.active {
  z-index: 2;
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item.active {
  background-color: #007bff;
  border-color: #007bff;
}
html[dir][data-theme=darkmode] .list-group-item + html[data-theme=darkmode] .list-group-item {
  border-top-width: 0;
}
html[dir][data-theme=darkmode] .list-group-item + html[data-theme=darkmode] .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
html[data-theme=darkmode] .list-group-horizontal {
  flex-direction: row;
}
html[dir=ltr][data-theme=darkmode] .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .list-group-horizontal > .list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
}
html[dir=ltr][data-theme=darkmode] .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
html[dir=rtl][data-theme=darkmode] .list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
}
html[dir][data-theme=darkmode] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
html[dir][data-theme=darkmode] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
}
html[dir=ltr][data-theme=darkmode] .list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
}
html[dir=rtl][data-theme=darkmode] .list-group-horizontal > .list-group-item + .list-group-item {
  border-right-width: 0;
}
html[dir=ltr][data-theme=darkmode] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
html[dir=rtl][data-theme=darkmode] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .list-group-horizontal-sm {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  html[data-theme=darkmode] .list-group-horizontal-md {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .list-group-horizontal-lg {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .list-group-horizontal-xl {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1400px) {
  html[data-theme=darkmode] .list-group-horizontal-xxl {
    flex-direction: row;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  html[dir][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }
  html[dir=ltr][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  html[dir=rtl][data-theme=darkmode] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
html[dir][data-theme=darkmode] .list-group-flush {
  border-radius: 0;
}
html[dir][data-theme=darkmode] .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
html[dir][data-theme=darkmode] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
html[data-theme=darkmode] .list-group-item-primary {
  color: #004a99;
}
html[dir][data-theme=darkmode] .list-group-item-primary {
  background-color: #cce5ff;
}
html[data-theme=darkmode] .list-group-item-primary.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-primary.list-group-item-action:focus {
  color: #004a99;
}
html[dir][data-theme=darkmode] .list-group-item-primary.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-primary.list-group-item-action:focus {
  background-color: #b8cee6;
}
html[data-theme=darkmode] .list-group-item-primary.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-primary.list-group-item-action.active {
  background-color: #004a99;
  border-color: #004a99;
}
html[data-theme=darkmode] .list-group-item-secondary {
  color: #41464b;
}
html[dir][data-theme=darkmode] .list-group-item-secondary {
  background-color: #e2e3e5;
}
html[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
}
html[dir][data-theme=darkmode] .list-group-item-secondary.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-secondary.list-group-item-action:focus {
  background-color: #cbccce;
}
html[data-theme=darkmode] .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-secondary.list-group-item-action.active {
  background-color: #41464b;
  border-color: #41464b;
}
html[data-theme=darkmode] .list-group-item-success {
  color: #186429;
}
html[dir][data-theme=darkmode] .list-group-item-success {
  background-color: #d4edda;
}
html[data-theme=darkmode] .list-group-item-success.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-success.list-group-item-action:focus {
  color: #186429;
}
html[dir][data-theme=darkmode] .list-group-item-success.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-success.list-group-item-action:focus {
  background-color: #bfd5c4;
}
html[data-theme=darkmode] .list-group-item-success.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-success.list-group-item-action.active {
  background-color: #186429;
  border-color: #186429;
}
html[data-theme=darkmode] .list-group-item-info {
  color: #1f5b83;
}
html[dir][data-theme=darkmode] .list-group-item-info {
  background-color: #d6eaf8;
}
html[data-theme=darkmode] .list-group-item-info.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-info.list-group-item-action:focus {
  color: #1f5b83;
}
html[dir][data-theme=darkmode] .list-group-item-info.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-info.list-group-item-action:focus {
  background-color: #c1d3df;
}
html[data-theme=darkmode] .list-group-item-info.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-info.list-group-item-action.active {
  background-color: #1f5b83;
  border-color: #1f5b83;
}
html[data-theme=darkmode] .list-group-item-warning {
  color: #925e0b;
}
html[dir][data-theme=darkmode] .list-group-item-warning {
  background-color: #fdebd0;
}
html[data-theme=darkmode] .list-group-item-warning.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-warning.list-group-item-action:focus {
  color: #925e0b;
}
html[dir][data-theme=darkmode] .list-group-item-warning.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-warning.list-group-item-action:focus {
  background-color: #e4d4bb;
}
html[data-theme=darkmode] .list-group-item-warning.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-warning.list-group-item-action.active {
  background-color: #925e0b;
  border-color: #925e0b;
}
html[data-theme=darkmode] .list-group-item-danger {
  color: #842029;
}
html[dir][data-theme=darkmode] .list-group-item-danger {
  background-color: #f8d7da;
}
html[data-theme=darkmode] .list-group-item-danger.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
}
html[dir][data-theme=darkmode] .list-group-item-danger.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-danger.list-group-item-action:focus {
  background-color: #dfc2c4;
}
html[data-theme=darkmode] .list-group-item-danger.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-danger.list-group-item-action.active {
  background-color: #842029;
  border-color: #842029;
}
html[data-theme=darkmode] .list-group-item-light {
  color: #595a5c;
}
html[dir][data-theme=darkmode] .list-group-item-light {
  background-color: #f8f9fa;
}
html[data-theme=darkmode] .list-group-item-light.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-light.list-group-item-action:focus {
  color: #595a5c;
}
html[dir][data-theme=darkmode] .list-group-item-light.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-light.list-group-item-action:focus {
  background-color: #dfe0e1;
}
html[data-theme=darkmode] .list-group-item-light.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-light.list-group-item-action.active {
  background-color: #595a5c;
  border-color: #595a5c;
}
html[data-theme=darkmode] .list-group-item-dark {
  color: #0e1010;
}
html[dir][data-theme=darkmode] .list-group-item-dark {
  background-color: #d1d1d1;
}
html[data-theme=darkmode] .list-group-item-dark.list-group-item-action:hover, html[data-theme=darkmode] .list-group-item-dark.list-group-item-action:focus {
  color: #0e1010;
}
html[dir][data-theme=darkmode] .list-group-item-dark.list-group-item-action:hover, html[dir][data-theme=darkmode] .list-group-item-dark.list-group-item-action:focus {
  background-color: #bcbcbc;
}
html[data-theme=darkmode] .list-group-item-dark.list-group-item-action.active {
  color: #fff;
}
html[dir][data-theme=darkmode] .list-group-item-dark.list-group-item-action.active {
  background-color: #0e1010;
  border-color: #0e1010;
}
html[data-theme=darkmode] .btn-close, html[data-theme=darkmode] .bootstrap-select .popover-header .close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  opacity: 0.5;
}
html[dir][data-theme=darkmode] .btn-close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close {
  padding: 0.25em 0.25em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .btn-close:hover, html[data-theme=darkmode] .bootstrap-select .popover-header .close:hover, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
html[data-theme=darkmode] .btn-close:focus, html[data-theme=darkmode] .bootstrap-select .popover-header .close:focus, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:focus {
  outline: 0;
  opacity: 1;
}
html[dir][data-theme=darkmode] .btn-close:focus, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .close:focus, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
html[data-theme=darkmode] .btn-close:disabled, html[data-theme=darkmode] .bootstrap-select .popover-header .close:disabled, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:disabled, html[data-theme=darkmode] .btn-close.disabled, html[data-theme=darkmode] .bootstrap-select .popover-header .disabled.close, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .disabled.close {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
html[data-theme=darkmode] .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
html[data-theme=darkmode] .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
}
html[dir][data-theme=darkmode] .toast {
  background-color: rgba(140, 130, 115, 0.13);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .toast.showing {
  opacity: 0;
}
html[data-theme=darkmode] .toast:not(.show) {
  display: none;
}
html[data-theme=darkmode] .toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
html[dir][data-theme=darkmode] .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
html[data-theme=darkmode] .toast-header {
  display: flex;
  align-items: center;
  color: #888;
}
html[dir][data-theme=darkmode] .toast-header {
  padding: 0.5rem 0.75rem;
  background-color: rgb(24, 26, 27);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
html[dir=ltr][data-theme=darkmode] .toast-header {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .toast-header {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}
html[dir=ltr][data-theme=darkmode] .toast-header .btn-close, html[dir=ltr][data-theme=darkmode] .toast-header .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .toast-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .toast-header .close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
html[dir=rtl][data-theme=darkmode] .toast-header .btn-close, html[dir=rtl][data-theme=darkmode] .toast-header .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .toast-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .toast-header .close {
  margin-left: -0.375rem;
  margin-right: 0.75rem;
}
html[data-theme=darkmode] .toast-body {
  word-wrap: break-word;
}
html[dir][data-theme=darkmode] .toast-body {
  padding: 0.75rem;
}
html[data-theme=darkmode] .modal {
  position: fixed;
  top: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
html[dir=ltr][data-theme=darkmode] .modal {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .modal {
  right: 0;
}
html[data-theme=darkmode] .modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
html[dir][data-theme=darkmode] .modal-dialog {
  margin: 0.5rem;
}
.modal.fade html[data-theme=darkmode] .modal-dialog {
  transition: transform 0.3s ease-out;
}
[dir] .modal.fade html[data-theme=darkmode] .modal-dialog {
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade html[data-theme=darkmode] .modal-dialog {
    transition: none;
  }
}
[dir] .modal.show html[data-theme=darkmode] .modal-dialog {
  transform: none;
}
[dir] .modal.modal-static html[data-theme=darkmode] .modal-dialog {
  transform: scale(1.02);
}
html[data-theme=darkmode] .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
html[data-theme=darkmode] .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
html[data-theme=darkmode] .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
html[data-theme=darkmode] .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
html[data-theme=darkmode] .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}
html[dir][data-theme=darkmode] .modal-content {
  background-color: rgb(24, 26, 27);
  background-clip: padding-box;
  border: 1px solid rgba(140, 130, 115, 0.13);
  border-radius: 0.3rem;
}
html[data-theme=darkmode] .modal-backdrop {
  position: fixed;
  top: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
}
html[dir][data-theme=darkmode] .modal-backdrop {
  background-color: #000;
}
html[dir=ltr][data-theme=darkmode] .modal-backdrop {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .modal-backdrop {
  right: 0;
}
html[data-theme=darkmode] .modal-backdrop.fade {
  opacity: 0;
}
html[data-theme=darkmode] .modal-backdrop.show {
  opacity: 0.5;
}
html[data-theme=darkmode] .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
html[dir][data-theme=darkmode] .modal-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir=ltr][data-theme=darkmode] .modal-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .modal-header {
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
html[dir][data-theme=darkmode] .modal-header .btn-close, html[dir][data-theme=darkmode] .modal-header .bootstrap-select .popover-header .close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .modal-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .modal-header .close {
  padding: 0.5rem 0.5rem;
}
html[dir=ltr][data-theme=darkmode] .modal-header .btn-close, html[dir=ltr][data-theme=darkmode] .modal-header .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .modal-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .modal-header .close {
  margin: -0.5rem -0.5rem -0.5rem auto;
}
html[dir=rtl][data-theme=darkmode] .modal-header .btn-close, html[dir=rtl][data-theme=darkmode] .modal-header .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .modal-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .modal-header .close {
  margin: -0.5rem auto -0.5rem -0.5rem;
}
html[data-theme=darkmode] .modal-title {
  line-height: 1.5;
}
html[dir][data-theme=darkmode] .modal-title {
  margin-bottom: 0;
}
html[data-theme=darkmode] .modal-body {
  position: relative;
  flex: 1 1 auto;
}
html[dir][data-theme=darkmode] .modal-body {
  padding: 1rem;
}
html[data-theme=darkmode] .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
}
html[dir][data-theme=darkmode] .modal-footer {
  padding: 0.75rem;
  border-top: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir=ltr][data-theme=darkmode] .modal-footer {
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .modal-footer {
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}
html[dir][data-theme=darkmode] .modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .modal-dialog {
    max-width: 500px;
  }
  html[dir][data-theme=darkmode] .modal-dialog {
    margin: 1.75rem auto;
  }
  html[data-theme=darkmode] .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  html[data-theme=darkmode] .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  html[data-theme=darkmode] .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .modal-lg,
  html[data-theme=darkmode] .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .modal-xl {
    max-width: 1140px;
  }
}
html[data-theme=darkmode] .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
}
html[dir][data-theme=darkmode] .modal-fullscreen {
  margin: 0;
}
html[data-theme=darkmode] .modal-fullscreen .modal-content {
  height: 100%;
}
html[dir][data-theme=darkmode] .modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
}
html[dir][data-theme=darkmode] .modal-fullscreen .modal-header {
  border-radius: 0;
}
html[data-theme=darkmode] .modal-fullscreen .modal-body {
  overflow-y: auto;
}
html[dir][data-theme=darkmode] .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  html[data-theme=darkmode] .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-sm-down {
    margin: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-sm-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  html[data-theme=darkmode] .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-md-down {
    margin: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-md-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  html[data-theme=darkmode] .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-lg-down {
    margin: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-lg-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  html[data-theme=darkmode] .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xl-down {
    margin: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-xl-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  html[data-theme=darkmode] .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xxl-down {
    margin: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  html[data-theme=darkmode] .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  html[dir][data-theme=darkmode] .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
html[data-theme=darkmode] .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
html[dir][data-theme=darkmode] .tooltip {
  margin: 0;
  text-align: start;
  text-shadow: none;
}
html[dir=ltr][data-theme=darkmode] .tooltip {
  text-align: left;
}
html[dir=rtl][data-theme=darkmode] .tooltip {
  text-align: right;
}
html[data-theme=darkmode] .tooltip.show {
  opacity: 0.9;
}
html[data-theme=darkmode] .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
html[data-theme=darkmode] .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
}
html[dir][data-theme=darkmode] .tooltip .tooltip-arrow::before {
  border-color: transparent;
  border-style: solid;
}
html[dir][data-theme=darkmode] .bs-tooltip-top, html[dir][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
html[data-theme=darkmode] .bs-tooltip-top .tooltip-arrow, html[data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
html[data-theme=darkmode] .bs-tooltip-top .tooltip-arrow::before, html[data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
}
html[dir][data-theme=darkmode] .bs-tooltip-top .tooltip-arrow::before, html[dir][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
html[dir][data-theme=darkmode] .bs-tooltip-end, html[dir][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
html[data-theme=darkmode] .bs-tooltip-end .tooltip-arrow, html[data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  width: 0.4rem;
  height: 0.8rem;
}
html[dir=ltr][data-theme=darkmode] .bs-tooltip-end .tooltip-arrow, html[dir=ltr][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .bs-tooltip-end .tooltip-arrow, html[dir=rtl][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  right: 0;
}
html[dir=ltr][data-theme=darkmode] .bs-tooltip-end .tooltip-arrow::before, html[dir=ltr][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html[dir=rtl][data-theme=darkmode] .bs-tooltip-end .tooltip-arrow::before, html[dir=rtl][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html[dir][data-theme=darkmode] .bs-tooltip-bottom, html[dir][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
html[data-theme=darkmode] .bs-tooltip-bottom .tooltip-arrow, html[data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
html[data-theme=darkmode] .bs-tooltip-bottom .tooltip-arrow::before, html[data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
}
html[dir][data-theme=darkmode] .bs-tooltip-bottom .tooltip-arrow::before, html[dir][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
html[dir][data-theme=darkmode] .bs-tooltip-start, html[dir][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
html[data-theme=darkmode] .bs-tooltip-start .tooltip-arrow, html[data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  width: 0.4rem;
  height: 0.8rem;
}
html[dir=ltr][data-theme=darkmode] .bs-tooltip-start .tooltip-arrow, html[dir=ltr][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
}
html[dir=rtl][data-theme=darkmode] .bs-tooltip-start .tooltip-arrow, html[dir=rtl][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  left: 0;
}
html[dir=ltr][data-theme=darkmode] .bs-tooltip-start .tooltip-arrow::before, html[dir=ltr][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html[dir=rtl][data-theme=darkmode] .bs-tooltip-start .tooltip-arrow::before, html[dir=rtl][data-theme=darkmode] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html[data-theme=darkmode] .tooltip-inner {
  max-width: 200px;
  color: #fff;
}
html[dir][data-theme=darkmode] .tooltip-inner {
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
}
html[dir][data-theme=darkmode] .popover {
  text-align: start;
  text-shadow: none;
  background-color: rgb(24, 26, 27);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
html[dir=ltr][data-theme=darkmode] .popover {
  text-align: left;
}
html[dir=rtl][data-theme=darkmode] .popover {
  text-align: right;
}
html[data-theme=darkmode] .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
html[data-theme=darkmode] .popover .popover-arrow::before, html[data-theme=darkmode] .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
}
html[dir][data-theme=darkmode] .popover .popover-arrow::before, html[dir][data-theme=darkmode] .popover .popover-arrow::after {
  border-color: transparent;
  border-style: solid;
}
html[data-theme=darkmode] .bs-popover-top > .popover-arrow, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
html[data-theme=darkmode] .bs-popover-top > .popover-arrow::before, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
}
html[dir][data-theme=darkmode] .bs-popover-top > .popover-arrow::before, html[dir][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
html[data-theme=darkmode] .bs-popover-top > .popover-arrow::after, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
}
html[dir][data-theme=darkmode] .bs-popover-top > .popover-arrow::after, html[dir][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .bs-popover-end > .popover-arrow, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  width: 0.5rem;
  height: 1rem;
}
html[dir=ltr][data-theme=darkmode] .bs-popover-end > .popover-arrow, html[dir=ltr][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .bs-popover-end > .popover-arrow, html[dir=rtl][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  right: calc(-0.5rem - 1px);
}
html[dir=ltr][data-theme=darkmode] .bs-popover-end > .popover-arrow::before, html[dir=ltr][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html[dir=rtl][data-theme=darkmode] .bs-popover-end > .popover-arrow::before, html[dir=rtl][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html[dir=ltr][data-theme=darkmode] .bs-popover-end > .popover-arrow::after, html[dir=ltr][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(24, 26, 27);
}
html[dir=rtl][data-theme=darkmode] .bs-popover-end > .popover-arrow::after, html[dir=rtl][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .bs-popover-bottom > .popover-arrow, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
html[data-theme=darkmode] .bs-popover-bottom > .popover-arrow::before, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
}
html[dir][data-theme=darkmode] .bs-popover-bottom > .popover-arrow::before, html[dir][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
html[data-theme=darkmode] .bs-popover-bottom > .popover-arrow::after, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
}
html[dir][data-theme=darkmode] .bs-popover-bottom > .popover-arrow::after, html[dir][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .bs-popover-bottom .popover-header::before, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  display: block;
  width: 1rem;
  content: "";
}
html[dir][data-theme=darkmode] .bs-popover-bottom .popover-header::before, html[dir][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir=ltr][data-theme=darkmode] .bs-popover-bottom .popover-header::before, html[dir=ltr][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  left: 50%;
  margin-left: -0.5rem;
}
html[dir=rtl][data-theme=darkmode] .bs-popover-bottom .popover-header::before, html[dir=rtl][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  right: 50%;
  margin-right: -0.5rem;
}
html[data-theme=darkmode] .bs-popover-start > .popover-arrow, html[data-theme=darkmode] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  width: 0.5rem;
  height: 1rem;
}
html[dir=ltr][data-theme=darkmode] .bs-popover-start > .popover-arrow, html[dir=ltr][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .bs-popover-start > .popover-arrow, html[dir=rtl][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  left: calc(-0.5rem - 1px);
}
html[dir=ltr][data-theme=darkmode] .bs-popover-start > .popover-arrow::before, html[dir=ltr][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html[dir=rtl][data-theme=darkmode] .bs-popover-start > .popover-arrow::before, html[dir=rtl][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html[dir=ltr][data-theme=darkmode] .bs-popover-start > .popover-arrow::after, html[dir=ltr][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(24, 26, 27);
}
html[dir=rtl][data-theme=darkmode] .bs-popover-start > .popover-arrow::after, html[dir=rtl][data-theme=darkmode] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .popover-header {
  font-size: 1rem;
}
html[dir][data-theme=darkmode] .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(140, 130, 115, 0.13);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
html[dir=ltr][data-theme=darkmode] .popover-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
html[dir=rtl][data-theme=darkmode] .popover-header {
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
html[data-theme=darkmode] .popover-header:empty {
  display: none;
}
html[data-theme=darkmode] .popover-body {
  color: #fff;
}
html[dir][data-theme=darkmode] .popover-body {
  padding: 1rem 1rem;
}
html[data-theme=darkmode] .carousel {
  position: relative;
}
html[data-theme=darkmode] .carousel.pointer-event {
  touch-action: pan-y;
}
html[data-theme=darkmode] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html[data-theme=darkmode] .carousel-inner::after {
  display: block;
  content: "";
}
html[dir][data-theme=darkmode] .carousel-inner::after {
  clear: both;
}
html[data-theme=darkmode] .carousel-item {
  position: relative;
  display: none;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
html[dir=ltr][data-theme=darkmode] .carousel-item {
  float: left;
  margin-right: -100%;
}
html[dir=rtl][data-theme=darkmode] .carousel-item {
  float: right;
  margin-left: -100%;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .carousel-item {
    transition: none;
  }
}
html[data-theme=darkmode] .carousel-item.active,
html[data-theme=darkmode] .carousel-item-next,
html[data-theme=darkmode] .carousel-item-prev {
  display: block;
}
html[dir=ltr][data-theme=darkmode] .carousel-item-next:not(.carousel-item-start), html[dir=ltr][data-theme=darkmode] .active.carousel-item-end {
  transform: translateX(100%);
}
html[dir=rtl][data-theme=darkmode] .carousel-item-next:not(.carousel-item-start), html[dir=rtl][data-theme=darkmode] .active.carousel-item-end {
  transform: translateX(-100%);
}
html[dir=ltr][data-theme=darkmode] .carousel-item-prev:not(.carousel-item-end), html[dir=ltr][data-theme=darkmode] .active.carousel-item-start {
  transform: translateX(-100%);
}
html[dir=rtl][data-theme=darkmode] .carousel-item-prev:not(.carousel-item-end), html[dir=rtl][data-theme=darkmode] .active.carousel-item-start {
  transform: translateX(100%);
}
html[data-theme=darkmode] .carousel-fade .carousel-item {
  opacity: 0;
}
html[dir][data-theme=darkmode] .carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
}
html[data-theme=darkmode] .carousel-fade .carousel-item.active,
html[data-theme=darkmode] .carousel-fade .carousel-item-next.carousel-item-start,
html[data-theme=darkmode] .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
html[data-theme=darkmode] .carousel-fade .active.carousel-item-start,
html[data-theme=darkmode] .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .carousel-fade .active.carousel-item-start,
  html[data-theme=darkmode] .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
html[data-theme=darkmode] .carousel-control-prev,
html[data-theme=darkmode] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
html[dir][data-theme=darkmode] .carousel-control-prev, html[dir][data-theme=darkmode] .carousel-control-next {
  padding: 0;
  text-align: center;
  background: none;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .carousel-control-prev,
  html[data-theme=darkmode] .carousel-control-next {
    transition: none;
  }
}
html[data-theme=darkmode] .carousel-control-prev:hover, html[data-theme=darkmode] .carousel-control-prev:focus,
html[data-theme=darkmode] .carousel-control-next:hover,
html[data-theme=darkmode] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
html[dir=ltr][data-theme=darkmode] .carousel-control-prev {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .carousel-control-prev {
  right: 0;
}
html[dir=ltr][data-theme=darkmode] .carousel-control-next {
  right: 0;
}
html[dir=rtl][data-theme=darkmode] .carousel-control-next {
  left: 0;
}
html[data-theme=darkmode] .carousel-control-prev-icon,
html[data-theme=darkmode] .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
html[dir][data-theme=darkmode] .carousel-control-prev-icon, html[dir][data-theme=darkmode] .carousel-control-next-icon {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
html[dir][data-theme=darkmode] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
html[dir][data-theme=darkmode] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
html[data-theme=darkmode] .carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  list-style: none;
}
html[dir][data-theme=darkmode] .carousel-indicators {
  padding: 0;
  margin-bottom: 1rem;
}
html[dir=ltr][data-theme=darkmode] .carousel-indicators {
  right: 0;
  left: 0;
  margin-right: 15%;
  margin-left: 15%;
}
html[dir=rtl][data-theme=darkmode] .carousel-indicators {
  left: 0;
  right: 0;
  margin-left: 15%;
  margin-right: 15%;
}
html[data-theme=darkmode] .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
html[dir][data-theme=darkmode] .carousel-indicators [data-bs-target] {
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
html[dir=ltr][data-theme=darkmode] .carousel-indicators [data-bs-target] {
  margin-right: 3px;
  margin-left: 3px;
}
html[dir=rtl][data-theme=darkmode] .carousel-indicators [data-bs-target] {
  margin-left: 3px;
  margin-right: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
html[data-theme=darkmode] .carousel-indicators .active {
  opacity: 1;
}
html[data-theme=darkmode] .carousel-caption {
  position: absolute;
  bottom: 1.25rem;
  color: #fff;
}
html[dir][data-theme=darkmode] .carousel-caption {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}
html[dir=ltr][data-theme=darkmode] .carousel-caption {
  right: 15%;
  left: 15%;
}
html[dir=rtl][data-theme=darkmode] .carousel-caption {
  left: 15%;
  right: 15%;
}
html[data-theme=darkmode] .carousel-dark .carousel-control-prev-icon,
html[data-theme=darkmode] .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
html[dir][data-theme=darkmode] .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
html[data-theme=darkmode] .carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border-ltr {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
@keyframes spinner-border-rtl {
  to {
    transform: rotate(-360deg) ;
  }
}
html[data-theme=darkmode] .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
}
html[dir][data-theme=darkmode] .spinner-border {
  border: 0.25em solid currentColor;
  border-radius: 50%;
}
html[dir=ltr][data-theme=darkmode] .spinner-border {
  border-right-color: transparent;
  animation: 0.75s linear infinite spinner-border-ltr ;
}
html[dir=rtl][data-theme=darkmode] .spinner-border {
  border-left-color: transparent;
  animation: 0.75s linear infinite spinner-border-rtl ;
}
html[data-theme=darkmode] .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}
html[dir][data-theme=darkmode] .spinner-border-sm {
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
html[data-theme=darkmode] .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  opacity: 0;
}
html[dir][data-theme=darkmode] .spinner-grow {
  background-color: currentColor;
  border-radius: 50%;
}
html[dir=ltr][data-theme=darkmode] .spinner-grow {
  animation: 0.75s linear infinite spinner-grow;
}
html[dir=rtl][data-theme=darkmode] .spinner-grow {
  animation: 0.75s linear infinite spinner-grow;
}
html[data-theme=darkmode] .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  html[dir=ltr][data-theme=darkmode] .spinner-border, html[dir=ltr][data-theme=darkmode] .spinner-grow {
    animation-duration: 1.5s;
  }
  html[dir=rtl][data-theme=darkmode] .spinner-border, html[dir=rtl][data-theme=darkmode] .spinner-grow {
    animation-duration: 1.5s;
  }
}
html[data-theme=darkmode] .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
html[dir][data-theme=darkmode] .offcanvas {
  background-color: rgb(24, 26, 27);
  background-clip: padding-box;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .offcanvas {
    transition: none;
  }
}
html[data-theme=darkmode] .offcanvas-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}
html[dir][data-theme=darkmode] .offcanvas-backdrop {
  background-color: #000;
}
html[dir=ltr][data-theme=darkmode] .offcanvas-backdrop {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .offcanvas-backdrop {
  right: 0;
}
html[data-theme=darkmode] .offcanvas-backdrop.fade {
  opacity: 0;
}
html[data-theme=darkmode] .offcanvas-backdrop.show {
  opacity: 0.5;
}
html[data-theme=darkmode] .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html[dir][data-theme=darkmode] .offcanvas-header {
  padding: 1rem 1rem;
}
html[dir][data-theme=darkmode] .offcanvas-header .btn-close, html[dir][data-theme=darkmode] .offcanvas-header .bootstrap-select .popover-header .close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .offcanvas-header .close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .offcanvas-header .close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
html[dir=ltr][data-theme=darkmode] .offcanvas-header .btn-close, html[dir=ltr][data-theme=darkmode] .offcanvas-header .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .offcanvas-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .offcanvas-header .close {
  margin-right: -0.5rem;
}
html[dir=rtl][data-theme=darkmode] .offcanvas-header .btn-close, html[dir=rtl][data-theme=darkmode] .offcanvas-header .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .offcanvas-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .offcanvas-header .close {
  margin-left: -0.5rem;
}
html[data-theme=darkmode] .offcanvas-title {
  line-height: 1.5;
}
html[dir][data-theme=darkmode] .offcanvas-title {
  margin-bottom: 0;
}
html[data-theme=darkmode] .offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
}
html[dir][data-theme=darkmode] .offcanvas-body {
  padding: 1rem 1rem;
}
html[data-theme=darkmode] .offcanvas-start {
  top: 0;
  width: 400px;
}
html[dir=ltr][data-theme=darkmode] .offcanvas-start {
  left: 0;
  border-right: 1px solid rgba(140, 130, 115, 0.13);
  transform: translateX(-100%);
}
html[dir=rtl][data-theme=darkmode] .offcanvas-start {
  right: 0;
  border-left: 1px solid rgba(140, 130, 115, 0.13);
  transform: translateX(100%);
}
html[data-theme=darkmode] .offcanvas-end {
  top: 0;
  width: 400px;
}
html[dir=ltr][data-theme=darkmode] .offcanvas-end {
  right: 0;
  border-left: 1px solid rgba(140, 130, 115, 0.13);
  transform: translateX(100%);
}
html[dir=rtl][data-theme=darkmode] .offcanvas-end {
  left: 0;
  border-right: 1px solid rgba(140, 130, 115, 0.13);
  transform: translateX(-100%);
}
html[data-theme=darkmode] .offcanvas-top {
  top: 0;
  height: 30vh;
  max-height: 100%;
}
html[dir][data-theme=darkmode] .offcanvas-top {
  border-bottom: 1px solid rgba(140, 130, 115, 0.13);
  transform: translateY(-100%);
}
html[dir=ltr][data-theme=darkmode] .offcanvas-top {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .offcanvas-top {
  left: 0;
  right: 0;
}
html[data-theme=darkmode] .offcanvas-bottom {
  height: 30vh;
  max-height: 100%;
}
html[dir][data-theme=darkmode] .offcanvas-bottom {
  border-top: 1px solid rgba(140, 130, 115, 0.13);
  transform: translateY(100%);
}
html[dir=ltr][data-theme=darkmode] .offcanvas-bottom {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .offcanvas-bottom {
  left: 0;
  right: 0;
}
html[dir][data-theme=darkmode] .offcanvas.show {
  transform: none;
}
html[data-theme=darkmode] .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  opacity: 0.5;
}
html[dir][data-theme=darkmode] .placeholder {
  cursor: wait;
  background-color: currentColor;
}
html[data-theme=darkmode] .placeholder.btn::before, html[data-theme=darkmode] .placeholder.button::before, html[data-theme=darkmode] .bootstrap-select .popover-header .placeholder.close::before, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .placeholder.close::before {
  display: inline-block;
  content: "";
}
html[data-theme=darkmode] .placeholder-xs {
  min-height: 0.6em;
}
html[data-theme=darkmode] .placeholder-sm {
  min-height: 0.8em;
}
html[data-theme=darkmode] .placeholder-lg {
  min-height: 1.2em;
}
html[dir=ltr][data-theme=darkmode] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
html[dir=rtl][data-theme=darkmode] .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
html[data-theme=darkmode] .placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
}
html[dir=ltr][data-theme=darkmode] .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
}
html[dir=rtl][data-theme=darkmode] .placeholder-wave {
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
html[data-theme=darkmode] .clearfix::after {
  display: block;
  content: "";
}
html[dir][data-theme=darkmode] .clearfix::after {
  clear: both;
}
html[data-theme=darkmode] .link-primary {
  color: #007bff;
}
html[data-theme=darkmode] .link-primary:hover, html[data-theme=darkmode] .link-primary:focus {
  color: #3395ff;
}
html[data-theme=darkmode] .link-secondary {
  color: #6c757d;
}
html[data-theme=darkmode] .link-secondary:hover, html[data-theme=darkmode] .link-secondary:focus {
  color: #565e64;
}
html[data-theme=darkmode] .link-success {
  color: #28a745;
}
html[data-theme=darkmode] .link-success:hover, html[data-theme=darkmode] .link-success:focus {
  color: #53b96a;
}
html[data-theme=darkmode] .link-info {
  color: #3498db;
}
html[data-theme=darkmode] .link-info:hover, html[data-theme=darkmode] .link-info:focus {
  color: #5dade2;
}
html[data-theme=darkmode] .link-warning {
  color: #f39c12;
}
html[data-theme=darkmode] .link-warning:hover, html[data-theme=darkmode] .link-warning:focus {
  color: #f5b041;
}
html[data-theme=darkmode] .link-danger {
  color: #dc3545;
}
html[data-theme=darkmode] .link-danger:hover, html[data-theme=darkmode] .link-danger:focus {
  color: #b02a37;
}
html[data-theme=darkmode] .link-light {
  color: #dee2e6;
}
html[data-theme=darkmode] .link-light:hover, html[data-theme=darkmode] .link-light:focus {
  color: #e5e8eb;
}
html[data-theme=darkmode] .link-dark {
  color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .link-dark:hover, html[data-theme=darkmode] .link-dark:focus {
  color: #131516;
}
html[data-theme=darkmode] .ratio {
  position: relative;
  width: 100%;
}
html[data-theme=darkmode] .ratio::before {
  display: block;
  content: "";
}
html[dir][data-theme=darkmode] .ratio::before {
  padding-top: var(--bs-aspect-ratio);
}
html[data-theme=darkmode] .ratio > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
html[dir=ltr][data-theme=darkmode] .ratio > * {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .ratio > * {
  right: 0;
}
html[data-theme=darkmode] .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
html[data-theme=darkmode] .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
html[data-theme=darkmode] .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
html[data-theme=darkmode] .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
html[data-theme=darkmode] .fixed-top, html[data-theme=darkmode] .ta-navbar-top {
  position: fixed;
  top: 0;
  z-index: 1030;
}
html[dir=ltr][data-theme=darkmode] .fixed-top, html[dir=ltr][data-theme=darkmode] .ta-navbar-top {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .fixed-top, html[dir=rtl][data-theme=darkmode] .ta-navbar-top {
  left: 0;
  right: 0;
}
html[data-theme=darkmode] .fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030;
}
html[dir=ltr][data-theme=darkmode] .fixed-bottom {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .fixed-bottom {
  left: 0;
  right: 0;
}
html[data-theme=darkmode] .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  html[data-theme=darkmode] .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  html[data-theme=darkmode] .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
html[data-theme=darkmode] .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
html[data-theme=darkmode] .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
html[data-theme=darkmode] .visually-hidden,
html[data-theme=darkmode] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
html[dir][data-theme=darkmode] .visually-hidden, html[dir][data-theme=darkmode] .visually-hidden-focusable:not(:focus):not(:focus-within) {
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
}
html[data-theme=darkmode] .stretched-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
html[dir=ltr][data-theme=darkmode] .stretched-link::after {
  right: 0;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .stretched-link::after {
  left: 0;
  right: 0;
}
html[data-theme=darkmode] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-theme=darkmode] .vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  opacity: 0.25;
}
html[dir][data-theme=darkmode] .vr {
  background-color: currentColor;
}
html[data-theme=darkmode] .align-baseline {
  vertical-align: baseline !important;
}
html[data-theme=darkmode] .align-top {
  vertical-align: top !important;
}
html[data-theme=darkmode] .align-middle {
  vertical-align: middle !important;
}
html[data-theme=darkmode] .align-bottom {
  vertical-align: bottom !important;
}
html[data-theme=darkmode] .align-text-bottom {
  vertical-align: text-bottom !important;
}
html[data-theme=darkmode] .align-text-top {
  vertical-align: text-top !important;
}
html[dir=ltr][data-theme=darkmode] .float-start {
  float: left !important;
}
html[dir=rtl][data-theme=darkmode] .float-start {
  float: right !important;
}
html[dir=ltr][data-theme=darkmode] .float-end, html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .close, html[dir=ltr][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close {
  float: right !important;
}
html[dir=rtl][data-theme=darkmode] .float-end, html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .close, html[dir=rtl][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close {
  float: left !important;
}
html[dir][data-theme=darkmode] .float-none {
  float: none !important;
}
html[data-theme=darkmode] .opacity-0 {
  opacity: 0 !important;
}
html[data-theme=darkmode] .opacity-25 {
  opacity: 0.25 !important;
}
html[data-theme=darkmode] .opacity-50 {
  opacity: 0.5 !important;
}
html[data-theme=darkmode] .opacity-75 {
  opacity: 0.75 !important;
}
html[data-theme=darkmode] .opacity-100 {
  opacity: 1 !important;
}
html[data-theme=darkmode] .overflow-auto {
  overflow: auto !important;
}
html[data-theme=darkmode] .overflow-hidden {
  overflow: hidden !important;
}
html[data-theme=darkmode] .overflow-visible {
  overflow: visible !important;
}
html[data-theme=darkmode] .overflow-scroll {
  overflow: scroll !important;
}
html[data-theme=darkmode] .d-inline {
  display: inline !important;
}
html[data-theme=darkmode] .d-inline-block {
  display: inline-block !important;
}
html[data-theme=darkmode] .d-block {
  display: block !important;
}
html[data-theme=darkmode] .d-grid {
  display: grid !important;
}
html[data-theme=darkmode] .d-table {
  display: table !important;
}
html[data-theme=darkmode] .d-table-row {
  display: table-row !important;
}
html[data-theme=darkmode] .d-table-cell {
  display: table-cell !important;
}
html[data-theme=darkmode] .d-flex {
  display: flex !important;
}
html[data-theme=darkmode] .d-inline-flex {
  display: inline-flex !important;
}
html[data-theme=darkmode] .d-none {
  display: none !important;
}
html[dir][data-theme=darkmode] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
html[dir][data-theme=darkmode] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
html[dir][data-theme=darkmode] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
html[dir][data-theme=darkmode] .shadow-none {
  box-shadow: none !important;
}
html[data-theme=darkmode] .position-static {
  position: static !important;
}
html[data-theme=darkmode] .position-relative {
  position: relative !important;
}
html[data-theme=darkmode] .position-absolute {
  position: absolute !important;
}
html[data-theme=darkmode] .position-fixed {
  position: fixed !important;
}
html[data-theme=darkmode] .position-sticky {
  position: sticky !important;
}
html[data-theme=darkmode] .top-0 {
  top: 0 !important;
}
html[data-theme=darkmode] .top-50 {
  top: 50% !important;
}
html[data-theme=darkmode] .top-100 {
  top: 100% !important;
}
html[data-theme=darkmode] .bottom-0 {
  bottom: 0 !important;
}
html[data-theme=darkmode] .bottom-50 {
  bottom: 50% !important;
}
html[data-theme=darkmode] .bottom-100 {
  bottom: 100% !important;
}
html[dir=ltr][data-theme=darkmode] .start-0 {
  left: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .start-0 {
  right: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .start-50 {
  left: 50% !important;
}
html[dir=rtl][data-theme=darkmode] .start-50 {
  right: 50% !important;
}
html[dir=ltr][data-theme=darkmode] .start-100 {
  left: 100% !important;
}
html[dir=rtl][data-theme=darkmode] .start-100 {
  right: 100% !important;
}
html[dir=ltr][data-theme=darkmode] .end-0 {
  right: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .end-0 {
  left: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .end-50 {
  right: 50% !important;
}
html[dir=rtl][data-theme=darkmode] .end-50 {
  left: 50% !important;
}
html[dir=ltr][data-theme=darkmode] .end-100 {
  right: 100% !important;
}
html[dir=rtl][data-theme=darkmode] .end-100 {
  left: 100% !important;
}
html[dir=ltr][data-theme=darkmode] .translate-middle {
  transform: translate(-50%, -50%) !important;
}
html[dir=rtl][data-theme=darkmode] .translate-middle {
  transform: translate(50%, -50%) !important;
}
html[dir=ltr][data-theme=darkmode] .translate-middle-x {
  transform: translateX(-50%) !important;
}
html[dir=rtl][data-theme=darkmode] .translate-middle-x {
  transform: translateX(50%) !important;
}
html[dir][data-theme=darkmode] .translate-middle-y {
  transform: translateY(-50%) !important;
}
html[dir][data-theme=darkmode] .border {
  border: 1px solid #dee2e6 !important;
}
html[dir][data-theme=darkmode] .border-0 {
  border: 0 !important;
}
html[dir][data-theme=darkmode] .border-top {
  border-top: 1px solid #dee2e6 !important;
}
html[dir][data-theme=darkmode] .border-top-0 {
  border-top: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .border-end {
  border-right: 1px solid #dee2e6 !important;
}
html[dir=rtl][data-theme=darkmode] .border-end {
  border-left: 1px solid #dee2e6 !important;
}
html[dir=ltr][data-theme=darkmode] .border-end-0 {
  border-right: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .border-end-0 {
  border-left: 0 !important;
}
html[dir][data-theme=darkmode] .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
html[dir][data-theme=darkmode] .border-bottom-0 {
  border-bottom: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .border-start {
  border-left: 1px solid #dee2e6 !important;
}
html[dir=rtl][data-theme=darkmode] .border-start {
  border-right: 1px solid #dee2e6 !important;
}
html[dir=ltr][data-theme=darkmode] .border-start-0 {
  border-left: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .border-start-0 {
  border-right: 0 !important;
}
html[dir][data-theme=darkmode] .border-primary {
  border-color: #007bff !important;
}
html[dir][data-theme=darkmode] .border-secondary {
  border-color: #6c757d !important;
}
html[dir][data-theme=darkmode] .border-success {
  border-color: #28a745 !important;
}
html[dir][data-theme=darkmode] .border-info {
  border-color: #3498db !important;
}
html[dir][data-theme=darkmode] .border-warning {
  border-color: #f39c12 !important;
}
html[dir][data-theme=darkmode] .border-danger {
  border-color: #dc3545 !important;
}
html[dir][data-theme=darkmode] .border-light {
  border-color: #dee2e6 !important;
}
html[dir][data-theme=darkmode] .border-dark {
  border-color: rgb(24, 26, 27) !important;
}
html[dir][data-theme=darkmode] .border-white {
  border-color: #fff !important;
}
html[dir][data-theme=darkmode] .border-1 {
  border-width: 1px !important;
}
html[dir][data-theme=darkmode] .border-2 {
  border-width: 2px !important;
}
html[dir][data-theme=darkmode] .border-3 {
  border-width: 3px !important;
}
html[dir][data-theme=darkmode] .border-4 {
  border-width: 4px !important;
}
html[dir][data-theme=darkmode] .border-5 {
  border-width: 5px !important;
}
html[data-theme=darkmode] .w-25 {
  width: 25% !important;
}
html[data-theme=darkmode] .w-50 {
  width: 50% !important;
}
html[data-theme=darkmode] .w-75 {
  width: 75% !important;
}
html[data-theme=darkmode] .w-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .w-auto {
  width: auto !important;
}
html[data-theme=darkmode] .mw-100 {
  max-width: 100% !important;
}
html[data-theme=darkmode] .vw-100 {
  width: 100vw !important;
}
html[data-theme=darkmode] .min-vw-100 {
  min-width: 100vw !important;
}
html[data-theme=darkmode] .h-25 {
  height: 25% !important;
}
html[data-theme=darkmode] .h-50 {
  height: 50% !important;
}
html[data-theme=darkmode] .h-75 {
  height: 75% !important;
}
html[data-theme=darkmode] .h-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .h-auto {
  height: auto !important;
}
html[data-theme=darkmode] .mh-100 {
  max-height: 100% !important;
}
html[data-theme=darkmode] .vh-100 {
  height: 100vh !important;
}
html[data-theme=darkmode] .min-vh-100 {
  min-height: 100vh !important;
}
html[data-theme=darkmode] .flex-fill {
  flex: 1 1 auto !important;
}
html[data-theme=darkmode] .flex-row {
  flex-direction: row !important;
}
html[data-theme=darkmode] .flex-column {
  flex-direction: column !important;
}
html[data-theme=darkmode] .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html[data-theme=darkmode] .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html[data-theme=darkmode] .flex-grow-0 {
  flex-grow: 0 !important;
}
html[data-theme=darkmode] .flex-grow-1 {
  flex-grow: 1 !important;
}
html[data-theme=darkmode] .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html[data-theme=darkmode] .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html[data-theme=darkmode] .flex-wrap {
  flex-wrap: wrap !important;
}
html[data-theme=darkmode] .flex-nowrap {
  flex-wrap: nowrap !important;
}
html[data-theme=darkmode] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html[data-theme=darkmode] .gap-0 {
  gap: 0 !important;
}
html[data-theme=darkmode] .gap-1 {
  gap: 0.25rem !important;
}
html[data-theme=darkmode] .gap-2 {
  gap: 0.5rem !important;
}
html[data-theme=darkmode] .gap-3 {
  gap: 1rem !important;
}
html[data-theme=darkmode] .gap-4 {
  gap: 1.5rem !important;
}
html[data-theme=darkmode] .gap-5 {
  gap: 3rem !important;
}
html[data-theme=darkmode] .justify-content-start {
  justify-content: flex-start !important;
}
html[data-theme=darkmode] .justify-content-end {
  justify-content: flex-end !important;
}
html[data-theme=darkmode] .justify-content-center {
  justify-content: center !important;
}
html[data-theme=darkmode] .justify-content-between {
  justify-content: space-between !important;
}
html[data-theme=darkmode] .justify-content-around {
  justify-content: space-around !important;
}
html[data-theme=darkmode] .justify-content-evenly {
  justify-content: space-evenly !important;
}
html[data-theme=darkmode] .align-items-start {
  align-items: flex-start !important;
}
html[data-theme=darkmode] .align-items-end {
  align-items: flex-end !important;
}
html[data-theme=darkmode] .align-items-center {
  align-items: center !important;
}
html[data-theme=darkmode] .align-items-baseline {
  align-items: baseline !important;
}
html[data-theme=darkmode] .align-items-stretch {
  align-items: stretch !important;
}
html[data-theme=darkmode] .align-content-start {
  align-content: flex-start !important;
}
html[data-theme=darkmode] .align-content-end {
  align-content: flex-end !important;
}
html[data-theme=darkmode] .align-content-center {
  align-content: center !important;
}
html[data-theme=darkmode] .align-content-between {
  align-content: space-between !important;
}
html[data-theme=darkmode] .align-content-around {
  align-content: space-around !important;
}
html[data-theme=darkmode] .align-content-stretch {
  align-content: stretch !important;
}
html[data-theme=darkmode] .align-self-auto {
  align-self: auto !important;
}
html[data-theme=darkmode] .align-self-start {
  align-self: flex-start !important;
}
html[data-theme=darkmode] .align-self-end {
  align-self: flex-end !important;
}
html[data-theme=darkmode] .align-self-center {
  align-self: center !important;
}
html[data-theme=darkmode] .align-self-baseline {
  align-self: baseline !important;
}
html[data-theme=darkmode] .align-self-stretch {
  align-self: stretch !important;
}
html[data-theme=darkmode] .order-first {
  order: -1 !important;
}
html[data-theme=darkmode] .order-0 {
  order: 0 !important;
}
html[data-theme=darkmode] .order-1 {
  order: 1 !important;
}
html[data-theme=darkmode] .order-2 {
  order: 2 !important;
}
html[data-theme=darkmode] .order-3 {
  order: 3 !important;
}
html[data-theme=darkmode] .order-4 {
  order: 4 !important;
}
html[data-theme=darkmode] .order-5 {
  order: 5 !important;
}
html[data-theme=darkmode] .order-last {
  order: 6 !important;
}
html[dir][data-theme=darkmode] .m-0 {
  margin: 0 !important;
}
html[dir][data-theme=darkmode] .m-1 {
  margin: 0.25rem !important;
}
html[dir][data-theme=darkmode] .m-2 {
  margin: 0.5rem !important;
}
html[dir][data-theme=darkmode] .m-3 {
  margin: 1rem !important;
}
html[dir][data-theme=darkmode] .m-4 {
  margin: 1.5rem !important;
}
html[dir][data-theme=darkmode] .m-5 {
  margin: 3rem !important;
}
html[dir][data-theme=darkmode] .m-auto {
  margin: auto !important;
}
html[dir=ltr][data-theme=darkmode] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
html[dir=rtl][data-theme=darkmode] .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
html[dir=ltr][data-theme=darkmode] .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
html[dir=rtl][data-theme=darkmode] .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
html[dir=ltr][data-theme=darkmode] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
html[dir=rtl][data-theme=darkmode] .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
html[dir][data-theme=darkmode] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html[dir][data-theme=darkmode] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
html[dir][data-theme=darkmode] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
html[dir][data-theme=darkmode] .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
html[dir][data-theme=darkmode] .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
html[dir][data-theme=darkmode] .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
html[dir][data-theme=darkmode] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
html[dir][data-theme=darkmode] .mt-0 {
  margin-top: 0 !important;
}
html[dir][data-theme=darkmode] .mt-1 {
  margin-top: 0.25rem !important;
}
html[dir][data-theme=darkmode] .mt-2 {
  margin-top: 0.5rem !important;
}
html[dir][data-theme=darkmode] .mt-3 {
  margin-top: 1rem !important;
}
html[dir][data-theme=darkmode] .mt-4 {
  margin-top: 1.5rem !important;
}
html[dir][data-theme=darkmode] .mt-5 {
  margin-top: 3rem !important;
}
html[dir][data-theme=darkmode] .mt-auto {
  margin-top: auto !important;
}
html[dir=ltr][data-theme=darkmode] .me-0 {
  margin-right: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .me-0 {
  margin-left: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .me-1 {
  margin-right: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .me-1 {
  margin-left: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .me-2 {
  margin-right: 0.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .me-2 {
  margin-left: 0.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .me-3 {
  margin-right: 1rem !important;
}
html[dir=rtl][data-theme=darkmode] .me-3 {
  margin-left: 1rem !important;
}
html[dir=ltr][data-theme=darkmode] .me-4 {
  margin-right: 1.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .me-4 {
  margin-left: 1.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .me-5 {
  margin-right: 3rem !important;
}
html[dir=rtl][data-theme=darkmode] .me-5 {
  margin-left: 3rem !important;
}
html[dir=ltr][data-theme=darkmode] .me-auto {
  margin-right: auto !important;
}
html[dir=rtl][data-theme=darkmode] .me-auto {
  margin-left: auto !important;
}
html[dir][data-theme=darkmode] .mb-0 {
  margin-bottom: 0 !important;
}
html[dir][data-theme=darkmode] .mb-1 {
  margin-bottom: 0.25rem !important;
}
html[dir][data-theme=darkmode] .mb-2 {
  margin-bottom: 0.5rem !important;
}
html[dir][data-theme=darkmode] .mb-3 {
  margin-bottom: 1rem !important;
}
html[dir][data-theme=darkmode] .mb-4 {
  margin-bottom: 1.5rem !important;
}
html[dir][data-theme=darkmode] .mb-5 {
  margin-bottom: 3rem !important;
}
html[dir][data-theme=darkmode] .mb-auto {
  margin-bottom: auto !important;
}
html[dir=ltr][data-theme=darkmode] .ms-0 {
  margin-left: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .ms-0 {
  margin-right: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .ms-1 {
  margin-left: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .ms-1 {
  margin-right: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .ms-2 {
  margin-left: 0.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .ms-2 {
  margin-right: 0.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .ms-3 {
  margin-left: 1rem !important;
}
html[dir=rtl][data-theme=darkmode] .ms-3 {
  margin-right: 1rem !important;
}
html[dir=ltr][data-theme=darkmode] .ms-4 {
  margin-left: 1.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .ms-4 {
  margin-right: 1.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .ms-5 {
  margin-left: 3rem !important;
}
html[dir=rtl][data-theme=darkmode] .ms-5 {
  margin-right: 3rem !important;
}
html[dir=ltr][data-theme=darkmode] .ms-auto {
  margin-left: auto !important;
}
html[dir=rtl][data-theme=darkmode] .ms-auto {
  margin-right: auto !important;
}
html[dir][data-theme=darkmode] .p-0 {
  padding: 0 !important;
}
html[dir][data-theme=darkmode] .p-1 {
  padding: 0.25rem !important;
}
html[dir][data-theme=darkmode] .p-2 {
  padding: 0.5rem !important;
}
html[dir][data-theme=darkmode] .p-3 {
  padding: 1rem !important;
}
html[dir][data-theme=darkmode] .p-4 {
  padding: 1.5rem !important;
}
html[dir][data-theme=darkmode] .p-5 {
  padding: 3rem !important;
}
html[dir=ltr][data-theme=darkmode] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
html[dir=rtl][data-theme=darkmode] .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
html[dir=ltr][data-theme=darkmode] .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
html[dir=rtl][data-theme=darkmode] .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
html[dir][data-theme=darkmode] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html[dir][data-theme=darkmode] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
html[dir][data-theme=darkmode] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
html[dir][data-theme=darkmode] .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
html[dir][data-theme=darkmode] .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
html[dir][data-theme=darkmode] .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
html[dir][data-theme=darkmode] .pt-0 {
  padding-top: 0 !important;
}
html[dir][data-theme=darkmode] .pt-1 {
  padding-top: 0.25rem !important;
}
html[dir][data-theme=darkmode] .pt-2 {
  padding-top: 0.5rem !important;
}
html[dir][data-theme=darkmode] .pt-3 {
  padding-top: 1rem !important;
}
html[dir][data-theme=darkmode] .pt-4 {
  padding-top: 1.5rem !important;
}
html[dir][data-theme=darkmode] .pt-5 {
  padding-top: 3rem !important;
}
html[dir=ltr][data-theme=darkmode] .pe-0 {
  padding-right: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .pe-0 {
  padding-left: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .pe-1 {
  padding-right: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .pe-1 {
  padding-left: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .pe-2 {
  padding-right: 0.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .pe-2 {
  padding-left: 0.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .pe-3 {
  padding-right: 1rem !important;
}
html[dir=rtl][data-theme=darkmode] .pe-3 {
  padding-left: 1rem !important;
}
html[dir=ltr][data-theme=darkmode] .pe-4 {
  padding-right: 1.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .pe-4 {
  padding-left: 1.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .pe-5 {
  padding-right: 3rem !important;
}
html[dir=rtl][data-theme=darkmode] .pe-5 {
  padding-left: 3rem !important;
}
html[dir][data-theme=darkmode] .pb-0 {
  padding-bottom: 0 !important;
}
html[dir][data-theme=darkmode] .pb-1 {
  padding-bottom: 0.25rem !important;
}
html[dir][data-theme=darkmode] .pb-2 {
  padding-bottom: 0.5rem !important;
}
html[dir][data-theme=darkmode] .pb-3 {
  padding-bottom: 1rem !important;
}
html[dir][data-theme=darkmode] .pb-4 {
  padding-bottom: 1.5rem !important;
}
html[dir][data-theme=darkmode] .pb-5 {
  padding-bottom: 3rem !important;
}
html[dir=ltr][data-theme=darkmode] .ps-0 {
  padding-left: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .ps-0 {
  padding-right: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .ps-1 {
  padding-left: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .ps-1 {
  padding-right: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .ps-2 {
  padding-left: 0.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .ps-2 {
  padding-right: 0.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .ps-3 {
  padding-left: 1rem !important;
}
html[dir=rtl][data-theme=darkmode] .ps-3 {
  padding-right: 1rem !important;
}
html[dir=ltr][data-theme=darkmode] .ps-4 {
  padding-left: 1.5rem !important;
}
html[dir=rtl][data-theme=darkmode] .ps-4 {
  padding-right: 1.5rem !important;
}
html[dir=ltr][data-theme=darkmode] .ps-5 {
  padding-left: 3rem !important;
}
html[dir=rtl][data-theme=darkmode] .ps-5 {
  padding-right: 3rem !important;
}
html[data-theme=darkmode] .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
html[data-theme=darkmode] .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
html[data-theme=darkmode] .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
html[data-theme=darkmode] .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
html[data-theme=darkmode] .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
html[data-theme=darkmode] .fs-5 {
  font-size: 1.25rem !important;
}
html[data-theme=darkmode] .fs-6 {
  font-size: 1rem !important;
}
html[data-theme=darkmode] .fst-italic {
  font-style: italic !important;
}
html[data-theme=darkmode] .fst-normal {
  font-style: normal !important;
}
html[data-theme=darkmode] .fw-light {
  font-weight: 300 !important;
}
html[data-theme=darkmode] .fw-lighter {
  font-weight: lighter !important;
}
html[data-theme=darkmode] .fw-normal {
  font-weight: 400 !important;
}
html[data-theme=darkmode] .fw-bold {
  font-weight: 700 !important;
}
html[data-theme=darkmode] .fw-bolder {
  font-weight: bolder !important;
}
html[data-theme=darkmode] .lh-1 {
  line-height: 1 !important;
}
html[data-theme=darkmode] .lh-sm {
  line-height: 1.25 !important;
}
html[data-theme=darkmode] .lh-base {
  line-height: 1.5 !important;
}
html[data-theme=darkmode] .lh-lg {
  line-height: 2 !important;
}
html[dir=ltr][data-theme=darkmode] .text-start {
  text-align: left !important;
}
html[dir=rtl][data-theme=darkmode] .text-start {
  text-align: right !important;
}
html[dir=ltr][data-theme=darkmode] .text-end {
  text-align: right !important;
}
html[dir=rtl][data-theme=darkmode] .text-end {
  text-align: left !important;
}
html[dir][data-theme=darkmode] .text-center {
  text-align: center !important;
}
html[data-theme=darkmode] .text-decoration-none {
  text-decoration: none !important;
}
html[data-theme=darkmode] .text-decoration-underline {
  text-decoration: underline !important;
}
html[data-theme=darkmode] .text-decoration-line-through {
  text-decoration: line-through !important;
}
html[data-theme=darkmode] .text-lowercase {
  text-transform: lowercase !important;
}
html[data-theme=darkmode] .text-uppercase {
  text-transform: uppercase !important;
}
html[data-theme=darkmode] .text-capitalize {
  text-transform: capitalize !important;
}
html[data-theme=darkmode] .text-wrap {
  white-space: normal !important;
}
html[data-theme=darkmode] .text-nowrap {
  white-space: nowrap !important;
}
html[data-theme=darkmode] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
html[data-theme=darkmode] .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-danger, html[data-theme=darkmode] .field-validation-error, html[data-theme=darkmode] .has-validation-error {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
html[data-theme=darkmode] .text-muted, html[data-theme=darkmode] .hint {
  --bs-text-opacity: 1;
  color: #888 !important;
}
html[data-theme=darkmode] .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
html[data-theme=darkmode] .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
html[data-theme=darkmode] .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
html[data-theme=darkmode] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
html[data-theme=darkmode] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
html[data-theme=darkmode] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
html[data-theme=darkmode] .text-opacity-100 {
  --bs-text-opacity: 1;
}
html[data-theme=darkmode] .bg-primary {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-primary {
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-secondary {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-secondary {
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-success {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-success {
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-info {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-info {
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-warning {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-warning {
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-danger {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-danger {
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-light, html[data-theme=darkmode] html[data-theme=default] .ta-badge, html[data-theme=default] html[data-theme=darkmode] .ta-badge {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-light, html[dir][data-theme=darkmode] html[data-theme=default] .ta-badge, html[dir][data-theme=default] html[data-theme=darkmode] .ta-badge {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-dark, html[data-theme=darkmode] .ta-badge {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-dark, html[dir][data-theme=darkmode] .ta-badge {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-black {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-black {
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-white {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-white {
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-body {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-body {
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
html[data-theme=darkmode] .bg-transparent {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-transparent {
  background-color: transparent !important;
}
html[data-theme=darkmode] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
html[data-theme=darkmode] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
html[data-theme=darkmode] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
html[data-theme=darkmode] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
html[data-theme=darkmode] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
html[dir][data-theme=darkmode] .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
html[data-theme=darkmode] .user-select-all {
  user-select: all !important;
}
html[data-theme=darkmode] .user-select-auto {
  user-select: auto !important;
}
html[data-theme=darkmode] .user-select-none {
  user-select: none !important;
}
html[data-theme=darkmode] .pe-none {
  pointer-events: none !important;
}
html[data-theme=darkmode] .pe-auto {
  pointer-events: auto !important;
}
html[dir][data-theme=darkmode] .rounded {
  border-radius: 0.25rem !important;
}
html[dir][data-theme=darkmode] .rounded-0 {
  border-radius: 0 !important;
}
html[dir][data-theme=darkmode] .rounded-1 {
  border-radius: 0.2rem !important;
}
html[dir][data-theme=darkmode] .rounded-2 {
  border-radius: 0.25rem !important;
}
html[dir][data-theme=darkmode] .rounded-3 {
  border-radius: 0.3rem !important;
}
html[dir][data-theme=darkmode] .rounded-circle {
  border-radius: 50% !important;
}
html[dir][data-theme=darkmode] .rounded-pill {
  border-radius: 50rem !important;
}
html[dir=ltr][data-theme=darkmode] .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .rounded-top {
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html[dir=ltr][data-theme=darkmode] .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
html[dir=rtl][data-theme=darkmode] .rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
html[data-theme=darkmode] .visible {
  visibility: visible !important;
}
html[data-theme=darkmode] .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  html[dir=ltr][data-theme=darkmode] .float-sm-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-sm-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .float-sm-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-sm-end {
    float: left !important;
  }
  html[dir][data-theme=darkmode] .float-sm-none {
    float: none !important;
  }
  html[data-theme=darkmode] .d-sm-inline {
    display: inline !important;
  }
  html[data-theme=darkmode] .d-sm-inline-block {
    display: inline-block !important;
  }
  html[data-theme=darkmode] .d-sm-block {
    display: block !important;
  }
  html[data-theme=darkmode] .d-sm-grid {
    display: grid !important;
  }
  html[data-theme=darkmode] .d-sm-table {
    display: table !important;
  }
  html[data-theme=darkmode] .d-sm-table-row {
    display: table-row !important;
  }
  html[data-theme=darkmode] .d-sm-table-cell {
    display: table-cell !important;
  }
  html[data-theme=darkmode] .d-sm-flex {
    display: flex !important;
  }
  html[data-theme=darkmode] .d-sm-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=darkmode] .d-sm-none {
    display: none !important;
  }
  html[data-theme=darkmode] .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=darkmode] .flex-sm-row {
    flex-direction: row !important;
  }
  html[data-theme=darkmode] .flex-sm-column {
    flex-direction: column !important;
  }
  html[data-theme=darkmode] .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=darkmode] .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=darkmode] .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=darkmode] .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=darkmode] .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=darkmode] .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=darkmode] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=darkmode] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=darkmode] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=darkmode] .gap-sm-0 {
    gap: 0 !important;
  }
  html[data-theme=darkmode] .gap-sm-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=darkmode] .gap-sm-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=darkmode] .gap-sm-3 {
    gap: 1rem !important;
  }
  html[data-theme=darkmode] .gap-sm-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=darkmode] .gap-sm-5 {
    gap: 3rem !important;
  }
  html[data-theme=darkmode] .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html[data-theme=darkmode] .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html[data-theme=darkmode] .justify-content-sm-center {
    justify-content: center !important;
  }
  html[data-theme=darkmode] .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html[data-theme=darkmode] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html[data-theme=darkmode] .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=darkmode] .align-items-sm-start {
    align-items: flex-start !important;
  }
  html[data-theme=darkmode] .align-items-sm-end {
    align-items: flex-end !important;
  }
  html[data-theme=darkmode] .align-items-sm-center {
    align-items: center !important;
  }
  html[data-theme=darkmode] .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html[data-theme=darkmode] .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html[data-theme=darkmode] .align-content-sm-start {
    align-content: flex-start !important;
  }
  html[data-theme=darkmode] .align-content-sm-end {
    align-content: flex-end !important;
  }
  html[data-theme=darkmode] .align-content-sm-center {
    align-content: center !important;
  }
  html[data-theme=darkmode] .align-content-sm-between {
    align-content: space-between !important;
  }
  html[data-theme=darkmode] .align-content-sm-around {
    align-content: space-around !important;
  }
  html[data-theme=darkmode] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html[data-theme=darkmode] .align-self-sm-auto {
    align-self: auto !important;
  }
  html[data-theme=darkmode] .align-self-sm-start {
    align-self: flex-start !important;
  }
  html[data-theme=darkmode] .align-self-sm-end {
    align-self: flex-end !important;
  }
  html[data-theme=darkmode] .align-self-sm-center {
    align-self: center !important;
  }
  html[data-theme=darkmode] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html[data-theme=darkmode] .align-self-sm-stretch {
    align-self: stretch !important;
  }
  html[data-theme=darkmode] .order-sm-first {
    order: -1 !important;
  }
  html[data-theme=darkmode] .order-sm-0 {
    order: 0 !important;
  }
  html[data-theme=darkmode] .order-sm-1 {
    order: 1 !important;
  }
  html[data-theme=darkmode] .order-sm-2 {
    order: 2 !important;
  }
  html[data-theme=darkmode] .order-sm-3 {
    order: 3 !important;
  }
  html[data-theme=darkmode] .order-sm-4 {
    order: 4 !important;
  }
  html[data-theme=darkmode] .order-sm-5 {
    order: 5 !important;
  }
  html[data-theme=darkmode] .order-sm-last {
    order: 6 !important;
  }
  html[dir][data-theme=darkmode] .m-sm-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=darkmode] .m-sm-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .m-sm-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-sm-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=darkmode] .m-sm-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-sm-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=darkmode] .m-sm-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=darkmode] .mt-sm-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-sm-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-sm-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mt-sm-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-sm-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-sm-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-sm-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-sm-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=darkmode] .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mb-sm-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-sm-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-sm-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-sm-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-sm-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-sm-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-sm-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .p-sm-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=darkmode] .p-sm-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .p-sm-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-sm-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=darkmode] .p-sm-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-sm-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=darkmode] .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pt-sm-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-sm-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-sm-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-sm-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-sm-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-sm-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-sm-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-sm-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-sm-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-sm-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-sm-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-sm-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-sm-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-sm-end {
    text-align: left !important;
  }
  html[dir][data-theme=darkmode] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html[dir=ltr][data-theme=darkmode] .float-md-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-md-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .float-md-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-md-end {
    float: left !important;
  }
  html[dir][data-theme=darkmode] .float-md-none {
    float: none !important;
  }
  html[data-theme=darkmode] .d-md-inline {
    display: inline !important;
  }
  html[data-theme=darkmode] .d-md-inline-block {
    display: inline-block !important;
  }
  html[data-theme=darkmode] .d-md-block {
    display: block !important;
  }
  html[data-theme=darkmode] .d-md-grid {
    display: grid !important;
  }
  html[data-theme=darkmode] .d-md-table {
    display: table !important;
  }
  html[data-theme=darkmode] .d-md-table-row {
    display: table-row !important;
  }
  html[data-theme=darkmode] .d-md-table-cell {
    display: table-cell !important;
  }
  html[data-theme=darkmode] .d-md-flex {
    display: flex !important;
  }
  html[data-theme=darkmode] .d-md-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=darkmode] .d-md-none {
    display: none !important;
  }
  html[data-theme=darkmode] .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=darkmode] .flex-md-row {
    flex-direction: row !important;
  }
  html[data-theme=darkmode] .flex-md-column {
    flex-direction: column !important;
  }
  html[data-theme=darkmode] .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=darkmode] .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=darkmode] .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=darkmode] .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=darkmode] .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=darkmode] .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=darkmode] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=darkmode] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=darkmode] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=darkmode] .gap-md-0 {
    gap: 0 !important;
  }
  html[data-theme=darkmode] .gap-md-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=darkmode] .gap-md-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=darkmode] .gap-md-3 {
    gap: 1rem !important;
  }
  html[data-theme=darkmode] .gap-md-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=darkmode] .gap-md-5 {
    gap: 3rem !important;
  }
  html[data-theme=darkmode] .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html[data-theme=darkmode] .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html[data-theme=darkmode] .justify-content-md-center {
    justify-content: center !important;
  }
  html[data-theme=darkmode] .justify-content-md-between {
    justify-content: space-between !important;
  }
  html[data-theme=darkmode] .justify-content-md-around {
    justify-content: space-around !important;
  }
  html[data-theme=darkmode] .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=darkmode] .align-items-md-start {
    align-items: flex-start !important;
  }
  html[data-theme=darkmode] .align-items-md-end {
    align-items: flex-end !important;
  }
  html[data-theme=darkmode] .align-items-md-center {
    align-items: center !important;
  }
  html[data-theme=darkmode] .align-items-md-baseline {
    align-items: baseline !important;
  }
  html[data-theme=darkmode] .align-items-md-stretch {
    align-items: stretch !important;
  }
  html[data-theme=darkmode] .align-content-md-start {
    align-content: flex-start !important;
  }
  html[data-theme=darkmode] .align-content-md-end {
    align-content: flex-end !important;
  }
  html[data-theme=darkmode] .align-content-md-center {
    align-content: center !important;
  }
  html[data-theme=darkmode] .align-content-md-between {
    align-content: space-between !important;
  }
  html[data-theme=darkmode] .align-content-md-around {
    align-content: space-around !important;
  }
  html[data-theme=darkmode] .align-content-md-stretch {
    align-content: stretch !important;
  }
  html[data-theme=darkmode] .align-self-md-auto {
    align-self: auto !important;
  }
  html[data-theme=darkmode] .align-self-md-start {
    align-self: flex-start !important;
  }
  html[data-theme=darkmode] .align-self-md-end {
    align-self: flex-end !important;
  }
  html[data-theme=darkmode] .align-self-md-center {
    align-self: center !important;
  }
  html[data-theme=darkmode] .align-self-md-baseline {
    align-self: baseline !important;
  }
  html[data-theme=darkmode] .align-self-md-stretch {
    align-self: stretch !important;
  }
  html[data-theme=darkmode] .order-md-first {
    order: -1 !important;
  }
  html[data-theme=darkmode] .order-md-0 {
    order: 0 !important;
  }
  html[data-theme=darkmode] .order-md-1 {
    order: 1 !important;
  }
  html[data-theme=darkmode] .order-md-2 {
    order: 2 !important;
  }
  html[data-theme=darkmode] .order-md-3 {
    order: 3 !important;
  }
  html[data-theme=darkmode] .order-md-4 {
    order: 4 !important;
  }
  html[data-theme=darkmode] .order-md-5 {
    order: 5 !important;
  }
  html[data-theme=darkmode] .order-md-last {
    order: 6 !important;
  }
  html[dir][data-theme=darkmode] .m-md-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=darkmode] .m-md-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .m-md-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-md-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=darkmode] .m-md-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-md-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=darkmode] .m-md-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=darkmode] .mt-md-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-md-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-md-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mt-md-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-md-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-md-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-md-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-md-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-md-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-md-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-md-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-md-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-md-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-md-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-md-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-md-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=darkmode] .mb-md-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mb-md-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-md-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-md-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-md-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-md-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-md-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-md-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-md-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-md-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .p-md-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=darkmode] .p-md-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .p-md-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-md-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=darkmode] .p-md-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-md-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=darkmode] .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pt-md-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-md-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-md-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-md-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-md-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-md-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-md-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-md-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-md-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pb-md-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-md-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-md-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-md-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-md-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-md-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-md-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-md-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-md-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-md-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-md-end {
    text-align: left !important;
  }
  html[dir][data-theme=darkmode] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html[dir=ltr][data-theme=darkmode] .float-lg-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-lg-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .float-lg-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-lg-end {
    float: left !important;
  }
  html[dir][data-theme=darkmode] .float-lg-none {
    float: none !important;
  }
  html[data-theme=darkmode] .d-lg-inline {
    display: inline !important;
  }
  html[data-theme=darkmode] .d-lg-inline-block {
    display: inline-block !important;
  }
  html[data-theme=darkmode] .d-lg-block {
    display: block !important;
  }
  html[data-theme=darkmode] .d-lg-grid {
    display: grid !important;
  }
  html[data-theme=darkmode] .d-lg-table {
    display: table !important;
  }
  html[data-theme=darkmode] .d-lg-table-row {
    display: table-row !important;
  }
  html[data-theme=darkmode] .d-lg-table-cell {
    display: table-cell !important;
  }
  html[data-theme=darkmode] .d-lg-flex {
    display: flex !important;
  }
  html[data-theme=darkmode] .d-lg-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=darkmode] .d-lg-none {
    display: none !important;
  }
  html[data-theme=darkmode] .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=darkmode] .flex-lg-row {
    flex-direction: row !important;
  }
  html[data-theme=darkmode] .flex-lg-column {
    flex-direction: column !important;
  }
  html[data-theme=darkmode] .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=darkmode] .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=darkmode] .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=darkmode] .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=darkmode] .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=darkmode] .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=darkmode] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=darkmode] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=darkmode] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=darkmode] .gap-lg-0 {
    gap: 0 !important;
  }
  html[data-theme=darkmode] .gap-lg-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=darkmode] .gap-lg-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=darkmode] .gap-lg-3 {
    gap: 1rem !important;
  }
  html[data-theme=darkmode] .gap-lg-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=darkmode] .gap-lg-5 {
    gap: 3rem !important;
  }
  html[data-theme=darkmode] .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html[data-theme=darkmode] .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html[data-theme=darkmode] .justify-content-lg-center {
    justify-content: center !important;
  }
  html[data-theme=darkmode] .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html[data-theme=darkmode] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html[data-theme=darkmode] .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=darkmode] .align-items-lg-start {
    align-items: flex-start !important;
  }
  html[data-theme=darkmode] .align-items-lg-end {
    align-items: flex-end !important;
  }
  html[data-theme=darkmode] .align-items-lg-center {
    align-items: center !important;
  }
  html[data-theme=darkmode] .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html[data-theme=darkmode] .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html[data-theme=darkmode] .align-content-lg-start {
    align-content: flex-start !important;
  }
  html[data-theme=darkmode] .align-content-lg-end {
    align-content: flex-end !important;
  }
  html[data-theme=darkmode] .align-content-lg-center {
    align-content: center !important;
  }
  html[data-theme=darkmode] .align-content-lg-between {
    align-content: space-between !important;
  }
  html[data-theme=darkmode] .align-content-lg-around {
    align-content: space-around !important;
  }
  html[data-theme=darkmode] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html[data-theme=darkmode] .align-self-lg-auto {
    align-self: auto !important;
  }
  html[data-theme=darkmode] .align-self-lg-start {
    align-self: flex-start !important;
  }
  html[data-theme=darkmode] .align-self-lg-end {
    align-self: flex-end !important;
  }
  html[data-theme=darkmode] .align-self-lg-center {
    align-self: center !important;
  }
  html[data-theme=darkmode] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html[data-theme=darkmode] .align-self-lg-stretch {
    align-self: stretch !important;
  }
  html[data-theme=darkmode] .order-lg-first {
    order: -1 !important;
  }
  html[data-theme=darkmode] .order-lg-0 {
    order: 0 !important;
  }
  html[data-theme=darkmode] .order-lg-1 {
    order: 1 !important;
  }
  html[data-theme=darkmode] .order-lg-2 {
    order: 2 !important;
  }
  html[data-theme=darkmode] .order-lg-3 {
    order: 3 !important;
  }
  html[data-theme=darkmode] .order-lg-4 {
    order: 4 !important;
  }
  html[data-theme=darkmode] .order-lg-5 {
    order: 5 !important;
  }
  html[data-theme=darkmode] .order-lg-last {
    order: 6 !important;
  }
  html[dir][data-theme=darkmode] .m-lg-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=darkmode] .m-lg-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .m-lg-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-lg-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=darkmode] .m-lg-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-lg-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=darkmode] .m-lg-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=darkmode] .mt-lg-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-lg-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-lg-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mt-lg-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-lg-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-lg-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-lg-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-lg-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=darkmode] .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mb-lg-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-lg-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-lg-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-lg-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-lg-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-lg-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-lg-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .p-lg-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=darkmode] .p-lg-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .p-lg-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-lg-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=darkmode] .p-lg-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-lg-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=darkmode] .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pt-lg-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-lg-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-lg-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-lg-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-lg-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-lg-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-lg-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-lg-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-lg-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-lg-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-lg-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-lg-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-lg-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-lg-end {
    text-align: left !important;
  }
  html[dir][data-theme=darkmode] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html[dir=ltr][data-theme=darkmode] .float-xl-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-xl-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .float-xl-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-xl-end {
    float: left !important;
  }
  html[dir][data-theme=darkmode] .float-xl-none {
    float: none !important;
  }
  html[data-theme=darkmode] .d-xl-inline {
    display: inline !important;
  }
  html[data-theme=darkmode] .d-xl-inline-block {
    display: inline-block !important;
  }
  html[data-theme=darkmode] .d-xl-block {
    display: block !important;
  }
  html[data-theme=darkmode] .d-xl-grid {
    display: grid !important;
  }
  html[data-theme=darkmode] .d-xl-table {
    display: table !important;
  }
  html[data-theme=darkmode] .d-xl-table-row {
    display: table-row !important;
  }
  html[data-theme=darkmode] .d-xl-table-cell {
    display: table-cell !important;
  }
  html[data-theme=darkmode] .d-xl-flex {
    display: flex !important;
  }
  html[data-theme=darkmode] .d-xl-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=darkmode] .d-xl-none {
    display: none !important;
  }
  html[data-theme=darkmode] .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=darkmode] .flex-xl-row {
    flex-direction: row !important;
  }
  html[data-theme=darkmode] .flex-xl-column {
    flex-direction: column !important;
  }
  html[data-theme=darkmode] .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=darkmode] .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=darkmode] .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=darkmode] .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=darkmode] .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=darkmode] .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=darkmode] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=darkmode] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=darkmode] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=darkmode] .gap-xl-0 {
    gap: 0 !important;
  }
  html[data-theme=darkmode] .gap-xl-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=darkmode] .gap-xl-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=darkmode] .gap-xl-3 {
    gap: 1rem !important;
  }
  html[data-theme=darkmode] .gap-xl-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=darkmode] .gap-xl-5 {
    gap: 3rem !important;
  }
  html[data-theme=darkmode] .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html[data-theme=darkmode] .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html[data-theme=darkmode] .justify-content-xl-center {
    justify-content: center !important;
  }
  html[data-theme=darkmode] .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html[data-theme=darkmode] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html[data-theme=darkmode] .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=darkmode] .align-items-xl-start {
    align-items: flex-start !important;
  }
  html[data-theme=darkmode] .align-items-xl-end {
    align-items: flex-end !important;
  }
  html[data-theme=darkmode] .align-items-xl-center {
    align-items: center !important;
  }
  html[data-theme=darkmode] .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html[data-theme=darkmode] .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html[data-theme=darkmode] .align-content-xl-start {
    align-content: flex-start !important;
  }
  html[data-theme=darkmode] .align-content-xl-end {
    align-content: flex-end !important;
  }
  html[data-theme=darkmode] .align-content-xl-center {
    align-content: center !important;
  }
  html[data-theme=darkmode] .align-content-xl-between {
    align-content: space-between !important;
  }
  html[data-theme=darkmode] .align-content-xl-around {
    align-content: space-around !important;
  }
  html[data-theme=darkmode] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html[data-theme=darkmode] .align-self-xl-auto {
    align-self: auto !important;
  }
  html[data-theme=darkmode] .align-self-xl-start {
    align-self: flex-start !important;
  }
  html[data-theme=darkmode] .align-self-xl-end {
    align-self: flex-end !important;
  }
  html[data-theme=darkmode] .align-self-xl-center {
    align-self: center !important;
  }
  html[data-theme=darkmode] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html[data-theme=darkmode] .align-self-xl-stretch {
    align-self: stretch !important;
  }
  html[data-theme=darkmode] .order-xl-first {
    order: -1 !important;
  }
  html[data-theme=darkmode] .order-xl-0 {
    order: 0 !important;
  }
  html[data-theme=darkmode] .order-xl-1 {
    order: 1 !important;
  }
  html[data-theme=darkmode] .order-xl-2 {
    order: 2 !important;
  }
  html[data-theme=darkmode] .order-xl-3 {
    order: 3 !important;
  }
  html[data-theme=darkmode] .order-xl-4 {
    order: 4 !important;
  }
  html[data-theme=darkmode] .order-xl-5 {
    order: 5 !important;
  }
  html[data-theme=darkmode] .order-xl-last {
    order: 6 !important;
  }
  html[dir][data-theme=darkmode] .m-xl-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=darkmode] .m-xl-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .m-xl-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-xl-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=darkmode] .m-xl-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-xl-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=darkmode] .m-xl-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=darkmode] .mt-xl-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xl-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xl-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xl-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xl-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xl-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xl-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xl-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=darkmode] .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xl-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xl-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xl-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xl-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xl-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xl-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xl-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .p-xl-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=darkmode] .p-xl-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .p-xl-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-xl-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=darkmode] .p-xl-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-xl-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=darkmode] .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xl-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xl-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xl-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xl-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xl-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xl-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xl-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xl-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xl-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xl-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-xl-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-xl-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-xl-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-xl-end {
    text-align: left !important;
  }
  html[dir][data-theme=darkmode] .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  html[dir=ltr][data-theme=darkmode] .float-xxl-start {
    float: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-xxl-start {
    float: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .float-xxl-end {
    float: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .float-xxl-end {
    float: left !important;
  }
  html[dir][data-theme=darkmode] .float-xxl-none {
    float: none !important;
  }
  html[data-theme=darkmode] .d-xxl-inline {
    display: inline !important;
  }
  html[data-theme=darkmode] .d-xxl-inline-block {
    display: inline-block !important;
  }
  html[data-theme=darkmode] .d-xxl-block {
    display: block !important;
  }
  html[data-theme=darkmode] .d-xxl-grid {
    display: grid !important;
  }
  html[data-theme=darkmode] .d-xxl-table {
    display: table !important;
  }
  html[data-theme=darkmode] .d-xxl-table-row {
    display: table-row !important;
  }
  html[data-theme=darkmode] .d-xxl-table-cell {
    display: table-cell !important;
  }
  html[data-theme=darkmode] .d-xxl-flex {
    display: flex !important;
  }
  html[data-theme=darkmode] .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=darkmode] .d-xxl-none {
    display: none !important;
  }
  html[data-theme=darkmode] .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  html[data-theme=darkmode] .flex-xxl-row {
    flex-direction: row !important;
  }
  html[data-theme=darkmode] .flex-xxl-column {
    flex-direction: column !important;
  }
  html[data-theme=darkmode] .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html[data-theme=darkmode] .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html[data-theme=darkmode] .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  html[data-theme=darkmode] .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  html[data-theme=darkmode] .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html[data-theme=darkmode] .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html[data-theme=darkmode] .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  html[data-theme=darkmode] .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  html[data-theme=darkmode] .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[data-theme=darkmode] .gap-xxl-0 {
    gap: 0 !important;
  }
  html[data-theme=darkmode] .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  html[data-theme=darkmode] .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  html[data-theme=darkmode] .gap-xxl-3 {
    gap: 1rem !important;
  }
  html[data-theme=darkmode] .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  html[data-theme=darkmode] .gap-xxl-5 {
    gap: 3rem !important;
  }
  html[data-theme=darkmode] .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  html[data-theme=darkmode] .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  html[data-theme=darkmode] .justify-content-xxl-center {
    justify-content: center !important;
  }
  html[data-theme=darkmode] .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  html[data-theme=darkmode] .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  html[data-theme=darkmode] .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  html[data-theme=darkmode] .align-items-xxl-start {
    align-items: flex-start !important;
  }
  html[data-theme=darkmode] .align-items-xxl-end {
    align-items: flex-end !important;
  }
  html[data-theme=darkmode] .align-items-xxl-center {
    align-items: center !important;
  }
  html[data-theme=darkmode] .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  html[data-theme=darkmode] .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  html[data-theme=darkmode] .align-content-xxl-start {
    align-content: flex-start !important;
  }
  html[data-theme=darkmode] .align-content-xxl-end {
    align-content: flex-end !important;
  }
  html[data-theme=darkmode] .align-content-xxl-center {
    align-content: center !important;
  }
  html[data-theme=darkmode] .align-content-xxl-between {
    align-content: space-between !important;
  }
  html[data-theme=darkmode] .align-content-xxl-around {
    align-content: space-around !important;
  }
  html[data-theme=darkmode] .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  html[data-theme=darkmode] .align-self-xxl-auto {
    align-self: auto !important;
  }
  html[data-theme=darkmode] .align-self-xxl-start {
    align-self: flex-start !important;
  }
  html[data-theme=darkmode] .align-self-xxl-end {
    align-self: flex-end !important;
  }
  html[data-theme=darkmode] .align-self-xxl-center {
    align-self: center !important;
  }
  html[data-theme=darkmode] .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  html[data-theme=darkmode] .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  html[data-theme=darkmode] .order-xxl-first {
    order: -1 !important;
  }
  html[data-theme=darkmode] .order-xxl-0 {
    order: 0 !important;
  }
  html[data-theme=darkmode] .order-xxl-1 {
    order: 1 !important;
  }
  html[data-theme=darkmode] .order-xxl-2 {
    order: 2 !important;
  }
  html[data-theme=darkmode] .order-xxl-3 {
    order: 3 !important;
  }
  html[data-theme=darkmode] .order-xxl-4 {
    order: 4 !important;
  }
  html[data-theme=darkmode] .order-xxl-5 {
    order: 5 !important;
  }
  html[data-theme=darkmode] .order-xxl-last {
    order: 6 !important;
  }
  html[dir][data-theme=darkmode] .m-xxl-0 {
    margin: 0 !important;
  }
  html[dir][data-theme=darkmode] .m-xxl-1 {
    margin: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .m-xxl-2 {
    margin: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-xxl-3 {
    margin: 1rem !important;
  }
  html[dir][data-theme=darkmode] .m-xxl-4 {
    margin: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .m-xxl-5 {
    margin: 3rem !important;
  }
  html[dir][data-theme=darkmode] .m-xxl-auto {
    margin: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html[dir][data-theme=darkmode] .mt-xxl-0 {
    margin-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mt-xxl-auto {
    margin-top: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .me-xxl-auto {
    margin-right: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .me-xxl-auto {
    margin-left: auto !important;
  }
  html[dir][data-theme=darkmode] .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ms-xxl-auto {
    margin-left: auto !important;
  }
  html[dir=rtl][data-theme=darkmode] .ms-xxl-auto {
    margin-right: auto !important;
  }
  html[dir][data-theme=darkmode] .p-xxl-0 {
    padding: 0 !important;
  }
  html[dir][data-theme=darkmode] .p-xxl-1 {
    padding: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .p-xxl-2 {
    padding: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-xxl-3 {
    padding: 1rem !important;
  }
  html[dir][data-theme=darkmode] .p-xxl-4 {
    padding: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .p-xxl-5 {
    padding: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  html[dir][data-theme=darkmode] .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xxl-0 {
    padding-top: 0 !important;
  }
  html[dir][data-theme=darkmode] .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  html[dir][data-theme=darkmode] .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  html[dir][data-theme=darkmode] .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  html[dir=rtl][data-theme=darkmode] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-xxl-start {
    text-align: left !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-xxl-start {
    text-align: right !important;
  }
  html[dir=ltr][data-theme=darkmode] .text-xxl-end {
    text-align: right !important;
  }
  html[dir=rtl][data-theme=darkmode] .text-xxl-end {
    text-align: left !important;
  }
  html[dir][data-theme=darkmode] .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .fs-1 {
    font-size: 2.5rem !important;
  }
  html[data-theme=darkmode] .fs-2 {
    font-size: 2rem !important;
  }
  html[data-theme=darkmode] .fs-3 {
    font-size: 1.75rem !important;
  }
  html[data-theme=darkmode] .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  html[data-theme=darkmode] .d-print-inline {
    display: inline !important;
  }
  html[data-theme=darkmode] .d-print-inline-block {
    display: inline-block !important;
  }
  html[data-theme=darkmode] .d-print-block {
    display: block !important;
  }
  html[data-theme=darkmode] .d-print-grid {
    display: grid !important;
  }
  html[data-theme=darkmode] .d-print-table {
    display: table !important;
  }
  html[data-theme=darkmode] .d-print-table-row {
    display: table-row !important;
  }
  html[data-theme=darkmode] .d-print-table-cell {
    display: table-cell !important;
  }
  html[data-theme=darkmode] .d-print-flex {
    display: flex !important;
  }
  html[data-theme=darkmode] .d-print-inline-flex {
    display: inline-flex !important;
  }
  html[data-theme=darkmode] .d-print-none {
    display: none !important;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
html[data-theme=darkmode] select.bs-select-hidden,
html[data-theme=darkmode] .bootstrap-select > select.bs-select-hidden,
html[data-theme=darkmode] select.selectpicker {
  display: none !important;
}
html[data-theme=darkmode] .bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select > .dropdown-toggle {
  text-align: right;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select > .dropdown-toggle {
  text-align: left;
}
html[dir][data-theme=darkmode] .bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.button, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
html[data-theme=darkmode] .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 0 !important;
}
html[dir][data-theme=darkmode] .bootstrap-select > select {
  padding: 0 !important;
  border: none;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select > select {
  left: 50%;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select > select {
  right: 50%;
}
html[data-theme=darkmode] .bootstrap-select > select.mobile-device {
  top: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select > select.mobile-device {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select > select.mobile-device {
  right: 0;
}
[dir] .has-error html[data-theme=darkmode] .bootstrap-select .dropdown-toggle, [dir] .error html[data-theme=darkmode] .bootstrap-select .dropdown-toggle, html[dir][data-theme=darkmode] .bootstrap-select.is-invalid .dropdown-toggle, html[dir][data-theme=darkmode] .bootstrap-select.has-validation-error .dropdown-toggle, html[dir][data-theme=darkmode] .bootstrap-select.input-validation-error .dropdown-toggle, [dir] .was-validated html[data-theme=darkmode] .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
html[dir][data-theme=darkmode] .bootstrap-select.is-valid .dropdown-toggle, [dir] .was-validated html[data-theme=darkmode] .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
html[data-theme=darkmode] .bootstrap-select.fit-width {
  width: auto !important;
}
html[data-theme=darkmode] .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
html[data-theme=darkmode] .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
html[data-theme=darkmode] .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
html[data-theme=darkmode] .bootstrap-select.form-control {
  height: auto;
}
html[dir][data-theme=darkmode] .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > html[data-theme=darkmode] .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
html[data-theme=darkmode] .bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
html[dir][data-theme=darkmode] .bootstrap-select.form-control.input-group-btn {
  float: none;
}
.form-inline html[data-theme=darkmode] .bootstrap-select, .form-inline html[data-theme=darkmode] .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
html[data-theme=darkmode] .bootstrap-select:not(.input-group-btn), html[data-theme=darkmode] .bootstrap-select[class*=col-] {
  display: inline-block;
}
html[dir][data-theme=darkmode] .bootstrap-select:not(.input-group-btn), html[dir][data-theme=darkmode] .bootstrap-select[class*=col-] {
  float: none;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select:not(.input-group-btn), html[dir=ltr][data-theme=darkmode] .bootstrap-select[class*=col-] {
  margin-left: 0;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select:not(.input-group-btn), html[dir=rtl][data-theme=darkmode] .bootstrap-select[class*=col-] {
  margin-right: 0;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.dropdown-menu-right, html[dir=ltr][data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right, [dir=ltr] .row html[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.dropdown-menu-right, html[dir=rtl][data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right, [dir=rtl] .row html[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right {
  float: left;
}
[dir] .form-inline html[data-theme=darkmode] .bootstrap-select, [dir] .form-horizontal html[data-theme=darkmode] .bootstrap-select, [dir] .form-group html[data-theme=darkmode] .bootstrap-select {
  margin-bottom: 0;
}
[dir] .form-group-lg html[data-theme=darkmode] .bootstrap-select.form-control, [dir] .form-group-sm html[data-theme=darkmode] .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg html[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle, .form-group-sm html[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
}
[dir] .form-group-lg html[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle, [dir] .form-group-sm html[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
html[data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle, html[data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
}
html[dir][data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle, html[dir][data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle {
  border-radius: inherit;
}
html[dir][data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
html[dir][data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline html[data-theme=darkmode] .bootstrap-select .form-control {
  width: 100%;
}
html[dir][data-theme=darkmode] .bootstrap-select.disabled, html[dir][data-theme=darkmode] .bootstrap-select > .disabled {
  cursor: not-allowed;
}
html[data-theme=darkmode] .bootstrap-select.disabled:focus,
html[data-theme=darkmode] .bootstrap-select > .disabled:focus {
  outline: none !important;
}
html[data-theme=darkmode] .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  height: 0 !important;
}
html[dir][data-theme=darkmode] .bootstrap-select.bs-container {
  padding: 0 !important;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.bs-container {
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.bs-container {
  right: 0;
}
html[data-theme=darkmode] .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  flex: 0 1 auto;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  left: 0;
  float: left;
  text-align: left;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  right: 0;
  float: right;
  text-align: right;
}
[dir=ltr] .bs3html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
[dir=rtl] .bs3html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  padding-left: inherit;
}

.input-group .bs3-has-addonhtml[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
}

[dir] .input-group .bs3-has-addonhtml[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  padding-top: inherit;
  padding-bottom: inherit;
  float: none;
}

[dir=ltr] .input-group .bs3-has-addonhtml[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  padding-left: inherit;
}

[dir=rtl] .input-group .bs3-has-addonhtml[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
[dir=ltr] .input-group .bs3-has-addonhtml[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
[dir=rtl] .input-group .bs3-has-addonhtml[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-left: inherit;
}

html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  opacity: 0 !important;
  overflow: hidden;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand {
  float: left;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand {
  float: right;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  vertical-align: middle;
}
html[dir][data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret {
  margin-top: -2px;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret {
  right: 12px;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret {
  left: 12px;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  position: relative;
  display: block;
}
html[dir][data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  text-align: center;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  margin-right: 5px;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  margin-left: 5px;
}
[dir=ltr] .bs3html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-right: inherit;
}
[dir=rtl] .bs3html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-left: inherit;
}

html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  position: relative;
  top: calc((-0.6666666667em + 1ex) / 2);
  pointer-events: none;
}
.bs3html[data-theme=darkmode] .bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  top: auto;
}

html[data-theme=darkmode] .bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display: none;
}
[dir] .input-group html[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
html[data-theme=darkmode] .bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu.inner {
  position: static;
}
html[dir][data-theme=darkmode] .bootstrap-select .dropdown-menu.inner {
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu li {
  position: relative;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active small, html[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active .field-validation-error, html[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active .small, html[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active .hint {
  color: rgba(255, 255, 255, 0.5) !important;
}
html[dir][data-theme=darkmode] .bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu li a {
  user-select: none;
}
html[dir][data-theme=darkmode] .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt {
  padding-left: 2.25em;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt {
  padding-right: 2.25em;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-menu li small, html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-menu li .field-validation-error, html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-menu li .small, html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-menu li .hint {
  padding-left: 0.5em;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-menu li small, html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-menu li .field-validation-error, html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-menu li .small, html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-menu li .hint {
  padding-right: 0.5em;
}
html[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  min-height: 26px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir][data-theme=darkmode] .bootstrap-select .dropdown-menu .notify {
  margin: 0 2%;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
html[data-theme=darkmode] .bootstrap-select .no-results {
  white-space: nowrap;
}
html[dir][data-theme=darkmode] .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
html[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
}
html[dir][data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  padding: 0;
}
html[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
html[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
html[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
html[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
}
html[dir][data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .caret {
  margin-top: -1px;
}
html[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  top: 5px;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: 15px;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  left: 15px;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 34px;
}
html[data-theme=darkmode] .bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  transform-style: preserve-3d;
}
html[dir][data-theme=darkmode] .bootstrap-select .bs-ok-default:after {
  border-style: solid;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .bs-ok-default:after {
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .bs-ok-default:after {
  border-width: 0 0 0.26em 0.26em;
  transform: rotate(-45deg);
}
html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open > .dropdown-toggle, html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
html[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  position: absolute;
  bottom: -4px;
  display: none;
}
html[dir][data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 9px;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  right: 9px;
}
html[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  position: absolute;
  bottom: -4px;
  display: none;
}
html[dir][data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  border-bottom: 6px solid white;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 10px;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  right: 10px;
}
html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
}
html[dir][data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
}
html[dir][data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  border-top: 6px solid white;
  border-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  left: 12px;
  right: auto;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  left: 13px;
  right: auto;
}
html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, html[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
html[dir][data-theme=darkmode] .bs-searchbox, html[dir][data-theme=darkmode] .bs-actionsbox, html[dir][data-theme=darkmode] .bs-donebutton {
  padding: 4px 8px;
}
html[data-theme=darkmode] .bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[data-theme=darkmode] .bs-actionsbox .btn-group {
  display: block;
}
html[data-theme=darkmode] .bs-actionsbox .btn-group button {
  width: 50%;
}
html[data-theme=darkmode] .bs-donebutton {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir=ltr][data-theme=darkmode] .bs-donebutton {
  float: left;
}
html[dir=rtl][data-theme=darkmode] .bs-donebutton {
  float: right;
}
html[data-theme=darkmode] .bs-donebutton .btn-group {
  display: block;
}
html[data-theme=darkmode] .bs-donebutton .btn-group button {
  width: 100%;
}
html[dir][data-theme=darkmode] .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
html[data-theme=darkmode] .bs-searchbox .form-control {
  width: 100%;
}
html[dir][data-theme=darkmode] .bs-searchbox .form-control {
  margin-bottom: 0;
  float: none;
}
html[dir=ltr][data-theme=darkmode] .multiselect__content-wrapper ul {
  padding-left: unset;
}
html[dir=rtl][data-theme=darkmode] .multiselect__content-wrapper ul {
  padding-right: unset;
}
html[dir][data-theme=darkmode] .bootstrap-select .popover-header .close {
  padding-top: 0px;
  background: unset;
}
html[dir=ltr][data-theme=darkmode] .bootstrap-select .popover-header .close {
  padding-right: 0px;
}
html[dir=rtl][data-theme=darkmode] .bootstrap-select .popover-header .close {
  padding-left: 0px;
}
@media (min-width: 576px) {
  html[data-theme=darkmode] .w-sm-25 {
    width: 25% !important;
  }
  html[data-theme=darkmode] .w-sm-50 {
    width: 50% !important;
  }
  html[data-theme=darkmode] .w-sm-75 {
    width: 75% !important;
  }
  html[data-theme=darkmode] .w-sm-100 {
    width: 100% !important;
  }
  html[data-theme=darkmode] .w-sm-auto {
    width: auto !important;
  }
  html[data-theme=darkmode] .h-sm-25 {
    height: 25% !important;
  }
  html[data-theme=darkmode] .h-sm-50 {
    height: 50% !important;
  }
  html[data-theme=darkmode] .h-sm-75 {
    height: 75% !important;
  }
  html[data-theme=darkmode] .h-sm-100 {
    height: 100% !important;
  }
  html[data-theme=darkmode] .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  html[data-theme=darkmode] .w-md-25 {
    width: 25% !important;
  }
  html[data-theme=darkmode] .w-md-50 {
    width: 50% !important;
  }
  html[data-theme=darkmode] .w-md-75 {
    width: 75% !important;
  }
  html[data-theme=darkmode] .w-md-100 {
    width: 100% !important;
  }
  html[data-theme=darkmode] .w-md-auto {
    width: auto !important;
  }
  html[data-theme=darkmode] .h-md-25 {
    height: 25% !important;
  }
  html[data-theme=darkmode] .h-md-50 {
    height: 50% !important;
  }
  html[data-theme=darkmode] .h-md-75 {
    height: 75% !important;
  }
  html[data-theme=darkmode] .h-md-100 {
    height: 100% !important;
  }
  html[data-theme=darkmode] .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  html[data-theme=darkmode] .w-lg-25 {
    width: 25% !important;
  }
  html[data-theme=darkmode] .w-lg-50 {
    width: 50% !important;
  }
  html[data-theme=darkmode] .w-lg-75 {
    width: 75% !important;
  }
  html[data-theme=darkmode] .w-lg-100 {
    width: 100% !important;
  }
  html[data-theme=darkmode] .w-lg-auto {
    width: auto !important;
  }
  html[data-theme=darkmode] .h-lg-25 {
    height: 25% !important;
  }
  html[data-theme=darkmode] .h-lg-50 {
    height: 50% !important;
  }
  html[data-theme=darkmode] .h-lg-75 {
    height: 75% !important;
  }
  html[data-theme=darkmode] .h-lg-100 {
    height: 100% !important;
  }
  html[data-theme=darkmode] .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  html[data-theme=darkmode] .w-xl-25 {
    width: 25% !important;
  }
  html[data-theme=darkmode] .w-xl-50 {
    width: 50% !important;
  }
  html[data-theme=darkmode] .w-xl-75 {
    width: 75% !important;
  }
  html[data-theme=darkmode] .w-xl-100 {
    width: 100% !important;
  }
  html[data-theme=darkmode] .w-xl-auto {
    width: auto !important;
  }
  html[data-theme=darkmode] .h-xl-25 {
    height: 25% !important;
  }
  html[data-theme=darkmode] .h-xl-50 {
    height: 50% !important;
  }
  html[data-theme=darkmode] .h-xl-75 {
    height: 75% !important;
  }
  html[data-theme=darkmode] .h-xl-100 {
    height: 100% !important;
  }
  html[data-theme=darkmode] .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1400px) {
  html[data-theme=darkmode] .w-xxl-25 {
    width: 25% !important;
  }
  html[data-theme=darkmode] .w-xxl-50 {
    width: 50% !important;
  }
  html[data-theme=darkmode] .w-xxl-75 {
    width: 75% !important;
  }
  html[data-theme=darkmode] .w-xxl-100 {
    width: 100% !important;
  }
  html[data-theme=darkmode] .w-xxl-auto {
    width: auto !important;
  }
  html[data-theme=darkmode] .h-xxl-25 {
    height: 25% !important;
  }
  html[data-theme=darkmode] .h-xxl-50 {
    height: 50% !important;
  }
  html[data-theme=darkmode] .h-xxl-75 {
    height: 75% !important;
  }
  html[data-theme=darkmode] .h-xxl-100 {
    height: 100% !important;
  }
  html[data-theme=darkmode] .h-xxl-auto {
    height: auto !important;
  }
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-small .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xxl-25, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xxl-50, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xxl-75, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xxl-100, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xxl-auto, html[data-theme=darkmode] .ta-col-grouping.col-medium .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xs-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xs-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xs-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xs-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xs-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xs-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xs-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xs-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xs-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xs-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-sm-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-sm-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-sm-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-sm-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-sm-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-sm-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-sm-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-sm-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-sm-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-sm-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-md-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-md-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-md-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-md-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-md-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-md-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-md-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-md-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-md-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-md-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-lg-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-lg-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-lg-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-lg-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-lg-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-lg-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-lg-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-lg-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-lg-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-lg-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xxl-25 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xxl-50 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xxl-75 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xxl-100 {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .w-xxl-auto {
  width: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xxl-25 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xxl-50 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xxl-75 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xxl-100 {
  height: 100% !important;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .h-xxl-auto {
  height: 100% !important;
}
html[data-theme=darkmode] ul.pager {
  justify-content: center;
}
html[dir][data-theme=darkmode] ul.pager {
  margin-top: 1rem;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xs .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-sm .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-md .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-md .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-md .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-md .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-small .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-lg .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-small .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xl .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-small .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-small .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-small .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-1, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-2, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-3, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-4, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-5, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-6, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-1, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-2, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-3, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-5, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-6, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-1, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-2, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-4, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-5, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-1, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-4, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-5, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-6, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-2, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-4, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-5, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-medium, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xxl, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xxl-1, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xxl-2, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xxl-3, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xxl-4, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xxl-5, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xxl-6, html[data-theme=darkmode] .ta-col-grouping.col-medium .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-1 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-2 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-3 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-4 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-5 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xs-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xs-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xs-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xs-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xs-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-sm {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-sm-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-sm-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-sm-4, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-sm-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-md {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-md-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-md-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-md-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-md-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-lg {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-lg-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-lg-2, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-lg-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-lg-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xl-1, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xsmall {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xl-3, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-small {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xl-6, html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-medium {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xxl {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xxl-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xxl-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xxl-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xxl-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xxl-5 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[data-theme=darkmode] .ta-col-grouping.col-xxl-6 .col-xxl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
html[dir][data-theme=darkmode] .tab-pane {
  border-bottom: 1px solid rgba(140, 130, 115, 0.13);
  border-top: 1px solid rgba(140, 130, 115, 0.13);
  margin-bottom: 1rem;
  padding-top: 1rem;
}
html[dir=ltr][data-theme=darkmode] .tab-pane {
  border-left: 1px solid rgba(140, 130, 115, 0.13);
  border-right: 1px solid rgba(140, 130, 115, 0.13);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
html[dir=rtl][data-theme=darkmode] .tab-pane {
  border-right: 1px solid rgba(140, 130, 115, 0.13);
  border-left: 1px solid rgba(140, 130, 115, 0.13);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
html[dir][data-theme=darkmode] .nav-tabs {
  border-bottom: none;
  margin-top: 1px;
  margin-bottom: -1px;
}
html[data-theme=darkmode] .nav-tabs .nav-link {
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link {
  border: none;
  background-color: #888;
}
@media (prefers-reduced-motion: reduce) {
  html[data-theme=darkmode] .nav-tabs .nav-link {
    transition: none;
  }
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link:hover {
  background-color: #757575;
}
html[data-theme=darkmode] .nav-tabs .nav-link.active {
  color: rgb(24, 26, 27);
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link.active {
  border-top: 1px solid rgba(140, 130, 115, 0.13);
  cursor: initial;
  background-color: #fff;
}
html[dir=ltr][data-theme=darkmode] .nav-tabs .nav-link.active {
  border-left: 1px solid rgba(140, 130, 115, 0.13);
  border-right: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir=rtl][data-theme=darkmode] .nav-tabs .nav-link.active {
  border-right: 1px solid rgba(140, 130, 115, 0.13);
  border-left: 1px solid rgba(140, 130, 115, 0.13);
}
html[dir][data-theme=darkmode] .nav-tabs .nav-link.active:hover {
  background-color: #fff;
}
html[dir][data-theme=darkmode] .nav-tabs .nav-item {
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  html[dir][data-theme=darkmode] .nav-tabs .nav-item:not(.nav-link) {
    padding-bottom: 0.25rem;
  }
  html[dir=ltr][data-theme=darkmode] .nav-tabs .nav-link {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  html[dir=rtl][data-theme=darkmode] .nav-tabs .nav-link {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  html[dir][data-theme=darkmode] .nav-tabs .nav-link.active {
    border-bottom: 1px solid rgba(140, 130, 115, 0.13);
  }
}
html[dir=ltr][data-theme=darkmode] .ta-content-login {
  margin-left: 0 !important;
}
html[dir=rtl][data-theme=darkmode] .ta-content-login {
  margin-right: 0 !important;
}
html[data-theme=darkmode] .auth-form label {
  display: block;
}
html[data-theme=darkmode] .CodeMirror {
  height: auto;
}
html[dir][data-theme=darkmode] .CodeMirror {
  border: 1px solid #ddd;
}
html[data-theme=darkmode] .CodeMirror-fullscreen {
  z-index: 1000;
  top: 0px !important;
}
html[data-theme=darkmode] .CodeMirror pre {
  line-height: 1.25;
  overflow: unset;
}
html[dir][data-theme=darkmode] .CodeMirror pre {
  margin-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .CodeMirror pre {
  padding-left: 7px;
}
html[dir=rtl][data-theme=darkmode] .CodeMirror pre {
  padding-right: 7px;
}
html[dir][data-theme=darkmode] .CodeMirror-activeline-background {
  background: transparent !important;
}
html[dir][data-theme=darkmode] .CodeMirror-focused .CodeMirror-activeline-background {
  background: rgba(100, 100, 100, 0.1) !important;
}
html[data-theme=darkmode] .trumbowyg {
  font-size: 16px;
}
html[data-theme=darkmode] .trumbowyg-fullscreen {
  z-index: 1050;
}
html[data-theme=darkmode] #ui-datepicker-div {
  z-index: 100 !important;
}
html[data-theme=darkmode] div.editor-widget.find-widget .button.codicon {
  display: flex;
  color: rgb(97, 97, 97);
}
html[dir][data-theme=darkmode] div.editor-widget.find-widget .button.codicon {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
html[dir][data-theme=darkmode] div.editor-widget.find-widget .button.codicon:focus {
  background-color: transparent;
  border-color: transparent;
}
html[dir][data-theme=darkmode] div.editor-widget.find-widget .button.codicon:active {
  background-color: transparent;
  border-color: transparent;
}
html[data-theme=darkmode] span.field-validation-error {
  width: 100%;
}
html[dir][data-theme=darkmode] .has-filter .btn:not(.show), html[dir][data-theme=darkmode] .has-filter .button:not(.show), html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .has-filter .close:not(.show), html[dir][data-theme=darkmode] .has-filter .bootstrap-select .popover-header .close:not(.show), html[dir][data-theme=darkmode] .bootstrap-select .popover-header .has-filter .close:not(.show) {
  border-color: #3C4144 !important;
}
html[data-theme=darkmode] .has-filter .form-control-feedback, html[data-theme=darkmode] .has-search .form-control-feedback {
  color: #aaa;
}
html[data-theme=darkmode] .has-filter .form-control, html[data-theme=darkmode] .has-search .form-control {
  color: #aaa;
}
html[data-theme=darkmode] body {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #f39c12;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #3498db;
  --bs-white: #fff;
  --bs-gray: #888;
  --bs-gray-dark: rgb(24, 26, 27);
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ebebeb;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: rgb(42, 45, 47);
  --bs-gray-600: #888;
  --bs-gray-700: rgba(140, 130, 115, 0.13);
  --bs-gray-800: rgb(24, 26, 27);
  --bs-gray-900: rgb(24, 26, 27);
  --bs-primary: #007bff;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #3498db;
  --bs-warning: #f39c12;
  --bs-danger: #dc3545;
  --bs-light: #dee2e6;
  --bs-dark: rgb(24, 26, 27);
  --bs-primary-rgb: 0, 123, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 52, 152, 219;
  --bs-warning-rgb: 243, 156, 18;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 222, 226, 230;
  --bs-dark-rgb: 24, 26, 27;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 24, 26, 27;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-bg: rgb(24, 26, 27);
}
html[data-theme=darkmode] .ta-navbar-top {
  z-index: calc(1000 + 100);
  height: 52px;
}
html[dir][data-theme=darkmode] .ta-navbar-top {
  border-bottom: 1px solid rgb(57, 62, 64);
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
  padding-top: 0;
  padding-bottom: 0;
}
html[data-theme=darkmode] .ta-navbar-top h1, html[data-theme=darkmode] .ta-navbar-top .h1 {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 10px;
}
@media (max-width: 575.98px) {
  html[data-theme=darkmode] .ta-navbar-top h1, html[data-theme=darkmode] .ta-navbar-top .h1 {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
  }
}
html[dir][data-theme=darkmode] .ta-navbar-top .breadcrumb {
  background-color: transparent;
  margin-top: 1rem;
}
html[data-theme=darkmode] .ta-navbar-top .btn.nav-link, html[data-theme=darkmode] .ta-navbar-top .nav-link.button, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .ta-navbar-top .nav-link.close, html[data-theme=darkmode] .ta-navbar-top .bootstrap-select .popover-header .nav-link.close, html[data-theme=darkmode] .bootstrap-select .popover-header .ta-navbar-top .nav-link.close {
  display: inline-block;
}
@media (min-width: 576px) {
  html[dir=ltr][data-theme=darkmode] .ta-navbar-top h1, html[dir=ltr][data-theme=darkmode] .ta-navbar-top .h1 {
    left: 275px;
  }
  html[dir=rtl][data-theme=darkmode] .ta-navbar-top h1, html[dir=rtl][data-theme=darkmode] .ta-navbar-top .h1 {
    right: 275px;
  }
}
@media (max-width: 575.98px) {
  html[dir][data-theme=darkmode] .ta-navbar-top .navbar-collapse li:first-child .nav-link {
    padding-top: 15px;
  }
  html[dir][data-theme=darkmode] .ta-navbar-top .navbar-collapse li:last-child .nav-link {
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  html[data-theme=darkmode] body:not(.left-sidebar-compact) .ta-navbar-top h1, html[data-theme=darkmode] body:not(.left-sidebar-compact) .ta-navbar-top .h1 {
    display: none;
  }
}
html[data-theme=darkmode] .ta-navbar-brand {
  white-space: nowrap;
  transition: width 0.2s ease-in-out;
}
html[dir][data-theme=darkmode] .ta-navbar-brand {
  padding: 0 5px;
}
html[data-theme=darkmode] .ta-navbar-brand span {
  font-size: 14px;
}
html[dir=ltr][data-theme=darkmode] .ta-navbar-brand span:first-child {
  padding-left: 5px;
}
html[dir=rtl][data-theme=darkmode] .ta-navbar-brand span:first-child {
  padding-right: 5px;
}
html[data-theme=darkmode] .ta-navbar-brand span:last-child {
  font-weight: bold;
  color: #fff;
}
html[data-theme=darkmode] .ta-navbar-brand img {
  height: 32px;
}
html[dir=ltr][data-theme=darkmode] .ta-navbar-brand img {
  padding-right: 11px;
  padding-left: 5px;
}
html[dir=rtl][data-theme=darkmode] .ta-navbar-brand img {
  padding-left: 11px;
  padding-right: 5px;
}
html[data-theme=darkmode] .left-sidebar-compact .ta-navbar-brand span {
  display: none;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact .ta-navbar-top h1, html[dir=ltr][data-theme=darkmode] .left-sidebar-compact .ta-navbar-top .h1 {
  left: 63px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact .ta-navbar-top h1, html[dir=rtl][data-theme=darkmode] .left-sidebar-compact .ta-navbar-top .h1 {
  right: 63px;
}
html[data-theme=darkmode] .action-bar {
  top: 3.3rem;
  z-index: 1050;
}
html[dir][data-theme=darkmode] .user-top-navbar {
  padding-top: 0;
  padding-bottom: 0;
}
html[dir=ltr][data-theme=darkmode] .user-top-navbar .nav-item .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
html[dir=rtl][data-theme=darkmode] .user-top-navbar .nav-item .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html[data-theme=darkmode] .ta-navbar-top {
  color: #dee2e6;
}
html[data-theme=darkmode] .ta-navbar-top a {
  color: #dee2e6;
  text-decoration: none !important;
}
html[dir][data-theme=darkmode] .ta-badge {
  background-color: #0c0d0e !important;
}
html[data-theme=darkmode] .ta-navbar-brand span:last-child {
  font-weight: bold;
  color: #dee2e6;
}
html[dir][data-theme=darkmode] .list-group li:hover {
  background-color: rgb(27, 30, 31);
}
html[dir][data-theme=darkmode] .list-group-item.first-child-visible {
  border-top-width: 1px !important;
}
html[dir=ltr][data-theme=darkmode] .list-group-item.first-child-visible {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
html[dir=rtl][data-theme=darkmode] .list-group-item.first-child-visible {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
html[dir=ltr][data-theme=darkmode] .list-group-item.last-child-visible {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
html[dir=rtl][data-theme=darkmode] .list-group-item.last-child-visible {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar {
  z-index: calc(1000 + 50);
  position: fixed;
  top: 52px;
  bottom: 0;
  width: 260px;
  color: rgb(181, 175, 166);
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar {
  background-color: rgb(36, 39, 40);
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar {
  left: 0px;
  border-right: 1px solid rgb(57, 62, 64);
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar {
  right: 0px;
  border-left: 1px solid rgb(57, 62, 64);
  transition: right 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar {
  width: 4px;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar-thumb {
  background-color: #495057;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figure {
  margin: 0;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron {
  transition-duration: 0.2s;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(90deg);
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(-90deg);
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=false] .chevron {
  transition-duration: 0.2s;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse {
  display: none;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse.show {
  display: block;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron {
  position: absolute;
  top: 38%;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron {
  left: 100%;
  margin-left: -25px;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron {
  right: 100%;
  margin-right: -25px;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption,
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a {
  position: relative;
  display: block;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption, html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a {
  margin: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav {
  position: relative;
  flex: 1 1 auto;
  height: calc(100% - 51px - 38px);
  /*.btn-nostyle:focus, .btn-nostyle:active {
      background-color: rgba(0, 0, 0, 0.3);
      color: white;
  }*/
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul {
  white-space: nowrap;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul {
  margin: 0;
  padding: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li {
  position: relative;
  display: list-item;
  list-style: none;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li {
  margin: 0;
  padding: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li .item-label {
  flex-grow: 1;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul li .item-label {
  cursor: pointer;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li {
  line-height: 3em;
  width: 260px;
  transition: width 0.2s ease-in-out;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li {
  background-color: rgb(36, 39, 40);
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li > figure > ul > li {
  line-height: 2.5em;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.new:after {
  content: "";
  width: 92%;
  height: 1px;
  display: block;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul > li.new:after {
  background: rgba(140, 130, 115, 0.13);
  margin: 0px auto;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #495057 rgb(36, 39, 40);
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin {
  margin-bottom: 40px;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label {
  display: flex;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label {
  padding-left: 0px !important;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label {
  padding-right: 0px !important;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.icon {
  flex-shrink: 0;
  font-size: 22px;
  width: 48px;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.icon {
  padding: 0 5px;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.icon svg {
  width: 35px;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin .item-label > span.title {
  flex-grow: 1;
  font-size: 14px;
  width: calc(100% - 48px - 45px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > ul.menu-admin > li > figure > figcaption > .item-label > .collapse-icon {
  color: rgba(255, 0, 0, 0);
  display: flex;
  justify-content: center;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label,
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited {
  color: rgb(189, 183, 175);
  text-decoration: none;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label, html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover, html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active, html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited {
  padding-left: 16px;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label, html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover, html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active, html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited {
  padding-right: 16px;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle {
  color: inherit;
  font: inherit;
  width: 45px;
  outline: none;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav > li > figure > figcaption > .item-label {
  width: 100%;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label, html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover, html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active, html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited {
  padding-left: 12px;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label, html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover, html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active, html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited {
  padding-right: 12px;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .item-label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  color: rgba(232, 230, 227, 0.9) !important;
  font-weight: 600;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  background: rgba(0, 0, 0, 0.1);
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li > figure > ul > li.active > .item-label {
  padding-right: 48px !important;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > ul > li > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label {
  padding-right: 48px !important;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.1);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  right: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > figcaption > .item-label {
  font-weight: 600;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > figcaption > .item-label {
  background-color: rgba(0, 0, 0, 0.05);
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active > figure > figcaption > .item-label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.05);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.05);
  right: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.1);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  right: 0;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > .item-label,
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > figure > figcaption > .item-label {
  color: rgb(189, 183, 175) !important;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > .item-label, html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > figure > figcaption > .item-label {
  background: rgba(0, 0, 0, 0.05);
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > .item-label > span.icon,
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li > figure > figcaption > .item-label > span.icon {
  font-size: 16px !important;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul > li > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul > li > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul > li > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li {
  background: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li > a {
  color: rgba(232, 230, 227, 0.9);
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li > a {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > li > a {
  padding-right: 48px !important;
}
html[dir=ltr][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > .active > a {
  padding-left: 44px !important;
}
html[dir=rtl][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul > li ul > .active > a {
  padding-right: 44px !important;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer {
  position: relative;
  z-index: 1;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer {
  background-color: rgb(36, 39, 40) !important;
}
html[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before {
  content: "";
  width: 92%;
  height: 1px;
  display: block;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before {
  background: rgba(140, 130, 115, 0.13);
  margin: 0px auto;
}
html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #filter, html[dir][data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #filter:focus {
  border: none;
  box-shadow: unset;
  border-radius: unset;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar {
  z-index: calc(1000 + 50);
  position: fixed;
  top: 52px;
  bottom: 0;
  width: 48px;
  color: rgb(181, 175, 166);
  font-family: "Segoe UI VSS (Regular)", "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar {
  background-color: rgb(36, 39, 40);
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar {
  left: 0px;
  border-right: 1px solid rgb(57, 62, 64);
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar {
  right: 0px;
  border-left: 1px solid rgb(57, 62, 64);
  transition: right 0.2s ease-in-out, width 0.2s ease-in-out;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar {
  width: 4px;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar-thumb {
  background-color: #495057;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figure {
  margin: 0;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=false] .chevron {
  transition-duration: 0.2s;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .collapse {
  display: none;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .collapse.show {
  display: block;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron {
  position: absolute;
  top: 38%;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron {
  left: 100%;
  margin-left: -25px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron {
  right: 100%;
  margin-right: -25px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figcaption,
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a {
  position: relative;
  display: block;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figcaption, html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a {
  margin: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav {
  flex: 1 1 auto;
  height: calc(100% - 51px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 rgb(36, 39, 40);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul {
  white-space: nowrap;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul {
  margin: 0;
  padding: 0;
  background-color: rgb(27, 30, 31);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li {
  position: relative;
  display: list-item;
  list-style: none;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li {
  margin: 0;
  padding: 0;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li .item-label {
  cursor: pointer;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li {
  height: 48px;
  line-height: 3em;
  width: 47px;
  transition: width 0.2s ease-in-out;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li {
  background-color: rgb(36, 39, 40);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li:first-child > span.title:after {
  content: "";
  width: 75%;
  height: 1px;
  display: block;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li:first-child > span.title:after {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto 4px auto;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > .btn-nostyle {
  display: none;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul > li {
  line-height: 2.5em;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li:not(.has-items) .item-label > span.icon {
  font-size: 22px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label {
  display: flex;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label {
  padding-left: 0px !important;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label {
  padding-right: 0px !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon {
  flex-shrink: 0;
  font-size: 16px;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon {
  padding: 0 5px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon svg {
  width: 35px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.icon-none {
  flex-shrink: 0;
  font-size: 16px;
  width: 37px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul .item-label > span.title {
  flex-grow: 1;
  font-size: 14px;
  width: calc(100% - 48px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > .collapse-icon {
  color: rgba(255, 0, 0, 0);
  display: flex;
  justify-content: center;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  color: rgb(181, 175, 166);
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items) > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items) > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items) > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible > figure > figcaption {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible > figure > figcaption > a.item-label {
  z-index: 9999;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li .item-label:hover:not(:first-child) {
  color: rgb(181, 175, 166);
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li .item-label:hover:not(:first-child) {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  display: inline-block !important;
  color: rgb(189, 183, 175);
  width: 48px;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  background-color: rgb(36, 39, 40);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.active > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.active > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.active > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.has-items.visible {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul li .active > figure > figcaption > .item-label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li {
  overflow: hidden;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li span.title {
  display: none;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible {
  overflow: visible;
  width: 308px;
  transition: none;
  position: static;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible > figure {
  position: absolute;
  z-index: 999;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible span.title,
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.visible span.icon {
  display: block;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  position: absolute;
  width: 260px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 rgb(36, 39, 40);
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  left: 48px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul {
  right: 48px;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > ul li .item-label:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  color: rgb(189, 183, 175);
  display: flex;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  background-color: rgb(27, 30, 31);
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  padding-left: 0px !important;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label {
  padding-right: 0px !important;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title {
  padding: 0 20px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  color: rgb(189, 183, 175);
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label .title:hover {
  background-color: rgb(27, 30, 31) !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  flex-shrink: 0;
  font-size: 22px;
  width: 48px;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon {
  padding: 0 5px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.icon svg {
  width: 35px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 48px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 260px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  width: 75%;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  left: 63px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li > figure > figcaption > .item-label > span.title:after {
  right: 63px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav > ul > li.active:not(.has-items)::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label,
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited {
  text-decoration: none;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label, html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover, html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active, html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited {
  padding-left: 16px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label, html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover, html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active, html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited {
  padding-right: 16px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle {
  color: inherit;
  font: inherit;
  width: 45px;
  outline: none;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label, html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover, html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:active, html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited {
  padding-left: 12px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label, html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover, html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:active, html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited {
  padding-right: 12px;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  color: rgba(232, 230, 227, 0.9) !important;
  font-weight: 600;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  background: rgba(0, 0, 0, 0.05);
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure > ul > li.active ul > li.active .item-label {
  padding-right: 48px !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active ul > li.active .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active ul > li.active .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active ul > li.active .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: #0078d4;
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li.active > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: #0078d4;
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure > ul > li .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label {
  padding-right: 48px !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > .item-label {
  font-weight: 600;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > .item-label {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.1);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure .item-label {
  color: rgb(189, 183, 175) !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > .item-label {
  color: rgb(189, 183, 175) !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure ul > li > figure > figcaption > .item-label::before {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure ul > li > figure > figcaption > .item-label::before {
  border-left: 3px solid;
  border-left-color: rgba(0, 0, 0, 0.2);
  left: 0;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active > figure ul > li > figure > figcaption > .item-label::before {
  border-right: 3px solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  right: 0;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li {
  background: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li > figure > figcaption > a {
  color: rgba(232, 230, 227, 0.9);
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li > figure > figcaption > a {
  padding-left: 48px !important;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > li > figure > figcaption > a {
  padding-right: 48px !important;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > .active > a {
  padding-left: 44px !important;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li > figure ul > li > figure ul > .active > a {
  padding-right: 44px !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer {
  position: relative;
  z-index: 1;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer {
  background-color: rgb(36, 39, 40) !important;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer:before {
  content: "";
  width: 60%;
  height: 1px;
  display: block;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer:before {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto;
}
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #filter,
html[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #filter:focus {
  display: none;
}
html[data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure {
  position: static;
  z-index: unset;
}
html[data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul:before {
  content: attr(data-title);
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: block;
}
html[dir][data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul:before {
  padding: 0 20px;
}
html[data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  width: 90%;
}
html[dir][data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  background: rgba(0, 0, 0, 0.1);
  margin: 0px auto;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  left: 15px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li.visible > figure > ul > li:first-child::before {
  right: 15px;
}
html[data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  position: absolute;
  width: 260px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  height: calc(100vh - 52px);
  max-height: unset;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 rgb(36, 39, 40);
  top: 0px;
}
html[dir][data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  left: 48px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact.scroll #ta-left-sidebar #left-nav > ul > li > figure > ul {
  right: 48px;
}
html[dir][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron {
  transition-duration: 0.2s;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(90deg);
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron {
  transform: rotate(-90deg);
}
html[dir][data-theme=darkmode] html:not(.fontawesome-i2svg-complete) #left-nav ul.menu-admin > li > .item-label {
  background-color: #f8f9fa !important;
}
html[data-theme=darkmode] .leftbar-compactor {
  display: block;
  width: 48px;
  height: 50px;
  color: rgb(181, 175, 166);
  font-size: 20px;
  display: block;
}
html[dir][data-theme=darkmode] .leftbar-compactor {
  padding: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition-duration: 0.2s;
  transform: scale(2, 1);
}
html[dir=ltr][data-theme=darkmode] .leftbar-compactor {
  float: right;
}
html[dir=rtl][data-theme=darkmode] .leftbar-compactor {
  float: left;
}
html[data-theme=darkmode] .leftbar-compactor:focus {
  outline: none;
}
html[data-theme=darkmode] .leftbar-compactor:hover {
  color: rgb(0, 120, 212);
  color: var(rgb(0, 120, 212));
}
html[dir][data-theme=darkmode] .leftbar-compactor:hover {
  text-shadow: 0 0 4px rgba(0, 120, 212, 0.5);
}
html[data-theme=darkmode] .leftbar-compactor:before {
  content: "⟪";
}
html[dir][data-theme=darkmode] .left-sidebar-compact .leftbar-compactor {
  transition-duration: 0.2s;
  transform: scale(-2, 1);
}
html[data-theme=darkmode] .preload * {
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
html[dir][data-theme=darkmode] .preload * {
  -webkit-transition: none !important;
}
html[data-theme=darkmode] body {
  height: 100%;
  font-family: "Segoe UI VSS (Regular)", "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html[dir][data-theme=darkmode] body {
  margin-bottom: 40px;
  cursor: default;
}
html[data-theme=darkmode] a {
  text-decoration: none;
}
html[data-theme=darkmode] a:hover {
  text-decoration: underline;
}
html[dir][data-theme=darkmode] .cursor-move {
  cursor: move;
}
html[dir][data-theme=darkmode] .cursor-pointer {
  cursor: pointer;
}
html[dir][data-theme=darkmode] .ta-content {
  padding: 15px;
  margin-top: 52px;
  margin-bottom: 40px;
}
html[dir=ltr][data-theme=darkmode] .ta-content {
  margin-left: 260px;
  transition: margin-left 0.2s ease-in-out;
}
html[dir=rtl][data-theme=darkmode] .ta-content {
  margin-right: 260px;
  transition: margin-right 0.2s ease-in-out;
}
html[data-theme=darkmode] .ta-content h1, html[data-theme=darkmode] .ta-content .h1 {
  line-height: 40px;
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: bold;
}
html[dir=ltr][data-theme=darkmode] .left-sidebar-compact .ta-content {
  margin-left: 48px;
}
html[dir=rtl][data-theme=darkmode] .left-sidebar-compact .ta-content {
  margin-right: 48px;
}
@media (max-width: 575.98px) {
  html[dir=ltr][data-theme=darkmode] .ta-content {
    margin-left: 48px;
    transition: margin-left 0.5s ease-in-out;
  }
  html[dir=rtl][data-theme=darkmode] .ta-content {
    margin-right: 48px;
    transition: margin-right 0.5s ease-in-out;
  }
}
html[data-theme=darkmode] .auth-wrapper {
  width: 100%;
  max-width: 800px;
}
html[dir][data-theme=darkmode] .auth-wrapper {
  margin: auto;
}
html[dir][data-theme=darkmode] .with-checkbox .list-group-item {
  padding: 0.75rem 0.5rem;
}
html[dir][data-theme=darkmode] .disable.custom-control-input:checked ~ .custom-control-label::before {
  border-color: red;
  background-color: red;
}
html[data-theme=darkmode] .action-bar {
  top: 3.3rem;
  z-index: 1000;
}
html[data-theme=darkmode] .second-action-bar {
  z-index: calc(1000 + 1);
}
html[dir][data-theme=darkmode] .list-group-item + .list-group-item {
  border-top-width: 0px;
}
html[data-theme=darkmode] svg {
  vertical-align: -0.125em;
}
html[data-theme=darkmode] [dir=rtl] .dropdown-menu {
  left: auto !important;
  right: 0px !important;
  transform: translate3d(0px, 38px, 0px) !important;
}
html[data-theme=darkmode] .dropdown-menu.scrollable {
  overflow-y: auto;
  max-height: 250px;
}
html[data-theme=darkmode] .btn-dropdown-wrapper:hover > .btn-dropdown {
  opacity: 1;
}
html[dir][data-theme=darkmode] .btn-dropdown-wrapper:hover > .btn-dropdown {
  border-width: 5px;
}
html[data-theme=darkmode] .btn-dropdown ::-webkit-scrollbar {
  width: 4px;
}
html[dir][data-theme=darkmode] .btn-dropdown ::-webkit-scrollbar {
  background-color: #EAEAEA;
}
html[dir][data-theme=darkmode] .btn-dropdown ::-webkit-scrollbar-thumb {
  background-color: #495057;
}
html[data-theme=darkmode] .btn-dropdown .dropdown-menu {
  max-height: 200px;
  overflow: hidden auto;
  scrollbar-width: thin;
  scrollbar-color: #495057 #EAEAEA;
}
html[data-theme=darkmode] .btn-dropdown {
  position: relative;
  z-index: 1000;
  opacity: 0.8;
  transition: 0.3s opacity;
}
html[data-theme=darkmode] .btn-dropdown > .btn-group {
  bottom: 17px;
}
html[dir][data-theme=darkmode] .btn-dropdown > .btn-group {
  margin: 0 auto;
}
html[data-theme=darkmode] .btn-dropdown.show {
  z-index: 1001;
}
html[data-theme=darkmode] [dir=ltr] .btn-dropdown > .btn-group {
  left: calc(-14px + 50%);
}
html[data-theme=darkmode] [dir=rtl] .btn-dropdown > .btn-group {
  right: calc(-14px + 50%);
}
html[data-theme=darkmode] .btn:hover, html[data-theme=darkmode] .button:hover, html[data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .close:hover, html[data-theme=darkmode] .bootstrap-select .popover-header .close:hover {
  text-decoration: none;
}
html[data-theme=darkmode] .dropdown-item:hover {
  text-decoration: none !important;
}
html[data-theme=darkmode] .unset {
  all: unset;
}
html[dir][data-theme=darkmode] .bg-primary {
  background-color: rgb(27, 30, 31) !important;
}
html[dir][data-theme=darkmode] #mediaApp {
  background-color: rgb(24, 26, 27);
}
html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, html[data-theme=darkmode] .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #fff !important;
}
html[data-theme=darkmode] .blockquote-footer {
  color: #888;
}
html[data-theme=darkmode] .trumbowyg-fullscreen .trumbowyg-editor {
  color: black;
}
html[dir][data-theme=darkmode] .table-primary, html[dir][data-theme=darkmode] .table-primary > th, html[dir][data-theme=darkmode] .table-primary > td {
  background-color: #007bff;
}
html[dir][data-theme=darkmode] .table-secondary, html[dir][data-theme=darkmode] .table-secondary > th, html[dir][data-theme=darkmode] .table-secondary > td {
  background-color: #6c757d;
}
html[dir][data-theme=darkmode] .table-light, html[dir][data-theme=darkmode] .table-light > th, html[dir][data-theme=darkmode] .table-light > td {
  background-color: #dee2e6;
}
html[dir][data-theme=darkmode] .table-dark, html[dir][data-theme=darkmode] .table-dark > th, html[dir][data-theme=darkmode] .table-dark > td {
  background-color: rgb(24, 26, 27);
}
html[dir][data-theme=darkmode] .table-success, html[dir][data-theme=darkmode] .table-success > th, html[dir][data-theme=darkmode] .table-success > td {
  background-color: #28a745;
}
html[dir][data-theme=darkmode] .table-info, html[dir][data-theme=darkmode] .table-info > th, html[dir][data-theme=darkmode] .table-info > td {
  background-color: #3498db;
}
html[dir][data-theme=darkmode] .table-danger, html[dir][data-theme=darkmode] .table-danger > th, html[dir][data-theme=darkmode] .table-danger > td {
  background-color: #dc3545;
}
html[dir][data-theme=darkmode] .table-warning, html[dir][data-theme=darkmode] .table-warning > th, html[dir][data-theme=darkmode] .table-warning > td {
  background-color: #f39c12;
}
html[dir][data-theme=darkmode] .table-active, html[dir][data-theme=darkmode] .table-active > th, html[dir][data-theme=darkmode] .table-active > td {
  background-color: rgba(0, 0, 0, 0.1);
}
html[dir][data-theme=darkmode] .table-hover .table-primary:hover, html[dir][data-theme=darkmode] .table-hover .table-primary:hover > th, html[dir][data-theme=darkmode] .table-hover .table-primary:hover > td {
  background-color: #006fe6;
}
html[dir][data-theme=darkmode] .table-hover .table-secondary:hover, html[dir][data-theme=darkmode] .table-hover .table-secondary:hover > th, html[dir][data-theme=darkmode] .table-hover .table-secondary:hover > td {
  background-color: #60686f;
}
html[dir][data-theme=darkmode] .table-hover .table-light:hover, html[dir][data-theme=darkmode] .table-hover .table-light:hover > th, html[dir][data-theme=darkmode] .table-hover .table-light:hover > td {
  background-color: #cfd5db;
}
html[dir][data-theme=darkmode] .table-hover .table-dark:hover, html[dir][data-theme=darkmode] .table-hover .table-dark:hover > th, html[dir][data-theme=darkmode] .table-hover .table-dark:hover > td {
  background-color: #0c0d0e;
}
html[dir][data-theme=darkmode] .table-hover .table-success:hover, html[dir][data-theme=darkmode] .table-hover .table-success:hover > th, html[dir][data-theme=darkmode] .table-hover .table-success:hover > td {
  background-color: #23923d;
}
html[dir][data-theme=darkmode] .table-hover .table-info:hover, html[dir][data-theme=darkmode] .table-hover .table-info:hover > th, html[dir][data-theme=darkmode] .table-hover .table-info:hover > td {
  background-color: #258cd1;
}
html[dir][data-theme=darkmode] .table-hover .table-danger:hover, html[dir][data-theme=darkmode] .table-hover .table-danger:hover > th, html[dir][data-theme=darkmode] .table-hover .table-danger:hover > td {
  background-color: #d32535;
}
html[dir][data-theme=darkmode] .table-hover .table-warning:hover, html[dir][data-theme=darkmode] .table-hover .table-warning:hover > th, html[dir][data-theme=darkmode] .table-hover .table-warning:hover > td {
  background-color: #e08e0b;
}
html[dir][data-theme=darkmode] .table-hover .table-active:hover, html[dir][data-theme=darkmode] .table-hover .table-active:hover > th, html[dir][data-theme=darkmode] .table-hover .table-active:hover > td {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme=darkmode] .hint {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
html[data-theme=darkmode] .hint.dashed::before,
html[data-theme=darkmode] .text-muted.dashed::before {
  content: "— ";
}
html[dir][data-theme=darkmode] .validation-summary-errors ul {
  margin-bottom: 0px;
}
html[data-theme=darkmode] .inline-form {
  display: inline;
}
html[data-theme=darkmode] .code,
html[data-theme=darkmode] .form-control.code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875em;
  color: inherit;
}
html[dir][data-theme=darkmode] .code, html[dir][data-theme=darkmode] .form-control.code {
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
}
html[data-theme=darkmode] .label-link {
  font-size: 12px;
}
html[dir=ltr][data-theme=darkmode] .label-link {
  float: right;
}
html[dir=rtl][data-theme=darkmode] .label-link {
  float: left;
}
html[data-theme=darkmode] label .field-validation-error::before {
  content: "- ";
}
html[data-theme=darkmode] .field-validation-valid {
  display: none;
}
html[data-theme=darkmode] input[type=password]::-ms-reveal,
html[data-theme=darkmode] input[type=password]::-ms-clear {
  display: none;
}
html[dir=ltr][data-theme=darkmode] .has-filter .form-control, html[dir=ltr][data-theme=darkmode] .has-search .form-control {
  padding-left: 2rem;
}
html[dir=rtl][data-theme=darkmode] .has-filter .form-control, html[dir=rtl][data-theme=darkmode] .has-search .form-control {
  padding-right: 2rem;
}
html[data-theme=darkmode] .has-filter .form-control-feedback, html[data-theme=darkmode] .has-search .form-control-feedback {
  position: absolute;
  z-index: 4;
  display: block;
  width: 1rem;
  height: 2rem;
  line-height: 1rem;
  pointer-events: none;
}
html[dir][data-theme=darkmode] .has-filter .form-control-feedback, html[dir][data-theme=darkmode] .has-search .form-control-feedback {
  text-align: center;
}
html[dir=ltr][data-theme=darkmode] .has-filter .form-control-feedback, html[dir=ltr][data-theme=darkmode] .has-search .form-control-feedback {
  left: 1.75rem;
}
html[dir=rtl][data-theme=darkmode] .has-filter .form-control-feedback, html[dir=rtl][data-theme=darkmode] .has-search .form-control-feedback {
  right: 1.75rem;
}
html[data-theme=darkmode] .has-filter .form-control-feedback {
  top: 0.25rem;
}
html[dir=ltr][data-theme=darkmode] .has-filter .form-control-feedback {
  left: 4.25rem;
}
html[dir=rtl][data-theme=darkmode] .has-filter .form-control-feedback {
  right: 4.25rem;
}
html[dir=ltr][data-theme=darkmode] .has-search .form-control-feedback {
  left: 1.75rem;
}
html[dir=rtl][data-theme=darkmode] .has-search .form-control-feedback {
  right: 1.75rem;
}
html[data-theme=darkmode] .has-search:not(.input-group) .form-control-feedback, html[data-theme=darkmode] .has-filter:not(.input-group) .form-control-feedback {
  top: 1.25rem;
}
html[dir=ltr][data-theme=darkmode] .has-search:not(.input-group) .form-control-feedback, html[dir=ltr][data-theme=darkmode] .has-filter:not(.input-group) .form-control-feedback {
  left: 1.75rem;
}
html[dir=rtl][data-theme=darkmode] .has-search:not(.input-group) .form-control-feedback, html[dir=rtl][data-theme=darkmode] .has-filter:not(.input-group) .form-control-feedback {
  right: 1.75rem;
}
html[data-theme=darkmode] .input-group-addon {
  color: #fff;
}
html[data-theme=darkmode] .form-floating > label {
  color: rgba(140, 130, 115, 0.13);
}
html[dir][data-theme=darkmode] .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ced4da' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
html[data-theme=darkmode] .breadcrumb a {
  color: #fff;
}
html[data-theme=darkmode] .pagination a:hover, html[data-theme=darkmode] ul.pager a:hover {
  text-decoration: none;
}
html[data-theme=darkmode] .alert, html[data-theme=darkmode] .message, html[data-theme=darkmode] .validation-summary-errors {
  color: #fff;
}
html[dir][data-theme=darkmode] .alert, html[dir][data-theme=darkmode] .message, html[dir][data-theme=darkmode] .validation-summary-errors {
  border: none;
}
html[data-theme=darkmode] .alert a, html[data-theme=darkmode] .message a, html[data-theme=darkmode] .validation-summary-errors a,
html[data-theme=darkmode] .alert .alert-link,
html[data-theme=darkmode] .message .alert-link,
html[data-theme=darkmode] .validation-summary-errors .alert-link {
  color: #fff;
  text-decoration: underline;
}
html[dir][data-theme=darkmode] .alert-primary {
  background-color: #007bff;
}
html[dir][data-theme=darkmode] .alert-secondary {
  background-color: #6c757d;
}
html[dir][data-theme=darkmode] .alert-success, html[dir][data-theme=darkmode] .message-success {
  background-color: #28a745;
}
html[dir][data-theme=darkmode] .alert-info, html[dir][data-theme=darkmode] .message-information {
  background-color: #3498db;
}
html[dir][data-theme=darkmode] .alert-warning, html[dir][data-theme=darkmode] .message-warning {
  background-color: #f39c12;
}
html[dir][data-theme=darkmode] .alert-danger, html[dir][data-theme=darkmode] .message-error, html[dir][data-theme=darkmode] .validation-summary-errors {
  background-color: #dc3545;
}
html[dir][data-theme=darkmode] .alert-light {
  background-color: #dee2e6;
}
html[dir][data-theme=darkmode] .alert-dark {
  background-color: rgb(24, 26, 27);
}
html[dir][data-theme=darkmode] .card-header {
  background-color: #1b1e1f;
}
html[data-theme=darkmode] .btn-primary, html[data-theme=darkmode] .button {
  color: #FFF;
}
html[data-theme=darkmode] .btn-primary:hover, html[data-theme=darkmode] .button:hover, html[data-theme=darkmode] .btn-primary:focus, html[data-theme=darkmode] .button:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-secondary {
  color: #FFF;
}
html[data-theme=darkmode] .btn-secondary:hover, html[data-theme=darkmode] .btn-secondary:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-success {
  color: #FFF;
}
html[data-theme=darkmode] .btn-success:hover, html[data-theme=darkmode] .btn-success:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-info {
  color: #FFF;
}
html[data-theme=darkmode] .btn-info:hover, html[data-theme=darkmode] .btn-info:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-warning {
  color: #FFF;
}
html[data-theme=darkmode] .btn-warning:hover, html[data-theme=darkmode] .btn-warning:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-danger {
  color: #FFF;
}
html[data-theme=darkmode] .btn-danger:hover, html[data-theme=darkmode] .btn-danger:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-light {
  color: #FFF;
}
html[data-theme=darkmode] .btn-light:hover, html[data-theme=darkmode] .btn-light:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-dark {
  color: #FFF;
}
html[data-theme=darkmode] .btn-dark:hover, html[data-theme=darkmode] .btn-dark:focus {
  color: #FFF;
}
html[data-theme=darkmode] .btn-light, html[data-theme=darkmode] .btn-light:hover, html[data-theme=darkmode] .btn-light:focus {
  color: #000;
}
html[data-theme=darkmode] .bootstrap-select .popover-header .close {
  color: white;
}
html[dir][data-theme=darkmode] .modal-header .btn-close, html[dir][data-theme=default] .bootstrap-select .popover-header html[data-theme=darkmode] .modal-header .close, html[dir][data-theme=darkmode] .modal-header .bootstrap-select .popover-header .close, html[dir][data-theme=darkmode] .bootstrap-select .popover-header .modal-header .close {
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.6em auto no-repeat;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: flat;
}

[dir=ltr] .noUi-connect, [dir=ltr] .noUi-origin {
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

[dir=rtl] .noUi-connect, [dir=rtl] .noUi-origin {
  left: 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

[dir] .noUi-state-tap .noUi-connect, [dir] .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
}

[dir] .noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  top: -6px;
}

[dir=ltr] .noUi-horizontal .noUi-handle {
  right: -17px;
}

[dir=rtl] .noUi-horizontal .noUi-handle {
  left: -17px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  bottom: -17px;
}

[dir=ltr] .noUi-vertical .noUi-handle {
  right: -6px;
}

[dir=rtl] .noUi-vertical .noUi-handle {
  left: -6px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
[dir] .noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

[dir] .noUi-connects {
  border-radius: 3px;
}

[dir] .noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
[dir] .noUi-draggable {
  cursor: ew-resize;
}

[dir] .noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

[dir] .noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

[dir] .noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  top: 6px;
}
[dir] .noUi-handle:before, [dir] .noUi-handle:after {
  background: #E8E7E6;
}
[dir=ltr] .noUi-handle:before, [dir=ltr] .noUi-handle:after {
  left: 14px;
}
[dir=rtl] .noUi-handle:before, [dir=rtl] .noUi-handle:after {
  right: 14px;
}

[dir=ltr] .noUi-handle:after {
  left: 17px;
}

[dir=rtl] .noUi-handle:after {
  right: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  top: 14px;
}

[dir=ltr] .noUi-vertical .noUi-handle:before, [dir=ltr] .noUi-vertical .noUi-handle:after {
  left: 6px;
}

[dir=rtl] .noUi-vertical .noUi-handle:before, [dir=rtl] .noUi-vertical .noUi-handle:after {
  right: 6px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[dir] [disabled] .noUi-connect {
  background: #B8B8B8;
}

[dir] [disabled].noUi-target, [dir] [disabled].noUi-handle, [dir] [disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
}
[dir] .noUi-value {
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
}
[dir] .noUi-marker {
  background: #CCC;
}

[dir] .noUi-marker-sub {
  background: #AAA;
}

[dir] .noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  height: 80px;
  top: 100%;
  width: 100%;
}
[dir] .noUi-pips-horizontal {
  padding: 10px 0;
}
[dir=ltr] .noUi-pips-horizontal {
  left: 0;
}
[dir=rtl] .noUi-pips-horizontal {
  right: 0;
}

[dir=ltr] .noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

[dir=rtl] .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
}

[dir=ltr] .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
}

[dir=rtl] .noUi-marker-horizontal.noUi-marker {
  margin-right: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  height: 100%;
  top: 0;
}
[dir] .noUi-pips-vertical {
  padding: 0 10px;
}
[dir=ltr] .noUi-pips-vertical {
  left: 100%;
}
[dir=rtl] .noUi-pips-vertical {
  right: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
}

[dir] .noUi-value-vertical {
  transform: translate(0, -50%);
}

[dir=ltr] .noUi-value-vertical {
  padding-left: 25px;
}

[dir=rtl] .noUi-value-vertical {
  padding-right: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
}

[dir] .noUi-marker-vertical.noUi-marker {
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  color: #000;
  white-space: nowrap;
}

[dir] .noUi-tooltip {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
}

[dir=ltr] .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}

[dir=rtl] .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  right: 50%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  top: 50%;
}

[dir] .noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
}

[dir=ltr] .noUi-vertical .noUi-tooltip {
  right: 120%;
}

[dir=rtl] .noUi-vertical .noUi-tooltip {
  left: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
}

[dir=ltr] .noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
}

[dir=rtl] .noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  right: auto;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  top: auto;
}

[dir] .noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
}

[dir=ltr] .noUi-vertical .noUi-origin > .noUi-tooltip {
  right: 28px;
}

[dir=rtl] .noUi-vertical .noUi-origin > .noUi-tooltip {
  left: 28px;
}

html[dir=rtl] .bootstrap-select .bs-ok-default:after {
  border-width: 0 0.26em 0.26em 0 !important;
  transform: rotate(45deg) !important;
}
