@charset "UTF-8";

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

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

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

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

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

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  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;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    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: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    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: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

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

.input-group-lg > .form-control,
.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: var(--bs-border-radius-lg);
}

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

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.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.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.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: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

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

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

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

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

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

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

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

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

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

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

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

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

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

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

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
          mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

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

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

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  background-repeat: repeat;
  font-family: 'Jost', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  overflow: hidden;
}
body:lang(ar) {
  font-family: "Noto Sans Arabic", sans-serif;
}

.is-loaded body {
  overflow: visible;
}

#app {
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

.mainWrap {
  position: relative;
  height: 100%;
}

#nprogress .bar {
  background: #0131C2;
}

@-webkit-keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }
  to {
    stroke-dasharray: 1500 1500;
  }
}

@keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }
  to {
    stroke-dasharray: 1500 1500;
  }
}
@-webkit-keyframes drawLine {
  0% {
    stroke-dasharray: 0 600;
  }
  100% {
    stroke-dasharray: 600 600;
  }
}
@keyframes drawLine {
  0% {
    stroke-dasharray: 0 600;
  }
  100% {
    stroke-dasharray: 600 600;
  }
}
header {
  position: fixed;
  padding-left: clamp(1.5rem, 0.727vw + 1.33rem, 1.875rem);
  padding-right: clamp(1.5rem, 0.727vw + 1.33rem, 1.875rem);
  padding-top: clamp(1.5rem, 0.727vw + 1.33rem, 1.875rem);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 88;
  -webkit-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
@media (min-width: 1200px) {
  header {
    padding: 2vw 2.5020850709vw 2vw;
  }
}
header .logo-brand {
  gap: 0.75rem;
  z-index: 71;
  position: relative;
}
@media (min-width: 768px) {
  header .logo-brand {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  header .logo-brand {
    gap: 1.25rem;
  }
}

@media (min-width: 1366px) {
  header .logo-brand {
    gap: 2rem;
  }
}

header .logo-brand .hlb-logo {
  width: 16.875rem;
  -webkit-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
@media (min-width: 768px) {
  header .logo-brand .hlb-logo {
    width:20rem;
  }
}
@media (min-width: 992px) {
  header .logo-brand .hlb-logo {
    width: 22rem
  }
}
@media (min-width: 1200px) {
  header .logo-brand .hlb-logo {
    width: 21rem
  }
}

@media (min-width: 1400px) {
  header .logo-brand .hlb-logo {
    width: 28rem;
  }
}
@media (min-width: 1800px) {
  header .logo-brand .hlb-logo {
    width: 32rem;
  }
}
header .logo-brand .hlb-logo img {
  width: 100%;
  -webkit-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
header .logo-brand .hlb-line {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0.35rem;
}
@media (min-width: 768px) {
  header .logo-brand .hlb-line {
    width: 0.35rem;
  }
}
@media (min-width: 992px) {
  header .logo-brand .hlb-line {
    width: 0.45rem;
  }
}
@media (min-width: 1400px) {
  header .logo-brand .hlb-line {
    width: 0.5rem;
  }
}
header .logo-brand .hlb-line svg {
  width: 100%;
  height: 100%;
}
header .logo-brand .hlb-line svg path {
  stroke-width: 1;
}
header .logo-brand .hlb-date {
  width: 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  header .logo-brand .hlb-date {
    width: 5rem;
  }
}


@media (min-width: 1400px) {
  header .logo-brand .hlb-date {
    width: 6.5rem;
  }
}

@media (min-width: 1800px) {
  header .logo-brand .hlb-date {
    width: 8rem;
  }
}
header .logo-brand .hlb-date img {
  width: 100%;
  -webkit-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
@media (max-width: 1199.98px) {
  header .main-nav {
    position: fixed;
    height: 100vh;
    top: 100%;
    left: 0;
    background-color: #0131C2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 0;
    top: 0;
    z-index: 7;
    overflow: hidden;
    padding-top: 100px;
  }
}
header .main-nav .header-menu-container {
  gap: 24px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  header .main-nav .header-menu-container {
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 100%;
    display: block !important;
  }
}
@media (min-width: 992px) {
  header .main-nav .header-menu-container {
    gap: 48px;
  }
}
header .main-nav .menu, header .main-nav .lang-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .main-nav .menu {
  gap: 16px;
  width: 100%;
}
@media (min-width: 1200px) {
  header .main-nav .menu {
    gap: 20px;
  }
}

@media (min-width: 1280) {
  header .main-nav .menu {
    gap: 32px;
  }
}
@media (min-width: 1800px) {
  header .main-nav .menu {
    gap: 48px;
	  
  }
}
header .main-nav .menu .nav-item {
  padding: 5px 2px;
}
@media (max-width: 991.98px) {
	header .main-nav .menu {
			margin-top: 2rem;
	}
	
  header .main-nav .menu .dropdown {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .main-nav .menu .dropdown .dropdown-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
header .main-nav .menu .dropdown .dropdown-toggle::after {
  -webkit-clip-path: polygon(50% 25%, 15% 80%, 85% 80%);
          clip-path: polygon(50% 25%, 15% 80%, 85% 80%);
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: white;
  width: 10px;
  height: 10px;
  border: 0px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
header .main-nav .menu .dropdown .dropdown-toggle.show::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
header .main-nav .menu .dropdown .dropdown-menu {
  border-radius: 0px;
  background-color: #013150;
  border: 0px;
  padding: 0;
  min-width: 250px;
}
@media (max-width: 991.98px) {
  header .main-nav .menu .dropdown .dropdown-menu {
    position: relative !important;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}
header .main-nav .menu .dropdown .dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
header .main-nav .menu .dropdown .dropdown-menu li a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .main-nav .menu .dropdown .dropdown-menu li a::before {
  top: 100%;
}
header .main-nav .menu .accordion {
  width: 100%;
}
header .main-nav .menu .accordion .accordion-item {
  background: transparent;
  border: 0px;
}
header .main-nav .menu .accordion .accordion-item .accordion-button {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991.98px) {
  header .main-nav .menu .accordion .accordion-item .accordion-button {
    font-size: 1.5rem;
  }
}
header .main-nav .menu .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
  background-size: 22px;
  background-position: center center;
}
header .main-nav .menu .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
header .main-nav .menu .accordion .accordion-item ul {
  padding: 10px 20px 10px 20px;
  background-color: #01E3E2;
  margin: 0;
}
header .main-nav .menu .accordion .accordion-item ul:lang(ar) {
  text-align: right;
}
@media (max-width: 991.98px) {
  header .main-nav .menu .accordion .accordion-item ul {
    padding-left: 30px;
  }
}
header .main-nav .menu .accordion .accordion-item ul li {
  padding: 8px 0px !important;
}
header .main-nav .menu .accordion .accordion-item ul li a {
  color: #013150;
}
@media (max-width: 991.98px) {
  header .main-nav .menu .accordion .accordion-item ul li a {
    font-size: 1.5rem;
  }
	
	header .main-nav .menu > li > .dropdown-menu .nav-item > .nav-link{
		font-size: 1.5rem;
	}
}

header.c-inverted  .main-nav .menu > li > .dropdown-menu .nav-item > .nav-link{
	color: #fff;
}

header.c-inverted  .main-nav .menu > li > .dropdown-menu .nav-item > .accordion .nav-link{
	color: #000;
}

header .main-nav .menu > li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

@media (min-width: 1200px) {
  header .main-nav .menu > li a, header .main-nav .menu .accordion .accordion-item .accordion-button {
      font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  header .main-nav .menu > li a, header .main-nav .menu .accordion .accordion-item .accordion-button {
      font-size: 1.125rem;
  }
}


@media (max-width: 1199.98px) {
  header .main-nav .menu > li a, header .main-nav .menu .accordion .accordion-item .accordion-button {
    font-size: 1.5rem;
  }
}
header .main-nav .menu > li a:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header .main-nav .menu > li a::before {
  background-image: url(../images/menu-h-line.svg);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  content: "";
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.26042vw);
  -webkit-transition: -webkit-clip-path 0.3s ease-in-out;
  transition: -webkit-clip-path 0.3s ease-in-out;
  transition: clip-path 0.3s ease-in-out;
  transition: clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
header .main-nav .menu > li.active a::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1199.98px) {
  header .main-nav .hmn-line {
    -webkit-transform: rotate(90deg) translateY(2rem);
            transform: rotate(90deg) translateY(2rem);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
header .main-nav .lang-menu li a {
  color: #ffffff;
  text-decoration: none;
}
header .main-nav .lang-menu li.active a {
  color: #01E3E2;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  header.c-inverted .main-nav {
    background-color: #ffffff;
  }
}
header.c-inverted .main-nav .lang-switch-dlc a {
  color: black;
}
header.c-inverted .main-nav .menu li a {
  color: #000000;
}
header.c-inverted .main-nav .menu li a:before {
  background-image: url(../images/menu-h-line-colored.svg);
  background-size: cover;
}
header.c-inverted .main-nav .menu .dropdown .dropdown-toggle:after {
  background-color: #0131C2;
}
header.c-inverted .logo-brand .hlb-logo {
/*   background-image: url(../images/logo-dark.svg); */
	  background-image: url(../images/main-logo-dark.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header.c-inverted .logo-brand .hlb-logo svg {
  fill: #000000;
}
header.c-inverted .logo-brand .hlb-logo img {
  opacity: 0;
}
header.c-inverted .logo-brand .hlb-line svg path {
  stroke: #013150;
}
header.c-inverted .logo-brand .hlb-date {
  background-image: url(../images/logo-date-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header.c-inverted .logo-brand .hlb-date img {
  opacity: 0;
}
header.c-inverted .hmn-line svg path {
  stroke: #000000;
}
header.c-inverted .hamburger::before, header.c-inverted .hamburger::after, header.c-inverted .hamburger {
  background-color: #01E3E2;
}
header.sticky {
  padding: 1rem clamp(1.5rem, 0.727vw + 1.33rem, 1.875rem);
  background: #0131C2;
}
header.sticky.c-inverted {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 3px 20px rgba(1, 49, 194, 0.2);
          box-shadow: 0 3px 20px rgba(1, 49, 194, 0.2);
}
@media (min-width: 1200px) {
  header.sticky {
    padding: 0.6vw 2.5020850709vw 0.6vw;
  }
}
header.sticky .logo-brand .hlb-logo {
  width: 16rem;
}
@media (min-width: 992px) {
  header.sticky .logo-brand .hlb-logo {
    width: 18rem;
  }
}
@media (min-width: 1200px) {
  header.sticky .logo-brand .hlb-logo {
    width: 23rem;
  }
}
header.sticky .logo-brand .hlb-line {
  height: 100%;
  width: 0.35rem;
}
@media (min-width: 992px) {
  header.sticky .logo-brand .hlb-line {
    width: 0.45rem;
  }
}
@media (min-width: 1200px) {
  header.sticky .logo-brand .hlb-line {
    width: 0.4rem;
  }
}
header.sticky .logo-brand .hlb-date {
  width: 4rem;
}
@media (min-width: 992px) {
  header.sticky .logo-brand .hlb-date {
    width: 6.5rem;
  }
}
@media (min-width: 1200px) {
  header.sticky .logo-brand .hlb-date {
    width: 6rem;
  }
}

.navbar-toggler {
  cursor: pointer;
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  z-index: 9;
  border-radius: 0;
  background-color: transparent;
  display: none;
}
@media (max-width: 991.98px) {
  .navbar-toggler:lang(ar) {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .navbar-toggler {
    display: block;
  }
}
.navbar-toggler:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.navbar-toggler .hamburger {
  background: #ffffff;
  width: 40px;
  height: 2px;
  position: relative;
  -webkit-transition: background 10ms 300ms ease;
  transition: background 10ms 300ms ease;
}
.navbar-toggler .hamburger::before, .navbar-toggler .hamburger:after {
  -webkit-transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  background: #ffffff;
  width: 40px;
  height: 2px;
  content: "";
  left: 0;
}
.navbar-toggler .hamburger:before {
  top: -8px;
}
.navbar-toggler .hamburger:after {
  top: 8px;
}

.is-nav-open {
  overflow: hidden !important;
  height: 100vh;
}
.is-nav-open header .hmn-line {
  opacity: 1;
  -webkit-transform: rotate(90deg) translateY(0);
          transform: rotate(90deg) translateY(0);
}
.is-nav-open header .navbar-toggler .hamburger {
  background: transparent;
}
.is-nav-open header .navbar-toggler .hamburger::before, .is-nav-open header .navbar-toggler .hamburger::after {
  -webkit-transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}
.is-nav-open header .navbar-toggler .hamburger::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-nav-open header .navbar-toggler .hamburger::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}
.btn .icon {
  width: 4rem;
  height: 4rem;
}
.btn.primary-button {
  gap: 24px;
  -webkit-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
  opacity: 1;
  -webkit-transition: linear all 0.5s;
  transition: linear all 0.5s;
}
.btn.primary-button .text {
  font-family: "verveine", cursive;
  letter-spacing: 1px;
  font-size: clamp(1.5rem, 3.061vw + 0.783rem, 2.25rem);
  font-weight: 400;
  text-transform: uppercase;
}
.btn.primary-button .text:lang(ar){
    letter-spacing: 0;
      font-family: "Noto Sans Arabic", sans-serif;
}
    

@media (min-width: 992px) {
  .btn.primary-button .text {
    font-size: 2.25rem;
  }
}
.btn.primary-button .icon {
  -webkit-mask: url("../images/mask-arrow.svg");
          mask: url("../images/mask-arrow.svg");
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.btn.primary-button .icon:lang(ar) {
  -webkit-transform: rotate(12deg) scale(-1);
          transform: rotate(12deg) scale(-1);
}
.btn.primary-button .icon svg path {
  fill: none;
  stroke: #0131C2;
  stroke-width: 0.5rem;
  stroke-dasharray: 600 600;
}
.btn.primary-button:hover {
  opacity: 0.75;
}
.btn.primary-button:hover .icon svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.btn.primary-button:hover .icon svg .pb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}

footer {
  padding: 3.5vw 2.5020850709vw 2.5vw;
  width: 100%;
  background-color: #F2F7FF;
  position: relative;
  overflow: hidden;
  z-index: 41;
}
@media (max-width: 991.98px) {
  footer {
    -webkit-padding-before: clamp(3.125rem, 8.414vw + 1.153rem, 11.25rem);
            padding-block-start: clamp(3.125rem, 8.414vw + 1.153rem, 11.25rem);
    -webkit-padding-after: clamp(3.125rem, 8.414vw + 1.153rem, 11.25rem);
            padding-block-end: clamp(3.125rem, 8.414vw + 1.153rem, 11.25rem);
    padding-left: clamp(1.5rem, 0.727vw + 1.33rem, 1.875rem);
    padding-right: clamp(1.5rem, 0.727vw + 1.33rem, 1.875rem);
  }
}
@media (min-width: 992px) {
  footer .f-copyright br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  footer .logo-brand {
    gap: 10px;
  }
}
footer .logo-brand .hlb-date {
  max-width: 4.5rem;
  width: 100%;
}
@media (min-width: 1200px) {
  footer .logo-brand .hlb-date {
    max-width: clamp(6.5rem, 2.222vw + 4.833rem, 7.5rem);
  }
}
footer .logo-brand .hlb-line {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

footer .date-timings{
	transform: unset;
	left: unset;
	top: unset;
}
/* @media (min-width: 992px) {
  footer .logo-brand .hlb-line {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
} */
footer .logo-brand .hlb-line svg {
  margin-bottom: 0;
  height: 100%;
  width: 3rem;
}
@media (min-width: 992px) {
  footer .logo-brand .hlb-line svg {
    width: 100%;
  }
}
footer .logo-brand .hlb-logo {
  max-width: 20rem;
  width: 100%;
}
@media (min-width: 1200px) {
  footer .logo-brand .hlb-logo {
    max-width: clamp(28rem, 4.444vw + 14.667rem, 32rem);
  }
}
footer .logo-brand img {
  width: 100%;
}
@media (max-width: 991.98px) {
  footer .f-links {
    padding-right: 1rem;
    margin-top: 2rem;
  }
}
footer .f-links .fl-label {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  font-weight: bold;
  display: block;
}
footer .f-links ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
@media (min-width: 992px) {
  footer .f-links ul {
    margin: 2rem 0 0;
  }
}
footer .f-links ul li {
  font-size: .95rem;
  line-height: 1.2;
  font-weight: 500;
 
  color: #000000;
  margin-bottom: 0.5rem;
}
@media (min-width: 1600px) {
  footer .f-links ul li {
    font-size: 1rem;
	  font-weight: normal;
	letter-spacing: 0.025rem;
	  margin-bottom: .5rem;
  }
}
footer .f-links ul li a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
footer .f-links ul li a:hover, footer .f-links ul li a.active {
  color: #0131C2;
}
footer .f-links ul li.active a {
  color: #0131C2;
}
footer .btn.scroll-top {
  right: 2.5020850709vw;
  bottom: 2.5vw;
  gap: 1rem;
  position: absolute;
}
footer .btn.scroll-top:lang(ar) {
  left: 2.5020850709vw;
  right: auto;
}
footer .btn.scroll-top .text {
  line-height: 1;
  font-size: 1.2rem !important;
  letter-spacing: 1px;
}
footer .btn.scroll-top .icon {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
footer .btn.scroll-top .icon:lang(ar) {
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
}

p {
  font-size: 1rem;
}

a, .btn {
  outline: 0 !important;
  outline: none !important;
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
  border: 0px !important;
}
a:focus, .btn:focus {
  outline: 0 !important;
  outline: none !important;
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important;
  border: 0px !important;
}

.text-decoration-underline * {
  text-decoration: underline;
}

.fc-white {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.fc-blue {
  color: #0131C2;
  text-decoration-color: #0131C2;
}

.fc-water {
  color: #01E3E2;
  text-decoration-color: #01E3E2;
}

.fc-green {
  color: #01C488;
  text-decoration-color: #01C488;
}

.fc-yellow {
  color: #FED032;
  text-decoration-color: #FED032;
}

.z-4 {
  z-index: 4;
}

.bg-light {
  background: #ffffff !important;
}

.bg-lightgray {
  background: #F2F7FF;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1920px;
  padding: 0 clamp(1.5rem, 4.071vw + 0.546rem, 2.5rem);
}
@media (min-width: 768px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 clamp(1.875rem, 13.333vw - 4.517rem, 3.75rem);
  }
}
@media (min-width: 992px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 2.5020850709vw;
  }
}

.floating-social-icon {
  bottom: auto;
	top: 50%;
	transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 2.5020850709vw;
  position: fixed;
  z-index: 100;
  gap: 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
	
	
}

@media (max-width: 480px) {
	.floating-social-icon {
		display:none;
	}	  
}

.floating-social-icon:lang(ar) {
  right: 2.5020850709vw;
  left: auto;
}
@media (min-width: 992px) {
  .floating-social-icon {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
.floating-social-icon a {
  opacity: 0.6;
  position: relative;
  display: block;
}
.floating-social-icon a .icon-svg path {
  fill: #ffffff;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
}
.floating-social-icon a .line-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 265%;
}
.floating-social-icon a .line-hover svg {
  height: auto;
  width: 100%;
}
.floating-social-icon a .line-hover svg path {
  stroke: #FED032;
  stroke-width: 8px;
  stroke-dasharray: 0 1500;
  height: auto;
  width: 100%;
}
.floating-social-icon a.c-inverted .icon-svg path {
  fill: #0131C2;
}
.floating-social-icon a:hover {
  opacity: 1;
}
.floating-social-icon a:hover .line-hover svg path {
  -webkit-animation: draw 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: draw 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.overline {
  font-size: 1rem;
}
@media (min-width: 1400px) {
  .overline {
    font-size: 1.5rem;
  }
}

.s-divider {
  width: 3.25rem;
  display: block;
  margin-bottom: 1rem;
  fill: none;
  stroke: #01E3E2;
  stroke-width: 6;
  stroke-miterlimit: 10;
}
@media (min-width: 992px) {
  .s-divider {
    width: 4.5rem;
    stroke-width: 5;
  }
}

.display-1 {
  font-size: clamp(2.25rem, 2.33vw + 1.704rem, 3.5rem);
}
@media screen and (min-width: 1600px) {
  .display-1 {
    font-size: clamp(2.5rem, 2.589vw + 1.893rem, 4rem);
  }
}

.graphic-caption {
  position: absolute;
  right: 2rem;
  left: auto;
  font-family: "verveine", cursive;
  display: block;
  color: #B0B0B0;
  font-size: clamp(1.25rem, 1.02vw + 1.011rem, 1.125rem);
  text-transform: uppercase;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  z-index: 4;
  line-height: 1;
  letter-spacing:1px;
  width: 3.779rem;
}
.graphic-caption:lang(ar) {
  left: 2rem;
  right: auto;
  font-family: "Noto Sans Arabic", sans-serif;
  letter-spacing: 0px;
  width: 9rem;
  font-size: clamp(1.85rem, 1.036vw + 1.007rem, 2rem);
}
@media (min-width: 992px) {
  .graphic-caption {
    letter-spacing:1px;
    width: 10.77875rem;
    right: 0;
    font-size: clamp(1.85rem, 1.036vw + 1.007rem, 2.25rem);
  }
  .graphic-caption:lang(ar) {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .graphic-caption {
    width: 8rem;
  }
  .graphic-caption:lang(ar) {
    width: 12rem;
  }
}
.i-reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.basicLightbox__placeholder {
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basicLightbox__placeholder button {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  top: -5rem;
}
.basicLightbox__placeholder button svg {
  width: 4rem;
  height: 4rem;
}
.basicLightbox__placeholder button svg line, .basicLightbox__placeholder button svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 0.5rem;
  stroke-dasharray: 600 600;
}
.basicLightbox__placeholder button:before {
  content: "Close";
  font-family: "verveine", cursive;
  font-size: 2.4;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #01E3E2;
}
.basicLightbox__placeholder button:hover {
  opacity: 0.75;
}
.basicLightbox__placeholder button:hover svg line, .basicLightbox__placeholder button:hover svg path {
  -webkit-animation: drawLine 1s forwards linear;
          animation: drawLine 1s forwards linear;
}
.basicLightbox__placeholder iframe {
  max-width: 1024px !important;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover-line {
  position: absolute;
  height: 100%;
  width: 100%;
  fill: none;
  stroke-width: 3.5rem;
  stroke-dasharray: 0 1500;
  -webkit-mask: url("../images/hover-line-img.svg");
          mask: url("../images/hover-line-img.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.splitText.light > div {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.splitText.dark > div {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(37, 37, 37)), color-stop(50%, rgba(37, 37, 37, 0.2)));
  background: linear-gradient(to right, rgb(37, 37, 37) 50%, rgba(37, 37, 37, 0.2) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.cookie {
  display: none;
  position: fixed;
  top: auto;
  bottom:  1vw;
  width: clamp(23.438rem, 42.006vw + 13.592rem, 48rem);
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  right: 1vw;
  border-radius: 0px;

  -webkit-box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
}

.cookie-content {
  background-color: #0131C2;
  background-image: url("../images/cookie-bg.webp");
  background-position: left;
  background-size: cover;
  padding: clamp(1.5rem, 0.518vw + 1.379rem, 1.5rem);
  text-align: center;
}
@media (max-width: 575.98px) {
  .cookie-content {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.cookie-content h5, .cookie-content .h5 {
  color: #ffffff;
  text-align: left;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .cookie-content h5, .cookie-content .h5 {
 
    margin-bottom: 0;
  }
}
.cookie-content h5 a, .cookie-content .h5 a {
  color: #FED032;
}
.cookie-content .btn.primary-button .text {
  color: #01E3E2;

}

@media (min-width: 992px) {
  .cookie-content .btn.primary-button .text {
    font-size: 1.5rem;
  }
  
}

#decline-cookies .text {
  color: #ffffff;
}

#accept-cookies{
  padding: 10px 40px;
  position: relative;
  gap: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#accept-cookies .icon{
  width: 3rem;
   height: 3rem;
  flex: 0 0 rem;
}

#accept-cookies .text {
  color: #01E3E2;
}

#accept-cookies .hover-line{
  stroke: #01e3e2;
  transform: scaleX(1.6);
  stroke-dasharray: 0;
}

#accept-cookies:hover .hover-line{
  stroke: #FED032;
}

#accept-cookies:hover .text{
  stroke: #FED032;
}

#accept-cookies:hover .hover-line path{
  animation: draw .6s forwards linear;
}


.cookie-content .btn.primary-button .icon svg path {
  stroke: #01E3E2;
}

.cookie-content .btn.primary-button:hover .icon svg path {
  animation: unset;
}



@media (min-width: 992px) {
  .offset-xl-4:lang(ar) {
    margin-left: 0;
    margin-right: 33.33333333%;
  }
}

.me-5:lang(ar) {
  margin-left: 3rem !important;
  margin-right: inherit !important;
}

.home-banner {
  height: calc(100svh);
  background-color: #0131C2;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-banner {
	  height: 800px !important;
	
  }
}

/* .home-banner .swiper .swiper-slide{
	opacity: 0 !important;	
}

.home-banner .swiper .swiper-slide-active{
	opacity: 1 !important;	
} */

.home-banner .hb-content {
  height: 100%;
  position: relative;
}
.home-banner .hb-content .hb-title {
  font-size: clamp(3rem, 5.178vw + 1.786rem, 6.875rem);
  letter-spacing: 0;
  padding-top: clamp(4.5rem, 2.551vw + 6.902rem, 4.125rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
}


.home-banner .hb-content .hb-title:lang(ar) {
  font-family: "Noto Sans Arabic", sans-serif;
}


.home-banner .swiper-pagination{
	 
	  position: absolute;
	  display: flex;
	  gap: 15px;
	  right: 0;
	  left: auto;
	  justify-content: center;
	  align-items: center;
	  top: auto;
	  bottom: 30px;
	  width: 100vw;
	  height: 20px;
	  flex-direction: row;
	  transform: unset;
	
}

.home-banner .swiper-pagination .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	background: #fff;
	opacity: 1;
	transition: .5s ease all;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #0131C2;
	border: 4px solid #01E3E2;
	width: 15px;
	height: 15px;
}

.home-banner .swiper{
	overflow-x: clip !important;
	
}

.home-banner .hb-content .hb-title.lg{
	font-size: clamp(2rem, 5.178vw + 1.786rem, 2.875rem);
}

@media (min-width: 992px) {

	.home-banner .swiper-pagination{
		 	top: 50%;
	  		transform: translateY(-50%);
		  	bottom: auto;
		 	height: 100vh;
	  		width: 60px;
	  		flex-direction: column;
	}
  .home-banner .hb-content .hb-title {
    padding-top: 0;
	font-size: clamp(3rem, 5.178vw + 1.786rem, 5rem);
  }
	
 .home-banner .hb-content .hb-title.lg{
	font-size: clamp(2.5rem, 8vw, 3.25rem);
  }
	
}
@media (min-width: 1400px) {
  .home-banner .hb-content .hb-title {
    font-size: clamp(5rem, 8vw, 6.875rem);
  }
	
  .home-banner .hb-content .hb-title.lg{
	font-size: clamp(3rem, 8vw, 4.75rem);
  }	
}

@media (min-width: 1600px){
	.home-banner .hb-content .hb-title.lg{
		font-size: clamp(5rem, 8vw, 5.75rem);
	}
}

.home-banner .hb-content .desc a{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991.98px) {
  .home-banner .hb-content .hb-title br {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-banner .hb-content:lang(ar) .offset-lg-1 {
    margin-right: 8.33333333%;
    margin-left: 0px;
  }
}
.home-banner .hb-blur-img {
  pointer-events: none;
  top: -50%;
  right: -30%;
  aspect-ratio: 1/1;
  width: 125rem;
  height: 125rem;
}
.home-banner .hb-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .hb-topographic-graphic {
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
}
.home-banner .hb-topographic-graphic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .countdown-holder {
  padding: clamp(1.5rem, 0.727vw + 1.33rem, 1.875rem);
}
@media (max-width: 575.98px) {
  .home-banner .countdown-holder {
    padding: 0 0.5rem;
  }
}
.home-banner .countdown-holder .flipdown {
  font-family: "Space Grotesk", sans-serif;
  width: 100%;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.home-banner .countdown-holder .flipdown:lang(ar) {
  -webkit-transform-origin: right;
          transform-origin: right;
  width: auto;
  margin-left: auto;
}
@media screen and (min-width: 1920px) {
  .home-banner .countdown-holder .flipdown {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 991.98px) {
  .home-banner .countdown-holder .flipdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*     -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform-origin: center center;
            transform-origin: center center; */
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.home-banner .countdown-holder .flipdown .rotor-group-heading::before {
  color: #FED032;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .home-banner .countdown-holder .flipdown .rotor-group-heading::before {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .home-banner .countdown-holder .flipdown .rotor-group-heading::before {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1920px) {
  .home-banner .countdown-holder .flipdown .rotor-group-heading::before {
    font-size: 1.15rem;
  }
}
.home-banner .countdown-holder .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before,
.home-banner .countdown-holder .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
  background-color: #01E3E2;
}
@media (max-width: 575.98px) {
  .home-banner .countdown-holder .flipdown .rotor-group {
    padding-right: 14px;
  }
}
@media (max-width: 575.98px) {
  .home-banner .countdown-holder .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before, .home-banner .countdown-holder .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
    height: 5px;
    left: 67px;
    width: 5px;
  }
}
.home-banner .countdown-holder .flipdown .rotor-group:last-child {
  padding-right: 0px;
}
@media (min-width: 992px) {
  .home-banner .countdown-holder {
    padding: 0 2.5020850709vw 3.125vw;
  }
}
.home-banner .countdown-holder .hb-countdown {
  gap: 1rem;
}
@media (min-width: 992px) {
  .home-banner .countdown-holder .hb-countdown {
    gap: 1.5rem;
  }
  .home-banner .countdown-holder .hb-countdown:lang(ar) {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
.home-banner .countdown-holder .hb-countdown .divider {
  color: #01E3E2;
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 1rem;
}
.home-banner .countdown-holder .hb-countdown .c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-banner .countdown-holder .hb-countdown .c-item span {
  color: #ffffff;
  text-align: center;
}
.home-banner .countdown-holder .hb-countdown .c-item .c-big {
  font-size: clamp(1.75rem, 8vw, 3rem);
  line-height: 1;
  font-weight: bold;
}
.home-banner .countdown-holder .hb-countdown .c-item .c-small {
  line-height: 1;
}
.home-banner .hb-graphics {
  top: 0;
  left: 0;
  height: 100svh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .home-banner .hb-graphics {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home-banner .hb-graphics .hb-parallax {
  height: 85vw;
  width: 85vw;
  position: relative;
  margin-top: 20.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .home-banner .hb-graphics .hb-parallax {
    margin-top: 13rem;
    height: 100%;
    width: clamp(37.5rem, 20.408vw + 29.847rem, 42.5rem);
  }
}
@media (min-width: 992px) {
  .home-banner .hb-graphics .hb-parallax {
    margin-top: 3rem;
    width: 40vw;
    height: 40vw;
    margin-right: 2.5020850709vw;
    margin-left: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .home-banner .hb-graphics .hb-parallax:lang(ar) {
    margin-left: 2.5020850709vw;
    margin-right: auto;
    right: auto;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .home-banner .hb-graphics .hb-parallax {
    width: 45vw;
    height: calc(100% - 2.5vw);
  }
}
@media screen and (min-width: 1920px) {
  .home-banner .hb-graphics .hb-parallax {
    width: 40vw;
  }
}
.home-banner .hb-graphics .hb-parallax .hbp-img {
  position: absolute;
  right: 0;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .home-banner .hb-graphics .hb-parallax .hbp-img {
    background-size: 90%;
  }
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(1) {
  z-index: 9;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(2) {
  z-index: 8;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(3) {
  z-index: 7;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(4) {
  z-index: 6;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(5) {
  z-index: 5;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(6) {
  z-index: 4;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(7) {
  z-index: 3;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(8) {
  z-index: 2;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(9) {
  z-index: 1;
}
.home-banner .hb-graphics .hb-parallax .hbp-img:nth-child(10) {
  z-index: 1;
}
.home-banner .hb-graphics .graphic-caption {
  z-index: 82;
  bottom: -2vw;
}
@media (min-width: 768px) {
  .home-banner .hb-graphics .graphic-caption {
    bottom: clamp(10.625rem, 12.755vw + 7.636rem, 13.75rem);
  }
}
@media (min-width: 992px) {
  .home-banner .hb-graphics .graphic-caption {
    bottom: 0vw;
  }
}
@media (min-width: 1200px) {
  .home-banner .hb-graphics .graphic-caption {
    bottom: 0vw;
  }
}
@media (min-width: 1400px) {
  .home-banner .hb-graphics .graphic-caption {
    bottom: 5.125vw;
  }
}

.home-about-us {
  -webkit-padding-before: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
          padding-block-start: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
  -webkit-padding-after: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-end: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  background-color: #ffffff;
  position: relative;
  overflow-x: clip;
}
.home-about-us::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  left: 0%;
  background-color: #ffffff;
  bottom: 100%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
	display:none;
}
.home-about-us:lang(ar)::before {
  -webkit-transform: translateY(1px) scaleX(-1);
          transform: translateY(1px) scaleX(-1);
}
@media screen and (min-width: 1920px) {
  .home-about-us {
    -webkit-padding-before: 4vw;
            padding-block-start: 4vw;
  }
}
.home-about-us .primary-button .text {
  color: #0131C2;
}
.home-about-us .hau-video-holder {
  width: 100%;

}
@media (min-width: 1200px) {
  .home-about-us .hau-video-holder {
    margin-top: 7rem;
  }
}
@media (min-width: 1400px) {
  .home-about-us .hau-video-holder {
    margin-top: 0;
  }
}
.home-about-us .hau-video-holder .v-overlay {
  opacity: 0;
  visibility: hidden;
}
.home-about-us .hau-video-holder video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;

}
.home-about-us .hau-video-holder button {
  width: 8rem;
  height: 8rem;
  border: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .home-about-us .hau-video-holder button {
    width: 12rem;
    height: 12rem;
  }
}
.home-about-us .hau-video-holder button svg {

  width: 32px;
  height: 32px;


}
.home-about-us .hau-video-holder button .button-line {
  fill: #FE4600;
  -webkit-mask: url("../images/circle-styled.svg");
          mask: url("../images/circle-styled.svg");
}
.home-about-us .hau-video-holder button .button-line circle {
  stroke: #FE4600;
  stroke-width: 5rem;
  -webkit-transform: rotate(-205deg);
          transform: rotate(-205deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.home-about-us .hau-video-holder button .button-play {
  fill: #ffffff;
}
.home-about-us .hau-video-holder button:hover .button-line circle {
  -webkit-animation: drawCircle 4s forwards;
          animation: drawCircle 4s forwards;
  stroke: #01E3E2;
}
.home-about-us .hau-video-holder figure {
  aspect-ratio: 4/3;
  right: -1.5rem;
  width: 11rem;
  top: -3.125rem;
}
@media (min-width: 992px) {
  .home-about-us .hau-video-holder figure {
    right: -16.6%;
    width: 17.261rem;
    top: -16.6%;
  }
}
@media (min-width: 1200px) {
  .home-about-us .hau-video-holder figure {
    right: -3vw;
  }
}
.home-about-us .hau-video-holder figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-about-us .hau-video-holder .graphic-caption {
  right: 1rem;
  bottom: clamp(-2.5rem, 9.091vw - 4.631rem, 1rem);
}
.home-about-us .hau-video-holder .graphic-caption:lang(ar) {
  left: auto;
  right: 1rem;
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .home-about-us .hau-video-holder .graphic-caption {
    width: 9.779rem;
  }
}
@media (min-width: 992px) {
  .home-about-us .hau-video-holder .graphic-caption {
    right: clamp(0.625rem, 0.559vw + 0.266rem, 0.938rem);
    bottom: -2vw;
  }
  .home-about-us .hau-video-holder .graphic-caption:lang(ar) {
    right: auto;
    left: clamp(0.625rem, 0.559vw + 0.266rem, 0.938rem);
  }
}
.home-about-us .hau-content .hauc-desc {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .home-about-us .hau-content .hauc-desc {
    max-width: 32.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-about-us .hau-content .hauc-desc {
    max-width: 38.125rem;
  }
}
@media (min-width: 992px) {
  .home-about-us .hau-content .hauc-desc:lang(ar) {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item {
  position: relative;
}
@media (max-width: 767.98px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item {
    padding-right: 2.5rem;
  }
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item .di-v-line {
  right: 0rem;
  position: absolute;
  height: 100%;
  width: 1rem;
  top: 0;
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item .di-v-line svg {
  width: auto;
  height: 100%;
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item .di-v-line svg path {
  stroke: #0131C2;
  stroke-width: 0.6;
}
@media (min-width: 992px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .di-v-line {
    right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .di-v-line {
    right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .di-v-line:nth-of-type(2) {
    display: none !important;
  }
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item .icon {
  width: clamp(3.125rem, 4.592vw + 2.049rem, 4.25rem);
  height: clamp(3.125rem, 4.592vw + 2.049rem, 4.25rem);
  display: block;
}
@media (min-width: 768px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .icon {
    width: 4.25rem;
  }
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item .icon img {
  width: 100%;
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item h1, .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .h1 {
  font-size: clamp(2rem, 2.071vw + 1.515rem, 4rem);
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item h5, .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .h5 {
  max-width: 13.5rem;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item h5, .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .h5 {
    max-width: 100%;
  }
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item:last-of-type .di-v-line {
  display: none;
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item:nth-of-type(2), .home-about-us .hau-data-list .hau-data-list-wrapper .data-item:last-of-type {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .home-about-us .hau-data-list .hau-data-list-wrapper .data-item:nth-of-type(2), .home-about-us .hau-data-list .hau-data-list-wrapper .data-item:last-of-type {
    padding-left: 1.5rem;
  }
}
.home-about-us .hau-data-list .hau-data-list-wrapper .data-item.in-view .di-v-line::after {
  height: 100%;
}

.home-venue {
  background-color: #fff;
  padding-bottom: 10vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .home-venue {
    -webkit-padding-before: 4vw;
            padding-block-start: 4vw;
  }
}
@media screen and (max-width: 1599px) {
  .home-venue {
    padding-top: clamp(3.125rem, 3.236vw + 2.367rem, 6.25rem);
  }
}
.home-venue::before, .home-venue::after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  left: 0%;
	transform: translateY(2px);
 
}
.home-venue::before{
	 background: #f2f7ff;
}
.home-venue::after{
	 background: #0131C2;
}


.home-venue:lang(ar)::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.home-venue::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  bottom: calc(100% - 5vw);
  top: -3px;
}
@media screen and (min-width: 1920px) {
  .home-venue::before {
    bottom: calc(100% - 5vw);
    height: 5vw;
  }
}
.home-venue::after {
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.home-venue:lang(ar)::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.home-venue .hv-content {
  z-index: 4;
}
@media (min-width: 992px) {
  .home-venue .hv-content {
    padding-right: clamp(60px, 8vw, 150px);
  }
}
.home-venue .hv-content .hvc-image {
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  max-width: 13.25rem;
  width: 100%;
}
.home-venue .hv-content .hvc-image img {
  width: 100%;
  aspect-ratio: 4/5;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-venue .hv-images {
  padding-left: clamp(60px, 8vw, 150px);
  z-index: 3;
}
.home-venue .hv-images figure {
  margin-bottom: 0;
  aspect-ratio: 4/5;
  width: 100%;
  height: auto;
}
.home-venue .hv-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .home-venue .hv-images .hvi-big figure {
    aspect-ratio: 4/3;
  }
}
.home-venue .hv-images .hvi-small {
  left: 0;
  bottom: -6vw;
  max-width: 12.71125rem;
  width: 100%;
}
.home-venue .hv-images .hvi-small img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-venue .hv-blur-img {
  z-index: 0;
  aspect-ratio: 1/1;
  top: -50%;
  width: 45vw;
  left: 10vw;
}
.home-venue .hv-blur-img.blob-two {
  left: 35vw;
  width: 45vw;
}

.home-the-show {
  -webkit-padding-before: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-start: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .home-the-show {
    -webkit-padding-before: 4vw;
            padding-block-start: 4vw;
    -webkit-padding-after: 4vw;
            padding-block-end: 4vw;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .home-the-show {
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
.home-the-show::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 120%;
  height: 5vw;
  background-color: #F2F7FF;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.home-the-show:lang(ar)::after {
  -webkit-transform: translateY(1px) scaleX(-1);
          transform: translateY(1px) scaleX(-1);
}
.home-the-show .the-show-swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-before: clamp(50px, 8vw, 80px);
          padding-block-start: clamp(50px, 8vw, 80px);
  width: 70vw;
}
@media (min-width: 992px) {
  .home-the-show .the-show-swiper {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .home-the-show .the-show-swiper {
    width: 32.1755208333vw;
    -webkit-padding-after: clamp(50px, 8vw, 80px);
            padding-block-end: clamp(50px, 8vw, 80px);
  }
}
@media (min-width: 1400px) {
  .home-the-show .the-show-swiper {
    width: 30.1755208333vw;
  }
}

.home-the-show .the-show-swiper .tss-item{
	filter:grayscale(1) brightness(1.5) contrast(.5);
	opacity:.2;
}
.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-images {
  aspect-ratio: 4/3;
  background: #000000;
  position: relative;
}
.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-images:before {
  content: "";
  position: absolute;
  background: url("../images/tape.png");
  background-size: contain;
  background-position: center center;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-30px);
          transform: translateX(-50%) translateY(-30px);
  top: -1.75em;
  width: 1.5rem;
  height: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear all !important;
  transition: 0.3s linear all !important;
	display:none;
}
@media (min-width: 992px) {
  .home-the-show .the-show-swiper .tss-item .tssi-content .tssic-images:before {
    top: -2.75em;
    width: 2.39125rem;
    height: 4.84181rem;
  }
}
.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text .tssict-title {
/*   bottom: calc(100% - 2rem);
  position: absolute;
  background-repeat: no-repeat; */
  -webkit-transition:0.5s linear all !important;
  transition: 0.5s linear all !important;
  font-size: clamp(1.5rem, 0.895vw + 0.926rem, 2rem);
  margin-bottom: 0;
  opacity: 1;
   -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (min-width: 992px) {
  .home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text .tssict-title {
    opacity:0;
	 visibility: hidden;
  }
}
.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text h5, .home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text .h5 {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text .btn {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 0;
  visibility: hidden;
}
.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text h5, .home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text .h5 {
  padding: 0 3.4vw;
	text-align::center;
}
.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text h5:lang(ar), .home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text .h5:lang(ar) {
  padding-left: 3.4vw;
  padding-right: 0px;
}
/* .home-the-show .the-show-swiper .tss-item .tssi-content .btn .text {
  color: #FE4600;
}
.home-the-show .the-show-swiper .tss-item .tssi-content .btn svg path {
  stroke: #FE4600;
}
 */
.home-the-show .the-show-swiper .tss-item.swiper-slide-active{
	filter: grayscale(0);
	opacity: 1,
}
.home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content .tssic-images:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
  font-size: clamp(1.5rem, 2.041vw + 1.022rem, 2rem);
/*   background: url("../images/show-strip.webp");
  background-size: cover;
  background-position: right; */
/*   bottom: calc(100% - 1rem);
  top: auto; */
  opacity: 1;
/*   left: -1rem; */
  padding: 1rem 2rem 1rem 1rem;
  display: block !important;
	visibility: visible;
	  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
/* @media (min-width: 992px) {
  .home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
    padding: 2rem 5rem 2rem 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
    left: -2rem;
  }
} */
.home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content h5, .home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content .h5 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  font-size: clamp(1.125rem, 0.51vw + 1.005rem, 1.25rem);
}
.home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content .btn {
  opacity: 1;
  visibility: visible;
}
.home-the-show .the-show-swiper .swiper-slide {
  -webkit-transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: visible;
  opacity: 0 !important;
}
.home-the-show .the-show-swiper .swiper-slide.swiper-slide-prev, .home-the-show .the-show-swiper .swiper-slide.swiper-slide-next, .home-the-show .the-show-swiper .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}
.home-the-show .the-show-swiper .swiper-button-next, .home-the-show .the-show-swiper .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  -webkit-mask: url("../images/mask-slider-arrow.svg");
          mask: url("../images/mask-slider-arrow.svg");
}
.home-the-show .the-show-swiper .swiper-button-next svg path, .home-the-show .the-show-swiper .swiper-button-prev svg path {
  fill: none;
  stroke: #0131C2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.home-the-show .the-show-swiper .swiper-button-next:hover, .home-the-show .the-show-swiper .swiper-button-prev:hover {
  opacity: 0.75;
}
.home-the-show .the-show-swiper .swiper-button-next:hover svg path, .home-the-show .the-show-swiper .swiper-button-prev:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.home-the-show .the-show-swiper .swiper-button-next:hover svg .sb-line, .home-the-show .the-show-swiper .swiper-button-prev:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.home-the-show .the-show-swiper .swiper-button-next:after, .home-the-show .the-show-swiper .swiper-button-prev:after {
  display: none;
}
.home-the-show .the-show-swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-2vw);
          transform: scaleX(-1) translateY(-2vw);
  left: -6.25vw;
}
.home-the-show .the-show-swiper .swiper-button-prev:lang(ar) {
  right: -6.25vw;
  left: auto;
  -webkit-transform: scaleX(1) translateY(-2vw);
          transform: scaleX(1) translateY(-2vw);
}
@media (min-width: 992px) {
  .home-the-show .the-show-swiper .swiper-button-prev {
    left: -7.25vw;
  }
  .home-the-show .the-show-swiper .swiper-button-prev:lang(ar) {
    right: -7.25vw;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .home-the-show .the-show-swiper .swiper-button-prev {
    left: -6.25vw;
  }
  .home-the-show .the-show-swiper .swiper-button-prev:lang(ar) {
    right: -6.25vw;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-show .the-show-swiper .swiper-button-prev {
    left: -4.75vw;
  }
  .home-the-show .the-show-swiper .swiper-button-prev:lang(ar) {
    right: -4.75vw;
    left: auto;
  }
}
.home-the-show .the-show-swiper .swiper-button-next {
  right: -6.25vw;
  -webkit-transform: translateY(-2vw);
          transform: translateY(-2vw);
}
.home-the-show .the-show-swiper .swiper-button-next:lang(ar) {
  right: auto;
  left: -6.25vw;
  -webkit-transform: translateY(-2vw) scale(-1);
          transform: translateY(-2vw) scale(-1);
}
@media (min-width: 992px) {
  .home-the-show .the-show-swiper .swiper-button-next {
    right: -7.25vw;
  }
  .home-the-show .the-show-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -7.25vw;
  }
}
@media (min-width: 1200px) {
  .home-the-show .the-show-swiper .swiper-button-next {
    right: -6.25vw;
  }
  .home-the-show .the-show-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -6.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-show .the-show-swiper .swiper-button-next {
    right: -4.75vw;
  }
  .home-the-show .the-show-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -4.75vw;
  }
}

.home-features {
  -webkit-padding-before: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-start: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  -webkit-padding-after: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-end: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  background-color: #F2F7FF;
}
.home-features::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 120%;
  height: 5vw;
  background-color: #ffffff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.home-features .features-swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-before: clamp(50px, 8vw, 80px);
          padding-block-start: clamp(50px, 8vw, 80px);
  width: calc(100vw - 3rem);
}
@media (min-width: 768px) {
  .home-features .features-swiper {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  .home-features .features-swiper {
    width: 50.1755208333vw;
  }
}
@media (min-width: 1200px) {
  .home-features .features-swiper {
    width: 35.1755208333vw;
  }
}
.home-features .features-swiper .fs-item .fsi-content .fsic-images {
  aspect-ratio: 3/2;
  background: #000000;
  position: relative;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text {
  padding-left: 14.7744791667vw;
  position: relative;
  margin-top: 2rem;
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text:lang(ar) {
  padding-right: 14.7744791667vw;
  padding-left: 0;
}
@media (min-width: 992px) {
  .home-features .features-swiper .fs-item .fsi-content .fsic-text {
    padding-left: 8vw;
  }
  .home-features .features-swiper .fs-item .fsi-content .fsic-text:lang(ar) {
    padding-right: 8vw;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .home-features .features-swiper .fs-item .fsi-content .fsic-text {
    padding-left: 10.7744791667vw;
  }
  .home-features .features-swiper .fs-item .fsi-content .fsic-text:lang(ar) {
    padding-right: 10.7744791667vw;
    padding-left: 0;
  }
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no {
  display: block;
  position: absolute;
  font-size: clamp(2.5rem, 9.449vw - 3.559rem, 4rem);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0131C2;
  right: 0;
  left: auto;
  width: 10rem;
  line-height: 0.8;
  letter-spacing: -0.08rem;
  font-weight: bold;
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 0;
  visibility: hidden;
  text-align: right;
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no:lang(ar) {
  right: 0;
  left: auto;
  text-align: left;
}
@media (min-width: 1200px) {
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no {
    right: auto;
    left: -3vw;
  }
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no:lang(ar) {
    left: auto;
    right: -3vw;
  }
}
@media (min-width: 1400px) {
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no {
    left: -2vw;
  }
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no:lang(ar) {
    right: -2vw;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no {
    font-size: clamp(2.5rem, -3.1429rem + 14.8571vw, 5rem);
    left: 1vw;
    -webkit-text-stroke-width: 2px;
  }
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no:lang(ar) {
    right: -1vw;
    left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no {
    left: 2vw;
  }
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-no:lang(ar) {
    right: 2vw;
    left: auto;
  }
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-title {
  font-size: clamp(1.5rem, 1.036vw + 1.257rem, 2.5rem);
  background-repeat: no-repeat;
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .home-features .features-swiper .fs-item .fsi-content .fsic-text .fsict-title {
    padding-right: 2rem;
  }
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text h5, .home-features .features-swiper .fs-item .fsi-content .fsic-text .h5 {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  font-weight: normal;
  font-size: clamp(1.125rem, 0.51vw + 1.005rem, 1.25rem);
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text .btn {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 0;
  visibility: hidden;
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text h5, .home-features .features-swiper .fs-item .fsi-content .fsic-text .h5 {
  padding-right: 3.4vw;
}
.home-features .features-swiper .fs-item .fsi-content .fsic-text h5:lang(ar), .home-features .features-swiper .fs-item .fsi-content .fsic-text .h5:lang(ar) {
  padding-left: 3.4vw;
  padding-right: 0px;
}


.home-features .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images {
  -webkit-box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
          box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  mix-blend-mode: unset;
}
.home-features .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.home-features .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-text h5, .home-features .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-text .h5, .home-features .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-text .fsict-title, .home-features .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-text .fsict-no {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.home-features .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-text .btn {
  opacity: 1;
  visibility: visible;
}
.home-features .features-swiper .swiper-slide {
  overflow: visible;
}
.home-features .features-swiper .swiper-button-next, .home-features .features-swiper .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  -webkit-mask: url("../images/mask-slider-arrow.svg");
          mask: url("../images/mask-slider-arrow.svg");
}
.home-features .features-swiper .swiper-button-next svg path, .home-features .features-swiper .swiper-button-prev svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.home-features .features-swiper .swiper-button-next:hover, .home-features .features-swiper .swiper-button-prev:hover {
  opacity: 0.75;
}
.home-features .features-swiper .swiper-button-next:hover svg path, .home-features .features-swiper .swiper-button-prev:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.home-features .features-swiper .swiper-button-next:hover svg .sb-line, .home-features .features-swiper .swiper-button-prev:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.home-features .features-swiper .swiper-button-next:after, .home-features .features-swiper .swiper-button-prev:after {
  display: none;
}
.home-features .features-swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-6vw);
          transform: scaleX(-1) translateY(-6vw);
}
.home-features .features-swiper .swiper-button-prev:lang(ar) {
  -webkit-transform: scaleX(1) translateY(-6vw);
          transform: scaleX(1) translateY(-6vw);
}
@media (min-width: 992px) {
  .home-features .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-20vw);
            transform: scaleX(-1) translateY(-20vw);
    left: -7.75vw;
  }
  .home-features .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-20vw);
            transform: scaleX(1) translateY(-20vw);
    right: -7.75vw;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .home-features .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-16vw);
            transform: scaleX(-1) translateY(-16vw);
    left: -6.75vw;
  }
  .home-features .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-16vw);
            transform: scaleX(1) translateY(-16vw);
    right: -6.75vw;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .home-features .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-9vw);
            transform: scaleX(-1) translateY(-9vw);
    left: -4.75vw;
  }
  .home-features .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-9vw);
            transform: scaleX(1) translateY(-9vw);
    right: -4.75vw;
    left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .home-features .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-5vw);
            transform: scaleX(-1) translateY(-5vw);
    left: -4.75vw;
  }
}
@media (min-width: 992px) {
  .home-features .features-swiper .swiper-button-next {
    -webkit-transform: translateY(-8vw);
            transform: translateY(-8vw);
    right: -7.75vw;
  }
  .home-features .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(-8vw) scale(-1);
            transform: translateY(-8vw) scale(-1);
    left: -7.75vw;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .home-features .features-swiper .swiper-button-next {
    -webkit-transform: translateY(-10vw);
            transform: translateY(-10vw);
    right: -6.75vw;
  }
  .home-features .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(-10vw) scale(-1);
            transform: translateY(-10vw) scale(-1);
    left: -6.75vw;
    right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .home-features .features-swiper .swiper-button-next {
    -webkit-transform: translateY(-4vw);
            transform: translateY(-4vw);
    right: -4.75vw;
  }
  .home-features .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(-4vw) scale(-1);
            transform: translateY(-4vw) scale(-1);
    left: -4.75vw;
    right: auto;
  }
}
.home-features .hf-blur-img {
  aspect-ratio: 1/1;
  width: 60vw;
  z-index: 0;
}
.home-features .hf-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-features .hf-blur-img.blob-one {
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .home-features .hf-blur-img.blob-one {
    width: 120vw;
    top: 10%;
  }
}
.home-features .hf-blur-img.blob-two {
  top: 20%;
  left: 40%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.8;
}
.home-features .hf-pattern-img {
  z-index: 0;
  width: 25vw;
  aspect-ratio: 3/4;
  bottom: 0;
  left: 70%;
  opacity: 0.1;
}
.home-features .hf-pattern-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-why-exhibit {
  -webkit-padding-before: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
          padding-block-start: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
  -webkit-padding-after: clamp(3.125rem, 8.414vw + 1.153rem, 11.25rem);
          padding-block-end: clamp(3.125rem, 8.414vw + 1.153rem, 11.25rem);
  background-color: #FFF;
}
.home-why-exhibit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  background-color: #F2F7FF;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 0;
  margin-bottom: -1px;
}
@media (min-width: 1200px) {
  .home-why-exhibit .hwe-content {
    position: absolute;
  }
}
.home-why-exhibit .hwe-content h5, .home-why-exhibit .hwe-content .h5 {
  max-width: 22rem;
}

.home-why-exhibit .exhibitor-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
  overflow-x: clip;
}
.home-why-exhibit .exhibitor-list .graphics {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .home-why-exhibit .exhibitor-list .graphics {
    position: relative;
    height: auto;
  }
}
.home-why-exhibit .exhibitor-list .graphics figure {
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
}
.home-why-exhibit .exhibitor-list .graphics figure:lang(ar) {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .graphics figure {
    z-index: 2;
    width: 120%;
    height: 100%;
    top: -5vw;
    right: -15vw;
  }
  .home-why-exhibit .exhibitor-list .graphics figure:lang(ar) {
    left: -15vw;
    right: auto;
  }
}
.home-why-exhibit .exhibitor-list .graphics svg {
  z-index: 0;
  height: 100%;
  width: 100%;
}
.home-why-exhibit .exhibitor-list .graphics svg:lang(ar) {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items {
    position: absolute;
  }
}
.home-why-exhibit .exhibitor-list .el-items .el-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1199.98px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item {
    padding-left: clamp(50px, 3.656vw, 70px);
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.home-why-exhibit .exhibitor-list .el-items .el-item .eli-title {
  font-size: clamp(1.25rem, 0.259vw + 1.189rem, 1.5rem);
  width: 100%;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (max-width: 1199.98px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item .eli-title {
    max-width: 100%;
    color: #0131C2;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item .eli-title {
    max-width: 15rem;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item .eli-title:lang(ar) {
    margin-right: auto;
    font-size: 16px;
    line-height: 23px;
  }
}
@media (min-width: 1400px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item .eli-title {
    max-width: 14rem;
  }
}
.home-why-exhibit .exhibitor-list .el-items .el-item .eli-description {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  width: 14.375rem;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item .eli-description {
    max-height: 100%;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item .eli-description:lang(ar) {
    font-size: 14px;
  }
}
.home-why-exhibit .exhibitor-list .el-items .el-item:hover .eli-description {
  max-height: 100%;
}
.home-why-exhibit .exhibitor-list .el-items .el-item:hover::before {
  border: 0.5rem solid #0131C2;
  background-color: #01E3E2;
}
.home-why-exhibit .exhibitor-list .el-items .el-item:hover .eli-title {
  color: #0131C2;
}
.home-why-exhibit .exhibitor-list .el-items .el-item::before {
  border: 2px solid #D6D6D6;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  width: 2rem;
  border-radius: 2rem;
  background: white;
}
@media (max-width: 1199.98px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item::before {
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0;
    border: 0.3rem solid #0131C2;
    background-color: #01E3E2;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1) {
    right: 60%;
    padding-bottom: clamp(35px, 3.656vw, 60px);
    bottom: 83%;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1):lang(ar) {
    left: 60%;
    right: auto;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: auto;
  }
}
.home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1)::before {
  right: 0;
  bottom: 0;
}
.home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1)::before:lang(ar) {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1)::before {
    right: 0;
    bottom: 0;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1)::before:lang(ar) {
    left: 0;
    right: auto;
  }
}
.home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1):lang(ar)::before {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1):lang(ar)::before {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1400px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(1) .eli-description {
    max-width: 20em;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2) {
    padding-right: clamp(35px, 3.656vw, 70px);
    right: 86%;
    text-align: right;
    top: 70%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2):lang(ar) {
    right: auto;
    left: 86%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-right: 0;
    padding-left: clamp(35px, 3.656vw, 70px);
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2) {
    padding-right: clamp(35px, 3.656vw, 70px);
    right: 89.5%;
    text-align: right;
    top: 53%;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2):lang(ar) {
    right: auto;
    left: 89.5%;
    text-align: left;
    padding-right: 0;
    padding-left: clamp(35px, 3.656vw, 70px);
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2) {
    right: 90%;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2):lang(ar) {
    right: auto;
    left: 90%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2) .eli-description {
    max-width: 20rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2)::before {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(2):lang(ar)::before {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(3) {
    padding-top: clamp(35px, 3.656vw, 70px);
    right: 75%;
    top: 80.5%;
    padding-right: clamp(35px, 3.656vw, 70px);
    left: auto;
    padding-top: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    text-align: right;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(3):lang(ar) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-right: 0;
    padding-left: clamp(35px, 3.656vw, 70px);
    right: auto;
    left: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(3) {
    right: 76%;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(3):lang(ar) {
    right: auto;
    left: 76%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(3) .eli-description {
    max-width: 25em;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(3)::before {
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(3):lang(ar)::before {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4) {
    padding-top: clamp(35px, 3.656vw, 70px);
    left: auto;
    top: 85.5%;
    right: 50%;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4):lang(ar) {
    left: 50%;
    right: auto;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4) {
    top: 86.5%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4) .eli-title {
    max-width: 14rem;
  }
}
@media screen and (min-width: 1600px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4) .eli-title {
    max-width: 15rem;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4)::before {
    top: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4):lang(ar)::before {
    top: 0;
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(4) .eli-description {
    max-width: 25em;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5) {
    left: 67%;
    top: 78.5%;
    padding-top: clamp(35px, 3.656vw, 70px);
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5):lang(ar) {
    right: 67%;
    left: auto;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5) .eli-title:lang(ar) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5) {
    left: 73%;
    top: 75.5%;
  }
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5):lang(ar) {
    left: auto;
    right: 73%;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5)::before {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5):lang(ar)::before {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .home-why-exhibit .exhibitor-list .el-items .el-item:nth-of-type(5) .eli-description {
    max-width: 18em;
    width: 100%;
  }
}

.home-testimonials {
  -webkit-padding-before: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
          padding-block-start: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
/*   -webkit-padding-after: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
          padding-block-end: clamp(3.125rem, 1.942vw + 2.67rem, 5rem); */
  background-color: #F2F7FF;
}
.home-testimonials .testimonials-swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-before: clamp(50px, 8vw, 80px);
          padding-block-start: clamp(50px, 8vw, 80px);
  -webkit-padding-after: clamp(50px, 8vw, 80px);
          padding-block-end: clamp(50px, 8vw, 80px);
  width: clamp(17.063rem, 3.236vw + 13.304rem, 22.188rem);

}
.home-testimonials .testimonials-swiper .ht-item .hti-content .htic-images {
  background: #000000;
  position: relative;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
}
.home-testimonials .testimonials-swiper .ht-item .hti-content .htic-images:before {
  content: "";
  position: absolute;
  height:100%;
	width: 100%;
	left:0;
	top:0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.home-testimonials .testimonials-swiper .ht-item .hti-content .htic-images img{
	position: relative;
	z-index: 1;
}


.home-testimonials .testimonials-swiper .ht-item .hti-content .htic-text {
  position: absolute;
  margin-top: 2rem;
  bottom: 0;
  top: auto;
  opacity: 1;
  right: 0;
  left: 0;
  padding: 1.5rem;
	z-index: 3;
}
.home-testimonials .testimonials-swiper .ht-item .hti-content .htic-text:lang(ar) {
  right: auto;
  left: -1rem;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  -webkit-transform: scale(-1) scaleY(-1);
          transform: scale(-1) scaleY(-1);
  text-align: left;
}
.home-testimonials .testimonials-swiper .ht-item .hti-content .htic-text:lang(ar) h6, .home-testimonials .testimonials-swiper .ht-item .hti-content .htic-text:lang(ar) .h6 {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.home-testimonials .testimonials-swiper .ht-item .hti-content .htic-text .htict-title {
  background-repeat: no-repeat;
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  margin-bottom: 0;
  opacity: 1;
}
.home-testimonials .testimonials-swiper .ht-item .hti-content .video-button {
  width: 8rem;
	height: 8rem;
  background-color: rgba(255, 255, 255, 0);
  z-index: 3;
  border: 0;
  border-radius: 8rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
	border: 3px solid #fff;
}
.home-testimonials .testimonials-swiper .ht-item .hti-content .video-button  svg{
	transform: scale(1.5)
}

.home-testimonials .testimonials-swiper .ht-item .hti-content .video-button svg polygon{
	fill: #fff;
}
.home-testimonials .testimonials-swiper .ht-item.swiper-slide-active{
	clip-path: polygon(40px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0% 40px);
	transform: scale(1);
}

.home-testimonials .testimonials-swiper .ht-item.swiper-slide-active .htic-images:before{
		background: linear-gradient(180deg, rgba(1, 49, 194, 0.00) 0%, #0131C2 100%);
}

.home-testimonials .testimonials-swiper .ht-item.swiper-slide-active .hti-content .video-button {
  opacity:1;
  visibility: visible;
}
.home-testimonials .testimonials-swiper .ht-item.swiper-slide-active .hti-content .video-button:hover {
  opacity: 1;
}
.home-testimonials .testimonials-swiper .ht-item.swiper-slide-active .hti-content .htic-images {
  -webkit-box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
          box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  mix-blend-mode: unset;
}
.home-testimonials .testimonials-swiper .ht-item.swiper-slide-active .hti-content .htic-images:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.home-testimonials .testimonials-swiper .swiper-slide {
  	overflow: visible;
	transform: scale(.85);
	transition: ease all .5s;
}
.home-testimonials .testimonials-swiper .swiper-button-next, .home-testimonials .testimonials-swiper .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  -webkit-mask: url("../images/mask-slider-arrow.svg");
          mask: url("../images/mask-slider-arrow.svg");
}
.home-testimonials .testimonials-swiper .swiper-button-next svg path, .home-testimonials .testimonials-swiper .swiper-button-prev svg path {
  fill: none;
  stroke: #0131C2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.home-testimonials .testimonials-swiper .swiper-button-next:hover, .home-testimonials .testimonials-swiper .swiper-button-prev:hover {
  opacity: 0.75;
}
.home-testimonials .testimonials-swiper .swiper-button-next:hover svg path, .home-testimonials .testimonials-swiper .swiper-button-prev:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.home-testimonials .testimonials-swiper .swiper-button-next:hover svg .sb-line, .home-testimonials .testimonials-swiper .swiper-button-prev:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.home-testimonials .testimonials-swiper .swiper-button-next:after, .home-testimonials .testimonials-swiper .swiper-button-prev:after {
  display: none;
}
.home-testimonials .testimonials-swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-2vw);
          transform: scaleX(-1) translateY(-2vw);
  left: -4.25vw;
}
.home-testimonials .testimonials-swiper .swiper-button-prev:lang(ar) {
  right: auto;
}
@media (max-width: 1399.98px) {
  .home-testimonials .testimonials-swiper .swiper-button-prev {
    left: -6.25vw;
  }
  .home-testimonials .testimonials-swiper .swiper-button-prev:lang(ar) {
    right: auto;
  }
}
.home-testimonials .testimonials-swiper .swiper-button-next {
  right: -4.25vw;
  -webkit-transform: translateY(-2vw);
          transform: translateY(-2vw);
}
.home-testimonials .testimonials-swiper .swiper-button-next:lang(ar) {
  left: auto;
}
@media (max-width: 1399.98px) {
  .home-testimonials .testimonials-swiper .swiper-button-next {
    right: -6.25vw;
  }
  .home-testimonials .testimonials-swiper .swiper-button-next:lang(ar) {
    left: auto;
  }
}

.home-sponsors {
  background-color: #0131C2;
  -webkit-padding-before: clamp(2.125rem, 1.942vw + 2.67rem, 3rem);
          padding-block-start: clamp(2.125rem, 1.942vw + 2.67rem, 3rem);
  -webkit-padding-after: clamp(2.125rem, 1.942vw + 2.67rem, 3rem);
          padding-block-end: clamp(2.125rem, 1.942vw + 2.67rem, 3rem);
  position: relative;
	overflow-x: clip;
}
@media screen and (min-width: 1920px) {
  .home-sponsors {
    -webkit-padding-before: 0vw;
            padding-block-start: 0vw;
    -webkit-padding-after: 4vw;
            padding-block-end: 4vw;
  }
}
.home-sponsors::after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  background-color: #F2F7FF;
  bottom: calc(100% - 5vw);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  z-index: 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  display: none;
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .home-sponsors::after {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.home-sponsors:lang(ar)::after {
  -webkit-transform: translateY(-1px) scaleX(-1);
          transform: translateY(-1px) scaleX(-1);
}
.home-sponsors::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  left: 0%;
  height: 5vw;
  background-color: #f2f7ff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.home-sponsors:lang(ar)::before {
  -webkit-transform: translateY(1px) scaleX(-1);
          transform: translateY(1px) scaleX(-1);
}
.home-sponsors .hs-list {
  gap: 3rem 0;
  margin-bottom: 4rem;
}
.home-sponsors .hs-list .hsl-item .hsli-logo-overline {
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  max-width: 15rem;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-weight: 500;
}

.home-sponsors .hs-list .hsl-item .logo-holder {
  aspect-ratio: 4/3;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.home-sponsors .hs-list .hsl-item .logo-holder figure {
  z-index: 2;
  position: relative;
  mix-blend-mode: screen;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  padding: 2rem;
  left: 0;
}
@media (min-width: 992px) {
  .home-sponsors .hs-list .hsl-item .logo-holder figure {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .home-sponsors .hs-list .hsl-item .logo-holder figure {
    padding: 2.5rem;
  }
}
.home-sponsors .hs-list .hsl-item .logo-holder figure img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100%;
  width: 100%;
}
.home-sponsors .hs-list .hsl-item .logo-holder .hover-line {
  stroke: #FED032;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  left: 0;
}
.home-sponsors .hs-list .hsl-item .logo-holder:hover .hover-line {
  opacity: 1;
}
.home-sponsors .hs-list .hsl-item .logo-holder:hover .hover-line path {
  -webkit-animation: draw 1s forwards ease;
          animation: draw 1s forwards ease;
}
.home-sponsors .hs-list .hsl-item:hover .hsli-logo-overline {
  color: #FED032;
}
.home-sponsors .hs-images .hvi-big {
  -webkit-transform: translateX(clamp(60px, 8vw, 150px));
          transform: translateX(clamp(60px, 8vw, 150px));
  z-index: 3;
  aspect-ratio: 3/4;
  position: relative;
}
.home-sponsors .hs-images figure {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-sponsors .hs-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sponsors .hs-images .hvi-small {
  left: 0;
  bottom: -6vw;
  max-width: 12.71125rem;
  aspect-ratio: 3/4;
  width: 100%;
}
.home-sponsors .hs-images .hvi-small img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sponsors .hs-images .hvi-pattern {
  max-width: 16rem;
  aspect-ratio: 3/4;
  width: 100%;
  top: -5vw;
  opacity: 0.5;
}
.home-sponsors .hb-blur-img.blob-one {
  bottom: auto;
  top: 0;
  right: 70%;
}
.home-sponsors .hb-blur-img.blob-one img {
  width: 70vw;
}
.home-sponsors .hb-blur-img.blob-two {
  top: 0%;
  left: 45%;
}
.home-sponsors .hb-blur-img.blob-two img {
  width: 100vw;
}

.home-partners {
  -webkit-padding-before: clamp(2.125rem, 1.942vw + 2.67rem, 3rem);
          padding-block-start: clamp(3.125rem, 1.942vw + 2.67rem, 3rem);
  -webkit-padding-after: clamp(2.125rem, 1.942vw + 2.67rem, 3rem);
          padding-block-end: clamp(3.125rem, 1.942vw + 2.67rem, 3rem);
  background-color: #f2f7ff;
}

.single .home-partners {
	 background-color: #fff;
}

.single .home-partners:before {
	 background-color: #f2f7ff;
}

.home-partners::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  left: 0%;
  height: 5vw;
  background-color: #fff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.home-partners:lang(ar)::after {
  -webkit-transform: translateY(1px) scaleX(-1);
          transform: translateY(1px) scaleX(-1);
}
.home-partners .partners-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  mix-blend-mode: multiply;
}
.home-partners .partners-logo-list .pll-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .home-partners .partners-logo-list .pll-item {
    padding: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .home-partners .partners-logo-list .pll-item {
    padding: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .home-partners .partners-logo-list .pll-item {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .home-partners .partners-logo-list .pll-item {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .home-partners .partners-logo-list .pll-item {
    width: 18%;
  }
}
@media (min-width: 1900px) {
  .home-partners .partners-logo-list .pll-item {
    width: 14%;
  }
}
.home-partners .partners-logo-list .pll-item .logo-holder {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.home-partners .partners-logo-list .pll-item .logo-holder figure {
  z-index: 2;
  position: relative;
  mix-blend-mode: screen;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  padding: 0;
  left: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.home-partners .partners-logo-list .pll-item .logo-holder figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 80%;
}
.home-partners .partners-logo-list .pll-item .logo-holder .hover-line {
  stroke: #01E3E2;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  left: 0;
  z-index: 3;
  -webkit-mask: url("../images/hover-line-img-sq.svg");
          mask: url("../images/hover-line-img-sq.svg");
}
.home-partners .partners-logo-list .pll-item .logo-holder:hover figure {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.home-partners .partners-logo-list .pll-item .logo-holder:hover .hover-line {
  opacity: 1;
}
.home-partners .partners-logo-list .pll-item .logo-holder:hover .hover-line path {
  -webkit-animation: draw 1s forwards ease;
          animation: draw 1s forwards ease;
}
.home-partners .partners-logo-list .firm-modal {
  overflow: visible;
}
.home-partners .partners-logo-list .firm-modal .modal-dialog {
  max-width: 680px;
}
.home-partners .partners-logo-list .firm-modal .modal-content {
  border-color: white;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
@media (min-width: 992px) {
  .home-partners .partners-logo-list .firm-modal .modal-content {
    padding: 10px 10px;
    border-radius: 0px;
  }
}
.home-partners .partners-logo-list .firm-modal .btn-close {
  position: absolute;
  background: #0131c2;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.home-partners .partners-logo-list .firm-modal .btn-close svg path {
  fill: white;
}
.home-partners .partners-logo-list .firm-modal .btn-close:hover {
  background: #00e3e2;
}
.home-partners .partners-logo-list .firm-modal .btn-close:lang(ar) {
  right: auto;
  left: 10px;
}
.home-partners .partners-logo-list .firm-modal .btn.primary-button {
  -webkit-transform: rotate(-2.5deg) scale(0.6);
          transform: rotate(-2.5deg) scale(0.6);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  color: black;
}
.home-partners .partners-logo-list .firm-modal .btn.primary-button:lang(ar) {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@-webkit-keyframes drawCircle {
  0% {
    stroke-dasharray: 0 1500;
  }
  100% {
    stroke-dasharray: 1500 1500;
  }
}

@keyframes drawCircle {
  0% {
    stroke-dasharray: 0 1500;
  }
  100% {
    stroke-dasharray: 1500 1500;
  }
}
.home-the-blog {
  -webkit-padding-before: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-start: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .home-the-blog {
    -webkit-padding-before: 8w;
            padding-block-start: 8vw;
/*     -webkit-padding-after: 4vw;
            padding-block-end: 4vw; */

  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .home-the-blog {
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
@media (min-width: 1200px) {
  .home-the-blog .hauc-desc {
    position: absolute;
  }
}
.home-the-blog .hauc-desc.pe-lg-5:lang(ar) {
  padding-left: 3rem !important;
  padding-right: 0 !important;
}
.home-the-blog .hauc-desc h5, .home-the-blog .hauc-desc .h5 {
  max-width: 22rem;
}

@media (min-width: 1400px) {
	.home-the-blog .hauc-desc h5, .home-the-blog .hauc-desc .h5 {
  		max-width: 22rem;
	}
}

@media (min-width: 1200px) {
	.home-the-blog .hauc-desc h5, .home-the-blog .hauc-desc .h5 {
  		max-width: 18rem;
	}
}

.home-the-blog .hauc-desc .btn .text {
  color: #0131C2;
}

.home-the-blog::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 120%;
  height: 5vw;
  background-color: #F2F7FF;
  bottom: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform:translateY(-1px) scale(-1);
             transform: translateY(-1px) scale(-1);
}
@media (min-width: 992px) {
  .home-the-blog:lang(ar) .container-fluid.position-relative, .home-the-blog:lang(ar) .position-relative.container-sm, .home-the-blog:lang(ar) .position-relative.container-md, .home-the-blog:lang(ar) .position-relative.container-lg, .home-the-blog:lang(ar) .position-relative.container-xl, .home-the-blog:lang(ar) .position-relative.container-xxl {
    padding-top: 3rem;
  }
}
.home-the-blog:lang(ar)::before {
  -webkit-transform: translateY(1px) scaleX(-1);
          transform: translateY(1px) scaleX(-1);
}
.home-the-blog .the-blog-swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-before: clamp(50px, 8vw, 80px);
          padding-block-start: clamp(50px, 8vw, 80px);
  width: 90vw;
}
@media (min-width: 992px) {
  .home-the-blog .the-blog-swiper {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .home-the-blog .the-blog-swiper {
    width: 32.1755208333vw;
    -webkit-padding-after: clamp(50px, 8vw, 80px);
            padding-block-end: clamp(50px, 8vw, 80px);
  }
}
@media (min-width: 1400px) {
  .home-the-blog .the-blog-swiper {
    width: 30.1755208333vw;
  }
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .home-the-blog .the-blog-swiper .tss-item .tssi-content {
    margin: 0 4.5vw;
  }
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-images {
  aspect-ratio: 2/2;
  background: #000000;
  position: relative;
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text .tssict-title {
  background-repeat: no-repeat;
  -webkit-transition: 0.5s linear bottom !important;
  transition: 0.5s linear bottom !important;
  font-size: clamp(1.5rem, 0.895vw + 0.926rem, 2rem);
  margin-bottom: 0;
  opacity: 1;
  font-size: 1.25rem;
  font-size: 14px;
}
@media (min-width: 992px) {
  .home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text .tssict-title {
    display: block;
    font-size: 20px;
  }
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text h5, .home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text .h5 {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text .btn {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 0;
  visibility: hidden;
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text h5, .home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text .h5 {
  padding-right: 3.4vw;
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .btn {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .btn .text {
  color: #0131C2;
}
.home-the-blog .the-blog-swiper .tss-item .tssi-content .btn svg path {
  stroke: #0131C2;
}
.home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content {
  opacity: 1 !important;
}
@media (max-width: 991.98px) {
  .home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content {
    background-color: white;
    padding: 20px;
  }
}
.home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text {
  opacity: 1 !important;
}
.home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
  font-size: clamp(1.5rem, 2.041vw + 1.022rem, 2rem);
  opacity: 1;
  padding: 1rem 0px;
  display: block !important;
  font-size: 20px;
}
@media (min-width: 992px) {
  .home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
    font-size: 26px;
  }
}
.home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content h5, .home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content .h5 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  font-size: clamp(1.125rem, 0.51vw + 1.005rem, 1.25rem);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  pointer-events: all;
}
.home-the-blog .the-blog-swiper .swiper-slide {
  -webkit-transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: visible;
  opacity: 0 !important;
}
.home-the-blog .the-blog-swiper .swiper-slide.swiper-slide-prev, .home-the-blog .the-blog-swiper .swiper-slide.swiper-slide-next, .home-the-blog .the-blog-swiper .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}
.home-the-blog .the-blog-swiper .swiper-button-next, .home-the-blog .the-blog-swiper .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  -webkit-mask: url("../images/mask-slider-arrow.svg");
          mask: url("../images/mask-slider-arrow.svg");
}
.home-the-blog .the-blog-swiper .swiper-button-next svg path, .home-the-blog .the-blog-swiper .swiper-button-prev svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.home-the-blog .the-blog-swiper .swiper-button-next:hover, .home-the-blog .the-blog-swiper .swiper-button-prev:hover {
  opacity: 0.75;
}
.home-the-blog .the-blog-swiper .swiper-button-next:hover svg path, .home-the-blog .the-blog-swiper .swiper-button-prev:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.home-the-blog .the-blog-swiper .swiper-button-next:hover svg .sb-line, .home-the-blog .the-blog-swiper .swiper-button-prev:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.home-the-blog .the-blog-swiper .swiper-button-next:after, .home-the-blog .the-blog-swiper .swiper-button-prev:after {
  display: none;
}
.home-the-blog .the-blog-swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-2vw);
          transform: scaleX(-1) translateY(-2vw);
  left: -0.5vw;
}
.home-the-blog .the-blog-swiper .swiper-button-prev:lang(ar) {
  left: auto;
  right: -0.5vw;
  -webkit-transform: scaleX(1) translateY(-2vw);
          transform: scaleX(1) translateY(-2vw);
}
@media (min-width: 992px) {
  .home-the-blog .the-blog-swiper .swiper-button-prev {
    left: -0.5vw;
  }
  .home-the-blog .the-blog-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -0.5vw;
  }
}
@media (min-width: 1200px) {
  .home-the-blog .the-blog-swiper .swiper-button-prev {
    left: -0.5vw;
  }
  .home-the-blog .the-blog-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -0.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-blog .the-blog-swiper .swiper-button-prev {
    left: -0.5vw;
  }
  .home-the-blog .the-blog-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -0.5vw;
  }
}
.home-the-blog .the-blog-swiper .swiper-button-next {
  right: -0.5vw;
  -webkit-transform: translateY(-2vw);
          transform: translateY(-2vw);
}
.home-the-blog .the-blog-swiper .swiper-button-next:lang(ar) {
  right: auto;
  left: -0.5vw;
  -webkit-transform: translateY(-2vw) scale(-1);
          transform: translateY(-2vw) scale(-1);
}
@media (min-width: 992px) {
  .home-the-blog .the-blog-swiper .swiper-button-next {
    right: -0.5vw;
  }
  .home-the-blog .the-blog-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -0.5vw;
  }
}
@media (min-width: 1200px) {
  .home-the-blog .the-blog-swiper .swiper-button-next {
    right: -0.5vw;
  }
  .home-the-blog .the-blog-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -0.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-blog .the-blog-swiper .swiper-button-next {
    right: -0.5vw;
  }
  .home-the-blog .the-blog-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -0.5vw;
  }
}
.home-the-blog .hf-blur-img {
  aspect-ratio: 1/1;
  width: 60vw;
  z-index: 0;
  pointer-events: none;
}
.home-the-blog .hf-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-the-blog .hf-blur-img.blob-one {
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .home-the-blog .hf-blur-img.blob-one {
    width: 120vw;
    top: 10%;
  }
}
.home-the-blog .hf-blur-img.blob-two {
  top: -20%;
  left: 40%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.8;
}

.home-the-news {
  -webkit-padding-before: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-start: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  overflow-x: clip;
  position: relative;
}


@media screen and (min-width: 1920px) {
  .home-the-news {
    -webkit-padding-before: 4vw;
            padding-block-start: 4vw;
    -webkit-padding-after: 4vw;
            padding-block-end: 4vw;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .home-the-news {
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
.home-the-news .hauc-desc h5, .home-the-news .hauc-desc .h5 {
  max-width: 22rem;
}
.home-the-news .hauc-desc .btn .text {
  color: #0131C2;
}

.home-the-news .hauc-desc.pe-lg-5:lang(ar) {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .home-the-news .hauc-desc.pe-lg-5:lang(ar) {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
}
.home-the-news::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 120%;
  height: 5vw;
  background-color: #f2f7ff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px) scaleX(-1);
          transform: translateY(1px) scaleX(-1);
}
.home .home-the-news:before{
	bottom: 100%;
	transform: translateY(1px) scaleX(1);
	top: auto;
}


.home-the-news .the-news-swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-before: clamp(50px, 8vw, 80px);
          padding-block-start: clamp(50px, 8vw, 80px);
  width: 90vw;
}
@media (min-width: 992px) {
  .home-the-news .the-news-swiper {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .home-the-news .the-news-swiper {
    width: 32.1755208333vw;
    -webkit-padding-after: clamp(50px, 8vw, 80px);
            padding-block-end: clamp(50px, 8vw, 80px);
  }
}
@media (min-width: 1400px) {
  .home-the-news .the-news-swiper {
    width: 30.1755208333vw;
  }
}
.home-the-news .the-news-swiper .tss-item .tssi-content {
  background-color: white;
}
@media (min-width: 992px) {
  .home-the-news .the-news-swiper .tss-item .tssi-content {
    margin: 0 4.5vw;
  }
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images {
  background: #ffffff;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images img {
    position: relative;
    left: -20px;
    top: -20px;
  }
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images .tssic-img-link {
  aspect-ratio: 2/2;
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text {
  padding: 10px 20px 20px 20px;
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text .tssict-title {
  background-repeat: no-repeat;
  -webkit-transition: 0.5s linear bottom !important;
  transition: 0.5s linear bottom !important;
  font-size: clamp(1.5rem, 0.895vw + 0.926rem, 2rem);
  margin-bottom: 0;
  opacity: 1;
  font-size: 1.25rem;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text .tssict-title {
    display: block;
    font-size: 20px;
  }
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text h5, .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text .h5 {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px !important;
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text .btn {
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
  opacity: 1;
  visibility: visible;
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text h5, .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text .h5 {
  padding-right: 3.4vw;
}
.home-the-news .the-news-swiper .tss-item .tssi-content .btn {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.home-the-news .the-news-swiper .tss-item .tssi-content .btn .text {
  color: #0131C2;
}
.home-the-news .the-news-swiper .tss-item .tssi-content .btn svg path {
  stroke: #0131C2;
}
.home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content {
  opacity: 1 !important;
}
@media (max-width: 991.98px) {
  .home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content {
    background-color: white;
    padding: 20px;
  }
}
.home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text {
  opacity: 1 !important;
}
.home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
  font-size: clamp(1.5rem, 2.041vw + 1.022rem, 2rem);
  opacity: 1;
  padding: 1rem 0px;
  display: block !important;
  font-size: 20px;
}
@media (min-width: 992px) {
  .home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title {
    font-size: 26px;
  }
}
.home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content h5, .home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content .h5 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  font-size: clamp(1.125rem, 0.51vw + 1.005rem, 1.25rem);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content .btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.home-the-news .the-news-swiper .swiper-slide {
  -webkit-transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: visible;
  opacity: 0 !important;
}
.home-the-news .the-news-swiper .swiper-slide.swiper-slide-prev, .home-the-news .the-news-swiper .swiper-slide.swiper-slide-next, .home-the-news .the-news-swiper .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}
.home-the-news .the-news-swiper .swiper-button-next, .home-the-news .the-news-swiper .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  -webkit-mask: url("../images/mask-slider-arrow.svg");
          mask: url("../images/mask-slider-arrow.svg");
}
.home-the-news .the-news-swiper .swiper-button-next svg path, .home-the-news .the-news-swiper .swiper-button-prev svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.home-the-news .the-news-swiper .swiper-button-next:hover, .home-the-news .the-news-swiper .swiper-button-prev:hover {
  opacity: 0.75;
}
.home-the-news .the-news-swiper .swiper-button-next:hover svg path, .home-the-news .the-news-swiper .swiper-button-prev:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.home-the-news .the-news-swiper .swiper-button-next:hover svg .sb-line, .home-the-news .the-news-swiper .swiper-button-prev:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.home-the-news .the-news-swiper .swiper-button-next:after, .home-the-news .the-news-swiper .swiper-button-prev:after {
  display: none;
}
.home-the-news .the-news-swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-2vw);
          transform: scaleX(-1) translateY(-2vw);
  left: -0.5vw;
}
.home-the-news .the-news-swiper .swiper-button-prev:lang(ar) {
  left: auto;
  right: -33.5vw;
  -webkit-transform: scaleX(1) translateY(-2vw);
          transform: scaleX(1) translateY(-2vw);
}
@media (min-width: 992px) {
  .home-the-news .the-news-swiper .swiper-button-prev {
    left: -33.5vw;
  }
  .home-the-news .the-news-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -33.5vw;
  }
}
@media (min-width: 1200px) {
  .home-the-news .the-news-swiper .swiper-button-prev {
    left: -33.5vw;
  }
  .home-the-news .the-news-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -33.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-news .the-news-swiper .swiper-button-prev {
    left: -33.5vw;
  }
  .home-the-news .the-news-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -33.5vw;
  }
}
.home-the-news .the-news-swiper .swiper-button-next {
  right: -0.5vw;
  -webkit-transform: translateY(-2vw);
          transform: translateY(-2vw);
}
.home-the-news .the-news-swiper .swiper-button-next:lang(ar) {
  -webkit-transform: translateY(-2vw) scale(-1);
          transform: translateY(-2vw) scale(-1);
}
@media (min-width: 992px) {
  .home-the-news .the-news-swiper .swiper-button-next {
    right: -33.5vw;
  }
  .home-the-news .the-news-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -33.5vw;
  }
}
@media (min-width: 1200px) {
  .home-the-news .the-news-swiper .swiper-button-next {
    right: -33.5vw;
  }
  .home-the-news .the-news-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -33.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .home-the-news .the-news-swiper .swiper-button-next {
    right: -33.5vw;
  }
  .home-the-news .the-news-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -33.5vw;
  }
}
.home-the-news .hf-blur-img {
  aspect-ratio: 1/1;
  width: 60vw;
  z-index: 0;
  pointer-events: none;
}
.home-the-news .hf-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-the-news .hf-blur-img.blob-one {
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .home-the-news .hf-blur-img.blob-one {
    width: 120vw;
    top: 10%;
  }
}
.home-the-news .hf-blur-img.blob-two {
  top: 20%;
  left: 40%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.8;
}

.lang-switch-dlc {
  font-family: "Noto Sans Arabic", sans-serif;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .lang-switch-dlc {
    font-size: 32px;
  }
}
.lang-switch-dlc:lang(ar) {
   font-family: 'Jost', sans-serif;
}

.inner-banner {
  min-height: auto;
  background-color: #0131C2;
  position: relative;
  overflow: hidden;
  padding-bottom: 5vw;
}
/* .inner-banner::before {
  z-index: 41;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  -webkit-transform-origin: top;
          transform-origin: top;
  left: 0%;
  background-color: #ffffff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  pointer-events: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
} */
.inner-banner .ib-content {
  -webkit-padding-before: clamp(6.25rem, 1.942vw + 5.795rem, 8.125rem);
          padding-block-start: clamp(6.25rem, 1.942vw + 5.795rem, 8.125rem);
  -webkit-padding-after: clamp(6.25rem, -0.647vw + 6.402rem, 6.125rem);
          padding-block-end: clamp(6.25rem, -0.647vw + 6.402rem, 6.125rem);
}
.inner-banner .ib-content .ib-title {
  font-size:clamp(2.5rem, 2.107vw + 2.272rem, 3.25rem);
}
@media (min-width: 1400px) {
  .inner-banner .ib-content .ib-title {
    padding-top: 3rem;
	font-size: clamp(3rem, 3.107vw + 2.272rem, 5.25rem);
  }
}
.inner-banner .hb-blur-img {
  pointer-events: none;
  top: -20%;
  left: 30%;
  aspect-ratio: 1/1;
  width: 125rem;
  height: 125rem;
}
.inner-banner .hb-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .hb-topographic-graphic {
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
}
.inner-banner .hb-topographic-graphic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner .ib-graphics {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-banner .ib-graphics figure {
  height: 45vw;
  width: 45vw;
  margin-right: 2.5020850709vw;
  position: relative;
  margin-left: auto;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
	.inner-banner .ib-graphics figure {
		height: 35vw;
		width: 35vw;
	}
}

@media (min-width: 1400px) {
	.inner-banner .ib-graphics figure {
	  height: 45vw;
  		width: 45vw;
	}
}

@media (max-width: 991px) {
	.inner-banner .ib-graphics figure {
		height: 45vh;
	  width: 45vh;
	  margin-right: -25vw;
	  margin-left: auto;
	  margin-bottom: auto;
	  margin-top: auto;
	}
}



.inner-banner .ib-graphics figure img {
  position: absolute;
  right: 0;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.inner-banner .ib-graphics .graphic-caption {
  right: -5vw;
  bottom: 9vw;
  width: 11rem;
}
@media (min-width: 992px) {
  .inner-banner .ib-graphics .graphic-caption {
    right: 5vw;
    bottom: 5vw;
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .inner-banner .ib-graphics .graphic-caption {
    right: 5vw;
    bottom: 3vw;
  }
}
@media (min-width: 1400px) {
  .inner-banner .ib-graphics .graphic-caption {
    width: 14rem;
    right: 5vw;
    bottom: 3vw;
  }
}
.innerPages{
	position:relative;
	overflow-x:clip;
}
.innerPages:after{
  z-index:2;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  -webkit-transform-origin: top;
          transform-origin: top;
  left: 0%;
  background-color: #ffffff;
  bottom: calc(100% - 0vw);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  pointer-events: none;
  -webkit-transform:translateY(2px) scaleX(-1);
             transform: translateY(2px) scaleX(-1);
}

.participate-forms {
  -webkit-padding-before: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-start: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  -webkit-padding-after: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
          padding-block-end: clamp(3.125rem, 3.356vw + 0.973rem, 5rem);
  background-color: #ffffff;
  position: relative;
}
.participate-forms::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  left: 0%;
  height: 5vw;
  background-color: #f2f7ff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.participate-forms .tabs-block {
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0px auto 50px;
  position: relative;
	border-bottom: 1px solid #D9D9D9;
}
.participate-forms .tabs-block li {
  text-align: center;
  margin: 0;

  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
  list-style: none;
  letter-spacing: 0.05rem;
	
}
.participate-forms .tabs-block li a {
  text-decoration: none;
  color: #000000;
	  padding: 10px;
	display: block;
	transform: translateY(1px)
}
@media (max-width: 991.98px) {
  .participate-forms .tabs-block li a {
    font-size: 1rem;
  }
}
.participate-forms .tabs-block li a.active {
  color: #0131C2;
	border-bottom: 2px solid #0131c2 !important;
}
.participate-forms .tabs-block .slider-holder {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
/*   height: 0.75rem; */
	height: 1px;
  background-color: #D9D9D9;
/*   -webkit-mask: url("../images/tab-line-svg.svg");
          mask: url("../images/tab-line-svg.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	opacity:0;
	display:none;
}
.participate-forms .tabs-block .slider-holder .slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  background: #0131c2;
  height: 2px;
  width: 100%;
  opacity: 0;
}
.participate-forms .tabs-block .slider-holder .slider.active {
  opacity: 1;
}
.participate-forms .article-block {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0 0 2vw 0;
  background: #fff;
  position: relative;
}
.participate-forms .article {
  left: 0;
  top: 0;
  line-height: 1.5;
  width: 100%;
}

.contact {
  position: relative;
  background-color: #0131C2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact .offset-lg-1:lang(ar) {
    margin-left: 0;
    margin-right: 8.33333333% !important;
  }
}
.contact .pe-5:lang(ar) {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}
.contact .c-date:lang(ar) {
  text-align: right;
  direction: ltr;
}
.contact .c-date:lang(ar) .s-divider {
  margin-left: auto;
}
.contact::before {
  z-index: 5;
  position: absolute;
  content: "";
  width: 100%;
  left: 0%;
  height: 5vw;
  background-color: #f2f7ff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.contact .inner-banner {
  background-color: transparent;
  padding-bottom: 0;
}
.contact .inner-banner::before {
  display: none;
}
.contact .inner-banner .overline {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
}
.contact .inner-banner a:hover {
  color: #FED032;
}
.contact .hb-blur-img {
  pointer-events: none;
  aspect-ratio: 1/1;
  width: 125rem;
  height: 125rem;
  z-index: 0;
}
.contact .hb-blur-img.blob-one {
  bottom: 10vw;
  left: 10vw;
}
@media (min-width: 1400px) {
  .contact .hb-blur-img.blob-one {
    bottom: 15vw;
    left: 50vw;
  }
}
.contact .hb-blur-img.blob-two {
  top: -20vw;
  right: 10vw;
}
@media (min-width: 1400px) {
  .contact .hb-blur-img.blob-two {
    top: -10vw;
    right: 40vw;
  }
}
.contact .hb-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .hb-topographic-graphic {
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
  z-index: 0;
}
.contact .hb-topographic-graphic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .contact-map {
  position: relative;
}

.contact .contact-map .embed-map {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
  height: clamp(21.875rem, 44.743vw - 6.816rem, 46.875rem);
}

.page-not-found .inner-banner::before {
  background-color: #F2F7FF;
}
.page-not-found .inner-banner .ib-content {
  padding: 12rem 0 1.25rem 0;
}
@media (min-width: 992px) {
  .page-not-found .inner-banner .ib-content {
    padding: clamp(3.75rem, 6.472vw + 2.233rem, 10rem) 0;
  }
}
.page-not-found .inner-banner .ib-content .pnf-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(4rem, 8.803vw + 1.937rem, 12.5rem);
}
.page-not-found .inner-banner .ib-content .btn .text {
  color: #01E3E2;
}

.page-not-found .inner-banner .ib-content .pnf-desc {
  max-width: 30rem;
}
@media (max-width: 991.98px) {
  .page-not-found .inner-banner .ib-graphics figure {
    height: 80vw;
    width: 80vw;
  }
}
@media (min-width: 992px) {
  .page-not-found .inner-banner .ib-graphics figure {
    height: 45vw;
    width: 46vw;
  }
}
.page-not-found .inner-banner .ib-graphics figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .page-not-found .inner-banner .ib-graphics figure img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}

.privacy-policy .inner-banner {
  background-color: #ffffff;
  padding-bottom: 0;
}
.privacy-policy .inner-banner .ib-content {
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}

.privacy-content {
  background-color: #ffffff;
  padding-bottom: 4rem;
}
@media (min-width: 1400px) {
  .privacy-content {
    padding-bottom: 8rem;
  }
}
.privacy-content article p {
  margin-bottom: 1rem;
}
.privacy-content article a {
  color: #0131C2;
  text-decoration: none;
}
.privacy-content article a:hover {
  text-decoration: underline;
}
.privacy-content article ul {
  padding: 0 0 0 1.4rem;
  margin: 2rem 0;
}
.privacy-content article ul li {
  font-size: 1.25rem;
  font-weight: 500;
}
.privacy-content article ul li a {
  color: #0131C2;
}
.privacy-content article ul li::marker {
  color: #01E3E2;
}

body.logged-in.admin-bar .floating-social-icon {
  display: none;
}
body.logged-in.admin-bar header.entry-header {
  position: static;
}

.dibs-blogs .blog-items .blog-item {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  margin-bottom: 30px;
}
.dibs-blogs .blog-items .blog-item .div-featured-image img {
  height: 310px;
}
.dibs-blogs .blog-items .blog-item h5, .dibs-blogs .blog-items .blog-item .h5 {
  color: black;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.dibs-blogs .blog-items .blog-item .text-desc p {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dibs-blogs .blog-items .blog-item .blog-date {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: rgba(0, 0, 0, 0.6);
}
.dibs-blogs .blog-items .blog-item:hover {
  background-color: #0131C2 !important;
}
.dibs-blogs .blog-items .blog-item:hover h5, .dibs-blogs .blog-items .blog-item:hover .h5 {
  color: #01E3E2;
}
.dibs-blogs .blog-items .blog-item:hover .blog-date {
  color: rgba(255, 255, 255, 0.6);
}
.dibs-blogs .blog-items .blog-item:hover .text-desc p {
  color: white;
}
.blog-banner::after {
  z-index: 41;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  -webkit-transform-origin: top;
          transform-origin: top;
  left: 0%;
  background-color: #fff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0 100%, 100% 100%, 100% 0%);
  pointer-events: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.blog-banner::before {
  display: none;
}
.blog-banner.inside-banner::after {
  background-color: #f2f7ff;
}

.dibs-single-page .single-banner h1.ib-title, .dibs-single-page .single-banner .ib-title.h1 {
  font-size: 40px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .dibs-single-page .single-banner h1.ib-title, .dibs-single-page .single-banner .ib-title.h1 {
    font-size: 64px;
    line-height: 1.4;
  }
}
.dibs-single-page .full-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .dibs-single-page .full-image img {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.dibs-single-page figure.wp-block-image {
  margin: 2.5rem 0;
}
.dibs-single-page figure.wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .dibs-single-page figure.wp-block-image img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.dibs-single-page h2.wp-block-heading, .dibs-single-page .wp-block-heading.h2 {
  margin-bottom: 20px;
  margin-top: 50px;
}
.dibs-single-page h2.wp-block-heading::before, .dibs-single-page .wp-block-heading.h2::before {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTIyIDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDMuMDEyMjFDMTAuNjE1MiAzLjAxMjIxIDEwLjYxNTIgMTEuMDg3MyAyMC43NTk4IDExLjA4NzNDMzAuOTA0NCAxMS4wODczIDMwLjg3NSAzLjAxMjIxIDQwLjk5MDIgMy4wMTIyMUM1MS4xMDU0IDMuMDEyMjEgNTEuMTA1NCAxMS4wODczIDYxLjIyMDYgMTEuMDg3M0M3MS4zMzU4IDExLjA4NzMgNzEuMzM1OCAzLjAxMjIxIDgxLjQ4MDQgMy4wMTIyMUM5MS42MjUgMy4wMTIyMSA5MS42MjUgMTEuMDg3MyAxMDEuNzQgMTEuMDg3M0MxMTEuODU1IDExLjA4NzMgMTExLjg4NSAzLjAxMjIxIDEyMiAzLjAxMjIxIiBzdHJva2U9IiMwMUUzRTIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
  height: 20px;
  background-repeat: no-repeat;
  margin-bottom: 6px;
}
.dibs-single-page ul li {
  margin-bottom: 10px;
}

.blog-recent-lists h2, .blog-recent-lists .h2 {
  margin-bottom: 20px;
}
.blog-recent-lists h2::before, .blog-recent-lists .h2::before {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTIyIDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDMuMDEyMjFDMTAuNjE1MiAzLjAxMjIxIDEwLjYxNTIgMTEuMDg3MyAyMC43NTk4IDExLjA4NzNDMzAuOTA0NCAxMS4wODczIDMwLjg3NSAzLjAxMjIxIDQwLjk5MDIgMy4wMTIyMUM1MS4xMDU0IDMuMDEyMjEgNTEuMTA1NCAxMS4wODczIDYxLjIyMDYgMTEuMDg3M0M3MS4zMzU4IDExLjA4NzMgNzEuMzM1OCAzLjAxMjIxIDgxLjQ4MDQgMy4wMTIyMUM5MS42MjUgMy4wMTIyMSA5MS42MjUgMTEuMDg3MyAxMDEuNzQgMTEuMDg3M0MxMTEuODU1IDExLjA4NzMgMTExLjg4NSAzLjAxMjIxIDEyMiAzLjAxMjIxIiBzdHJva2U9IiMwMUUzRTIiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
  height: 20px;
  background-repeat: no-repeat;
  margin-bottom: 6px;
}

.blog-conten-wrap {
  position: relative;
}
.blog-conten-wrap::after {
  z-index: 41;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  -webkit-transform-origin: top;
          transform-origin: top;
  left: 0%;
  background-color: #f2f7ff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0 100%, 100% 100%, 100% 0%);
  pointer-events: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.blog-conten-wrap::before {
  z-index: 41;
  position: absolute;
  content: "";
  z-index: 41;
  position: absolute;
  content: "";
  width: 100%;
  height: 5vw;
  -webkit-transform-origin: top;
  transform-origin: top;
  left: 0%;
  background-color: #ffffff;
  bottom: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0 100%, 100% 100%, 100% 0%);
  pointer-events: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

section.inner-banner.blog-banner {
  padding-bottom: 10vw;
}

@media (min-width: 992px) {
  .section-news {
    position: relative;
    margin-top: -240px;
    z-index: 111;
  }
  .section-blog, #blog-container {
    position: relative;
    margin-top: -240px;
    z-index: 111;
  }
  .row.singe-post-margin-top {
    position: relative;
    margin-top: -240px;
    z-index: 111;
  }
}
@media (min-width: 992px) {
  .single-page-content p, .single-page-content ul, .single-page-content ol {
    font-size: 20px;
  }
}
.dibs-news .news-items .news-item {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  margin: 10px;
}

.dibs-news .news-items .news-item .btn{
	gap: 8px;
}

.dibs-news .news-items .news-item .btn .text{
	font-size: 1.75rem
}

.dibs-news .news-items .news-item .btn .icon{
	width: 3rem;
	height: 3rem;
}
	
.dibs-news .news-items .news-item .btn:hover svg path, .dibs-news .news-items .news-item:hover .btn svg path{
	stroke: #01E3E2;
}
.dibs-news .news-items .news-item:hover .btn .text{
	color:  #01E3E2;
}


@media (min-width: 992px) {
  .dibs-news .news-items .news-item {
    margin: 40px 30px;
  }

	
}
.dibs-news .news-items .news-item .div-featured-image {
  position: relative;
}
.dibs-news .news-items .news-item .div-featured-image img {
  height: 360px;
  position: relative;
}
@media (min-width: 992px) {
  .dibs-news .news-items .news-item .div-featured-image img {
    left: -20px;
    top: -20px;
  }
}
.dibs-news .news-items .news-item h5, .dibs-news .news-items .news-item .h5 {
  color: black;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dibs-news .news-items .news-item .url-item a {
  color: #0131C2;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.dibs-news .news-items .news-item .text-desc p {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.dibs-news .news-items .news-item .news-date {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: rgba(0, 0, 0, 0.6);
}
.dibs-news .news-items .news-item:hover {
  background-color: #0131C2 !important;
}
.dibs-news .news-items .news-item:hover h5, .dibs-news .news-items .news-item:hover .h5 {
  color: #01E3E2;
}
.dibs-news .news-items .news-item:hover .news-date {
  color: rgba(255, 255, 255, 0.6);
}
.dibs-news .news-items .news-item:hover .text-desc p {
  color: white;
}
.dibs-news .news-items .news-item:hover .url-item a {
  color: white;
}
.dibs-news .news-items:nth-child(even) .news-item {
  margin-top: 0;
}
@media (min-width: 992px) {
  .dibs-news .news-items:nth-child(even) .news-item {
    margin-top: 90px;
  }
}
.dibs-news .news-items:nth-child(3) .news-item {
  margin-top: 0;
}
@media (min-width: 992px) {
  .dibs-news .news-items:nth-child(3) .news-item {
    margin-top: 70px;
  }
}

.meyc-agenda .accordion {
  border: 0px none;
  background-color: transparent;
  position: relative;
}
@media (min-width: 992px) {
  .meyc-agenda .accordion:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(16.6666% - 4px);
    display: block;
    height: 100%;
    border-right: 1px dotted #1B1B1B;
    opacity: 0.2;
    z-index: 6;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .meyc-agenda .accordion:lang(ar):after {
    right: calc(16.6666% - 4px);
    left: auto;
  }
}
.meyc-agenda .accordion .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  background: white;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: none;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button {
  min-height: 70px;
  font-weight: bold;
  color: #767676;
  border: 0px none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button .agenda-top-title:lang(ar) {
  text-align: right;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button .time-sec {
  position: relative;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button .time-sec:lang(ar) {
  text-align: right;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button .time-sec::after {
  content: "";
  background: #01E3E2;
  border: 6px solid #0131C2;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  opacity: 0;
}
@media (min-width: 992px) {
  .meyc-agenda .accordion .accordion-item .accordion-header .accordion-button .time-sec:lang(ar):after {
    right: auto;
    left: 0px;
  }
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #F2F7FF;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .time-sec {
  position: relative;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .time-sec::after {
  opacity: 1;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .agenda-top-title {
  color: black;
}
.meyc-agenda .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .time-sec {
  color: #0131C2;
}
.meyc-agenda .accordion .accordion-item .accordion-collapse.show {
  background-color: #F2F7FF;
  color: #1E1E1E;
}
@media (min-width: 992px) {
  .meyc-agenda .accordion .accordion-item .accordion-body:lang(ar).offset-lg-2 {
    margin-left: 0 !important;
    margin-right: 16.66666667% !important;
  }
}

@media (min-width: 992px) {
  .meyc-img-block-sec .text-block {
    position: relative;
    -webkit-transform: translateX(-20%) translateY(70%);
            transform: translateX(-20%) translateY(70%);
    display: block;
  }
  .meyc-img-block-sec .text-block:lang(ar) {
    -webkit-transform: translateX(20%) translateY(70%);
            transform: translateX(20%) translateY(70%);
  }
}
.meyc-img-block-sec .img-block:lang(ar) {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home-banner.meyc-banner .hb-title {
  font-size: 48px;
}
@media (min-width: 992px) {
  .home-banner.meyc-banner .hb-title {
    font-size: 70px;
  }
}
@media (min-width: 1400px) {
  .home-banner.meyc-banner .hb-title {
    font-size: 88px;
  }
}
.home-banner.meyc-banner .ib-graphics figure:lang(ar) {
  margin-right: auto;
  margin-left: 0;
}
.home-banner.meyc-banner .ib-graphics figure:lang(ar) img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.meyc-agenda {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 247, 255, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(242, 247, 255, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  min-height: 300px;
  background-color: white;
}
@media (min-width: 992px) {
  .meyc-agenda {
    padding-bottom: 10vw !important;
  }
}
.meyc-agenda > .container {
  position: relative;
  z-index: 1;
}

.section-news .news-items:nth-child(4n) .news-item {
  margin-top: 40px;
}

.section-news .news-items:nth-child(2) .news-item {
  margin-top: 80px;
}

.section-news .news-items:nth-child(5n) .news-item {
  margin-top: 80px;
}

.section-news .news-items:nth-child(4) .news-item {
  margin-top: 40px;
}

.home-banner .hb-graphics .hb-parallax .hbp-img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.dibs-news .news-items .news-item:hover a {
  color: #01E3E2 !important;
}

.meyc-agenda.home-venue .hv-blur-img {
  top: -30%;
}

@media (min-width: 1800px) {
  .meyc-agenda .container.pt-5 {
    padding-top: 100px !important;
  }
  .meyc-agenda.home-venue .hv-blur-img {
    top: -40%;
  }
}
/* arrow home news*/
@media screen and (min-width: 1200px) {
  body .home-the-news .the-news-swiper .swiper-button-prev {
    left: -2vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -2vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-next {
    right: -1vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -1vw;
  }
}
@media screen and (min-width: 1300px) {
  body .home-the-news .the-news-swiper .swiper-button-prev {
    left: -2vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -2vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-next {
    right: -1vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -1vw;
  }
}
@media screen and (min-width: 1400px) {
  body .home-the-news .the-news-swiper .swiper-button-prev {
    left: -2vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-prev:lang(ar) {
    left: auto;
    right: -2vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-next {
    right: -1vw;
  }
  body .home-the-news .the-news-swiper .swiper-button-next:lang(ar) {
    right: auto;
    left: -1vw;
  }
}
@media screen and (max-width: 1023px) {
  .meyc-agenda .accordion .accordion-item .accordion-header .accordion-button .time-sec::after {
    display: none !important;
  }
  /* 	home blogs */
  body .home-the-blog .the-blog-swiper .tss-item.swiper-slide-active .tssi-content {
    padding: 0;
    background: transparent;
  }
  body .home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-images img {
    height: 200px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  body .home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-images {
    aspect-ratio: inherit;
    width: 80%;
    margin: auto;
  }
  body .home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text.position-relative {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 10px;
  }
  /* 	news */
  body .home-the-news .the-news-swiper .tss-item.swiper-slide-active .tssi-content {
    padding: 0;
    background: transparent;
  }
  body .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images img {
    /*     height: 200px !important; */
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  body .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images {
    aspect-ratio: inherit;
    width: 80%;
    margin: auto;
  }
  body .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text.position-relative {
    width: 80%;
    margin: auto;
    background: #fff;
    padding: 10px;
  }
  body .home-the-news .the-news-swiper .swiper-slide.swiper-slide-visible {
    opacity: 1 !important;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  body .home-the-news .the-news-swiper .swiper-slide {
    opacity: 0.2 !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .home-the-news .the-news-swiper .swiper-slide.swiper-slide-prev, .home-the-news .the-news-swiper .swiper-slide.swiper-slide-next, .home-the-news .the-news-swiper .swiper-slide.swiper-slide-visible {
    opacity: inherit;
  }
  body .home-the-news .the-news-swiper .tss-item .tssi-content {
    background: transparent;
  }
  /* 	meyc */
  section.home-banner.inner-banner.meyc-banner .brightness-high.ib-graphics {
    position: static !important;
  }
  section.home-banner.inner-banner.meyc-banner .brightness-high.ib-graphics figure {
    position: inherit;
    width: 100%;
    height: 70%;
  }
  section.home-banner.inner-banner.meyc-banner .brightness-high.ib-graphics img {
    position: inherit;
  }
}
.home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text a, .home-the-blog .the-blog-swiper .tss-item .tssi-content .tssic-text a {
  color: black;
}

@media (max-width: 1199px) {
  body .home-the-blog .hauc-desc h5, body .home-the-blog .hauc-desc .h5, body .home-the-news .hauc-desc h5, body .home-the-news .hauc-desc .h5 {
    max-width: 52rem;
  }
}
@media (min-width: 1920px) {
  .col-xxl-3.news-home-text {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images .tssic-img-link {
    aspect-ratio: 2/1;
  }
  .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-text a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images .tssic-img-link {
    aspect-ratio: 2/1;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  body .home-the-news .the-news-swiper .tss-item .tssi-content .tssic-images .tssic-img-link {
    aspect-ratio: 2/1;
  }
}
.single-shows .single-page-content {
  position: relative;
  z-index: 41;
}
@media (max-width: 767.98px) {
  .single-shows .single-page-content {
    overflow: hidden;
  }
}
.single-shows .single-page-content::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  left: 0%;
  height: 5vw;
  background-color: #f2f7ff;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px);
}
.single-shows .single-page-content.hasFeatureLogo::before {
  display: none;
}
@media (min-width: 768px) {
  .single-shows .single-page-show {
    -webkit-transform: none !important;
            transform: none !important;
    margin-top: 121px !important;
  }
}
@media (min-width: 1200px) {
  .single-shows .single-page-show {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1500.98px) {
  .single-shows .single-page-show {
    padding-right: 5%;
  }
}
.single-shows .inner-banner.blog-banner {
  padding-bottom: 5vw;
}
.single-shows .primary-button {
  color: #0131C2;
}
.single-shows .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Portrait mode */
  /* Landscape mode */
}
@media (min-width: 992px) {
  .single-shows .back-btn {
    position: absolute;
    left: 0px;
    -webkit-transform: rotate(-90deg) translateY(-130px) translateX(-40%);
            transform: rotate(-90deg) translateY(-130px) translateX(-40%);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn {
    /* Your CSS for iPad Mini in portrait mode here */
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn {
    /* Your CSS for iPad Mini in landscape mode here */
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.single-shows .back-btn .arrow {
  /* Landscape mode */
}
.single-shows .back-btn .arrow svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  height: 36px;
  width: 36px;
}
.single-shows .back-btn .arrow svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.single-shows .back-btn .arrow:hover {
  opacity: 0.75;
}
.single-shows .back-btn .arrow:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.single-shows .back-btn .arrow:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
@media (min-width: 992px) {
  .single-shows .back-btn .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn .arrow {
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn .arrow {
    /* Your CSS for iPad Mini in landscape mode here */
    -webkit-transform: none;
            transform: none;
  }
}
.single-shows .back-btn span {
  display: block;
  position: relative;
  left: -20px;
  /* Landscape mode */
}
@media (max-width: 991.98px) {
  .single-shows .back-btn span {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn span {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn span {
    /* Your CSS for iPad Mini in landscape mode here */
    display: none;
  }
}
.single-shows .back-btn a.anchor {
  color: white;
  text-decoration: none;
  opacity: 0.6;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
  left: -40px;
  /* Landscape mode */
}
@media (max-width: 991.98px) {
  .single-shows .back-btn a.anchor {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn a.anchor {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 1) {
  .single-shows .back-btn a.anchor {
    /* Your CSS for iPad Mini in landscape mode here */
    display: none;
  }
}
.single-shows .features-swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 3rem);
}
@media (min-width: 768px) {
  .single-shows .features-swiper {
    width: 40vw;
  }
}
@media (min-width: 992px) {
  .single-shows .features-swiper {
    margin: auto;
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .single-shows .features-swiper {
    width: 50.1755208333vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .single-shows .features-swiper {
    width: 35.1755208333vw;
  }
}
@media (min-width: 2000px) {
  .single-shows .features-swiper {
    width: 25vw;
  }
}
@media (min-width: 1100px) {
  .single-shows .features-swiper .fs-item .fsi-content {
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  .single-shows .features-swiper .fs-item .fsi-content {
    max-width: 100%;
  }
}
.single-shows .features-swiper .fs-item .fsi-content .fsic-images {
  aspect-ratio: 3/2;
  background: transparent;
  position: relative;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
}
/* .single-shows .features-swiper .fs-item .fsi-content .fsic-images:before {
  content: "";
  position: absolute;
  background: url("../images/tape.png");
  background-size: contain;
  background-position: center center;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-30px);
          transform: translateX(-50%) translateY(-30px);
  top: -1.75em;
  width: 1.5rem;
  height: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear all !important;
  transition: 0.3s linear all !important;
} */
@media (min-width: 992px) {
  .single-shows .features-swiper .fs-item .fsi-content .fsic-images:before {
    top: -2.75em;
    width: 2.39125rem;
    height: 4.84181rem;
  }
}
@media (min-width: 1100px) {
  .single-shows .features-swiper .fs-item.swiper-slide-active .fsi-content {
    max-width: 430px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .single-shows .features-swiper .fs-item.swiper-slide-active .fsi-content {
    max-width: 80%;
  }
}
@media (min-width: 1600px) {
  .single-shows .features-swiper .fs-item.swiper-slide-active .fsi-content {
    max-width: 90%;
  }
}
@media (min-width: 1700px) {
  .single-shows .features-swiper .fs-item.swiper-slide-active .fsi-content {
    max-width: 90%;
  }
}
.single-shows .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images {
  -webkit-box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
          box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  mix-blend-mode: unset;
  aspect-ratio: 3/2;
}
.single-shows .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-shows .features-swiper .swiper-slide {
  overflow: visible;
}
.single-shows .features-swiper .swiper-button-next, .single-shows .features-swiper .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  -webkit-mask: url("../images/mask-slider-arrow.svg");
          mask: url("../images/mask-slider-arrow.svg");
}
.single-shows .features-swiper .swiper-button-next svg path, .single-shows .features-swiper .swiper-button-prev svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.single-shows .features-swiper .swiper-button-next:hover, .single-shows .features-swiper .swiper-button-prev:hover {
  opacity: 0.75;
}
.single-shows .features-swiper .swiper-button-next:hover svg path, .single-shows .features-swiper .swiper-button-prev:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.single-shows .features-swiper .swiper-button-next:hover svg .sb-line, .single-shows .features-swiper .swiper-button-prev:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.single-shows .features-swiper .swiper-button-next:after, .single-shows .features-swiper .swiper-button-prev:after {
  display: none;
}
.single-shows .features-swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-6vw);
          transform: scaleX(-1) translateY(-6vw);
}
.single-shows .features-swiper .swiper-button-prev:lang(ar) {
  -webkit-transform: scaleX(1) translateY(-6vw);
          transform: scaleX(1) translateY(-6vw);
}
@media (min-width: 992px) {
  .single-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(0vw);
            transform: scaleX(-1) translateY(0vw);
    left: -4.75vw;
  }
  .single-shows .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-20vw);
            transform: scaleX(1) translateY(-20vw);
    right: -7.75vw;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .single-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(0vw);
            transform: scaleX(-1) translateY(0vw);
    left: -4.75vw;
  }
  .single-shows .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-16vw);
            transform: scaleX(1) translateY(-16vw);
    right: -6.75vw;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .single-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(0vw);
            transform: scaleX(-1) translateY(0vw);
    left: -4.75vw;
  }
  .single-shows .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-9vw);
            transform: scaleX(1) translateY(-9vw);
    right: -4.75vw;
    left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .single-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-5vw);
            transform: scaleX(-1) translateY(-5vw);
    left: -4.75vw;
  }
}
@media (min-width: 992px) {
  .single-shows .features-swiper .swiper-button-next {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
    right: -4.75vw;
  }
  .single-shows .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(-8vw) scale(-1);
            transform: translateY(-8vw) scale(-1);
    left: -7.75vw;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .single-shows .features-swiper .swiper-button-next {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
    right: -4.75vw;
  }
  .single-shows .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(-10vw) scale(-1);
            transform: translateY(-10vw) scale(-1);
    left: -6.75vw;
    right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .single-shows .features-swiper .swiper-button-next {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
    right: -4.75vw;
  }
  .single-shows .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(0vw) scale(-1);
            transform: translateY(0vw) scale(-1);
    left: -4.75vw;
    right: auto;
  }
}
.single-shows .hb-blur-img {
  pointer-events: none;
  aspect-ratio: 1/1;
  width: 125rem;
  height: 125rem;
  z-index: 0;
}
.single-shows .hb-blur-img.blob-one {
  bottom: 10vw;
  left: 10vw;
}
@media (min-width: 1400px) {
  .single-shows .hb-blur-img.blob-one {
    bottom: 15vw;
    left: 50vw;
  }
}
.single-shows .hb-blur-img.blob-two {
  top: -20vw;
  right: 10vw;
}
@media (min-width: 1400px) {
  .single-shows .hb-blur-img.blob-two {
    top: -10vw;
    right: 40vw;
  }
}
.single-shows .hb-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-shows .hb-topographic-graphic {
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
  z-index: 0;
}
.single-shows .hb-topographic-graphic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-shows .blog-banner.inside-banner::after {
  background-color: white;
}
@media (min-width: 1200px) {
  .single-shows .home-partners .partners-logo-list .pll-item {
    width: 14%;
  }
}

.single-featured-shows .single-page-content {
  position: relative;
  z-index: 41;
}
.single-featured-shows .hasFeatureLogo::after {
  background-color: white;
}
.single-featured-shows .ribbon-text {
  background-image: url(../images/ribbon_img.svg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  padding: 0 40px;
  -webkit-transform: rotate(-7deg) translateX(-2px) translateY(10px);
          transform: rotate(-7deg) translateX(-2px) translateY(10px);
}
@media (max-width: 1199.98px) {
  .single-featured-shows .ribbon-text {
    -webkit-transform: rotate(-7deg) translateX(-4px) translateY(3px);
            transform: rotate(-7deg) translateX(-4px) translateY(3px);
    padding: 0 20px;
    font-size: 14px;
  }
}
/* @media (min-width: 1920px) {
  .single-featured-shows .single-page-show {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
} */
.single-featured-shows .inner-banner.blog-banner {
  padding-bottom: 5vw;
}
@media (min-width: 768px) {
  .single-featured-shows .single-featured-shows {
    -webkit-transform: none !important;
            transform: none !important;
    margin-top: 121px !important;
  }
}
@media (min-width: 1200px) {
  .single-featured-shows .single-featured-shows {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1500.98px) {
  .single-featured-shows .single-featured-shows {
    padding-right: 5%;
  }
}
.single-featured-shows .primary-button {
  color: #0131C2;
}
.single-featured-shows .primary-button.btn {
  color: #FED032;
}
.single-featured-shows .primary-button.btn .icon path {
  stroke: #FED032;
}
.single-featured-shows .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .single-featured-shows .back-btn {
    position: absolute;
    left: 0px;
    -webkit-transform: rotate(-90deg) translateY(-130px) translateX(-40%);
            transform: rotate(-90deg) translateY(-130px) translateX(-40%);
  }
}
@media (min-width: 992px) {
  .single-featured-shows .back-btn .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.single-featured-shows .back-btn .arrow svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  height: 36px;
  width: 36px;
}
.single-featured-shows .back-btn .arrow svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.single-featured-shows .back-btn .arrow:hover {
  opacity: 0.75;
}
.single-featured-shows .back-btn .arrow:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.single-featured-shows .back-btn .arrow:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.single-featured-shows .back-btn span {
  display: block;
  position: relative;
  left: -20px;
}
@media (max-width: 991.98px) {
  .single-featured-shows .back-btn span {
    display: none;
  }
}
.single-featured-shows .back-btn a.anchor {
  color: white;
  text-decoration: none;
  opacity: 0.6;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
  left: -40px;
}
@media (max-width: 991.98px) {
  .single-featured-shows .back-btn a.anchor {
    display: none;
  }
}
.single-featured-shows .features-swiper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 3rem);
}
@media (min-width: 768px) {
  .single-featured-shows .features-swiper {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  .single-featured-shows .features-swiper {
    width: 50.1755208333vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .single-featured-shows .features-swiper {
    width: 35.1755208333vw;
  }
}
@media (min-width: 2000px) {
  .single-featured-shows .features-swiper {
    width: 25vw;
  }
}
.single-featured-shows .features-swiper .fs-item .fsi-content .fsic-images {
  aspect-ratio: 3/2;
  background: #000000;
  position: relative;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.5s linear all !important;
  transition: 0.5s linear all !important;
}
/* .single-featured-shows .features-swiper .fs-item .fsi-content .fsic-images:before {
  content: "";
  position: absolute;
  background: url("../images/tape.png");
  background-size: contain;
  background-position: center center;
  left: 45%;
  -webkit-transform: translateX(-50%) translateY(-30px);
          transform: translateX(-50%) translateY(-30px);
  top: -1.75em;
  width: 1.5rem;
  height: 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear all !important;
  transition: 0.3s linear all !important;
} */
@media (min-width: 992px) {
  .single-featured-shows .features-swiper .fs-item .fsi-content .fsic-images:before {
    top: -2.75em;
    width: 2.39125rem;
    height: 4.84181rem;
  }
}
.single-featured-shows .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images {
  -webkit-box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
          box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  mix-blend-mode: unset;
  aspect-ratio: 3/2;
}
.single-featured-shows .features-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-featured-shows .features-swiper .swiper-slide {
  overflow: visible;
}
.single-featured-shows .features-swiper .swiper-button-next, .single-featured-shows .features-swiper .swiper-button-prev {
  height: 4rem;
  width: 4rem;
  -webkit-mask: url("../images/mask-slider-arrow.svg");
          mask: url("../images/mask-slider-arrow.svg");
}
.single-featured-shows .features-swiper .swiper-button-next svg path, .single-featured-shows .features-swiper .swiper-button-prev svg path {
  fill: none;
  stroke: #01E3E2;
  stroke-width: 1rem;
  stroke-dasharray: 600 600;
}
.single-featured-shows .features-swiper .swiper-button-next:hover, .single-featured-shows .features-swiper .swiper-button-prev:hover {
  opacity: 0.75;
}
.single-featured-shows .features-swiper .swiper-button-next:hover svg path, .single-featured-shows .features-swiper .swiper-button-prev:hover svg path {
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.single-featured-shows .features-swiper .swiper-button-next:hover svg .sb-line, .single-featured-shows .features-swiper .swiper-button-prev:hover svg .sb-line {
  -webkit-animation: drawLine 0.6s forwards linear;
          animation: drawLine 0.6s forwards linear;
}
.single-featured-shows .features-swiper .swiper-button-next:after, .single-featured-shows .features-swiper .swiper-button-prev:after {
  display: none;
}
.single-featured-shows .features-swiper .swiper-button-prev {
  -webkit-transform: scaleX(-1) translateY(-6vw);
          transform: scaleX(-1) translateY(-6vw);
}
.single-featured-shows .features-swiper .swiper-button-prev:lang(ar) {
  -webkit-transform: scaleX(1) translateY(-6vw);
          transform: scaleX(1) translateY(-6vw);
}
@media (min-width: 992px) {
  .single-featured-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-5vw);
            transform: scaleX(-1) translateY(-5vw);
    left: -4.75vw;
  }
  .single-featured-shows .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-20vw);
            transform: scaleX(1) translateY(-20vw);
    right: -7.75vw;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .single-featured-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-5vw);
            transform: scaleX(-1) translateY(-5vw);
    left: -4.75vw;
  }
  .single-featured-shows .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-16vw);
            transform: scaleX(1) translateY(-16vw);
    right: -6.75vw;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .single-featured-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-5vw);
            transform: scaleX(-1) translateY(-5vw);
    left: -4.75vw;
  }
  .single-featured-shows .features-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-9vw);
            transform: scaleX(1) translateY(-9vw);
    right: -4.75vw;
    left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .single-featured-shows .features-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-5vw);
            transform: scaleX(-1) translateY(-5vw);
    left: -4.75vw;
  }
}
@media (min-width: 992px) {
  .single-featured-shows .features-swiper .swiper-button-next {
    -webkit-transform: translateY(-8vw);
            transform: translateY(-8vw);
    right: -7.75vw;
  }
  .single-featured-shows .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(-8vw) scale(-1);
            transform: translateY(-8vw) scale(-1);
    left: -7.75vw;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .single-featured-shows .features-swiper .swiper-button-next {
    -webkit-transform: translateY(-10vw);
            transform: translateY(-10vw);
    right: -6.75vw;
  }
  .single-featured-shows .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(-10vw) scale(-1);
            transform: translateY(-10vw) scale(-1);
    left: -6.75vw;
    right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .single-featured-shows .features-swiper .swiper-button-next {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
    right: -4.75vw;
  }
  .single-featured-shows .features-swiper .swiper-button-next:lang(ar) {
    -webkit-transform: translateY(0vw) scale(-1);
            transform: translateY(0vw) scale(-1);
    left: -4.75vw;
    right: auto;
  }
}
.single-featured-shows .hb-blur-img {
  pointer-events: none;
  aspect-ratio: 1/1;
  width: 125rem;
  height: 125rem;
  z-index: 0;
}
.single-featured-shows .hb-blur-img.blob-one {
  bottom: 10vw;
  left: 10vw;
}
@media (min-width: 1400px) {
  .single-featured-shows .hb-blur-img.blob-one {
    bottom: 15vw;
    left: 50vw;
  }
}
.single-featured-shows .hb-blur-img.blob-two {
  top: -20vw;
  right: 10vw;
}
@media (min-width: 1400px) {
  .single-featured-shows .hb-blur-img.blob-two {
    top: -10vw;
    right: 40vw;
  }
}
.single-featured-shows .hb-blur-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-featured-shows .hb-topographic-graphic {
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.75;
  z-index: 0;
}
.single-featured-shows .hb-topographic-graphic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.13.7
 *
 * Included libraries:
 *  DataTables 1.13.7
 */
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white ;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41) ;
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after, div.dataTables_scrollBody > table.dataTable > thead > tr > td:before, div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  -webkit-animation: datatables-loader-1 0.6s infinite;
          animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  -webkit-animation: datatables-loader-2 0.6s infinite;
          animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  -webkit-animation: datatables-loader-2 0.6s infinite;
          animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  -webkit-animation: datatables-loader-3 0.6s infinite;
          animation: datatables-loader-3 0.6s infinite;
}

@-webkit-keyframes datatables-loader-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes datatables-loader-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes datatables-loader-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes datatables-loader-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes datatables-loader-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active, table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
  background-color: white;
}

table.dataTable tbody tr.selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable tbody tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > th, table.dataTable.row-border > tbody > tr > td, table.dataTable.display > tbody > tr > th, table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > th, table.dataTable.row-border > tbody > tr:first-child > td, table.dataTable.display > tbody > tr:first-child > th, table.dataTable.display > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0262ef;
}

table.dataTable.cell-border > tbody > tr > th, table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > th:first-child, table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > th, table.dataTable.cell-border > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  -webkit-box-shadow: inset 0 0 0 9999px #0d6efd !important;
          box-shadow: inset 0 0 0 9999px #0d6efd !important;
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1, table.dataTable.order-column > tbody tr.selected > .sorting_2, table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1, table.dataTable.display > tbody tr.selected > .sorting_2, table.dataTable.display > tbody tr.selected > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  -webkit-box-shadow: none;
          box-shadow: none;
}

table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.011);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.003);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 50, 194, 0.1098039216);
          box-shadow: inset 0 0 0 9999px rgba(0, 50, 194, 0.1098039216);
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
          box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  -webkit-box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
          box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.compact thead th, table.dataTable.compact thead td, table.dataTable.compact tfoot th, table.dataTable.compact tfoot td, table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: inherit;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255 ;
}

html.dark table.dataTable > thead > tr > th, html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active, html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th, html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > th, html.dark table.dataTable.row-border > tbody > tr > td, html.dark table.dataTable.display > tbody > tr > th, html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #0257d5;
}

html.dark table.dataTable.cell-border > tbody > tr > th, html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child, html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dataTables_wrapper .dataTables_filter input, html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}

.embed-ex-lists .alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .embed-ex-lists .alphabet {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.embed-ex-lists .alphabet span {
  border: 1px solid rgba(195, 195, 195, 0.4);
  background-color: white;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: rgb(1, 49, 194);
}
.embed-ex-lists .alphabet span:hover {
  background: #0131c2;
  color: white;
}
.embed-ex-lists .dataTables_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.embed-ex-lists .dataTables_wrapper .dataTable {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .embed-ex-lists .dataTables_wrapper .dataTable {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.embed-ex-lists .dataTables_wrapper .dataTable tbody td {
  padding: 15px 10px;
  border-top: 4px solid rgb(242, 247, 255) !important;
}
.embed-ex-lists .dataTables_wrapper .dataTables_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem auto 0.5rem auto;
}
@media (min-width: 1200px) {
  .embed-ex-lists .dataTables_wrapper .dataTables_info {
    margin: 0.5rem auto 0.5rem 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.embed-ex-lists .dataTables_wrapper .dataTables_paginate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem auto 0.5rem auto;
}
@media (min-width: 1200px) {
  .embed-ex-lists .dataTables_wrapper .dataTables_paginate {
    margin: 0.5rem 0 0.5rem auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.embed-ex-lists .dataTables_wrapper .dataTables_length {
  display: none;
}
.embed-ex-lists .dataTables_wrapper .dataTables_filter {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.embed-ex-lists .dataTables_wrapper .dataTables_filter input[type=search] {
  background-color: white;
  height: 60px;
  border: 1px solid rgba(196, 196, 196, 0.5);
  border-radius: 4px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.embed-ex-lists .dataTables_wrapper .dataTables_filter input[type=search]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.embed-ex-lists .dataTables_wrapper .dataTables_filter > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.embed-ex-lists .dataTables_wrapper .dataTables_filter .filter-wrapper select {
  width: 100%;
  height: 61px;
  border: 1px solid rgba(196, 196, 196, 0.5);
  border-radius: 4px;
  padding: 16px 5px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}
.embed-ex-lists .dataTables_wrapper .dataTables_filter .filter-wrapper select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.embed-ex-lists .dataTables_wrapper .select2-container--default .select2-selection--single {
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px;
  border: 1px solid rgba(196, 196, 196, 0.5019607843);
}
.embed-ex-lists .dataTables_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.7);
}

section.bg-white.exhi-list-wrap.z-3.position-relative.py-5 {
  background-color: red;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #0131c2 !important;
  border-radius: 50px !important;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 50px !important;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  border-bottom: 0px;
}

table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
  border-top: 0px;
}

@media (min-width: 992px) {
  .nav-toggle-size {
    width: 70px;
    height: 70px;
    background-color: white;
    position: relative;
    border-radius: 9999px;
    padding: 0;
    line-height: inherit;
    color: inherit;
    border: 0px none;
  }
  .nav-toggle-size .overflow-visible {
    overflow: visible;
  }
}

.burger-menu {
  position: relative;
  z-index: 1;
}

.desktop-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0131C2;
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: circle(40px at 400px 80px);
  clip-path: circle(40px at calc(100% - 80px) 80px);
  content: "";
  display: block;
  height: 100vh;
  right: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.65, 0.93);
  transition: all 0.5s cubic-bezier(0, 0, 0.65, 0.93);
  visibility: hidden;
  width: 100%;
}
.desktop-menu .hb-topographic-graphic {
  top: 0px;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.desktop-menu .main-nav {
  position: relative;
}
.desktop-menu .main-nav .primary-button.btn {
  opacity: 1;
  margin-right: 20px;
}
.desktop-menu .main-nav .primary-button.btn svg path {
  stroke: white;
}
.desktop-menu .main-nav ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
}
.desktop-menu .main-nav ul li a {
  font-size: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
}
.desktop-menu .main-nav ul li a::before {
  display: none;
}
.desktop-menu .main-nav ul li a:hover span.primary-button.btn {
  margin-left: 0px;
  opacity: 1;
}
.desktop-menu .main-nav ul li a:hover span.primary-button.btn svg path {
  stroke: #fed032 !important;
  -webkit-animation: drawLine 3s forwards linear;
          animation: drawLine 3s forwards linear;
}
.desktop-menu .main-nav ul li:nth-child(2) {
  margin-left: 30px;
}
.desktop-menu .main-nav ul li:nth-child(3) {
  margin-left: 90px;
}
.desktop-menu .main-nav ul li:nth-child(4) {
  margin-left: 150px;
}
.desktop-menu .mg-sec {
  position: absolute;
  top: 0px;
  right: 0;
  max-width: 60%;
  padding: 8%;
}
.desktop-menu .mg-sec img {
  max-width: 100%;
}

.menu-text {
  color: white;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.ib-graphics.z-1 {
  -webkit-clip-path: circle(40px at calc(100% - 80px) 80px);
          clip-path: circle(40px at calc(100% - 80px) 80px);
}

.floating-social-icon {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.active-menu {
  overflow: hidden !important;
}
.active-menu .floating-social-icon {
  opacity: 0;
}
.active-menu .ib-graphics.z-1 {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
  visibility: visible;
}
.active-menu .desktop-menu {
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active-menu .desktop-menu .main-nav ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.active-menu .desktop-menu .main-nav ul li:nth-child(1) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.active-menu .desktop-menu .main-nav ul li:nth-child(2) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-left: 30px;
}
.active-menu .desktop-menu .main-nav ul li:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  margin-left: 90px;
}
.active-menu .desktop-menu .main-nav ul li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  margin-left: 150px;
}
.active-menu .desktop-menu .main-nav ul li:nth-child(5) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.active-menu .desktop-menu .main-nav ul li:nth-child(6) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.active-menu .desktop-menu .main-nav ul li:nth-child(7) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.active-menu .nav-toggle-size svg path:nth-child(1) {
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
  -webkit-transform-origin: 8px 0px;
          transform-origin: 8px 0px;
}
.active-menu .nav-toggle-size svg path:nth-child(2) {
  -webkit-transform: translateX(-6px) rotate(-45deg);
          transform: translateX(-6px) rotate(-45deg);
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
}

.c-inverted .menu-text {
  color: black;
}
.c-inverted .nav-toggle-size {
  background-color: #0131C2 !important;
}
.c-inverted .nav-toggle-size svg path {
  stroke: white;
}
.c-inverted .main-nav ul li a {
  color: white;
}
.c-inverted .desktop-menu .main-nav ul li a {
  color: white;
}

.active-menu .header.c-inverted .menu-text {
  color: white;
}
.active-menu .header.c-inverted .main-nav .menu li a {
  color: white;
}
.active-menu .header.c-inverted .main-nav .lang-switch-dlc a {
  color: white;
}
.active-menu .header.c-inverted .hlb-line svg path {
  stroke: #fff;
}
.active-menu .header.c-inverted .logo-brand .hlb-logo img, .active-menu .header.c-inverted .logo-brand .hlb-date img {
  opacity: 1;
}

header .main-nav .menu > li a, .lang-switch-dlc a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


@media (min-width: 1700px) {
	.hsf-content-text{
		padding-right: 5vw;
	}
}

@media (max-width: 1699px) {
	.hsf-content-text{
		padding-right: 0vw;
	}
}

/* new button style */


.bg-yellow{
  background: #FED032;
}

.bg-lgreen{
  background: #01E3E2;
}

.btn-secondary{
  border-radius: 0px;
  padding: 15px 30px;
}

.btn.bg-yellow:hover{
  background:#FFC600;
}


.btn.bg-lgreen:hover{
  background: #09c1c0;
}

.btn.bg-white:hover{
  background: #01E3E2 !important;
}


.btn-primary{
	clip-path:polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0% calc(100% - 20px));
	border-radius: 0;
}

.btn-primary.btn-outline{
	background: transparent;
    border: 2px solid white !important;
	position: relative;
	font-size: 1rem;
}

.btn-primary.btn-outline:before, .btn-primary.btn-outline:after{
	content: "";
	width:2px;
	height: 200%;
	position:absolute;
	transform: rotate(-45deg);
}

.btn-primary.btn-outline:before{
	left:-15px;
}

.btn-primary.btn-outline:after{
	right:-14px;
}

.btn-primary.btn-outline.btn-outline-white:after, .btn-primary.btn-outline.btn-outline-white:before{
	background: #fff;
}

.btn-primary.btn-outline.btn-outline-white{
	color: #fff;
}

.btn-primary.btn-outline.btn-outline-white .text{
	color: #fff;
}

.btn-primary.btn-outline.btn-outline-white:hover{
	background: #fff;
}

.btn-primary.btn-outline.btn-outline-white:hover .text{
	color: #000;
}


.btn-primary.btn-outline.btn-outline-lgreen .text{
	color: #000;

}

.btn-primary.btn-outline.btn-outline-lgreen:after, .btn-primary.btn-outline.btn-outline-lgreen:before{
	background: #02CECD;
}

.btn-primary.btn-outline.btn-outline-lgreen{
	 border: 2px solid #02CECD !important;
	color: #000;
}

.btn-primary.btn-outline.btn-outline-lgreen .text{
	color: #000;
		font-size: 1rem !important;
}
.btn-primary.btn-outline.btn-outline-lgreen:before{
	    left: -12px;
}

.btn-primary.btn-outline.btn-outline-lgreen:after{
	    right: -12px;
}
.btn-primary.btn-outline.btn-outline-lgreen:hover{
	background: #02CECD;
		color: #000 !important;
}

.btn-primary.btn-outline.btn-outline-lgreen:hover .text{
	color: #000 !important;
}



.btn-primary .icon svg{
	width: 2rem;
	height: 2rem;
}





.home-organizers {
  -webkit-padding-before: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
          padding-block-start: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
  -webkit-padding-after: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
          padding-block-end: clamp(3.125rem, 1.942vw + 2.67rem, 5rem);
  background-color: #fff;
}
.home-organizers::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  left: 0%;
  height: 5vw;
  background-color: #F2F7FF;
  top: calc(100% - 5vw);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.home-organizers:lang(ar)::after {
  -webkit-transform: translateY(1px) scaleX(-1);
          transform: translateY(1px) scaleX(-1);
}


.home-organizers .organizer-logo-list .oll-item .logo-holder {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  position: relative;
}
.home-organizers .organizer-logo-list .oll-item .logo-holder figure {
  z-index: 2;
  position: relative;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  padding: 0;
  left: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.home-organizers .organizer-logo-list .oll-item .logo-holder figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 80%;
}
.home-organizers .organizer-logo-list .oll-item .logo-holder .hover-line {
  stroke: #01E3E2;
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  left: 0;
  z-index: 3;
  -webkit-mask: url("../images/hover-line-img-sq.svg");
          mask: url("../images/hover-line-img-sq.svg");
}
.home-organizers .organizer-logo-list .pll-item .logo-holder:hover figure {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.home-organizers .organizer-logo-list .oll-item .logo-holder:hover .hover-line {
  opacity: 1;
}
.home-organizers .organizer-logo-list .oll-item .logo-holder:hover .hover-line path {
  -webkit-animation: draw 1s forwards ease;
          animation: draw 1s forwards ease;
}

.single-featured-shows .single-page-content  a{
	color: #01E3E2;
}


.media-partners:before{
	display: none;
}

.media-partners .organizer-logo-list .oll-item .logo-holder{
	text-decoration: none;
}
.media-partners .organizer-logo-list .oll-item .logo-holder figure span{
	text-decoration: none;
}
.media-partners .organizer-logo-list .oll-item .logo-holder:hover figure{
	filter: grayscale(0);
}
.media-partners .organizer-logo-list .oll-item .logo-holder .hover-line{
	mask-position: center;
    mask-size: revert-layer;
    transform: scaleY(0.8);
    mask-repeat: no-repeat;
}


/*zoom out content to 75% on 1200px screen */

@media screen and (max-width: 1281px) and (min-width: 1025px) {
	header .logo-brand .hlb-logo{
		width: 21rem;
	}
	
	header.sticky .logo-brand .hlb-date, header .logo-brand .hlb-date{
		width: 5rem;
	}
	
	header .main-nav .menu > li a{
		font-size:1rem;
	}
	
	.menu-text{
		font-size: 1rem;
		font-weight: 400 !important;
	}
	
	.floating-social-icon .icon-svg{
		height: 28px;
		width: 28px;
	}
	
	.container-fluid{
		padding: 0 3.5vw;
	}
	
	.display-1{
		font-size: clamp(2rem, 2.33vw + 1.704rem, 2.75rem) !important;
	}
	
	h1, .h1{
		font-size: 2.125rem;
	}
	
	h5, .h5{
		font-size: 1rem !important;
	}
	
	.home-about-us .hau-data-list .hau-data-list-wrapper .data-item h1, .home-about-us .hau-data-list .hau-data-list-wrapper .data-item .h1{
		font-size: clamp(2rem, 2.071vw + 1.515rem, 2.75rem);
	}
	
	.home-the-show .the-show-swiper .tss-item .tssi-content .tssic-text .tssict-title{
		font-size: clamp(1.15rem, 0.895vw + 0.926rem, 1.5rem);
		text-align: center;
	}
	
	.home-the-show .the-show-swiper .tss-item.swiper-slide-active .tssi-content .tssic-text .tssict-title{
		font-size: clamp(1.25rem, 2.041vw + 1.022rem, 1.75rem);
	}
	
	.btn.primary-button .text{
		font-size: 2rem;
	}
	
	
	
	.home-the-show .the-show-swiper .tss-item .tssi-content .btn .icon, .home-features .features-swiper .fs-item .fsi-content .btn .icon{
		width: 3.125rem;
		height: 3.125rem;
	}
	
	.home-the-show .the-show-swiper{
		width: 30.176vw;
	}
	
	footer .logo-brand .hlb-logo{
		max-width: clamp(15rem, 4.444vw + 14.667rem, 20rem);
	}

	
	
	
}





.bloglist-swiper-wrapper .swiper-slide{
	height: auto;
}

	.bloglist-swiper .swiper-button-next, .bloglist-swiper .swiper-button-prev {
	  height: 4rem;
	  width: 4rem;
	  -webkit-mask: url("../images/mask-slider-arrow.svg");
			  mask: url("../images/mask-slider-arrow.svg");
	}
	.bloglist-swiper .swiper-button-next svg path, .bloglist-swiper .swiper-button-prev svg path {
	  fill: none;
	  stroke: #0131C2;
	  stroke-width: 1rem;
	  stroke-dasharray: 600 600;
	}
	.bloglist-swiper .swiper-button-next:hover, .bloglist-swiper .swiper-button-prev:hover {
	  opacity: 0.75;
	}
	.bloglist-swiper .swiper-button-next:hover svg path, .bloglist-swiper .swiper-button-prev:hover svg path {
	  -webkit-animation: drawLine 3s forwards linear;
			  animation: drawLine 3s forwards linear;
	}
	.bloglist-swiper .swiper-button-next:hover svg .sb-line, .bloglist-swiper .swiper-button-prev:hover svg .sb-line {
	  -webkit-animation: drawLine 0.6s forwards linear;
			  animation: drawLine 0.6s forwards linear;
	}
	.bloglist-swiper .swiper-button-next:after, .bloglist-swiper .swiper-button-prev:after {
	  display: none;
	}
	.bloglist-swiper .swiper-button-prev {
	  -webkit-transform: scaleX(-1) translateY(-2vw);
			  transform: scaleX(-1) translateY(-2vw);
	  left: -75px;
	}
	.bloglist-swiper .swiper-button-prev:lang(ar) {
	  right: auto;
	}
	@media (max-width: 1399.98px) {
	  .bloglist-swiper .swiper-button-prev {
		left: -75px;
	  }
	  .bloglist-swiper .swiper-button-prev:lang(ar) {
		right: auto;
	  }
	}
	.bloglist-swiper .swiper-button-next {
	  right: -75px;
	  -webkit-transform: translateY(-2vw);
			  transform: translateY(-2vw);
	}
	.bloglist-swiper .swiper-button-next:lang(ar) {
	  left: auto;
	}
	@media (max-width: 1399.98px) {
	  .bloglist-swiper .swiper-button-next {
		right: -75px;
	  }
	 .bloglist-swiper .swiper-button-next:lang(ar) {
		left: auto;
	  }
	}


.home-about-us .hau-video-holder .v-sound-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: auto;
	opacity: 1;
	visibility: visible;
	padding: 10px;
	z-index: 1;
    background: #0131C2;
    border-radius: 40px;
    left: 16px ;
    bottom: 16px ;
	display:flex;
	align-items: center;
	justify-content: center;
}

.home-about-us .hau-video-holder .v-sound-btn:hover{
	   background: #01E3E2;
}

.home-about-us .hau-video-holder .v-sound-btn svg{
	position: relative;
}

.home-the-meyc {

  background-color: #F2F7FF;
  overflow-x: clip;
  position: relative;
	padding: 8vw 0 5vw;
}

@media screen and (min-width: 1200px) {
  .home-the-meyc  {
  
 	overflow-x: clip;
  }
}

.home-the-meyc:after, .home-the-meyc:before{
	z-index: 1;
		position: absolute;
		content: "";
		width: 120%;
		height: 5vw;
}
.home-the-meyc:after{
	    
		background-color: #FFF;
		top: calc(100% - 5vw);
		-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
}
.home-the-meyc:before{
		background-color: #FFF;
		bottom: calc(100% - 5vw);
		-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		-webkit-transform: translateY(1px);
		transform: translateY(-1px) scale(-1);

}


@media screen and (min-width: 1920px) {
  .home-the-meyc  {
    -webkit-padding-before: 8w;
            padding-block-start: 8vw;
     -webkit-padding-after: 5vw;
            padding-block-end: 5vw;

  }
}

.date-timings{
	position: relative;
}
.timingsDate{
	background: #fff;
	padding-top: 40px;
}

.date-timings .tnd-wrapper{
	background: transparent;
}
.date-timings .tnd-wrapper:before{
	position: absolute;
	content: "";
	background: white;
	height: calc(100% - 6px);
	width: calc(100% - 6px);
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	transition: .5s ease all;
}

.date-timings .tnd-wrapper .styled-border:after, .date-timings .tnd-wrapper .styled-border:before{
	background: #01E3E2;
	transition: .5s ease all;
	content:'';
	position: absolute;
	width: 99%;
	height: 100%;
	-webkit-mask: url("../images/border-svg-mask.svg");
	mask: url(../images/border-svg-mask.svg);
	mask-repeat: no-repeat;
	mask-size: cover;
}

.date-timings .tnd-wrapper .styled-border:before{
	mask-position: right center;
	width: 95%;
    left: auto;
    right: 0;
}


.date-timings .td-heading{
	color: #fff;
}

@media screen and (max-width: 1199.99px) {
	.date-timings .td-heading{
		color: #000;
	}
	
	.date-timings .tnd-wrapper .styled-border:before{
		display: none;
	}
	
	.date-timings .tnd-wrapper .styled-border:after, .date-timings .tnd-wrapper .styled-border:before{
		width: 100%;
	}
}

.date-timings .tnd-wrapper:hover:before{
	background: #01E3E2;
}

.date-timings .tnd-wrapper:hover .styled-border:after, .date-timings .tnd-wrapper:hover .styled-border:before{
	background: #fff;
}

@media screen and (min-width: 1200px) {
	.date-timings{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.timingsDate{
		background: transparent;
		padding-top: 0px;
	}
}


.meyc-page-show .meyc-swiper {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 3rem);
  }
  @media (min-width: 768px) {
    .meyc-page-show .meyc-swiper {
      width: 70vw;
    }
  }
  @media (min-width: 992px) {
    .meyc-page-show .meyc-swiper {
      width: 50.1755208333vw;
      margin-left: auto;
      margin-right:auto;
    }
  }
  @media (min-width: 1200px) {
    .meyc-page-show .meyc-swiper {
      width: 35.1755208333vw;
    }
  }
  @media (min-width: 2000px) {
    .meyc-page-show .meyc-swiper {
      width: 28vw;
    }
  }
  .meyc-page-show .meyc-swiper .fs-item .fsi-content .fsic-images {
    aspect-ratio: 3/2;
    background: #000000;
    position: relative;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 0.5s linear all !important;
    transition: 0.5s linear all !important;
  }
/*   .meyc-page-show .meyc-swiper .fs-item .fsi-content .fsic-images:before {
    content: "";
    position: absolute;
    background: url("../images/tape.png");
    background-size: contain;
    background-position: center center;
    left: 45%;
    -webkit-transform: translateX(-50%) translateY(-30px);
            transform: translateX(-50%) translateY(-30px);
    top: -1.75em;
    width: 1.5rem;
    height: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s linear all !important;
    transition: 0.3s linear all !important;
  } */
  @media (min-width: 992px) {
    .meyc-page-show .meyc-swiper .fs-item .fsi-content .fsic-images:before {
      top: -2.75em;
      width: 2.39125rem;
      height: 4.84181rem;
    }
  }
  .meyc-page-show .meyc-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images {
    -webkit-box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
            box-shadow: -16px 15px 43px 14px rgba(19, 1, 70, 0.22);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    mix-blend-mode: unset;
    aspect-ratio: 3/2;
  }
  .meyc-page-show .meyc-swiper .fs-item.swiper-slide-active .fsi-content .fsic-images:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .meyc-page-show .meyc-swiper .swiper-slide {
    overflow: visible;
  }
  .meyc-page-show .meyc-swiper .swiper-button-next, .meyc-page-show .meyc-swiper .swiper-button-prev {
    height: 4rem;
    width: 4rem;
    -webkit-mask: url("../images/mask-slider-arrow.svg");
            mask: url("../images/mask-slider-arrow.svg");
	  top: 50%;
  }
  .meyc-page-show .meyc-swiper .swiper-button-next svg path, .meyc-page-show .meyc-swiper .swiper-button-prev svg path {
    fill: none;
    stroke: #01E3E2;
    stroke-width: 1rem;
    stroke-dasharray: 600 600;
  }
  .meyc-page-show .meyc-swiper .swiper-button-next:hover, .meyc-page-show .meyc-swiper .swiper-button-prev:hover {
    opacity: 0.75;
  }
  .meyc-page-show .meyc-swiper .swiper-button-next:hover svg path, .meyc-page-show .meyc-swiper .swiper-button-prev:hover svg path {
    -webkit-animation: drawLine 3s forwards linear;
            animation: drawLine 3s forwards linear;
  }
  .meyc-page-show .meyc-swiper .swiper-button-next:hover svg .sb-line, .meyc-page-show .meyc-swiper .swiper-button-prev:hover svg .sb-line {
    -webkit-animation: drawLine 0.6s forwards linear;
            animation: drawLine 0.6s forwards linear;
  }
  .meyc-page-show .meyc-swiper .swiper-button-next:after, .meyc-page-show .meyc-swiper .swiper-button-prev:after {
    display: none;
  }
  .meyc-page-show .meyc-swiper .swiper-button-prev {
    -webkit-transform: scaleX(-1) translateY(-50%);
            transform: scaleX(-1) translateY(-50%);
  }
  .meyc-page-show .meyc-swiper .swiper-button-prev:lang(ar) {
    -webkit-transform: scaleX(1) translateY(-50%);
            transform: scaleX(1) translateY(-50%);
  }
  @media (min-width: 992px) {
    .meyc-page-show .meyc-swiper .swiper-button-prev {
      -webkit-transform: scaleX(-1) translateY(-50%);
              transform: scaleX(-1) translateY(-50%);
      left: -80px;
    }
    .meyc-page-show .meyc-swiper .swiper-button-prev:lang(ar) {
      -webkit-transform: scaleX(1) translateY(-50%);
              transform: scaleX(1) translateY(-50%);
      right:  -80px;
      left: auto;
    }
  }


  @media (min-width: 1200px) {
    .meyc-page-show .meyc-swiper .swiper-button-prev {
      -webkit-transform: scaleX(-1) translateY(-50%);
              transform: scaleX(-1) translateY(-50%);
      left: -80px;
    }
    .meyc-page-show .meyc-swiper .swiper-button-prev:lang(ar) {
      -webkit-transform: scaleX(1) translateY(-50%);
              transform: scaleX(1) translateY(-50%);
      right:-80px;
      left: auto;
    }
  }
  @media screen and (min-width: 1600px) {
    .meyc-page-show .meyc-swiper .swiper-button-prev {
      -webkit-transform: scaleX(-1) translateY-50%);
              transform: scaleX(-1) translateY(-50%);
      left:-100px;
    }
    .meyc-page-show .meyc-swiper .swiper-button-prev:lang(ar) {
      -webkit-transform: scaleX(1) translateY(-50%);
              transform: scaleX(1) translateY(-50%);
      right: -100px;
      left: auto;
    }
  }
  @media screen and (min-width: 1920px) {
    .meyc-page-show .meyc-swiper .swiper-button-prev {
      -webkit-transform: scaleX(-1) translateY(-50%);
              transform: scaleX(-1) translateY(-50%);
      left: -100px;
    }
  }
  @media (min-width: 992px) {
    .meyc-page-show .meyc-swiper .swiper-button-next {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -80px;
    }
    .meyc-page-show .meyc-swiper .swiper-button-next:lang(ar) {
      -webkit-transform: translateY(-50%) scale(-1);
              transform: translateY(-50%) scale(-1);
      left:  -80px;
      right: auto;
    }
  }
  @media (min-width: 1200px) {
    .meyc-page-show .meyc-swiper .swiper-button-next {
      -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
     	 right: -80px;
    }
    .meyc-page-show .meyc-swiper .swiper-button-next:lang(ar) {
      -webkit-transform: translateY(-50%) scale(-1);
              transform: translateY(-50%) scale(-1);
      left: -80px;
      right: auto;
    }
  }
  @media screen and (min-width: 1600px) {
    .meyc-page-show .meyc-swiper .swiper-button-next {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      	right: -100px;
    }
    .meyc-page-show .meyc-swiper .swiper-button-next:lang(ar) {
      -webkit-transform: translateY(-50%) scale(-1);
              transform: translateY(-50%) scale(-1);
      left: -100px;;
      right: auto;
    }
  }


.home-connecting {
	background: #0131C2 !important;
	padding-top: 5vw;
	padding-bottom: 5vw;
}

.home-connecting:before, .home-connecting:after{
	z-index: 1;
	position: absolute;
	content: "";
	width: 120%;
	height: 5vw;
	 background-color: #ffffff;
 -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	display: block;

}
.home-connecting:before{
    bottom: calc(100% - 5vw);
    -webkit-transform:translateY(0px) scale(-1);
    transform: translateY(-1px) scale(-1);
}

.home-connecting:after{
    top: calc(100% - 5vw);
    -webkit-transform:translateY(1px);
    transform: translateY(1px);
}

@media (max-width: 480px) {
 .home-banner .hb-content .hb-title.lg {
	 font-size: 36px;
  }
}

/* Updates end */