/* [project]/styles/css/core.min.css [client] (css) */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #f64e60;
  --bs-orange: #fd7e14;
  --bs-yellow: #fad776;
  --bs-green: #6dbb30;
  --bs-teal: #20c997;
  --bs-cyan: #73e7f7;
  --bs-white: #fff;
  --bs-gray: #869ab8;
  --bs-gray-dark: #384c74;
  --bs-gray-100: #f9fbfd;
  --bs-gray-200: #f1f4f8;
  --bs-gray-300: #d9e2ef;
  --bs-gray-400: #c6d3e6;
  --bs-gray-500: #abbcd5;
  --bs-gray-600: #869ab8;
  --bs-gray-700: #506690;
  --bs-gray-800: #384c74;
  --bs-gray-900: #1b2a4e;
  --bs-primary: #574fec;
  --bs-secondary: #6c757d;
  --bs-success: #6dbb30;
  --bs-info: #73e7f7;
  --bs-warning: #fad776;
  --bs-danger: #f64e60;
  --bs-light: #f8f9fa;
  --bs-dark: #2e2e2e;
  --bs-primary-rgb: 87,79,236;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 109,187,48;
  --bs-info-rgb: 115,231,247;
  --bs-warning-rgb: 250,215,118;
  --bs-danger-rgb: 246,78,96;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 46,46,46;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 28,9,80;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg,#ffffff26,#fff0);
  --bs-body-font-family: Inter,Rubik,Open Sans,Roboto,sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1c0950;
  --bs-body-bg: #fff;
}

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

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

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

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

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

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

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

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

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

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

.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

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

.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

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

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

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

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

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

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

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

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

ol ol, ol ul, ul ol, ul ul {
  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, small {
  font-size: .875em;
}

.mark, mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #574fec;
  text-decoration: none;
}

a:hover {
  color: #463fbd;
}

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

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

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

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

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

a > code {
  color: inherit;
}

kbd {
  color: #fff;
  background-color: #1b2a4e;
  border-radius: .2rem;
  padding: .2rem .4rem;
  font-size: .875em;
}

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

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

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

caption {
  color: #506690;
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button, select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

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

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

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

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

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

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

.blockquote-footer {
  color: #869ab8;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #d9e2ef;
  border-radius: .35rem;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  color: #869ab8;
  font-size: .875em;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: var(--bs-gutter-x, .75rem);
  padding-right: var(--bs-gutter-x, .75rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.col {
  flex: 1 0;
}

.row-cols-auto > * {
  flex: none;
  width: auto;
}

.row-cols-1 > * {
  flex: none;
  width: 100%;
}

.row-cols-2 > * {
  flex: none;
  width: 50%;
}

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.row-cols-4 > * {
  flex: none;
  width: 25%;
}

.row-cols-5 > * {
  flex: none;
  width: 20%;
}

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.col-auto {
  flex: none;
  width: auto;
}

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-2 {
  flex: none;
  width: 16.6667%;
}

.col-3 {
  flex: none;
  width: 25%;
}

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

.col-6 {
  flex: none;
  width: 50%;
}

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

.col-9 {
  flex: none;
  width: 75%;
}

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

.col-12 {
  flex: none;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.6667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333%;
}

.offset-5 {
  margin-left: 41.6667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333%;
}

.offset-8 {
  margin-left: 66.6667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333%;
}

.offset-11 {
  margin-left: 91.6667%;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .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;
}

.g-6, .gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6, .gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7, .gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7, .gy-7 {
  --bs-gutter-y: 6rem;
}

.g-8, .gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8, .gy-8 {
  --bs-gutter-y: 8rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }

  .row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .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;
  }

  .g-sm-6, .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-6, .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-sm-7, .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-7, .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-8, .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-8, .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }

  .row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .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;
  }

  .g-md-6, .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-6, .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-md-7, .gx-md-7 {
    --bs-gutter-x: 6rem;
  }

  .g-md-7, .gy-md-7 {
    --bs-gutter-y: 6rem;
  }

  .g-md-8, .gx-md-8 {
    --bs-gutter-x: 8rem;
  }

  .g-md-8, .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }

  .row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .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;
  }

  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-lg-7, .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-7, .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-8, .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-8, .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }

  .row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .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;
  }

  .g-xl-6, .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-6, .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xl-7, .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-7, .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-8, .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-8, .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }

  .row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .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;
  }

  .g-xxl-6, .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-6, .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }

  .g-xxl-7, .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }

  .g-xxl-7, .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }

  .g-xxl-8, .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xxl-8, .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: #fff;
  --bs-table-striped-color: #1c0950;
  --bs-table-striped-bg: #f1f4f8;
  --bs-table-active-color: #1c0950;
  --bs-table-active-bg: #0000001a;
  --bs-table-hover-color: #1c0950;
  --bs-table-hover-bg: #f1f4f8;
  color: #1c0950;
  vertical-align: top;
  border-color: #eaf0f5;
  width: 100%;
  margin-bottom: 1rem;
}

.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-bottom-width: 1px;
  padding: .5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid #f1f4f8;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #dddcfb;
  --bs-table-striped-bg: #d2d1ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c7c6e2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cccce8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c7c6e2;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #e2f1d6;
  --bs-table-striped-bg: #d7e5cb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbd9c1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1dfc6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbd9c1;
}

.table-info {
  --bs-table-bg: #e3fafd;
  --bs-table-striped-bg: #d8eef0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cce1e4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d2e7ea;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cce1e4;
}

.table-warning {
  --bs-table-bg: #fef7e4;
  --bs-table-striped-bg: #f1ebd9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5decd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebe4d3;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5decd;
}

.table-danger {
  --bs-table-bg: #fddcdf;
  --bs-table-striped-bg: #f0d1d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4c6c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eaccce;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e4c6c9;
}

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

.table-dark {
  --bs-table-bg: #2e2e2e;
  --bs-table-striped-bg: #383838;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #434343;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #3e3e3e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #434343;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(.78rem + 1px);
  padding-bottom: calc(.78rem + 1px);
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.09rem + 1px);
  padding-bottom: calc(1.09rem + 1px);
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(.46rem + 1px);
  padding-bottom: calc(.46rem + 1px);
  font-size: 1rem;
}

.form-text {
  color: #506690;
  margin-top: .25rem;
  font-size: .875em;
}

.form-control {
  appearance: none;
  color: #1c0950;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dde4ea;
  border-radius: .35rem;
  width: 100%;
  padding: .78rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

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

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #1c0950;
  background-color: #fff;
  border-color: #574fec80;
  outline: 0;
  box-shadow: 0 0 25px #574fec1a;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #95a4af;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 1;
  background-color: #f1f4f8;
}

.form-control::file-selector-button {
  -webkit-margin-end: 1rem;
  border: 0 solid;
  border-color: inherit;
  color: #1c0950;
  margin: -.78rem -1rem;
  pointer-events: none;
  background-color: #f1f4f8;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin-inline-end: 1rem;
  padding: .78rem 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e5e8ec;
}

.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  border: 0 solid;
  border-color: inherit;
  color: #1c0950;
  pointer-events: none;
  background-color: #f1f4f8;
  border-inline-end-width: 1px;
  border-radius: 0;
  margin: -.78rem -1rem;
  margin-inline-end: 1rem;
  padding: .78rem 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e5e8ec;
}

.form-control-plaintext {
  border: solid #0000;
  color: #1c0950;
  background-color: #0000;
  border-width: 1px 0;
  width: 100%;
  margin-bottom: 0;
  padding: .78rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  border-radius: .2rem;
  min-height: calc(1.5em + .92rem + 2px);
  padding: .46rem 1rem;
  font-size: 1rem;
}

.form-control-sm::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -.46rem -1rem;
  margin-inline-end: 1rem;
  padding: .46rem 1rem;
}

.form-control-sm::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -.46rem -1rem;
  margin-inline-end: 1rem;
  padding: .46rem 1rem;
}

.form-control-lg {
  border-radius: .45rem;
  min-height: calc(1.5em + 2.18rem + 2px);
  padding: 1.09rem 1rem;
  font-size: 1rem;
}

.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -1.09rem -1rem;
  margin-inline-end: 1rem;
  padding: 1.09rem 1rem;
}

.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -1.09rem -1rem;
  margin-inline-end: 1rem;
  padding: 1.09rem 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.56rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + .92rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 2.18rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: .78rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border-radius: .35rem;
  height: 1.5em;
}

.form-control-color::-webkit-color-swatch {
  border-radius: .35rem;
  height: 1.5em;
}

.form-select {
  -moz-padding-start: calc(1rem - 3px);
  appearance: none;
  color: #1c0950;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #dde4ea;
  border-radius: .35rem;
  width: 100%;
  padding: .78rem 3rem .78rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

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

.form-select:focus {
  border-color: #574fec80;
  outline: 0;
  box-shadow: 0 0 0 .25rem #574fec40;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}

.form-select:disabled {
  background-color: #f1f4f8;
}

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 #1c0950;
}

.form-select-sm {
  border-radius: .2rem;
  padding-top: .46rem;
  padding-bottom: .46rem;
}

.form-select-lg, .form-select-sm {
  padding-left: 1rem;
  font-size: 1rem;
}

.form-select-lg {
  border-radius: .45rem;
  padding-top: 1.09rem;
  padding-bottom: 1.09rem;
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.75em;
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  color-adjust: exact;
  appearance: none;
  -webkit-print-color-adjust: exact;
  vertical-align: top;
  background-color: #f1f4f8;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #d9e2ef;
  width: 1.25em;
  height: 1.25em;
  margin-top: .125em;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0;
}

.form-check-input:checked {
  background-color: #574fec;
  border-color: #574fec;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #506690;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #506690;
}

.form-check-input:disabled {
  filter: none;
  opacity: .5;
  pointer-events: none;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.8em;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2.3em;
  width: 2.3em;
  margin-left: -2.8em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(87, 79, 236, 0.5)'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}

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

.btn-check {
  clip: rect(0,0,0,0);
  pointer-events: none;
  position: absolute;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  filter: none;
  opacity: .65;
  pointer-events: none;
}

.form-range {
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.7rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 10px 40px 10px #8c98a42d;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 10px 40px 10px #8c98a42d;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #506690;
  border: 0;
  border-radius: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -.4rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #506690;
}

.form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: #f1f4f8;
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .4rem;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #506690;
  border: 0;
  border-radius: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #506690;
}

.form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: #f1f4f8;
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .4rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #abbcd5;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #abbcd5;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  pointer-events: none;
  transform-origin: 0 0;
  border: 1px solid #0000;
  height: 100%;
  padding: 1rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control {
  padding: 1rem;
}

.form-floating > .form-control::placeholder {
  color: #0000;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.input-group > .form-control, .input-group > .form-select {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  color: #1c0950;
  text-align: center;
  white-space: nowrap;
  background-color: #f1f4f8;
  border: 1px solid #dde4ea;
  border-radius: .35rem;
  align-items: center;
  padding: .78rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  border-radius: .45rem;
  padding: 1.09rem 1rem;
  font-size: 1rem;
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  border-radius: .2rem;
  padding: .46rem 1rem;
  font-size: 1rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.valid-feedback {
  color: #6dbb30;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  color: #000;
  z-index: 5;
  background-color: #6dbb30;
  border-radius: .25rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .4rem .6rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #6dbb30;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #6dbb30;
  box-shadow: 0 0 0 .25rem #6dbb3040;
}

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #6dbb30;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #6dbb30;
  box-shadow: 0 0 0 .25rem #6dbb3040;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #6dbb30;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #6dbb30;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem #6dbb3040;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #6dbb30;
}

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

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1;
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

.invalid-feedback {
  color: #f64e60;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  color: #fff;
  z-index: 5;
  background-color: #f64e60;
  border-radius: .25rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .4rem .6rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #f64e60;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #f64e60;
  box-shadow: 0 0 0 .25rem #f64e6040;
}

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #f64e60;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #f64e60;
  box-shadow: 0 0 0 .25rem #f64e6040;
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #f64e60;
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #f64e60;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem #f64e6040;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f64e60;
}

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

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2;
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

.btn {
  color: #1c0950;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .35rem;
  padding: .78rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .25s ease-in-out;
  display: inline-block;
}

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

.btn:hover {
  color: #1c0950;
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
  outline: 0;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: .65;
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #574fec;
  border-color: #574fec;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #4a43c9;
  border-color: #463fbd;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: 0 0 0 .25rem #7069ef80;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #463fbd;
  border-color: #413bb1;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #7069ef80;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #574fec;
  border-color: #574fec;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  box-shadow: 0 0 0 .25rem #838a9180;
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #838a9180;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #000;
  background-color: #6dbb30;
  border-color: #6dbb30;
}

.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
  color: #000;
  background-color: #83c54f;
  border-color: #7cc245;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  box-shadow: 0 0 0 .25rem #5d9f2980;
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #8ac959;
  border-color: #7cc245;
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #5d9f2980;
}

.btn-success.disabled, .btn-success:disabled {
  color: #000;
  background-color: #6dbb30;
  border-color: #6dbb30;
}

.btn-info {
  color: #000;
  background-color: #73e7f7;
  border-color: #73e7f7;
}

.btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
  color: #000;
  background-color: #88ebf8;
  border-color: #81e9f8;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  box-shadow: 0 0 0 .25rem #62c4d280;
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #8fecf9;
  border-color: #81e9f8;
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #62c4d280;
}

.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #73e7f7;
  border-color: #73e7f7;
}

.btn-warning {
  color: #000;
  background-color: #fad776;
  border-color: #fad776;
}

.btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning:hover {
  color: #000;
  background-color: #fbdd8b;
  border-color: #fbdb84;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  box-shadow: 0 0 0 .25rem #d4b66380;
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fbdf91;
  border-color: #fbdb84;
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #d4b66380;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #fad776;
  border-color: #fad776;
}

.btn-danger {
  color: #fff;
  background-color: #f64e60;
  border-color: #f64e60;
}

.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
  color: #fff;
  background-color: #d14252;
  border-color: #c53e4d;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  box-shadow: 0 0 0 .25rem #f7697880;
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c53e4d;
  border-color: #b93b48;
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #f7697880;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f64e60;
  border-color: #f64e60;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-light, .btn-light:focus, .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  box-shadow: 0 0 0 .25rem #d3d4d580;
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #d3d4d580;
}

.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark:hover {
  color: #fff;
  background-color: #272727;
  border-color: #252525;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  box-shadow: 0 0 0 .25rem #4d4d4d80;
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #252525;
  border-color: #232323;
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem #4d4d4d80;
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.btn-outline-primary {
  color: #574fec;
  border-color: #574fec;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #574fec;
  border-color: #574fec;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem #574fec80;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #574fec;
  border-color: #574fec;
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem #574fec80;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #574fec;
  background-color: #0000;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem #6d767e80;
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem #6d767e80;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: #0000;
}

.btn-outline-success {
  color: #6dbb30;
  border-color: #6dbb30;
}

.btn-outline-success:hover {
  color: #000;
  background-color: #6dbb30;
  border-color: #6dbb30;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem #6dbb3080;
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #000;
  background-color: #6dbb30;
  border-color: #6dbb30;
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem #6dbb3080;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #6dbb30;
  background-color: #0000;
}

.btn-outline-info {
  color: #73e7f7;
  border-color: #73e7f7;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #73e7f7;
  border-color: #73e7f7;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem #73e7f780;
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #73e7f7;
  border-color: #73e7f7;
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem #73e7f780;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #73e7f7;
  background-color: #0000;
}

.btn-outline-warning {
  color: #fad776;
  border-color: #fad776;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #fad776;
  border-color: #fad776;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem #fad77580;
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #fad776;
  border-color: #fad776;
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem #fad77580;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fad776;
  background-color: #0000;
}

.btn-outline-danger {
  color: #f64e60;
  border-color: #f64e60;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #f64e60;
  border-color: #f64e60;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem #f64e6080;
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #f64e60;
  border-color: #f64e60;
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem #f64e6080;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f64e60;
  background-color: #0000;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem #f8f9fa80;
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem #f8f9fa80;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: #0000;
}

.btn-outline-dark {
  color: #2e2e2e;
  border-color: #2e2e2e;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem #2e2e2e80;
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem #2e2e2e80;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2e2e2e;
  background-color: #0000;
}

.btn-link {
  color: #574fec;
  font-weight: 400;
  text-decoration: none;
}

.btn-link:hover {
  color: #463fbd;
}

.btn-link.disabled, .btn-link:disabled {
  color: #869ab8;
}

.btn-group-lg > .btn, .btn-lg {
  border-radius: .45rem;
  padding: 1.09rem 1rem;
  font-size: 1rem;
}

.btn-group-sm > .btn, .btn-sm {
  border-radius: .2rem;
  padding: .46rem 1rem;
  font-size: 1rem;
}

.fade {
  transition: opacity .15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  color: #1c0950;
  z-index: 1000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0000;
  border-radius: .6rem;
  min-width: 10rem;
  margin: 0;
  padding: 1rem .5rem;
  list-style: none;
  display: none;
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  margin-top: .125rem;
  top: 100%;
  left: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

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

.dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .dropdown-menu-md-end {
    --bs-position: end;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

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

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: .125rem;
  top: auto;
  bottom: 100%;
}

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: .125rem;
  top: 0;
  left: 100%;
  right: auto;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: .125rem;
  top: 0;
  left: auto;
  right: 100%;
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  border-top: 1px solid #f1f6fa;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.dropdown-item {
  clear: both;
  color: #1b2a4e;
  text-align: inherit;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  width: 100%;
  padding: 8px 25px;
  font-weight: 400;
  display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #182646;
  background-color: #f1f4f8;
}

.dropdown-item.active, .dropdown-item:active {
  color: #574fec;
  background-color: #f9fbfd;
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #abbcd5;
  pointer-events: none;
  background-color: #0000;
}

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

.dropdown-header {
  color: inherit;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  color: #1b2a4e;
  padding: 8px 25px;
  display: block;
}

.dropdown-menu-dark {
  color: #d9e2ef;
  background-color: #384c74;
  border-color: #0000;
}

.dropdown-menu-dark .dropdown-item {
  color: #d9e2ef;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: #ffffff26;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #574fec;
  background-color: #f9fbfd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #abbcd5;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: #f1f6fa;
}

.dropdown-menu-dark .dropdown-item-text {
  color: #d9e2ef;
}

.dropdown-menu-dark .dropdown-header {
  color: #abbcd5;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  flex: auto;
  position: relative;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  color: #574fec;
  padding: .5rem 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

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

.nav-link:focus, .nav-link:hover {
  color: #463fbd;
}

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

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

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

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

.nav-tabs .nav-link.disabled {
  color: #869ab8;
  background-color: #0000;
  border-color: #0000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #506690;
  background-color: #fff;
  border-color: #d9e2ef #d9e2ef #fff;
}

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

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

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #1b2a4e;
  background-color: #f1f4f8;
}

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

.nav-justified .nav-item, .nav-justified > .nav-link {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

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

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

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

.navbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  white-space: nowrap;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
}

.navbar-nav {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  transition: box-shadow .15s ease-in-out;
}

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

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: 0 0 0 .25rem;
}

.navbar-toggler-icon {
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler, .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler, .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler, .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    z-index: 1000;
    background-color: #0000;
    border-left: 0;
    border-right: 0;
    flex-grow: 1;
    transition: none;
    bottom: 0;
    transform: none;
    visibility: visible !important;
  }

  .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
    border-top: 0;
    border-bottom: 0;
    height: auto;
  }

  .navbar-expand-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler, .navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  z-index: 1000;
  background-color: #0000;
  border-left: 0;
  border-right: 0;
  flex-grow: 1;
  transition: none;
  bottom: 0;
  transform: none;
  visibility: visible !important;
}

.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
  border-top: 0;
  border-bottom: 0;
  height: auto;
}

.navbar-expand .offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #000000e6;
}

.navbar-light .navbar-nav .nav-link {
  color: #0000008c;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000000b3;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #000000e6;
}

.navbar-light .navbar-toggler {
  color: #0000008c;
  border-color: #0000001a;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: #0000008c;
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: #000000e6;
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffffe6;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #ffffffe6;
  border-color: #ffffff1a;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: #ffffffe6;
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dde4ea;
  border-radius: .35rem;
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.35rem - 1px);
  border-top-right-radius: calc(.35rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.35rem - 1px);
  border-bottom-left-radius: calc(.35rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: auto;
  padding: 1rem;
}

.card-subtitle, .card-title {
  margin-bottom: 0;
}

.card-subtitle {
  margin-top: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  background-color: inherit;
  border-bottom: 1px solid #dde4ea;
  margin-bottom: 0;
  padding: 1rem;
}

.card-header:first-child {
  border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;
}

.card-footer {
  background-color: inherit;
  border-top: 1px solid #dde4ea;
  padding: 1rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px);
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -1rem;
}

.card-header-pills, .card-header-tabs {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.card-img-overlay {
  border-radius: calc(.35rem - 1px);
  padding: 1rem;
  position: absolute;
  inset: 0;
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(.35rem - 1px);
  border-top-right-radius: calc(.35rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.35rem - 1px);
  border-bottom-left-radius: calc(.35rem - 1px);
}

.card-group > .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  color: #1c0950;
  overflow-anchor: none;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .25s ease-in-out, border-radius .15s;
  display: flex;
  position: relative;
}

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

.accordion-button:not(.collapsed) {
  background-color: none;
  color: #4e47d4;
  box-shadow: inset 0 -1px #00000020;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234e47d4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}

.accordion-button:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c0950'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  box-shadow: none;
  z-index: 3;
  border-color: #574fec80;
  outline: 0;
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid #00000020;
}

.accordion-item:first-of-type {
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.35rem - 1px);
  border-top-right-radius: calc(.35rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: .35rem;
  border-bottom-left-radius: .35rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.35rem - 1px);
  border-bottom-left-radius: calc(.35rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .35rem;
  border-bottom-left-radius: .35rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  background-color: #0000;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #d9e2ef;
  content: var(--bs-breadcrumb-divider, "/");
  float: left;
  padding-right: .5rem;
}

.breadcrumb-item.active {
  color: #869ab8;
}

