/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #cf304a;
  --bs-orange: #fd7e14;
  --bs-yellow: #f0b90b;
  --bs-green: #25D26A;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #3377E8;
  --bs-secondary: #FEB703;
  --bs-success: #25D26A;
  --bs-info: #0dcaf0;
  --bs-warning: #fd7e14;
  --bs-danger: #cf304a;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3377E8;
  text-decoration: underline;
}

a:hover {
  color: #295fba;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -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.33333333%;
}

.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.66666667%;
}

@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.33333333%;
  }
  .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.66666667%;
  }
}

@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.33333333%;
  }
  .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.66666667%;
  }
}

@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.33333333%;
  }
  .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.66666667%;
  }
}

@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.33333333%;
  }
  .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.66666667%;
  }
}

@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.33333333%;
  }
  .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.66666667%;
  }
}

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

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

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

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

.d-grid {
  display: 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;
}

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-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;
        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;
        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;
        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;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-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;
        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;
        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;
        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;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-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;
        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;
        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;
        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;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-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;
        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;
        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;
        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;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-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;
        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;
        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;
        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;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #3377E8;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: #295fba;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #dee2e6 #dee2e6 #f8f9fa;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3377E8;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

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

@font-face {
  font-family: 'bakh-regular';
  font-weight: 100;
  src: url("/cdn/fonts/bakh/YekanBakhFaNum-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'bakh-light';
  font-weight: 100;
  src: url("/cdn/fonts/bakh/YekanBakhFaNum-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'bakh-bold';
  font-weight: 100;
  src: url("/cdn/fonts/bakh/YekanBakhFaNum-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'bakh-black';
  font-weight: 100;
  src: url("/cdn/fonts/bakh/YekanBakhFaNum-Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'bakh-extrablack';
  font-weight: 100;
  src: url("/cdn/fonts/bakh/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'bakh-extarbold';
  font-weight: 100;
  src: url("/cdn/fonts/bakh/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'iconsax';
  src: url("/assets/fonts/iconsax/iconsax.eot?yjegnn");
  src: url("/assets/fonts/iconsax/iconsax.eot?yjegnn#iefix") format("embedded-opentype"), url("/assets/fonts/iconsax/iconsax.ttf?yjegnn") format("truetype"), url("/assets/fonts/iconsax/iconsax.woff?yjegnn") format("woff"), url("/assets/fonts/iconsax/iconsax.svg?yjegnn#iconsax") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.isax {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconsax' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.isax-home2:before {
  content: "\fa0e";
}

.isax-document-text:before {
  content: "\ea26";
}

.isax-message-text:before {
  content: "\eb14";
}

.isax-message-question:before {
  content: "\eb0c";
}

.isax-info-circle:before {
  content: "\eabf";
}

.isax-call-calling:before {
  content: "\e99a";
}

.isax-bitcoin-card5:before {
  content: "\344";
}

.isax-calculator:before {
  content: "\e98e";
}

html {
  min-width: 100% !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #21294D;
  text-align: right;
  background-image: url("/assets/images/2022/app-top-pattern.svg"), -webkit-gradient(linear, left top, right top, from(#F9FBFF), to(#fff));
  background-image: url("/assets/images/2022/app-top-pattern.svg"), linear-gradient(90deg, #F9FBFF 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  direction: rtl;
  padding: 0;
  margin: 0;
  font-family: "bakh-regular";
  overflow: hidden;
  overflow-y: auto;
  min-width: 100% !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
  font-size: 14px;
}

@media (max-width: 1000px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

body a {
  text-decoration: none;
}

body p {
  line-height: 33px;
  font-size: 16px;
}

@media (max-width: 768px) {
  body p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
  }
}

body p a {
  font-weight: 600;
}

@media (max-width: 1000px) {
  .center-lg {
    text-align: center;
    display: block;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ltr {
  direction: ltr;
  text-align: left;
}

ul {
  line-height: 29px;
}

@media (max-width: 768px) {
  ul {
    line-height: 25px;
  }
}

.cf-app-loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.83);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}

.cf-app-loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-body {
  padding: 50px 0;
}

.btn {
  padding: 10px 25px;
  font-family: "bakh-bold";
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 19px 16px -13px rgba(25, 96, 210, 0.19);
          box-shadow: 0px 19px 16px -13px rgba(25, 96, 210, 0.19);
  color: #4A517D;
  border-radius: 50px;
  border: none;
  margin-left: 10px;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn-lg {
  font-size: 17px;
  padding: 13px 35px;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-primary {
  color: #fff;
  font-family: "bakh-black";
  background: #3377E8;
}

.btn-primary:hover {
  color: #fff;
  background: #1249a3 !important;
}

.btn-success {
  background: #21D167;
  color: #fff;
  font-family: "bakh-black";
}

.btn-success:hover {
  background: #1bb057;
  color: #fff;
}

.btn-default {
  background-color: #fff;
}

.btn-default:hover {
  background-color: #FEB703;
  color: #222;
}

.btn-dark {
  background-color: #222;
  color: #FEB703;
}

.btn-dark:hover {
  background-color: #111;
  color: #FEB703;
}

.app-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 3;
}

.app-overlay.open {
  display: block;
}

@-webkit-keyframes cf-live {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes cf-live {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

.live {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6bff2e;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-animation: cf-live 0.8s infinite;
          animation: cf-live 0.8s infinite;
  -webkit-transition: 0.8s cubic-bezier(0.2, 0.78, 0.81, 0.99);
  transition: 0.8s cubic-bezier(0.2, 0.78, 0.81, 0.99);
}

.app-cont {
  max-width: 1381px;
  margin: 0  auto;
}

.container.big {
  max-width: 1381px;
  min-width: 1381px;
}

@media (max-width: 1381px) {
  .container.big {
    min-width: 85%;
    width: 85% !important;
  }
}

@media (max-width: 1000px) {
  .container {
    width: 95% !important;
    max-width: 95% !important;
    min-width: 95% !important;
  }
}

@media (max-width: 768px) {
  .container {
    width: 98% !important;
    max-width: 98% !important;
    min-width: 98% !important;
  }
}

.app-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1719px;
}

.app-container.small {
  width: 70%;
}

@media (max-width: 1200px) {
  .app-container {
    width: 90%;
  }
  .app-container.small {
    width: 85%;
  }
}

@media (max-width: 1000px) {
  .app-container {
    width: 92%;
  }
  .app-container.small {
    width: 88%;
  }
}

@media (max-width: 768px) {
  .app-container {
    width: 93%;
  }
  .app-container.small {
    width: 95%;
  }
}

.app-content-title {
  font-family: "bakh-extrablack";
  font-size: 30px;
  margin-bottom: 40px;
}

.app-content-title span {
  color: #3377E8;
}

@media (max-width: 1200px) {
  .app-content-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1000px) {
  .app-content-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.app-content-title-2 {
  font-family: "bakh-extarbold";
  font-size: 20px;
  margin-bottom: 30px;
  color: #343c46;
}

@media (max-width: 1200px) {
  .app-content-title-2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1000px) {
  .app-content-title-2 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.app-content-title-3 {
  font-family: "bakh-extarbold";
  font-size: 17px;
  margin-bottom: 20px;
  color: #343c46;
}

@media (max-width: 1200px) {
  .app-content-title-3 {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .app-content-title-3 {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.app-content-title-desc {
  color: #707A8A;
  margin-top: -34px;
}

@media (max-width: 1200px) {
  .app-content-title-desc {
    margin-top: -24px;
    font-size: 13px;
  }
}

.digital-prices .form-control {
  padding: 13px;
  font-size: 15px;
  background: #FFFFFF;
  border: 1px solid rgba(188, 197, 201, 0.51);
  border-radius: 10px;
  width: 300px;
}

@media (max-width: 768px) {
  .digital-prices .form-control {
    width: 177px;
  }
}

.digital-prices .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.digital-prices .form-control::-moz-placeholder {
  color: #aaa;
}

.digital-prices .form-control::-ms-input-placeholder {
  color: #aaa;
}

.digital-prices .form-control::placeholder {
  color: #aaa;
}

.digital-prices .btt {
  background: #EFF4FE;
  border-radius: 12px;
  padding: 13px 25px;
  color: #21294D;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.digital-prices .btt:hover:hover {
  background: #3377E8;
  color: #fff;
}

.digital-prices .header {
  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;
  line-height: 18px;
  font-weight: 500;
  font-size: 13px;
  background: #eff4fe;
  margin-top: 17px;
  border-radius: 25px 25px 0 0;
  padding: 26px 32px;
  font-family: "bakh-bold";
  color: #21294D;
}

@media (max-width: 1000px) {
  .digital-prices .header {
    font-size: 11px;
  }
}

.digital-prices .item {
  line-height: 18px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .digital-prices .item {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .digital-prices .item {
    font-size: 12px;
  }
}

.digital-prices .item .price {
  font-size: 12px;
}

.digital-prices .item .price small {
  color: #888;
}

.digital-prices .item a {
  color: #1E2329;
}

.digital-prices .item a .img-box {
  margin-left: 10px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.digital-prices .item a .img-box:before {
  width: 40px;
}

.digital-prices .item a img {
  height: 36px;
  width: 36px;
}

.digital-prices .item .chart {
  width: 134px;
  height: 45px;
}

@media (max-width: 768px) {
  .digital-prices .item .chart {
    width: 100%;
  }
}

.digital-prices .item:hover {
  background: #f9fbff;
  cursor: pointer;
}

.digital-prices .item .btn-buy, .digital-prices .item .btn-sell {
  border: 1px solid #ddd;
  color: #4A517D !important;
  padding: 4px 10px;
  border-radius: 9px;
  font-size: 13px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .digital-prices .item .btn-buy, .digital-prices .item .btn-sell {
    padding: 4px 7px;
    font-size: 9px;
  }
}

.digital-prices .item .btn-buy svg, .digital-prices .item .btn-sell svg {
  margin-right: -9px;
  fill: #bdbdbd;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  margin-bottom: -4px;
}

.digital-prices .item .btn-buy:hover {
  color: #fff !important;
  background: #21D167;
  border: 1px solid #21D167;
  -webkit-box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22);
          box-shadow: 0px 14px 14px rgba(57, 224, 123, 0.22);
}

.digital-prices .item .btn-buy:hover svg {
  fill: #fff;
}

.digital-prices .item .btn-sell:hover {
  color: #fff !important;
  background: #ef1717;
  border: 1px solid #ef1717;
  -webkit-box-shadow: 0px 14px 14px rgba(224, 57, 57, 0.22);
          box-shadow: 0px 14px 14px rgba(224, 57, 57, 0.22);
}

.digital-prices .item .btn-sell:hover svg {
  fill: #fff;
}

.digital-prices .table {
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 500px;
}

.digital-prices .table th {
  background: #EFF4FE;
  padding: 19px 15px;
}

.digital-prices .table td {
  padding: 12px 15px;
}

.text-primary {
  color: #3377E8;
}

.has-text-success {
  color: #25D26A !important;
}

.has-text-danger {
  color: #cf304a !important;
}

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

.body-content {
  padding: 50px 0;
}

.app-according-item .content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  .app-according-item .content {
    -webkit-transition: none;
    transition: none;
  }
}

.app-according-item.open .content {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: relative;
}

.app-tab-content .app-tab-item {
  display: none;
}

.app-tab-content .app-tab-item.active {
  display: block;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F3F6F9;
  border-radius: 9px;
  padding: 15px;
  width: 100%;
  border: none;
  font-family: "bakh-bold";
}

p {
  line-height: 30px;
}

.VuePagination__count {
  display: none;
}

.paginate, .pagination {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 20px;
  padding: 0;
}

.paginate li, .pagination li {
  margin: 2px;
}

.paginate li a, .pagination li a {
  background: #ffffff;
  display: block;
  padding: 1px 8px;
  color: #777;
}

.paginate li a:hover, .pagination li a:hover {
  background: #e2e2e2;
}

.paginate li.active a, .pagination li.active a {
  background: #3377E8;
  color: #fff;
  border-color: #3377E8;
}

.paginate li.disabled, .pagination li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.app-before-footer {
  background: #f5f5f5;
  padding: 40px 0;
  text-align: center;
  font-family: "bakh-bold";
  font-size: 25px;
}

.app-before-footer .btn-lg {
  font-size: 16px;
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .app-before-footer .btn-lg {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .app-before-footer {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .app-before-footer {
    font-size: 17px;
  }
}

.app-before-footer .buttons {
  margin-top: 30px;
}

.lazy-box {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.lazy-box img {
  display: block;
}

.lazy-box:before {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e9f0fb7a;
  position: absolute;
  z-index: 2;
  border-radius: 27px;
}

.lazy-box:after {
  content: '';
  display: block;
  position: absolute;
  left: -300px;
  top: 0;
  height: 100%;
  width: 350px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(63, 86, 140, 0.09)), to(transparent));
  background: linear-gradient(to right, transparent 0%, rgba(63, 86, 140, 0.09) 50%, transparent 100%);
  -webkit-animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 3;
  border-radius: 27px;
}

@-webkit-keyframes load {
  from {
    left: -300px;
  }
  to {
    left: 100%;
  }
}

@keyframes load {
  from {
    left: -300px;
  }
  to {
    left: 100%;
  }
}

.loading-content {
  position: relative;
  overflow: hidden;
}

.loading-content:before {
  content: '';
  display: block;
  position: absolute;
  left: -300px;
  top: 0;
  height: 100%;
  width: 350px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.2)), to(transparent));
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  -webkit-animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.app-about {
  padding: 60px 0;
}

.app-about .card {
  padding: 15px;
  display: block;
  border-radius: 5px;
}

.app-about .card svg, .app-about .card img {
  height: 60px;
  display: block;
  margin-bottom: 10px;
}

.app-about .card:hover {
  background: rgba(0, 0, 0, 0.05);
}

.app-about .card .title {
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "sans-demibold";
}

@media (max-width: 1200px) {
  .app-about .card .title {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .app-about .card .title {
    font-size: 13px;
  }
}

.app-about .card .desc {
  font-size: 13px;
}

@media (max-width: 1000px) {
  .app-about .card .desc {
    font-size: 12px;
  }
}

.cf-faqs .answer {
  background: #fff;
  padding: 17px;
  font-size: 13px;
}

.cf-faqs ul {
  padding: 0;
  margin: 0;
}

.cf-faqs ul li {
  list-style: none;
  border-radius: 25px;
  font-size: 18px;
  position: relative;
  border: 1px solid #babec4a6;
  margin-bottom: 16px;
  padding-left: 39px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(105, 105, 105, 0.1);
          box-shadow: 0 2px 9px rgba(105, 105, 105, 0.1);
}

.cf-faqs ul li:hover {
  background: #ecf0f6;
}

.cf-faqs ul li .button {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 23px;
  color: #abaeb0;
  cursor: pointer;
}

.cf-faqs ul li .button:hover {
  color: #3377E8;
}

.cf-faqs ul li .title {
  font-size: 16px;
  font-family: "bakh-bold";
  margin: 0;
  cursor: pointer;
  color: #515254;
  line-height: 20px;
  padding: 20px;
  display: block;
}

@media (max-width: 1000px) {
  .cf-faqs ul li .title {
    font-size: 12px;
  }
}

.cf-faqs ul li .title:hover {
  color: #1E2329;
}

@media (max-width: 1000px) {
  .cf-faqs ul li .answer {
    font-size: 11px;
  }
}

.cf-faqs ul li.open {
  background: #fff;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.04);
}

.cf-faqs ul li.open .button {
  color: #3377E8;
}

.cf-faqs ul li.open .title {
  color: #1E2329;
}

.section-padding {
  padding: 50px 0;
}

@media (max-width: 1000px) {
  .section-padding {
    padding: 30px 0;
  }
}

.section-padding.small {
  padding: 30px 0;
}

@media (max-width: 1000px) {
  .section-padding.small {
    padding: 25px 0;
  }
}

.section-b-color {
  background: #fff;
}

.app-other-services {
  background: #fff;
  padding: 50px 0;
  border-radius: 30px 30px 0 0;
}

@media (max-width: 1000px) {
  .app-other-services {
    padding: 30px 0;
  }
}

@media (max-width: 1000px) {
  p, ul {
    font-size: 14px;
    line-height: 30px;
  }
  ul {
    line-height: 20px;
  }
}

.clearfix:after {
  content: '';
  position: relative;
  display: table;
  clear: both;
}

.bg-lighter {
  background: #eee !important;
  padding: 30px !important;
}

@media (max-width: 1000px) {
  .bg-lighter {
    padding: 20px !important;
  }
}

.notify-popup {
  background: rgba(0, 0, 0, 0.5);
  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;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
  display: none;
}

.notify-popup.show {
  display: block;
}

.notify-popup .modal-content {
  width: 600px;
  max-width: 90%;
  margin: 100px auto;
  -webkit-box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.31);
          box-shadow: -2px 5px 20px rgba(0, 0, 0, 0.31);
  background: #fff;
  z-index: 105;
  border-radius: 20px;
  overflow: hidden;
}

.notify-popup .modal-content .close {
  background: none;
  border: none;
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: #aaa;
}

.notify-popup .modal-content .close:hover {
  color: #444;
}

.notify-popup .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
}

.notify-popup .modal-content .modal-body {
  padding: 20px;
}

.notify-popup .modal-content .modal-footer {
  padding: 20px;
  background: #f5f5f5;
}

.rating-box {
  position: relative;
  width: 300px;
  background: #fff;
  padding: 18px;
  padding-left: 25px;
  border-radius: 0 0 0 15px;
  margin-bottom: 10px;
  color: #111;
  position: fixed;
  right: -300px;
  bottom: 10px;
  z-index: 5;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  /***** CSS Magic to Highlight Stars on Hover *****/
  /* hover previous stars in list */
}

@media (max-width: 768px) {
  .rating-box {
    border-radius: 15px  0 0 0;
  }
}

.rating-box.open {
  right: 0px;
}

.rating-box.open .btt {
  opacity: 1 !important;
}

.rating-box .average {
  color: #111 !important;
  font-size: 12px;
  padding-left: 10px;
}

.rating-box .average .rate {
  font-family: "bakh-black";
  font-size: 18px;
}

.rating-box span.text {
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 19px;
  color: #888fa2;
}

.rating-box .btt {
  background: #fff;
  padding: 10px;
  position: absolute;
  text-align: center;
  left: -65px;
  top: 0;
  border-radius: 16px 0 0 16px;
  padding-right: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  -webkit-box-shadow: -8px 0 12px rgba(0, 0, 0, 0.11);
          box-shadow: -8px 0 12px rgba(0, 0, 0, 0.11);
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

@media (max-width: 768px) {
  .rating-box .btt {
    left: -47px;
    bottom: 0;
    top: auto;
  }
}

.rating-box .btt:hover {
  opacity: 1;
}

.rating-box .btt svg {
  height: 40px;
  width: 40px;
}

@media (max-width: 768px) {
  .rating-box .btt svg {
    height: 22px;
    width: 22px;
  }
}

.rating-box fieldset {
  width: 142px;
}

.rating-box input {
  display: none;
}

.rating-box label:before {
  margin: 5px;
  font-size: 1em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  display: inline-block;
  content: "\f005";
}

.rating-box .half:before {
  content: "\f089";
  position: absolute;
}

.rating-box label {
  color: #ddd;
  float: right;
  cursor: pointer;
}

.rating-box input:checked ~ label,
.rating-box :not(:checked) > label:hover,
.rating-box :not(:checked) > label:hover ~ label {
  color: #FFD700;
  cursor: pointer;
}

.rating-box input:checked + label:hover,
.rating-box input:checked ~ label:hover,
.rating-box label:hover ~ input:checked ~ label,
.rating-box input:checked ~ label:hover ~ label {
  color: #FFED85;
  cursor: pointer;
}

.comments {
  padding: 60px 0;
}

.comments textarea, .comments input {
  background: #f5f8fd;
  border: none;
  font-size: 15px;
  padding: 20px;
  outline: none !important;
  border: 2px solid transparent !important;
  border-radius: 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.comments textarea:focus, .comments input:focus {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 20, 0.1) !important;
          box-shadow: 0 0 20px rgba(0, 0, 20, 0.1) !important;
  border: 2px solid #3377E8 !important;
}

#comments .card {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 9.5px 0.5px, rgba(0, 0, 0, 0.05) 0px 5px 50px 0px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 9.5px 0.5px, rgba(0, 0, 0, 0.05) 0px 5px 50px 0px;
  margin-bottom: 20px;
}

#comments .card.child {
  margin-right: 25px;
}

#comments .card svg {
  height: 50px;
  width: 50px;
  margin-left: 20px;
}

#comments .card .date {
  font-size: 11px;
  color: #aaa;
}

#comments .card .name {
  font-weight: 600;
  font-size: 14px;
}

#comments .card .comment-body {
  padding: 10px;
}

@media (max-width: 768px) {
  #comments .card .comment-body {
    font-size: 12px;
  }
}

.pagination {
  padding: 0;
}

.pagination .page-link {
  padding: 3px 14px;
  border-radius: 19px;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.digi-table-success {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(63, 255, 0, 0.19)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(63, 255, 0, 0.19) 100%);
}

.digi-table-danger {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 0, 0, 0.19)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 0, 0, 0.19) 100%);
}

.paginate-desc {
  font-size: 12px;
  color: #aaa;
  margin-top: -7px !important;
  letter-spacing: 1px;
}

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.base-skelete {
  cursor: progress !important;
  background: #dce3ee;
  overflow: hidden;
}

.base-skelete::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}

.skelete-loading .base {
  cursor: progress;
  background: #e0e4e9;
  /* background-size: 315px 250px, 315px 180px, 100px 100px, 225px 30px; */
  overflow: hidden !important;
  position: relative;
}

.skelete-loading .base::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.65)), color-stop(60%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.65) 20%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: '';
}

.skelete-loading .squre {
  width: 100%;
  border-radius: 15px;
}

.bg-white {
  background: #fff;
}

.moshaverh {
  background: #3377E8;
  padding: 25px 40px;
  border-radius: 25px;
  color: #fff;
  position: relative;
}

@media (max-width: 1000px) {
  .moshaverh {
    text-align: center;
  }
}

.moshaverh .c {
  position: relative;
}

.moshaverh .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .moshaverh .box {
    -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;
  }
}

.moshaverh .box .titr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .moshaverh .box .titr {
    -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;
  }
}

