@charset "UTF-8";
/* Define standard variables and values for website */
/* Use the variables */
@import "../bootstrap/dist/css/bootstrap-utilities.min.css";
: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-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --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%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.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);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.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;
  border-color: #bacbe6;
}
.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;
  border-color: #cbccce;
}
.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;
  border-color: #bcd0c7;
}
.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;
  border-color: #badce3;
}
.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;
  border-color: #e6dbb9;
}
.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;
  border-color: #dfc2c4;
}
.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;
  border-color: #dfe0e1;
}
.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;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  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-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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");
}
.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");
}
.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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  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");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  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");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  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");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .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");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.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);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.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");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  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;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  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;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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");
}
.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");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: "weissenhof_groteskmedium";
  src: url("../fonts/indian_type_foundry_-_weissenhofgrotesk-medium-webfont.woff2") format("woff2"), url("../fonts/indian_type_foundry_-_weissenhofgrotesk-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "weissenhof_groteskregular";
  src: url("../fonts/indian_type_foundry_-_weissenhofgrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/indian_type_foundry_-_weissenhofgrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fkmedium";
  src: url("../fonts/FKRomanStandard-Medium.woff2") format("woff2"), url("../fonts/FKRomanStandard-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fk_oblique";
  src: url("../fonts/FKRomanStandard-Oblique.woff2") format("woff2"), url("../fonts/FKRomanStandard-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fkregular";
  src: url("../fonts/FKRomanStandard-Regular.woff2") format("woff2"), url("../fonts/FKRomanStandard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.product {
  /* new since 15. September 2022 */
}
.product input, .product label, .product p, .product ul li {
  font-size: 16px !important;
}
.product .gfield_label {
  font-size: 20px !important;
}
.product h3, .product .h3 {
  font-size: 28px !important;
}
.product .ad-form-ul {
  margin-top: 14px;
  padding-left: 32px;
  padding-right: 13px;
}
.product .ad-border-form li {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #000;
}
.product .ad-form-ul div {
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 0.875em;
  list-style-type: none !important;
}
.product .gf_sixsix {
  width: 66.666% !important;
}
.product .gform_legacy_markup_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
  margin: 0 0 0 15px;
}
.product .ad-form-top-border {
  padding: 30px 0 0 0 !Important;
  margin: 90px 0 30px 0 !Important;
  border-top: 1px solid #000000;
}
.product .ad-booking {
  margin-top: 60px;
  margin-bottom: 90px;
}
.product .ad-booking .gchoice {
  width: calc(100% - 30px);
  border: 1px solid #000;
}
.product .ad-booking .gchoice input {
  margin: 15px !important;
}
.product .ad-booking .gchoice label {
  width: 100%;
  padding: 15px 0;
  line-height: 1em;
  margin: 0px;
}
.product input[type="text"], .product input[type="email"], .product .resume_form_link_wrapper, .product .form_saved_message_emailform input[type="submit"] {
  background-color: #FFF;
  border: 1px solid #000;
  line-height: 1em;
  padding: 15px !important;
}
.product .gform_save_link {
  padding: 15px;
  margin: 30px 0 !important;
  line-height: 1em;
  border: 1px solid #000 !important;
  text-transform: uppercase;
}
.product .single_add_to_cart_button {
  border-radius: 0px !important;
  background-color: #000 !important;
  padding: 15px !important;
  font-weight: normal !important;
  font-family: "weissenhof_groteskmedium";
  line-height: 1em !important;
  text-transform: uppercase;
}
.product .product_meta {
  display: none;
}
.product ::placeholder {
  color: #000;
  line-height: 1em;
  font-size: 16px;
}
.product .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0px !important;
}
.product .ginput_price {
  display: none;
}
.product .ad-text-list li {
  list-style-type: disc !Important;
}
.product p a, .product label a {
  text-decoration: underline !important;
  font-family: "weissenhof_groteskmedium";
}
.cart p, .cart .gform_legacy_markup_wrapper .description, .cart .gform_legacy_markup_wrapper .gfield_description, .cart .gform_legacy_markup_wrapper .gsection_description, .cart .gform_legacy_markup_wrapper .instruction, .checkout p, .checkout .gform_legacy_markup_wrapper .description, .checkout .gform_legacy_markup_wrapper .gfield_description, .checkout .gform_legacy_markup_wrapper .gsection_description, .checkout .gform_legacy_markup_wrapper .instruction {
  font-size: 16px !important;
}
.cart dl.variation, .checkout dl.variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cart dl.variation dt, .cart dl.variation dd, .checkout dl.variation dt, .checkout dl.variation dd {
  width: 50%;
  margin: 0px !important;
  padding: 15px 0;
  border-top: 1px solid #000;
}
.cart .checkout-button, .checkout .checkout-button {
  border-radius: 0px !important;
  background-color: #000 !important;
  padding: 15px !important;
  font-weight: normal !important;
  font-family: "weissenhof_groteskmedium";
  line-height: 1em !important;
  text-transform: uppercase;
}
.cart .input-text, .checkout .input-text {
  background-color: #FFF;
  border: 1px solid #000;
  line-height: 1em;
  padding: 15px !important;
}
.cart .woocommerce table.shop_table, .checkout .woocommerce table.shop_table {
  border: 1px solid #000;
  border-radius: 0px;
}
.cart h3, .cart .h3, .checkout h3, .checkout .h3 {
  margin: 60px 0 30px 0;
}
.cart #add_payment_method #payment, .cart .woocommerce-cart #payment, .cart .woocommerce-checkout #payment, .checkout #add_payment_method #payment, .checkout .woocommerce-cart #payment, .checkout .woocommerce-checkout #payment {
  border-radius: 0px;
}
.cart #add_payment_method #payment ul.payment_methods li img, .cart .woocommerce-cart #payment ul.payment_methods li img, .cart .woocommerce-checkout #payment ul.payment_methods li img, .checkout #add_payment_method #payment ul.payment_methods li img, .checkout .woocommerce-cart #payment ul.payment_methods li img, .checkout .woocommerce-checkout #payment ul.payment_methods li img {
  max-height: 50px;
}
.cart .woocommerce #respond input#submit.alt, .cart .woocommerce a.button.alt, .cart .woocommerce button.button.alt, .cart .woocommerce input.button.alt, .checkout .woocommerce #respond input#submit.alt, .checkout .woocommerce a.button.alt, .checkout .woocommerce button.button.alt, .checkout .woocommerce input.button.alt {
  background-color: #fff !important;
  border: 1px solid #000;
  line-height: 1em;
  color: #000 !important;
  padding: 15px !important;
  border-radius: 0px;
}
.cart .woocommerce a.button.alt:hover, .checkout .woocommerce a.button.alt:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.cart .wc-item-meta li, .checkout .wc-item-meta li {
  display: flex;
  justify-content: space-between;
}
.woocommerce-cart .actions, .woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}
#add_payment_method table.cart td, .woocommerce table.shop_table td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
  vertical-align: top !important;
}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: normal !important;
}
.gform_delete {
  filter: grayscale(1);
}
.gform_delete:hover {
  filter: grayscale(0);
}
.saved_message_success {
  display: none;
}
.hide-total .single_add_to_cart_button, .hide-total .product_totals {
  opacity: 0 !important;
}
.gform_legacy_markup_wrapper .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px !important;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #000 !important;
  margin-top: 40px !important;
}
.gform_page_footer input {
  flex: 1 0 49%;
}
.gform_page_footer a {
  flex: 1 0 99%;
}
.woocommerce input.button {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: normal !important;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
  padding: 15px !Important;
  margin-right: 0px !Important;
}
.woocommerce input.button:hover {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: normal !important;
  border-radius: 0px !important;
}
section.related {
  display: none !Important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: white;
  font-weight: normal;
  font-family: "weissenhof_groteskregular";
  color: black;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
  margin: 0;
}
strong, b {
  font-family: "weissenhof_groteskregular";
  font-weight: normal;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
p {
  font-family: "weissenhof_groteskregular";
  font-size: 25px;
  line-height: 1.15em;
}
strong, b {
  font-family: "weissenhof_groteskmedium";
}
/* TYPO */
.headline-box h1, .headline-box .h1, .headline-box h6, .headline-box .h6 {
  font-family: "weissenhof_groteskregular";
  font-size: clamp(30px, 8vw, 60px);
  line-height: 1.15em;
  text-transform: uppercase;
  text-align: center;
}
.two-column-box h6, .two-column-box .h6 {
  margin: 40px 0 20px 0;
}
.headline-box {
  padding: 80px 0 60px 0;
}
.body_text-box p {
  font-family: "fkregular";
  font-size: clamp(18px, 3vw, 26px);
  line-height: 1.15em;
  margin-bottom: 2em;
}
.body_text-box .small-text p, .leaflet-popup-content, .leaflet-popup-content p {
  font-size: 16px;
  line-height: 1.2em;
  font-family: "weissenhof_groteskregular";
}
.body_text-box h6, .body_text-box .h6 {
  font-family: "weissenhof_groteskregular";
  font-size: clamp(30px, 8vw, 40px);
  line-height: 1.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.exhibitor-portal .body_text-box {
  font-family: "weissenhof_groteskregular";
  font-size: 18px;
  line-height: 1.25em;
}
.exhibitor-portal .body_text-box p {
  font-family: "weissenhof_groteskregular";
}
.large_text-box {
  padding: 40px 0 60px 0;
}
.large_text-box p {
  font-family: "fkregular";
  font-size: clamp(30px, 8vw, 50px);
  line-height: 1.15em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
p.writer {
  font-family: "weissenhof_groteskregular";
  text-transform: none;
  font-size: 16px;
  line-height: 1em;
  text-indent: 8.33333333%;
}
.caption-text {
  font-family: "weissenhof_groteskregular";
  font-size: 16px;
  line-height: 1em;
  margin-top: 10px;
}
.image-container {
  margin: 60px 0;
}
.gallery-location {
  font-family: "weissenhof_groteskregular";
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.15em;
  text-align: center;
}
.gallery-list-items:hover .gallery-title {
  color: #0D44FB;
  text-decoration: none;
}
.gallery-list-items a:hover {
  text-decoration: none;
}
.gallery-list-2023 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.gallery-list-btn {
  flex: 1 1 auto;
}
.gallery-list-btn .gallery-title {
  font-family: "weissenhof_groteskregular";
  font-size: 25px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.gallery-list-btn a {
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
  padding: 5px 2em;
  display: block;
  transition: all 0.25s 0.2s ease-in-out;
}
.gallery-list-btn a:hover {
  border: 1px solid #2670FC;
  background-color: #2670FC;
  color: #fff;
}
.gallery-list-char {
  border: 1px solid #2670FC;
  background-color: #2670FC;
  color: #fff;
  font-size: 25px;
  line-height: 1em;
  border-radius: 50px;
  padding: 5px 2em;
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .gallery-list-2023 {
    gap: 10px;
  }
  .gallery-list-2023 .gallery-list-char, .gallery-list-2023 .gallery-list-btn .gallery-title, .gallery-list-2023 .gallery-list-btn a {
    font-size: 20px;
  }
  .gallery-list-btn a {
    padding: 5px 0.75em;
  }
  .gallery-list-char {
    padding: 5px 1em;
  }
}
.gallery-list-full .col-12 {
  position: relative;
  margin-bottom: 140px;
}
.gallery-list-full .gallery-list-full-box {
  width: 100%;
  position: relative;
  margin-top: 12px;
  margin-bottom: 50px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery-list-full .gallery-list-full-box .gallery-list-full-booth-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 5px 1em 4px 1em;
}
@media only screen and (max-width: 991.98px) {
  .gallery-list-full .gallery-list-full-box .gallery-list-full-booth-number {
    right: 12px;
    top: -47px;
    font-size: 14px;
  }
  .gallery-list-full .gallery-list-full-box .gallery-list-full-title, .gallery-list-full .gallery-list-full-box .gallery-list-full-location, .gallery-list-full .gallery-list-full-box .gallery-list-full-link {
    font-size: 14px;
    line-height: 1.1em;
  }
}
.gallery-list-full .gallery-list-full-box svg {
  margin-bottom: 3px;
}
.gallery-list-full .gallery-list-full-char {
  position: absolute;
  top: -40px;
  color: #fff;
  background-color: #2670FC;
  border-radius: 50px;
  padding: 5px 1em;
}
.gallery-list-full .gallery-list-full-booth-number, .gallery-list-full .gallery-list-full-char {
  font-size: 16px;
  line-height: 1em;
}
.gallery-list-full .gallery-list-full-image {
  aspect-ratio: 0.8125;
  overflow: hidden;
}
.gallery-list-full .gallery-list-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s ease-in-out;
}
.gallery-list-full .gallery-hover-box {
  position: relative;
}
.gallery-list-full .gallery-hover-box:hover img {
  transform: scale(1.1);
}
.sponsors-list-items .img-fluid {
  padding: 40px;
  transition: 0.25s all ease-in-out;
}
.sponsors-list-items:hover .img-fluid {
  transform: scale(1.1);
}
header {
  padding-top: 17px;
  padding-bottom: 13px;
}
/*
header .logo{
	height: 98px;
}
*/
.small-logo header .logo {
  height: 50px;
}
header .logo svg {
  height: 100%;
}
.mob-logo {
  padding: 20px;
}
.mob-logo svg {
  height: 22px;
}
#art-logo {
  height: 22px;
  width: 220px;
  position: relative;
  top: -2px;
}
@media (max-width: 575.98px) {
  #art-logo {
    width: 160px;
  }
}
#art-logo path {
  fill: #000;
}
#menu-item-9814::after, #menu-item-9812::after {
  content: "•";
  color: red;
  margin-left: 3px;
  font-size: 2.7em;
  position: absolute;
  top: -5px;
}
header .art-main-menu ul, header .art-main-menu li, .art-mob-menu-content ul {
  margin: 0;
  padding: 0;
}
header .art-main-menu ul:not(.sub-menu) {
  display: flex;
}
.art-mob-menu-content ul li .wpml-ls-item, .wpml-ls-item > a {
  margin: 0;
  display: inline-block;
}
header .wpml-ls-item > a {
  padding: 0;
}
.wpml-ls-menu-item {
  position: relative;
}
header .sub-menu {
  display: none;
}
.wpml-ls-flag {
  padding-right: 10px;
}
header .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  background: #fff;
  padding: 10px;
  right: -20px;
  width: 200px;
  text-align: right;
}
header .art-main-menu ul li {
  list-style: none;
  padding-left: 40px;
}
header .art-main-menu ul li:first-of-type {
  padding-left: 0px;
}
.art-mob-menu-content ul li {
  font-family: "weissenhof_groteskregular";
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  list-style: none;
  padding: 0 0 20px 20px;
}
header .art-main-menu ul li a {
  font-size: 16px;
  line-height: 1em;
  font-family: "weissenhof_groteskregular";
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
header .art-main-menu ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  background: #000;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header .art-main-menu ul li a:hover {
  text-decoration: none;
}
header .art-main-menu ul li a:hover:after, .current-menu-item a:after {
  width: 100%;
  left: 0;
}
#navbar {
  /*
	height:100%;
	*/
  max-height: 134px;
  background: white;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.down #navbar {
  transform: translateY(-10rem);
  transition-delay: 0.75s;
}
.start-image {
  height: 100vh;
  width: 100%;
}
.start-image-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.start-image-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  -webkit-filter: opacity(0.37);
  filter: opacity(0.37);
}
h1.start-title, .start-title.h1 {
  font-family: "weissenhof_groteskregular";
  font-size: clamp(45px, 4vw, 90px);
  line-height: 1.15em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
h2.start-sub-title, .start-sub-title.h2 {
  font-family: "weissenhof_groteskregular";
  font-size: clamp(45px, 4vw, 90px);
  line-height: 1.15em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
p.start-author {
  font-family: "fkregular";
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.15em;
  text-align: center;
  text-transform: uppercase;
}
/*.redirect-disturber, .small-disturber-box, .img-box{
	height: 100%;
	max-height: 768px;
}*/
.disturber-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}
.disturber-2 {
  display: block;
}
.disturber-inner-box {
  border-radius: 50px;
  margin: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.disturber-box-video {
  width: 100%;
}
.small-cta-text {
  font-family: "weissenhof_groteskmedium";
  font-size: 32px;
  line-height: 1.15em;
  text-transform: uppercase;
  margin: 50px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.large-cta-text {
  font-family: "fkmedium";
  font-size: clamp(48px, 10vw, 200px);
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin: 5% 0;
}
.disturber-2 .large-cta-text {
  font-family: "fkmedium";
  font-size: clamp(15px, 8vw, 200px);
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.disturber-box:hover .large-cta-text {
  transform: scale(0.9);
}
.carousel {
  height: 100vh;
  width: 100%;
}
.carousel.content-slider {
  height: calc(100vh - 60px);
}
.carousel-cell {
  height: 100%;
  width: 100%;
}
.carousel-cell img, .slider-video {
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 154px);
  object-fit: cover;
  object-position: center center;
}
.slider-video {
  position: relative;
}
.inner-video-frame, .slider-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  pointer-events: none;
}
@media (min-aspect-ratio: 1.7777777778) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 1.7777777778) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.carousel-cell .black-btn {
  margin: 8px 0 0 0;
}
.slider-more-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
.slider-headline {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.flickity-page-dots {
  bottom: 30px;
}
.carousel.content-slider .flickity-page-dots {
  bottom: 5px;
}
.flickity-viewport {
  max-width: 100vw;
}
.press-tile {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 3px solid #000;
  border-radius: 50px;
  background-color: #FFF;
  height: 100%;
}
.press-tile p {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.press-first-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.press-first-row span {
  font-size: 15px;
  line-height: 1em;
}
.press-first-row .black-btn {
  margin: 0;
}
.art-mob-menu {
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 100vw;
  top: calc(-80vh + 36px);
  transition: 0.55s 0.15s ease-in-out;
}
.art-mob-menu.full {
  top: 0px;
}
.art-mob-menu-content {
  height: calc(80vh - 36px);
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.art-mob-btn {
  padding: 10px 25px;
  margin-right: 20px;
  background-color: #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
  width: fit-content;
  position: relative;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1em;
  transition: 0.55s 0.15s ease-in-out;
}
.art-mob-btn:hover {
  cursor: pointer;
}
/* -------- */
.img-box {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transition: 0.25s ease-in-out;
  width: 100%;
  height: 100%;
}
/*.col-xl-4 .img-box, .small-disturber-box {
	padding-top: 722px / 612px * 100%;
}

.col-xl-8 .img-box {
	padding-top: 722px / 1244px * 100%;
}*/
.small .img-box, .tile-box .img-box {
  padding-top: 117.9738562092%;
}
.small .small-disturber-box {
  padding-top: 117.9738562092%;
}
.large .img-box, .large .small-disturber-box {
  padding-top: 58.038585209%;
}
.fullsize .img-box, .fullsize .small-disturber-box {
  padding-top: 46.875%;
}
.small .img-box, .small .small-disturber-box, .large .img-box, .large .small-disturber-box, .fullsize .img-box {
  padding-top: 117.9738562092%;
}
@media only screen and (max-width: 576px) {
  .fullsize .small-disturber-box {
    padding-top: 117.9738562092%;
    aspect-ratio: 0.8;
  }
}
.left, .right {
  position: relative;
}
.small-disturber-box .row {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 100%;
  padding: 10px 40px;
}
.disturber-image-box {
  position: absolute;
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.disturber-image-box img {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.small-disturber-box .row .col-12 {
  position: relative;
}
.img-box::after {
  content: "";
  display: table;
  clear: both;
}
.img-box.contain {
  background-color: #000;
}
.img-box.contain img {
  object-fit: contain;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tile-box:hover .img-box.contain img {
  width: 90%;
  height: 90%;
}
.box-video {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.art-tile {
  position: relative;
}
.art-tile:hover .box-video {
  opacity: 1;
}
.art-tile:hover {
  cursor: pointer;
}
.art-tile:hover .img-box img, .tile-box:hover .img-box.cover img {
  transform: scale(1.15);
}
.more-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.more-content p {
  font-size: 18px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: 40px;
  margin-bottom: 20px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.black-btn {
  background-color: black;
  border: none;
  color: white;
  font-size: 13px;
  padding: 4px 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0 0 0;
  border: 1px solid #000;
  border-radius: 50px;
  white-space: nowrap;
}
.black-btn:hover {
  background-color: white;
  color: black;
}
.gallery-list-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  height: 100%;
}
.fitty-box {
  display: block !important;
  width: 100%;
  text-align: center;
}
.small-disturber-box {
  position: relative;
  border-radius: 50px;
  /*
	border: 5px solid #000;
	background-color: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;*/
  transition: all 0.1s ease-in-out;
}
.small-disturber-inner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  /*	padding: 20px 20px; */
  position: absolute;
  top: 0;
  left: 0;
}
.small-disturber-inner-box .fix-box-small-disturber {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
/*.small-disturber-box:hover{
	-webkit-filter: invert(1);
	filter: invert(1);
}
.press-tile:hover{
	-webkit-filter: invert(1);
	filter: invert(1);
	border: 5px solid #fff;
}*/
.small-disturber-text {
  font-family: "weissenhof_groteskmedium";
  /*font-size: 1.15vw;*/
  font-size: 18px;
  line-height: 1.15em;
  text-transform: uppercase;
  margin: 50px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.large-disturber-text {
  font-family: "fkmedium";
  font-size: 3.25vw;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.25s 0.2s ease-in-out;
}
.small .large-disturber-text {
  font-size: 3.1vw;
  line-height: 1.1em;
}
@media only screen and (max-width: 992px) {
  .small .large-disturber-text {
    font-size: 4.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .small .large-disturber-text {
    font-size: 6.25vw;
  }
  .small-disturber-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .small .large-disturber-text {
    font-size: 12.25vw;
  }
}
.large .large-disturber-text {
  font-size: 3.75vw;
  line-height: 1.1em;
}
.fullsize .large-disturber-text {
  /*	font-size: clamp(64px, 8vw, 130px);*/
  font-size: 8vw;
  line-height: 1.1em;
}
.small-disturber-box:hover .large-disturber-text {
  transform: scale(1.1);
  line-height: 1em;
}
.disturber-box-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.id_anchor {
  padding-top: 40px;
}
.js .fit, .fit {
  display: inline-block;
  white-space: nowrap;
}
.row > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
header .row > * {
  margin-top: 0px;
  margin-bottom: 0px;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .row {
  --bs-gutter-x: 20px;
}
.disturber-box-left, .disturber-box-right {
  margin-bottom: 0;
}
.gf-logos {
  max-height: 95px;
}
.b-top {
  border-top: 1px solid #000;
  width: 100%;
  height: 1;
}
.page-start {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s 0.5s ease-in-out;
}
.timeout .page-start {
  height: 50vh;
  padding-top: 154px;
}
.vip .page-start {
  display: none;
}
.ad-woo-start {
  margin-top: 108px;
  margin-bottom: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ad-woo-start h1, .ad-woo-start .h1 {
  font-family: "weissenhof_groteskregular";
  font-size: clamp(30px, 8vw, 60px);
  line-height: 1.15em;
  text-transform: uppercase;
  text-align: center;
}
.vip .html-box {
  margin-top: 134px;
}
.product {
  margin-top: 134px;
}
.page-start h1, .page-start .h1 {
  font-family: "fkmedium";
  font-size: clamp(48px, 8vw, 200px);
  line-height: 1.15em;
  text-transform: uppercase;
  text-align: center;
}
.product_title.entry-title {
  font-family: "fkmedium";
  font-size: clamp(30px, 8vw, 60px);
  line-height: 1.15em;
  text-transform: uppercase;
  text-align: center;
}
.submenu-box {
  opacity: 0;
  transition: all 0.5s 0.5s ease-in-out;
}
.timeout .submenu-box {
  opacity: 1;
}
.submenu-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.submenu-box ul li {
  margin: 17.5px;
}
@media only screen and (max-width: 576px) {
  .submenu-box ul {
    flex-direction: column;
    align-items: center;
  }
  .submenu-box ul li {
    margin: 10px;
  }
}
.submenu-box ul li a {
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 4px 18px;
  font-family: "weissenhof_groteskregular";
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
}
.submenu-box ul li a:hover {
  background-color: #000;
  color: #fff;
}
.home-slider {
  position: fixed;
  z-index: 9;
  top: 0;
  background-color: #FFF;
  padding-top: 54px;
}
.wrapper {
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  max-width: 100vw;
  background-color: #fff;
}
.home .wrapper {
  margin-top: 100vh;
}
/* FOOTER */
.prefooter p {
  font-family: "weissenhof_groteskregular";
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 8px 0 40px 0;
}
.prefooter {
  margin: 80px 0 60px 0;
}
.prefooter a img {
  transition: all 0.5s ease-in-out;
}
.prefooter a:hover img {
  transform: scale(1.15);
}
.html-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.html-box iframe {
  width: 100%;
  min-height: 100vh;
  /*max-height: 722px;*/
}
@media only screen and (max-width: 768px) {
  .html-box iframe {
    min-height: auto;
  }
}
.html-box iframe.gmaps {
  max-height: 722px;
}
.privacy-policy .html-box iframe {
  width: 100%;
  min-height: auto;
  /*max-height: 722px;*/
}
h6, .h6 {
  font-size: clamp(20px, 2vw, 35px);
  line-height: 1.25em;
  font-family: "fkregular";
  text-transform: uppercase;
}
button.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000;
}
.acc-icon {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0px 25px;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}
.active .acc-icon {
  transform: rotate(180deg);
  background-color: #000;
}
.active .acc-arrow {
  stroke: #FFF;
}
footer {
  min-height: 210px;
  background-color: #000;
  width: 100%;
  padding: 20px 0;
}
footer a, footer, footer h6, footer .h6 {
  font-size: 16px;
  line-height: 1em;
  font-family: "weissenhof_groteskregular";
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
footer, footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer h6, footer .h6 {
  margin-bottom: 12px;
  text-decoration: underline;
}
footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
footer ul li {
  margin-bottom: 12px;
}
footer .wp-block-image {
  margin: 0 0 0 20px;
  transition: all 0.5s ease-in-out;
}
footer .wp-block-image:hover {
  transform: scale(1.15);
}
.responsive-iframe {
  /*	position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh !important;
  max-height: 100% !Important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.accordion-elements:last-of-type {
  background: red;
}
.accordion {
  background-color: #FFF;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.pointer-event {
  pointer-events: none;
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 98;
  top: 0;
}
.flickity-button {
  background: rgba(255, 255, 255, 0);
}
.slider-image-title {
  position: absolute;
  bottom: 55px;
  left: 20px;
}
.sponsors, .content-slider, .global-margin-60 {
  margin-bottom: 60px;
}
.first-container {
  margin-bottom: 20px;
}
.wp-block-image img {
  height: 37px;
}
.restaurant-inner {
  padding-top: 40px;
}
.restaurant-inner p {
  font-size: 20px;
  line-height: 1.25em;
}
/* NEWSLETTER */
.ad-newsletter .sib-form p {
  font-size: 18px;
  font-family: "weissenhof_groteskregular";
}
.ad-newsletter .sib-form-block, .ad-newsletter .sib-form__declaration, .ad-newsletter #sib-container {
  padding: 0;
}
.ad-newsletter .sib-form {
  background-attachment: fixed;
  font-size: 16px;
  font-family: "weissenhof_groteskregular";
  padding: 0;
  margin: 0;
}
.ad-newsletter .sib-form .input {
  background-color: #FFF;
  border: 1px solid #000;
  line-height: 1em;
  padding: 15px !important;
  max-width: 632px;
}
.ad-newsletter .sib-form .input:not(textarea), .ad-newsletter .sib-form .input__button {
  height: auto;
}
.ad-newsletter .sib-form .entry__field {
  border: none;
}
.ad-newsletter .sib-form-block__button {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
  border-radius: 50px;
  padding: 8px 25px;
  line-height: 1em;
}
.ad-newsletter .sib-form-block__button:hover {
  background-color: #fff;
  color: #000;
}
.ad-newsletter {
  margin-bottom: 60px;
}
.image_wall .col-md-6 .image_wall_inner, .image_wall .image_wall_more_box {
  aspect-ratio: 1.3333333333;
}
.image_wall .col-md-12 .image_wall_inner {
  aspect-ratio: 2.3333333333;
}
.image_wall .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image_wall .image_wall_more_box {
  position: relative;
  border: 3px solid #000000;
  border-radius: 50px;
  transition: all 0.25s 0.2s ease-in-out;
}
.image_wall .image_wall_more_box:hover .large-disturber-text {
  transform: scale(1.1);
}
.image_wall .image_wall_more_box:hover {
  border: 3px solid #36FD9E;
}
@media only screen and (max-width: 767.98px) {
  .image_wall .col-md-12 .image_wall_inner {
    aspect-ratio: 1.3333333333;
  }
}
.exhibitor-portal .accordion-elements li {
  font-size: 18px;
  line-height: 1.5em;
}
.ad-openmap .leaflet-map {
  height: 50vh !important;
}
.one-column-info h3, .one-column-info .h3 {
  font-size: 1.5rem;
}
.home-slider-2023 {
  width: 100%;
  height: 100vh;
}
.home-slider-2023 .carousel-flicky {
  height: 100vh;
  width: 100%;
}
.home-slider-2023 #html5-player {
  max-height: calc(100vh - 134px);
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.home-slider-2023 .carousel-flicky.content-slider {
  height: calc(100vh - 60px);
}
.home-slider-2023 .ad_header_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home-slider-2023 .ad_header_inner picture {
  height: 100%;
  width: 100%;
}
.home-slider-2023 .ad_header_inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.home-slider-2023 .ad_header_inner .ad_header_image {
  object-fit: cover;
}
.home-slider-2023 .ad_header_inner a {
  width: 100%;
  height: 100%;
}
.home-slider-2023 .carousel-cell {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5 ease-in-out;
  -ms-transition: opacity 0.5 ease-in-out;
  -o-transition: opacity 0.5 ease-in-out;
  transition: opacity 0.5 ease-in-out;
}
.home-slider-2023 .carousel-cell.is-selected {
  opacity: 1;
}
.home-slider-2023 .slider-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-slider-2023 .carousel-cell .fullscreen-intro-header {
  overflow: hidden;
  height: 100%;
}
.home-slider-2023 .carousel-cell .fullscreen-intro-header #vimeo-player, .home-slider-2023 .carousel-cell .fullscreen-intro-header .ad_cover {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.home-slider-2023 .carousel-cell .black-btn {
  margin: 0;
}
.home-slider-2023 .slider-more-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  height: 80px;
  bottom: 0px;
}
.home-slider-2023 .slider-headline {
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.home-slider-2023 .flickity-page-dots {
  bottom: 14px;
}
.home-slider-2023 .carousel-cell #vimeo-player, .home-slider-2023 .carousel-cell .ad_cover, .home-slider-2023 .carousel-cell .slider-video, .home-slider-2023 .carousel-cell .ad_header_inner {
  max-height: calc(100vh - 134px);
}
@media (orientation: portrait) {
  .home-slider-2023 .carousel-cell #vimeo-player, .home-slider-2023 .carousel-cell .ad_cover, .home-slider-2023 .carousel-cell .slider-video, .home-slider-2023 .carousel-cell .ad_header_inner {
    max-height: calc(80vh - 134px);
    height: 100%;
  }
  .home-slider-2023 .carousel-cell .slider-more-content {
    position: relative;
    height: auto;
    bottom: 0px;
  }
  .home-slider-2023 .flickity-page-dots {
    display: none;
  }
  .home-slider-2023 .flickity-prev-next-button {
    top: 37%;
  }
}
.home-slider-2023 .flickity-page-dots li:only-child {
  display: none;
}
.home-slider-2023 .flickity-viewport {
  max-width: 100vw;
}
.home-slider-2023 .flickity-button {
  color: #000;
}
.home-slider-2023 .flickity-button:hover {
  background: transparent;
}
.home-slider-2023 .black-btn {
  background-color: black;
  border: none;
  color: white;
  font-size: 13px;
  padding: 4px 19px 2px 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0 0 0;
  border: 1px solid #000;
  border-radius: 50px;
  white-space: nowrap;
}
.home-slider-2023 .black-btn:hover {
  background-color: white;
  color: black;
}
@media only screen and (max-width: 768px) {
  .home-slider-2023 .black-btn {
    position: absolute;
    top: -59px;
    right: 21px;
  }
}
.home-slider-2023 .flickity-button:disabled {
  display: none !important;
}
.flickity-prev-next-button {
  transform: translateY(-85%);
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.news_ticker_outter {
  width: 100%;
  border: 3px solid #000;
  border-radius: 100px;
  overflow: hidden;
  display: inline-flex;
  z-index: 1000;
  position: relative;
}
.news_ticker_outter .ticker-wrap {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 6.75vw;
  padding-left: 100%;
  box-sizing: content-box;
}
@media only screen and (max-width: 767.98px) {
  .news_ticker_outter .ticker-wrap {
    height: 11.75vw;
  }
}
.news_ticker_outter .ticker-wrap .ticker {
  display: inline-block;
  line-height: 5.75vw;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
@media only screen and (max-width: 767.98px) {
  .news_ticker_outter .ticker-wrap .ticker {
    line-height: 7.75vw;
  }
}
.news_ticker_outter .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 8px 2em;
  font-size: 5.75vw;
  color: black;
  text-transform: uppercase;
}
.news_ticker_outter h1, .news_ticker_outter .h1, .news_ticker_outter h2, .news_ticker_outter .h2, .news_ticker_outter p {
  padding: 0 5%;
}
.partner-imagelogo {
  margin-top: 40px;
  margin-bottom: 180px;
}
.partner-imagelogo .logo .img-fluid {
  max-width: 80%;
  width: 100%;
}
.partner-imagelogo h3, .partner-imagelogo .h3 {
  font-size: 25px;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.partner-imagelogo p {
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 1em;
}
/*	ITEMS VERSION 2 */
.items-version2 {
  /* TABLE SLIDER - BEGIN */
  /* TABLE SLIDER - END */
}
.items-version2 > .large .border-frame {
  padding-top: 58.038585209%;
}
@media only screen and (max-width: 767px) {
  .items-version2 > .large .border-frame {
    padding-top: 130%;
  }
}
.items-version2 > .large .border-frame .hidden-link-fix {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.items-version2 h6, .items-version2 .h6 {
  font-family: "weissenhof_groteskregular";
  font-size: clamp(30px, 8vw, 60px);
  line-height: 1.15em;
  text-transform: uppercase;
  text-align: center;
}
.items-version2 > .small {
  aspect-ratio: 0.8;
}
.items-version2 > .small a {
  height: 100%;
  width: 100%;
}
.items-version2 > * > * {
  margin: 5px;
  border: 3px solid black;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.items-version2 > * #table-carousel-border:hover {
  border-color: #6D1FF7;
}
.items-version2 > * #text-slider-border:hover {
  border-color: black;
}
.items-version2 > * #disturber-border:hover {
  border-color: #26FC4E;
}
.items-version2 > * #image-livestream-border:hover {
  border-color: #FF1C19;
}
.items-version2 > * #image-messeplan-border:hover {
  border-color: #004AF3;
}
.items-version2 .image-container-items-version2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.items-version2 .image-container-items-version2 .image-container-headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 15%;
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
.items-version2 .image-container-items-version2 .image-container-headline > div {
  position: relative;
  top: 60%;
  font-size: 1.3rem;
  text-transform: uppercase;
  transform: translateY(-60%);
}
.items-version2 .image-container-items-version2 .image-headline-border {
  position: absolute;
  top: 15%;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  height: 0;
  width: calc(100% - 60px);
  border-bottom: 2px solid black;
  z-index: 9;
}
.items-version2 .image-container-items-version2 .image-live-stream {
  position: absolute;
  top: 0;
  left: 0;
  object-position: center center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.25s 0.2s ease-in-out;
  z-index: 3;
}
.items-version2 .image-container-items-version2 .image-live-stream:hover {
  transform: scale(1.1);
}
.items-version2 .image-container-items-version2 .image-messeplan {
  position: absolute;
  top: 15%;
  left: 0;
  object-position: center center;
  height: 85%;
  width: 100%;
  object-fit: contain;
  transition: all 0.25s 0.2s ease-in-out;
}
.items-version2 .image-container-items-version2 .image-messeplan:hover {
  transform: scale(1.5) rotate(45deg);
}
.items-version2 .program-items-version2 {
  height: 100%;
  width: 100%;
  position: relative;
}
.items-version2 .program-items-version2 .table-headline-border {
  position: absolute;
  top: 15%;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  height: 0;
  width: calc(100% - 60px);
  border-bottom: 2px solid black;
}
.items-version2 .program-items-version2 .table-headline {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  height: 15%;
  width: calc(100% - 60px);
}
.items-version2 .program-items-version2 .table-headline > div {
  position: relative;
  top: 60%;
  font-size: 1.3rem;
  text-transform: uppercase;
  transform: translateY(-60%);
}
.items-version2 .program-items-version2 .table-items-version2 {
  position: absolute;
  top: 15%;
  left: 0;
  height: 85%;
  width: 100%;
  padding: 15px 30px 30px;
}
.items-version2 .program-items-version2 .table-items-version2 table {
  width: 100%;
  height: 100%;
}
.items-version2 .program-items-version2 .table-items-version2 table th {
  font-weight: normal;
  text-transform: uppercase;
}
.items-version2 .program-items-version2 .table-items-version2 table .table-row-strong {
  font-weight: bold;
  text-transform: uppercase;
}
.items-version2 .disturber-box-items-version2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.items-version2 .disturber-box-items-version2 .small-cta-text-items-version2 {
  font-family: "weissenhof_groteskmedium";
  font-size: 18px;
  line-height: 1.15em;
  text-transform: uppercase;
  margin: 50px 20px;
}
.items-version2 .disturber-box-items-version2 .large-cta-text-items-version2 {
  font-family: "fkmedium";
  font-size: 3.25vw;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.25s 0.2s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .items-version2 .disturber-box-items-version2 .large-cta-text-items-version2 {
    font-size: 4.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .items-version2 .disturber-box-items-version2 .large-cta-text-items-version2 {
    font-size: 6.25vw;
  }
}
@media only screen and (max-width: 576px) {
  .items-version2 .disturber-box-items-version2 .large-cta-text-items-version2 {
    font-size: 12.25vw;
  }
}
.items-version2 .disturber-box-items-version2:hover .large-cta-text-items-version2 {
  transform: scale(1.1);
  line-height: 1em;
}
.items-version2 #textSlider {
  margin: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}
.items-version2 #textSlider .headline-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 15%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: white;
}
.items-version2 #textSlider .headline-right .carousel-control-buttons button span {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items-version2 #textSlider .headline-right .carousel-indicators {
  position: static;
  margin: 0 !important;
}
.items-version2 #textSlider .headline-right .carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: none;
  border: 1px solid black;
}
.items-version2 #textSlider .headline-right .carousel-indicators [data-bs-target].active {
  background-color: black;
}
.items-version2 #textSlider .textSlider-headline-border {
  position: absolute;
  top: 15%;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 2px solid black;
}
.items-version2 #textSlider .carousel-inner {
  width: 100%;
  height: 100%;
}
.items-version2 #textSlider .carousel-inner [class~="carousel-item"] {
  width: 100%;
  height: 100%;
  position: relative;
}
.items-version2 #textSlider .carousel-inner [class~="carousel-item"] > * {
  position: absolute;
}
.items-version2 #textSlider .carousel-inner [class~="carousel-item"] .textSlider-headline {
  top: 0;
  left: 0;
  height: 15%;
}
.items-version2 #textSlider .carousel-inner [class~="carousel-item"] .textSlider-headline > div {
  position: relative;
  top: 60%;
  font-size: 1.3rem;
  text-transform: uppercase;
  transform: translateY(-60%);
}
.items-version2 #textSlider .carousel-inner [class~="carousel-item"] .textSlider-text {
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
  font-size: 4.25vw;
  line-height: 4.25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .items-version2 #textSlider .carousel-inner [class~="carousel-item"] .textSlider-text {
    font-size: 6.25vw;
    line-height: 6.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .items-version2 #textSlider .carousel-inner [class~="carousel-item"] .textSlider-text {
    font-size: 12.25vw;
    line-height: 12.25vw;
  }
}
@media only screen and (max-width: 576px) {
  .items-version2 #textSlider .carousel-inner [class~="carousel-item"] .textSlider-text {
    font-size: 18.25vw;
    line-height: 18.25vw;
  }
}
.items-version2 .table-headline {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  height: 15%;
  width: calc(100% - 60px);
}
.items-version2 .table-headline > * {
  position: relative;
  font-size: 1.3rem;
  text-transform: uppercase;
  top: 60%;
  transform: translateY(-60%);
}
.items-version2 #tableSlider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.items-version2 #tableSlider .headline-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 15%;
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (max-width: 576px) {
  .items-version2 #tableSlider .headline-right {
    width: 30%;
    display: none;
  }
}
.items-version2 #tableSlider .headline-right .carousel-control-buttons .carousel-control-next {
  margin-right: 30px;
}
.items-version2 #tableSlider .headline-right .carousel-control-buttons button span {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items-version2 #tableSlider .headline-right .carousel-indicators {
  position: static;
  margin: 0 !important;
}
.items-version2 #tableSlider .headline-right .carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: none;
  border: 1px solid black;
}
.items-version2 #tableSlider .headline-right .carousel-indicators [data-bs-target].active {
  background-color: black;
}
.items-version2 #tableSlider .tableSlider-headline-border {
  position: absolute;
  top: 15%;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  height: 0;
  width: calc(100% - 60px);
  border-bottom: 2px solid black;
}
.items-version2 #tableSlider .carousel-inner {
  width: 100%;
  height: 100%;
}
.items-version2 #tableSlider .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}
.items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 {
  position: absolute;
  top: 15%;
  left: 0;
  height: 85%;
  width: 100%;
  padding: 15px 30px 30px;
}
.items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table {
  width: 100%;
  font-family: "weissenhof_groteskregular";
}
@media only screen and (max-width: 1400px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table thead {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 1200px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table thead {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table thead {
    font-size: 0.8rem;
  }
}
.items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table tbody {
  line-height: 18px;
}
@media only screen and (max-width: 1400px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table tbody {
    line-height: 15px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table tbody {
    font-size: 1.2rem;
    line-height: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table tbody {
    font-size: 1.25rem;
  }
}
.items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table th {
  font-weight: normal;
  text-transform: uppercase;
}
.items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table .table-row-strong {
  height: 40px;
  vertical-align: bottom;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1560px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table .table-row-strong {
    height: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table .table-row-strong {
    height: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table .table-row-strong {
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table .table-row-strong {
    height: 25px;
    font-size: 16px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 576px) {
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table .table-row-regular {
    font-size: 16px;
    line-height: 1.2em;
  }
  .items-version2 #tableSlider .carousel-inner .carousel-item .table-items-version2 table .table-row-regular td:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
}
.gform_wrapper select {
  height: 42px;
}
.gform_button, .button-primary {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  font-family: "weissenhof_groteskmedium";
  line-height: 1em !important;
  border: 2px solid #000;
  padding: 15px 2em;
}
.gform_button:hover, .button-primary:hover {
  background-color: white;
  color: black;
}
.gpnf-nested-entries-container .gpnf-add-entry {
  padding: 8px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
}
.gpnf-nested-entries-container .gpnf-add-entry:hover {
  color: #000;
  background-color: #fff;
}
.exhibitor-portal .page-start h1, .exhibitor-portal .page-start .h1 {
  font-size: clamp(48px, 5vw, 101px);
}
.exhibitor-portal h2, .exhibitor-portal .h2, .exhibitor-portal h3, .exhibitor-portal .h3 {
  font-family: "weissenhof_groteskmedium";
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1em;
  font-weight: normal;
}
.exhibitor-portal h6, .exhibitor-portal .h6 {
  font-family: "weissenhof_groteskregular";
  font-size: 22px;
  line-height: 1em;
}
.exhibitor-portal p {
  font-size: 18px;
}
.exhibitor-portal .accordion-elements {
  padding: 0px 0 0px 0;
  min-height: 47px;
  border-bottom: 1px solid #000;
}
.exhibitor-portal .accordion-elements:first-of-type {
  border-top: 1px solid #000;
  padding: 2px 0 1px 0;
  min-height: 48px;
}
.exhibitor-portal .b-top {
  display: none;
}
.exhibitor-portal button.accordion {
  margin-bottom: 0px;
  margin-top: 0px;
}
.exhibitor-portal .page-start {
  padding-top: 0;
  height: 20vh;
}
.exhibitor-portal .exhibitor-info {
  margin-bottom: 30px;
}
.exhibitor-portal .login-username label, .exhibitor-portal .login-password label {
  margin-top: 15px;
}
.exhibitor-portal .accordion-elements:first-child button.accordion {
  margin-top: -2px;
}
.exhibitor-portal .accordion-elements button.accordion {
  margin-top: 0px;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu, .exhibitor-portal aside #menu-exhibitor-portal-menu-de {
  list-style: none;
  padding-left: 0;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu .menu-item-has-children, .exhibitor-portal aside #menu-exhibitor-portal-menu-de .menu-item-has-children {
  position: relative;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu .toggle-open, .exhibitor-portal aside #menu-exhibitor-portal-menu-de .toggle-open {
  position: absolute;
  right: 20px;
  font-size: 30px;
  top: 0;
  color: #000;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu .sub-menu, .exhibitor-portal aside #menu-exhibitor-portal-menu-de .sub-menu {
  display: none;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu .sub-menu li, .exhibitor-portal aside #menu-exhibitor-portal-menu-de .sub-menu li {
  padding-left: 20px;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu .sub-menu li:last-child, .exhibitor-portal aside #menu-exhibitor-portal-menu-de .sub-menu li:last-child {
  border-bottom: none;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu li, .exhibitor-portal aside #menu-exhibitor-portal-menu-de li {
  padding: 14px 0 8px 0;
  border-bottom: 1px solid #000;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu li:first-child, .exhibitor-portal aside #menu-exhibitor-portal-menu-de li:first-child {
  border-top: 1px solid #000;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu li:hover > a, .exhibitor-portal aside #menu-exhibitor-portal-menu-de li:hover > a {
  color: #0D44FB;
}
.exhibitor-portal aside #menu-exhibitor-portal-menu li a, .exhibitor-portal aside #menu-exhibitor-portal-menu-de li a {
  font-size: 22px;
  line-height: 1em;
  color: #000000;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
  /*&:after {
						background: none repeat scroll 0 0 transparent;
						bottom: 0;
						content: "";
						display: block;
						height: 1px;
						left: 50%;
						background: #000;
						position: absolute;
						transition: width 0.3s ease 0s, left 0.3s ease 0s;
						width: 0;
					}
					&:hover {
						&:after {
							width: 100%;
    				  left: 0;
						}						
					}*/
}
.exhibitor-portal aside #menu-exhibitor-portal-menu li.current-menu-item a:after, .exhibitor-portal aside #menu-exhibitor-portal-menu-de li.current-menu-item a:after {
  width: 100%;
  left: 0;
}
.exhibitor-portal #vip-invite-email-content {
  display: none;
}
.exhibitor-portal input[type="text"], .exhibitor-portal input[type="email"], .exhibitor-portal input[type="password"] {
  background-color: #FFF;
  border: 1px solid #000;
  line-height: 1em;
  padding: 12px !important;
}
.exhibitor-portal .body_text-box li, .exhibitor-portal .accordion-elements li {
  font-family: "weissenhof_groteskregular";
  font-size: 18px;
  line-height: 1.5em;
}
.exhibitor-portal .body_text-box table, .exhibitor-portal .accordion-elements table {
  border: 1px solid #000;
  width: 100%;
}
.exhibitor-portal .body_text-box table thead td, .exhibitor-portal .accordion-elements table thead td {
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
}
.exhibitor-portal .body_text-box table td, .exhibitor-portal .accordion-elements table td {
  padding: 10px;
  font-size: 18px;
}
.exhibitor-portal .body_text-box table td a, .exhibitor-portal .accordion-elements table td a {
  text-decoration: underline;
}
.exhibitor-portal .body_text-box table p, .exhibitor-portal .accordion-elements table p {
  margin-bottom: 0;
  line-height: 1px;
}
.page-template-template-exhibitor-portal #gform_7 .gfield_label {
  font-size: clamp(18px, 3vw, 26px);
}
.vip-pass-button-wapper {
  text-align: center;
  margin-top: 50px;
}
.vip-pass-button-wapper a {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .vip-pass-button-wapper {
    text-align: center;
    margin-top: 50px;
  }
  .vip-pass-button-wapper a {
    max-width: 400px;
    display: block;
    margin: 0 auto 15px;
  }
}
/* VIP Portal */
.page-template-template-vip-portal {
  /* Safari */
}
.page-template-template-vip-portal #loader-overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 999;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}
.page-template-template-vip-portal #loader-overlay .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #000000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-template-vip-portal .one-column-info .img-wapper {
  overflow: hidden;
  margin-bottom: 15px;
}
.page-template-template-vip-portal .one-column-info .img-wapper img {
  transition: all ease-in-out 0.3s;
}
.page-template-template-vip-portal .one-column-info .img-wapper img:hover {
  scale: 1.2;
}
.page-template-template-vip-portal .full-width-content p {
  font-size: 18px;
}
.page-template-template-vip-portal .full-width-content h3, .page-template-template-vip-portal .full-width-content .h3 {
  margin-bottom: 20px;
}
.page-template-template-vip-portal .two-column-external-link .vip-main-pg .link-wapper:hover {
  text-decoration: none;
}
.page-template-template-vip-portal .two-column-external-link .link-wapper {
  padding: 20px 20px 10px;
  border: 5px solid black;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.page-template-template-vip-portal .two-column-external-link .link-wapper:hover {
  background-color: #000;
  color: #fff;
  text-decoration: underline;
}
.page-template-template-vip-portal #vip-additional-qrcode-email-content {
  display: none;
}
.vip-portal .current_page_item a {
  text-decoration: none;
  border-bottom: solid 1px #000000;
  outline: none;
  color: #1a63a2;
}
.page-template #evcal_list .eventon_list_event .evoet_cx em {
  color: #000;
}
.page-template #evcal_list p.desc_trig_outter {
  border-bottom: none;
}
.page-template .evo_lightboxes .evoet_cx em {
  color: #000;
}
.page-template .evors_lightbox .evors_incard_form {
  background-color: #000000;
}
.page-template .evors_lightbox .evo_lightbox_body.evo_lightbox_body {
  background-color: #000000;
}
.page-template .evors_lightbox .evo_lightbox_body #evorsvp_form .rsvp_status span {
  color: #ffffff;
  background-color: #000000;
  opacity: 1;
}
.page-template .evors_lightbox .evo_lightbox_body #evorsvp_form .rsvp_status span.set {
  color: #000000;
  background-color: #ffffff;
}
.page-template #evorsvp_form p.evors_rsvpid_tag {
  background-color: #ffffff;
}
.page-template #evorsvp_form #submit_rsvp_form {
  color: #000000;
}
.page-template .evors_change_rsvp span.change:hover {
  background-color: #000000;
}
.page-template .evoRS_status_option_selection span .set {
  background-color: #000000;
}
.page-template .evoRS_status_option_selection span:hover {
  background-color: #000000;
}
.page-template .evcal_desc3_rsvp {
  display: none !important;
}
.page-template .eventon_rsvp_rsvplist p.rsvpmanager_event {
  border-left: 3px solid #000000;
}
.page-template .eventon_rsvp_rsvplist p a.update_rsvp {
  background-color: #000000;
}
.page-template .eventon_rsvp_rsvplist p a.update_rsvp:hover {
  background-color: #000000;
}
.page-template .eventon_rsvp_rsvplist p em.checkin_status {
  background-color: #000000;
}
.page-template .eventon_rsvp_rsvplist p em.count {
  background-color: #000000;
}
.page-template .evocard_box {
  margin: 0;
  border-radius: 0;
}
.page-template .evo_metarow_directimg img {
  border-radius: 0;
}
.page-template .evocard_row {
  padding-left: 0;
  padding-bottom: 0;
}
.page-template .evo_lightbox .bordb {
  border-bottom: none;
}
.page-template .evo_lightbox .evo_lightbox_content {
  margin: 20px auto;
}
.page-template .evo_lightbox .evo_lightbox_body {
  border-radius: 0;
}
.page-template .evo_lightbox .evo_lightbox_body .evopop_top {
  border: none !important;
  margin-bottom: 0;
}
.page-template .evo_lightboxes .evopopclose, .page-template .evo_lightboxes .evolbclose {
  background-color: #ffffff;
}
.page-template .evo_lightboxes .evcal_event_title, .page-template .evo_lightboxes h3, .page-template .evo_lightboxes .h3, .page-template .evo_lightboxes p {
  color: #000 !important;
}
.page-template .ajde_evcal_calendar.ul .calendar_header {
  display: none;
}
.page-template .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg {
  max-height: 0;
}
.page-template .ajde_evcal_calendar.boxy.boxstyle2 #evcal_list {
  border-radius: 0;
}
.page-template .ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig {
  background-color: #fff;
  border-radius: 0;
}
.page-template .ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
  white-space: normal;
}
.page-template .ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event {
  border-radius: 0;
  width: 100% !important;
  border: none;
  border-left: 2px solid #000000;
  margin-bottom: 5px;
  border-left: 1px solid #000000 !important;
  padding-left: 20px !important;
  min-height: 0 !important;
}
.page-template .ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event .evo_boxtop {
  height: 200px !important;
  border-radius: 0;
}
.page-template .ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event .desc_trig {
  padding: 210px 0 20px 0 !important;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}