.pagination {
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  color: #869ab8;
  background-color: #fff;
  border: 1px solid #eef2f5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

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

.page-link:hover {
  color: #130d7b;
  z-index: 2;
  background-color: #fdfefe;
  border-color: #eef2f5;
}

.page-link:focus {
  box-shadow: none;
  color: #463fbd;
  z-index: 3;
  background-color: #f1f4f8;
  outline: 0;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  color: #574fec;
  z-index: 3;
  background-color: #f1f0fd;
  border-color: #f1f0fd;
}

.page-item.disabled .page-link {
  color: #c6d3e6;
  pointer-events: none;
  background-color: #fff;
  border-color: #eef2f5;
}

.page-link {
  padding: .375rem .75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: .35rem;
  border-bottom-left-radius: .35rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .35rem;
  border-bottom-right-radius: .35rem;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .45rem;
  border-bottom-left-radius: .45rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .45rem;
  border-bottom-right-radius: .45rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: .35rem;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  border: 1px solid #0000;
  border-radius: .35rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  z-index: 2;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-primary {
  color: #342f8e;
  background-color: #dddcfb;
  border-color: #cdcaf9;
}

.alert-primary .alert-link {
  color: #2a2672;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #41701d;
  background-color: #e2f1d6;
  border-color: #d3ebc1;
}

.alert-success .alert-link {
  color: #345a17;
}

.alert-info {
  color: #458b94;
  background-color: #e3fafd;
  border-color: #d5f8fd;
}

.alert-info .alert-link {
  color: #376f76;
}

.alert-warning {
  color: #968147;
  background-color: #fef7e4;
  border-color: #fef3d6;
}

.alert-warning .alert-link {
  color: #786739;
}

.alert-danger {
  color: #942f3a;
  background-color: #fddcdf;
  border-color: #fccacf;
}

.alert-danger .alert-link {
  color: #76262e;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #1c1c1c;
  background-color: #d5d5d5;
  border-color: silver;
}

.alert-dark .alert-link {
  color: #161616;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  background-color: #f1f4f8;
  border-radius: .35rem;
  height: 1rem;
  font-size: .75rem;
}

.progress, .progress-bar {
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #574fec;
  flex-direction: column;
  justify-content: center;
  transition: width .6s;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 0 50%, #ffffff26 0 75%, #0000 0, #0000);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  border-radius: .35rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.list-group-numbered > li:before {
  content: counters(section,".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  color: #506690;
  text-align: inherit;
  width: 100%;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #506690;
  z-index: 1;
  background-color: #f9fbfd;
  text-decoration: none;
}

.list-group-item-action:active {
  color: #1c0950;
  background-color: #f1f4f8;
}

.list-group-item {
  color: #1b2a4e;
  background-color: #fff;
  border: 1px solid #00000020;
  padding: .5rem 1rem;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  color: #fff;
  z-index: 2;
  background-color: #574fec;
  border-color: #574fec;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: .35rem;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .35rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .35rem;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .35rem;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .35rem;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .35rem;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: .35rem;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .35rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #342f8e;
  background-color: #dddcfb;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #342f8e;
  background-color: #c7c6e2;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #342f8e;
  border-color: #342f8e;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #41701d;
  background-color: #e2f1d6;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #41701d;
  background-color: #cbd9c1;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #41701d;
  border-color: #41701d;
}

.list-group-item-info {
  color: #458b94;
  background-color: #e3fafd;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #458b94;
  background-color: #cce1e4;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #458b94;
  border-color: #458b94;
}

.list-group-item-warning {
  color: #968147;
  background-color: #fef7e4;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #968147;
  background-color: #e5decd;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #968147;
  border-color: #968147;
}

.list-group-item-danger {
  color: #942f3a;
  background-color: #fddcdf;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #942f3a;
  background-color: #e4c6c9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #942f3a;
  border-color: #942f3a;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #1c1c1c;
  background-color: #d5d5d5;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1c1c1c;
  background-color: silver;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.btn-close {
  box-sizing: content-box;
  color: #000;
  opacity: .5;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50% / 1em no-repeat;
  border: 0;
  border-radius: .35rem;
  width: 1em;
  height: 1em;
  padding: .25em;
}

.btn-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none;
}

.btn-close:focus {
  box-shadow: none;
  opacity: 1;
  outline: 0;
}

.btn-close.disabled, .btn-close:disabled {
  opacity: .25;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.btn-close-white {
  filter: invert() grayscale() brightness(200%);
}

.toast {
  pointer-events: auto;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border: 1px solid #f1f4f8;
  border-radius: .3rem;
  width: 300px;
  max-width: 100%;
  font-size: .935rem;
  box-shadow: 0 1px 3px #32325d26, 0 4px 6px #709dc726;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  pointer-events: none;
  width: max-content;
  max-width: 100%;
}

.toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}

.toast-header {
  color: #869ab8;
  background-color: #ffffffd9;
  background-clip: padding-box;
  border-bottom: 1px solid #0000000d;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.toast-header .btn-close {
  margin-left: .75rem;
  margin-right: -.375rem;
}

.toast-body {
  word-wrap: break-word;
  padding: .75rem;
}

.modal {
  z-index: 1055;
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.modal-dialog {
  pointer-events: none;
  width: auto;
  margin: .5rem;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  align-items: center;
  min-height: calc(100% - 1rem);
  display: flex;
}

.modal-content {
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0000;
  border-radius: .6rem;
  outline: 0;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.modal-backdrop {
  z-index: 1050;
  background-color: #131f4342;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-header {
  border-bottom: 1px solid #eef2f5;
  border-top-left-radius: calc(.6rem - 1px);
  border-top-right-radius: calc(.6rem - 1px);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.modal-header .btn-close {
  margin: -.5rem -.5rem -.5rem auto;
  padding: .5rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  flex: auto;
  padding: 1rem;
  position: relative;
}

.modal-footer {
  border-top: 1px solid #eef2f5;
  border-bottom-right-radius: calc(.6rem - 1px);
  border-bottom-left-radius: calc(.6rem - 1px);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.modal-footer > * {
  margin: .25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  word-wrap: break-word;
  letter-spacing: normal;
  line-break: auto;
  opacity: 0;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080;
  margin: 0;
  font-family: Inter, Rubik, Open Sans, Roboto, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-auto[data-popper-placement^="top"], .bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
  border-width: .4rem .4rem 0;
  border-top-color: #384c74;
  top: -1px;
}

.bs-tooltip-auto[data-popper-placement^="right"], .bs-tooltip-end {
  padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  width: .4rem;
  height: .8rem;
  left: 0;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #384c74;
  right: -1px;
}

.bs-tooltip-auto[data-popper-placement^="bottom"], .bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #384c74;
  bottom: -1px;
}

.bs-tooltip-auto[data-popper-placement^="left"], .bs-tooltip-start {
  padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  width: .4rem;
  height: .8rem;
  right: 0;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #384c74;
  left: -1px;
}

.tooltip-inner {
  color: #d9e2ef;
  text-align: center;
  background-color: #384c74;
  border-radius: .25rem;
  max-width: 200px;
  padding: .4rem .6rem;
}

.popover {
  word-wrap: break-word;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  max-width: 276px;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border-radius: .45rem;
  font-family: Inter, Rubik, Open Sans, Roboto, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popover .popover-arrow {
  width: 1rem;
  height: .5rem;
  display: block;
  position: absolute;
}

.popover .popover-arrow:after, .popover .popover-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  display: block;
  position: absolute;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before, .bs-popover-top > .popover-arrow:before {
  border-width: .5rem .5rem 0;
  border-top-color: #e6e6e6;
  bottom: 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after, .bs-popover-top > .popover-arrow:after {
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
  bottom: 1px;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .popover-arrow {
  width: .5rem;
  height: 1rem;
  left: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before, .bs-popover-end > .popover-arrow:before {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #e6e6e6;
  left: 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after, .bs-popover-end > .popover-arrow:after {
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
  left: 1px;
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:before {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #e6e6e6;
  top: 0;
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after, .bs-popover-bottom > .popover-arrow:after {
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
  top: 1px;
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before, .bs-popover-bottom .popover-header:before {
  content: "";
  border-bottom: 1px solid #fff;
  width: 1rem;
  margin-left: -.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .popover-arrow {
  width: .5rem;
  height: 1rem;
  right: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before, .bs-popover-start > .popover-arrow:before {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #e6e6e6;
  right: 0;
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after, .bs-popover-start > .popover-arrow:after {
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
  right: 1px;
}

.popover-header {
  color: #506690;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: calc(.45rem - 1px);
  border-top-right-radius: calc(.45rem - 1px);
  margin-bottom: 0;
  padding: .8rem 1rem;
  font-size: 1rem;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #1c0950;
  padding: 1rem;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  backface-visibility: hidden;
  float: left;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  opacity: 0;
  z-index: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  color: #fff;
  opacity: .5;
  text-align: center;
  z-index: 1;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  cursor: pointer;
  opacity: .5;
  text-indent: -999px;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  color: #fff;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  bottom: 1.25rem;
  left: 15%;
  right: 15%;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert() grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

.spinner-border {
  vertical-align: -.125em;
  border: .25em solid;
  border-right-color: #0000;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: .75s linear infinite spinner-border;
  display: inline-block;
}

.spinner-border-sm {
  border-width: .2em;
  width: 1rem;
  height: 1rem;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  opacity: 0;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: .75s linear infinite spinner-grow;
  display: inline-block;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}

.offcanvas {
  visibility: hidden;
  z-index: 1045;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  max-width: 100%;
  transition: transform .3s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 0;
}

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

.offcanvas-backdrop {
  z-index: 1040;
  background-color: #131f4342;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: .26;
}

.offcanvas-header {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.offcanvas-header .btn-close {
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  margin-right: -.5rem;
  padding: .5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  border-right: 1px solid #0000;
  width: 400px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.offcanvas-end {
  border-left: 1px solid #0000;
  width: 400px;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.offcanvas-top {
  border-bottom: 1px solid #0000;
  top: 0;
  transform: translateY(-100%);
}

.offcanvas-bottom, .offcanvas-top {
  height: 30vh;
  max-height: 100%;
  left: 0;
  right: 0;
}

.offcanvas-bottom {
  border-top: 1px solid #0000;
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  cursor: wait;
  opacity: .5;
  vertical-align: middle;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.placeholder.btn:before {
  content: "";
  display: inline-block;
}

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

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

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

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

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}

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

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.link-primary {
  color: #574fec;
}

.link-primary:focus, .link-primary:hover {
  color: #463fbd;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:focus, .link-secondary:hover {
  color: #565e64;
}

.link-success {
  color: #6dbb30;
}

.link-success:focus, .link-success:hover {
  color: #8ac959;
}

.link-info {
  color: #73e7f7;
}

.link-info:focus, .link-info:hover {
  color: #8fecf9;
}

.link-warning {
  color: #fad776;
}

.link-warning:focus, .link-warning:hover {
  color: #fbdf91;
}

.link-danger {
  color: #f64e60;
}

.link-danger:focus, .link-danger:hover {
  color: #c53e4d;
}

.link-light {
  color: #f8f9fa;
}

.link-light:focus, .link-light:hover {
  color: #f9fafb;
}

.link-dark {
  color: #2e2e2e;
}

.link-dark:focus, .link-dark:hover {
  color: #252525;
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  content: "";
  padding-top: var(--bs-aspect-ratio);
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

.fixed-top {
  top: 0;
}

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

.fixed-bottom {
  bottom: 0;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}

.hstack {
  flex-direction: row;
  align-items: center;
}

.hstack, .vstack {
  align-self: stretch;
  display: flex;
}

.vstack {
  flex-direction: column;
  flex: auto;
}

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

.stretched-link:after {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
}

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

.vr {
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: flex !important;
}

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

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

.shadow {
  box-shadow: 0 1px 3px #32325d26, 0 4px 6px #709dc726 !important;
}

.shadow-sm {
  box-shadow: 0 0 35px #8c98a420 !important;
}

.shadow-lg {
  box-shadow: 0 10px 40px 10px #8c98a42d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dde4ea !important;
}

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

.border-top {
  border-top: 1px solid #dde4ea !important;
}

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

.border-end {
  border-right: 1px solid #dde4ea !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dde4ea !important;
}

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

.border-start {
  border-left: 1px solid #dde4ea !important;
}

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

.border-primary {
  border-color: #574fec !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #6dbb30 !important;
}

.border-info {
  border-color: #73e7f7 !important;
}

.border-warning {
  border-color: #fad776 !important;
}

.border-danger {
  border-color: #f64e60 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #2e2e2e !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

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

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

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

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

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

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

.mx-6 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-7 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

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

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

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

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

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

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

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

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

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

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

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

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

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

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

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

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

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

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

.m-n1 {
  margin: -.25rem !important;
}

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

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

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

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

.m-n6 {
  margin: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mx-n1 {
  margin-left: -.25rem !important;
  margin-right: -.25rem !important;
}

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

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

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

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

.mx-n6 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

.mx-n7 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.mx-n8 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.my-n1 {
  margin-top: -.25rem !important;
  margin-bottom: -.25rem !important;
}

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

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

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

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

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.mt-n1 {
  margin-top: -.25rem !important;
}

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

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

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

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

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.me-n1 {
  margin-right: -.25rem !important;
}

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

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

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

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

.me-n6 {
  margin-right: -4.5rem !important;
}

.me-n7 {
  margin-right: -6rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.mb-n1 {
  margin-bottom: -.25rem !important;
}

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

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

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

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

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.mb-n7 {
  margin-bottom: -6rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.ms-n1 {
  margin-left: -.25rem !important;
}

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

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

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

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

.ms-n6 {
  margin-left: -4.5rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

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

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

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

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

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

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

.px-6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-7 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

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

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

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

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

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

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

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

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

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

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

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

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

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

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

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

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

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

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

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

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #506690 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: .35rem !important;
}

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

.rounded-1 {
  border-radius: .2rem !important;
}

.rounded-2 {
  border-radius: .35rem !important;
}

.rounded-3 {
  border-radius: .45rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: .35rem !important;
}

.rounded-end, .rounded-top {
  border-top-right-radius: .35rem !important;
}

.rounded-bottom, .rounded-end {
  border-bottom-right-radius: .35rem !important;
}

.rounded-bottom, .rounded-start {
  border-bottom-left-radius: .35rem !important;
}

.rounded-start {
  border-top-left-radius: .35rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-sm-1 {
    gap: .25rem !important;
  }

  .gap-sm-2 {
    gap: .5rem !important;
  }

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

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

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

  .gap-sm-6 {
    gap: 4.5rem !important;
  }

  .gap-sm-7 {
    gap: 6rem !important;
  }

  .gap-sm-8 {
    gap: 8rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-sm-6 {
    margin: 4.5rem !important;
  }

  .m-sm-7 {
    margin: 6rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

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

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

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

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

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

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

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

  .mx-sm-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-sm-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

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

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

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

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

  .mt-sm-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-7 {
    margin-top: 6rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

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

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

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

  .me-sm-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-sm-7 {
    margin-right: 6rem !important;
  }

  .me-sm-8 {
    margin-right: 8rem !important;
  }

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

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

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

  .mb-sm-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

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

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

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

  .ms-sm-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-7 {
    margin-left: 6rem !important;
  }

  .ms-sm-8 {
    margin-left: 8rem !important;
  }

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

  .m-sm-n1 {
    margin: -.25rem !important;
  }

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

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

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

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

  .m-sm-n6 {
    margin: -4.5rem !important;
  }

  .m-sm-n7 {
    margin: -6rem !important;
  }

  .m-sm-n8 {
    margin: -8rem !important;
  }

  .mx-sm-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

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

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

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

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

  .mx-sm-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-sm-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-sm-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .my-sm-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-sm-n1 {
    margin-top: -.25rem !important;
  }

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

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

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

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

  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-sm-n7 {
    margin-top: -6rem !important;
  }

  .mt-sm-n8 {
    margin-top: -8rem !important;
  }

  .me-sm-n1 {
    margin-right: -.25rem !important;
  }

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

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

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

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

  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .me-sm-n7 {
    margin-right: -6rem !important;
  }

  .me-sm-n8 {
    margin-right: -8rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .ms-sm-n1 {
    margin-left: -.25rem !important;
  }

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

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

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

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

  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-sm-n7 {
    margin-left: -6rem !important;
  }

  .ms-sm-n8 {
    margin-left: -8rem !important;
  }

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

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

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

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

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

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

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .p-sm-7 {
    padding: 6rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

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

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

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

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

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

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

  .px-sm-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-sm-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

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

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

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

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

  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-7 {
    padding-top: 6rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

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

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

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

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

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

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

  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-7 {
    padding-right: 6rem !important;
  }

  .pe-sm-8 {
    padding-right: 8rem !important;
  }

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

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

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

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

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

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

  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

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

  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-7 {
    padding-left: 6rem !important;
  }

  .ps-sm-8 {
    padding-left: 8rem !important;
  }

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

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

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

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

  .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: flex !important;
  }

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

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

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

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

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

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

  .gap-md-6 {
    gap: 4.5rem !important;
  }

  .gap-md-7 {
    gap: 6rem !important;
  }

  .gap-md-8 {
    gap: 8rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-md-6 {
    margin: 4.5rem !important;
  }

  .m-md-7 {
    margin: 6rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

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

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

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

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

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

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

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

  .mx-md-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-md-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

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

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

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

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

  .mt-md-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-md-7 {
    margin-top: 6rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

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

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

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

  .me-md-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-md-7 {
    margin-right: 6rem !important;
  }

  .me-md-8 {
    margin-right: 8rem !important;
  }

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

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

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

  .mb-md-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 6rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

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

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

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

  .ms-md-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-md-7 {
    margin-left: 6rem !important;
  }

  .ms-md-8 {
    margin-left: 8rem !important;
  }

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

  .m-md-n1 {
    margin: -.25rem !important;
  }

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

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

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

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

  .m-md-n6 {
    margin: -4.5rem !important;
  }

  .m-md-n7 {
    margin: -6rem !important;
  }

  .m-md-n8 {
    margin: -8rem !important;
  }

  .mx-md-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

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

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

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

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

  .mx-md-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-md-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-md-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .my-md-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-md-n1 {
    margin-top: -.25rem !important;
  }

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

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

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

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

  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-md-n7 {
    margin-top: -6rem !important;
  }

  .mt-md-n8 {
    margin-top: -8rem !important;
  }

  .me-md-n1 {
    margin-right: -.25rem !important;
  }

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

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

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

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

  .me-md-n6 {
    margin-right: -4.5rem !important;
  }

  .me-md-n7 {
    margin-right: -6rem !important;
  }

  .me-md-n8 {
    margin-right: -8rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }

  .ms-md-n1 {
    margin-left: -.25rem !important;
  }

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

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

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

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

  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-md-n7 {
    margin-left: -6rem !important;
  }

  .ms-md-n8 {
    margin-left: -8rem !important;
  }

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

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

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

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

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

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

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .p-md-7 {
    padding: 6rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

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

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

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

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

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

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

  .px-md-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-md-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

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

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

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

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

  .pt-md-6 {
    padding-top: 4.5rem !important;
  }

  .pt-md-7 {
    padding-top: 6rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

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

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

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

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

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

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

  .pe-md-6 {
    padding-right: 4.5rem !important;
  }

  .pe-md-7 {
    padding-right: 6rem !important;
  }

  .pe-md-8 {
    padding-right: 8rem !important;
  }

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

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

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

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

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

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

  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-7 {
    padding-bottom: 6rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

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

  .ps-md-6 {
    padding-left: 4.5rem !important;
  }

  .ps-md-7 {
    padding-left: 6rem !important;
  }

  .ps-md-8 {
    padding-left: 8rem !important;
  }

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

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

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

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

  .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: flex !important;
  }

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

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

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

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

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

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

  .gap-lg-6 {
    gap: 4.5rem !important;
  }

  .gap-lg-7 {
    gap: 6rem !important;
  }

  .gap-lg-8 {
    gap: 8rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .m-lg-7 {
    margin: 6rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

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

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

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

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

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

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

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

  .mx-lg-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-lg-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

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

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

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

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

  .mt-lg-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 6rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

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

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

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

  .me-lg-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-lg-7 {
    margin-right: 6rem !important;
  }

  .me-lg-8 {
    margin-right: 8rem !important;
  }

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

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

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

  .mb-lg-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

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

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

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

  .ms-lg-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 6rem !important;
  }

  .ms-lg-8 {
    margin-left: 8rem !important;
  }

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

  .m-lg-n1 {
    margin: -.25rem !important;
  }

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

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

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

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

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .m-lg-n7 {
    margin: -6rem !important;
  }

  .m-lg-n8 {
    margin: -8rem !important;
  }

  .mx-lg-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

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

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

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

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

  .mx-lg-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-lg-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-lg-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .my-lg-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-lg-n1 {
    margin-top: -.25rem !important;
  }

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

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

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

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

  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -6rem !important;
  }

  .mt-lg-n8 {
    margin-top: -8rem !important;
  }

  .me-lg-n1 {
    margin-right: -.25rem !important;
  }

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

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

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

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

  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .me-lg-n7 {
    margin-right: -6rem !important;
  }

  .me-lg-n8 {
    margin-right: -8rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .ms-lg-n1 {
    margin-left: -.25rem !important;
  }

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

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

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

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

  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-lg-n7 {
    margin-left: -6rem !important;
  }

  .ms-lg-n8 {
    margin-left: -8rem !important;
  }

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

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

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

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

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

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

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .p-lg-7 {
    padding: 6rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

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

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

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

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

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

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

  .px-lg-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-lg-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

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

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

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

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

  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 6rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

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

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

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

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

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

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

  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 6rem !important;
  }

  .pe-lg-8 {
    padding-right: 8rem !important;
  }

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

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

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

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

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

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

  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

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

  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 6rem !important;
  }

  .ps-lg-8 {
    padding-left: 8rem !important;
  }

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

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

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

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

  .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: flex !important;
  }

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

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

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

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

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

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

  .gap-xl-6 {
    gap: 4.5rem !important;
  }

  .gap-xl-7 {
    gap: 6rem !important;
  }

  .gap-xl-8 {
    gap: 8rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

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

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

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

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

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

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

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

  .mx-xl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-xl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

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

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

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

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

  .mt-xl-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-7 {
    margin-top: 6rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

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

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

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

  .me-xl-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-xl-7 {
    margin-right: 6rem !important;
  }

  .me-xl-8 {
    margin-right: 8rem !important;
  }

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

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

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

  .mb-xl-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

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

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

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

  .ms-xl-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-7 {
    margin-left: 6rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

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

  .m-xl-n1 {
    margin: -.25rem !important;
  }

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

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

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

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

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .m-xl-n7 {
    margin: -6rem !important;
  }

  .m-xl-n8 {
    margin: -8rem !important;
  }

  .mx-xl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

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

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

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

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

  .mx-xl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-xl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-xl-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .my-xl-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-xl-n1 {
    margin-top: -.25rem !important;
  }

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

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

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

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

  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xl-n7 {
    margin-top: -6rem !important;
  }

  .mt-xl-n8 {
    margin-top: -8rem !important;
  }

  .me-xl-n1 {
    margin-right: -.25rem !important;
  }

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

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

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

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

  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xl-n7 {
    margin-right: -6rem !important;
  }

  .me-xl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -.25rem !important;
  }

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

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

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

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

  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .ms-xl-n1 {
    margin-left: -.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xl-n7 {
    margin-left: -6rem !important;
  }

  .ms-xl-n8 {
    margin-left: -8rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-xl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-7 {
    padding-top: 6rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-7 {
    padding-right: 6rem !important;
  }

  .pe-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-7 {
    padding-left: 6rem !important;
  }

  .ps-xl-8 {
    padding-left: 8rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .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: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 4.5rem !important;
  }

  .gap-xxl-7 {
    gap: 6rem !important;
  }

  .gap-xxl-8 {
    gap: 8rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 6rem !important;
  }

  .m-xxl-8 {
    margin: 8rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-6 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }

  .mx-xxl-7 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mx-xxl-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .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-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-7 {
    margin-top: 6rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .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-6 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-7 {
    margin-right: 6rem !important;
  }

  .me-xxl-8 {
    margin-right: 8rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .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-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-7 {
    margin-left: 6rem !important;
  }

  .ms-xxl-8 {
    margin-left: 8rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -.25rem !important;
  }

  .m-xxl-n2 {
    margin: -.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -4.5rem !important;
  }

  .m-xxl-n7 {
    margin: -6rem !important;
  }

  .m-xxl-n8 {
    margin: -8rem !important;
  }

  .mx-xxl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

  .mx-xxl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }

  .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
  }

  .mx-xxl-n7 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mx-xxl-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .my-xxl-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }

  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }

  .me-xxl-n1 {
    margin-right: -.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xxl-n7 {
    margin-right: -6rem !important;
  }

  .me-xxl-n8 {
    margin-right: -8rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }

  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }

  .ms-xxl-n1 {
    margin-left: -.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }

  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 6rem !important;
  }

  .p-xxl-8 {
    padding: 8rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-xxl-6 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }

  .px-xxl-7 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .px-xxl-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-7 {
    padding-top: 6rem !important;
  }

  .pt-xxl-8 {
    padding-top: 8rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-7 {
    padding-right: 6rem !important;
  }

  .pe-xxl-8 {
    padding-right: 8rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-7 {
    padding-left: 6rem !important;
  }

  .ps-xxl-8 {
    padding-left: 8rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: 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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

body, html {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  direction: ltr;
  min-height: 100vh;
}

:active, :focus, a, button, input, textarea {
  outline: 0 !important;
}

textarea {
  resize: vertical;
  min-height: 36px;
  transition: none;
}

.section, section {
  word-break: break-word;
  position: relative;
}

.section table, .section table-responsive, section .table-responsive, section table {
  word-break: normal;
}

select {
  text-indent: .01px;
  text-overflow: "";
}

input[type="number"], input[type="time"], select {
  appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -moz-appearance: textfield;
}

input[type="time"]::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: textfield;
}

input[type="time"]::-webkit-outer-spin-button {
  appearance: none;
  -moz-appearance: textfield;
}

summary::-webkit-details-marker {
  color: #869ab8;
}

summary::marker {
  color: #869ab8;
}

.bg-dark p {
  color: #abbcd5;
}

.text-white p {
  color: #fff;
}

.alert p {
  color: inherit;
}

.bg-white-alt {
  background-color: #fff;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.hr {
  border-top: 1px solid #0000001a;
  height: 1px;
  display: block;
}

.article-format .h2, .article-format .h3, .article-format h2, .article-format h3 {
  margin-bottom: 20px;
}

.article-format blockquote + .h2, .article-format blockquote + .h3, .article-format blockquote + h2, .article-format blockquote + h3, .article-format p:not(:empty) + .h2, .article-format p:not(:empty) + .h3, .article-format p:not(:empty) + h2, .article-format p:not(:empty) + h3 {
  margin-top: 50px;
}

.article-format .embed-responsive, .article-format iframe, .article-format img, .article-format p {
  margin-bottom: 25px;
}

.article-format blockquote {
  background-color: #f9fbfd;
  border-radius: .35rem;
  margin: 0 0 2rem;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
}

.article-format blockquote p {
  margin-bottom: 0;
}

input.text-white::-webkit-input-placeholder {
  color: #ffffff80 !important;
}

textarea.text-white::-webkit-input-placeholder {
  color: #ffffff80 !important;
}

input.text-white::-moz-placeholder {
  color: #ffffff80 !important;
}

textarea.text-white::-moz-placeholder {
  color: #ffffff80 !important;
}

.p-auto {
  padding: auto !important;
}

.p-inherit {
  padding: inherit !important;
}

.m-auto {
  margin: auto !important;
}

.m-inherit {
  margin: inherit !important;
}

.border-solid {
  border-width: 1px;
  border-style: solid !important;
}

.border-dashed {
  border-width: 1px;
  border-style: dashed !important;
}

.border-dotted {
  border-width: 1px;
  border-style: dotted !important;
}

.border-transparent {
  border-color: #0000 !important;
}

.border-theme-color-light {
  border-color: #574fec0a !important;
}

.border-gray-100 {
  border: 1px solid #f9fbfd;
}

.border-gray-200 {
  border: 1px solid #f1f4f8;
}

.border-gray-300 {
  border: 1px solid #d9e2ef;
}

.border-gray-400 {
  border: 1px solid #c6d3e6;
}

.border-gray-500 {
  border: 1px solid #abbcd5;
}

.border-white {
  border: 1px solid #fff;
}

.border-input {
  border: 1px solid #dde4ea;
}

.row-pill, .row-pill > .bg-cover, .row-pill > img {
  border-radius: 50rem !important;
}

.rounded-sm {
  border-radius: .2rem !important;
}

.rounded-lg {
  border-radius: .45rem !important;
}

.rounded-xl {
  border-radius: .6rem !important;
}

.rounded-xlg {
  border-radius: .1px .3rem !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0, .rounded-left-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
  border-top-left-radius: 0 !important;
}

.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fw-medium {
  font-weight: 500;
}

.section .shadow, .section .shadow-3d, .section .shadow-3d-down, .section .shadow-3d-down-hover, .section .shadow-3d-hover, .section .shadow-3d-up, .section .shadow-3d-up-hover, .section .shadow-hover, .section .shadow-lg, .section .shadow-lg-hover, .section .shadow-md, .section .shadow-md-hover, .section .shadow-sm, .section .shadow-sm-hover, .section .shadow-xlg, .section .shadow-xlg-hover, .section .shadow-xs, .section .shadow-xs-hover {
  transition-property: box-shadow, transform;
  animation: 10ms __shadowPageLoadFix;
}

@keyframes __shadowPageLoadFix {
  to {
    box-shadow: none;
  }
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-hover:hover {
  box-shadow: 0 1px 3px #32325d26, 0 4px 6px #709dc726 !important;
}

.shadow-xs, .shadow-xs-hover:hover {
  box-shadow: 0 0 25px #8c98a41a !important;
}

.shadow-sm-hover:hover {
  box-shadow: 0 0 35px #8c98a420 !important;
}

.shadow-md, .shadow-md-hover:hover {
  box-shadow: 0 0 35px #8c98a426 !important;
}

.shadow-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #8c98a42d !important;
}

.shadow-xlg, .shadow-xlg-hover:hover {
  box-shadow: 0 10px 40px 10px #8c98a44d !important;
}

.shadow-soft, .shadow-soft-hover:hover {
  box-shadow: 0 6px 12px #8c98a413 !important;
}

.shadow-3d-up, .shadow-3d-up-hover:hover {
  box-shadow: 0 -2rem 3.5rem #161c2d1a !important;
}

.shadow-3d, .shadow-3d-down, .shadow-3d-down-hover:hover, .shadow-3d-hover:hover {
  box-shadow: 0 2.5rem 4rem #161c2d1a !important;
}

.text-shadow {
  text-shadow: -1px 2px 1px #0006;
}

.text-shadow-lg {
  text-shadow: -1px 2px 22px #0006;
}

.text-shadow-xl {
  text-shadow: -1px 1px 18px #0009;
}

.shadow-primary-xs, .shadow-primary-xs-hover:hover {
  box-shadow: 0 0 25px #574fec1a !important;
}

.shadow-primary-sm, .shadow-primary-sm-hover:hover {
  box-shadow: 0 0 35px #574fec20 !important;
}

.shadow-primary-md, .shadow-primary-md-hover:hover {
  box-shadow: 0 0 35px #574fec26 !important;
}

.shadow-primary-lg, .shadow-primary-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #574fec2d !important;
}

.shadow-primary-xlg, .shadow-primary-xlg-hover:hover {
  box-shadow: 0 20px 40px #574fec40 !important;
}

.shadow-secondary-xs, .shadow-secondary-xs-hover:hover {
  box-shadow: 0 0 25px #6d767e1a !important;
}

.shadow-secondary-sm, .shadow-secondary-sm-hover:hover {
  box-shadow: 0 0 35px #6d767e20 !important;
}

.shadow-secondary-md, .shadow-secondary-md-hover:hover {
  box-shadow: 0 0 35px #6d767e26 !important;
}

.shadow-secondary-lg, .shadow-secondary-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #6d767e2d !important;
}

.shadow-secondary-xlg, .shadow-secondary-xlg-hover:hover {
  box-shadow: 0 20px 40px #6d767e40 !important;
}

.shadow-success-xs, .shadow-success-xs-hover:hover {
  box-shadow: 0 0 25px #6dbb301a !important;
}

.shadow-success-sm, .shadow-success-sm-hover:hover {
  box-shadow: 0 0 35px #6dbb3020 !important;
}

.shadow-success-md, .shadow-success-md-hover:hover {
  box-shadow: 0 0 35px #6dbb3026 !important;
}

.shadow-success-lg, .shadow-success-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #6dbb302d !important;
}

.shadow-success-xlg, .shadow-success-xlg-hover:hover {
  box-shadow: 0 20px 40px #6dbb3040 !important;
}

.shadow-info-xs, .shadow-info-xs-hover:hover {
  box-shadow: 0 0 25px #73e7f71a !important;
}

.shadow-info-sm, .shadow-info-sm-hover:hover {
  box-shadow: 0 0 35px #73e7f720 !important;
}

.shadow-info-md, .shadow-info-md-hover:hover {
  box-shadow: 0 0 35px #73e7f726 !important;
}

.shadow-info-lg, .shadow-info-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #73e7f72d !important;
}

.shadow-info-xlg, .shadow-info-xlg-hover:hover {
  box-shadow: 0 20px 40px #73e7f740 !important;
}

.shadow-warning-xs, .shadow-warning-xs-hover:hover {
  box-shadow: 0 0 25px #fad7751a !important;
}

.shadow-warning-sm, .shadow-warning-sm-hover:hover {
  box-shadow: 0 0 35px #fad77520 !important;
}

.shadow-warning-md, .shadow-warning-md-hover:hover {
  box-shadow: 0 0 35px #fad77526 !important;
}

.shadow-warning-lg, .shadow-warning-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #fad7752d !important;
}

.shadow-warning-xlg, .shadow-warning-xlg-hover:hover {
  box-shadow: 0 20px 40px #fad77540 !important;
}

.shadow-danger-xs, .shadow-danger-xs-hover:hover {
  box-shadow: 0 0 25px #f64e601a !important;
}

.shadow-danger-sm, .shadow-danger-sm-hover:hover {
  box-shadow: 0 0 35px #f64e6020 !important;
}

.shadow-danger-md, .shadow-danger-md-hover:hover {
  box-shadow: 0 0 35px #f64e6026 !important;
}

.shadow-danger-lg, .shadow-danger-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #f64e602d !important;
}

.shadow-danger-xlg, .shadow-danger-xlg-hover:hover {
  box-shadow: 0 20px 40px #f64e6040 !important;
}

.shadow-light-xs, .shadow-light-xs-hover:hover {
  box-shadow: 0 0 25px #f8f9fa1a !important;
}

.shadow-light-sm, .shadow-light-sm-hover:hover {
  box-shadow: 0 0 35px #f8f9fa20 !important;
}

.shadow-light-md, .shadow-light-md-hover:hover {
  box-shadow: 0 0 35px #f8f9fa26 !important;
}

.shadow-light-lg, .shadow-light-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #f8f9fa2d !important;
}

.shadow-light-xlg, .shadow-light-xlg-hover:hover {
  box-shadow: 0 20px 40px #f8f9fa40 !important;
}

.shadow-dark-xs, .shadow-dark-xs-hover:hover {
  box-shadow: 0 0 25px #2e2e2e1a !important;
}

.shadow-dark-sm, .shadow-dark-sm-hover:hover {
  box-shadow: 0 0 35px #2e2e2e20 !important;
}

.shadow-dark-md, .shadow-dark-md-hover:hover {
  box-shadow: 0 0 35px #2e2e2e26 !important;
}

.shadow-dark-lg, .shadow-dark-lg-hover:hover {
  box-shadow: 0 10px 40px 10px #2e2e2e2d !important;
}

.shadow-dark-xlg, .shadow-dark-xlg-hover:hover {
  box-shadow: 0 20px 40px #2e2e2e40 !important;
}

.transition-all-ease-150 {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .15s !important;
}

.transition-all-ease-200 {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .2s !important;
}

.transition-all-ease-250 {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .25s !important;
}

.transition-all-ease-500 {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .5s !important;
}

.transition-bg-ease-150 {
  transition-timing-function: linear;
  transition-property: background-color !important;
  transition-duration: .15s !important;
}

.transition-bg-ease-200 {
  transition-timing-function: linear;
  transition-property: background-color !important;
  transition-duration: .2s !important;
}

.transition-bg-ease-250 {
  transition-timing-function: linear;
  transition-property: background-color !important;
  transition-duration: .25s !important;
}

.transition-bg-ease-500 {
  transition-timing-function: linear;
  transition-property: background-color !important;
  transition-duration: .5s !important;
}

.transition-hover-bottom, .transition-hover-left, .transition-hover-right, .transition-hover-top {
  transform: translateZ(0);
}

.transition-hover-top:focus, .transition-hover-top:hover {
  transform: translateY(-3px);
}

.transition-hover-right:focus, .transition-hover-right:hover {
  transform: translateX(3px);
}

.transition-hover-bottom:focus, .transition-hover-bottom:hover {
  transform: translateY(3px);
}

.transition-hover-left:focus, .transition-hover-left:hover, .transition-hover-start:focus, .transition-hover-start:hover {
  transform: translateX(-3px);
}

.transition-hover-end:focus, .transition-hover-end:hover {
  transform: translateX(3px);
}

.transition-none {
  transition: none !important;
}

.transition-hover-zoom, .transition-hover-zoom-img img {
  transition: all .3s ease-in-out;
}

.transition-hover-zoom-img:hover img, .transition-hover-zoom:hover {
  transform: scale(1.1);
}

.transform-3d-left, .transform-3d-right {
  perspective: 1024px;
  perspective-origin: 50%;
  transform-style: preserve-3d;
}

.transform-3d-left > div, .transform-3d-left > figure, .transform-3d-left > img {
  backface-visibility: hidden;
  transform: rotateY(35deg)rotateX(15deg)translateZ(0);
}

.transform-3d-right > div, .transform-3d-right > figure, .transform-3d-right > img {
  backface-visibility: hidden;
  transform: rotateY(-35deg)rotateX(15deg)translateZ(0);
}

.block-over-start-top {
  transform: translate(25px, -25px);
}

.block-over-start-bottom {
  transform: translate(25px, 25px);
}

.block-over-end-top {
  transform: translate(-25px, -25px);
}

.block-over-end-bottom {
  transform: translate(-25px, 25px);
}

.text-rotate {
  writing-mode: vertical-lr;
}

.text-rotate-180, .text-rotate-90 {
  writing-mode: vertical-lr;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0 auto 0 0;
}

.text-rotate-180 {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  inset: auto -100% -100% auto;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.transform-center-fixed {
  z-index: 100;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.absolute-full {
  position: absolute !important;
}

.absolute-full, .fixed-full {
  width: 100%;
  height: 100%;
  inset: 0;
}

.fixed-full {
  position: fixed !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  right: auto;
  left: 0 !important;
}

.left-50 {
  right: auto;
  left: 50% !important;
}

.right-0 {
  left: auto;
  right: 0 !important;
}

.right-50 {
  right: auto;
  right: 50% !important;
}

.start-0 {
  left: 0 !important;
  right: auto !important;
}

.end-0 {
  right: 0 !important;
}

.end-0, .start-auto {
  left: auto !important;
}

.end-auto {
  right: auto !important;
}

.viewport-out {
  position: fixed !important;
  top: -9999px !important;
  left: -9999px !important;
}

.valign-middle, .y-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.x-middle {
  position: relative;
  top: 50%;
  transform: translateX(-50%);
}

.d-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

#overlay-default, .overlay-dark, .overlay-dark-hover:after, .overlay-default, .overlay-light, .overlay-light-hover:after {
  transition: all .2s;
}

#overlay-default, .overlay-default {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 10;
  background-color: #131f4342;
  position: fixed;
  inset: 0;
}

.overlay-dark, .overlay-dark-hover, .overlay-light, .overlay-light-hover {
  position: relative;
}

.overlay-dark-hover > *, .overlay-light-hover > * {
  z-index: 0;
  position: relative;
}

.overlay-dark > *, .overlay-light > * {
  z-index: 1;
  position: relative;
}

.overlay-over:after {
  z-index: 10 !important;
}

.overlay-dark-hover:after, .overlay-light-hover:after {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.rounded.overlay-dark-hover:hover, .rounded.overlay-dark:after, .rounded.overlay-light-hover:hover, .rounded.overlay-light:after {
  border-radius: .35rem;
}

.overlay-dark-hover:after, .overlay-dark:after, .overlay-light-hover:after, .overlay-light:after {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.overlay-light-hover:hover:after, .overlay-light:after {
  background-color: #fff;
}

.overlay-dark-hover:hover:after, .overlay-dark:after {
  background: #131f43;
}

.opacity-0, .overlay-opacity-0:after {
  opacity: 0;
}

.opacity-1, .overlay-opacity-1:after {
  opacity: .1;
}

.opacity-2, .overlay-opacity-2:after {
  opacity: .2;
}

.opacity-3, .overlay-opacity-3:after {
  opacity: .3;
}

.opacity-4, .overlay-opacity-4:after {
  opacity: .4;
}

.opacity-5, .overlay-opacity-5:after {
  opacity: .5;
}

.opacity-6, .overlay-opacity-6:after {
  opacity: .6;
}

.opacity-7, .overlay-opacity-7:after {
  opacity: .7;
}

.opacity-8, .overlay-opacity-8:after {
  opacity: .8;
}

.opacity-9, .overlay-opacity-9:after {
  opacity: .9;
}

.opacity-none {
  opacity: 1 !important;
}

.opacity-99 {
  opacity: .99;
}

.overlay-opacity-0-hover:hover:after {
  opacity: 0;
}

.overlay-opacity-1-hover:hover:after {
  opacity: .1;
}

.overlay-opacity-2-hover:hover:after {
  opacity: .2;
}

.overlay-opacity-3-hover:hover:after {
  opacity: .3;
}

.overlay-opacity-4-hover:hover:after {
  opacity: .4;
}

.overlay-opacity-5-hover:hover:after {
  opacity: .5;
}

.overlay-opacity-6-hover:hover:after {
  opacity: .6;
}

.overlay-opacity-7-hover:hover:after {
  opacity: .7;
}

.overlay-opacity-8-hover:hover:after {
  opacity: .8;
}

.overlay-opacity-9-hover:hover:after {
  opacity: .9;
}

.overlay-opacity-0-hover:hover:after, .overlay-opacity-0:after {
  opacity: 0;
}

.overlay-opacity-25-hover:hover:after, .overlay-opacity-25:after {
  opacity: .25;
}

.overlay-opacity-50-hover:hover:after, .overlay-opacity-50:after {
  opacity: .5;
}

.overlay-opacity-75-hover:hover:after, .overlay-opacity-75:after {
  opacity: .75;
}

.overlay-opacity-100-hover:hover:after, .overlay-opacity-100:after {
  opacity: .1;
}

#backdrop, #backdrop-dark, #backdrop-light, .backdrop, .backdrop-dark, .backdrop-light {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 1;
  z-index: 10;
  animation: .25s _bkdFadeIn;
  position: fixed;
  inset: 0;
}

#backdrop, #backdrop-dark, .backdrop, .backdrop-dark {
  background: #131f4342;
}

#backdrop-light, .backdrop-light {
  background: #ffffff42;
}

@keyframes _bkdFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bg-cover {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-dots {
  background-image: radial-gradient(currentColor 1px, #0000 0);
  background-size: 10px 10px;
}

.bg-blur {
  filter: blur(5px);
}

.bg-suprime {
  mix-blend-mode: multiply;
}

.bg-inherit {
  background: inherit !important;
}

.bg-gradient-default {
  background: linear-gradient(#2f2e80, #4c4bb5);
}

.bg-lime {
  background-color: #fefaf4 !important;
}

.bg-gradient-light-top {
  background-image: linear-gradient(0deg, #574fec0d, #0000);
}

.bg-gradient-light-bottom {
  background-image: linear-gradient(0deg, #fff, #574fec0d);
}

.bg-gradient-light-left {
  background-image: linear-gradient(90deg, #574fec0d, #fff);
}

.bg-gradient-light-right {
  background-image: linear-gradient(270deg, #fff, #574fec0d);
}

.bg-gradient-dark {
  color: #fff;
  background: linear-gradient(#454545 0, #313131) !important;
}

.bg-gradient-dark p {
  color: #abbcd5;
}

.bg-gradient-primary {
  background: #574fec;
  background: linear-gradient(#7a74f0 0, #574fec) !important;
}

.bg-gradient-secondary {
  background: #6c757d;
  background: linear-gradient(#808992 0, #6c757d) !important;
}

.bg-gradient-success {
  background: #6dbb30;
  background: linear-gradient(#81cf45 0, #6dbb30) !important;
}

.bg-gradient-info {
  background: #73e7f7;
  background: linear-gradient(#9aeef9 0, #73e7f7) !important;
}

.bg-gradient-warning {
  background: #fad776;
  background: linear-gradient(#fbe29d 0, #fad776) !important;
}

.bg-gradient-danger {
  background: #f64e60;
  background: linear-gradient(#f87583 0, #f64e60) !important;
}

.bg-gradient-light {
  background: #f8f9fa;
  background: linear-gradient(#fff 0, #f8f9fa) !important;
}

.bg-light-active, .bg-light-hover:hover {
  background: #f9fbfd;
}

.bg-theme-color-light {
  background-color: #574fec0a !important;
}

.bg-gray-100 {
  background-color: #f9fbfd !important;
}

.bg-gray-200 {
  background-color: #f1f4f8 !important;
}

.bg-gray-300 {
  background-color: #d9e2ef !important;
}

.bg-gray-400 {
  background-color: #c6d3e6 !important;
}

.bg-gray-500 {
  color: #fff;
  background-color: #abbcd5 !important;
}

.bg-gray-600 {
  color: #fff;
  background-color: #869ab8 !important;
}

.bg-gray-700 {
  color: #fff;
  background-color: #506690 !important;
}

.bg-gray-800 {
  color: #fff;
  background-color: #384c74 !important;
}

.bg-gray-900 {
  color: #fff;
  background-color: #1b2a4e !important;
}

.bg-darkblue {
  color: #fff;
  background: #2b354f !important;
}

.bg-diff {
  background-color: #00000012;
}

input.bg-diff:focus, textarea.bg-diff:focus {
  background-color: #0000001c;
}

.active.bg-primary-active-soft, .bg-primary-soft {
  color: #161092 !important;
  background-color: #f1f0fd !important;
}

.bg-primary-soft-hover:hover {
  background-color: #f1f0fd !important;
}

.active.bg-secondary-active-soft, .bg-secondary-soft {
  color: #25282b !important;
  background-color: #f0f2f2 !important;
}

.bg-secondary-soft-hover:hover {
  background-color: #f0f2f2 !important;
}

.active.bg-success-active-soft, .bg-success-soft {
  color: #264111 !important;
  background-color: #e4f5d7 !important;
}

.bg-success-soft-hover:hover {
  background-color: #e4f5d7 !important;
}

.active.bg-info-active-soft, .bg-info-soft {
  color: #0bafc6 !important;
  background-color: #bbf3fb !important;
}

.bg-info-soft-hover:hover {
  background-color: #bbf3fb !important;
}

.active.bg-warning-active-soft, .bg-warning-soft {
  color: #cf9a08 !important;
  background-color: #fdedc0 !important;
}

.bg-warning-soft-hover:hover {
  background-color: #fdedc0 !important;
}

.active.bg-danger-active-soft, .bg-danger-soft {
  color: #a30819 !important;
  background-color: #feeef0 !important;
}

.bg-danger-soft-hover:hover {
  background-color: #feeef0 !important;
}

.active.bg-light-active-soft, .bg-light-soft {
  color: #9fadba !important;
  background-color: #fff !important;
}

.bg-light-soft-hover:hover {
  background-color: #fff !important;
}

.active.bg-dark-active-soft, .bg-dark-soft {
  color: #000 !important;
  background-color: #c4c4c4 !important;
}

.bg-dark-soft-hover:hover {
  background-color: #c4c4c4 !important;
}

.bg-primary-light {
  background-color: #574fec0a !important;
}

.bg-secondary-light {
  background-color: #6d767e0a !important;
}

.bg-success-light {
  background-color: #6dbb300a !important;
}

.bg-info-light {
  background-color: #73e7f70a !important;
}

.bg-warning-light {
  background-color: #fad7750a !important;
}

.bg-danger-light {
  background-color: #f64e600a !important;
}

.bg-light-light {
  background-color: #f8f9fa0a !important;
}

.bg-dark-light {
  background-color: #2e2e2e0a !important;
}

.active.bg-primary-active {
  color: #fff !important;
  background-color: #574fec !important;
}

.active.bg-secondary-active {
  color: #fff !important;
  background-color: #6c757d !important;
}

.active.bg-success-active {
  color: #fff !important;
  background-color: #6dbb30 !important;
}

.active.bg-info-active {
  color: #fff !important;
  background-color: #73e7f7 !important;
}

.active.bg-warning-active {
  color: #fff !important;
  background-color: #fad776 !important;
}

.active.bg-danger-active {
  color: #fff !important;
  background-color: #f64e60 !important;
}

.active.bg-light-active {
  color: #fff !important;
  background-color: #f8f9fa !important;
}

.active.bg-dark-active {
  color: #fff !important;
  background-color: #2e2e2e !important;
}

.bg-primary-hover:hover {
  color: #fff !important;
  background-color: #574fec !important;
}

.bg-primary-hover:hover p {
  color: #fff !important;
}

.bg-secondary-hover:hover {
  color: #fff !important;
  background-color: #6c757d !important;
}

.bg-secondary-hover:hover p {
  color: #fff !important;
}

.bg-success-hover:hover {
  color: #fff !important;
  background-color: #6dbb30 !important;
}

.bg-success-hover:hover p {
  color: #fff !important;
}

.bg-info-hover:hover {
  color: #fff !important;
  background-color: #73e7f7 !important;
}

.bg-info-hover:hover p {
  color: #fff !important;
}

.bg-warning-hover:hover {
  color: #fff !important;
  background-color: #fad776 !important;
}

.bg-warning-hover:hover p {
  color: #fff !important;
}

.bg-danger-hover:hover {
  color: #fff !important;
  background-color: #f64e60 !important;
}

.bg-danger-hover:hover p {
  color: #fff !important;
}

.bg-light-hover:hover {
  background-color: #f8f9fa !important;
}

.bg-dark-hover:hover {
  color: #fff !important;
  background-color: #2e2e2e !important;
}

.bg-dark-hover:hover p, .text-white-hover:hover {
  color: #fff !important;
}

.text-dark-hover:hover {
  color: #000 !important;
}

.bg-light-radial {
  background: radial-gradient(#fff, #f8f9fa) !important;
}

.bg-gradient-radial-primary {
  background-image: radial-gradient(circle, #d2d0fa66, #574fec 70%) !important;
}

.bg-gradient-radial-secondary {
  background-image: radial-gradient(circle, #b8bdc166, #6c757d 70%) !important;
}

.bg-gradient-radial-success {
  background-image: radial-gradient(circle, #b7e49666, #6dbb30 70%) !important;
}

.bg-gradient-radial-info {
  background-image: radial-gradient(circle, #fafeff66, #73e7f7 70%) !important;
}

.bg-gradient-radial-warning {
  background-image: radial-gradient(circle, #fff6, #fad776 70%) !important;
}

.bg-gradient-radial-danger {
  background-image: radial-gradient(circle, #fdd6da66, #f64e60 70%) !important;
}

.bg-gradient-radial-light {
  background-image: radial-gradient(circle, #fff6, #f8f9fa 70%) !important;
}

.bg-gradient-radial-dark {
  background-image: radial-gradient(circle, #75757566, #2e2e2e 70%) !important;
}

.bg-gradient-linear-default {
  background: linear-gradient(90deg, #9d009f 0, #6336bd 50%, #10c7a8) !important;
}

.bg-gradient-linear-purple {
  background-color: #7a22a3 !important;
  background-image: linear-gradient(163deg, #5d34af, #5d34af 25%, #82009f 65%, #f7345e) !important;
}

.bg-gradient-linear-indigo {
  background-color: #6536af !important;
  background-image: linear-gradient(#783bb1, #472fad) !important;
}

.bg-gradient-linear-danger {
  background-color: #de1f1f !important;
  background-image: linear-gradient(163deg, #732a67, #700 25%, #612727 65%, #de1f1f) !important;
}

.bg-gradient-linear-success {
  background-color: #00775c !important;
  background-image: linear-gradient(#909816, #165d0d) !important;
}

.bg-gradient-linear-primary {
  background-color: #160092 !important;
  background-image: linear-gradient(90deg, #000f77, #3f286d 50%, #111954) !important;
}

.bg-facebook {
  color: #fff;
  background-color: #3b5998 !important;
}

.bg-pinterest {
  color: #fff;
  background-color: #c8232c !important;
}

.bg-paypal {
  color: #fff;
  background-color: #00588b !important;
}

.bg-linkedin {
  color: #fff;
  background-color: #0e76a8 !important;
}

.bg-skype {
  color: #fff;
  background-color: #00aff0 !important;
}

.bg-twitter {
  color: #fff;
  background-color: #00acee !important;
}

.bg-youtube {
  color: #fff;
  background-color: #c4302b !important;
}

.bg-vimeo {
  color: #fff;
  background-color: #86c9ef !important;
}

.bg-googleplay {
  color: #fff;
  background-color: #dd4b39 !important;
}

.bg-snapchat {
  color: #111 !important;
  background-color: #fffc00 !important;
}

.bg-instagram {
  color: #fff;
  background-color: #3f729b !important;
}

.fill-primary {
  fill: #574fec !important;
}

.bg-primary-soft .fill-primary {
  fill: #6d66ee !important;
}

.fill-secondary {
  fill: #6c757d !important;
}

.bg-secondary-soft .fill-secondary {
  fill: #78828a !important;
}

.fill-success {
  fill: #6dbb30 !important;
}

.bg-success-soft .fill-success {
  fill: #79cc38 !important;
}

.fill-info {
  fill: #73e7f7 !important;
}

.bg-info-soft .fill-info {
  fill: #8bebf8 !important;
}

.fill-warning {
  fill: #fad776 !important;
}

.bg-warning-soft .fill-warning {
  fill: #f8c945 !important;
}

.fill-danger {
  fill: #f64e60 !important;
}

.bg-danger-soft .fill-danger {
  fill: #f76676 !important;
}

.fill-light {
  fill: #f8f9fa !important;
}

.bg-light-soft .fill-light {
  fill: #fff !important;
}

.fill-dark {
  fill: #2e2e2e !important;
}

.bg-dark-soft .fill-dark {
  fill: #3b3b3b !important;
}

.fill-gray-100 {
  fill: #f9fbfd !important;
}

.fill-gray-200 {
  fill: #f1f4f8 !important;
}

.fill-gray-300 {
  fill: #d9e2ef !important;
}

.fill-gray-400 {
  fill: #c6d3e6 !important;
}

.fill-gray-500 {
  fill: #abbcd5 !important;
}

.fill-gray-600 {
  fill: #869ab8 !important;
}

.fill-gray-700 {
  fill: #506690 !important;
}

.fill-gray-800 {
  fill: #384c74 !important;
}

.fill-gray-900 {
  fill: #1b2a4e !important;
}

.fill-muted {
  fill: #506690 !important;
}

.svg-drawlines {
  stroke: #f7345e;
  stroke-width: 4px;
  stroke-dasharray: 960;
  stroke-dashoffset: 960px;
  animation: 2s ease-out .61s forwards __svgDraw;
}

@keyframes __svgDraw {
  0% {
    stroke-dashoffset: 960px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.scrollable-horizontal, .scrollable-vertical {
  -ms-scroll-chaining: none;
  -webkit-overscroll-behavior: contain;
  overscroll-behavior: contain;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

.scrollable-vertical {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
}

.scrollable-horizontal {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  z-index: 100;
  width: auto;
  display: block;
  position: relative;
  overflow-x: auto;
}

.scrollable-horizontal::-webkit-scrollbar {
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

.scrollable-horizontal::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none !important;
  background: none !important;
}

.scrollable-horizontal::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background: none !important;
}

.scrollable-horizontal::-webkit-scrollbar-button {
  outline: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.scrollable-horizontal::-webkit-scrollbar-thumb {
  outline: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.scrollable-horizontal::-webkit-scrollbar-button {
  background: none !important;
}

@media only screen and (min-width: 768px) {
  .scrollable-vertical {
    scrollbar-color: #121212 #eee;
    scrollbar-width: thin;
  }

  .scrollable-styled-dark::-webkit-scrollbar {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-styled-dark::-webkit-scrollbar-thumb {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-styled-dark::-webkit-scrollbar-track {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-styled-light::-webkit-scrollbar {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-styled-light::-webkit-scrollbar-thumb {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-styled-light::-webkit-scrollbar-track {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-vertical::-webkit-scrollbar {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-vertical::-webkit-scrollbar-thumb {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-vertical::-webkit-scrollbar-track {
    border-radius: .35rem;
    margin: 3px 0;
  }

  .scrollable-styled-dark::-webkit-scrollbar {
    width: 3px;
  }

  .scrollable-styled-light::-webkit-scrollbar {
    width: 3px;
  }

  .scrollable-vertical::-webkit-scrollbar {
    width: 3px;
  }

  .scrollable-styled-light::-webkit-scrollbar {
    background-color: #0000;
  }

  .scrollable-styled-light::-webkit-scrollbar-thumb {
    background-color: #0000;
  }

  .scrollable-styled-light::-webkit-scrollbar-track {
    background-color: #0000;
  }

  .scrollable-styled-dark::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #0000;
  }

  .scrollable-styled-light::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #0000;
  }

  .scrollable-vertical:hover::-webkit-scrollbar {
    background-color: #ffffff1a;
  }

  .scrollable-vertical:hover::-webkit-scrollbar-thumb {
    background-color: #0003;
  }

  .scrollable-vertical:hover::-webkit-scrollbar-track {
    background-color: #ffffff1a;
    -webkit-box-shadow: inset 0 0 3px #0000004d;
  }

  .scrollable-styled-light:hover::-webkit-scrollbar {
    background-color: #0000001a;
  }

  .scrollable-styled-light:hover::-webkit-scrollbar-thumb {
    background-color: #fff6;
  }

  .scrollable-styled-light:hover::-webkit-scrollbar-track {
    background-color: #0000001a;
    -webkit-box-shadow: inset 0 0 3px #0000004d;
  }

  .scrollable-styled-dark:hover::-webkit-scrollbar {
    background-color: #ffffff1a;
  }

  .scrollable-styled-dark:hover::-webkit-scrollbar-thumb {
    background-color: #0000004d;
  }

  .scrollable-styled-dark:hover::-webkit-scrollbar-track {
    background-color: #ffffff1a;
    -webkit-box-shadow: inset 0 0 3px #0000004d;
  }
}

.hide {
  display: none;
}

.hide-empty:empty, .hide-force {
  display: none !important;
}

.d-none-cloaked {
  z-index: -1;
  width: 2px;
  height: 2px;
  position: absolute;
  box-shadow: none !important;
  opacity: 0 !important;
}

@media only screen and (min-width: 992px) {
  .show-hover-container:not(:hover) .show-hover-item {
    visibility: hidden;
    transition: box-shadow .25s, transform .25s;
  }

  .show-hover-container:hover .show-hover-item {
    visibility: visible !important;
  }
}

.show-hover-container-all:not(:hover) .show-hover-item-all {
  visibility: hidden;
  transition: box-shadow .25s, transform .25s;
}

.show-hover-container-all:hover .show-hover-item-all {
  visibility: visible !important;
}

.hidden-xs-down, .hidden-xs-up {
  display: none !important;
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.vw-25 {
  width: 25vw !important;
}

.vh-25 {
  height: 25vh !important;
}

.min-vw-25 {
  min-width: 25vw !important;
}

.max-vw-25 {
  max-width: 25vw !important;
}

.max-vh-25, .min-vh-25 {
  min-height: 25vh !important;
}

.vw-33 {
  width: 33vw !important;
}

.vh-33 {
  height: 33vh !important;
}

.min-vw-33 {
  min-width: 33vw !important;
}

.max-vw-33 {
  max-width: 33vw !important;
}

.max-vh-33, .min-vh-33 {
  min-height: 33vh !important;
}

.vw-50 {
  width: 50vw !important;
}

.vh-50 {
  height: 50vh !important;
}

.min-vw-50 {
  min-width: 50vw !important;
}

.max-vw-50 {
  max-width: 50vw !important;
}

.max-vh-50, .min-vh-50 {
  min-height: 50vh !important;
}

.vw-75 {
  width: 75vw !important;
}

.vh-75 {
  height: 75vh !important;
}

.min-vw-75 {
  min-width: 75vw !important;
}

.max-vw-75 {
  max-width: 75vw !important;
}

.max-vh-75, .min-vh-75 {
  min-height: 75vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.max-vw-100 {
  max-width: 100vw !important;
}

.max-vh-100, .min-vh-100 {
  min-height: 100vh !important;
}

@media only screen and (min-width: 1199px) {
  .vh-xl-25 {
    height: 25vh !important;
  }

  .max-vh-xl-25, .min-vh-xl-25 {
    min-height: 25vh !important;
  }

  .vh-xl-33 {
    height: 33vh !important;
  }

  .max-vh-xl-33, .min-vh-xl-33 {
    min-height: 33vh !important;
  }

  .vh-xl-50 {
    height: 50vh !important;
  }

  .max-vh-xl-50, .min-vh-xl-50 {
    min-height: 50vh !important;
  }

  .vh-xl-75 {
    height: 75vh !important;
  }

  .max-vh-xl-75, .min-vh-xl-75 {
    min-height: 75vh !important;
  }

  .vh-xl-100 {
    height: 100vh !important;
  }

  .max-vh-xl-100, .min-vh-xl-100 {
    min-height: 100vh !important;
  }
}

@media only screen and (min-width: 991px) {
  .vh-lg-25 {
    height: 25vh !important;
  }

  .max-vh-lg-25, .min-vh-lg-25 {
    min-height: 25vh !important;
  }

  .vh-lg-33 {
    height: 33vh !important;
  }

  .max-vh-lg-33, .min-vh-lg-33 {
    min-height: 33vh !important;
  }

  .vh-lg-50 {
    height: 50vh !important;
  }

  .max-vh-lg-50, .min-vh-lg-50 {
    min-height: 50vh !important;
  }

  .vh-lg-75 {
    height: 75vh !important;
  }

  .max-vh-lg-75, .min-vh-lg-75 {
    min-height: 75vh !important;
  }

  .vh-lg-100 {
    height: 100vh !important;
  }

  .max-vh-lg-100, .min-vh-lg-100 {
    min-height: 100vh !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .vh-md-25 {
    height: 25vh !important;
  }

  .max-vh-md-25, .min-vh-md-25 {
    min-height: 25vh !important;
  }

  .vh-md-33 {
    height: 33vh !important;
  }

  .max-vh-md-33, .min-vh-md-33 {
    min-height: 33vh !important;
  }

  .vh-md-50 {
    height: 50vh !important;
  }

  .max-vh-md-50, .min-vh-md-50 {
    min-height: 50vh !important;
  }

  .vh-md-75 {
    height: 75vh !important;
  }

  .max-vh-md-75, .min-vh-md-75 {
    min-height: 75vh !important;
  }

  .vh-md-100 {
    height: 100vh !important;
  }

  .max-vh-md-100, .min-vh-md-100 {
    min-height: 100vh !important;
  }
}

@media only screen and (min-width: 576px) {
  .vh-sm-25 {
    height: 25vh !important;
  }

  .max-vh-sm-25, .min-vh-sm-25 {
    min-height: 25vh !important;
  }

  .vh-sm-33 {
    height: 33vh !important;
  }

  .max-vh-sm-33, .min-vh-sm-33 {
    min-height: 33vh !important;
  }

  .vh-sm-50 {
    height: 50vh !important;
  }

  .max-vh-sm-50, .min-vh-sm-50 {
    min-height: 50vh !important;
  }

  .vh-sm-75 {
    height: 75vh !important;
  }

  .max-vh-sm-75, .min-vh-sm-75 {
    min-height: 75vh !important;
  }

  .vh-sm-100 {
    height: 100vh !important;
  }

  .max-vh-sm-100, .min-vh-sm-100 {
    min-height: 100vh !important;
  }
}

.min-w-0, .mw-0 {
  min-width: 0 !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-25 {
  max-width: 25% !important;
}

.w-100 {
  width: 100px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-250 {
  width: 250px;
}

.w-300 {
  width: 300px;
}

.w-350 {
  width: 350px;
}

.w-400 {
  width: 400px;
}

.w-450 {
  width: 450px;
}

.w-500 {
  width: 500px;
}

.w-550 {
  width: 550px;
}

.w-600 {
  width: 600px;
}

.w-650 {
  width: 650px;
}

.max-w-100 {
  max-width: 100px !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.max-w-200 {
  max-width: 200px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.max-w-300 {
  max-width: 300px !important;
}

.max-w-350 {
  max-width: 350px !important;
}

.max-w-400 {
  max-width: 400px !important;
}

.max-w-450 {
  max-width: 450px !important;
}

.max-w-500 {
  max-width: 500px !important;
}

.max-w-550 {
  max-width: 550px !important;
}

.max-w-600 {
  max-width: 600px !important;
}

.max-w-650 {
  max-width: 650px !important;
}

.max-w-700 {
  max-width: 700px !important;
}

.max-w-750 {
  max-width: 750px !important;
}

.max-w-800 {
  max-width: 800px !important;
}

.embed-responsive {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.custom-file {
  margin-bottom: 0;
  display: inline-block;
}

.custom-file, .custom-file-input {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  position: relative;
}

.custom-file-input {
  opacity: 0;
  z-index: 2;
  margin: 0;
  overflow: hidden;
}

.custom-control-label:before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-label {
  color: #495057;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.cursor-move, .sortable-handle {
  cursor: move;
  cursor: -webkit-grabbing;
}

.flex-none {
  flex: none !important;
}

.d-flex-align-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-flex-1-0-auto {
  flex: 1 0 auto;
}

.d-flex-1-1-auto {
  flex: auto !important;
}

.d-flex-inherit {
  flex: inherit !important;
}

.justify-content-inherit {
  justify-content: inherit !important;
}

.row-grid, .ul-grid {
  border-top: 1px solid #f1f4f8;
  border-left: 1px solid #f1f4f8;
}

.row-grid > div, .ul-grid > li {
  border-bottom: 1px solid #f1f4f8;
  border-right: 1px solid #f1f4f8;
  padding: 0;
}

.d-inline-grid {
  display: inline-grid !important;
}

.gap-auto-0 {
  grid-gap: 0;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-1 {
  grid-gap: .25rem;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-2 {
  grid-gap: .5rem;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-3 {
  grid-gap: 1rem;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-4 {
  grid-gap: 1.5rem;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-5 {
  grid-gap: 3rem;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-6 {
  grid-gap: 4.5rem;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-7 {
  grid-gap: 6rem;
  grid-auto-flow: column;
  align-items: center;
}

.gap-auto-8 {
  grid-gap: 8rem;
  grid-auto-flow: column;
  align-items: center;
}

.col-5th, .col-lg-5th, .col-md-5th, .col-sm-5th, .col-xl-5th {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}

@media only screen and (min-width: 576px) {
  .col-sm-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.gutters-xxs {
  margin-left: -.125rem;
  margin-right: -.125rem;
}

.gutters-xxs > [class*="col"] {
  padding-left: .125rem;
  padding-right: .125rem;
}

.gutters-xs {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.gutters-xs > [class*="col"] {
  padding-left: .25rem;
  padding-right: .25rem;
}

.gutters-sm {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.gutters-sm > [class*="col"] {
  padding-left: .5rem;
  padding-right: .5rem;
}

.gutters-md {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.gutters-md > [class*="col"] {
  padding-left: .75rem;
  padding-right: .75rem;
}

.gutters-lg {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.gutters-lg > [class*="col"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.gutters-xl {
  margin-left: -3rem;
  margin-right: -3rem;
}

.gutters-xl > [class*="col"] {
  padding-left: 3rem;
  padding-right: 3rem;
}

.row.col-border > div:not(:first-child) {
  border-left: 1px solid #f1f6fa;
}

@media only screen and (min-width: 576px) {
  .row.col-border-sm > div:not(:first-child) {
    border-left: 1px solid #f1f6fa;
  }
}

@media only screen and (min-width: 768px) {
  .row.col-border-md > div:not(:first-child) {
    border-left: 1px solid #f1f6fa;
  }
}

@media only screen and (min-width: 992px) {
  .row.col-border-lg > div:not(:first-child) {
    border-left: 1px solid #f1f6fa;
  }
}

.kanban-grid {
  flex-wrap: nowrap;
}

.kanban-grid > [class*="col"] {
  width: 350px;
}

.grid-notebook {
  background-image: -webkit-linear-gradient(top, #0000, #0000 1.9375rem, #e7eff8 0);
  background-size: 100% 2rem;
  background-attachment: local;
  padding: .455rem 1.5625rem 0;
  font-size: 1rem;
  line-height: 200%;
  display: block;
}

.grid-notebook ol, .grid-notebook p, .grid-notebook ul {
  margin-bottom: 0 !important;
}

.grid-notebook .h1, .grid-notebook .h2, .grid-notebook .h3, .grid-notebook .h4, .grid-notebook .h5, .grid-notebook .h6, .grid-notebook h1, .grid-notebook h2, .grid-notebook h3, .grid-notebook h4, .grid-notebook h5, .grid-notebook h6 {
  margin-bottom: 0 !important;
  line-height: 2rem !important;
}

.grid-notebook .h1, .grid-notebook .h2, .grid-notebook h1, .grid-notebook h2 {
  font-size: 1.5625rem !important;
}

.grid-notebook .h3, .grid-notebook h3 {
  font-size: 1.25rem !important;
}

.grid-notebook .h4, .grid-notebook .h5, .grid-notebook .h6, .grid-notebook h4, .grid-notebook h5, .grid-notebook h6 {
  font-size: 1.125rem !important;
}

.line-height-0 {
  line-height: 0 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-inherit {
  line-height: inherit !important;
}

.d-table {
  width: 100%;
  height: 100%;
  position: relative;
}

.smaller {
  font-size: .75rem !important;
}

.text-dashed {
  border-bottom: 1px dashed #506690;
}

.text-shadow-dark {
  text-shadow: 0 1px #0000004d;
}

.text-monospace {
  -webkit-font-smoothing: initial;
}

.text-gray-100 {
  color: #f9fbfd !important;
}

.text-gray-200 {
  color: #f1f4f8 !important;
}

.text-gray-300 {
  color: #d9e2ef !important;
}

.text-gray-400 {
  color: #c6d3e6 !important;
}

.text-gray-500 {
  color: #abbcd5 !important;
}

.text-gray-600 {
  color: #869ab8 !important;
}

.text-gray-700 {
  color: #506690 !important;
}

.text-gray-800 {
  color: #384c74 !important;
}

.text-gray-900 {
  color: #1b2a4e !important;
}

.link-muted {
  color: #506690;
}

.link-dashed, .link-muted {
  text-decoration: none !important;
}

.link-dashed {
  color: #574fec !important;
  border-bottom: 1px dashed #574fec !important;
}

.link-dashed-hover, .link-dashed:hover {
  border-bottom: 1px dashed #574fec;
}

.link-normal {
  color: #1c0950;
}

.link-normal:hover {
  color: #574fec;
}

.disabled {
  opacity: .65;
  pointer-events: none;
}

.text-primary-hover {
  transition: all .2s ease-in-out;
}

a.text-primary-hover:focus, a.text-primary-hover:hover {
  color: #574fec !important;
}

.text-secondary-hover {
  transition: all .2s ease-in-out;
}

a.text-secondary-hover:focus, a.text-secondary-hover:hover {
  color: #6c757d !important;
}

.text-success-hover {
  transition: all .2s ease-in-out;
}

a.text-success-hover:focus, a.text-success-hover:hover {
  color: #6dbb30 !important;
}

.text-info-hover {
  transition: all .2s ease-in-out;
}

a.text-info-hover:focus, a.text-info-hover:hover {
  color: #73e7f7 !important;
}

.text-warning-hover {
  transition: all .2s ease-in-out;
}

a.text-warning-hover:focus, a.text-warning-hover:hover {
  color: #fad776 !important;
}

.text-danger-hover {
  transition: all .2s ease-in-out;
}

a.text-danger-hover:focus, a.text-danger-hover:hover {
  color: #f64e60 !important;
}

.text-light-hover {
  transition: all .2s ease-in-out;
}

a.text-light-hover:focus, a.text-light-hover:hover {
  color: #f8f9fa !important;
}

.text-dark-hover {
  transition: all .2s ease-in-out;
}

a.text-dark-hover:focus, a.text-dark-hover:hover {
  color: #2e2e2e !important;
}

.text-danger-gradient {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(-107deg, #82009f, #f7345e);
  color: #f7345e;
  -webkit-background-clip: text;
  display: inline-block;
  position: relative;
}

em.text-danger-gradient {
  font-style: normal;
  transform: skewX(-10deg);
}

.z-index-n1 {
  z-index: -1 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.z-index-11 {
  z-index: 11 !important;
}

.bull {
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  display: inline-block;
}

.bull-sm {
  width: 4px;
  height: 4px;
}

.bull-lg {
  width: 8px;
  height: 8px;
}

.bull-xl {
  width: 12px;
  height: 12px;
}

.text-align-start {
  text-align: left !important;
}

.text-align-end {
  text-align: right !important;
}

.float-start {
  margin-right: 10px;
  float: left !important;
}

.float-end {
  margin-left: 10px;
  float: right !important;
}

.p--0-start {
  padding-left: 0 !important;
}

.p--0-end {
  padding-right: 0 !important;
}

.m--0-start {
  margin-left: 0 !important;
}

.m--0-end {
  margin-right: 0 !important;
}

.m-auto-start {
  margin-left: auto !important;
}

.m-auto-end {
  margin-right: auto !important;
}

.b--0-start {
  border-left: 0 !important;
}

.b--0-end {
  border-right: 0 !important;
}

.hide-ltr {
  display: none !important;
}

.animate-none {
  animation: none !important;
}

@keyframes __slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }

  0% {
    opacity: 0;
    transform: translateY(.8rem);
  }
}

@-webkit-keyframes __slideIn {
  0% {
    -webkit-transform: transform;
  }

  to {
    -webkit-opacity: 1;
    -webkit-transform: translateY(0);
  }

  0% {
    -webkit-opacity: 0;
    -webkit-transform: translateY(.8rem);
  }
}

.animate-slidein {
  animation-name: __slideIn;
  animation-duration: .21s;
  animation-fill-mode: both;
}

@keyframes __animateBlink {
  to {
    visibility: hidden;
  }
}

.animate-blink {
  animation: 1s steps(5, start) infinite __animateBlink;
}

.animate-reveal-down, .animate-reveal-down-item > .reveal-item, .animate-reveal-up, .animate-reveal-up-item > .reveal-item {
  transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  transform: translateZ(0);
}

.animate-reveal-down-item:hover > .reveal-item, .animate-reveal-down:hover {
  transform: translate3d(0, 50px, 0);
}

.animate-reveal-up-item:hover > .reveal-item, .animate-reveal-up:hover {
  transform: translate3d(0, -50px, 0);
}

@keyframes __utilFadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fadein {
  animation: .5s both __utilFadeIn;
}

@keyframes __utilFadeInSlow {
  0% {
    opacity: 0;
  }

  25% {
    opacity: .3;
  }

  50% {
    opacity: .7;
  }

  to {
    opacity: 1;
  }
}

.animate-fadein__slow {
  animation: 2s __utilFadeInSlow;
}

@keyframes __utilFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }

  0% {
    opacity: 0;
    transform: translateY(.8rem);
  }
}

@keyframes __utilFadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }

  0% {
    opacity: 0;
    transform: translateY(-.8rem);
  }
}

.animate-fadeinup {
  animation: .25s ease-out forwards __utilFadeInUp !important;
}

.animate-fadeindown {
  animation: .25s ease-out forwards __utilFadeInDown !important;
}

@keyframes __utilBounceIn {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  60% {
    opacity: 1;
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

.animate-bouncein {
  animation: .25s ease-out forwards __utilBounceIn;
}

@keyframes __utilBounceInUp {
  0% {
    opacity: 0;
    transform: translateY(600px);
  }

  25% {
    opacity: 1;
    transform: translateY(-30px);
  }

  50% {
    transform: translateY(10px);
  }

  to {
    transform: translateY(0);
  }
}

.animate-bounceinup {
  animation-name: __utilBounceInUp;
  animation-duration: 6s;
  animation-delay: .5s;
  animation-fill-mode: both;
}

@keyframes __utilShine {
  1% {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .1s;
  }

  25% {
    opacity: .1;
    transition-duration: .1s;
    transform: rotate(180deg);
  }

  50% {
    opacity: 1;
    transition-duration: .1s;
    transform: rotate(-90deg);
  }

  75% {
    opacity: .1;
    transition-duration: .1s;
    transform: rotate(30deg);
  }

  to {
    opacity: 0;
    transition-duration: .1s;
    transform: rotate(180deg);
  }
}

.animate-shine:after {
  content: "";
  opacity: 0;
  z-index: 0;
  background: linear-gradient(90deg, #f8f9fa00 0, #ffffff4d 50%, #f8f9fa00);
  border-radius: 50%;
  width: 120%;
  height: 120%;
  animation: 6s ease-in-out 1s infinite forwards __utilShine;
  position: absolute;
  top: -10%;
  left: 0;
  transform: rotate(40deg);
}

@keyframes __pulse {
  0% {
    box-shadow: 0 0 #506690cc;
  }

  70% {
    box-shadow: 0 0 0 10px #50669000;
  }

  to {
    box-shadow: 0 0 #50669000;
  }
}

@keyframes __pulsePrimary {
  0% {
    box-shadow: 0 0 #574feccc;
  }

  70% {
    box-shadow: 0 0 0 10px #574fec00;
  }

  to {
    box-shadow: 0 0 #574fec00;
  }
}

@keyframes __pulseDanger {
  0% {
    box-shadow: 0 0 #f64e60cc;
  }

  70% {
    box-shadow: 0 0 0 10px #f64e6000;
  }

  to {
    box-shadow: 0 0 #f64e6000;
  }
}

@keyframes __pulseWarning {
  0% {
    box-shadow: 0 0 #fad775cc;
  }

  70% {
    box-shadow: 0 0 0 10px #fad77500;
  }

  to {
    box-shadow: 0 0 #fad77500;
  }
}

@keyframes __pulseSuccess {
  0% {
    box-shadow: 0 0 #6dbb30cc;
  }

  70% {
    box-shadow: 0 0 0 10px #6dbb3000;
  }

  to {
    box-shadow: 0 0 #6dbb3000;
  }
}

.animate-pulse {
  animation: 2s infinite __pulse;
}

.animate-pulse-primary {
  animation: 2s infinite __pulsePrimary;
}

.animate-pulse-danger {
  animation: 2s infinite __pulseDanger;
}

.animate-pulse-warning {
  animation: 2s infinite __pulseWarning;
}

.animate-pulse-success {
  animation: 2s infinite __pulseSuccess;
}

.img-hover-zoom {
  background: #222f3e;
  border: 5px solid #ffffff0d;
  border-radius: .5em;
  height: 300px;
  overflow: hidden;
}

.img-hover-zoom--empty {
  background-color: #ffffff1a;
  border-width: 0;
}

.img-hover-zoom:not(.img-hover-zoom--empty):hover {
  filter: drop-shadow(0 0 10px #0000004d);
}

.img-hover-zoom--basic img {
  transition: transform .5s;
}

.img-hover-zoom--basic:hover img {
  transform: scale(1.5);
}

.img-hover-zoom--quick-zoom img {
  transform-origin: 0 0;
  transition: transform .25s, visibility .25s ease-in;
}

.img-hover-zoom--quick-zoom:hover img {
  transform: scale(2);
}

.img-hover-zoom--point-zoom img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out;
}

.img-hover-zoom--point-zoom:hover img {
  transform: scale(5);
}

.img-hover-zoom--zoom-n-rotate img {
  transition: transform .5s ease-in-out;
}

.img-hover-zoom--zoom-n-rotate:hover img {
  transform: scale(2)rotate(25deg);
}

.img-hover-zoom--slowmo img {
  filter: brightness(150%);
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
}

.img-hover-zoom--slowmo:hover img {
  filter: brightness();
  transform: scale(3);
}

.img-hover-zoom--brightness img {
  filter: brightness(50%);
  transform-origin: center;
  transition: transform 2s, filter 1.5s ease-in-out;
}

.img-hover-zoom--brightness:hover img {
  filter: brightness();
  transform: scale(1.3);
}

.img-hover-zoom--zoom-n-pan-h img {
  transform-origin: 100% 0;
  transition: transform .5s ease-in-out;
  transform: scale(1.4);
}

.img-hover-zoom--zoom-n-pan-h:hover img {
  transform: scale(1.5)translateX(30%);
}

.img-hover-zoom--zoom-n-pan-v img {
  transform-origin: 0 0;
  transition: transform .5s ease-in-out;
  transform: scale(1.4);
}

.img-hover-zoom--zoom-n-pan-v:hover img {
  transform: scale(1.25)translateY(-30%);
}

.img-hover-zoom--blur img {
  filter: blur(2px);
  transition: transform 1s, filter 2s ease-in-out;
  transform: scale(1.2);
}

.img-hover-zoom--blur:hover img {
  filter: blur();
  transform: scale(1);
}

.img-hover-zoom--colorize img {
  filter: grayscale();
  transition: transform .5s, filter 1.5s ease-in-out;
}

.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}

@media only screen and (min-width: 991px) {
  .float-none-lg {
    float: none !important;
  }

  .b--0-lg, .b-0-lg {
    border: 0 !important;
  }

  .border-bottom-lg {
    border-bottom: 1px solid #dde4ea;
  }

  .border-top-lg {
    border-top: 1px solid #dde4ea;
  }

  .m--0-lg, .m-0-lg, .p--0-lg, .p-0-lg {
    border: 0 !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }

  .text-start-md {
    text-align: left !important;
  }

  .float-none-md {
    float: none !important;
  }

  .d-block-md {
    display: block !important;
  }

  .btn.d-block-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .position-absolute-md {
    position: absolute !important;
  }

  .position-relative-md {
    position: relative !important;
  }

  .position-fixed-md {
    position: fixed !important;
  }

  .shadow-none-md {
    box-shadow: none !important;
  }

  .m--0-md, .m-0-md {
    margin: 0 !important;
  }

  .mt--0-md, .mt-0-md {
    margin-top: 0 !important;
  }

  .ml--0-md, .ml-0-md {
    margin-left: 0 !important;
  }

  .mr--0-md, .mr-0-md {
    margin-right: 0 !important;
  }

  .mb--0-md, .mb-0-md {
    margin-bottom: 0 !important;
  }

  .m--15-md, .m-15-md {
    margin: 15px !important;
  }

  .p--0-md, .p-0-md {
    padding: 0 !important;
  }

  .pt--0-md, .pt-0-md {
    padding-top: 0 !important;
  }

  .pl--0-md, .pl-0-md {
    padding-left: 0 !important;
  }

  .pr--0-md, .pr-0-md {
    padding-right: 0 !important;
  }

  .pb--0-md, .pb-0-md {
    padding-bottom: 0 !important;
  }

  .p--15-md, .p-15-md {
    padding: 15px !important;
  }

  .b--0-md, .b-0-md {
    border: 0 !important;
  }

  .bt--0-md, .bt-0-md {
    border-top: 0 !important;
  }

  .bl--0-md, .bl-0-md {
    border-left: 0 !important;
  }

  .br--0-md, .br-0-md {
    border-right: 0 !important;
  }

  .bb--0-md, .bb-0-md {
    border-bottom: 0 !important;
  }

  .border-bottom-md {
    border-bottom: 1px solid #dde4ea;
  }

  .border-top-md {
    border-top: 1px solid #dde4ea;
  }

  .r--0-md, .r-0-md, .round-0-md, .rounded-0-md {
    border-radius: 0 !important;
  }

  .w-100-md {
    width: 100% !important;
    min-width: 0 !important;
  }

  .w-100-md, .w-100vh-md {
    max-width: 100% !important;
  }

  .w-100vh-md {
    width: 100vh !important;
  }

  .w-auto-md {
    width: auto !important;
  }

  .h-100-md {
    height: auto;
    min-height: 100% !important;
  }

  .h-100vh-md {
    height: auto;
    min-height: 100vh !important;
  }

  .h-auto-md {
    height: auto !important;
    max-height: auto !important;
    min-height: auto !important;
  }

  .rounded-circle-md {
    border-radius: 50% !important;
  }

  .overlay-none-md:after {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-center-xs {
    text-align: center !important;
  }

  .text-start-xs {
    text-align: left !important;
  }

  .float-none-xs {
    float: none !important;
  }

  .d-block-xs {
    display: block !important;
  }

  .btn.d-block-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .position-absolute-xs {
    position: absolute !important;
  }

  .position-relative-xs {
    position: relative !important;
  }

  .position-fixed-xs {
    position: fixed !important;
  }

  .shadow-none-xs {
    box-shadow: none !important;
  }

  .m--0-xs, .m-0-xs {
    margin: 0 !important;
  }

  .mt--0-xs, .mt-0-xs {
    margin-top: 0 !important;
  }

  .ml--0-xs, .ml-0-xs {
    margin-left: 0 !important;
  }

  .mr--0-xs, .mr-0-xs {
    margin-right: 0 !important;
  }

  .mb--0-xs, .mb-0-xs {
    margin-bottom: 0 !important;
  }

  .m--15-xs, .m-15-xs {
    margin: 15px !important;
  }

  .p--0-xs, .p-0-xs {
    padding: 0 !important;
  }

  .pt--0-xs, .pt-0-xs {
    padding-top: 0 !important;
  }

  .pl--0-xs, .pl-0-xs {
    padding-left: 0 !important;
  }

  .pr--0-xs, .pr-0-xs {
    padding-right: 0 !important;
  }

  .pb--0-xs, .pb-0-xs {
    padding-bottom: 0 !important;
  }

  .p--15-xs, .p-15-xs {
    padding: 15px !important;
  }

  .b--0-xs, .b-0-xs {
    border: 0 !important;
  }

  .bt--0-xs, .bt-0-xs {
    border-top: 0 !important;
  }

  .bl--0-xs, .bl-0-xs {
    border-left: 0 !important;
  }

  .br--0-xs, .br-0-xs {
    border-right: 0 !important;
  }

  .bb--0-xs, .bb-0-xs {
    border-bottom: 0 !important;
  }

  .border-bottom-xs {
    border-bottom: 1px solid #dde4ea;
  }

  .border-top-xs {
    border-top: 1px solid #dde4ea;
  }

  .r--0-xs, .r-0-xs, .round-0-xs, .rounded-0-xs {
    border-radius: 0 !important;
  }

  .w-100-xs {
    width: 100% !important;
    min-width: 0 !important;
  }

  .w-100-xs, .w-100vh-xs {
    max-width: 100% !important;
  }

  .w-100vh-xs {
    width: 100vh !important;
  }

  .w-auto-xs {
    width: auto !important;
  }

  .h-100-xs {
    height: auto;
    min-height: 100% !important;
  }

  .h-100vh-xs {
    height: auto;
    min-height: 100vh !important;
  }

  .h-auto-xs {
    height: auto !important;
    max-height: auto !important;
    min-height: auto !important;
  }

  .rounded-circle-xs {
    border-radius: 50% !important;
  }

  .overlay-none-xs:after {
    display: none !important;
  }

  .gutters-xxs--xs {
    margin-left: -.125rem !important;
    margin-right: -.125rem !important;
  }

  .gutters-xxs--xs > [class*="col"] {
    padding-left: .125rem !important;
    padding-right: .125rem !important;
  }

  .gutters-xs--xs {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
  }

  .gutters-xs--xs > [class*="col"] {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .gutters-sm--xs {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
  }

  .gutters-sm--xs > [class*="col"] {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .gutters-md--xs {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important;
  }

  .gutters-md--xs > [class*="col"] {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .m-1-xs {
    margin: .25rem !important;
  }

  .m-2-xs {
    margin: .5rem !important;
  }

  .m-3-xs {
    margin: 1rem !important;
  }

  .m-4-xs {
    margin: 1.5rem !important;
  }

  .m-5-xs {
    margin: 3rem !important;
  }

  .ml-1-xs, .mx-1-xs {
    margin-left: .25rem !important;
  }

  .ml-2-xs, .mx-2-xs {
    margin-left: .5rem !important;
  }

  .ml-3-xs, .mx-3-xs {
    margin-left: 1rem !important;
  }

  .ml-4-xs, .mx-4-xs {
    margin-left: 1.5rem !important;
  }

  .ml-5-xs, .mx-5-xs {
    margin-left: 3rem !important;
  }

  .mr-1-xs, .mx-1-xs {
    margin-right: .25rem !important;
  }

  .mr-2-xs, .mx-2-xs {
    margin-right: .5rem !important;
  }

  .mr-3-xs, .mx-3-xs {
    margin-right: 1rem !important;
  }

  .mr-4-xs, .mx-4-xs {
    margin-right: 1.5rem !important;
  }

  .mr-5-xs, .mx-5-xs {
    margin-right: 3rem !important;
  }

  .mt-1-xs, .my-1-xs {
    margin-top: .25rem !important;
  }

  .mt-2-xs, .my-2-xs {
    margin-top: .5rem !important;
  }

  .mt-3-xs, .my-3-xs {
    margin-top: 1rem !important;
  }

  .mt-4-xs, .my-4-xs {
    margin-top: 1.5rem !important;
  }

  .mt-5-xs, .my-5-xs {
    margin-top: 3rem !important;
  }

  .mb-1-xs, .my-1-xs {
    margin-bottom: .25rem !important;
  }

  .mb-2-xs, .my-2-xs {
    margin-bottom: .5rem !important;
  }

  .mb-3-xs, .my-3-xs {
    margin-bottom: 1rem !important;
  }

  .mb-4-xs, .my-4-xs {
    margin-bottom: 1.5rem !important;
  }

  .mb-5-xs, .my-5-xs {
    margin-bottom: 3rem !important;
  }

  .p-1-xs {
    padding: .25rem !important;
  }

  .p-2-xs {
    padding: .5rem !important;
  }

  .p-3-xs {
    padding: 1rem !important;
  }

  .p-4-xs {
    padding: 1.5rem !important;
  }

  .p-5-xs {
    padding: 3rem !important;
  }

  .pl-1-xs, .px-1-xs {
    padding-left: .25rem !important;
  }

  .pl-2-xs, .px-2-xs {
    padding-left: .5rem !important;
  }

  .pl-3-xs, .px-3-xs {
    padding-left: 1rem !important;
  }

  .pl-4-xs, .px-4-xs {
    padding-left: 1.5rem !important;
  }

  .pl-5-xs, .px-5-xs {
    padding-left: 3rem !important;
  }

  .pr-1-xs, .px-1-xs {
    padding-right: .25rem !important;
  }

  .pr-2-xs, .px-2-xs {
    padding-right: .5rem !important;
  }

  .pr-3-xs, .px-3-xs {
    padding-right: 1rem !important;
  }

  .pr-4-xs, .px-4-xs {
    padding-right: 1.5rem !important;
  }

  .pr-5-xs, .px-5-xs {
    padding-right: 3rem !important;
  }

  .pt-1-xs, .py-1-xs {
    padding-top: .25rem !important;
  }

  .pt-2-xs, .py-2-xs {
    padding-top: .5rem !important;
  }

  .pt-3-xs, .py-3-xs {
    padding-top: 1rem !important;
  }

  .pt-4-xs, .py-4-xs {
    padding-top: 1.5rem !important;
  }

  .pt-5-xs, .py-5-xs {
    padding-top: 3rem !important;
  }

  .pb-1-xs, .py-1-xs {
    padding-bottom: .25rem !important;
  }

  .pb-2-xs, .py-2-xs {
    padding-bottom: .5rem !important;
  }

  .pb-3-xs, .py-3-xs {
    padding-bottom: 1rem !important;
  }

  .pb-4-xs, .py-4-xs {
    padding-bottom: 1.5rem !important;
  }

  .pb-5-xs, .py-5-xs {
    padding-bottom: 3rem !important;
  }
}

@media print {
  @page {
    margin: 0 -6cm;
  }

  .row > * {
    float: left;
  }

  .col-lg-12, .col-md-12, .col-sm-12, .col-xl-12 {
    width: 100%;
  }

  .col-lg-9, .col-md-9, .col-sm-9, .col-xl-9 {
    width: 75%;
  }

  .col-lg-8, .col-md-8, .col-sm-8, .col-xl-8 {
    width: 66.6667%;
  }

  .col-lg-7, .col-md-7, .col-sm-7, .col-xl-7 {
    width: 58.3333%;
  }

  .col-lg-6, .col-md-6, .col-sm-6, .col-xl-6 {
    width: 50%;
  }

  .col-lg-4, .col-md-4, .col-sm-4, .col-xl-4 {
    width: 33.3333%;
  }

  .col-lg-3, .col-md-3, .col-sm-3, .col-xl-3 {
    width: 25%;
  }

  .text-lg-start, .text-md-start, .text-sm-start, .text-xl-start {
    text-align: left !important;
  }

  .text-lg-end, .text-md-end, .text-sm-end, .text-xl-end {
    text-align: right !important;
  }

  .hide-print {
    visibility: hidden !important;
    display: none !important;
  }

  .shadow-none-print {
    box-shadow: none !important;
  }

  .border-none-print {
    border: 0 !important;
  }

  .padding-0-print {
    padding: 0 !important;
  }
}

.text-red-100 {
  color: #ffcdd2 !important;
}

.text-red-200 {
  color: #ef9a9a !important;
}

.text-red-300 {
  color: #e57373 !important;
}

.text-red-400 {
  color: #ef5350 !important;
}

.text-red-500 {
  color: #f44336 !important;
}

.text-red-600 {
  color: #e53935 !important;
}

.text-red-700 {
  color: #d32f2f !important;
}

.text-red-800 {
  color: #c62828 !important;
}

.text-red-900 {
  color: #b71c1c !important;
}

.text-pink-100 {
  color: #f8bbd0 !important;
}

.text-pink-200 {
  color: #f48fb1 !important;
}

.text-pink-300 {
  color: #f06292 !important;
}

.text-pink-400 {
  color: #ec407a !important;
}

.text-pink-500 {
  color: #e91e63 !important;
}

.text-pink-600 {
  color: #d81b60 !important;
}

.text-pink-700 {
  color: #c2185b !important;
}

.text-pink-800 {
  color: #ad1457 !important;
}

.text-pink-900 {
  color: #880e4f !important;
}

.text-purple-100 {
  color: #e1bee7 !important;
}

.text-purple-200 {
  color: #ce93d8 !important;
}

.text-purple-300 {
  color: #ba68c8 !important;
}

.text-purple-400 {
  color: #ab47bc !important;
}

.text-purple-500 {
  color: #9c27b0 !important;
}

.text-purple-600 {
  color: #8e24aa !important;
}

.text-purple-700 {
  color: #7b1fa2 !important;
}

.text-purple-800 {
  color: #6a1b9a !important;
}

.text-purple-900 {
  color: #4a148c !important;
}

.text-deep-purple-100 {
  color: #d1c4e9 !important;
}

.text-deep-purple-200 {
  color: #b39ddb !important;
}

.text-deep-purple-300 {
  color: #9575cd !important;
}

.text-deep-purple-400 {
  color: #7e57c2 !important;
}

.text-deep-purple-500 {
  color: #673ab7 !important;
}

.text-deep-purple-600 {
  color: #5e35b1 !important;
}

.text-deep-purple-700 {
  color: #512da8 !important;
}

.text-deep-purple-800 {
  color: #4527a0 !important;
}

.text-deep-purple-900 {
  color: #311b92 !important;
}

.text-indigo-100 {
  color: #c5cae9 !important;
}

.text-indigo-200 {
  color: #9fa8da !important;
}

.text-indigo-300 {
  color: #7986cb !important;
}

.text-indigo-400 {
  color: #5c6bc0 !important;
}

.text-indigo-500 {
  color: #3f51b5 !important;
}

.text-indigo-600 {
  color: #3949ab !important;
}

.text-indigo-700 {
  color: #303f9f !important;
}

.text-indigo-800 {
  color: #283593 !important;
}

.text-indigo-900 {
  color: #1a237e !important;
}

.text-blue-100 {
  color: #bbdefb !important;
}

.text-blue-200 {
  color: #90caf9 !important;
}

.text-blue-300 {
  color: #64b5f6 !important;
}

.text-blue-400 {
  color: #42a5f5 !important;
}

.text-blue-500 {
  color: #2196f3 !important;
}

.text-blue-600 {
  color: #1e88e5 !important;
}

.text-blue-700 {
  color: #1976d2 !important;
}

.text-blue-800 {
  color: #1565c0 !important;
}

.text-blue-900 {
  color: #0d47a1 !important;
}

.text-light-blue-100 {
  color: #b3e5fc !important;
}

.text-light-blue-200 {
  color: #81d4fa !important;
}

.text-light-blue-300 {
  color: #4fc3f7 !important;
}

.text-light-blue-400 {
  color: #29b6f6 !important;
}

.text-light-blue-500 {
  color: #03a9f4 !important;
}

.text-light-blue-600 {
  color: #039be5 !important;
}

.text-light-blue-700 {
  color: #0288d1 !important;
}

.text-light-blue-800 {
  color: #0277bd !important;
}

.text-light-blue-900 {
  color: #01579b !important;
}

.text-cyan-100 {
  color: #b2ebf2 !important;
}

.text-cyan-200 {
  color: #80deea !important;
}

.text-cyan-300 {
  color: #4dd0e1 !important;
}

.text-cyan-400 {
  color: #26c6da !important;
}

.text-cyan-500 {
  color: #00bcd4 !important;
}

.text-cyan-600 {
  color: #00acc1 !important;
}

.text-cyan-700 {
  color: #0097a7 !important;
}

.text-cyan-800 {
  color: #00838f !important;
}

.text-cyan-900 {
  color: #006064 !important;
}

.text-teal-100 {
  color: #b2dfdb !important;
}

.text-teal-200 {
  color: #80cbc4 !important;
}

.text-teal-300 {
  color: #4db6ac !important;
}

.text-teal-400 {
  color: #26a69a !important;
}

.text-teal-500 {
  color: #009688 !important;
}

.text-teal-600 {
  color: #00897b !important;
}

.text-teal-700 {
  color: #00796b !important;
}

.text-teal-800 {
  color: #00695c !important;
}

.text-teal-900 {
  color: #004d40 !important;
}

.text-green-100 {
  color: #c8e6c9 !important;
}

.text-green-200 {
  color: #a5d6a7 !important;
}

.text-green-300 {
  color: #81c784 !important;
}

.text-green-400 {
  color: #66bb6a !important;
}

.text-green-500 {
  color: #4caf50 !important;
}

.text-green-600 {
  color: #43a047 !important;
}

.text-green-700 {
  color: #388e3c !important;
}

.text-green-800 {
  color: #2e7d32 !important;
}

.text-green-900 {
  color: #1b5e20 !important;
}

.text-light-green-100 {
  color: #dcedc8 !important;
}

.text-light-green-200 {
  color: #c5e1a5 !important;
}

.text-light-green-300 {
  color: #aed581 !important;
}

.text-light-green-400 {
  color: #9ccc65 !important;
}

.text-light-green-500 {
  color: #8bc34a !important;
}

.text-light-green-600 {
  color: #7cb342 !important;
}

.text-light-green-700 {
  color: #689f38 !important;
}

.text-light-green-800 {
  color: #558b2f !important;
}

.text-light-green-900 {
  color: #33691e !important;
}

.text-lime-100 {
  color: #f0f4c3 !important;
}

.text-lime-200 {
  color: #e6ee9c !important;
}

.text-lime-300 {
  color: #dce775 !important;
}

.text-lime-400 {
  color: #d4e157 !important;
}

.text-lime-500 {
  color: #cddc39 !important;
}

.text-lime-600 {
  color: #c0ca33 !important;
}

.text-lime-700 {
  color: #afb42b !important;
}

.text-lime-800 {
  color: #9e9d24 !important;
}

.text-lime-900 {
  color: #827717 !important;
}

.text-yellow-100 {
  color: #fff9c4 !important;
}

.text-yellow-200 {
  color: #fff59d !important;
}

.text-yellow-300 {
  color: #fff176 !important;
}

.text-yellow-400 {
  color: #ffee58 !important;
}

.text-yellow-500 {
  color: #ffeb3b !important;
}

.text-yellow-600 {
  color: #fdd835 !important;
}

.text-yellow-700 {
  color: #fbc02d !important;
}

.text-yellow-800 {
  color: #f9a825 !important;
}

.text-yellow-900 {
  color: #f57f17 !important;
}

.text-amber-100 {
  color: #ffecb3 !important;
}

.text-amber-200 {
  color: #ffe082 !important;
}

.text-amber-300 {
  color: #ffd54f !important;
}

.text-amber-400 {
  color: #ffca28 !important;
}

.text-amber-500 {
  color: #ffc107 !important;
}

.text-amber-600 {
  color: #ffb300 !important;
}

.text-amber-700 {
  color: #ffa000 !important;
}

.text-amber-800 {
  color: #ff8f00 !important;
}

.text-amber-900 {
  color: #ff6f00 !important;
}

.text-orange-100 {
  color: #ffe0b2 !important;
}

.text-orange-200 {
  color: #ffcc80 !important;
}

.text-orange-300 {
  color: #ffb74d !important;
}

.text-orange-400 {
  color: #ffa726 !important;
}

.text-orange-500 {
  color: #ff9800 !important;
}

.text-orange-600 {
  color: #fb8c00 !important;
}

.text-orange-700 {
  color: #f57c00 !important;
}

.text-orange-800 {
  color: #ef6c00 !important;
}

.text-orange-900 {
  color: #e65100 !important;
}

.text-deep-orange-100 {
  color: #ffccbc !important;
}

.text-deep-orange-200 {
  color: #ffab91 !important;
}

.text-deep-orange-300 {
  color: #ff8a65 !important;
}

.text-deep-orange-400 {
  color: #ff7043 !important;
}

.text-deep-orange-500 {
  color: #ff5722 !important;
}

.text-deep-orange-600 {
  color: #f4511e !important;
}

.text-deep-orange-700 {
  color: #e64a19 !important;
}

.text-deep-orange-800 {
  color: #d84315 !important;
}

.text-deep-orange-900 {
  color: #bf360c !important;
}

.text-brown-100 {
  color: #d7ccc8 !important;
}

.text-brown-200 {
  color: #bcaaa4 !important;
}

.text-brown-300 {
  color: #a1887f !important;
}

.text-brown-400 {
  color: #8d6e63 !important;
}

.text-brown-500 {
  color: #795548 !important;
}

.text-brown-600 {
  color: #6d4c41 !important;
}

.text-brown-700 {
  color: #5d4037 !important;
}

.text-brown-800 {
  color: #4e342e !important;
}

.text-brown-900 {
  color: #3e2723 !important;
}

.text-blue-gray-100 {
  color: #cfd8dc !important;
}

.text-blue-gray-200 {
  color: #b0bec5 !important;
}

.text-blue-gray-300 {
  color: #90a4ae !important;
}

.text-blue-gray-400 {
  color: #78909c !important;
}

.text-blue-gray-500 {
  color: #607d8b !important;
}

.text-blue-gray-600 {
  color: #546e7a !important;
}

.text-blue-gray-700 {
  color: #455a64 !important;
}

.text-blue-gray-800 {
  color: #37474f !important;
}

.text-blue-gray-900 {
  color: #263238 !important;
}

.avatar {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .35rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  font-weight: 500;
  display: inline-flex;
  position: relative;
}

.avatar > i {
  font-style: normal;
  position: absolute;
}

.avatar-border {
  border: .125rem solid #fff;
}

.avatar-border-lg {
  border: .25rem solid #fff;
}

.avatar-status {
  border: .125rem solid #fff;
  border-radius: 50%;
  width: .7rem;
  height: .7rem;
  font-size: .5rem;
  bottom: 0;
}

.avatar:not(.rounded-circle) .avatar-status {
  margin: -.35rem;
}

.avatar-group {
  align-items: center;
  display: inline-flex;
}

.avatar-group > .avatar:hover {
  z-index: 1;
}

.avatar-xs {
  font-size: .75rem;
  width: 1.75rem !important;
  height: 1.75rem !important;
}

.avatar-group > .avatar-xs:not(:first-child) {
  margin-left: -.58333rem;
}

.avatar-sm {
  font-size: .875rem;
  width: 2.6875rem !important;
  height: 2.6875rem !important;
}

.avatar-group > .avatar-sm:not(:first-child) {
  margin-left: -.89583rem;
}

.avatar-md {
  font-size: 1rem;
  width: 3.125rem !important;
  height: 3.125rem !important;
}

.avatar-group > .avatar-md:not(:first-child) {
  margin-left: -1.04167rem;
}

.avatar-lg {
  font-size: 1.1rem;
  width: 4.25rem !important;
  height: 4.25rem !important;
}

.avatar-group > .avatar-lg:not(:first-child) {
  margin-left: -1.41667rem;
}

.avatar-xl {
  font-size: 1.3rem;
  width: 5.625rem !important;
  height: 5.625rem !important;
}

.avatar-group > .avatar-xl:not(:first-child) {
  margin-left: -1.875rem;
}

.avatar-xxl {
  width: 7rem !important;
  height: 7rem !important;
}

.avatar-group > .avatar-xxl:not(:first-child) {
  margin-left: -2.33333rem;
}

.arrow {
  border: 17px solid #0000;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 0;
}

.arrow-left, .arrow-start {
  border-right: 10px solid #f9fbfd;
  margin-left: 3px;
  left: -30px;
  border-top-color: #0000 !important;
  border-bottom-color: #0000 !important;
  border-left-color: #0000 !important;
}

.arrow-end, .arrow-right {
  border-left: 10px solid #f9fbfd;
  margin-right: 3px;
  right: -30px;
  border-top-color: #0000 !important;
  border-bottom-color: #0000 !important;
  border-right-color: #0000 !important;
}

.arrow-top {
  border-bottom: 10px solid #f9fbfd;
  top: -27px;
  border-top-color: #0000 !important;
  border-left-color: #0000 !important;
  border-right-color: #0000 !important;
  bottom: auto !important;
}

.arrow-bottom {
  border-top: 10px solid #f9fbfd;
  bottom: -27px;
  border-bottom-color: #0000 !important;
  border-left-color: #0000 !important;
  border-right-color: #0000 !important;
  top: auto !important;
}

.arrow-lg {
  border: 34px solid #0000;
}

.arrow-lg.arrow-left, .arrow-lg.arrow-start {
  border-right: 20px solid #f9fbfd;
  margin-left: 6px;
  left: -60px;
}

.arrow-lg.arrow-end, .arrow-lg.arrow-right {
  border-left: 20px solid #f9fbfd;
  margin-right: 6px;
  right: -60px;
}

.arrow-lg.arrow-top {
  border-bottom: 20px solid #f9fbfd;
  top: -54px;
}

.arrow-lg.arrow-bottom {
  border-top: 20px solid #f9fbfd;
  bottom: -54px;
}

.arrow-center.arrow-bottom, .arrow-center.arrow-top {
  margin-left: -17px !important;
  left: 50% !important;
}

.arrow-center.arrow-end, .arrow-center.arrow-left, .arrow-center.arrow-right, .arrow-center.arrow-start {
  margin-top: -17px !important;
  top: 50% !important;
}

.arrow-lg.arrow-center.arrow-bottom, .arrow-lg.arrow-center.arrow-top {
  margin-left: -34px !important;
}

.arrow-lg.arrow-center.arrow-end, .arrow-lg.arrow-center.arrow-left, .arrow-lg.arrow-center.arrow-right, .arrow-lg.arrow-center.arrow-start {
  margin-top: -34px !important;
}

@media only screen and (min-width: 992px) {
  .stretch-end {
    border-radius: .35rem;
    overflow: hidden;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right: -19.6vw !important;
  }

  .stretch-start {
    border-radius: .35rem;
    overflow: hidden;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -19.6vw !important;
  }
}

.block-img-end .block-img, .block-img-start .block-img {
  border-radius: .35rem;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .block-img-end .block-img-2, .block-img-start .block-img-2 {
    margin-top: -400px;
  }

  .block-img-start .block-img-1 {
    top: -80px;
    left: -78%;
  }

  .block-img-start .block-img-2 {
    left: -10%;
  }

  .block-img-start .block-img-3 {
    margin-top: -300px;
    left: -78%;
  }

  .block-img-end .block-img-1 {
    top: -80px;
    right: -78%;
  }

  .block-img-end .block-img-2 {
    right: -10%;
  }

  .block-img-end .block-img-3 {
    margin-top: -300px;
    right: -78%;
  }
}

@media only screen and (max-width: 1199px) {
  .block-img-end .block-img, .block-img-start .block-img {
    width: 50%;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }

  .block-img-end .block-img-1, .block-img-start .block-img-1 {
    left: 0;
  }

  .block-img-end .block-img-2, .block-img-start .block-img-2 {
    margin-top: -100%;
    left: 25%;
  }

  .block-img-end .block-img-3, .block-img-start .block-img-3 {
    margin-top: -100%;
    left: 50%;
  }
}

.block-img-card {
  display: block;
  position: relative;
}

.block-img-card .block-img {
  border-radius: .35rem;
  width: 50%;
  display: inline-block;
  left: 0;
}

.block-img-card .block-img-1 {
  position: relative;
  top: 0;
  left: 0;
}

.block-img-card .block-img-2 {
  position: absolute;
  top: 5%;
  left: 25%;
}

.block-img-card .block-img-3 {
  position: absolute;
  top: 10%;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  body:not(.layout-admin) .section, body:not(.layout-admin) section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 768px) {
  body:not(.layout-admin) .section, body:not(.layout-admin) section {
    padding: 80px 0;
  }
}

.close {
  color: #000;
  cursor: pointer;
  float: right;
  opacity: .5;
  text-shadow: 0 1px #fff;
  background: none;
  border: 0;
  padding: 0;
  font-size: 1.59375rem;
  font-weight: 700;
  line-height: 1;
}

.close:hover {
  opacity: 1;
}

.btn:not(.rounded-circle) > i, ul.list-icons > li > i {
  margin-right: 10px;
  display: inline-block;
}

.btn:not(.rounded-circle) > span + i, .btn:not(.rounded-circle) > span + svg, .btn > .group-icon + span, .btn > span + .group-icon {
  margin-left: 10px;
  margin-right: 0;
  display: inline-block;
}

.btn + .btn {
  margin-left: .5rem;
}

button.close .fi {
  font-size: 18px;
}

.btn-soft-static.btn-primary:not([aria-expanded="true"]):not(.active), .btn-soft.btn-primary:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #2117d7;
  background-color: #f1f0fd;
  border-color: #f1f0fd;
}

.btn-soft-static.btn-secondary:not([aria-expanded="true"]):not(.active), .btn-soft.btn-secondary:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #494f54;
  background-color: #f0f2f2;
  border-color: #f0f2f2;
}

.btn-soft-static.btn-success:not([aria-expanded="true"]):not(.active), .btn-soft.btn-success:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #4a7e20;
  background-color: #e4f5d7;
  border-color: #e4f5d7;
}

.btn-soft-static.btn-info:not([aria-expanded="true"]):not(.active), .btn-soft.btn-info:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #2bdbf3;
  background-color: #bbf3fb;
  border-color: #bbf3fb;
}

.btn-soft-static.btn-warning:not([aria-expanded="true"]):not(.active), .btn-soft.btn-warning:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #f7c12c;
  background-color: #fdedc0;
  border-color: #fdedc0;
}

.btn-soft-static.btn-danger:not([aria-expanded="true"]):not(.active), .btn-soft.btn-danger:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #ec0c24;
  background-color: #feeef0;
  border-color: #feeef0;
}

.btn-soft-static.btn-light:not([aria-expanded="true"]):not(.active), .btn-soft.btn-light:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #cbd3da;
  background-color: #fff;
  border-color: #fff;
}

.btn-soft-static.btn-dark:not([aria-expanded="true"]):not(.active), .btn-soft.btn-dark:not(:hover):not([aria-expanded="true"]):not(.active) {
  color: #080808;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.btn-primary:not(.btn-noshadow):hover, .btn-primary:not(.btn-noshadow):not(.btn-soft):active, .btn-primary:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #574fec59;
}

.btn-secondary:not(.btn-noshadow):hover, .btn-secondary:not(.btn-noshadow):not(.btn-soft):active, .btn-secondary:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #6d767e59;
}

.btn-success:not(.btn-noshadow):hover, .btn-success:not(.btn-noshadow):not(.btn-soft):active, .btn-success:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #6dbb3059;
}

.btn-info:not(.btn-noshadow):hover, .btn-info:not(.btn-noshadow):not(.btn-soft):active, .btn-info:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #73e7f759;
}

.btn-warning:not(.btn-noshadow):hover, .btn-warning:not(.btn-noshadow):not(.btn-soft):active, .btn-warning:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #fad77559;
}

.btn-danger:not(.btn-noshadow):hover, .btn-danger:not(.btn-noshadow):not(.btn-soft):active, .btn-danger:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #f64e6059;
}

.btn-light:not(.btn-noshadow):hover, .btn-light:not(.btn-noshadow):not(.btn-soft):active, .btn-light:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #f8f9fa59;
}

.btn-dark:not(.btn-noshadow):hover, .btn-dark:not(.btn-noshadow):not(.btn-soft):active, .btn-dark:not(.btn-noshadow):not(.btn-soft):focus {
  box-shadow: 0 4px 11px #2e2e2e59;
}

.btn-facebook, .btn-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
  box-shadow: 0 4px 11px #3b599859;
}

.btn-twitter, .btn-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.btn-twitter:active, .btn-twitter:focus, .btn-twitter:hover {
  box-shadow: 0 4px 11px #1da1f259;
}

.btn-gplus, .btn-gplus:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn-gplus:active, .btn-gplus:focus, .btn-gplus:hover {
  box-shadow: 0 4px 11px #dd4b3959;
}

.btn-instagram, .btn-instagram:hover {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}

.btn-instagram:active, .btn-instagram:focus, .btn-instagram:hover {
  box-shadow: 0 4px 11px #3f729b59;
}

.btn-linkedin, .btn-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}

.btn-linkedin:active, .btn-linkedin:focus, .btn-linkedin:hover {
  box-shadow: 0 4px 11px #007bb659;
}

.btn-vimeo, .btn-vimeo:hover {
  color: #fff;
  background-color: #aad450;
  border-color: #aad450;
}

.btn-vimeo:active, .btn-vimeo:focus, .btn-vimeo:hover {
  box-shadow: 0 4px 11px #aad45059;
}

.btn-youtube, .btn-youtube:hover {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

.btn-youtube:active, .btn-youtube:focus, .btn-youtube:hover {
  box-shadow: 0 4px 11px #bb000059;
}

.btn-github, .btn-github:hover {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}

.btn-github:active, .btn-github:focus, .btn-github:hover {
  box-shadow: 0 4px 11px #24292e59;
}

.btn-snapchat, .btn-snapchat:hover {
  color: #fff;
  background-color: #fffc00;
  border-color: #fffc00;
}

.btn-snapchat:active, .btn-snapchat:focus, .btn-snapchat:hover {
  box-shadow: 0 4px 11px #fffc0059;
}

.btn-email, .btn-email:hover {
  color: #fff;
  background-color: #049fb3;
  border-color: #049fb3;
}

.btn-email:active, .btn-email:focus, .btn-email:hover {
  box-shadow: 0 4px 11px #049fb359;
}

.btn-pill {
  border-radius: 50rem;
}

.btn.btn-icon {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn.rounded-circle {
  text-align: center;
  padding: 1.53rem;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}

.btn-group-sm > .btn.rounded-circle, .btn.btn-sm.rounded-circle {
  width: 1.94rem;
  height: 1.94rem;
  padding: 1.22rem;
  font-size: 1rem;
}

.btn-group-lg > .btn.rounded-circle, .btn.btn-lg.rounded-circle {
  width: 3.125rem;
  height: 3.125rem;
  padding: 1.83rem;
  font-size: 1rem;
}

.btn.rounded-circle > i, .btn.rounded-circle > span:not(.badge), .btn.rounded-circle > svg {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
}

.btn-ghost:not(:hover):not(:active):not(:focus) {
  background-color: #0000 !important;
  border-color: #0000 !important;
}

@media only screen and (max-width: 991px) {
  .btn.rounded-circle-xs {
    text-align: center;
    padding: 1.53rem;
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
  }

  .btn-group-sm > .btn.rounded-circle-xs, .btn.btn-sm.rounded-circle-xs {
    width: 1.94rem;
    height: 1.94rem;
    padding: 1.22rem;
    font-size: 1rem;
  }

  .btn-group-lg > .btn.rounded-circle-xs, .btn.btn-lg.rounded-circle-xs {
    width: 3.125rem;
    height: 3.125rem;
    padding: 1.83rem;
    font-size: 1rem;
  }

  .btn.rounded-circle-xs > i, .btn.rounded-circle-xs > span, .btn.rounded-circle-xs > svg {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1rem !important;
  }

  .btn.rounded-circle-xs > .group-icon {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .btn.rounded-circle-xs > i + span, .btn.rounded-circle-xs > span + span, .btn.rounded-circle-xs > svg + span {
    display: none;
  }
}

.group-icon > i, .group-icon > span, .group-icon > svg {
  font-style: normal;
}

.group-icon > i:last-child, .group-icon > span:last-child, .group-icon > svg:last-child {
  display: none;
}

.active > .group-icon > i:last-child, .active > .group-icon > span:last-child, .active > .group-icon > svg:last-child, .active > a > .group-icon > i:last-child, .active > a > .group-icon > span:last-child, .active > a > .group-icon > svg:last-child, .group-icon > i:first-child, .group-icon > span:first-child, .group-icon > svg:first-child {
  display: inline-block;
}

.active > .group-icon > i:first-child, .active > .group-icon > span:first-child, .active > .group-icon > svg:first-child, .active > a > .group-icon > i:first-child, .active > a > .group-icon > span:first-child, [aria-expanded="true"] .group-icon > i:first-child, [aria-expanded="true"] .group-icon > span:first-child, [aria-expanded="true"] .group-icon > svg:first-child {
  display: none;
}

[aria-expanded="true"] .group-icon > i:last-child, [aria-expanded="true"] .group-icon > span:last-child, [aria-expanded="true"] .group-icon > svg:last-child {
  display: inline-block;
}

.burger-menu {
  border-top: 2px solid #384c74;
  width: 100%;
  height: 100%;
  transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  display: block;
  position: relative;
}

.burger-menu:before {
  border-top: 2px solid #384c74;
  width: 75%;
  margin-top: -2px;
  top: 50%;
}

.burger-menu:after, .burger-menu:before {
  content: "";
  height: 1px;
  transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  display: block;
  position: absolute;
}

.burger-menu:after {
  border-bottom: 2px solid #384c74;
  width: 25%;
  bottom: 0;
}

.start-0 .burger-menu:after, .start-0 .burger-menu:before {
  left: 0;
}

.end-0 .burger-menu:after, .end-0 .burger-menu:before {
  right: 0;
}

a.btn-burger-menu:not(.bg-white) .burger-menu, a.btn-burger-menu:not(.bg-white) .burger-menu:after, a.btn-burger-menu:not(.bg-white) .burger-menu:before {
  border-color: #fff;
}

a.btn-burger-menu.active:hover .burger-menu:after, a.btn-burger-menu.active:hover .burger-menu:before, a.btn-burger-menu:hover .burger-menu:after, a.btn-burger-menu:hover .burger-menu:before, a.btn-burger-menu[aria-expanded="true"] .burger-menu:after, a.btn-burger-menu[aria-expanded="true"] .burger-menu:before {
  width: 100%;
}

.breadcrumb-sublime a {
  color: #b2b6c3;
  text-decoration: none;
  transition: all .3s;
}

.breadcrumb-sublime a:hover {
  color: inherit;
}

.breadcrumb-sublime .breadcrumb-item.active {
  color: #b2b6c3;
}

.card {
  box-shadow: 0 6px 12px #8c98a413;
}

.card hr {
  opacity: 1;
  background-color: #dde4ea;
}

.card-columns {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  column-gap: 1.25rem;
}

.card-columns .card {
  width: 100%;
  margin-bottom: .75rem;
  display: inline-block;
}

.card-columns .card img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .card-columns {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card-columns {
    -moz-column-count: 4;
    column-count: 4;
  }
}

.badge-soft.badge-primary {
  color: #2117d7;
  background-color: #f1f0fd;
}

.bg-primary-soft .badge-soft.badge-primary {
  background-color: #dbd9fb;
}

.badge-soft.badge-secondary {
  color: #494f54;
  background-color: #f0f2f2;
}

.bg-secondary-soft .badge-soft.badge-secondary {
  background-color: #e3e5e7;
}

.badge-soft.badge-success {
  color: #4a7e20;
  background-color: #e4f5d7;
}

.bg-success-soft .badge-soft.badge-success {
  background-color: #d6efc2;
}

.badge-soft.badge-info {
  color: #2bdbf3;
  background-color: #bbf3fb;
}

.bg-info-soft .badge-soft.badge-info {
  background-color: #a3effa;
}

.badge-soft.badge-warning {
  color: #f7c12c;
  background-color: #fdedc0;
}

.bg-warning-soft .badge-soft.badge-warning {
  background-color: #fce5a7;
}

.badge-soft.badge-danger {
  color: #ec0c24;
  background-color: #feeef0;
}

.bg-danger-soft .badge-soft.badge-danger {
  background-color: #fdd6da;
}

.badge-soft.badge-light {
  color: #cbd3da;
  background-color: #fff;
}

.bg-light-soft .badge-soft.badge-light {
  background-color: #fff;
}

.badge-soft.badge-dark {
  color: #080808;
  background-color: #c4c4c4;
}

.bg-dark-soft .badge-soft.badge-dark {
  background-color: #b8b8b8;
}

.badge-ico, .badge-ico-md, .badge-ico-sm {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-ico-sm {
  width: 25px;
  height: 25px;
}

.badge-ico, .badge-ico-md {
  width: 35px;
  height: 35px;
  font-size: 16px;
}

.badge-ico-md > i, .badge-ico-sm > i {
  display: inline-block;
}

.badge-ico-sm > i:before {
  padding-top: 0;
}

.dropdown-menu {
  text-align: left;
  font-size: .9375rem;
  animation: .6s fadeIn;
  box-shadow: 0 10px 40px 10px #8c98a42d;
}

.dropdown-link.disabled {
  pointer-events: none;
  color: #abbcd5 !important;
}

.dropdown-link {
  color: #1c0950;
}

.active > .dropdown-link, .dropdown-link.active {
  color: #574fec;
  background-color: #f9fbfd;
}

.dropdown-header {
  font-size: 1rem;
}

.dropdown-footer {
  padding: 10px 15px;
  display: block;
  position: relative;
}

.dropdown-footer, a.dropdown-footer {
  text-decoration: none;
}

.dropdown-footer > a:not(:hover), a.dropdown-footer:not(:hover) {
  color: #1c0950;
}

.dropdown-menu .dropdown-item {
  margin: 0;
  padding: 0;
}

a.dropdown-item {
  position: relative;
}

.dropdown-menu .dropdown-item.show > a {
  color: #574fec;
}

.dropdown-menu .dropdown-item > a, .dropdown-menu a.dropdown-item, .dropdown-menu li:not(.dropdown-item) > a {
  padding: 8px 40px 8px 25px;
  transition: all .3s;
  display: block;
  position: relative;
}

.dropdown-menu a:not([data-bs-toggle="dropdown"]) {
  padding-right: 15px;
}

.dropdown-item .row ul:not(.prefix-link-icon) .dropdown-link {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-menu .dropdown-item > a > i, .dropdown-menu a.dropdown-item > i, .dropdown-menu li:not(.dropdown-item) > a > i {
  margin-right: 15px;
}

.dropdown-item > i + span, .dropdown-item > span + i, .dropdown-item > span + span, .dropdown-item > span + svg, .dropdown-item > svg + span {
  margin-left: 12px;
}

.dropdown-menu.dropdown-menu-uppercase a {
  text-transform: uppercase;
  font-size: 13px;
}

.dropdown-menu-clean a:not(.btn).active, .dropdown-menu-clean a:not(.btn):focus, .dropdown-menu-clean a:not(.btn):hover, .dropdown-menu-clean li.active, .dropdown-menu-clean li.active > a:not(.btn), .dropdown-menu-clean li:focus, .dropdown-menu-clean li:hover {
  text-decoration: none;
  background-color: #0000 !important;
}

.dropdown-menu-clean:not(.prefix-link-icon) a:not(.btn):hover {
  color: #574fec;
}

.dropdown-menu.dropdown-menu-invert {
  left: auto;
  right: 0;
}

.dropdown-menu li > .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  right: auto !important;
}

.dropdown-menu:not(.dropdown-menu-invert) li > a[data-bs-toggle="dropdown"]:after {
  content: "";
  opacity: .35;
  opacity: all .3s ease;
  margin-top: -6px;
  font-family: Flaticon;
  font-size: 12px;
  line-height: 1;
  transition: all .2s;
  position: absolute;
  top: 50%;
  right: 15px;
}

.dropdown-menu:not(.dropdown-menu-invert) .dropdown-item.show > a:after, .dropdown-menu:not(.dropdown-menu-invert) .dropdown-item:hover > a:after {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu:not(.dropdown-menu-invert) .dropdown-item.show > a:after {
    transform: rotate(90deg);
  }
}

.dropdown-mega .row ul:not(.dropdown-menu) {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.dropdown-mega .row ul:not(.dropdown-menu) .dropdown-divider {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0;
}

.dropdown-mega .row ul + .h2, .dropdown-mega .row ul + .h3, .dropdown-mega .row ul + .h4, .dropdown-mega .row ul + .h5, .dropdown-mega .row ul + .h6, .dropdown-mega .row ul + div, .dropdown-mega .row ul + h2, .dropdown-mega .row ul + h3, .dropdown-mega .row ul + h4, .dropdown-mega .row ul + h5, .dropdown-mega .row ul + h6 {
  margin-top: 1.22rem;
}

.prefix-link-icon .dropdown-header {
  padding: 10px 15px;
}

.prefix-link-icon:not(.prefix-icon-ico) a:not(.prefix-icon-ignore), a.prefix-link-icon:not(.prefix-icon-ico):not(.prefix-icon-ignore) {
  padding-left: 40px !important;
  padding-right: 25px !important;
}

.prefix-link-icon a:not(.prefix-icon-ignore):before, a.prefix-link-icon:not(.prefix-icon-ignore):before {
  color: #f1f4f8;
  content: "";
  background-color: #f1f4f8;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 20px;
}

.prefix-icon-dot a:not(.prefix-icon-ignore):before, a.prefix-icon-dot:not(.prefix-icon-ignore):before {
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  left: 22px;
}

.prefix-icon-line a:not(.prefix-icon-ignore):before, a.prefix-icon-line:not(.prefix-icon-ignore):before {
  width: 10px;
  height: 1px;
  margin-top: -1px;
  left: 19px;
}

.prefix-icon-square a:not(.prefix-icon-ignore):before, a.prefix-icon-square:not(.prefix-icon-ignore):before {
  width: 4px;
  height: 4px;
  margin-top: -3px;
  left: 21px;
}

.prefix-icon-arrow a:not(.prefix-icon-ignore):before, a.prefix-icon-arrow:not(.prefix-icon-ignore):before {
  content: "";
  background-color: #0000;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  font-family: Flaticon;
  font-size: 12px;
  line-height: 1;
  left: 19px;
}

.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.active:not(.prefix-icon-ignore):before, .prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.active > a:not(.prefix-icon-ignore):before, .prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.show:not(.prefix-icon-ignore):before, .prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item.show > a:not(.prefix-icon-ignore):before, .prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item:hover:not(.prefix-icon-ignore):before, .prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item:hover > a:not(.prefix-icon-ignore):before {
  background-color: #574fec !important;
}

.prefix-link-icon.prefix-icon-arrow .dropdown-item.active:not(.prefix-icon-ignore):before, .prefix-link-icon.prefix-icon-arrow .dropdown-item.active > a:not(.prefix-icon-ignore):before, .prefix-link-icon.prefix-icon-arrow .dropdown-item.show:not(.prefix-icon-ignore):before, .prefix-link-icon.prefix-icon-arrow .dropdown-item.show > a:not(.prefix-icon-ignore):before, .prefix-link-icon.prefix-icon-arrow .dropdown-item:hover:not(.prefix-icon-ignore):before, .prefix-link-icon.prefix-icon-arrow .dropdown-item:hover > a:not(.prefix-icon-ignore):before {
  color: #574fec !important;
}

.text-white > .dropdown-item > a {
  color: #d9e2ef !important;
}

.text-white > .dropdown-item.active > a, .text-white > .dropdown-item > a:hover {
  color: #fff !important;
}

@media only screen and (min-width: 991px) {
  .dropdown-menu .dropdown-item:hover > a {
    color: #574fec;
    text-decoration: none;
  }

  .dropdown-link:hover {
    color: #574fec;
    background-color: #f9fbfd;
  }

  [data-bs-toggle="dropdown"] + .dropdown-menu-hover {
    margin-top: 0 !important;
  }

  .dropdown-menu-hover + .dropdown-menu:hover, .dropdown-menu-hover:hover, .dropdown-menu-hover:hover + .dropdown-menu, [data-bs-toggle="dropdown"]:hover + .dropdown-menu-hover, [data-bs-toggle="dropdown"]:hover ~ .dropdown-menu-hover {
    display: block;
  }

  .dropdown-mega > .dropdown-menu {
    width: 100%;
    max-width: 100%;
    padding: 25px;
    left: 0;
    right: 0;
  }

  .dropdown-mega-sm {
    width: 300px;
  }

  .dropdown-mega-md {
    width: 400px;
  }

  .dropdown-mega-lg {
    width: 600px;
  }

  .dropdown-mega-xl {
    width: 700px;
  }

  .dropdown-mega-xxl {
    width: 800px;
  }

  .dropdown-menu-dark, .dropdown-menu-dark .dropdown-menu {
    color: #fff;
    background-color: #333;
  }

  .dropdown-menu-dark a {
    color: #ccc !important;
  }

  .dropdown-menu-dark .dropdown-item.active > a, .dropdown-menu-dark .dropdown-item:hover > a, .dropdown-menu-dark .dropdown-item > a.active, .dropdown-menu-dark a.dropdown-item.active, .dropdown-menu-dark a.dropdown-item:hover, .dropdown-menu-dark a:hover {
    color: #fff !important;
  }

  .dropdown-menu-dark .dropdown-divider, .dropdown-menu-dark .row.col-border-lg > div, .dropdown-menu-dark .row.col-border-md > div, .dropdown-menu-dark .row.col-border-sm > div, .dropdown-menu-dark .row.col-border > div {
    border-color: #4d4d4d;
  }

  .dropdown-menu-block-md .dropdown-item > .dropdown-menu {
    transform: none !important;
  }

  .dropdown-fadeinup {
    animation: .25s ease-out forwards __utilFadeInUp !important;
  }

  .dropdown-fadeindown {
    animation: .25s ease-out forwards __utilFadeInDown !important;
  }

  .dropdown-bounceinup {
    animation: .25s ease-out forwards __utilBounceInUp !important;
  }
}

@media only screen and (max-width: 991px) {
  a.dropdown-link:hover {
    color: inherit;
  }

  .dropdown-mega .row {
    margin-left: 0;
  }

  .dropdown-mega .row > div:not(:last-child) {
    margin-bottom: 30px;
  }

  .dropdown-menu-block-md .dropdown-item > .dropdown-menu {
    border-radius: 0;
    box-shadow: none !important;
    background-color: #00000005 !important;
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
  }

  .dropdown-menu-navbar-autopos {
    margin-left: 8px;
    margin-right: 8px;
    position: fixed;
    top: auto !important;
    bottom: auto !important;
  }
}

.list-divider > :not(:last-child) {
  border-bottom: 1px solid #dde4ea;
}

.form-check-input-primary:checked {
  background-color: #574fec !important;
  border-color: #574fec !important;
}

.form-check-input-danger:checked {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
}

.form-check-input-warning:checked {
  background-color: #fad776 !important;
  border-color: #fad776 !important;
}

.form-check-input-success:checked {
  background-color: #6dbb30 !important;
  border-color: #6dbb30 !important;
}

.form-check-input-info:checked {
  background-color: #73e7f7 !important;
  border-color: #73e7f7 !important;
}

th > .form-check {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

th > .form-check input {
  margin: 0 !important;
}

.form-check-input:checked[type="checkbox"], .form-check-input:checked[type="radio"] {
  background-position: inherit;
}

.switch-icon {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #f1f4f8;
  border-radius: 50rem;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.switch-icon:before {
  content: "";
  background-color: #fbfbfb;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  margin: .125rem;
  transition: all .114s ease-in;
  display: inline-flex;
  position: absolute;
  left: 0;
  box-shadow: 0 3px 6px #8395a447;
}

.active + .switch-icon:before, .switch-icon.active:before, input:checked + .switch-icon:before {
  background-color: #fff;
}

.switch-icon.disabled, input[disabled] + .switch-icon {
  cursor: not-allowed;
  opacity: .5;
}

.was-validated input:not([disabled]).is-invalid + .switch-icon + *, .was-validated input:not([disabled]):invalid + .switch-icon + * {
  color: #f64e60;
}

.active + .switch-icon, .switch-icon.active, input:checked + .switch-icon {
  background-color: #506690;
}

.active + .switch-icon-primary, .switch-icon-primary.active, input:checked + .switch-icon-primary {
  background-color: #574fec;
}

.active + .switch-icon-danger, .switch-icon-danger.active, input:checked + .switch-icon-danger {
  background-color: #f64e60;
}

.active + .switch-icon-warning, .switch-icon-warning.active, input:checked + .switch-icon-warning {
  background-color: #fad776;
}

.active + .switch-icon-success, .switch-icon-success.active, input:checked + .switch-icon-success {
  background-color: #6dbb30;
}

.active + .switch-icon-info, .switch-icon-info.active, input:checked + .switch-icon-info {
  background-color: #73e7f7;
}

.switch-icon {
  min-width: 3.125rem;
  max-width: 3.125rem;
  height: 1.875rem;
}

.switch-icon:before {
  width: 1.625rem;
  height: 1.625rem;
}

.active + .switch-icon:before, .switch-icon.active:before, input:checked + .switch-icon:before {
  margin-left: calc(100% - 1.75rem);
}

.switch-icon-lg {
  min-width: 3.875rem;
  max-width: 3.875rem;
  height: 2.3125rem;
}

.switch-icon-lg:before {
  width: 2.0625rem;
  height: 2.0625rem;
}

.active + .switch-icon-lg:before, .switch-icon.active-lg:before, input:checked + .switch-icon-lg:before {
  margin-left: calc(100% - 2.1875rem);
}

.switch-icon-sm {
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 1.25rem;
}

.switch-icon-sm:before {
  width: 1rem;
  height: 1rem;
}

.active + .switch-icon-sm:before, .switch-icon.active-sm:before, input:checked + .switch-icon-sm:before {
  margin-left: calc(100% - 1.125rem);
}

.switch-icon-xs {
  min-width: 1.875rem;
  max-width: 1.875rem;
  height: 1.125rem;
}

.switch-icon-xs:before {
  width: .875rem;
  height: .875rem;
}

.active + .switch-icon-xs:before, .switch-icon.active-xs:before, input:checked + .switch-icon-xs:before {
  margin-left: calc(100% - 1rem);
}

table.table-align-middle td, table.table-align-middle th {
  vertical-align: middle;
}

table label.form-checkbox, table label.form-radio {
  margin: 0;
  padding: 0;
  width: 20px !important;
  height: 20px !important;
}

table label.form-checkbox > i, table label.form-radio > i {
  margin-left: 0;
  margin-right: 0;
}

table tfoot th label.form-checkbox, table tfoot th label.form-radio, table thead th label.form-checkbox, table thead th label.form-radio {
  margin-top: 3px;
}

.table:not(.table-framed):not(.table-bordered) thead > tr > th {
  border-top-width: 0;
}

.table thead > tr > th {
  border-bottom-width: 1px;
}

.table-framed tfoot th {
  border-bottom: 1px solid #eaf0f5;
}

.table-lg tr > td, .table-lg tr > th {
  padding: 1.5rem 2rem;
}

table.table-striped td, table.table-striped th {
  border: 0;
}

.nav-invert {
  background-color: #f1f4f8;
  padding: .25rem;
  display: inline-flex;
}

.nav-invert, .nav-invert .nav-link {
  border-radius: .35rem;
}

.nav-pills.nav-invert {
  border-radius: 50rem;
}

.nav-invert .nav-link.active {
  background-color: #fff;
  box-shadow: 0 1px 3px #32325d14, 0 4px 6px #709dc714;
  color: #574fec !important;
}

.rounded-pill .nav-link {
  border-radius: 50rem;
}

.nav-sm .nav-link {
  padding: .344rem .65rem;
  font-size: .875rem;
}

.nav-lg .nav-link {
  padding: .7rem 1.4rem;
}

.nav-tabs-border-bottom, .nav-tabs-border-top {
  border: 0;
}

.nav-tabs-border-bottom .nav-item:not(:last-child), .nav-tabs-border-top .nav-item:not(:last-child) {
  margin-right: 15px;
}

.nav-tabs-border-bottom .nav-link, .nav-tabs-border-top .nav-link {
  border: 0;
  border-radius: 0;
  padding-left: 3px;
  padding-right: 3px;
}

.nav-tabs-border-top .nav-link.active {
  border-top: 1px solid #574fec !important;
}

.nav-tabs-border-bottom .nav-link.active {
  border-bottom: 1px solid #574fec !important;
}

.nav-pills .nav-link.btn:not(.active) {
  color: #869ab8 !important;
  background: #fff !important;
}

aside {
  flex-shrink: 0;
  font-size: 16px;
  position: relative;
}

aside.aside-end, aside.aside-start {
  height: 100%;
  transition: all .3s cubic-bezier(.47, 0, .745, .715);
}

.aside-width, body:not(.aside-compact) aside.aside-end, body:not(.aside-compact) aside.aside-start {
  width: 265px;
}

body.aside-compact aside.aside-end, body.aside-compact aside.aside-start {
  width: 140px;
}

aside.aside-start {
  left: 0;
  right: auto;
}

aside.aside-end {
  left: auto;
  right: 0;
}

.aside-secondary {
  color: #1c0950;
  background-color: #fff;
}

.aside-secondary .text-aside {
  color: #574fec;
}

.aside-primary {
  color: #bfc6d7;
  background-color: #1b2a4e;
}

.aside-primary .text-aside {
  color: #fff;
}

.bg-aside {
  background-color: #1b2a4e;
}

aside .nav-deep > ul > li.nav-title, aside .nav-deep > ul > li > a.nav-link {
  padding: .8rem 1rem;
}

aside .nav-deep.nav-deep-lg > ul > li.nav-title, aside .nav-deep.nav-deep-lg > ul > li > a.nav-link {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

aside .nav-deep.nav-deep-lg > ul > li li.nav-title, aside .nav-deep.nav-deep-lg > ul > li ul > li > a {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

aside .nav-deep.nav-deep-sm > ul > li.nav-title, aside .nav-deep.nav-deep-sm > ul > li > a.nav-link {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

aside .nav-deep.nav-deep-sm > ul > li li.nav-title, aside .nav-deep.nav-deep-sm > ul > li ul > li > a {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

aside .nav-deep.nav-deep-xs > ul > li li.nav-title, aside .nav-deep.nav-deep-xs > ul > li ul > li > a, aside .nav-deep.nav-deep-xs > ul > li.nav-title, aside .nav-deep.nav-deep-xs > ul > li > a.nav-link {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.aside-secondary nav.nav-deep-hover > ul > li.nav-item.active, .aside-secondary nav.nav-deep-hover > ul > li.nav-item:hover {
  background-color: #f5f6fc !important;
}

.aside-primary nav.nav-deep-hover > ul > li.nav-item.active, .aside-primary nav.nav-deep-hover > ul > li.nav-item:hover {
  background-color: #0000000d !important;
}

.aside-secondary a.disabled {
  color: #8d6aee !important;
}

.aside-primary a.disabled {
  color: #61729c !important;
}

aside .nav-item.nav-item-extended > div.aside-item {
  color: #121212;
  background-color: #0000000d;
  border-left: 0;
  border-radius: .35rem;
  min-width: 265px;
  max-width: calc(100vw - 280px);
  font-size: 1rem;
  position: fixed;
  top: 95px;
  bottom: 15px;
  left: 265px;
  overflow: hidden;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

aside .nav-item.nav-item-extended:not(.active).overlay-dark:after, aside .nav-item.nav-item-extended:not(.active).overlay-light:after, aside .nav-item.nav-item-extended:not(.active) > div.aside-item {
  display: none !important;
}

aside .nav-item.nav-item-extended.active.overlay-dark:after, aside .nav-item.nav-item-extended.active.overlay-light:after {
  z-index: -1;
  position: fixed;
  left: 265px;
  right: 0;
}

aside .nav-item.nav-item-extended.active > .aside-item {
  animation: .25s ease-out forwards __utilFadeIn;
}

#header.header-match-aside-primary {
  background-color: #1b2a4e;
}

#header.header-match-aside-secondary {
  background-color: #fff;
}

.aside-custom, .aside-custom-end, .aside-custom-start {
  z-index: 11;
  background: #fff;
  width: 90%;
  max-width: 400px;
  height: 100%;
  animation: 10ms __asidePageLoadFix;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform .56s cubic-bezier(.6, .4, .05, .95) !important;
  position: fixed !important;
}

@keyframes __asidePageLoadFix {
  to {
    transform: none;
  }
}

.aside-custom-end {
  left: auto;
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.aside-custom-end.js-aside-show, .aside-custom-start.js-aside-show, .aside-custom.js-aside-show {
  transform: translateZ(0);
}

@media only screen and (min-width: 992px) {
  body.aside-sticky aside {
    z-index: 11;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  body:not(.aside-compact).layout-admin #footer {
    padding-left: 265px;
  }

  body.aside-sticky:not(.aside-compact) #header, body.aside-sticky:not(.aside-compact) #js_header_spacer, body.aside-sticky:not(.aside-compact) #wrapper_content {
    margin-left: 265px;
  }

  body.layout-admin.aside-compact #footer {
    padding-left: 140px;
  }

  body.aside-sticky.aside-compact #header, body.aside-sticky.aside-compact #js_header_spacer, body.aside-sticky.aside-compact #wrapper_content {
    margin-left: 140px;
  }

  body.aside-start:not(.layout-boxed) #wrapper {
    margin-left: 265px;
  }

  body.aside-end:not(.layout-boxed) #wrapper {
    margin-right: 265px;
  }

  body.aside-end.header-fixed:not(.layout-boxed) #header, body.aside-start.header-fixed:not(.layout-boxed) #header {
    width: auto !important;
    max-width: 100% !important;
  }

  body.aside-float aside {
    z-index: 11;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  body.aside-float #header, body.aside-start.aside-sticky:not(.header-sticky) #header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.aside-float:not(.aside-show) .aside-start:not(.js-aside-show) {
    margin-left: -100%;
  }

  body.aside-float:not(.aside-show) .aside-end:not(.js-aside-show) {
    margin-right: -100%;
  }
}

@media only screen and (max-width: 991px) {
  aside {
    z-index: 11;
    top: 0;
    bottom: 0;
    position: fixed !important;
  }

  aside:not(.js-aside-show).aside-start {
    margin-left: -265px;
  }

  aside:not(.js-aside-show).aside-end {
    margin-right: -265px;
  }

  aside:not(.js-aside-show).aside-start .nav-item-extended > div.aside-item {
    left: -100%;
  }

  aside:not(.js-aside-show).aside-end .nav-item-extended > div.aside-item {
    right: -100%;
  }

  aside .nav-item.nav-item-extended > div.aside-item {
    z-index: 9999;
    border-radius: .35rem;
    inset: 15px;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
  }
}

.fullscreen {
  -webkit-overflow-scrolling: touch;
  height: auto;
  max-height: 100%;
  overflow-y: scroll;
  -ms-box-shadow: 0 0 35px 19px #000000bf !important;
  -o-box-shadow: 0 0 35px 19px #000000bf !important;
  z-index: 1049 !important;
  background-color: #fff !important;
  margin: 0 !important;
  position: fixed !important;
  inset: 15px !important;
  box-shadow: 0 0 35px 19px #000000bf !important;
}

.fullscreen .fullscreen-show {
  display: block !important;
}

.fullscreen .fullscreen-hide {
  display: hidden !important;
}

.modal-full {
  max-width: 100%;
  margin: 15px;
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.modal-backdrop, .offcanvas-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.offcanvas-backdrop {
  animation: .25s _bkdFadeIn;
  opacity: 1 !important;
}

.pagination-pill > .page-item:first-child > .page-link {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.pagination-pill > .page-item:last-child > .page-link {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

.process-steps {
  width: 100%;
  margin: 0;
  padding: 0 0 24px;
  font-size: 14px;
  list-style: none;
  display: flex;
  overflow: hidden;
}

.process-step-item {
  text-align: center;
  border-bottom: 3px solid #f1f4f8;
  width: 100%;
  margin: 0;
  padding: 0 0 .8em;
  position: relative;
}

.process-step-item:before {
  content: "";
  background: #fff;
  border: 3px solid #f1f4f8;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin-bottom: -7.5px;
  margin-left: -6px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.process-step-item.active, .process-step-item.complete {
  border-color: #869ab8;
}

.process-step-item.active:before, .process-step-item.complete:before {
  background: #869ab8;
  border-color: #869ab8;
}

.process-step-item.active:before {
  background: #fff !important;
}

.process-steps-primary > .active, .process-steps-primary > .complete {
  border-color: #574fec;
}

.process-steps-primary > .active:before, .process-steps-primary > .complete:before {
  background: #574fec;
  border-color: #574fec;
}

.thumbnail-shadow-drop {
  position: relative;
}

.thumbnail-shadow-drop:after {
  z-index: 1;
  width: 56%;
  height: 26%;
  margin-bottom: 13%;
  bottom: 128px;
  left: 20%;
  transform: rotate(-10deg);
  box-shadow: 0 210px 60px #0003;
}

.thumbnail-shadow-drop:after, .thumbnail-shadow-drop:before {
  content: "";
  opacity: 0;
  border-radius: 50%;
  animation: 4s .5s both __utilFadeInSlow;
  position: absolute;
}

.thumbnail-shadow-drop:before {
  z-index: 0;
  width: 41%;
  height: 25%;
  margin-bottom: 0;
  bottom: 25%;
  left: 23%;
  transform: rotate(-17deg);
  box-shadow: 0 194px 50px #0000004d;
}

@media only screen and (max-width: 768px) {
  .thumbnail-shadow-drop:before {
    bottom: 45%;
    left: 18%;
  }
}

.sow-timeline {
  border-left: 2px dashed #dde4ea;
  list-style: none;
  margin-left: .625rem !important;
  margin-right: .625rem !important;
  padding: 0 1.75rem !important;
}

.sow-timeline-title:before {
  content: "";
  background: #dde4ea;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: -2.4375rem;
}

.timeline-container, .timeline-container > div {
  position: relative;
}

.timeline-container:before {
  content: "";
  background-color: #f1f4f8;
  width: 4px;
  height: calc(100% - 4px - 3);
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 100px;
}

.timeline-container i.badge {
  border: 4px solid #0000;
  width: 17px;
  height: 17px;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 93.5px;
}

.timeline-container i.badge:after {
  content: "";
  z-index: 0;
  border: 4px solid #fff;
  border-radius: 50rem;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -8px;
  left: -8px;
}

.timeline-container .timeline-content, .timeline-container .timeline-title {
  border-left: 4px solid #0000;
  margin-left: 100px;
  padding-left: 24px;
  display: block;
  position: relative;
}

.timeline-container.timeline-invert {
  text-align: right;
}

.timeline-container.timeline-invert:before {
  left: auto;
  right: 100px;
}

.timeline-container.timeline-invert i.badge {
  left: auto;
  right: 93.5px;
}

.timeline-container.timeline-invert i.badge:after {
  left: auto;
  right: -8px;
}

.timeline-container.timeline-invert .timeline-content, .timeline-container.timeline-invert .timeline-title {
  border-left: 0;
  border-right: 4px solid #0000;
  margin-left: 0;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 24px;
}

.shape-v {
  z-index: 1;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.shape-v + .section, .shape-v + div, .shape-v + section {
  z-index: 9;
}

.shape-v:after, .shape-v:before {
  content: "";
  z-index: 2;
  background-color: #fff;
  height: 100px;
  margin-bottom: -100px;
  position: absolute;
  bottom: 0;
}

.shape-v.bg-light:after, .shape-v.bg-light:before {
  background-color: #f9fbfd;
}

.shape-v:before {
  transform-origin: 100% 0;
  width: 40%;
  left: 0;
  transform: scaleX(2)scaleY(5)rotate(6deg);
}

.shape-v:after {
  transform-origin: 0 0;
  width: 60%;
  right: 0;
  transform: scaleX(2)scaleY(5)rotate(-8deg);
}

@media only screen and (min-width: 992px) {
  .shape-v.shape-xs:before {
    transform: scaleX(2)scaleY(5)rotate(2deg);
  }

  .shape-v.shape-xs:after {
    transform: scaleX(2)scaleY(5)rotate(-3deg);
  }
}

.offcanvas-lg {
  width: 500px;
}

.form-control-pill, .form-control-pill .btn, .form-control-pill input, .form-control-pill select, .form-control-pill textarea, .input-group-pill .btn, .input-group-pill .input-group-append > span, .input-group-pill .input-group-prepend > span, .input-group-pill input, .input-group-pill select, .input-group-pill textarea {
  border-radius: 50rem;
}

.input-group select {
  border-radius: 0 !important;
}

.input-group-over--absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.input-group-over {
  position: relative;
}

.input-group-over > input, .input-group-over > textarea {
  padding-right: 60px;
}

.input-group-over > a, .input-group-over > button, .input-group-over > span {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.el-over-input {
  top: 0;
  right: 0;
  z-index: 5 !important;
  position: absolute !important;
}

.form-switch {
  clear: both;
  cursor: pointer;
  min-height: 26px;
  margin-right: 10px;
  padding-left: 73px;
  display: inline-block;
  position: relative;
}

.m--0.form-switch, .m-0.form-switch {
  padding-left: 58px;
}

.form-switch > i {
  color: #fff;
  cursor: pointer;
  float: left;
  text-align: center;
  background: #b5c1c7;
  border: 0 solid #b5c1c7;
  border-radius: 2px;
  width: 58px;
  height: 25px;
  font-size: 11px;
  font-style: normal;
  transition: all .3s ease-out;
  display: inline-block;
  position: absolute;
  left: 0;
}

.form-switch > i:before {
  content: attr(data-off);
  width: 32px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.form-switch > i:after {
  content: "";
  background: #fff;
  border-radius: 2px;
  width: 19px;
  height: 19px;
  margin: 3px;
  display: block;
}

.form-switch > input {
  display: none !important;
}

.form-switch > input:focus + i {
  color: #fff;
  background: #a1a6a9;
  border-color: #a1a6a9;
}

.form-switch > input:focus + i:after {
  background: #fff;
}

.form-switch > input:checked + i {
  color: #fff;
  background: #333;
  border-color: #333;
  padding-left: 33px;
}

.form-switch.form-switch-primary > input:checked + i {
  background: #574fec;
  border-color: #574fec;
}

.form-switch.form-switch-secondary > input:checked + i {
  background: #6c757d;
  border-color: #6c757d;
}

.form-switch.form-switch-success > input:checked + i {
  background: #6dbb30;
  border-color: #6dbb30;
}

.form-switch.form-switch-info > input:checked + i {
  background: #73e7f7;
  border-color: #73e7f7;
}

.form-switch.form-switch-warning > input:checked + i {
  background: #fad776;
  border-color: #fad776;
}

.form-switch.form-switch-danger > input:checked + i {
  background: #f64e60;
  border-color: #f64e60;
}

.form-switch.form-switch-light > input:checked + i {
  background: #f8f9fa;
  border-color: #f8f9fa;
}

.form-switch.form-switch-dark > input:checked + i {
  background: #2e2e2e;
  border-color: #2e2e2e;
}

.form-switch > input:checked + i:before {
  color: #fff;
  content: attr(data-on);
  height: 19px;
  font-family: Zapf Dingbats, font-regular, sans-serif;
  line-height: 19px;
  top: 3px;
  left: 1px;
}

.form-switch-pill > i {
  border-radius: 13px;
}

.form-switch-pill > i:before {
  width: 29px;
}

.form-switch-pill > i:after {
  color: #b5c1c7;
  content: "•";
  border-radius: 13px;
  width: 19px;
  height: 19px;
  font: 20px / 19px Times, serif;
}

.form-switch-pill > input:checked + i {
  padding-left: 33px;
}

.form-switch-pill > input:checked + i:after {
  color: #333;
}

.form-switch input[disabled] + i {
  background: #e9ecef !important;
  border-color: #e9ecef !important;
}

.form-radio {
  cursor: pointer;
  padding-left: 30px;
  padding-right: 15px;
  line-height: 1.3;
  position: relative;
}

a.form-radio {
  color: #1c0950;
  text-decoration: none;
}

.form-radio > input[type="radio"] {
  display: none;
}

.form-radio > i {
  cursor: pointer;
  background: #fff;
  border: 2px solid #00000059;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: background .3s;
  display: inline-block;
  position: absolute;
  left: 0;
}

.form-radio-inset {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.form-radio.form-radio-dark > input[type="radio"]:checked + i, .form-radio > input[type="radio"]:checked + i, a.form-radio.active > i {
  background: #121212;
  border: none;
}

.form-radio-bordered.form-radio-dark > i, .form-radio-bordered > i {
  border: 2px solid #121212;
}

.form-radio.form-radio-primary > input[type="radio"]:checked + i, a.form-radio.form-radio-primary.active > i {
  background: #574fec;
}

.form-radio-bordered.form-radio-primary > i {
  border: 2px solid #574fec;
}

.form-radio.form-radio-secondary > input[type="radio"]:checked + i, a.form-radio.form-radio-secondary.active > i {
  background: #6c757d;
}

.form-radio-bordered.form-radio-secondary > i {
  border: 2px solid #6c757d;
}

.form-radio.form-radio-success > input[type="radio"]:checked + i, a.form-radio.form-radio-success.active > i {
  background: #6dbb30;
}

.form-radio-bordered.form-radio-success > i {
  border: 2px solid #6dbb30;
}

.form-radio.form-radio-info > input[type="radio"]:checked + i, a.form-radio.form-radio-info.active > i {
  background: #73e7f7;
}

.form-radio-bordered.form-radio-info > i {
  border: 2px solid #73e7f7;
}

.form-radio.form-radio-warning > input[type="radio"]:checked + i, a.form-radio.form-radio-warning.active > i {
  background: #fad776;
}

.form-radio-bordered.form-radio-warning > i {
  border: 2px solid #fad776;
}

.form-radio.form-radio-danger > input[type="radio"]:checked + i, a.form-radio.form-radio-danger.active > i {
  background: #f64e60;
}

.form-radio-bordered.form-radio-danger > i {
  border: 2px solid #f64e60;
}

.form-radio.form-radio-light > input[type="radio"]:checked + i, a.form-radio.form-radio-light.active > i {
  background: #f8f9fa;
}

.form-radio-bordered.form-radio-light > i {
  border: 2px solid #f8f9fa;
}

.form-radio.form-radio-dark > input[type="radio"]:checked + i, a.form-radio.form-radio-dark.active > i {
  background: #2e2e2e;
}

.form-radio-bordered.form-radio-dark > i {
  border: 2px solid #2e2e2e;
}

.form-radio > input[type="radio"].is-invalid ~ span, .was-validated .form-radio > input[type="radio"]:invalid ~ span {
  color: #f64e60 !important;
}

.form-radio > input[type="radio"]:checked + i:after, a.form-radio.active > i:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
}

.form-radio input[disabled] + i, a.form-radio.disabled > i {
  background: #e9ecef !important;
  border-color: #e9ecef !important;
}

.form-checkbox {
  cursor: pointer;
  padding-left: 30px;
  padding-right: 15px;
  line-height: 1.3;
  position: relative;
}

a.form-checkbox {
  color: #1c0950;
  text-decoration: none;
}

.form-checkbox > input[type="checkbox"] {
  display: none;
}

.form-checkbox > i {
  cursor: pointer;
  background: #fff;
  border: 2px solid #00000059;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: all .3s;
  display: inline-block;
  position: absolute;
  left: 0;
}

.form-checkbox > input[type="checkbox"].is-invalid ~ span, .was-validated .form-checkbox > input[type="checkbox"]:invalid ~ span {
  color: #f64e60 !important;
}

.form-checkbox > input[type="checkbox"]:checked + i, a.form-checkbox.active > i {
  background: #0d6efd;
  border: none;
}

.form-checkbox-inset {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.form-checkbox.form-checkbox-dark > input[type="checkbox"]:checked + i, .form-checkbox > input[type="checkbox"]:checked + i, a.form-checkbox.active > i {
  background: #121212;
  border: none;
}

.form-checkbox-bordered.form-checkbox-dark > i, .form-checkbox-bordered > i {
  border: 2px solid #121212;
}

.form-checkbox.form-checkbox-primary > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-primary.active > i {
  background: #574fec;
}

.form-checkbox-bordered.form-checkbox-primary > i {
  border: 2px solid #574fec;
}

.form-checkbox.form-checkbox-secondary > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-secondary.active > i {
  background: #6c757d;
}

.form-checkbox-bordered.form-checkbox-secondary > i {
  border: 2px solid #6c757d;
}

.form-checkbox.form-checkbox-success > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-success.active > i {
  background: #6dbb30;
}

.form-checkbox-bordered.form-checkbox-success > i {
  border: 2px solid #6dbb30;
}

.form-checkbox.form-checkbox-info > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-info.active > i {
  background: #73e7f7;
}

.form-checkbox-bordered.form-checkbox-info > i {
  border: 2px solid #73e7f7;
}

.form-checkbox.form-checkbox-warning > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-warning.active > i {
  background: #fad776;
}

.form-checkbox-bordered.form-checkbox-warning > i {
  border: 2px solid #fad776;
}

.form-checkbox.form-checkbox-danger > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-danger.active > i {
  background: #f64e60;
}

.form-checkbox-bordered.form-checkbox-danger > i {
  border: 2px solid #f64e60;
}

.form-checkbox.form-checkbox-light > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-light.active > i {
  background: #f8f9fa;
}

.form-checkbox-bordered.form-checkbox-light > i {
  border: 2px solid #f8f9fa;
}

.form-checkbox.form-checkbox-dark > input[type="checkbox"]:checked + i, a.form-checkbox.form-checkbox-dark.active > i {
  background: #2e2e2e;
}

.form-checkbox-bordered.form-checkbox-dark > i {
  border: 2px solid #2e2e2e;
}

.form-checkbox > input[type="checkbox"]:checked + i:after, a.form-checkbox.active > i:after {
  content: "";
  border: 2px #fff;
  border-style: none none solid solid;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 4px;
  transform: rotate(-45deg);
}

.form-checkbox input[disabled] + i, a.form-checkbox.disabled > i {
  background: #e9ecef !important;
  border-color: #e9ecef !important;
}

.select-form-control, select.form-control:not([size]):not([multiple]) {
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg width=\"15\" viewBox=\"0 0 129 129\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z\"/></svg>") right 15px center no-repeat;
}

select.form-control:not([size]):not([multiple]) {
  padding-right: 40px;
}

.form-control-clean {
  background-color: #0000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none !important;
}

.form-label-group {
  position: relative;
}

.form-label-group > .form-control + label {
  color: #95a4af;
  cursor: text;
  pointer-events: none;
  margin-bottom: 0;
  padding: .88rem 1rem;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.form-label-group > .form-control-sm + label {
  padding: .56rem 1rem;
}

.form-label-group > .form-control::placeholder {
  color: #0000 !important;
}

.form-label-group > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 19px;
  padding-bottom: 6px;
}

.form-label-group > .form-control:not(:placeholder-shown) {
  padding-top: 19px;
  padding-bottom: 6px;
}

.form-label-group > .form-control:not(:-moz-placeholder-shown) ~ label {
  padding-top: 3px;
  padding-bottom: 0;
  font-size: 12px;
}

.form-label-group > .form-control:not(:placeholder-shown) ~ label {
  padding-top: 3px;
  padding-bottom: 0;
  font-size: 12px;
}

.form-label-group > select.form-control:not(:-moz-placeholder-shown) {
  font-weight: 200;
}

.form-label-group > select.form-control:not(:placeholder-shown) {
  font-weight: 200;
}

.form-label-group > select.form-control:valid:not(:-moz-placeholder-shown) {
  color: #495057;
  font-weight: inherit;
}

.form-label-group > select.form-control:valid:not(:placeholder-shown) {
  color: #495057;
  font-weight: inherit;
}

.form-label-group > select:invalid.form-control-lg {
  color: #95a4af;
  font-size: 16px;
  font-weight: inherit;
  height: 48px;
  padding-top: 18px;
}

.form-label-group > select:valid.form-control-lg {
  padding-top: 16px;
  padding-bottom: 0;
  font-size: 1.25rem;
}

@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }

  .form-label-group .form-control::placeholder {
    color: #95a4af;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-label-group > label {
    display: none;
  }

  .form-label-group .form-control::placeholder {
    color: #95a4af;
  }
}

.custom-file-primary .custom-file-label:after {
  color: #fff;
  background-color: #574fec;
}

.custom-file-secondary .custom-file-label:after {
  color: #fff;
  background-color: #6c757d;
}

.custom-file-success .custom-file-label:after {
  color: #fff;
  background-color: #6dbb30;
}

.custom-file-info .custom-file-label:after {
  color: #fff;
  background-color: #73e7f7;
}

.custom-file-warning .custom-file-label:after {
  color: #fff;
  background-color: #fad776;
}

.custom-file-danger .custom-file-label:after {
  color: #fff;
  background-color: #f64e60;
}

.custom-file-light .custom-file-label:after {
  color: #fff;
  background-color: #f8f9fa;
}

.custom-file-dark .custom-file-label:after {
  color: #fff;
  background-color: #2e2e2e;
}

.custom-file-lg .custom-file-input, .custom-file-lg .custom-file-label, .custom-file-lg .custom-file-label:after, .custom-file-lg.custom-file-lg {
  height: calc(1.5em + 2.18rem + 2px);
  font-size: 1rem;
}

.custom-file-lg .custom-file-label {
  padding: 1.09rem 1rem;
  line-height: 2;
  overflow: hidden;
}

.custom-file-lg .custom-file-input, .custom-file-lg .custom-file-label:after {
  padding: 1.09rem 1rem;
  line-height: 2;
}

.custom-file-sm .custom-file-input, .custom-file-sm .custom-file-label, .custom-file-sm .custom-file-label:after, .custom-file-sm.custom-file-sm {
  height: calc(1.5em + .92rem + 2px);
  font-size: 1rem;
}

.custom-file-sm .custom-file-label {
  overflow: hidden;
}

.custom-file-sm .custom-file-input, .custom-file-sm .custom-file-label, .custom-file-sm .custom-file-label:after {
  padding: .46rem 1rem;
  line-height: 1.25;
}

.form-selector {
  cursor: pointer;
  border: 1px solid #f1f4f8;
  border-radius: .35rem;
  min-width: 35px;
  height: 35px;
  margin-bottom: .25rem;
  margin-right: .25rem;
  position: relative;
  overflow: hidden;
}

.form-selector-lg {
  border-radius: 4px;
  min-width: 46px;
  height: 46px;
}

.form-selector-xl {
  border-radius: 4px;
  min-width: 66px;
  height: 66px;
}

a.form-selector {
  color: #1c0950;
  text-decoration: none;
}

.form-selector.rounded-circle {
  border-radius: 50rem;
}

.form-selector > input {
  opacity: .0001;
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
}

.form-selector > span {
  text-align: center;
  background-color: #fff;
  border-radius: .35rem;
  min-width: 35px;
  min-height: 35px;
  padding: .56rem .5rem;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

.form-selector-lg > span {
  border-radius: 4px;
  min-width: 46px;
  min-height: 46px;
  padding: .89rem 0;
  line-height: 1;
}

.form-selector.rounded-circle > span {
  border-radius: 50rem;
  width: 35px;
  height: 35px;
  display: block;
}

.form-selector > i {
  border-radius: .35rem;
  display: inline-block;
  position: absolute;
  inset: 4px;
}

.form-selector > span:before {
  content: "";
  border: 1px solid #0000;
  border-radius: .35rem;
  display: block;
  position: absolute;
  inset: 0;
}

.form-selector.form-selector-lg > span:before, .form-selector.form-selector-xl > span:before {
  border-radius: 4px;
}

.form-selector.rounded-circle > span:before {
  border-radius: 50rem;
}

.form-selector > i:before {
  content: "";
  border: 1px solid #0000;
  border-radius: .35rem;
  position: absolute;
  inset: -4px;
}

.form-selector.rounded-circle > i, .form-selector.rounded-circle > i:before {
  border-radius: 50rem;
}

.form-selector input:checked + span, a.form-selector.active > span {
  color: #fff;
  background-color: #384c74;
}

.form-selector.rounded-circle input:checked + i, .form-selector:not(.rounded-circle) input:checked + span, .form-selector > input:checked + i:before {
  border-color: #384c74;
}

.form-selector input:checked + i:not(.bg-cover):after, a.form-selector.active > i:not(.bg-cover):after {
  color: #fff;
  content: "";
  margin-top: -9px;
  margin-left: -8px;
  font-family: Flaticon;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.was-validated .form-selector > input:invalid + i:before, .was-validated .form-selector > input:invalid + span:before {
  border-color: #f64e60 !important;
}

.form-selector input[disabled] + i, .form-selector input[disabled] + span {
  cursor: auto;
  opacity: .6;
  background-color: #f1f4f8 !important;
}

.form-selector input[disabled] + i:before {
  background-color: #fff;
  opacity: .5 !important;
}

nav.navbar-light a.nav-link:not(.active):not(:hover) {
  color: #1c0950;
}

.navbar-light .navbar-nav .nav-item:hover > .nav-link, .navbar-light .navbar-nav .nav-link[aria-expanded="true"] {
  color: #574fec !important;
}

.navbar-dark .navbar-nav .nav-item:hover > .nav-link, .navbar-dark .navbar-nav .nav-link[aria-expanded="true"] {
  color: #fff !important;
}

nav.nav-deep {
  font-size: .92rem;
}

nav.nav-deep .nav-item .group-icon {
  margin-top: 3px;
  font-size: 10px;
}

nav.nav-deep-dark .nav-item .group-icon {
  color: #bfc6d7 !important;
}

nav.nav-deep-dark-contrast .nav-item .group-icon {
  color: #fff !important;
}

nav.nav-deep-light .nav-item .group-icon {
  color: #1c0950 !important;
}

nav.nav-deep-light .nav-item > a.nav-link {
  color: #1c0950;
}

nav.nav-deep-light .nav-item.active > .nav-link, nav.nav-deep-light .nav-item:hover > .nav-link {
  color: #574fec;
}

nav.nav-deep-light.nav-deep-hover > ul > li.nav-item.active, nav.nav-deep-light.nav-deep-hover > ul > li.nav-item:hover {
  background-color: #0000000d;
}

nav.nav-deep-dark .nav-item > a.nav-link {
  color: #bfc6d7;
}

nav.nav-deep-dark .nav-item.active > .nav-link, nav.nav-deep-dark .nav-item:hover > .nav-link, nav.nav-deep-dark-contrast .nav-item > a.nav-link {
  color: #fff;
}

nav.nav-deep-dark .nav-item.active > .nav-link, nav.nav-deep-light .nav-item.active > .nav-link {
  font-weight: 500;
}

nav.nav-deep-dark.nav-deep-hover > ul > li.nav-item.active, nav.nav-deep-dark.nav-deep-hover > ul > li.nav-item:hover {
  background-color: #0000000d;
}

aside nav.nav-deep-indicator-dot ul li .nav-item.active > .nav-link {
  position: relative;
}

aside nav.nav-deep-dark.nav-deep-indicator-dot ul li .nav-item.active > .nav-link:before, aside nav.nav-deep-light.nav-deep-indicator-dot ul li .nav-item.active > .nav-link:before {
  content: "";
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
}

aside nav.nav-deep-light.nav-deep-indicator-dot ul li .nav-item.active > .nav-link:before {
  background-color: #1c0950;
}

.nav-deep-bordered > ul > li {
  border-bottom: 1px solid #0000001a;
}

nav.nav-deep > ul > li > a.nav-link > i.nav-icon {
  float: left;
  text-align: left;
  width: 20px;
  margin-top: -.2rem;
  margin-right: 10px;
  font-size: 16px;
}

nav.nav-deep > ul ul > li > a.nav-link > i, nav.nav-deep > ul > li > a.nav-link > i:not(.nav-icon) {
  margin-right: 10px;
}

nav.nav-deep > ul > li > a.nav-link > svg {
  margin-top: -4px;
  margin-right: 10px;
}

.nav-deep ul > li:not(.active) > ul {
  display: none;
}

.nav-deep > ul ul {
  display: block;
}

.nav-deep > ul > li > ul {
  padding-left: 30px;
}

.nav-deep > ul > li > ul > li > a > i {
  margin-left: -27px;
  margin-right: 8px;
}

.nav-deep > ul > li > ul ul {
  padding-left: 15px;
}

.nav-default a {
  cursor: pointer;
  flex-grow: 1;
  align-items: center;
  padding: .54rem 1rem;
  text-decoration: none;
  transition: all .33s;
  display: flex;
}

.nav-default a.active, .nav-default a.active span, .nav-default a:hover, .nav-default a:hover span, .nav-default li.active > a, .nav-default li.active > a span {
  color: #574fec !important;
}

.nav-default a.active, .nav-default a:hover, .nav-default li.active > a {
  background-color: #f9fbfd;
}

.nav-default a > i, .nav-default a > span.group-icon {
  color: #869ab8;
  flex: 0 0 36px;
  font-size: 1.25rem;
  line-height: 0;
}

.nav-default a > span:not(.group-icon) {
  color: #506690;
  flex-grow: 1;
  font-size: 1rem;
}

.rating-0, .rating-0_0, .rating-0_5, .rating-1, .rating-1_0, .rating-1_5, .rating-2, .rating-2_0, .rating-2_5, .rating-3, .rating-3_0, .rating-3_5, .rating-4, .rating-4_0, .rating-4_5, .rating-5, .rating-5_0 {
  letter-spacing: 3px;
  font: 18px / 1 Flaticon;
}

.rating-0:before, .rating-0_0:before {
  content: "";
  display: inline-block;
}

.rating-0_5:before {
  content: "";
  display: inline-block;
}

.rating-1:before, .rating-1_0:before {
  content: "";
  display: inline-block;
}

.rating-1_5:before {
  content: "";
  display: inline-block;
}

.rating-2:before, .rating-2_0:before {
  content: "";
  display: inline-block;
}

.rating-2_5:before {
  content: "";
  display: inline-block;
}

.rating-3:before, .rating-3_0:before {
  content: "";
  display: inline-block;
}

.rating-3_5:before {
  content: "";
  display: inline-block;
}

.rating-4:before, .rating-4_0:before {
  content: "";
  display: inline-block;
}

.rating-4_5:before {
  content: "";
  display: inline-block;
}

.rating-5:before, .rating-5_0:before {
  content: "";
  display: inline-block;
}

.flag {
  background: url("../media/flags.0~p935-bioilw.png") no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
}

.bootstrap-select .dropdown-menu .flag, .bootstrap-select button .flag {
  margin-right: 10px;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-dk {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-gb {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tibet {
  background-position: -176px -143px;
}

.flag.flag-tj {
  background-position: -192px -143px;
}

.flag.flag-tk {
  background-position: -208px -143px;
}

.flag.flag-tl {
  background-position: -224px -143px;
}

.flag.flag-tm {
  background-position: -240px -143px;
}

.flag.flag-tn {
  background-position: 0 -154px;
}

.flag.flag-to {
  background-position: -16px -154px;
}

.flag.flag-tr {
  background-position: -32px -154px;
}

.flag.flag-tt {
  background-position: -48px -154px;
}

.flag.flag-tv {
  background-position: -64px -154px;
}

.flag.flag-tw {
  background-position: -80px -154px;
}

.flag.flag-tz {
  background-position: -96px -154px;
}

.flag.flag-ua {
  background-position: -112px -154px;
}

.flag.flag-ug {
  background-position: -128px -154px;
}

.flag.flag-um {
  background-position: -144px -154px;
}

.flag.flag-us {
  background-position: -160px -154px;
}

.flag.flag-uy {
  background-position: -176px -154px;
}

.flag.flag-uz {
  background-position: -192px -154px;
}

.flag.flag-va {
  background-position: -208px -154px;
}

.flag.flag-vc {
  background-position: -224px -154px;
}

.flag.flag-ve {
  background-position: -240px -154px;
}

.flag.flag-vg {
  background-position: 0 -165px;
}

.flag.flag-vi {
  background-position: -16px -165px;
}

.flag.flag-vn {
  background-position: -32px -165px;
}

.flag.flag-vu {
  background-position: -48px -165px;
}

.flag.flag-wales {
  background-position: -64px -165px;
}

.flag.flag-wf {
  background-position: -80px -165px;
}

.flag.flag-ws {
  background-position: -96px -165px;
}

.flag.flag-xk {
  background-position: -112px -165px;
}

.flag.flag-ye {
  background-position: -128px -165px;
}

.flag.flag-yt {
  background-position: -144px -165px;
}

.flag.flag-za {
  background-position: -160px -165px;
}

.flag.flag-zanzibar {
  background-position: -176px -165px;
}

.flag.flag-zm {
  background-position: -192px -165px;
}

.flag.flag-zw {
  background-position: -208px -165px;
}

@font-face {
  font-display: swap;
  font-family: Flaticon;
  font-style: normal;
  font-weight: 400;
  src: local(Flaticon), url("../media/Flaticon.0d4hyz93kg-_k.woff2") format("woff2"), url("../media/Flaticon.097mn2i5ffbt0.woff") format("woff"), url("../media/Flaticon.04k5ecg5wkiqi.ttf") format("truetype"), url("../media/Flaticon.04o86uh6xmlok.eot") format("embedded-opentype"), url("../media/Flaticon.04o86uh6xmlok.eot") format("embedded-opentype"), url("../media/Flaticon.0w4m0y-arqn9l.svg") format("svg");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Flaticon;
    src: url("../media/Flaticon.0w4m0y-arqn9l.svg") format("svg");
  }
}

.fi:before {
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant: normal;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: Flaticon !important;
}

.fi.d-middle {
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}

.fi.d-middle:before {
  margin: 0 !important;
  padding: 0 !important;
}

.iconsPreview a {
  color: #7e8299;
}

.iconsPreview a:hover {
  background-color: #f3f6f9;
}

.btn:not(.rounded-circle):not(.btn-sm) i.fi {
  font-size: 15px;
}

.btn-group-sm > .btn:not(.rounded-circle) i.fi, .btn-sm:not(.rounded-circle) i.fi {
  font-size: 13px;
}

.fi {
  vertical-align: middle;
  display: inline-block;
}

.h1 .fi:before, .h2 .fi:before, .h3 .fi:before, .h4 .fi:before, .h5 .fi:before, .h6 .fi:before, h1 .fi:before, h2 .fi:before, h3 .fi:before, h4 .fi:before, h5 .fi:before, h6 .fi:before {
  line-height: 1.18;
}

button.close {
  font-size: 1rem;
}

.fi-spin:before {
  animation: 1.3s linear infinite spin;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

.mdi-close:before {
  content: "";
}

.mdi-format_align_center:before {
  content: "";
}

.mdi-format_align_justify:before {
  content: "";
}

.mdi-format_align_left:before {
  content: "";
}

.mdi-format_align_right:before {
  content: "";
}

.mdi-format_bold:before {
  content: "";
}

.mdi-format_clear:before {
  content: "";
}

.mdi-format_color_fill:before {
  content: "";
}

.mdi-format_color_reset:before {
  content: "";
}

.mdi-format_color_text:before {
  content: "";
}

.mdi-format_indent_decrease:before {
  content: "";
}

.mdi-format_indent_increase:before {
  content: "";
}

.mdi-format_italic:before {
  content: "";
}

.mdi-format_line_spacing:before {
  content: "";
}

.mdi-format_list_bulleted:before {
  content: "";
}

.mdi-format_list_numbered:before {
  content: "";
}

.mdi-filter_1:before {
  content: "";
}

.mdi-filter_2:before {
  content: "";
}

.mdi-filter_3:before {
  content: "";
}

.mdi-filter_4:before {
  content: "";
}

.mdi-filter_5:before {
  content: "";
}

.mdi-filter_6:before {
  content: "";
}

.mdi-filter_7:before {
  content: "";
}

.mdi-filter_8:before {
  content: "";
}

.mdi-filter_9:before {
  content: "";
}

.mdi-check:before {
  content: "";
}

.fi-user-female:before {
  content: "";
}

.fi-eq-vertical:before {
  content: "";
}

.fi-arrow-down:before {
  content: "";
}

.fi-heart-full:before {
  content: "";
}

.fi-eye:before {
  content: "";
}

.fi-shape-hexa:before {
  content: "";
}

.fi-layers:before {
  content: "";
}

.fi-start-half:before {
  content: "";
}

.fi-drop:before {
  content: "";
}

.fi-colors:before {
  content: "";
}

.fi-menu-dots:before {
  content: "";
}

.fi-percent:before {
  content: "";
}

.fi-mic-disabled:before {
  content: "";
}

.fi-thrash:before {
  content: "";
}

.fi-eye-disabled:before {
  content: "";
}

.fi-round-close:before {
  content: "";
}

.fi-brand-apple:before {
  content: "";
}

.fi-mollecules:before {
  content: "";
}

.fi-minus:before {
  content: "";
}

.fi-support-1:before {
  content: "";
}

.fi-arrow-up:before {
  content: "";
}

.fi-shield-ok:before {
  content: "";
}

.fi-task-list:before {
  content: "";
}

.fi-print:before {
  content: "";
}

.fi-heart-half:before {
  content: "";
}

.fi-chat:before {
  content: "";
}

.fi-dots-vertical:before {
  content: "";
  display: inherit;
  margin-top: -2px;
}

.fi-arrow-upload:before {
  content: "";
}

.fi-direction:before {
  content: "";
}

.fi-cart-1:before {
  content: "";
}

.fi-layers-middle:before {
  content: "";
}

.fi-circle-spin:before {
  content: "";
}

.fi-play-empty:before {
  content: "";
}

.fi-search:before {
  content: "";
}

.fi-envelope:before {
  content: "";
}

.fi-arrow-up-slim:before {
  content: "";
}

.fi-expand:before {
  content: "";
}

.fi-arrow-right-full:before {
  content: "";
}

.fi-cog-full:before {
  content: "";
}

.fi-pencil:before {
  content: "";
}

.fi-graduate:before {
  content: "";
}

.fi-smartphone:before {
  content: "";
}

.fi-like:before {
  content: "";
}

.fi-arrow-left-full:before {
  content: "";
}

.fi-folder-full:before {
  content: "";
}

.fi-smartphone-chat:before {
  content: "";
}

.fi-squared-info:before {
  content: "";
}

.fi-eco:before {
  content: "";
}

.fi-cog:before {
  content: "";
}

.fi-heart-empty:before {
  content: "";
}

.fi-round-target:before {
  content: "";
}

.fi-bell:before {
  content: "";
}

.fi-squared-minus:before {
  content: "";
}

.fi-share:before {
  content: "";
}

.fi-recycle:before {
  content: "";
}

.fi-hourglass:before {
  content: "";
}

.fi-power:before {
  content: "";
}

.fi-phone-24:before {
  content: "";
}

.fi-plus:before {
  content: "";
}

.fi-shape-abstract-cube:before {
  content: "";
}

.fi-round-info-full:before {
  content: "";
}

.fi-layerstore:before {
  content: "";
}

.fi-envelope-2:before {
  content: "";
}

.fi-database:before {
  content: "";
}

.fi-sound-on:before {
  content: "";
}

.fi-unlink:before {
  content: "";
}

.fi-home:before {
  content: "";
}

.fi-check:before {
  content: "";
  padding-top: .06rem;
  font-size: 93%;
  display: inline-block;
}

.fi-users:before {
  content: "";
}

.fi-box:before {
  content: "";
}

.fi-heart-slim:before {
  content: "";
}

.fi-arrow-download:before {
  content: "";
}

.fi-phone:before {
  content: "";
}

.fi-orbit:before {
  content: "";
}

.fi-bell-full-active:before {
  content: "";
}

.fi-brand-android:before {
  content: "";
}

.fi-smart-devices:before {
  content: "";
}

.fi-pin-2:before {
  content: "";
}

.fi-arrow-down-slim:before {
  content: "";
}

.fi-box-checked:before {
  content: "";
}

.fi-atom:before {
  content: "";
}

.fi-arrow-right-3:before {
  content: "";
}

.fi-star-empty:before {
  content: "";
}

.fi-loading-dots:before {
  content: "";
}

.fi-arrow-up-full:before {
  content: "";
}

.fi-eq-horizontal:before {
  content: "";
}

.fi-round-play:before {
  content: "";
}

.fi-list-checked:before {
  content: "";
}

.fi-star-empty-radius:before {
  content: "";
}

.fi-target-simple:before {
  content: "";
}

.fi-road:before {
  content: "";
}

.fi-mic:before {
  content: "";
}

.fi-round-list:before {
  content: "";
}

.fi-brand-windows:before {
  content: "";
}

.fi-cart-2:before {
  content: "";
}

.fi-product-tag:before {
  content: "";
}

.fi-globe:before {
  content: "";
}

.fi-cart-3:before {
  content: "";
}

.fi-colors-2:before {
  content: "";
}

.fi-lightbulb:before {
  content: "";
}

.fi-round-question-full:before {
  content: "";
}

.fi-bars-2:before {
  content: "";
}

.fi-attachment:before {
  content: "";
}

.fi-checklist-squared:before {
  content: "";
}

.fi-graph:before {
  content: "";
}

.fi-selectable:before {
  content: "";
}

.fi-cloud-upload:before {
  content: "";
}

.fi-mdeal:before {
  content: "";
}

.fi-24:before {
  content: "";
}

.fi-cart-4:before {
  content: "";
}

.fi-list:before {
  content: "";
}

.fi-user-plus:before {
  content: "";
}

.fi-truck-speed:before {
  content: "";
}

.fi-arrow-down-full:before {
  content: "";
}

.fi-cogs:before {
  content: "";
}

.fi-dashboard:before {
  content: "";
}

.fi-arrow-right-slim:before {
  content: "";
}

.fi-lightning:before {
  content: "";
}

.fi-dots-horizontal:before {
  content: "";
}

.fi-loading:before {
  content: "";
}

.fi-exit:before {
  content: "";
}

.fi-plus-slim:before {
  content: "";
}

.fi-umbrella:before {
  content: "";
}

.fi-gps:before {
  content: "";
}

.fi-locked:before {
  content: "";
}

.fi-close:before {
  content: "";
  display: inherit;
  padding-top: .156rem;
  padding-left: 1px;
  font-size: 82%;
}

.btn .fi-close:before {
  padding-top: 0 !important;
}

.fi-link:before {
  content: "";
}

.fi-shape-3dots:before {
  content: "";
}

.fi-round-question:before {
  content: "";
}

.fi-image:before {
  content: "";
}

.fi-round-plus:before {
  content: "";
}

.fi-support:before {
  content: "";
}

.fi-go-back:before {
  content: "";
}

.fi-play:before {
  content: "";
}

.fi-dislike:before {
  content: "";
}

.fi-chart-up:before {
  content: "";
}

.fi-map:before {
  content: "";
}

.fi-dots-triangle:before {
  content: "";
}

.fi-dots-horizontal-full:before {
  content: "";
}

.fi-reload:before {
  content: "";
}

.fi-bookmark:before {
  content: "";
}

.fi-shape-abstract-dots:before {
  content: "";
}

.fi-arrow-left:before {
  content: "";
}

.fi-bars:before {
  content: "";
}

.fi-speaker-mute:before {
  content: "";
}

.fi-send:before {
  content: "";
}

.fi-brain:before {
  content: "";
}

.fi-bell-active:before {
  content: "";
}

.fi-arrow-left-slim:before {
  content: "";
}

.fi-folder-empty:before {
  content: "";
}

.fi-cart-5:before {
  content: "";
}

.fi-shrink:before {
  content: "";
}

.fi-pin:before {
  content: "";
}

.fi-squares:before {
  content: "";
}

.fi-bell-full:before {
  content: "";
}

.fi-squared-graph:before {
  content: "";
}

.fi-squared-dots:before {
  content: "";
}

.fi-gift:before {
  content: "";
}

.fi-star:before {
  content: "";
}

.fi-time:before {
  content: "";
}

.fi-cloud-download:before {
  content: "";
}

.fi-shape-star:before {
  content: "";
}

.fi-loud:before {
  content: "";
}

.fi-dots-vertical-full:before {
  content: "";
  display: inherit;
  margin-top: -2px;
}

.fi-user-male:before {
  content: "";
}

.fi-star-full:before {
  content: "";
}

.fi-help:before {
  content: "";
}

.fi-fingerprint:before {
  content: "";
}

.fi-plus-squared:before {
  content: "";
}

.fi-round-lightning:before {
  content: "";
}

.fi-pie-chart:before {
  content: "";
}

.fi-arrow-right:before {
  content: "";
}

.fi-calendar:before {
  content: "";
}

.fi-shape-squared-unequal:before {
  content: "";
}

.fi-cart-6:before {
  content: "";
}

.fi-support-headphones:before {
  content: "";
}

.fi-code:before {
  content: "";
}

.fi-brand-amazon:before {
  content: "";
}

.fi-social-facebook:before {
  content: "";
}

.fi-social-linkedin:before {
  content: "";
}

.fi-social-pinterest:before {
  content: "";
}

.fi-social-rss:before {
  content: "";
}

.fi-social-snapchat:before {
  content: "";
}

.fi-social-twitter:before {
  content: "";
}

.fi-social-vimeo:before {
  content: "";
}

.fi-social-youtube:before {
  content: "";
}

.fi-social-unsplash:before {
  content: "";
}

.fi-homeadvisor:before {
  content: "";
}

.fi-movie:before {
  content: "";
}

.fi-cart-7:before {
  content: "";
}

.fi-emoji-happy:before {
  content: "";
}

.fi-emoji-smile:before {
  content: "";
}

.fi-emoji-tongue:before {
  content: "";
}

.fi-emoji-sad:before {
  content: "";
}

.fi-emoji-wink:before {
  content: "";
}

.fi-emoji-grin:before {
  content: "";
}

.fi-emoji-cool:before {
  content: "";
}

.fi-emoji-angry:before {
  content: "";
}

.fi-emoji-evil:before {
  content: "";
}

.fi-emoji-shocked:before {
  content: "";
}

.fi-emoji-baffled:before {
  content: "";
}

.fi-emoji-confused:before {
  content: "";
}

.fi-emoji-neutral:before {
  content: "";
}

.fi-emoji-hipster:before {
  content: "";
}

.fi-emoji-wondering:before {
  content: "";
}

.fi-emoji-sleepy:before {
  content: "";
}

.fi-emoji-frustrated:before {
  content: "";
}

.fi-emoji-crying:before {
  content: "";
}

.fi-brand-paypal:before {
  content: "";
}

.fi-social-twitch:before {
  content: "";
}

.fi-social-spotify:before {
  content: "";
}

.fi-social-instagram:before {
  content: "";
}

.fi-social-github:before {
  content: "";
}

.fi-social-soundcloud:before {
  content: "";
}

.fi-arrow-start:before {
  content: "";
}

.fi-arrow-end:before {
  content: "";
}

.fi-arrow-start-slim:before {
  content: "";
}

.fi-arrow-end-slim:before {
  content: "";
}

.fi-arrow-start-full:before {
  content: "";
}

.fi-arrow-end-full:before {
  content: "";
}

#header, header.main-nav {
  background-color: #fff;
  position: relative;
}

#header a, header.main-nav a {
  text-decoration: none;
}

.nav-item > a {
  position: relative;
}

.nav-item .dropdown-menu {
  min-width: 200px;
}

.nav-item > .dropdown-menu {
  margin: 0;
}

.navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before {
  content: "";
  border: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  font-family: Flaticon;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 8px;
}

.navbar-nav .nav-link > i {
  vertical-align: text-top;
}

body.header-scroll-reveal.user-scrolled-down #header:not(.shadow-none) {
  box-shadow: 0 0 25px #8c98a41a;
}

.navbar-toggler > svg {
  display: none;
}

.navbar-toggler[aria-expanded="false"] > svg:first-child, .navbar-toggler[aria-expanded="true"] > svg:last-child {
  display: inline-block;
}

body.header-hide.btn-header-toggle-show .btn-header-toggle {
  animation: .5s ease-out forwards _btnslidedown;
  position: fixed !important;
  right: 20px !important;
}

@keyframes _btnslidedown {
  0% {
    top: -100px;
  }

  to {
    top: 15px;
  }
}

body.layout-admin #wrapper_content.js-animation-enable {
  transition: all .15s linear;
}

.navbar-toggler {
  font-size: unset;
  width: 60px;
  height: 60px;
  margin-left: -15px;
  margin-right: 8px;
  border-top-color: #0000 !important;
  border-bottom-color: #0000 !important;
  border-left-color: #0000 !important;
}

@media only screen and (min-width: 992px) {
  nav.navbar:not(.h-auto) {
    min-height: 80px;
  }

  .nav-item.dropdown-mega {
    position: inherit;
  }

  .navbar-nav:not(.navbar-sm) {
    height: 80px;
  }

  .navbar .navbar-nav .nav-link {
    cursor: pointer;
    padding: 28px 15px;
  }

  .navbar-nav .nav-link > i + span {
    padding-left: 10px;
    display: inline-block;
  }

  .navbar .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide) {
    padding-right: 30px;
  }

  .navbar-nav.navbar-sm {
    height: 55px;
  }

  .navbar .navbar-nav.navbar-sm .nav-link {
    cursor: pointer;
    padding: 15px;
  }

  .navbar .navbar-nav.navbar-sm .nav-item:first-child .nav-link {
    padding-left: 0;
  }

  .navbar .navbar-nav a.nav-link {
    height: 100%;
  }

  body:not(.layout-admin) .navbar-brand {
    margin-right: 50px;
  }

  .navbar .dropdown-menu.dropdown-menu-up {
    top: auto !important;
    bottom: 0 !important;
  }

  .navbar .dropdown-menu.dropdown-menu-up-n100 {
    top: -100px !important;
    bottom: auto !important;
  }

  .navbar .dropdown-menu.dropdown-menu-up-n150 {
    top: -150px !important;
    bottom: auto !important;
  }

  .navbar .dropdown-menu.dropdown-menu-up-n180 {
    top: -180px !important;
    bottom: auto !important;
  }

  .navbar .dropdown-menu.dropdown-menu-up-n220 {
    top: -220px !important;
    bottom: auto !important;
  }

  .navbar .dropdown-menu.dropdown-menu-up-n250 {
    top: -250px !important;
    bottom: auto !important;
  }

  .navbar-toggler.navbar-toggler-horizontal {
    width: 60px;
    height: 100%;
    display: inline-block;
  }

  body:not(.layout-boxed) .navbar-toggler.navbar-toggler-horizontal {
    margin-left: 0;
    margin-right: 15px;
  }

  body:not(.layout-boxed) .navbar-light .navbar-toggler-horizontal {
    border-left-color: #0000001a !important;
    border-right-color: #0000001a !important;
  }

  body:not(.layout-boxed) .navbar-dark .navbar-toggler-horizontal {
    border-left-color: #ffffff1a !important;
    border-right-color: #ffffff1a !important;
  }

  .nav-horizontal {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .nav-horizontal .dropdown-mega {
    position: inherit;
  }

  .nav-horizontal .dropdown-mega > .dropdown-menu {
    min-width: auto;
    max-width: 100%;
    min-height: 100%;
    max-height: 75vh;
    padding: 15px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before {
    top: 20px;
  }

  .navbar-nav .dropdown-menu {
    width: 100% !important;
    min-width: 1px !important;
    max-width: 100% !important;
  }

  .navbar-nav .dropdown-menu > .dropdown-item > .dropdown-menu {
    padding-left: 15px !important;
  }

  header.main-nav .navbar-collapse.collapsing {
    display: none !important;
  }

  .navbar-collapse.navbar-animate-bouncein {
    animation: .35s ease-out forwards __utilBounceIn;
  }

  .navbar-collapse.navbar-animate-fadein {
    animation: .35s ease-out forwards __utilFadeIn;
  }

  .navbar-collapse.navbar-animate-fadeinup {
    animation: .21s ease-out forwards __utilFadeInUp;
  }

  #header .navbar-collapse.collapsing {
    transition: none !important;
    display: none !important;
  }

  .navbar-collapse.show {
    z-index: 99999;
    background-color: #f9fbfd;
    position: fixed;
    inset: 0;
  }

  .navbar-collapse.show > .navbar-nav {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    height: auto;
    max-height: 100%;
    padding: 15px;
    position: absolute;
    inset: 85px 15px 15px;
    overflow: hidden scroll;
    box-shadow: 0 10px 40px 10px #8c98a42d;
  }

  .navbar-dark .navbar-collapse.show > .navbar-nav a {
    color: #506690;
  }

  .navbar-xs {
    background-color: #fff;
    box-shadow: 0 0 25px #0000001a;
    display: block !important;
  }

  .navbar-xs > .navbar-toggler {
    float: right;
    border: 0;
    width: 70px;
    height: 70px;
    margin: 0;
  }

  .navbar-xs > .navbar-brand {
    min-height: 70px;
    line-height: 70px;
  }

  .navbar-xs > .navbar-brand > img {
    max-height: 70px !important;
  }

  .navbar-xs > .navbar-brand {
    margin: 0 15px;
  }

  .navbar-nav .nav-item.dropdown > .nav-link {
    font-size: 18px;
    font-weight: 500;
  }

  .navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle {
    color: #869ab8;
  }

  .navbar-nav .nav-item.dropdown > .nav-link:before {
    display: none !important;
  }

  .navbar-nav .nav-item.dropdown > .dropdown-menu {
    margin-top: 8px;
    margin-bottom: 30px !important;
    display: block !important;
  }

  .nav-item .dropdown-menu {
    font-size: inherit;
    box-shadow: none !important;
  }
}

#footer a {
  color: #121212;
}

#footer.text-white a:hover {
  color: #fff !important;
}

#footer.footer-dark {
  color: #fff;
  background: linear-gradient(#454545 0, #313131);
}

#footer.footer-dark .footer-svg-shape > svg {
  fill: #3e3e3e !important;
}

#footer.footer-dark a {
  color: #fff;
}

#footer.footer-dark .bg-distinct {
  background-color: #0000001a;
}

#footer.footer-dark hr {
  border-color: #869ab84d;
}

#footer.footer-light {
  color: #1b2a4e;
  background: linear-gradient(#fff 0, #ebebeb);
}

#footer.footer-light .footer-svg-shape > svg {
  fill: #f8f8f8 !important;
}

#footer.footer-light .bg-distinct {
  background-color: #00000008;
}

@media only screen and (max-width: 992px) {
  #footer .breadcrumb-item {
    text-align: center;
    width: 100%;
    margin-top: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: block;
    float: none !important;
  }

  #footer .breadcrumb-item a {
    background-color: #ffffff05;
    border-radius: .35rem;
    text-decoration: none;
    display: block;
    padding: 8px !important;
  }

  #footer .breadcrumb .breadcrumb-item:hover a {
    background-color: #ffffff08;
  }

  #footer:not(.footer-dark) .breadcrumb-item a {
    background-color: #00000005;
  }

  #footer:not(.footer-dark) .breadcrumb-item:hover a {
    background-color: #00000008;
  }

  #footer .breadcrumb-item + .breadcrumb-item:before {
    padding: 0;
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  body.aside-lg #wrapper_content {
    margin-left: 290px !important;
  }

  body.aside-sticky.aside-lg aside.aside-end, body.aside-sticky.aside-lg aside.aside-start {
    width: 290px !important;
  }
}

#middle {
  max-width: 100% !important;
}

#middle, .container, .container-xlg {
  position: relative;
}

.container-xlg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1201px) {
  .container-ignore-breakpoints {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .container-xlg {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 1400px) {
  .container-xlg {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed {
    background-color: #f2f3f8;
  }

  body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #wrapper {
    -ms-box-shadow: 0 0 35px #8c98a426;
    -o-box-shadow: 0 0 35px #8c98a426;
    background-color: #fff;
    border-radius: .25rem;
    max-width: 1200px;
    margin: 60px auto;
    box-shadow: 0 0 35px #8c98a426;
  }

  body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #header, body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #header > #top_bar {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  body:not(.header-over):not(.header-sticky):not(.header-scroll-reveal):not(.layout-admin).layout-boxed #footer {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
}

#top_bar {
  font-size: .875rem;
}

#top_bar .dropdown-menu {
  min-width: 1rem;
  max-height: 350px;
}

#top_bar .dropdown-item {
  font-size: .9rem;
  padding: .8rem !important;
}

.flickity-preloader:not(.flickity-enabled) > a:not(:first-child), .flickity-preloader:not(.flickity-enabled) > div:not(:first-child), .flickity-preloader:not(.flickity-enabled) > img:not(:first-child), .swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.flickity-preloader:not(.flickity-enabled), .swiper-container.swiper-preloader:not(.swiper-container-initialized) {
  position: relative;
}

.flickity-preloader:not(.flickity-enabled):after, .swiper-container.swiper-preloader:not(.swiper-container-initialized):after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.flickity-preloader:not(.flickity-enabled) > a:first-child, .flickity-preloader:not(.flickity-enabled) > div:first-child, .flickity-preloader:not(.flickity-enabled) > img:first-child, .swiper-container.swiper-preloader:not(.swiper-container-initialized) .swiper-slide:first-child {
  opacity: .2;
}

.flickity-preloader:not(.flickity-enabled):before, .swiper-container.swiper-preloader:not(.swiper-container-initialized):before {
  color: #fff;
  content: "";
  z-index: 2;
  margin-top: -15px;
  margin-left: -15px;
  font-family: Flaticon;
  font-size: 30px;
  animation: 1.3s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slimScrollBar {
  z-index: 9 !important;
}

.slimScrollRail {
  z-index: 8 !important;
}

.section.jarallax, section.jarallax {
  transition: none !important;
}

.summernote-fix {
  color: #fff;
  background-color: #fff;
  border: 1px solid #f8f9fa;
  border-radius: .35rem;
  margin-top: 42px;
  margin-bottom: 5px;
  box-shadow: 0 0 #fff, 0 -42px #f8f9fa, 0 10px 0 1px #f8f9fa;
}

.bs-select-fix[multiple] {
  max-height: 52.47px;
}

.bs-select-fix.form-control-sm[multiple] {
  max-height: 42.72px;
}

.col {
  min-width: 0;
}

.pointer-events-none, a > i, a > svg, button > i, button > svg {
  pointer-events: none;
}

.blockquote-footer {
  margin-top: 0 !important;
}

.max-vh-25 {
  max-height: 25vh !important;
}

.max-vh-25, .max-vh-50 {
  min-height: auto !important;
}

.max-vh-50 {
  max-height: 50vh !important;
}

.max-vh-75 {
  min-height: auto !important;
  max-height: 75vh !important;
}

.table:not(.table-striped):not(.table-hover) > :not(caption) > * > * {
  box-shadow: inherit;
}

body.layout-admin {
  background-color: #eef0f8;
  flex-direction: column;
  display: flex;
}

body.layout-admin #wrapper {
  flex: 1;
}

body.layout-admin #header {
  z-index: 10;
}

body.layout-admin #middle {
  padding: 30px;
}

body.layout-admin #middle > .container > header, body.layout-admin #middle > header {
  margin-bottom: 30px;
}

body.layout-admin #middle > .container > header .h1, body.layout-admin #middle > .container > header h1, body.layout-admin #middle > header .h1, body.layout-admin #middle > header h1 {
  margin-bottom: 0;
}

body.layout-admin #middle .section, body.layout-admin #middle section {
  color: #444;
  border: 0;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 30px;
  font-size: 1rem;
}

body.layout-admin #middle .section:not(.section-clean), body.layout-admin #middle section:not(.section-clean) {
  background-color: #fff;
  border-radius: .35rem;
  padding: 15px;
  box-shadow: 0 0 25px #8c98a41a;
}

body.layout-admin #middle .section-header, body.layout-admin #middle section > header {
  word-break: normal;
  border-top-left-radius: .35rem;
  border-top-right-radius: .35rem;
  margin: -15px -15px 15px;
  padding: 15px;
  position: relative;
}

body.layout-admin #middle .section-header > .ui-options, body.layout-admin #middle section > header > .ui-options {
  margin-left: 15px;
  margin-right: -15px;
  padding-right: 15px;
}

body.layout-admin #middle .section-header > .ui-options > a, body.layout-admin #middle header > .ui-options > a, body.layout-admin #middle section > header > .ui-options > a {
  color: #313131;
  margin-left: 10px;
  text-decoration: none;
}

body.layout-admin #middle .section-header:not(.bg-light):not(.b-0):not(.b--0):not(.border-0):after, body.layout-admin #middle section > header:not(.bg-light):not(.b-0):not(.b--0):not(.border-0):after {
  content: "";
  border-bottom: 1px solid #0000001a;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body.layout-admin #middle > .section:last-child, body.layout-admin #middle > section:last-child {
  margin-bottom: 0;
}

body.layout-admin #middle .section-body {
  position: relative;
}

#footer .dropdown-item {
  font-size: .9rem;
}

body.layout-admin #header.bg-dark {
  background: #454545 !important;
}

.portlet {
  color: #506690;
  background: #fff;
  border-radius: .35rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  font-size: 16px;
  display: flex;
  box-shadow: 0 0 25px #8c98a41a;
}

.portlet-header {
  align-self: baseline;
  width: 100%;
  padding: 1rem;
}

.portlet-header > span {
  color: #506690;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.portlet-body {
  height: 100%;
}

.portlet-body, .portlet-footer {
  align-self: baseline;
  width: 100%;
  padding: 1rem;
}

.portlet-footer {
  display: flex;
}

.portlet .border-bottom, .portlet .border-top, .portlet .border:not(.medium-editor):not(.dropdown-toggle) {
  border-color: #f1f4f8 !important;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  body.layout-admin.header-sticky:not(.header-fixed):not(.header-hide) #header {
    position: sticky;
    top: 0;
  }

  body.layout-admin.footer-sticky #footer {
    position: sticky;
    bottom: 0;
  }
}

body.layout-admin #header ul.navbar-nav a.nav-link i + span {
  padding-left: 10px;
}

body.layout-admin #middle.dropdown-menu {
  font-size: 14px;
}

body.layout-admin .dropdown-mega > .dropdown-menu {
  max-width: 1200px;
}

aside.overlay-dark:after {
  border-radius: .35rem;
}

@media only screen and (min-width: 992px) {
  body.layout-admin #middle.mx-auto {
    max-width: 1655px !important;
  }

  body.layout-admin:not(.aside-focus) #header .navbar-brand.aside-width {
    width: 265px !important;
    margin: 0 0 0 -15px !important;
    padding-left: 15px !important;
  }

  body.layout-admin.layout-padded {
    padding: 30px;
  }

  body.layout-admin.layout-padded .aside-end, body.layout-admin.layout-padded .aside-start {
    border-radius: .35rem;
    height: auto !important;
    transition: none !important;
    top: 30px !important;
    bottom: 30px !important;
  }

  body.layout-admin.layout-padded .aside-wrapper {
    border-radius: .35rem;
  }

  body.layout-admin.layout-padded .aside-start {
    left: 30px;
  }

  body.layout-admin.layout-padded .aside-end {
    right: 30px;
  }

  body.layout-admin.layout-padded #header {
    margin-left: 295px !important;
  }

  body.layout-admin.layout-padded #middle {
    padding-right: 0;
  }

  body.layout-admin.layout-padded #footer {
    padding-left: 295px !important;
  }
}

@media only screen and (max-width: 992px) {
  body.layout-admin #header {
    min-height: 68px;
  }

  body.layout-admin:not(.aside-sticky) #header .navbar-toggler {
    margin-left: 0 !important;
  }

  body.layout-admin .section > .container, body.layout-admin section > .container {
    padding-left: 0;
    padding-right: 0;
  }

  body.layout-admin #middle {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.layout-admin #header ul.navbar-nav a.nav-link > span {
    background-color: #0000 !important;
  }

  body.layout-admin .navbar-collapse.show li.nav-item {
    width: 100%;
  }
}

#js_loading_icon {
  width: auto;
  height: auto;
  box-shadow: 0 0 25px #8c98a41a;
}

#js_loading_icon, #js_loading_icon:after {
  border-radius: .35rem;
}

form.js-ajax {
  position: relative;
}

form.js-ajax #js_loading_icon {
  inset: -15px;
}

#header {
  z-index: 10;
}

body.header-over #header, body.header-scroll-reveal #header {
  transition: all .5s ease-in-out;
}

body:not(.layout-admin).header-sticky #header {
  transition: all .15s linear;
}

body.header-fixed #header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed !important;
}

body.header-scroll-reveal #header.header-down {
  top: 0;
}

body.header-scroll-reveal #header.header-up {
  top: -100%;
}

body.header-scroll-reveal:not(.header-is-on-top) #header.header-down #top_bar, body.header-scroll-reveal:not(.header-is-on-top) #header.header-up #top_bar {
  display: none;
}

body.header-bottom #header {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

body.header-bottom .nav-item > .dropdown-menu {
  top: auto;
  bottom: 80px;
}

body.header-bottom .navbar-nav .nav-link.dropdown-toggle:not(.nav-link-caret-hide):before {
  content: "";
}

.navbar-brand > img:last-child {
  display: none;
}

.navbar-brand > img:first-child {
  display: inherit;
}

.navbar-brand > img {
  max-width: 140px;
  max-height: 80px;
}

body:not(.user-scrolled-down) .navbar-brand > img:first-child {
  display: none;
}

body:not(.user-scrolled-down) .navbar-brand > img:last-child {
  display: inline-block;
}

body.header-over:not(.user-scrolled-down) #header {
  box-shadow: none !important;
  background: none !important;
}

body.header-over #js_header_spacer {
  display: none !important;
}

body.header-over #header {
  width: 100%;
  position: absolute;
}

body.header-over:not(.header-scroll-reveal):not(.header-is-on-top):not(.header-sticky) #header {
  position: absolute !important;
}

body.header-over.header-is-on-top #js_header_spacer, body.header-over.header-scroll-reveal #js_header_spacer {
  margin-top: 0 !important;
}

body.header-over.header-is-on-top:not(.user-scrolled-down) #header #top_bar, body.header-over:not(.header-scroll-reveal):not(.user-scrolled-down) #header #top_bar {
  color: #fff;
  background: none !important;
}

body.header-over:not(.user-scrolled-down) #top_bar a, body.header-over:not(.user-scrolled-down) #top_bar a > span {
  color: #fff;
}

body.header-over:not(.user-scrolled-down) .navbar .navbar-toggler {
  fill: #fff;
  border: 0 !important;
}

body.header-over:not(.user-scrolled-down) .navbar-collapse .navbar-toggler {
  fill: inherit !important;
}

body.header-over:not(.user-scrolled-down) #header .btn.rounded-circle:not(.text-white) {
  color: #fff !important;
  background-color: #0000 !important;
}

@media only screen and (min-width: 992px) {
  body.header-over:not(.user-scrolled-down) .navbar .navbar-nav .nav-link {
    color: #fff !important;
  }
}

form.sow-search {
  position: relative;
}

form.sow-search.sow-search-over {
  z-index: 9999;
  animation: .6s fadeIn;
  position: absolute;
  inset: 0 15px;
}

form.sow-search.hide {
  display: none !important;
}

form.sow-search .sow-search-backdrop {
  z-index: 10;
  width: 100%;
  height: 100%;
  inset: 0;
  position: fixed !important;
}

form.sow-search .sow-search-container, form.sow-search .sow-search-input {
  z-index: 100;
  position: relative;
}

form.sow-search .sow-search-container {
  color: #2e2e2e;
  border-radius: .35rem;
  position: absolute;
  top: 100%;
}

form.sow-search .sow-search-container > .sow-search-container-wrapper {
  background-color: #fff;
  border-radius: .35rem;
  width: 100%;
}

form.sow-search ul.list-suggestion > li > a {
  color: var(--bs-gray-900);
  background-color: #0000;
  margin-right: 6px;
  padding: 8px 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

form.sow-search ul.list-suggestion > li.active > a, form.sow-search ul.list-suggestion > li:hover > a {
  background-color: #f9fbfd;
}

form.sow-search .sow-search-container:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-left: 15px solid #0000;
  border-right: 15px solid #0000;
  position: absolute;
  top: -12px;
  left: 5%;
}

form.sow-search.sow-search-over .sow-search-input > .input-group-over {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

form.sow-search.sow-search-over .sow-search-input > .input-group-over .sow-search-buttons {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 6px;
  padding-right: 6px;
}

form.sow-search .sow-search-container {
  top: 66px;
}

form.sow-search.sow-search-over .sow-search-container {
  top: 96px;
}

form.sow-search input.form-control-sow-search.form-control-lg:not(.form-control-custom) {
  height: 50px !important;
  padding-top: .58rem !important;
  padding-bottom: .58rem !important;
}

form.sow-search input.form-control-sow-search:not(.form-control-custom):not(.form-control-lg) {
  height: 50px !important;
  font-size: 1rem !important;
}

.sow-search-content a > em {
  color: #2e2e2e;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  form.sow-search input.form-control-sow-search.form-control-lg:not(.form-control-custom) {
    font-size: 1.3rem !important;
  }
}

@media only screen and (max-width: 991px) {
  form.sow-search:not(.sow-search-mobile) {
    display: none;
  }

  form.sow-search-mobile {
    z-index: 9999;
    margin: 0 !important;
    position: fixed !important;
    top: 18px !important;
    left: 0 !important;
    right: 0 !important;
  }

  form.sow-search-mobile .sow-search-container {
    position: fixed;
    top: 96px;
    bottom: 15px;
    display: inline-flex !important;
  }

  form.sow-search-mobile .sow-search-container, form.sow-search-mobile .sow-search-input {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px) !important;
  }

  form.sow-search-mobile .sow-search-input input {
    padding-right: 87px;
    background-color: #fff !important;
  }

  form.sow-search-mobile .sow-search-input > .input-group-over {
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  form.sow-search-mobile input.form-control-sow-search, form.sow-search-mobile input.form-control-sow-search.form-control-lg {
    padding-left: 10px;
    color: #121212 !important;
    border: 0 !important;
    font-size: 1.09rem !important;
  }

  form.sow-search-mobile input.form-control-sow-search.text-white::-webkit-input-placeholder {
    color: #c6d0de !important;
  }

  form.sow-search-mobile input.form-control-sow-search.text-white::placeholder {
    color: #c6d0de !important;
  }

  form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons, form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons a > i, form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons button > i {
    color: #506690 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons > .btn-sow-search-toggler {
    text-align: center;
    background-color: #0000 !important;
    border: 0 !important;
    border-left: 1px solid #f9fbfd !important;
    border-radius: 0 !important;
    width: 52px !important;
  }

  form.sow-search-mobile .sow-search-input > .input-group-over .sow-search-buttons > .btn-sow-search-toggler > i {
    margin: 0 !important;
  }
}

img.lazy {
  filter: blur();
  transition: filter .3s cubic-bezier(.4, .8, .74, 1);
}

/* [project]/styles/css/vendor.swiper.min.css [client] (css) */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translateZ(0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 100%;
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  opacity: .2;
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

button.swiper-pagination-bullet {
  appearance: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -ms-touch-action: none;
  background: #0000001a;
  border-radius: 10px;
  position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  width: 98%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 1%;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  width: 5px;
  height: 98%;
  position: absolute;
  top: 1%;
  right: 3px;
}

.swiper-scrollbar-drag {
  background: #00000080;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  box-sizing: border-box;
  transform-origin: 50%;
  z-index: 10;
  border-top: 4px solid #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  animation: 1s linear infinite swiper-preloader-spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}

.swiper-container .swiper-notification {
  opacity: 0;
  pointer-events: none;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow {
  opacity: .6;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-container:not(.swiper-btn-group) .swiper-button-next:after, .swiper-container:not(.swiper-btn-group) .swiper-button-prev:after {
  content: "";
  display: none;
}

.swiper-container.swiper-btn-group .swiper-button-next:after, .swiper-container.swiper-btn-group .swiper-button-prev:after {
  font-size: 40px;
}

.swiper-container:not(.swiper-btn-group) .swiper-button-next, .swiper-container:not(.swiper-btn-group) .swiper-button-prev {
  text-align: center;
  border-radius: .35rem;
  width: 60px !important;
  height: 60px !important;
  margin-top: -30px !important;
}

.swiper-container:not(.swiper-btn-group) .swiper-button-next:before, .swiper-container:not(.swiper-btn-group) .swiper-button-prev:before {
  font-family: Flaticon;
  line-height: 60px;
}

.swiper-container:not(.swiper-btn-group) .swiper-button-next:before {
  content: "";
}

.swiper-container:not(.swiper-btn-group) .swiper-button-prev:before {
  content: "";
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  background: #f1f4f8;
}

.swiper-container.swiper-primary .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-primary .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-primary .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-primary .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #574fec !important;
}

.swiper-container.swiper-secondary .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-secondary .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-secondary .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-secondary .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #6c757d !important;
}

.swiper-container.swiper-success .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-success .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-success .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-success .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #6dbb30 !important;
}

.swiper-container.swiper-info .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-info .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-info .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-info .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #73e7f7 !important;
}

.swiper-container.swiper-warning .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-warning .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-warning .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-warning .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #fad776 !important;
}

.swiper-container.swiper-danger .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-danger .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-danger .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-danger .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #f64e60 !important;
}

.swiper-container.swiper-light .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-light .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-light .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-light .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #f8f9fa !important;
}

.swiper-container.swiper-dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-dark .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #2e2e2e !important;
}

.swiper-container:not(.swiper-btn-group).swiper-white .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-white .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-white .swiper-pagination-bullet-active {
  color: #121212 !important;
  background: #fff !important;
}

.swiper-container:not(.swiper-btn-group).swiper-black .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-black .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-black .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #111 !important;
}

.swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-next, .swiper-container:not(.swiper-btn-group).swiper-dark .swiper-button-prev, .swiper-container:not(.swiper-btn-group).swiper-dark .swiper-pagination-bullet-active {
  color: #fff !important;
  background: #333 !important;
}

.swiper-container:not(.swiper-btn-group).swiper-button-next:hover, .swiper-container:not(.swiper-btn-group).swiper-button-prev:hover {
  transition: all 80ms linear !important;
  box-shadow: 0 0 35px #8c98a426 !important;
}

.swiper-container:not(.swiper-btn-group).swiper-black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .swiper-container:not(.swiper-btn-group).swiper-white .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #121212 !important;
}

.swiper-btn-group .swiper-button-prev {
  left: 30px;
  right: auto;
  height: 30px !important;
}

.swiper-btn-group .swiper-button-next {
  left: auto;
  right: 30px;
  height: 30px !important;
}

.swiper-btn-group-start .swiper-button-prev, .swiper-btn-group-start.swiper-container-rtl .swiper-button-next {
  inset: auto auto 30px 30px;
}

.swiper-btn-group-start .swiper-button-next, .swiper-btn-group-start.swiper-container-rtl .swiper-button-prev {
  inset: auto auto 30px 80px;
}

.swiper-btn-group-end .swiper-button-prev, .swiper-btn-group-end.swiper-container-rtl .swiper-button-next {
  inset: auto 60px 30px auto;
}

.swiper-btn-group-end .swiper-button-next, .swiper-btn-group-end.swiper-container-rtl .swiper-button-prev {
  top: auto;
  bottom: 30px;
  right: 20px;
}

.swiper-container.swiper-btn-group .swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-slide.overlay-dark:after, .swiper-slide.overlay-light:after {
  z-index: 1;
}

.swiper-slide.overlay-dark > *, .swiper-slide.overlay-light > * {
  z-index: 2;
}

/* [project]/node_modules/react-image-gallery/styles/css/image-gallery.css [client] (css) */
.image-gallery-icon {
  color: #fff;
  appearance: none;
  cursor: pointer;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a);
  background-color: #0000;
  border: 0;
  outline: none;
  transition: all .3s ease-out;
  position: absolute;
}

@media (hover: hover) and (pointer: fine) {
  .image-gallery-icon:hover {
    color: #337ab7;
  }

  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}

.image-gallery-icon:focus {
  outline: 2px solid #337ab7;
}

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none;
}

.image-gallery-fullscreen-button, .image-gallery-play-button {
  padding: 20px;
  bottom: 0;
}

.image-gallery-fullscreen-button .image-gallery-svg, .image-gallery-play-button .image-gallery-svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button, .image-gallery-play-button {
    padding: 15px;
  }

  .image-gallery-fullscreen-button .image-gallery-svg, .image-gallery-play-button .image-gallery-svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .image-gallery-fullscreen-button, .image-gallery-play-button {
    padding: 10px;
  }

  .image-gallery-fullscreen-button .image-gallery-svg, .image-gallery-play-button .image-gallery-svg {
    width: 16px;
    height: 16px;
  }
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-left-nav, .image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-left-nav .image-gallery-svg, .image-gallery-right-nav .image-gallery-svg {
  width: 60px;
  height: 120px;
}

@media (max-width: 768px) {
  .image-gallery-left-nav .image-gallery-svg, .image-gallery-right-nav .image-gallery-svg {
    width: 36px;
    height: 72px;
  }
}

@media (max-width: 480px) {
  .image-gallery-left-nav .image-gallery-svg, .image-gallery-right-nav .image-gallery-svg {
    width: 24px;
    height: 48px;
  }
}

.image-gallery-left-nav[disabled], .image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: .6;
  pointer-events: none;
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery {
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  -webkit-tap-highlight-color: #0000;
  position: relative;
}

.image-gallery.fullscreen-modal {
  z-index: 5;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  line-height: 0;
  position: relative;
  top: 0;
}

.image-gallery-content.fullscreen {
  background: #000;
}

.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: calc(100vh - 80px);
}

.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image, .image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

.image-gallery-slide-wrapper {
  position: relative;
}

.image-gallery-slide-wrapper.image-gallery-thumbnails-left, .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
  width: calc(100% - 110px);
  display: inline-block;
}

@media (max-width: 768px) {
  .image-gallery-slide-wrapper.image-gallery-thumbnails-left, .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
    width: calc(100% - 87px);
  }
}

.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-slides {
  white-space: nowrap;
  text-align: center;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.image-gallery-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-gallery-slide.image-gallery-center {
  position: relative;
}

.image-gallery-slide .image-gallery-image {
  object-fit: contain;
  width: 100%;
}

.image-gallery-slide .image-gallery-description {
  color: #fff;
  white-space: normal;
  background: #0006;
  padding: 10px 20px;
  line-height: 1;
  position: absolute;
  bottom: 70px;
  left: 0;
}

@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    padding: 8px 15px;
    font-size: .8em;
    bottom: 45px;
  }
}

.image-gallery-bullets {
  z-index: 4;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.image-gallery-bullets .image-gallery-bullets-container {
  text-align: center;
  margin: 0;
  padding: 0;
}

.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50%;
  outline: none;
  margin: 0 5px;
  padding: 5px;
  transition: all .2s ease-out;
  display: inline-block;
  box-shadow: 0 2px 2px #1a1a1a;
}

@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}

@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}

.image-gallery-bullets .image-gallery-bullet:focus {
  background: #337ab7;
  border: 1px solid #337ab7;
  transform: scale(1.2);
}

.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
  border: 1px solid #fff;
  transform: scale(1.2);
}

@media (hover: hover) and (pointer: fine) {
  .image-gallery-bullets .image-gallery-bullet:hover {
    background: #337ab7;
    border: 1px solid #337ab7;
  }

  .image-gallery-bullets .image-gallery-bullet.active:hover {
    background: #337ab7;
  }
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}

.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
  touch-action: pan-y;
}

.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical {
  touch-action: pan-x;
}

.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}

.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
  vertical-align: top;
  width: 100px;
  display: inline-block;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    width: 81px;
  }
}

.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail {
  margin-right: 0;
  padding: 0;
  display: block;
}

.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-top: 2px;
  margin-left: 0;
}

.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    margin: 0 3px;
  }
}

.image-gallery-thumbnails {
  padding: 5px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  background: none;
  border: 4px solid #0000;
  width: 100px;
  padding: 0;
  transition: border .3s ease-out;
  display: inline-block;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid #0000;
    width: 81px;
  }
}

.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}

.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  display: block;
  position: relative;
}

.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
}

.image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
  border: 4px solid #337ab7;
  outline: none;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
    border: 3px solid #337ab7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .image-gallery-thumbnail:hover {
    border: 4px solid #337ab7;
    outline: none;
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .image-gallery-thumbnail:hover {
    border: 3px solid #337ab7;
  }
}

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0 2px 2px #1a1a1a;
  white-space: normal;
  width: 100%;
  padding: 5%;
  font-size: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: .8em;
    line-height: .8em;
  }
}

.image-gallery-index {
  color: #fff;
  z-index: 4;
  background: #0006;
  padding: 10px 20px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .image-gallery-index {
    padding: 5px 10px;
    font-size: .8em;
  }
}

/* [project]/styles/globals.css [client] (css) */
body {
  font-family: Lato, sans-serif;
}

.w-full {
  width: 100% !important;
}

.productitem-button {
  width: 60px;
}

.user-min-width {
  min-width: 215px;
}

.app-header-nav-color {
  background: #094e8b !important;
}

.app-nav-link {
  color: #fff !important;
  padding-left: 5px !important;
}

.app-nav-link:hover {
  color: #fff !important;
  font-weight: bold !important;
}

.app-nav-fix {
  margin-top: -1px !important;
}

.app-logos-nav {
  width: 30px;
  height: 30px;
  margin-top: -2px;
}

.app-qty-cartside {
  width: 60px !important;
  height: 32px !important;
  padding: 0 4px !important;
  font-size: .85rem !important;
}

.app-qty-cartside::-webkit-inner-spin-button {
  opacity: 1;
}

.app-qty-cartside::-webkit-outer-spin-button {
  opacity: 1;
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  border: 20px solid #f3f3f3;
  border-top-color: #383636;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  animation: 1.5s linear infinite spinner;
}

.app-search-container {
  max-height: 525px;
  height: 525px !important;
}

.app-sticky {
  z-index: 2;
  position: sticky;
  top: 0;
}

.modified-accordion .collapse:not(.show) {
  display: block;
}

@media (max-width: 767px) {
  .modified-accordion .collapse:not(.show) {
    display: none;
  }
}

.app-img-orderscreen {
  width: 100px;
}

.app-calendario {
  background-image: linear-gradient(167deg, #4ba0ad 0%, #0c1159 100%);
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.app-calendario-titulo {
  background-image: url("https://www.fullalarms.cl/wp-content/uploads/2020/09/calendario.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 850px;
  padding-left: 40px;
  padding-top: 20px !important;
  padding-bottom: 16px !important;
}

.app-calendario-titulo a {
  color: #fff;
  margin-left: 50px;
  transition: all .2s ease-in-out;
}

.app-calendario-titulo a:hover {
  transform: scale(1.1);
}

.app-section-separator {
  position: relative;
}

.app-section-title {
  text-transform: uppercase;
  background-color: #fff;
  display: table;
}

.app-section-separator:after {
  content: "";
  z-index: -1;
  background: #0000001a;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 43px;
  left: 0;
}

.app-webpay-pago {
  background-image: linear-gradient(107deg, #e8f5ff 0%, #ededed 100%) !important;
}

.contact-map {
  height: 450px;
}

.contact-data {
  top: 220px;
}

.productlist-filter {
  max-height: 250px;
}

.app-search-button {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
  background-color: #384c74 !important;
}

.navbar > form.dropdown {
  flex: 1 !important;
  min-width: 0 !important;
}

.navbar > form.dropdown .sow-search, .navbar > form.dropdown .input-group-over {
  width: 100% !important;
}

.form-control-sow-search {
  box-shadow: none !important;
  background-color: #f1f4f8 !important;
  border: none !important;
  border-radius: 50rem 0 0 50rem !important;
  outline: none !important;
  height: 50px !important;
  padding: .5rem 1rem !important;
  font-size: 1rem !important;
}

.form-control-sow-search:focus {
  box-shadow: none !important;
  background-color: #e9ecf2 !important;
  border: none !important;
  outline: none !important;
}

.app-search-button button {
  height: 50px !important;
}

.btn {
  white-space: nowrap;
}

.app-floating-whatsapp-button {
  z-index: 1040 !important;
  width: 50px !important;
  height: 50px !important;
}

.app-brand-image {
  justify-content: center;
  width: 100%;
  display: flex;
}

.app-floating-whatsapp-button:after {
  animation: none !important;
}

.app-whoweare-background {
  background-image: url("https://s3.fullalarms.cl/fullalarmas/images/full-nosotros-2.jpg");
  background-size: contain;
  justify-content: center;
  height: 686px;
  display: flex;
}

.app-whoweare-background-inner {
  border-radius: 20px;
  align-self: center;
  padding: 3rem;
}

.app-whoweare-image {
  border-width: 4px;
  border-color: #f9f9f9;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  box-shadow: 0 12px 18px -6px #0000002b;
}

.app-brand-product-image {
  z-index: 1;
  margin-right: 20px;
}

.app-product-name {
  word-wrap: break-word;
  text-transform: uppercase;
}

.app-calendar-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.app-calendar-event {
  text-align: center;
  color: #fff;
  width: "100%";
  border: 1px solid #000;
  flex-direction: row;
  align-items: center;
  display: flex;
  background: #384c74 !important;
}

.app-calendar-event-day {
  text-align: center;
  border-right: 1px solid #fff;
  flex-direction: column;
  align-items: center;
  width: 150px;
  display: flex;
}

.app-calendar-event-title {
  width: 650px;
}

.app-calendar-event-diff, .app-calendar-event-button {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100px;
  display: flex;
}

.image-gallery-icon {
  z-index: 1 !important;
}

.bg-cyber {
  background-color: #e4142c;
}

.cyber-nav {
  color: #fff;
  background-color: #e4142c;
  font-weight: bold;
}

.event-title {
  min-height: 4rem;
}

.iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.iframe-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-overlay {
  z-index: 3;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.modal-container {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 80%;
  margin: 10% auto;
}

/*# sourceMappingURL=_12gb8y3._.css.map*/