.moshaverh .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.moshaverh .icon {
  margin-left: 20px;
}

.moshaverh .title {
  font-family: "bakh-black";
  font-size: 25px;
  margin-bottom: 20px;
}

.moshaverh .title span {
  color: #FEB703;
}

@media (max-width: 1200px) {
  .moshaverh .title {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .moshaverh .title {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 30px;
  }
}

.moshaverh p {
  padding: 0;
  margin-bottom: 0;
  line-height: 20px;
}

@media (max-width: 1000px) {
  .moshaverh p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .moshaverh p {
    font-size: 13px;
  }
}

.moshaverh a {
  color: #000;
  background: #FEB703;
  border-radius: 50px;
  text-align: center;
  font-family: "bakh-bold";
  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;
  padding: 10px 20px;
}

.moshaverh a svg {
  margin-right: 10px;
}

.table-responsive {
  overflow: hidden;
  overflow-x: auto;
}

.page-starter {
  background-image: url("/assets/images/2022/bg-pattern.png"), -webkit-gradient(linear, left top, right top, from(#1553ba), to(#3377E8));
  background-image: url("/assets/images/2022/bg-pattern.png"), linear-gradient(90deg, #1553ba 0%, #3377E8 100%);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
  border-radius: 25px;
  color: #fff;
  margin-top: 10px;
}

.page-starter.center {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
  text-align: center;
}

@media (max-width: 1000px) {
  .page-starter.center {
    min-height: 155px;
  }
}

.page-starter h1 {
  font-family: "bakh-extarbold";
  font-size: 30px;
  margin-bottom: 10px;
}

.page-starter .desc {
  margin: 0;
  padding: 0;
}

@media (max-width: 1000px) {
  .mt-5 {
    margin-top: 30px !important;
  }
}

.radius-25 {
  border-radius: 25px;
}

.radius-20 {
  border-radius: 20px;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header-absolute .buttons .download {
  border: none !important;
  color: #000000 !important;
  background: #fff;
}

.header-absolute .buttons .download svg {
  fill: #000 !important;
}

.header-absolute .box-fast-access .box {
  background: rgba(255, 255, 255, 0.1) !important;
}

.header-absolute .box-fast-access .box svg {
  stroke: #f8f9ff !important;
}

.header-absolute .box-fast-access .box:hover {
  background: #3377E8 !important;
}

.header-absolute .box-fast-access .box:hover svg {
  stroke: #fff !important;
}

@media (max-width: 768px) {
  .header-absolute .box-fast-access {
    display: none !important;
  }
}

.bg-tosi-gradiant {
  background: #fff url(/assets/images/2022/bgrt.png?v=1);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

@media (max-width: 1000px) {
  div.comments {
    padding: 0  !important;
  }
  div.comments .app-content-title {
    text-align: center;
  }
}

div.comments input, div.comments textarea {
  background: #e4ebf7;
}

@media (max-width: 1000px) {
  .down-svg {
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
  }
}

.faqs {
  padding: 100px 0;
}

@media (max-width: 1000px) {
  .faqs {
    padding: 60px 0;
  }
  .faqs .app-content-title {
    text-align: center;
  }
}

.padding_text {
  padding: 0 50px;
}

@media (max-width: 768px) {
  .padding_text {
    padding: 0;
  }
}

.display_content h2, .display_content h3, .display_content h4, .display_content h5, .display_content h6 {
  margin-bottom: 20px;
}

.display_content h2 {
  font-family: "bakh-black";
  font-size: 25px;
}

@media (max-width: 768px) {
  .display_content h2 {
    font-size: 18px;
  }
}

.display_content h3 {
  font-family: "bakh-black";
  font-size: 20px;
}

@media (max-width: 768px) {
  .display_content h3 {
    font-size: 17px;
  }
}

.display_content h4 {
  font-family: "bakh-black";
  font-size: 17px;
}

@media (max-width: 768px) {
  .display_content h4 {
    font-size: 14px;
  }
}

.display_content h5 {
  font-family: "bakh-black";
  font-size: 15px;
}

@media (max-width: 768px) {
  .display_content h5 {
    font-size: 12px;
  }
}

.display_content hr {
  border-top: 2px dashed #a5acb0;
  background: none;
}

.display_content img {
  width: 100%;
  height: auto;
}

.display_content p {
  line-height: 35px;
  text-align: justify;
}

.display_content .patt_box {
  position: relative;
}

.display_content .patt_box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -30px;
  top: -30px;
  border-radius: 43px;
  background: #949fcb21;
}

.display_content .patt_box .patt {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  border-radius: 34px;
  -webkit-box-shadow: 9px -9px 13px rgba(20, 21, 53, 0.08);
          box-shadow: 9px -9px 13px rgba(20, 21, 53, 0.08);
}

.display_content .patt_box.right:after {
  right: -30px;
  top: -30px;
}

.display_content .patt_box.right .patt {
  -webkit-box-shadow: 9px -9px 13px rgba(20, 21, 53, 0.08);
          box-shadow: 9px -9px 13px rgba(20, 21, 53, 0.08);
}

.display_content .patt_box.left:after {
  left: -30px;
  top: -30px;
}

.display_content .patt_box.left .patt {
  -webkit-box-shadow: -9px -9px 13px rgba(20, 21, 53, 0.08);
          box-shadow: -9px -9px 13px rgba(20, 21, 53, 0.08);
}

.more-content {
  height: 400px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 50px;
  border-top: 2px dashed #e4e5ec;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .more-content {
    padding: 30px 10px;
  }
}

.more-content:before {
  content: '';
  width: 100%;
  height: 80%;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 0.8) 40%, white 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.more-content.show {
  height: auto !important;
  position: relative;
}

.more-content.show:before {
  content: none;
}

.more-content.show .down {
  display: none !important;
}

.more-content .down {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.more-content .down button {
  border: none;
  padding: 12px 28px;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  font-family: "bakh-bold";
  background: #fff;
  font-size: 15px;
  color: #040719;
}

.more-content .down button:hover {
  background: #3377E8;
  color: #fff;
}

.app-header {
  padding: 15px 20px;
}

.app-header .site_logo {
  display: block;
}

.app-header .arm_logo {
  display: none;
}

@media (max-width: 1200px) {
  .app-header .site_logo {
    display: none;
  }
  .app-header .arm_logo {
    display: block;
  }
}

.app-header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-header .buttons .auth, .app-header .buttons .download {
  height: 45px;
  margin-right: 10px;
}

.app-header .buttons .auth svg, .app-header .buttons .download svg {
  height: 20px;
  width: 20px;
}

.app-header .buttons .auth {
  background: #3377E8;
  width: 45px;
  border-radius: 50%;
  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-filter: drop-shadow(0px 9px 11px rgba(51, 119, 232, 0.19));
          filter: drop-shadow(0px 9px 11px rgba(51, 119, 232, 0.19));
}

.app-header .buttons .auth:hover {
  background: #185dd0;
  -webkit-filter: drop-shadow(0px 9px 11px rgba(51, 119, 232, 0.36));
          filter: drop-shadow(0px 9px 11px rgba(51, 119, 232, 0.36));
}

.app-header .buttons .auth svg {
  stroke: #fff;
}

.app-header .buttons .download {
  height: 45px;
  margin-right: 6px;
  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;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 50px;
  color: #4A517D;
}

.app-header .buttons .download:hover {
  border-color: #3377E8;
  color: #3377E8;
  -webkit-filter: drop-shadow(0px 9px 11px rgba(51, 119, 232, 0.36));
          filter: drop-shadow(0px 9px 11px rgba(51, 119, 232, 0.36));
}

@media (max-width: 768px) {
  .app-header .buttons .download {
    padding: 0 12px;
  }
}

@media (max-width: 1200px) {
  .app-header .buttons .download {
    width: 45px  !important;
  }
  .app-header .buttons .download svg {
    margin-left: 0 !important;
  }
  .app-header .buttons .download .text {
    display: none;
  }
}

@media (max-width: 1000px) {
  .app-header .buttons .download {
    width: auto  !important;
  }
  .app-header .buttons .download svg {
    margin-left: 6px !important;
  }
  .app-header .buttons .download .text {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .app-header .buttons .download .text {
    display: none;
  }
}

.app-header .buttons .download svg {
  height: 17px;
  width: 20px;
  margin-left: 8px;
  fill: #4A517D;
}

.app-header .app-header-sidebar-toggle {
  height: 25px;
  width: 25px;
  margin-right: 18px;
  cursor: pointer;
  fill: #434554;
}

.app-header .app-header-sidebar-toggle:hover {
  fill: #3377E8;
}

.app-header .app-header-sidebar {
  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;
  margin-right: 20px;
}

.app-header .app-header-sidebar .divider {
  border-top: 2px dashed #eee;
  padding: 0 !important;
  margin: 0 11px;
  padding-top: 20px !important;
}

.app-header .app-header-sidebar .headline {
  display: block;
  margin-right: 13px;
  margin-bottom: 10px;
  padding: 9px 6px;
  border-right: 3px solid #3377E8;
  font-size: 13px;
  color: #99a0aa;
  font-family: 'bakh-bold';
  border-radius: 2px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li {
  padding: 0 10px;
  display: inline-block;
  font-family: "bakh-regular";
  position: relative;
  line-height: 0;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:before {
  content: '';
  height: 30px;
  width: 100%;
  bottom: -30px;
  position: absolute;
}

@media (max-width: 1370px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li {
    padding: 0 6px;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .caret {
  stroke: #4A517D;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  margin-top: 5px;
  margin-right: 9px;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .caret {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .caret {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    height: 11px;
    width: 11px;
    margin-left: 0;
    stroke: #9ca1c4 !important;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li a {
  font-size: 15px;
  cursor: pointer;
  color: #21294D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "bakh-bold";
}

@media (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a {
    -webkit-transition: none;
    transition: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li a .svg {
  stroke: #21294D;
  width: 25px;
  height: 25px;
  margin-left: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .svg {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1250px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .svg {
    visibility: hidden;
    opacity: 0;
    margin-right: -30px;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .svg {
    margin-left: 7px;
    visibility: visible;
    opacity: 1;
    margin-right: 0;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li a .svg.nfs {
  fill: none;
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
  display: block;
  font-size: 13px;
  color: #8c97a7;
  margin-top: 9px;
  letter-spacing: 0;
  bottom: -18px;
  right: 46px;
  -webkit-transform: translateX(-31px);
          transform: translateX(-31px);
  font-family: "bakh-light";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1250px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}

@media (max-width: 1370px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    font-size: 11px;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a .headerMenuLiDesc {
    display: none;
  }
}

@media (max-width: 1370px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a {
  color: #121629;
}

@media (min-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a .svg, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .svg {
    stroke: #FEB703;
    -webkit-transform: translateY(60px) translateX(-40px);
            transform: translateY(60px) translateX(-40px);
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a .headerMenuLiDesc, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .headerMenuLiDesc {
  color: #4A517D;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a .caret, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .caret {
  stroke: #3377E8 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a .caret, .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a .caret {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
}

@media (min-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li:hover .submenu, .app-header .app-header-sidebar .app-header-sidebar--menu li.active .submenu {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li:hover .submenu, .app-header .app-header-sidebar .app-header-sidebar--menu li.active .submenu {
    display: block;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu {
  position: absolute;
  top: 50px;
  min-width: 281px;
  min-height: 50px;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 67px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 9px 67px rgba(0, 0, 0, 0.09);
  line-height: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu {
    -webkit-transition: none;
    transition: none;
  }
}

@media (min-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    right: 30px;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu {
    display: none;
    right: 0;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.big {
  min-width: 700px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-digital {
  min-width: 800px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-electronic {
  min-width: 460px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-gift {
  min-width: 460px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-payment {
  min-width: 644px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.submneu-700 {
  min-width: 489px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box {
  width: 100%;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box a {
  font-size: 14px;
  font-family: "bakh-regular";
  font-weight: 600;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items {
    -webkit-transition: none;
    transition: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items:hover .arrow-left svg, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items.active .arrow-left svg {
  fill: #3377E8;
  stroke: #3377E8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left {
  position: absolute;
  left: 8px;
  top: 9%;
  -webkit-transition: 0.2s cubic-bezier(0.48, 0.01, 0, 0.89);
  transition: 0.2s cubic-bezier(0.48, 0.01, 0, 0.89);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left {
    -webkit-transition: none;
    transition: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left svg {
  height: 12px;
  width: 12px;
  stroke: #21294D;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .icon {
  margin-left: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .icon svg {
  height: 40px;
  width: 40px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .title {
  font-size: 15px;
  font-family: "bakh-regular", "tahome";
  margin: 0;
  margin-bottom: -11px;
  display: block;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .title {
    margin-top: -11px;
    font-size: 13px;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .desc {
  color: #848e9c;
  font-size: 11px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  padding: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .arrow-left {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  visibility: hidden;
  -webkit-transform: translateX(10px) rotate(90deg);
          transform: translateX(10px) rotate(90deg);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover {
  background: #F9FBFF;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .arrow-left {
  visibility: visible;
  -webkit-transform: translateX(0px) rotate(90deg);
          transform: translateX(0px) rotate(90deg);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .icon svg {
  background: #3377E8;
  stroke: #fff;
  fill: #fff;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .icon svg.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a:hover .icon svg.nf {
  fill: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg {
  height: 40px;
  width: 40px;
  padding: 9px;
  border-radius: 16px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
          box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
  stroke: #5264b5;
  fill: #5264b5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg.nf {
  fill: none;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box.withoutcat a .icon svg {
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat {
  position: relative;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents {
    position: relative;
    height: auto;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9FBFF;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats {
    background-color: #F9FBFF;
    border-radius: 0;
    border-left: none;
    padding: 0;
    width: 100% !important;
    display: block;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats.full {
  width: 100%;
  border-radius: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat {
  font-family: "bakh-bold";
  color: #21294D;
  font-size: 13px;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  border-top: 3px solid transparent;
  min-width: 124px;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat {
    font-size: 12px;
    color: #4e4e4e;
    margin-top: 0 !important;
    position: relative;
    display: block !important;
    padding: 6px 21px 6px 12px;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #ddd;
    position: absolute;
    left: 25px;
    top: 10px;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.open {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.open:before {
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #3377E8;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active {
  background: #fff;
  border-top: 3px solid #3377E8;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active {
    border-top: 3px solid transparent !important;
    background: #eef3f6;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover.root, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active.root {
  background: #3377E8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover.root .desc, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active.root .desc {
  color: #bcd3f8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .arrow, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .arrow {
  fill: #fff;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .logo, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .logo {
  stroke: #fff;
  fill: #fff;
  background: #3377E8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .logo.ns, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .logo.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat:hover .logo.nf, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.active .logo.nf {
  fill: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.nf {
  fill: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 30px;
  height: 31px;
  margin: 7px 10px 7px 13px;
  fill: #21294D;
  padding: 7px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo {
  height: 50px;
  width: 50px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
          box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
  border-radius: 19px;
  stroke: #5264b5;
  fill: #5264b5;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo.ns {
  stroke: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo.nf {
  fill: none;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat .logo {
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.root {
  background: #EFF4FE;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.root .desc {
  margin-top: -12px;
  display: block;
  letter-spacing: 1px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .cats .cat.root .logo {
  height: 35px !important;
  width: 35px !important;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents {
  font-size: 12px;
  font-family: "bakh-regular";
  padding: 25px;
  position: relative;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .mega-img {
  position: absolute;
  width: 418px;
  height: 399px;
  bottom: -50px;
  opacity: 0.3;
  left: -42px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .mega-img.small {
  width: 318px;
  height: 299px;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents {
    width: 100%;
    right: 0;
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content {
  display: none;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content.show {
  display: block;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content.show {
    display: none;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents .content.mobile-show {
  display: block;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a {
  padding: 1px 0px !important;
  color: #555;
  text-align: right;
  padding-right: 15px !important;
  font-family: "bakh-regular";
  font-size: 13px !important;
  display: block;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a:hover {
  color: #3377E8;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a.a-root {
  color: #13b2e7 !important;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a.a-root:hover {
  color: #3377E8 !important;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a span {
  display: inline;
  color: inherit;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a i {
  font-style: normal;
  font-size: 11px;
  opacity: 0.8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a .coin-symbol {
  font-size: 11px;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a {
    font-size: 12px !important;
    padding-right: 35px !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .contents a i {
    font-family: "bakh-regular" !important;
    font-style: normal !important;
    font-size: 11px !important;
    opacity: 0.8 !important;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a {
  font-size: 12px !important;
  padding-right: 25px !important;
  color: #21294D;
  font-family: "bakh-regular";
  display: block;
  font-weight: 500;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a span {
  display: inline;
  color: inherit;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a i {
  font-style: normal;
  font-size: 11px;
  opacity: 0.8;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat .appendContent a .coin-symbol {
  font-size: 11px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside {
  height: 287px;
}

@media (max-width: 1200px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside {
    height: auto;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .contents {
  width: calc(100% - 200px);
  position: absolute !important;
  top: 0;
  right: 200px;
  height: 100%;
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .contents {
    position: relative !important;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1200px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats {
    position: relative;
  }
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 13px;
  border-top: none;
  border-right: 3px solid transparent;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat .logo {
  height: 40px;
  width: 40px;
  padding: 9px;
  border-radius: 16px;
  margin-left: 10px;
}

.app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat.active {
  border-right: 3px solid #3377E8;
}

@media (max-width: 1200px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat:hover, .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box-with-cat.aside .cats .cat.active {
    border-right: 3px solid transparent;
    border-top: none !important;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar {
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    width: 311px;
    display: block;
    padding: 0;
    z-index: 100;
    margin: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
    overflow: hidden;
    overflow-y: auto;
  }
  .app-header .app-header-sidebar::-webkit-scrollbar {
    width: 5px;
  }
  .app-header .app-header-sidebar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
  }
  .app-header .app-header-sidebar.open {
    -webkit-transition: 0.4s cubic-bezier(0.1, 0.58, 0.81, 0.91);
    transition: 0.4s cubic-bezier(0.1, 0.58, 0.81, 0.91);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1000px) and (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar.open {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu .moon {
    width: 20px;
    height: 20px;
    fill: #848d9a;
    cursor: pointer;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu .moon:hover, .app-header .app-header-sidebar .app-header-sidebar--menu .moon.active {
    fill: #3377E8 !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li {
    padding: 0;
    display: block;
    position: relative;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li.head {
    padding: 17px 5px 4px 22px;
    background: rgba(6, 6, 6, 0);
    margin-bottom: 20px;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li.head .close {
    padding: 1px;
    border-radius: 5px;
    text-align: center;
    margin-right: 17px;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li.head .close svg {
    width: 17px;
    height: 17px;
    fill: #848d9a;
    cursor: pointer;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li.head .close svg:hover {
    fill: #3377E8 !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .caret {
    position: absolute;
    left: 20px;
    top: 15px;
    stroke: #21294D;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a {
    color: #1E2329;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li.active > a svg {
    fill: #3377E8;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li.active .caret {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
    stroke: #3377E8 !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px;
    color: #393a54;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li:hover > a {
    color: #1E2329;
    background: rgba(130, 158, 217, 0.07);
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li:hover .submenu {
    display: none;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu {
    position: relative;
    width: 100%;
    min-width: 100% !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.big {
    width: 100%;
    min-width: 100% !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu.open {
    display: block;
    margin: -44px 0px 55px !important;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box {
    margin-top: 0;
    padding: 0px;
    background: white;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box a {
    padding: 5px 15px !important;
    display: block;
    position: relative;
    color: #45494e;
    padding: 8px 15px !important;
    font-size: 12px;
    font-family: "bakh-bold";
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box a .desc {
    display: none;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box a:hover {
    background: rgba(0, 0, 0, 0.07);
    color: #393a54;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0px;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
  }
}

@media (max-width: 1000px) and (prefers-reduced-motion: reduce) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items:hover {
    background: none !important;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items:hover .icon svg {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items:hover .arrow-left {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items.active:hover .arrow-left svg {
    fill: #3377E8;
    stroke: #3377E8;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left {
    position: absolute;
    left: 12px;
    top: 17%;
    -webkit-transition: 0.2s cubic-bezier(0.48, 0.01, 0, 0.89);
    transition: 0.2s cubic-bezier(0.48, 0.01, 0, 0.89);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 1000px) and (max-width: 1200px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left {
    left: -2px;
    top: -9%;
  }
}

@media (max-width: 1000px) {
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .arrow-left svg {
    height: 14px;
    width: 14px;
    fill: #21294D;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .icon {
    margin-left: 6px;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .icon svg {
    height: 24px;
    width: 24px;
    opacity: 0.5;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items h3 {
    font-size: 13px;
  }
  .app-header .app-header-sidebar .app-header-sidebar--menu li .submenu .box .items .desc {
    font-size: 10px;
  }
}

.app-header .box-fast-access {
  position: relative;
  margin-left: 20px;
}

.app-header .box-fast-access .fastmenu {
  display: block;
}

.app-header .box-fast-access .menu {
  display: none;
}

@media (max-width: 1200px) {
  .app-header .box-fast-access .fastmenu {
    display: none;
  }
  .app-header .box-fast-access .menu {
    display: block;
  }
  .app-header .box-fast-access .dropDown {
    display: none !important;
  }
}

.app-header .box-fast-access:before {
  content: "";
  position: absolute;
  top: -27px;
  height: 5px;
  width: 100%;
  border-radius: 0 0 7px 7px;
  left: 0;
  background: #3377E8;
}

.app-header .box-fast-access:after {
  content: "";
  position: absolute;
  bottom: -18px;
  height: 18px;
  width: 50px;
  right: -5px;
}

.app-header .box-fast-access .dropDown {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  width: 300px;
  right: -15px;
  top: 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 19px 69px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 19px 69px rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.98, 0, 0.46);
  transition: 0.3s cubic-bezier(0.25, 0.98, 0, 0.46);
  z-index: 10;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.app-header .box-fast-access .dropDown .content {
  padding: 0 20px;
}

@media (max-width: 1000px) {
  .app-header .box-fast-access .dropDown {
    width: 284px;
  }
}

.app-header .box-fast-access .dropDown .dropDownTitle {
  margin: 5px  15px;
  padding: 10px;
  border-bottom: 1px dashed #ddd;
  font-family: bakh-bold;
  font-size: 13px;
}

.app-header .box-fast-access .dropDown .dropDownTitle:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 3px;
  width: 35px;
  border-radius: 0 0 7px 7px;
  right: 17px;
  background: #3377E8;
}

.app-header .box-fast-access:hover .dropDown {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.app-header .box-fast-access .box {
  line-height: 0;
  background: #e7eaeda6;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.05, 0.23, 0.03, 0.86);
  transition: 0.3s cubic-bezier(0.05, 0.23, 0.03, 0.86);
}

.app-header .box-fast-access .box svg {
  width: 21px;
  height: 21px;
  stroke: #21294D;
  stroke-width: 1.5px;
  -webkit-transition: 0.3s cubic-bezier(0.05, 0.23, 0.03, 0.86);
  transition: 0.3s cubic-bezier(0.05, 0.23, 0.03, 0.86);
}

.app-header .box-fast-access .box:hover {
  background: #3377E8;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.app-header .box-fast-access .box:hover svg {
  stroke: #fff;
}

.app-header .box-fast-access .fastAccessItem {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  width: 75px;
}

.app-header .box-fast-access .fastAccessItem .fastAccessItem__icon {
  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;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
          box-shadow: 0px 12px 12px rgba(38, 109, 228, 0.08);
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
  border-radius: 25px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.app-header .box-fast-access .fastAccessItem .fastAccessItem__icon svg {
  stroke: #4A517D;
  stroke-width: 1px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  margin: 0 auto;
}

.app-header .box-fast-access .fastAccessItem:hover .fastAccessItem__icon {
  background: #3377E8;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.app-header .box-fast-access .fastAccessItem:hover .fastAccessItem__icon svg {
  stroke: #fff;
  color: #fff;
  stroke-width: 1.5px;
}

.app-header .box-fast-access .fastAccessItem span {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #21294D;
  text-align: center;
}

@media (max-width: 1000px) {
  .app-header .box-fast-access .fastAccessItem span {
    display: block;
    width: 67px;
  }
}

.app-header .box-fast-access .footer {
  width: 100%;
  padding: 10px 0 10px 0;
  background: #F9FBFF;
  border-radius: 0px 0px 25px 25px;
  margin-top: 10px;
  position: relative;
}

@keyframes cf-live {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

.app-header .box-fast-access .live {
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  background: #4fd914;
  border-radius: 50%;
  margin: 0 4px;
  position: absolute;
  right: 30px;
  top: 17px;
  z-index: 5;
  -webkit-animation: cf-live 0.8s infinite;
          animation: cf-live 0.8s infinite;
  -webkit-transition: 0.8s cubic-bezier(0.2, 0.78, 0.81, 0.99);
  transition: 0.8s cubic-bezier(0.2, 0.78, 0.81, 0.99);
}

.app-footer {
  padding: 0 20px 20px;
  min-height: 200px;
  background: #fff url("/assets/images/2022/app-bottom-pattern.svg") no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.app-footer .application {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 34px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 25px;
  margin: 30px 0 40px;
}

.app-footer .application a svg {
  width: 100%;
}

@media (max-width: 1000px) {
  .app-footer .application a {
    display: block;
    margin-bottom: 10px;
  }
}

.app-footer .application .title {
  font-family: "bakh-black";
  color: #21294D;
  font-size: 20px;
}

.app-footer .application .title .it {
  width: 58px;
  height: 58px;
}

@media (max-width: 1000px) {
  .app-footer .application .title .it {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1000px) {
  .app-footer .application .title {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.app-footer .application .title svg {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .app-footer .application .title {
    display: block !important;
    text-align: center;
    font-size: 14px;
  }
  .app-footer .application .title .it {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}

.app-footer .contact {
  background: #F1F5FF;
  padding: 25px;
  border-radius: 25px;
  color: #4A517D;
  font-size: 15px;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .app-footer .contact {
    font-size: 13px;
  }
}

.app-footer .contact .item {
  font-family: "bakh-bold";
}

.app-footer .contact .item .title {
  font-family: "bakh-black";
}

.app-footer .contact .item svg {
  margin-left: 15px;
}

@media (max-width: 1000px) {
  .app-footer .contact .item {
    margin-bottom: 30px;
  }
}

.app-footer .contact .call {
  font-family: "bakh-black";
  color: #4A517D;
  font-size: 18px;
}

.app-footer .contact .call svg {
  margin-right: 10px;
}

.app-footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .app-footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 50px 0;
  }
}

.app-footer .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .app-footer .socials a {
    -webkit-transition: none;
    transition: none;
  }
}

.app-footer .socials a:hover {
  background: #3377E8;
}

.app-footer .socials a:hover svg {
  fill: #fff;
}

.app-footer .socials a svg {
  height: 20px;
  width: 20px;
  fill: #4A517D;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .app-footer .socials a svg {
    -webkit-transition: none;
    transition: none;
  }
}

.app-footer .footer-bottom {
  background: #21294D;
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}

.app-footer .footer-bottom .button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-top: -59px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app-footer .footer-bottom .button button {
  background: #FEB703;
  width: 54px;
  height: 54px;
  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;
  border: none;
  cursor: pointer;
  margin-top: -55px !important;
  border-radius: 50%;
}

@media (max-width: 1000px) {
  .app-footer .footer-bottom .button {
    margin-bottom: 20px;
  }
}

.app-footer .footer-bottom strong {
  color: #FEB703;
}

.app-footer .footer-bottom .light {
  color: #BCBCBC;
}

.app-footer .copyright {
  text-align: center;
  padding: 20px;
  font-family: "bakh-regular", "tahome";
  color: #707A8A;
  font-size: 12px;
}

@media (max-width: 1000px) {
  .app-footer .footer-links {
    text-align: center;
  }
}

.app-footer .footer-links .title {
  color: #21294D;
  font-size: 15px;
  font-family: "bakh-bold";
  margin-bottom: 15px;
}

.app-footer .footer-links a {
  display: block;
  padding: 5px 0;
  color: #4A517D;
  font-size: 13px;
  line-height: 23px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .app-footer .footer-links a {
    -webkit-transition: none;
    transition: none;
  }
}

.app-footer .footer-links a:hover {
  color: #3377E8;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.loading-cms {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 999999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-family: 'sans-black';
  color: #555;
}

.loading-cms img {
  margin-bottom: 10px;
}

.app-card {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
}

.app-card .card-title {
  font-size: 18px;
  font-family: "bakh-black";
}

.app-card label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #555;
}

.error-web .title {
  font-family: "bakh-bold";
  font-size: 23px;
}

@media (max-width: 768px) {
  .error-web .title {
    font-size: 17px;
  }
}