.page-template .ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event .desc_trig span {
  color: #000000 !important;
}
.page-template .ajde_evcal_calendar.boxy .eventon_events_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template .ajde_evcal_calendar.boxy .eventon_events_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .page-template .ajde_evcal_calendar.boxy .eventon_events_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-template .eventon_sorting_section {
  border-radius: 0;
  padding: 0 0 20px 0;
  margin: 0;
  background-color: transparent;
}
.page-template .eventon_sorting_section .ajde_evcal_calendar .eventon_sort_line {
  float: right;
}
.page-template .eventon_sorting_section .ajde_evcal_calendar .eventon_sort_line .eventon_sf_cur_val p {
  font-size: 16px;
  padding: 10px 60px 10px 15px;
  margin: 0 0 15px 0;
  border: 1px solid #000000;
  font-size: 13px;
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url(../img/select-chevron.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.page-template .eventon_sorting_section .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line {
  width: calc(100% - 2px);
  margin-top: -10px;
  box-shadow: none !important;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  min-width: 110px;
  border-radius: 0;
}
.page-template .eventon_sorting_section .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p {
  font-size: 12px;
  line-height: 1.6em;
  color: #000000;
  background-color: #fff;
}
.page-template .eventon_sorting_section .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p:hover {
  background-color: #000000;
  color: #fff;
  border-left-color: #000000;
  font-weight: normal;
}
.page-template .eventon_sorting_section .eventon_filter_line {
  float: right;
}
.page-template .eventon_sorting_section .eventon_filter_line .eventon_filter {
  position: relative;
  margin: 0 15px 15px 0;
}
.page-template .eventon_sorting_section .eventon_filter_line .filtering_set_val {
  font-size: 16px;
  padding: 10px 60px 10px 15px;
  margin: 0 0 15px 0;
  border: 1px solid #000000;
  font-size: 13px;
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url(../img/select-chevron.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.page-template .eventon_sorting_section .eventon_filter_line .filtering_set_val:hover {
  background-color: #fff;
}
.page-template .eventon_sorting_section .eventon_filter_line .filtering_set_val.show {
  background-color: #fff;
  color: #000000;
}
.page-template .eventon_sorting_section .eventon_filter_dropdown {
  width: calc(100% - 2px);
  margin-top: -10px;
  box-shadow: none !important;
  border: 1px solid #000000;
  border-top: none;
  background-color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  min-width: 110px;
  border-radius: 0;
}
.page-template .eventon_sorting_section .eventon_filter_dropdown p {
  font-size: 12px;
  line-height: 1.6em;
  color: #000000;
  background-color: #fff;
}
.page-template .eventon_sorting_section .eventon_filter_dropdown p:hover {
  background-color: #000000;
  color: #fff;
  border-left-color: #000000;
  font-weight: normal;
}
.single-ajde_events .evors_incard_form {
  background-color: #000000;
}
.single-ajde_events #evorsvp_form {
  text-align: center;
}
.single-ajde_events #evorsvp_form p.evors_rsvpid_tag {
  background-color: #ffffff;
  color: #000000 !important;
}
.single-ajde_events #evorsvp_form .rsvp_status span {
  opacity: 1;
}
.single-ajde_events #evorsvp_form .rsvp_status span.set {
  color: #000000;
}
.single-ajde_events #evorsvp_form #submit_rsvp_form {
  color: #000000;
}
.alert-box {
  display: flex;
  height: 350px;
}
/* gravity view   style */
.gv-table-view .gv-no-results p {
  padding: 10px 0;
  font-size: 16px;
}
.evors_section.evors_subtext, .checkin_status.check-in, #gform_7 .gpnf-no-entries {
  display: none;
}
