@charset "UTF-8";
:root {
  --md-sys-color-primary: #c6c0ff;
  --md-sys-color-on-primary: #2c2276;
  --md-sys-color-primary-container: #433b8e;
  --md-sys-color-on-primary-container: #e4dfff;
  --md-sys-color-secondary: #c8c3dc;
  --md-sys-color-on-secondary: #302e41;
  --md-sys-color-secondary-container: #474459;
  --md-sys-color-on-secondary-container: #e4dff9;
  --md-sys-color-tertiary: #ebb8cf;
  --md-sys-color-on-tertiary: #482537;
  --md-sys-color-tertiary-container: #613b4e;
  --md-sys-color-on-tertiary-container: #ffd8e8;
  --md-sys-color-error: #ffb4ab;
  --md-sys-color-on-error: #690005;
  --md-sys-color-error-container: #93000a;
  --md-sys-color-on-error-container: #ffb4ab;
  --md-sys-color-background: #1b1931;
  --md-sys-color-on-background: #e4dfff;
  --md-sys-color-surface: #1b1931;
  --md-sys-color-on-surface: #e4dfff;
  --md-sys-color-surface-variant: #47464f;
  --md-sys-color-on-surface-variant: #c9c5d0;
  --md-sys-color-outline: #928f99;
  --md-sys-color-outline-variant: #47464f;
  --md-sys-color-shadow: #000000;
  --md-sys-color-scrim: #000000;
  --md-sys-color-inverse-surface: #e4dfff;
  --md-sys-color-inverse-on-surface: #302d47;
  --md-sys-color-inverse-primary: #5b53a8;
  --md-sys-color-success: #39ddc6;
  --md-sys-color-success-container: #005047;
  --md-sys-color-on-success: #003730;
  --md-sys-color-on-success-container: #60fae2;
  --md-sys-color-warning: #f2c02c;
  --md-sys-color-warning-container: #594400;
  --md-sys-color-on-warning: #3e2e00;
  --md-sys-color-on-warning-container: #ffdf94;
  --md-sys-color-surface-container-lowest: #0d0b23;
  --md-sys-color-surface-container-low: #1b1931;
  --md-sys-color-surface-container: #1f1d36;
  --md-sys-color-surface-container-high: #292741;
  --md-sys-color-surface-container-highest: #34324c;
  --md-sys-color-surface-bright: #393651;
  --md-sys-color-surface-dim: #121029;
}

.md-sys-color-primary {
  background-color: var(--md-sys-color-primary) !important;
}

.md-sys-color-on-primary {
  color: var(--md-sys-color-on-primary) !important;
}

.md-sys-color-primary-container {
  background-color: var(--md-sys-color-primary-container) !important;
}

.md-sys-color-on-primary-container {
  color: var(--md-sys-color-on-primary-container) !important;
}

.md-sys-color-secondary {
  background-color: var(--md-sys-color-secondary) !important;
}

.md-sys-color-on-secondary {
  color: var(--md-sys-color-on-secondary) !important;
}

.md-sys-color-secondary-container {
  background-color: var(--md-sys-color-secondary-container) !important;
}

.md-sys-color-on-secondary-container {
  color: var(--md-sys-color-on-secondary-container) !important;
}

.md-sys-color-tertiary {
  background-color: var(--md-sys-color-tertiary) !important;
}

.md-sys-color-on-tertiary {
  color: var(--md-sys-color-on-tertiary) !important;
}

.md-sys-color-tertiary-container {
  background-color: var(--md-sys-color-tertiary-container) !important;
}

.md-sys-color-on-tertiary-container {
  color: var(--md-sys-color-on-tertiary-container) !important;
}

.md-sys-color-error {
  background-color: var(--md-sys-color-error) !important;
}

.md-sys-color-on-error {
  color: var(--md-sys-color-on-error) !important;
}

.md-sys-color-error-container {
  background-color: var(--md-sys-color-error-container) !important;
}

.md-sys-color-on-error-container {
  color: var(--md-sys-color-on-error-container) !important;
}

.md-sys-color-background {
  background-color: var(--md-sys-color-background) !important;
}

.md-sys-color-on-background {
  color: var(--md-sys-color-on-background) !important;
}

.md-sys-color-surface {
  background-color: var(--md-sys-color-surface) !important;
}

.md-sys-color-on-surface {
  color: var(--md-sys-color-on-surface) !important;
}

.md-sys-color-surface-variant {
  background-color: var(--md-sys-color-surface-variant) !important;
}

.md-sys-color-on-surface-variant {
  color: var(--md-sys-color-on-surface-variant) !important;
}

.md-sys-color-outline {
  border: 1px solid var(--md-sys-color-outline) !important;
}

.md-sys-color-outline-variant {
  border: 1px solid var(--md-sys-color-outline-variant) !important;
}

.md-sys-color-shadow {
  background-color: var(--md-sys-color-shadow) !important;
}

.md-sys-color-scrim {
  background-color: var(--md-sys-color-scrim) !important;
}

.md-sys-color-inverse-surface {
  background-color: var(--md-sys-color-inverse-surface) !important;
}

.md-sys-color-inverse-on-surface {
  color: var(--md-sys-color-inverse-on-surface) !important;
}

.md-sys-color-inverse-primary {
  background-color: var(--md-sys-color-inverse-primary) !important;
}

.md-sys-color-surface-container-lowest {
  background-color: var(--md-sys-color-surface-container-lowest) !important;
}

.md-sys-color-surface-container-low {
  background-color: var(--md-sys-color-surface-container-low) !important;
}

.md-sys-color-surface-container {
  background-color: var(--md-sys-color-surface-container) !important;
}

.md-sys-color-surface-container-high {
  background-color: var(--md-sys-color-surface-container-high) !important;
}

.md-sys-color-surface-container-highest {
  background-color: var(--md-sys-color-surface-container-highest) !important;
}

.md-sys-color-surface-bright {
  background-color: var(--md-sys-color-surface-bright) !important;
}

.md-sys-color-surface-dim {
  background-color: var(--md-sys-color-surface-dim) !important;
}

:root {
  --filled-button-toggle-color: var( --md-sys-color-secondary );
  --filled-button-on-toggle-color: var( --md-sys-color-primary );
  --filled-button-active-color: var( --md-sys-color-primary );
  --filled-button-on-active-color: var( --md-sys-color-on-primary );
}

md-filled-button.toggle {
  --md-sys-color-primary: #00000000;
  --md-sys-color-on-primary: var( --filled-button-on-toggle-color );
  border: 1px solid var(--filled-button-on-toggle-color);
}
md-filled-button.toggle:hover {
  box-shadow: none;
}
md-filled-button.toggle.active {
  --md-sys-color-primary: var( --filled-button-active-color );
  --md-sys-color-on-primary: var( --filled-button-on-active-color );
  border: 1px solid var(--filled-button-on-toggle-color);
}

md-filled-text-field,
md-outlined-text-field {
  width: 100%;
}
md-filled-text-field[type=hidden],
md-outlined-text-field[type=hidden] {
  display: none;
}

md-outlined-select,
md-filled-select {
  width: 100%;
  min-width: 10%;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3024FF;
  --secondary: #7C7AAB;
  --success: #39ddc6;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ffb4ab;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e4dfff;
  text-align: left;
  background-color: #08061e;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #c6c0ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(128.7857142857, 115.5, 255);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #08061e;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #e4dfff;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #e4dfff;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(197.04, 193.68, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(147.36, 141.12, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(172.937260274, 168.18, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(172.937260274, 168.18, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(218.32, 217.76, 231.48);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(186.88, 185.84, 211.32);
}

.table-hover .table-secondary:hover {
  background-color: rgb(202.9259907834, 202.1309677419, 221.6090322581);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(202.9259907834, 202.1309677419, 221.6090322581);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(199.56, 245.48, 239.04);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(152.04, 237.32, 225.36);
}

.table-hover .table-success:hover {
  background-color: rgb(177.7970689655, 241.7429310345, 232.7749137931);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(177.7970689655, 241.7429310345, 232.7749137931);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 234, 231.48);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 216, 211.32);
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 211.2321428571, 205.98);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 211.2321428571, 205.98);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(168.5136986301, 163.5, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #e4dfff;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #39ddc6;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(57, 221, 198, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #39ddc6;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2339ddc6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #39ddc6;
  box-shadow: 0 0 0 0.2rem rgba(57, 221, 198, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #39ddc6;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2339ddc6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #39ddc6;
  box-shadow: 0 0 0 0.2rem rgba(57, 221, 198, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #39ddc6;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #39ddc6;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #39ddc6;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(100.525862069, 228.474137931, 210.5301724138);
  background-color: rgb(100.525862069, 228.474137931, 210.5301724138);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(57, 221, 198, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #39ddc6;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #39ddc6;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #39ddc6;
  box-shadow: 0 0 0 0.2rem rgba(57, 221, 198, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ffb4ab;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 180, 171, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ffb4ab;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffb4ab' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffb4ab' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ffb4ab;
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 171, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ffb4ab;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffb4ab' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffb4ab' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ffb4ab;
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 171, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ffb4ab;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ffb4ab;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ffb4ab;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 225.5357142857, 222);
  background-color: rgb(255, 225.5357142857, 222);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 171, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffb4ab;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ffb4ab;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ffb4ab;
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 171, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #e4dfff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #e4dfff;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3024FF;
  border-color: #3024FF;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(13.8493150685, 0, 252.75);
  border-color: rgb(13.1506849315, 0, 240);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(13.8493150685, 0, 252.75);
  border-color: rgb(13.1506849315, 0, 240);
  box-shadow: 0 0 0 0.2rem rgba(79.05, 68.85, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3024FF;
  border-color: #3024FF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(13.1506849315, 0, 240);
  border-color: rgb(12.4520547945, 0, 227.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(79.05, 68.85, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #7C7AAB;
  border-color: #7C7AAB;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(100.9608294931, 98.6129032258, 156.1370967742);
  border-color: rgb(95.9078341014, 93.6774193548, 148.3225806452);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(100.9608294931, 98.6129032258, 156.1370967742);
  border-color: rgb(95.9078341014, 93.6774193548, 148.3225806452);
  box-shadow: 0 0 0 0.2rem rgba(143.65, 141.95, 183.6, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #7C7AAB;
  border-color: #7C7AAB;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(95.9078341014, 93.6774193548, 148.3225806452);
  border-color: rgb(90.8548387097, 88.7419354839, 140.5080645161);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143.65, 141.95, 183.6, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #39ddc6;
  border-color: #39ddc6;
}
.btn-success:hover {
  color: #212529;
  background-color: rgb(35.1357758621, 204.6142241379, 180.8459051724);
  border-color: rgb(33.2672413793, 193.7327586207, 171.2284482759);
}
.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: rgb(35.1357758621, 204.6142241379, 180.8459051724);
  border-color: rgb(33.2672413793, 193.7327586207, 171.2284482759);
  box-shadow: 0 0 0 0.2rem rgba(53.4, 193.4, 174.45, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #39ddc6;
  border-color: #39ddc6;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.2672413793, 193.7327586207, 171.2284482759);
  border-color: rgb(31.3987068966, 182.8512931034, 161.6109913793);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53.4, 193.4, 174.45, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #ffb4ab;
  border-color: #ffb4ab;
}
.btn-danger:hover {
  color: #212529;
  background-color: rgb(255, 145.8482142857, 132.75);
  border-color: rgb(255, 134.4642857143, 120);
}
.btn-danger:focus, .btn-danger.focus {
  color: #212529;
  background-color: rgb(255, 145.8482142857, 132.75);
  border-color: rgb(255, 134.4642857143, 120);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 158.55, 151.5, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #ffb4ab;
  border-color: #ffb4ab;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 134.4642857143, 120);
  border-color: rgb(255, 123.0803571429, 107.25);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 158.55, 151.5, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #3024FF;
  border-color: #3024FF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3024FF;
  border-color: #3024FF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3024FF;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3024FF;
  border-color: #3024FF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.5);
}

.btn-outline-secondary {
  color: #7C7AAB;
  border-color: #7C7AAB;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #7C7AAB;
  border-color: #7C7AAB;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 122, 171, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #7C7AAB;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7C7AAB;
  border-color: #7C7AAB;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 122, 171, 0.5);
}

.btn-outline-success {
  color: #39ddc6;
  border-color: #39ddc6;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #39ddc6;
  border-color: #39ddc6;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 221, 198, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #39ddc6;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #39ddc6;
  border-color: #39ddc6;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 221, 198, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ffb4ab;
  border-color: #ffb4ab;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #ffb4ab;
  border-color: #ffb4ab;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 171, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ffb4ab;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ffb4ab;
  border-color: #ffb4ab;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 171, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #c6c0ff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(128.7857142857, 115.5, 255);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #e4dfff;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3024FF;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3024FF;
  background-color: #3024FF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(168.5136986301, 163.5, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(216.7191780822, 214.5, 255);
  border-color: rgb(216.7191780822, 214.5, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3024FF;
  background-color: #3024FF;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(48, 36, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(48, 36, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(48, 36, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(48, 36, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(168.5136986301, 163.5, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(168.5136986301, 163.5, 255);
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #08061e, 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #08061e, 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #08061e, 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3024FF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(216.7191780822, 214.5, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3024FF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(216.7191780822, 214.5, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3024FF;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(216.7191780822, 214.5, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #08061e;
  border-color: #dee2e6 #dee2e6 #08061e;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3024FF;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c6c0ff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(128.7857142857, 115.5, 255);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3024FF;
  border-color: #3024FF;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3024FF;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(13.1506849315, 0, 240);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 36, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #7C7AAB;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(95.9078341014, 93.6774193548, 148.3225806452);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(124, 122, 171, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #39ddc6;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: rgb(33.2672413793, 193.7327586207, 171.2284482759);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(57, 221, 198, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #ffb4ab;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: rgb(255, 134.4642857143, 120);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 180, 171, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(24.96, 18.72, 132.6);
  background-color: rgb(213.6, 211.2, 255);
  border-color: rgb(197.04, 193.68, 255);
}
.alert-primary hr {
  border-top-color: rgb(172.937260274, 168.18, 255);
}
.alert-primary .alert-link {
  color: rgb(16.547628866, 12.4107216495, 87.9092783505);
}

.alert-secondary {
  color: rgb(64.48, 63.44, 88.92);
  background-color: rgb(228.8, 228.4, 238.2);
  border-color: rgb(218.32, 217.76, 231.48);
}
.alert-secondary hr {
  border-top-color: rgb(202.9259907834, 202.1309677419, 221.6090322581);
}
.alert-secondary .alert-link {
  color: rgb(42.8963822526, 42.2045051195, 59.1554948805);
}

.alert-success {
  color: rgb(29.64, 114.92, 102.96);
  background-color: rgb(215.4, 248.2, 243.6);
  border-color: rgb(199.56, 245.48, 239.04);
}
.alert-success hr {
  border-top-color: rgb(177.7970689655, 241.7429310345, 232.7749137931);
}
.alert-success .alert-link {
  color: rgb(19.1831654676, 74.3768345324, 66.6362589928);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(132.6, 93.6, 88.92);
  background-color: rgb(255, 240, 238.2);
  border-color: rgb(255, 234, 231.48);
}
.alert-danger hr {
  border-top-color: rgb(255, 211.2321428571, 205.98);
}
.alert-danger .alert-link {
  color: rgb(102.0718309859, 72.0507042254, 68.4481690141);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3024FF;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #e4dfff;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3024FF;
  border-color: #3024FF;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.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: rgb(24.96, 18.72, 132.6);
  background-color: rgb(197.04, 193.68, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(24.96, 18.72, 132.6);
  background-color: rgb(172.937260274, 168.18, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(24.96, 18.72, 132.6);
  border-color: rgb(24.96, 18.72, 132.6);
}

.list-group-item-secondary {
  color: rgb(64.48, 63.44, 88.92);
  background-color: rgb(218.32, 217.76, 231.48);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.48, 63.44, 88.92);
  background-color: rgb(202.9259907834, 202.1309677419, 221.6090322581);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.48, 63.44, 88.92);
  border-color: rgb(64.48, 63.44, 88.92);
}

.list-group-item-success {
  color: rgb(29.64, 114.92, 102.96);
  background-color: rgb(199.56, 245.48, 239.04);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(29.64, 114.92, 102.96);
  background-color: rgb(177.7970689655, 241.7429310345, 232.7749137931);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(29.64, 114.92, 102.96);
  border-color: rgb(29.64, 114.92, 102.96);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(132.6, 93.6, 88.92);
  background-color: rgb(255, 234, 231.48);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132.6, 93.6, 88.92);
  background-color: rgb(255, 211.2321428571, 205.98);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 93.6, 88.92);
  border-color: rgb(132.6, 93.6, 88.92);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #e4dfff;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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;
}

.bg-primary {
  background-color: #3024FF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(13.1506849315, 0, 240) !important;
}

.bg-secondary {
  background-color: #7C7AAB !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(95.9078341014, 93.6774193548, 148.3225806452) !important;
}

.bg-success {
  background-color: #39ddc6 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(33.2672413793, 193.7327586207, 171.2284482759) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #ffb4ab !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(255, 134.4642857143, 120) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #3024FF !important;
}

.border-secondary {
  border-color: #7C7AAB !important;
}

.border-success {
  border-color: #39ddc6 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ffb4ab !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

.overflow-hidden {
  overflow: hidden !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;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3024FF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(11.7534246575, 0, 214.5) !important;
}

.text-secondary {
  color: #7C7AAB !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(85.801843318, 83.8064516129, 132.6935483871) !important;
}

.text-success {
  color: #39ddc6 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(29.5301724138, 171.9698275862, 151.9935344828) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(255, 111.6964285714, 94.5) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #e4dfff !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
body,
header .nav {
  background-color: var(--md-sys-color-background);
  color: var(--md-sys-color-on-background);
}

/*
*/
.md-alert-primary {
  color: rgb(24.96, 18.72, 132.6);
  background-color: rgb(213.6, 211.2, 255);
  border-color: rgb(197.04, 193.68, 255);
}
.md-alert-primary hr {
  border-top-color: rgb(172.937260274, 168.18, 255);
}
.md-alert-primary .alert-link {
  color: rgb(16.547628866, 12.4107216495, 87.9092783505);
}

.md-btn-primary {
  color: #212529;
  background-color: #c6c0ff;
  border-color: #c6c0ff;
  color: var(--md-sys-color-on-primary);
}
.md-btn-primary:hover {
  color: #212529;
  background-color: rgb(163.3928571429, 153.75, 255);
  border-color: rgb(151.8571428571, 141, 255);
}
.md-btn-primary:focus, .md-btn-primary.focus {
  color: #212529;
  background-color: rgb(163.3928571429, 153.75, 255);
  border-color: rgb(151.8571428571, 141, 255);
  box-shadow: 0 0 0 0.2rem rgba(173.25, 168.75, 222.9, 0.5);
}
.md-btn-primary.disabled, .md-btn-primary:disabled {
  color: #212529;
  background-color: #c6c0ff;
  border-color: #c6c0ff;
}
.md-btn-primary:not(:disabled):not(.disabled):active, .md-btn-primary:not(:disabled):not(.disabled).active, .show > .md-btn-primary.dropdown-toggle {
  color: #212529;
  background-color: rgb(151.8571428571, 141, 255);
  border-color: rgb(140.3214285714, 128.25, 255);
}
.md-btn-primary:not(:disabled):not(.disabled):active:focus, .md-btn-primary:not(:disabled):not(.disabled).active:focus, .show > .md-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173.25, 168.75, 222.9, 0.5);
}

.md-alert-secondary {
  color: rgb(64.48, 63.44, 88.92);
  background-color: rgb(228.8, 228.4, 238.2);
  border-color: rgb(218.32, 217.76, 231.48);
}
.md-alert-secondary hr {
  border-top-color: rgb(202.9259907834, 202.1309677419, 221.6090322581);
}
.md-alert-secondary .alert-link {
  color: rgb(42.8963822526, 42.2045051195, 59.1554948805);
}

.md-btn-secondary {
  color: #212529;
  background-color: #c8c3dc;
  border-color: #c8c3dc;
  color: var(--md-sys-color-on-secondary);
}
.md-btn-secondary:hover {
  color: #212529;
  background-color: rgb(177.8552631579, 170.8421052632, 205.9078947368);
  border-color: rgb(170.4736842105, 162.7894736842, 201.2105263158);
}
.md-btn-secondary:focus, .md-btn-secondary.focus {
  color: #212529;
  background-color: rgb(177.8552631579, 170.8421052632, 205.9078947368);
  border-color: rgb(170.4736842105, 162.7894736842, 201.2105263158);
  box-shadow: 0 0 0 0.2rem rgba(174.95, 171.3, 193.15, 0.5);
}
.md-btn-secondary.disabled, .md-btn-secondary:disabled {
  color: #212529;
  background-color: #c8c3dc;
  border-color: #c8c3dc;
}
.md-btn-secondary:not(:disabled):not(.disabled):active, .md-btn-secondary:not(:disabled):not(.disabled).active, .show > .md-btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(170.4736842105, 162.7894736842, 201.2105263158);
  border-color: rgb(163.0921052632, 154.7368421053, 196.5131578947);
}
.md-btn-secondary:not(:disabled):not(.disabled):active:focus, .md-btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .md-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174.95, 171.3, 193.15, 0.5);
}

.md-alert-danger {
  color: rgb(132.6, 93.6, 88.92);
  background-color: rgb(255, 240, 238.2);
  border-color: rgb(255, 234, 231.48);
}
.md-alert-danger hr {
  border-top-color: rgb(255, 211.2321428571, 205.98);
}
.md-alert-danger .alert-link {
  color: rgb(102.0718309859, 72.0507042254, 68.4481690141);
}

.md-btn-danger {
  color: #212529;
  background-color: #ffb4ab;
  border-color: #ffb4ab;
  color: var(--md-sys-color-on-danger);
}
.md-btn-danger:hover {
  color: #212529;
  background-color: rgb(255, 145.8482142857, 132.75);
  border-color: rgb(255, 134.4642857143, 120);
}
.md-btn-danger:focus, .md-btn-danger.focus {
  color: #212529;
  background-color: rgb(255, 145.8482142857, 132.75);
  border-color: rgb(255, 134.4642857143, 120);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 158.55, 151.5, 0.5);
}
.md-btn-danger.disabled, .md-btn-danger:disabled {
  color: #212529;
  background-color: #ffb4ab;
  border-color: #ffb4ab;
}
.md-btn-danger:not(:disabled):not(.disabled):active, .md-btn-danger:not(:disabled):not(.disabled).active, .show > .md-btn-danger.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 134.4642857143, 120);
  border-color: rgb(255, 123.0803571429, 107.25);
}
.md-btn-danger:not(:disabled):not(.disabled):active:focus, .md-btn-danger:not(:disabled):not(.disabled).active:focus, .show > .md-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 158.55, 151.5, 0.5);
}

.btn-link {
  color: var(--md-sys-color-primary);
}
.btn-link:hover {
  text-decoration: none;
  color: var(--md-sys-color-primary);
}

.md-outlined-card {
  background-color: var(--md-sys-color-surface);
  border: 1px solid var(--md-sys-color-outline-variant);
  color: var(--md-sys-color-on-surface);
  border-radius: 20px;
  transition: all 0.5s;
}
.md-outlined-card:hover {
  border: 1px solid color-mix(in srgb, var(--md-sys-color-outline-variant) 70%, white);
}
.md-outlined-card .card__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.md-outlined-card .card__title,
.md-outlined-card .card__text {
  color: var(--md-sys-color-on-surface);
}
.md-outlined-card .card__icon {
  background-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}

.card,
.md-filled-card {
  background-color: var(--md-sys-color-surface-container-highest);
  color: var(--md-sys-color-on-surface);
  border-radius: 20px;
  transition: all 0.5s;
}
.card .card__title,
.md-filled-card .card__title {
  font-weight: bold;
  margin-bottom: 20px;
}
.card .card__title,
.card .card__text,
.md-filled-card .card__title,
.md-filled-card .card__text {
  color: var(--md-sys-color-on-surface);
}
.card .card__icon,
.md-filled-card .card__icon {
  background-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}

a {
  color: var(--md-sys-color-primary);
  transition: all 0.2s;
}
a:hover {
  color: var(--md-sys-color-primary);
  text-decoration: none;
}

.list-group-item {
  background-color: #1f1d36;
  color: #e4dfff;
}

.list-group-item-action {
  background-color: var(--md-sys-color-surface-container);
  color: var(--md-sys-color-on-surface);
}
.list-group-item-action:hover {
  background-color: color-mix(in srgb, var(--md-sys-color-on-surface) 8%, var(--md-sys-color-surface-container));
  color: var(--md-sys-color-on-surface);
}

.list-group-item-action.active,
.list-group-item-action.focus {
  background-color: var(--md-sys-color-secondary-container);
  color: var(--md-sys-color-on-surface);
  border-color: var(--md-sys-color-on-surface);
}

.nav-pills .nav-link.active {
  color: var(--md-sys-color-on-primary);
}
.nav-pills .nav-link:hover {
  background-color: var(--md-sys-color-primary);
  color: var(--md-sys-color-on-primary);
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
  color: var(--md-sys-color-on-surface);
}

.dropdown-menu {
  background-color: var(--md-sys-color-surface-container);
  color: var(--md-sys-color-on-surface);
}

.dropdown-item {
  color: var(--md-sys-color-on-surface);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--md-sys-color-on-surface);
  background-color: color-mix(in srgb, var(--md-sys-color-on-surface), transparent 92%);
}

.modal-content {
  background-color: var(--md-sys-color-surface);
  color: var(--md-sys-color-on-surface);
}

/*******Store/Edit Website *****/
.section__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.section-body__title {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.section-body__content {
  margin-bottom: 0.75rem;
}

header {
  background-color: var(--md-sys-color-surface-container-lowest) !important;
  color: var(--md-sys-color-on-surface);
}

footer {
  background-color: var(--md-sys-color-surface-container-lowest);
  color: var(--md-sys-color-on-surface);
}

.section[data-type=carousel] {
  opacity: 0;
}
.section[data-type=carousel].echo-animate {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=carousel] .carousel-section {
  padding: 0px;
}
.section[data-type=carousel] .carousel-section .section-body {
  height: 70vh;
  background-size: cover;
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block {
  display: inline-block;
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  position: absolute;
  bottom: 2%;
  left: 50%; /* à 50%/50% du parent référent */
  transform: translateX(-50%); /* décalage de 50% de sa propre taille */
  /* From https://css.glass */
  background: rgb(from var(--md-sys-color-surface) r g b/0.71);
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  color: var(--md-sys-color-on-surface);
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block .section-body__title {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block .section-body__content {
  margin-bottom: 10px;
}
.section[data-type=carousel] .carousel-section .section-body .section-body__block .section-body__link {
  float: right;
  margin-bottom: 10px;
}

.section[data-type=collection] {
  padding: 20px 5px;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(1) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(2) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(3) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(4) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(5) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(6) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(7) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(8) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(9) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(10) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(11) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(12) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(13) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(14) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(15) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(16) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(17) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(18) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(19) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(20) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(21) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(22) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(23) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(24) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(25) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(26) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(27) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(28) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(29) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .d-flex > *:nth-child(30) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .section__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection].echo-animate .section-body__link {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=collection] .section__title {
  opacity: 0;
}
.section[data-type=collection] .section-body {
  text-align: center;
}
.section[data-type=collection] .section-body .section-body__link {
  opacity: 0;
}
.section[data-type=collection] .card-add {
  border: 5px solid #3024FF;
  background-color: rgba(0, 0, 0, 0);
}
.section[data-type=collection] .card-add #add-button {
  border-radius: 0;
  border: 0px solid #007bff;
}
.section[data-type=collection] .card-product {
  opacity: 0;
}

.section[data-type=gridtext].echo-animate .section__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(1) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(1) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(2) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(2) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(3) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(3) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(4) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(4) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(5) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(5) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(6) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(6) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(7) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(7) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(8) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(8) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(9) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(9) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(10) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(10) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(11) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(11) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(12) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(12) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(13) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(13) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(14) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(14) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(15) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(15) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(16) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(16) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(17) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(17) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(18) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(18) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(19) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(19) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(20) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(20) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(21) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(21) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(22) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(22) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(23) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(23) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(24) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(24) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(25) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(25) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(26) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(26) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(27) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(27) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(28) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(28) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(29) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(29) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(30) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext].echo-animate .d-flex > *:nth-child(30) .section-body__image {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}
.section[data-type=gridtext] .gridtext-section {
  padding-top: 30px;
  padding-bottom: 0;
}
.section[data-type=gridtext] .gridtext-section .section__title {
  opacity: 0;
}
.section[data-type=gridtext] .gridtext-section .section-body {
  width: 337px !important;
  margin: 10px;
  border: none;
  background-color: transparent;
  opacity: 0;
  overflow: hidden;
}
.section[data-type=gridtext] .gridtext-section .section-body .card-body {
  height: auto !important;
}
.section[data-type=gridtext] .gridtext-section .section-body__title {
  margin-bottom: 10px;
}
.section[data-type=gridtext] .gridtext-section .section-body__content {
  margin-bottom: 10px;
}
.section[data-type=gridtext] .gridtext-section .section-body__image {
  height: 350px;
  background-size: cover;
  border-radius: 0.25rem;
  transform: scale(1.25);
}
.section[data-type=gridtext] .gridtext-section .section-body__link {
  float: right;
}

.section[data-type=text_and_image].echo-animate .section-body__block {
  animation: fadeInLeft;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=text_and_image].echo-animate .section-body__image {
  animation: fadeInRight;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}

.section[data-type=image_and_text].echo-animate .section-body__image {
  animation: fadeInLeft;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=image_and_text].echo-animate .section-body__block {
  animation: fadeInRight;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}

.text_and_image,
.image_and_text {
  padding: 20px;
}
.text_and_image .section-body__image,
.image_and_text .section-body__image {
  border-radius: 16px;
  background-size: cover;
  opacity: 0;
}
@media (min-width: 768px) {
  .text_and_image .section-body__image,
  .image_and_text .section-body__image {
    margin: 0 auto;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .text_and_image .section-body__image,
  .image_and_text .section-body__image {
    margin: 20px auto;
    width: 350px;
    height: 350px;
  }
}
.text_and_image div:has(.section-body__block),
.image_and_text div:has(.section-body__block) {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .text_and_image div:has(.section-body__block),
  .image_and_text div:has(.section-body__block) {
    height: 400px;
  }
}
.text_and_image div:has(.section-body__block) .section-body__block,
.image_and_text div:has(.section-body__block) .section-body__block {
  display: block;
  width: 350px;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .text_and_image div:has(.section-body__block) .section-body__block,
  .image_and_text div:has(.section-body__block) .section-body__block {
    margin-bottom: 20px;
  }
}
.section[data-type=notices] {
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
}
.section[data-type=notices].echo-animate {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=notices] .section-body {
  text-align: center;
}
.section[data-type=notices] .section-body .section-body__image {
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
}
.section[data-type=landing_page] {
  opacity: 0;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.section[data-type=landing_page].echo-animate {
  opacity: 1;
}
.section[data-type=landing_page].echo-animate .section-body::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--md-sys-color-background);
  animation: fadeOut 1s ease-out forwards, blockNone 1s ease-out forwards;
}
.section[data-type=landing_page].echo-animate .section-body {
  animation: dezoomImg 1s ease-out forwards;
}
.section[data-type=landing_page].echo-animate .section-body__block {
  animation: fadeIn 0.3s ease-out 0.8s forwards;
}
.section[data-type=landing_page] .section-body {
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .section[data-type=landing_page] .section-body .section-body__block {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    width: 90%;
  }
}
.section[data-type=landing_page] .section-body .section-body__block {
  opacity: 0;
  display: inline-block;
  padding: 20px 50px;
  /* From https://css.glass */
  background: rgb(from var(--md-sys-color-surface) r g b/0.71);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  color: var(--md-sys-color-on-surface);
}
.section[data-type=landing_page] .section-body .section-body__block .section-body__title {
  font-size: 2rem;
  text-align: left;
}
.section[data-type=landing_page] .section-body .section-body__block .section-body__content {
  font-size: 1.5rem;
  text-align: left;
}
.section[data-type=landing_page] .section-body .section-body__block .section-body__link {
  font-size: 1.1rem;
  float: right;
}

.section[data-type=new_landing] {
  overflow: hidden;
  height: 80vh;
  opacity: 0;
}
.section[data-type=new_landing].echo-animate {
  opacity: 1;
}
.section[data-type=new_landing].echo-animate .skew-landing-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--md-sys-color-background);
  animation: fadeOut 1s ease-out forwards, blockNone 1s ease-out forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section {
  height: 100%;
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border-top: 5px solid var(--md-sys-color-primary);
  border-bottom: 5px solid var(--md-sys-color-primary);
  animation: dezoomImg 1s ease-out forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block {
  display: inline-block;
  /* From https://css.glass */
  background: rgb(from var(--md-sys-color-surface) r g b/0.71);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  color: var(--md-sys-color-on-surface);
  opacity: 0;
  animation: fadeIn 0.3s ease-out 0.8s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block .section-body__title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block .section-body__content {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block .section-body__link {
  font-size: 1.1rem;
  float: right;
}
@media (max-width: 991.98px) {
  .section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__block {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    width: 90%;
  }
  .section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container:nth-of-type(n+5) {
    display: none;
  }
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container {
  width: 170px;
  height: 100%;
  overflow: hidden;
  transform: skew(-10deg); /*  translateY(100%); /* donne l’effet parallélogramme */
  position: relative;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container::before,
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container::after {
  position: absolute;
  top: -10%;
  left: 0%;
  width: 170px;
  height: 0%;
  content: "";
  background-color: #440000;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--1::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--1::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--1 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 1.29s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--2::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--2::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 0.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--2 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 1.54s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--3::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--3::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--3 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 1.79s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--4::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--4::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--4 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.04s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--5::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--5::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--5 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.29s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--6::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--6::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 1.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--6 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.54s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--7::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--7::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.15s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--7 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 2.79s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--8::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--8::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--8 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 3.04s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--9::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashDown 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--9::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashDownBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.65s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--9 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 3.29s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--10::before {
  z-index: 2;
  background-color: #FFFFFF;
  animation: slashUp 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container--10::after {
  z-index: 1;
  background-color: var(--md-sys-color-primary);
  animation: slashUpBack 0.8s cubic-bezier(0.88, -0.01, 0.19, 1) 2.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-img--10 {
  opacity: 0;
  animation: imgOpacity 0.8s ease-out 3.54s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .skew-landing-section__container img {
  position: absolute;
  top: 0;
  left: -100px;
  width: 200%;
  height: 100%;
  object-fit: cover;
  transform: skew(10deg) scale(1.2); /* on contre-skew l’image pour la redresser */
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--1 {
  animation: imgUpDown 0.5s ease-out 0.3s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--2 {
  animation: imgDownUp 0.5s ease-out 0.6s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--3 {
  animation: imgUpDown 0.5s ease-out 0.9s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--4 {
  animation: imgDownUp 0.5s ease-out 1.2s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--5 {
  animation: imgUpDown 0.5s ease-out 1.5s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--6 {
  animation: imgDownUp 0.5s ease-out 1.8s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--7 {
  animation: imgUpDown 0.5s ease-out 2.1s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--8 {
  animation: imgDownUp 0.5s ease-out 2.4s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--9 {
  animation: imgUpDown 0.5s ease-out 2.7s forwards;
}
.section[data-type=new_landing].echo-animate .skew-landing-section .rotate-img-animation--10 {
  animation: imgDownUp 0.5s ease-out 3s forwards;
}

@keyframes imgDownUp {
  0% {
    transform: skew(-10deg) translateY(100%); /* donne l’effet parallélogramme */
  }
  100% {
    transform: skew(-10deg) translateY(0%); /* donne l’effet parallélogramme */
  }
}
@keyframes imgUpDown {
  0% {
    transform: skew(-10deg) translateY(-100%); /* donne l’effet parallélogramme */
  }
  100% {
    transform: skew(-10deg) translateY(0%); /* donne l’effet parallélogramme */
  }
}
@keyframes slashUp {
  0% {
    top: 100%;
    height: 0%;
  }
  20% {
    height: 70%;
  }
  100% {
    top: -3%; /* donne l’effet parallélogramme */
    height: 3%;
  }
}
@keyframes slashUpBack {
  0% {
    top: 100%;
    height: 0%;
  }
  20% {
    height: 100%;
  }
  80% {
    height: 100%;
  }
  100% {
    top: -3%;
    height: 3%;
  }
}
@keyframes slashDown {
  0% {
    top: -3%; /* donne l’effet parallélogramme */
    height: 3%;
  }
  80% {
    height: 70%;
  }
  100% {
    top: 100%;
    height: 0%;
  }
}
@keyframes slashDownBack {
  0% {
    top: 0%;
    height: 0%;
  }
  80% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 0%;
  }
}
@keyframes imgOpacity {
  0% {
    opacity: 0;
    transform: skew(10deg) scale(1.1);
  }
  20% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: skew(10deg) scale(1);
  }
}
@keyframes blockNone {
  100% {
    z-index: 0;
  }
}
.section[data-type=cards] .cards-section {
  background-color: var(--md-sys-color-surface-container-lowest);
  padding-top: 50px;
  padding-bottom: 50px;
}
.section[data-type=cards] .cards-section .section__title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  opacity: 0;
}
.section[data-type=cards] .cards-section .row > * {
  opacity: 0;
}
.section[data-type=cards] .cards-section .section-body__title {
  font-size: 1.2rem;
}
.section[data-type=cards] .cards-section .section-body__link {
  margin-top: 20px;
  float: right;
}
.section[data-type=cards].echo-animate .section__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(1) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(2) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(3) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(4) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(5) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(6) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(7) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(8) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(9) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(10) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(11) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(12) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(13) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(14) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(15) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(16) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(17) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(18) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(19) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(20) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(21) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(22) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(23) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(24) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(25) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(26) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(27) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(28) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(29) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.section[data-type=cards].echo-animate .row > *:nth-child(30) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .section[data-type=richtext] {
    padding: 100px 10px;
  }
}
@media (max-width: 991.98px) {
  .section[data-type=richtext] {
    padding: 30px 10px;
  }
}
.section[data-type=richtext].echo-animate .section-body__title {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}
.section[data-type=richtext].echo-animate .section-body__content {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.section[data-type=richtext].echo-animate .section-body__link {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.section[data-type=richtext] .section-body {
  text-align: center;
}
.section[data-type=richtext] .section-body__title {
  font-size: 2.5rem;
  opacity: 0;
}
.section[data-type=richtext] .section-body__content {
  font-size: 1.8rem;
  opacity: 0;
}
.section[data-type=richtext] .section-body__link {
  opacity: 0;
}

.card-product {
  position: relative;
  display: inline-block;
  white-space: normal;
  width: 243px;
  /*
  //border-radius: 1.25em 1.25em 1.25em 1.25em;
  */
}
.card-product .card-body {
  position: relative;
  height: 90px;
}
.card-product .img-card-product-container {
  display: block;
  content: "";
  overflow: hidden;
  height: 250px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center top;
}
.card-product .img-card-product-container .img-card-product {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  width: 100%;
  object-fit: contain;
}
.card-product .card-price {
  display: block;
  padding: 5px 10px;
  content: attr(data-price);
  position: absolute;
  right: 5%;
  top: -20%;
  background-color: var(--md-sys-color-surface-container-highest);
  color: var(--md-sys-color-on-surface);
  text-align: right;
  font-weight: bold;
  border-radius: 0.5em;
}
.card-product .card-options {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.card-product.card-add {
  background-color: var(--md-sys-color-surface);
}

.card {
  border-radius: 0.5rem;
}
.card .card-header {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}

.bg-dark {
  background-color: #000 !important;
}

.banner-rounded::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0px;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  background-color: white;
}

.preview:hover {
  cursor: pointer;
}

.price {
  color: var(--md-sys-color-primary);
  font-weight: bold;
}

.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  text-align: center;
  padding-top: 9px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: bold;
}

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

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

/*
#admin-menu-v2
{

	position : fixed;
	display: inline-block;
	bottom: 50px;
	right: 50%;
}


#website-menu-button
{

	position : fixed;
	display: inline-block;
	bottom: 50px;
	right: 30px;
	width: 80px;
	height: 80px;

	i {

		position : relative;

		bottom: 2px;
		left: 4px;
	}
}
*/
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 35%;
  position: fixed; /* Stay in place */
  top: 0;
  left: 100%;
  z-index: 1000; /* Sit on top */
  background-color: #FFFFFF; /* Black fallback color */
  /*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay--show {
  transform: translateX(-100%);
}

@media (max-width: 991.98px) {
  .overlay {
    width: 90%;
  }
}
#section-form-overlay {
  background-color: rgba(0, 0, 0, 0.6666666667);
  border: 2px solid white;
  border-radius: 15px;
}

.img-name {
  display: inline-block;
  background-color: pink;
  border: 1px solid black;
}

#category-area {
  position: relative;
}

#categories-suggests {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 100;
}

a[data-toggle=collapse] .fa-plus-circle::before,
a[data-toggle=collapse][aria-expanded=false] .fa-plus-circle::before,
button[data-toggle=collapse] .fa-plus-circle::before,
button[data-toggle=collapse][aria-expanded=false] .fa-plus-circle::before {
  content: "\f055";
}
a[data-toggle=collapse] .fa-chevron-down::before,
a[data-toggle=collapse][aria-expanded=false] .fa-chevron-down::before,
button[data-toggle=collapse] .fa-chevron-down::before,
button[data-toggle=collapse][aria-expanded=false] .fa-chevron-down::before {
  content: "\f078";
}

a[data-toggle=collapse][aria-expanded=true] .fa-plus-circle::before,
button[data-toggle=collapse][aria-expanded=true] .fa-plus-circle::before {
  content: "\f056";
}
a[data-toggle=collapse][aria-expanded=true] .fa-chevron-down::before,
button[data-toggle=collapse][aria-expanded=true] .fa-chevron-down::before {
  content: "\f077";
}

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

.hover-none:hover {
  color: inherit;
  text-decoration: none;
  cursor: default !important;
}

/********************************/
/*************** APP *****************/
html {
  scroll-behavior: smooth;
  height: 100%;
}

.btn-card-option {
  width: 35px;
  height: 35px;
  border: 0px;
  padding: 0px;
  color: grey;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: white;
}
.btn-card-option:hover {
  background-color: rgba(53, 53, 53, 0.7);
  color: white;
}
.btn-card-option .fa-times::before {
  width: 12px;
}
.btn-card-option i.fa-times {
  width: 12px;
  margin: 10px 12px;
}
.btn-card-option i.fa-edit {
  margin: 10px 9px;
  position: relative;
  bottom: 2px;
  left: 2px;
}

/*
.custom-file-label::after {

	@include button-variant( $app-color-2, $app-color-4 );

}

*/
.more-rounded {
  border-radius: 15%;
}

.box-shadow {
  box-shadow: 0 5px 14px 0px grey;
}

.tips,
.tips:hover,
.tips:active {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 25px;
  height: 25px;
  background-color: grey;
  color: white;
  border-radius: 25px;
  transform: scale(0.75);
  cursor: pointer;
}

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

.table-spacing td {
  padding: 30px;
  color: var(--md-sys-color-on-background);
  font-weight: bold;
}

/*
$card-hover-background-color: $third-card-color;
*/
/*
$card-color-text: $secondary;
*/
.outlined-card {
  /*
    	background: linear-gradient(
  	    50deg,
  	    rgba( 47, 36, 255, 0.2) 12%,
  	    rgba( 47, 36, 255, 0.05) 30%,
  	    rgba( 47, 36, 255, 0.05) 77%,
  	    rgba( 47, 36, 255, 0.2)
    	);
  */
  background-color: #171353;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid #2f20e2;
  border-radius: 20px;
  transition: all 0.5s;
}

.outlined-card:hover,
.outlined-card--hover {
  border: 1px solid #4c50ff;
  /*
   	box-shadow: $card-hover-shadow;
  */
}
.outlined-card:hover .card__icon,
.outlined-card--hover .card__icon {
  border: 0px solid #6e7cff;
  background-color: #becdff;
  color: #6e7cff;
}

.card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 0px solid #ebf1ff;
  background-color: #6e7cff;
  margin-bottom: 20px;
  color: #ebf1ff;
  z-index: 0;
  transition: all 0.5s;
}
.card__icon i {
  width: 30px;
}

.card__title {
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.card__text {
  color: #6e7cff;
}

.richtext {
  text-align: center;
}

.richtext__title {
  font-size: 2.5rem;
}

.richtext__content {
  font-size: 2rem;
}

header {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
header .navbar {
  background-color: rgba(0, 0, 0, 0);
}

.header__logo {
  position: absolute;
  top: 0px;
  left: 5px;
  color: var(--md-sys-color-on-background) !important;
}
.header__logo .cls-1 {
  color: white;
}

.header__menu .nav-link,
.header__menu .nav-link:visited {
  color: var(--md-sys-color-on-background);
}

.header__action {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

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

@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .slogan {
    font-size: 1.8em;
  }
}
@media (max-width: 991.98px) {
  .slogan {
    font-size: 1.8em;
  }
}
#fond {
  background: url("../../img/mode.jpg") no-repeat;
  background-size: cover;
  background-position: top 0px right 50%;
  height: 600px;
}

/****************************************/
/************ Doit être mis dans un fichier appart, home**********/
.card-home-product {
  width: 300px;
}
.card-home-product .img-card-product-container {
  height: 350px;
}

.rect-0 {
  width: 50px;
  height: 50px;
  background-color: #3024ff;
}

.rect-1 {
  width: 50px;
  height: 50px;
  background-color: rgb(68.7, 57.9, 255);
}

.rect-2 {
  width: 50px;
  height: 50px;
  background-color: rgb(89.4, 79.8, 255);
}

.rect-3 {
  width: 50px;
  height: 50px;
  background-color: rgb(110.1, 101.7, 255);
}

.rect-4 {
  width: 50px;
  height: 50px;
  background-color: rgb(130.8, 123.6, 255);
}

.rect-5 {
  width: 50px;
  height: 50px;
  background-color: rgb(151.5, 145.5, 255);
}

.rect-6 {
  width: 50px;
  height: 50px;
  background-color: rgb(172.2, 167.4, 255);
}

.rect-7 {
  width: 50px;
  height: 50px;
  background-color: rgb(192.9, 189.3, 255);
}

.rect-8 {
  width: 50px;
  height: 50px;
  background-color: rgb(213.6, 211.2, 255);
}

.rect-9 {
  width: 50px;
  height: 50px;
  background-color: rgb(234.3, 233.1, 255);
}

.cards-section--show > *:nth-child(1) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(1) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(1) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(1) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 200ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(2) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(2) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(2) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(2) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(3) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(3) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(3) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(3) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(4) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(4) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(4) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(4) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(5) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(5) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(5) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(5) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(6) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(6) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(6) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(6) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1200ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(7) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(7) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(7) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(7) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1400ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(8) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(8) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(8) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(8) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1600ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(9) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(9) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(9) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(9) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 1800ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(10) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(10) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(10) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(10) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(11) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(11) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(11) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(11) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2200ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(12) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(12) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(12) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(12) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2400ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(13) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(13) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(13) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(13) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2600ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(14) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(14) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(14) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(14) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 2800ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(15) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(15) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(15) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(15) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3000ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(16) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(16) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(16) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(16) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3200ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(17) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(17) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(17) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(17) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3400ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(18) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(18) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(18) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(18) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3600ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(19) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(19) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(19) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(19) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 3800ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(20) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(20) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(20) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(20) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4000ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(21) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(21) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(21) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(21) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4200ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(22) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(22) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(22) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(22) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4400ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(23) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(23) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(23) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(23) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4600ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(24) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(24) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(24) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(24) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 4800ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(25) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(25) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(25) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(25) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5000ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(26) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(26) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(26) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(26) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5200ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(27) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(27) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(27) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(27) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5400ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(28) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(28) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(28) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(28) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5600ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(29) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(29) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(29) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(29) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 5800ms;
  animation-fill-mode: forwards;
}

.cards-section--show > *:nth-child(30) {
  animation: fadeInUp;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}

.fadeInEntry > *:nth-child(30) {
  animation: fadeIn;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}
.fadeInEntry > *:nth-child(30) .dezoom-img {
  overflow: hidden;
}
.fadeInEntry > *:nth-child(30) .dezoom-img img {
  animation: dezoomImg;
  animation-duration: 600ms;
  animation-delay: 6000ms;
  animation-fill-mode: forwards;
}

.cards-section--hidden,
.observer > *,
.fadeInEntry > * {
  opacity: 0;
}

@keyframes dezoomImg {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    webkit-transform: scale(1);
    transform: scale(1);
  }
}
/****PHONE***/
:root {
  --notification-size: 80px;
}

.phone {
  position: relative;
  border: 8px solid black;
  border-radius: 15px 15px 0 0;
  height: 500px;
  background-image: url("/img/eclipse.webp");
  background-position: top;
}

.phone__logos {
  position: absolute;
  top: 10px;
  right: 10px;
}

.phone__hour {
  font-size: xxx-large;
  margin-top: 70px;
}

.notifications {
  height: 230px;
  overflow: hidden;
}

.notification {
  color: black;
}

.notification__container {
  background-color: rgba(199, 197, 197, 0.9);
  border-radius: 15px;
}

.notification__container:first-child {
  animation: togrow, zoomIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.3s;
  /*animation-delay: 0.7s;*/
  animation-fill-mode: forwards;
}

.degrade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(rgba(23, 19, 83, 0) 0%, #171353 30%);
}

@keyframes togrow {
  0% {
    max-height: 0%;
  }
  100% {
    max-height: 80%;
  }
}
/* Config */
/* mixins */
/*
html, body {
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  overflow: hidden;
}

.page-bg, .animation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-bg {
  background: $color-bg;
  background-blend-mode: screen;
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
}
*/
.particle, .particle:after {
  background: transparent;
  position: absolute;
  z-index: -11;
  border: 2px solid red;
}

.particle:after {
  position: absolute;
  content: "";
  top: 0;
}

.particle-1 {
  animation: animParticle 180s linear infinite;
  box-shadow: 0px 0px #3024FF, 1479px 2512px #3024FF, 76px 2138px #3024FF, 106px 202px #3024FF, 2463px 692px #3024FF, 1746px 1008px #3024FF, 1892px 1559px #3024FF, 859px 605px #3024FF, 2010px 2300px #3024FF, 1495px 381px #3024FF, 1422px 782px #3024FF, 756px 270px #3024FF, 1636px 202px #3024FF, 1462px 2373px #3024FF, 1151px 860px #3024FF, 2067px 237px #3024FF, 1155px 1020px #3024FF, 1698px 231px #3024FF, 758px 838px #3024FF, 1669px 804px #3024FF, 14px 1676px #3024FF, 87px 2011px #3024FF, 2488px 1902px #3024FF, 531px 1474px #3024FF, 264px 359px #3024FF, 128px 1595px #3024FF, 2043px 18px #3024FF, 1881px 34px #3024FF, 1657px 1559px #3024FF, 2203px 1168px #3024FF, 502px 194px #3024FF, 1523px 2359px #3024FF, 388px 513px #3024FF, 1007px 479px #3024FF, 1863px 2354px #3024FF, 1890px 2398px #3024FF, 1250px 2376px #3024FF, 655px 8px #3024FF, 2056px 632px #3024FF, 1748px 1276px #3024FF, 917px 900px #3024FF, 2043px 21px #3024FF, 1523px 59px #3024FF, 1229px 776px #3024FF, 461px 135px #3024FF, 606px 1793px #3024FF, 163px 476px #3024FF, 1404px 1584px #3024FF, 654px 1391px #3024FF, 1659px 2368px #3024FF, 423px 1885px #3024FF, 327px 104px #3024FF, 936px 1365px #3024FF, 1765px 932px #3024FF, 1431px 2288px #3024FF, 1144px 395px #3024FF, 2222px 361px #3024FF, 1603px 18px #3024FF, 1631px 1845px #3024FF, 818px 1899px #3024FF, 1427px 641px #3024FF, 411px 671px #3024FF, 1578px 1321px #3024FF, 2253px 2223px #3024FF, 1157px 633px #3024FF, 1882px 978px #3024FF, 1213px 1363px #3024FF, 641px 1590px #3024FF, 974px 1604px #3024FF, 648px 1125px #3024FF, 1202px 1017px #3024FF, 1158px 1837px #3024FF, 2128px 371px #3024FF, 1444px 46px #3024FF, 232px 119px #3024FF, 1186px 2252px #3024FF, 922px 2122px #3024FF, 2053px 1966px #3024FF, 1958px 553px #3024FF, 2425px 1370px #3024FF, 247px 239px #3024FF, 586px 823px #3024FF, 319px 148px #3024FF, 293px 564px #3024FF, 1555px 667px #3024FF, 1292px 2548px #3024FF, 1698px 961px #3024FF, 2401px 1823px #3024FF, 925px 645px #3024FF, 643px 1828px #3024FF, 1912px 1288px #3024FF, 2118px 348px #3024FF, 66px 65px #3024FF, 140px 1356px #3024FF, 1294px 2440px #3024FF, 796px 852px #3024FF, 226px 1909px #3024FF, 596px 989px #3024FF, 541px 2314px #3024FF, 202px 442px #3024FF, 2260px 906px #3024FF, 514px 1485px #3024FF, 1704px 1117px #3024FF, 198px 938px #3024FF, 1651px 1987px #3024FF, 829px 1188px #3024FF, 1180px 897px #3024FF, 1348px 1050px #3024FF, 2180px 1082px #3024FF, 679px 893px #3024FF, 2132px 1563px #3024FF, 2485px 1457px #3024FF, 1563px 1275px #3024FF, 2185px 2408px #3024FF, 1770px 1300px #3024FF, 2214px 1780px #3024FF, 1273px 1988px #3024FF, 342px 779px #3024FF, 298px 2168px #3024FF, 478px 1580px #3024FF, 1021px 1042px #3024FF, 427px 1749px #3024FF, 1393px 1279px #3024FF, 2220px 2460px #3024FF, 2226px 2422px #3024FF, 289px 1751px #3024FF, 563px 2028px #3024FF, 373px 4px #3024FF, 1254px 179px #3024FF, 2051px 764px #3024FF, 724px 2070px #3024FF, 803px 852px #3024FF, 1934px 498px #3024FF, 1117px 1226px #3024FF, 1862px 2167px #3024FF, 2463px 1720px #3024FF, 1768px 1343px #3024FF, 839px 1558px #3024FF, 1923px 1726px #3024FF, 336px 1169px #3024FF, 1173px 1102px #3024FF, 1138px 1001px #3024FF, 1334px 380px #3024FF, 2147px 23px #3024FF, 105px 2088px #3024FF, 1054px 1743px #3024FF, 1137px 2368px #3024FF, 1055px 1600px #3024FF, 7px 709px #3024FF, 67px 1092px #3024FF, 1228px 1934px #3024FF, 564px 1626px #3024FF, 2292px 2314px #3024FF, 1987px 509px #3024FF, 377px 1029px #3024FF, 734px 699px #3024FF, 491px 1947px #3024FF, 2527px 1731px #3024FF, 695px 1192px #3024FF, 587px 1909px #3024FF, 1273px 248px #3024FF, 1467px 2274px #3024FF, 833px 1474px #3024FF, 1442px 349px #3024FF, 2078px 578px #3024FF, 2339px 2075px #3024FF, 1427px 81px #3024FF, 1497px 1872px #3024FF, 928px 1945px #3024FF, 1828px 1491px #3024FF, 1694px 1356px #3024FF, 2560px 551px #3024FF, 2226px 491px #3024FF, 1000px 1629px #3024FF, 491px 150px #3024FF, 2139px 1085px #3024FF, 207px 618px #3024FF, 434px 623px #3024FF, 1360px 99px #3024FF, 2158px 1984px #3024FF, 1964px 58px #3024FF, 1964px 570px #3024FF, 171px 288px #3024FF, 654px 1500px #3024FF, 1708px 1753px #3024FF, 2260px 1251px #3024FF, 2261px 814px #3024FF, 957px 1513px #3024FF, 219px 334px #3024FF, 2059px 521px #3024FF, 1726px 77px #3024FF, 1088px 1878px #3024FF, 731px 1424px #3024FF, 1150px 107px #3024FF, 1157px 530px #3024FF, 145px 343px #3024FF, 2165px 2311px #3024FF, 2223px 2416px #3024FF, 1823px 1810px #3024FF, 911px 2301px #3024FF, 1805px 351px #3024FF, 1422px 2269px #3024FF, 376px 1963px #3024FF, 2421px 2423px #3024FF, 1646px 2043px #3024FF, 656px 1267px #3024FF, 879px 1747px #3024FF, 1954px 1523px #3024FF, 1226px 6px #3024FF, 1744px 416px #3024FF, 1922px 306px #3024FF, 1594px 1029px #3024FF, 751px 530px #3024FF, 1638px 1700px #3024FF, 1234px 2016px #3024FF, 46px 926px #3024FF, 1787px 305px #3024FF, 309px 1718px #3024FF, 1506px 1165px #3024FF, 1073px 273px #3024FF, 2196px 2302px #3024FF, 1407px 1832px #3024FF, 2114px 323px #3024FF, 1854px 1px #3024FF, 476px 1338px #3024FF, 870px 392px #3024FF, 2172px 2129px #3024FF, 613px 32px #3024FF, 776px 1511px #3024FF, 2261px 1173px #3024FF, 483px 1739px #3024FF, 706px 1623px #3024FF, 2342px 1286px #3024FF, 803px 2010px #3024FF, 568px 813px #3024FF, 2424px 2306px #3024FF, 2008px 2031px #3024FF, 630px 72px #3024FF, 491px 2021px #3024FF, 1180px 2045px #3024FF, 2037px 462px #3024FF, 1622px 271px #3024FF, 141px 1801px #3024FF, 284px 118px #3024FF, 694px 2170px #3024FF, 1425px 1593px #3024FF, 1204px 2161px #3024FF, 1429px 173px #3024FF, 1515px 1989px #3024FF, 1216px 1662px #3024FF, 1774px 2343px #3024FF, 2191px 2200px #3024FF, 1845px 1552px #3024FF, 351px 387px #3024FF, 17px 1691px #3024FF, 658px 1880px #3024FF, 511px 1779px #3024FF, 1821px 1527px #3024FF, 396px 604px #3024FF, 1755px 2471px #3024FF, 1510px 2533px #3024FF, 1352px 724px #3024FF, 1135px 2455px #3024FF, 1512px 251px #3024FF, 69px 2126px #3024FF, 942px 2513px #3024FF, 1188px 1427px #3024FF, 1395px 1370px #3024FF, 589px 1135px #3024FF, 1449px 1052px #3024FF, 268px 314px #3024FF, 2430px 2176px #3024FF, 801px 1898px #3024FF, 853px 1936px #3024FF, 173px 2153px #3024FF, 1776px 1133px #3024FF, 1092px 1715px #3024FF, 401px 1107px #3024FF, 1640px 290px #3024FF, 2274px 1115px #3024FF, 175px 201px #3024FF, 1622px 11px #3024FF, 961px 2486px #3024FF, 949px 1185px #3024FF, 378px 1952px #3024FF, 1158px 2290px #3024FF, 871px 809px #3024FF, 1247px 2240px #3024FF, 1039px 316px #3024FF, 116px 787px #3024FF, 875px 1447px #3024FF, 1607px 675px #3024FF, 299px 2473px #3024FF, 2161px 2360px #3024FF, 1744px 1042px #3024FF, 1807px 1778px #3024FF, 142px 1955px #3024FF, 2315px 1971px #3024FF, 103px 1613px #3024FF, 58px 1298px #3024FF, 1874px 2312px #3024FF, 730px 1316px #3024FF, 1159px 2393px #3024FF, 1330px 1052px #3024FF, 646px 1678px #3024FF, 1480px 158px #3024FF, 2442px 2424px #3024FF, 1202px 638px #3024FF, 60px 1070px #3024FF, 2318px 406px #3024FF, 1154px 1282px #3024FF, 149px 1117px #3024FF, 953px 1084px #3024FF, 2412px 1711px #3024FF, 1313px 2450px #3024FF, 923px 915px #3024FF, 3px 1946px #3024FF, 2164px 2330px #3024FF, 1146px 1446px #3024FF, 235px 1196px #3024FF, 2501px 737px #3024FF, 1120px 461px #3024FF, 1680px 727px #3024FF, 1802px 498px #3024FF, 648px 1615px #3024FF, 655px 841px #3024FF, 2048px 2162px #3024FF, 408px 1429px #3024FF, 1180px 494px #3024FF, 1831px 396px #3024FF, 370px 1705px #3024FF, 1860px 596px #3024FF, 694px 1765px #3024FF, 399px 932px #3024FF, 1364px 63px #3024FF, 910px 1873px #3024FF, 104px 2107px #3024FF, 967px 412px #3024FF, 1969px 317px #3024FF, 1772px 2313px #3024FF, 940px 1478px #3024FF, 1095px 1324px #3024FF, 1539px 1821px #3024FF, 1102px 2541px #3024FF, 725px 1688px #3024FF, 2164px 1332px #3024FF, 1101px 625px #3024FF, 40px 1338px #3024FF, 1774px 2336px #3024FF, 236px 2379px #3024FF, 2130px 404px #3024FF, 231px 990px #3024FF, 2559px 308px #3024FF, 533px 2542px #3024FF, 2230px 390px #3024FF, 1171px 557px #3024FF, 1668px 615px #3024FF, 2554px 1553px #3024FF, 163px 322px #3024FF, 2297px 484px #3024FF, 2201px 953px #3024FF, 360px 1990px #3024FF, 1163px 2153px #3024FF, 1298px 1636px #3024FF, 874px 2213px #3024FF, 1309px 192px #3024FF, 1395px 561px #3024FF, 1726px 329px #3024FF, 1976px 2362px #3024FF, 766px 772px #3024FF, 2202px 2510px #3024FF, 827px 774px #3024FF, 1218px 2358px #3024FF, 1236px 1907px #3024FF, 275px 1263px #3024FF, 960px 2322px #3024FF, 544px 1869px #3024FF, 2052px 1041px #3024FF, 1255px 1660px #3024FF, 2055px 2082px #3024FF, 383px 1466px #3024FF, 2084px 371px #3024FF, 1188px 1957px #3024FF, 2551px 1664px #3024FF, 111px 362px #3024FF, 1356px 1612px #3024FF, 742px 582px #3024FF, 1355px 1942px #3024FF, 1550px 1116px #3024FF, 916px 65px #3024FF, 1610px 1255px #3024FF, 382px 1445px #3024FF, 175px 1735px #3024FF, 2365px 1473px #3024FF, 1039px 1304px #3024FF, 1744px 1903px #3024FF, 2015px 2328px #3024FF, 817px 238px #3024FF, 1941px 1666px #3024FF, 1908px 226px #3024FF, 1455px 1935px #3024FF, 1447px 65px #3024FF, 1284px 2135px #3024FF, 219px 562px #3024FF, 485px 826px #3024FF, 2328px 1317px #3024FF, 1661px 1083px #3024FF, 1646px 846px #3024FF, 1583px 1814px #3024FF, 2103px 2354px #3024FF, 2477px 620px #3024FF, 1919px 1608px #3024FF, 392px 1648px #3024FF, 1313px 897px #3024FF, 1482px 231px #3024FF, 1054px 2368px #3024FF, 1290px 2172px #3024FF, 2329px 1544px #3024FF, 2028px 659px #3024FF, 308px 297px #3024FF, 674px 2306px #3024FF, 1655px 2014px #3024FF, 2034px 553px #3024FF, 680px 2354px #3024FF, 2511px 1540px #3024FF, 2441px 723px #3024FF, 2019px 2165px #3024FF, 2328px 456px #3024FF, 2074px 107px #3024FF, 2100px 957px #3024FF, 2106px 1055px #3024FF, 341px 1520px #3024FF, 2231px 1712px #3024FF, 294px 1658px #3024FF, 1624px 1887px #3024FF, 884px 1958px #3024FF, 493px 2509px #3024FF, 1903px 1362px #3024FF, 2081px 1851px #3024FF, 2220px 815px #3024FF, 337px 2159px #3024FF, 1215px 2118px #3024FF, 1985px 1146px #3024FF, 1684px 167px #3024FF, 1982px 1346px #3024FF, 976px 1236px #3024FF, 1362px 2038px #3024FF, 1788px 1126px #3024FF, 692px 331px #3024FF, 88px 665px #3024FF, 65px 512px #3024FF, 860px 354px #3024FF, 102px 56px #3024FF, 2485px 1591px #3024FF, 1696px 230px #3024FF, 2264px 199px #3024FF, 1222px 1539px #3024FF, 2384px 2110px #3024FF, 423px 1813px #3024FF, 2305px 547px #3024FF, 332px 419px #3024FF, 1067px 865px #3024FF, 1326px 2011px #3024FF, 2229px 2505px #3024FF, 1652px 123px #3024FF, 1295px 1409px #3024FF, 1891px 1588px #3024FF, 435px 1975px #3024FF, 331px 1404px #3024FF, 379px 452px #3024FF, 903px 1755px #3024FF, 245px 615px #3024FF, 1093px 167px #3024FF, 1765px 159px #3024FF, 1642px 2456px #3024FF, 1607px 52px #3024FF, 1236px 915px #3024FF, 1769px 1972px #3024FF, 619px 1892px #3024FF, 745px 265px #3024FF, 1579px 654px #3024FF, 1855px 983px #3024FF, 592px 714px #3024FF, 2166px 1129px #3024FF, 899px 218px #3024FF, 1112px 88px #3024FF, 2420px 634px #3024FF, 265px 1647px #3024FF, 1522px 879px #3024FF, 1378px 1810px #3024FF, 1656px 55px #3024FF, 1011px 454px #3024FF, 1574px 598px #3024FF, 547px 1734px #3024FF, 158px 1341px #3024FF, 374px 2426px #3024FF, 2242px 1879px #3024FF, 1657px 649px #3024FF, 1024px 224px #3024FF, 1629px 50px #3024FF, 610px 2512px #3024FF, 1873px 623px #3024FF, 2105px 2084px #3024FF, 514px 2210px #3024FF, 1648px 1679px #3024FF, 425px 1850px #3024FF, 2349px 425px #3024FF, 1654px 1650px #3024FF, 375px 888px #3024FF, 140px 1204px #3024FF, 1349px 134px #3024FF, 880px 2298px #3024FF, 1001px 1004px #3024FF, 648px 141px #3024FF, 1854px 898px #3024FF, 1421px 1036px #3024FF, 1536px 2402px #3024FF, 1983px 963px #3024FF, 37px 645px #3024FF, 665px 1685px #3024FF, 2323px 2049px #3024FF, 691px 1717px #3024FF, 984px 1026px #3024FF, 2290px 845px #3024FF, 1242px 1971px #3024FF, 2205px 792px #3024FF, 498px 1801px #3024FF, 852px 206px #3024FF, 84px 1817px #3024FF, 1268px 298px #3024FF, 425px 451px #3024FF, 260px 1412px #3024FF, 1198px 329px #3024FF, 65px 134px #3024FF, 874px 565px #3024FF, 1523px 2554px #3024FF, 1986px 1190px #3024FF, 420px 1929px #3024FF, 978px 937px #3024FF, 1936px 1445px #3024FF, 764px 1271px #3024FF, 1985px 1905px #3024FF, 1462px 1845px #3024FF, 740px 476px #3024FF, 2516px 2560px #3024FF, 2034px 2018px #3024FF, 1699px 412px #3024FF, 1529px 2176px #3024FF, 979px 185px #3024FF, 1568px 1342px #3024FF, 1353px 2420px #3024FF, 1787px 1639px #3024FF, 1975px 2402px #3024FF, 350px 1516px #3024FF, 486px 498px #3024FF, 1136px 703px #3024FF, 1116px 1237px #3024FF, 1926px 1171px #3024FF, 2229px 1402px #3024FF, 2486px 14px #3024FF, 511px 326px #3024FF, 1981px 2298px #3024FF, 134px 2550px #3024FF, 1041px 918px #3024FF, 2430px 1322px #3024FF, 1241px 2546px #3024FF, 219px 1569px #3024FF, 927px 1632px #3024FF, 1408px 972px #3024FF, 986px 1172px #3024FF, 1435px 627px #3024FF, 551px 359px #3024FF, 1086px 1350px #3024FF, 1464px 527px #3024FF, 424px 2338px #3024FF, 851px 136px #3024FF, 682px 1958px #3024FF, 941px 1197px #3024FF, 456px 554px #3024FF, 2087px 2033px #3024FF, 228px 2146px #3024FF, 436px 2015px #3024FF, 1449px 1823px #3024FF, 870px 1706px #3024FF, 1756px 1686px #3024FF, 882px 2074px #3024FF, 268px 891px #3024FF, 420px 2458px #3024FF, 2505px 1538px #3024FF, 603px 2329px #3024FF, 868px 2055px #3024FF, 2416px 588px #3024FF, 1849px 2109px #3024FF, 396px 2464px #3024FF, 878px 191px #3024FF, 2382px 2132px #3024FF, 1471px 2161px #3024FF, 2174px 418px #3024FF, 487px 137px #3024FF, 590px 1292px #3024FF, 1586px 1585px #3024FF, 1410px 1244px #3024FF, 372px 991px #3024FF, 1441px 850px #3024FF, 1399px 2181px #3024FF, 173px 55px #3024FF, 2314px 282px #3024FF, 2555px 2071px #3024FF, 1644px 1646px #3024FF, 626px 23px #3024FF, 1714px 133px #3024FF, 1086px 1501px #3024FF, 1918px 561px #3024FF, 1113px 2032px #3024FF, 1004px 1066px #3024FF, 519px 1320px #3024FF, 1073px 1547px #3024FF, 194px 1849px #3024FF, 156px 2253px #3024FF, 2425px 294px #3024FF, 2179px 2426px #3024FF, 738px 1476px #3024FF, 206px 2534px #3024FF, 1715px 1886px #3024FF, 274px 947px #3024FF, 857px 833px #3024FF, 1802px 2411px #3024FF, 620px 1462px #3024FF, 691px 1659px #3024FF, 695px 1858px #3024FF, 1025px 475px #3024FF, 2357px 928px #3024FF, 1021px 854px #3024FF, 2128px 2311px #3024FF, 26px 268px #3024FF, 906px 2013px #3024FF, 1458px 1906px #3024FF, 575px 1534px #3024FF, 211px 1391px #3024FF, 1148px 2098px #3024FF, 925px 1412px #3024FF, 1329px 1211px #3024FF, 1445px 2498px #3024FF, 675px 1941px #3024FF, 1417px 1513px #3024FF, 170px 2103px #3024FF, 2346px 1897px #3024FF, 786px 1021px #3024FF, 1116px 656px #3024FF, 2201px 2535px #3024FF, 1970px 2161px #3024FF, 407px 145px #3024FF, 552px 1471px #3024FF, 2436px 378px #3024FF, 2178px 634px #3024FF, 1322px 1885px #3024FF, 1919px 1482px #3024FF, 593px 2480px #3024FF, 572px 1009px #3024FF, 1421px 351px #3024FF, 1046px 1259px #3024FF, 390px 1624px #3024FF, 593px 513px #3024FF, 950px 718px #3024FF, 1755px 1530px #3024FF, 467px 2404px #3024FF, 2257px 1212px #3024FF, 722px 1699px #3024FF, 1613px 1651px #3024FF, 1936px 865px #3024FF, 1265px 2246px #3024FF, 1873px 2244px #3024FF, 1018px 1358px #3024FF, 480px 874px #3024FF, 126px 1880px #3024FF, 1608px 1410px #3024FF, 422px 961px #3024FF, 1338px 1686px #3024FF, 140px 2246px #3024FF, 1333px 2266px #3024FF, 1417px 1838px #3024FF, 1984px 2477px #3024FF, 1586px 1607px #3024FF, 65px 1164px #3024FF, 911px 323px #3024FF, 26px 1173px #3024FF, 2087px 1478px #3024FF, 1361px 1626px #3024FF, 1549px 1684px #3024FF, 573px 812px #3024FF, 761px 1427px #3024FF, 181px 174px #3024FF, 973px 2502px #3024FF, 1410px 666px #3024FF, 1333px 1726px #3024FF, 2540px 1078px #3024FF, 179px 1708px #3024FF, 215px 487px #3024FF, 2408px 1042px #3024FF, 1230px 599px #3024FF, 532px 717px #3024FF, 1229px 68px #3024FF, 1074px 1309px #3024FF, 1446px 84px #3024FF, 1614px 1110px #3024FF, 2453px 1645px #3024FF, 1054px 1340px #3024FF, 181px 1167px #3024FF, 720px 1175px #3024FF, 648px 1257px #3024FF, 1961px 2379px #3024FF, 465px 2325px #3024FF, 1850px 1561px #3024FF, 1617px 1698px #3024FF, 1996px 4px #3024FF, 890px 322px #3024FF, 367px 2487px #3024FF, 1062px 286px #3024FF, 2015px 882px #3024FF, 1095px 188px #3024FF, 2387px 1413px #3024FF, 1613px 773px #3024FF, 927px 1766px #3024FF, 2477px 1076px #3024FF, 156px 2346px #3024FF, 1600px 675px #3024FF, 885px 1939px #3024FF, 1670px 1188px #3024FF, 465px 2144px #3024FF, 79px 2341px #3024FF, 1186px 973px #3024FF, 1339px 1157px #3024FF, 2470px 1831px #3024FF, 664px 1990px #3024FF, 1656px 41px #3024FF, 702px 2311px #3024FF, 2447px 256px #3024FF, 2466px 2401px #3024FF, 833px 1357px #3024FF, 858px 1179px #3024FF, 2095px 2258px #3024FF, 763px 1301px #3024FF, 1303px 2416px #3024FF, 1655px 1346px #3024FF, 1723px 1885px #3024FF, 395px 1406px #3024FF, 123px 561px #3024FF, 2197px 1672px #3024FF, 274px 1096px #3024FF, 331px 757px #3024FF, 793px 1160px #3024FF, 211px 2429px #3024FF, 1647px 719px #3024FF, 463px 654px #3024FF, 744px 2114px #3024FF, 259px 1255px #3024FF, 1040px 2423px #3024FF, 1809px 319px #3024FF, 2251px 2511px #3024FF, 1138px 1317px #3024FF, 642px 46px #3024FF, 1161px 253px #3024FF, 353px 1688px #3024FF, 606px 1781px #3024FF, 1584px 392px #3024FF, 213px 1577px #3024FF, 1081px 446px #3024FF, 731px 258px #3024FF, 1153px 1048px #3024FF, 1345px 1001px #3024FF, 419px 309px #3024FF, 2507px 2074px #3024FF, 798px 1808px #3024FF, 1701px 2157px #3024FF, 487px 1334px #3024FF, 992px 168px #3024FF, 848px 1512px #3024FF, 59px 267px #3024FF, 1185px 2112px #3024FF, 75px 1003px #3024FF, 1238px 1238px #3024FF, 2516px 801px #3024FF, 848px 1921px #3024FF, 302px 877px #3024FF, 1282px 237px #3024FF, 1298px 179px #3024FF, 373px 466px #3024FF, 2436px 2080px #3024FF, 2071px 2451px #3024FF, 268px 1154px #3024FF, 838px 1560px #3024FF, 1148px 1014px #3024FF, 849px 1824px #3024FF, 1611px 2020px #3024FF, 673px 1082px #3024FF, 2548px 1889px #3024FF, 44px 723px #3024FF, 2066px 602px #3024FF, 1260px 1089px #3024FF, 2261px 2377px #3024FF, 2291px 2220px #3024FF, 2131px 781px #3024FF, 1879px 1157px #3024FF, 2442px 859px #3024FF, 2163px 2368px #3024FF, 2121px 871px #3024FF, 2072px 1168px #3024FF, 614px 1114px #3024FF, 2300px 997px #3024FF, 141px 1202px #3024FF, 1055px 1570px #3024FF, 2130px 97px #3024FF, 494px 1774px #3024FF, 1440px 197px #3024FF, 1247px 2278px #3024FF, 2133px 2095px #3024FF, 1652px 1205px #3024FF, 746px 1865px #3024FF, 2341px 949px #3024FF, 1335px 2429px #3024FF, 41px 936px #3024FF, 2361px 587px #3024FF, 1230px 957px #3024FF, 1687px 1376px #3024FF, 2172px 1958px #3024FF, 1532px 2339px #3024FF, 1963px 64px #3024FF, 1858px 379px #3024FF, 1930px 1497px #3024FF, 1626px 1716px #3024FF, 2415px 50px #3024FF, 240px 2336px #3024FF, 1966px 1032px #3024FF, 1671px 438px #3024FF, 2427px 2558px #3024FF, 1827px 1151px #3024FF, 254px 381px #3024FF, 2381px 5px #3024FF, 2074px 2324px #3024FF, 1185px 123px #3024FF, 627px 1258px #3024FF, 335px 1727px #3024FF, 2073px 2029px #3024FF, 1050px 664px #3024FF, 1201px 256px #3024FF, 1801px 1249px #3024FF, 1464px 810px #3024FF, 76px 99px #3024FF, 395px 2353px #3024FF, 1140px 1065px #3024FF, 121px 2394px #3024FF, 1213px 1819px #3024FF, 1173px 46px #3024FF, 1460px 2185px #3024FF, 958px 962px #3024FF, 446px 951px #3024FF, 650px 1025px #3024FF, 1605px 506px #3024FF, 1466px 2223px #3024FF, 1936px 1907px #3024FF, 150px 2523px #3024FF, 1859px 1890px #3024FF, 834px 2261px #3024FF, 2187px 164px #3024FF, 1496px 2409px #3024FF, 1001px 629px #3024FF, 2382px 606px #3024FF, 1430px 283px #3024FF, 419px 1229px #3024FF, 585px 1408px #3024FF, 767px 2024px #3024FF, 2100px 1758px #3024FF, 1510px 2387px #3024FF, 2538px 1323px #3024FF, 2405px 158px #3024FF, 1688px 1012px #3024FF, 84px 282px #3024FF, 18px 2344px #3024FF, 1705px 1968px #3024FF, 2407px 307px #3024FF, 1305px 434px #3024FF, 1228px 1408px #3024FF, 2275px 1301px #3024FF, 2383px 2249px #3024FF, 1075px 1709px #3024FF, 936px 45px #3024FF, 2378px 2408px #3024FF, 1266px 1999px #3024FF, 1063px 574px #3024FF, 2414px 1841px #3024FF, 135px 743px #3024FF, 1033px 84px #3024FF, 1535px 460px #3024FF, 2361px 1066px #3024FF, 2473px 2415px #3024FF, 420px 1265px #3024FF, 2102px 1313px #3024FF, 586px 860px #3024FF, 1294px 2397px #3024FF, 1453px 1697px #3024FF, 2427px 415px #3024FF, 1215px 2543px #3024FF, 660px 199px #3024FF, 1215px 1171px #3024FF, 669px 775px #3024FF, 779px 1412px #3024FF, 1360px 2185px #3024FF, 277px 1686px #3024FF, 216px 1995px #3024FF, 1945px 1910px #3024FF, 1459px 1507px #3024FF, 1249px 2513px #3024FF, 1673px 929px #3024FF, 1946px 1653px #3024FF, 2054px 357px #3024FF, 1836px 1367px #3024FF, 1940px 937px #3024FF, 1867px 2367px #3024FF, 2325px 56px #3024FF, 1296px 1319px #3024FF, 1117px 2524px #3024FF, 1263px 1564px #3024FF, 1084px 1088px #3024FF, 2491px 243px #3024FF, 317px 381px #3024FF, 1318px 2054px #3024FF, 2505px 794px #3024FF, 1158px 2382px #3024FF, 164px 1312px #3024FF, 285px 701px #3024FF, 1920px 1614px #3024FF, 2098px 545px #3024FF, 706px 1929px #3024FF, 776px 1175px #3024FF, 1832px 172px #3024FF, 1393px 1132px #3024FF, 2105px 2199px #3024FF, 991px 136px #3024FF, 954px 1097px #3024FF, 327px 1173px #3024FF, 1230px 1413px #3024FF, 687px 1879px #3024FF, 2130px 2386px #3024FF, 523px 1014px #3024FF, 2041px 2305px #3024FF, 2197px 1059px #3024FF, 1442px 598px #3024FF, 1463px 1536px #3024FF, 1868px 1914px #3024FF, 2268px 2025px #3024FF, 2463px 2330px #3024FF, 1195px 1191px #3024FF, 2346px 332px #3024FF, 1882px 1552px #3024FF, 2238px 1819px #3024FF, 1234px 417px #3024FF, 2429px 2291px #3024FF, 596px 2143px #3024FF, 608px 297px #3024FF, 1680px 972px #3024FF, 2370px 32px #3024FF, 1341px 1202px #3024FF, 1752px 1340px #3024FF, 942px 664px #3024FF, 382px 1048px #3024FF, 1613px 1709px #3024FF, 1620px 1396px #3024FF, 603px 1183px #3024FF, 1347px 637px #3024FF, 800px 450px #3024FF, 2142px 1673px #3024FF, 1610px 96px #3024FF, 445px 2043px #3024FF, 2358px 881px #3024FF, 1227px 521px #3024FF, 414px 1549px #3024FF, 643px 680px #3024FF, 1784px 1548px #3024FF, 1822px 2250px #3024FF, 2239px 687px #3024FF, 1694px 1547px #3024FF, 920px 145px #3024FF, 1112px 519px #3024FF, 797px 2134px #3024FF, 2288px 418px #3024FF, 191px 2226px #3024FF, 348px 1728px #3024FF, 1323px 1667px #3024FF, 66px 826px #3024FF, 1331px 1994px #3024FF, 522px 2001px #3024FF, 1158px 1430px #3024FF, 432px 259px #3024FF, 1363px 955px #3024FF, 530px 1575px #3024FF, 2061px 2105px #3024FF, 996px 369px #3024FF, 1112px 2462px #3024FF, 485px 2077px #3024FF, 1809px 934px #3024FF, 1065px 1940px #3024FF;
  border-radius: 50%;
}

.particle-1:after {
  box-shadow: 0px 0px #3024FF, 1683px 1459px #3024FF, 2481px 1806px #3024FF, 1101px 1738px #3024FF, 1513px 213px #3024FF, 615px 968px #3024FF, 2292px 1542px #3024FF, 1489px 350px #3024FF, 506px 1461px #3024FF, 2175px 220px #3024FF, 1669px 2095px #3024FF, 32px 2128px #3024FF, 236px 1806px #3024FF, 113px 1171px #3024FF, 191px 2481px #3024FF, 500px 2141px #3024FF, 1241px 1874px #3024FF, 1241px 1863px #3024FF, 211px 1288px #3024FF, 943px 1462px #3024FF, 1241px 1447px #3024FF, 831px 2548px #3024FF, 765px 1754px #3024FF, 1230px 2016px #3024FF, 1927px 1492px #3024FF, 1234px 826px #3024FF, 1687px 371px #3024FF, 1482px 1505px #3024FF, 1301px 155px #3024FF, 71px 1709px #3024FF, 536px 1206px #3024FF, 436px 148px #3024FF, 1124px 2428px #3024FF, 1552px 2242px #3024FF, 1726px 1530px #3024FF, 2041px 1018px #3024FF, 1802px 2393px #3024FF, 1962px 880px #3024FF, 158px 952px #3024FF, 271px 678px #3024FF, 444px 2123px #3024FF, 1245px 663px #3024FF, 948px 2220px #3024FF, 2170px 2470px #3024FF, 729px 685px #3024FF, 1729px 1710px #3024FF, 1240px 1174px #3024FF, 2413px 1231px #3024FF, 714px 1782px #3024FF, 2112px 837px #3024FF, 2409px 1816px #3024FF, 1954px 2002px #3024FF, 669px 1786px #3024FF, 1749px 247px #3024FF, 1512px 823px #3024FF, 322px 254px #3024FF, 1764px 987px #3024FF, 1806px 1047px #3024FF, 1371px 2289px #3024FF, 1437px 1182px #3024FF, 1328px 337px #3024FF, 2521px 2140px #3024FF, 1618px 154px #3024FF, 2182px 151px #3024FF, 70px 2431px #3024FF, 1239px 907px #3024FF, 1607px 910px #3024FF, 2321px 1944px #3024FF, 266px 100px #3024FF, 1010px 1207px #3024FF, 390px 931px #3024FF, 2332px 87px #3024FF, 607px 76px #3024FF, 1084px 1004px #3024FF, 1313px 918px #3024FF, 1034px 1276px #3024FF, 1091px 2438px #3024FF, 2142px 979px #3024FF, 1243px 1101px #3024FF, 2029px 2556px #3024FF, 1799px 782px #3024FF, 869px 1965px #3024FF, 276px 519px #3024FF, 2308px 2215px #3024FF, 1419px 1579px #3024FF, 2370px 2545px #3024FF, 296px 1926px #3024FF, 796px 549px #3024FF, 1936px 355px #3024FF, 2149px 1138px #3024FF, 466px 641px #3024FF, 511px 950px #3024FF, 922px 2399px #3024FF, 1906px 1245px #3024FF, 184px 2363px #3024FF, 710px 116px #3024FF, 930px 20px #3024FF, 1887px 1062px #3024FF, 2198px 1375px #3024FF, 1541px 931px #3024FF, 1144px 1627px #3024FF, 1410px 118px #3024FF, 1788px 2447px #3024FF, 694px 596px #3024FF, 1137px 788px #3024FF, 285px 1046px #3024FF, 1116px 1195px #3024FF, 1300px 800px #3024FF, 1562px 2093px #3024FF, 2511px 533px #3024FF, 806px 898px #3024FF, 1202px 67px #3024FF, 2132px 1415px #3024FF, 1128px 321px #3024FF, 1384px 991px #3024FF, 742px 57px #3024FF, 1886px 297px #3024FF, 341px 1659px #3024FF, 2550px 2553px #3024FF, 2231px 97px #3024FF, 1757px 2499px #3024FF, 1950px 980px #3024FF, 627px 1015px #3024FF, 671px 210px #3024FF, 957px 701px #3024FF, 1355px 2204px #3024FF, 1565px 920px #3024FF, 2347px 367px #3024FF, 2072px 1692px #3024FF, 1767px 2431px #3024FF, 1906px 1476px #3024FF, 1235px 932px #3024FF, 134px 391px #3024FF, 810px 505px #3024FF, 1226px 1798px #3024FF, 1200px 687px #3024FF, 1832px 2366px #3024FF, 1427px 113px #3024FF, 1242px 980px #3024FF, 997px 1219px #3024FF, 1669px 1541px #3024FF, 953px 1511px #3024FF, 844px 167px #3024FF, 63px 1326px #3024FF, 1585px 962px #3024FF, 392px 1722px #3024FF, 686px 1397px #3024FF, 1724px 2550px #3024FF, 2176px 1630px #3024FF, 1988px 810px #3024FF, 296px 188px #3024FF, 1510px 1426px #3024FF, 1975px 902px #3024FF, 330px 1485px #3024FF, 507px 929px #3024FF, 323px 1652px #3024FF, 1347px 1834px #3024FF, 1574px 635px #3024FF, 1868px 2450px #3024FF, 438px 735px #3024FF, 2414px 964px #3024FF, 447px 137px #3024FF, 2547px 1891px #3024FF, 1280px 318px #3024FF, 1445px 175px #3024FF, 1701px 1881px #3024FF, 1500px 1522px #3024FF, 1279px 1962px #3024FF, 684px 1071px #3024FF, 64px 1388px #3024FF, 639px 1348px #3024FF, 493px 820px #3024FF, 1114px 553px #3024FF, 181px 776px #3024FF, 1550px 2107px #3024FF, 432px 486px #3024FF, 2086px 455px #3024FF, 82px 1971px #3024FF, 1250px 1257px #3024FF, 1728px 1708px #3024FF, 670px 601px #3024FF, 1738px 1697px #3024FF, 2244px 339px #3024FF, 828px 1473px #3024FF, 1028px 1085px #3024FF, 808px 1967px #3024FF, 1203px 2142px #3024FF, 568px 1783px #3024FF, 687px 202px #3024FF, 2185px 1014px #3024FF, 1334px 344px #3024FF, 2225px 103px #3024FF, 2519px 1118px #3024FF, 1802px 1038px #3024FF, 217px 372px #3024FF, 1476px 848px #3024FF, 8px 1583px #3024FF, 1377px 189px #3024FF, 1151px 609px #3024FF, 1915px 819px #3024FF, 525px 1611px #3024FF, 2288px 251px #3024FF, 660px 1643px #3024FF, 1666px 94px #3024FF, 1038px 1245px #3024FF, 751px 470px #3024FF, 1621px 2418px #3024FF, 620px 990px #3024FF, 1822px 1972px #3024FF, 115px 878px #3024FF, 163px 515px #3024FF, 2209px 562px #3024FF, 1149px 2192px #3024FF, 1791px 2196px #3024FF, 730px 1980px #3024FF, 1932px 716px #3024FF, 108px 65px #3024FF, 1816px 2468px #3024FF, 378px 1945px #3024FF, 374px 2364px #3024FF, 297px 802px #3024FF, 2458px 1222px #3024FF, 1580px 1085px #3024FF, 474px 930px #3024FF, 2439px 875px #3024FF, 2195px 1098px #3024FF, 1443px 879px #3024FF, 1737px 1992px #3024FF, 1789px 781px #3024FF, 338px 1676px #3024FF, 1061px 2015px #3024FF, 1148px 301px #3024FF, 2515px 217px #3024FF, 745px 1698px #3024FF, 1251px 1516px #3024FF, 660px 2467px #3024FF, 28px 2174px #3024FF, 21px 419px #3024FF, 101px 2225px #3024FF, 1833px 486px #3024FF, 796px 1272px #3024FF, 253px 2550px #3024FF, 1790px 1467px #3024FF, 2274px 1435px #3024FF, 2021px 2200px #3024FF, 1794px 2102px #3024FF, 652px 1284px #3024FF, 879px 896px #3024FF, 938px 2329px #3024FF, 1294px 467px #3024FF, 2116px 2500px #3024FF, 1277px 2124px #3024FF, 810px 946px #3024FF, 1619px 2165px #3024FF, 678px 659px #3024FF, 1169px 1261px #3024FF, 843px 2286px #3024FF, 1780px 1552px #3024FF, 1858px 2533px #3024FF, 2460px 2420px #3024FF, 1115px 339px #3024FF, 1407px 123px #3024FF, 2337px 1879px #3024FF, 2518px 1061px #3024FF, 271px 95px #3024FF, 740px 1734px #3024FF, 880px 1795px #3024FF, 2096px 2038px #3024FF, 2535px 1370px #3024FF, 629px 1538px #3024FF, 1434px 215px #3024FF, 2180px 1782px #3024FF, 875px 2060px #3024FF, 2324px 937px #3024FF, 1154px 2493px #3024FF, 608px 2352px #3024FF, 1008px 1337px #3024FF, 548px 733px #3024FF, 2136px 501px #3024FF, 526px 1164px #3024FF, 2480px 1815px #3024FF, 1932px 1442px #3024FF, 619px 1229px #3024FF, 2059px 2443px #3024FF, 81px 2147px #3024FF, 1191px 36px #3024FF, 1539px 1769px #3024FF, 1042px 2153px #3024FF, 1654px 289px #3024FF, 1267px 916px #3024FF, 1189px 1210px #3024FF, 1238px 2386px #3024FF, 2278px 958px #3024FF, 2315px 355px #3024FF, 621px 1826px #3024FF, 2196px 1456px #3024FF, 690px 1658px #3024FF, 2392px 1639px #3024FF, 401px 2416px #3024FF, 1584px 2006px #3024FF, 404px 2277px #3024FF, 1589px 1628px #3024FF, 2248px 2466px #3024FF, 1217px 1226px #3024FF, 1945px 1913px #3024FF, 439px 2218px #3024FF, 1725px 108px #3024FF, 933px 266px #3024FF, 1364px 1703px #3024FF, 220px 2417px #3024FF, 881px 847px #3024FF, 380px 2033px #3024FF, 1596px 2506px #3024FF, 457px 302px #3024FF, 1777px 1163px #3024FF, 90px 1131px #3024FF, 908px 536px #3024FF, 1252px 653px #3024FF, 475px 1160px #3024FF, 284px 2315px #3024FF, 285px 1212px #3024FF, 2000px 1815px #3024FF, 619px 714px #3024FF, 2234px 2320px #3024FF, 1386px 2389px #3024FF, 306px 955px #3024FF, 110px 2006px #3024FF, 1557px 763px #3024FF, 1944px 740px #3024FF, 880px 2249px #3024FF, 1630px 2137px #3024FF, 258px 2400px #3024FF, 2216px 1328px #3024FF, 202px 91px #3024FF, 2131px 1043px #3024FF, 1934px 224px #3024FF, 2085px 1444px #3024FF, 1239px 1262px #3024FF, 1805px 2067px #3024FF, 1659px 1133px #3024FF, 1251px 1166px #3024FF, 444px 1626px #3024FF, 2410px 310px #3024FF, 1164px 1931px #3024FF, 2258px 1250px #3024FF, 1164px 1112px #3024FF, 2514px 1247px #3024FF, 640px 578px #3024FF, 1341px 17px #3024FF, 904px 239px #3024FF, 1343px 299px #3024FF, 443px 2072px #3024FF, 2073px 342px #3024FF, 1467px 138px #3024FF, 2357px 940px #3024FF, 612px 1919px #3024FF, 2474px 760px #3024FF, 736px 1018px #3024FF, 2542px 1091px #3024FF, 1006px 225px #3024FF, 2456px 566px #3024FF, 761px 2031px #3024FF, 121px 1215px #3024FF, 2543px 52px #3024FF, 1158px 2501px #3024FF, 1351px 1574px #3024FF, 381px 345px #3024FF, 2508px 1748px #3024FF, 477px 350px #3024FF, 2131px 1609px #3024FF, 15px 1849px #3024FF, 960px 381px #3024FF, 539px 1689px #3024FF, 205px 2389px #3024FF, 1368px 2315px #3024FF, 2358px 68px #3024FF, 2310px 1283px #3024FF, 320px 739px #3024FF, 1839px 2403px #3024FF, 1479px 922px #3024FF, 110px 1405px #3024FF, 317px 747px #3024FF, 488px 274px #3024FF, 2463px 1096px #3024FF, 24px 1032px #3024FF, 1878px 624px #3024FF, 1655px 459px #3024FF, 1981px 2333px #3024FF, 166px 1621px #3024FF, 1083px 2113px #3024FF, 1915px 1794px #3024FF, 1676px 1424px #3024FF, 1561px 1298px #3024FF, 2114px 1369px #3024FF, 1601px 343px #3024FF, 500px 2318px #3024FF, 673px 1163px #3024FF, 1516px 910px #3024FF, 1196px 1237px #3024FF, 1763px 934px #3024FF, 1635px 1925px #3024FF, 1092px 1119px #3024FF, 1254px 1917px #3024FF, 1840px 1622px #3024FF, 1145px 2552px #3024FF, 739px 2162px #3024FF, 710px 1777px #3024FF, 292px 86px #3024FF, 448px 1250px #3024FF, 2483px 178px #3024FF, 720px 1444px #3024FF, 684px 2192px #3024FF, 1021px 2159px #3024FF, 945px 926px #3024FF, 1152px 514px #3024FF, 2397px 2257px #3024FF, 1110px 2552px #3024FF, 2080px 595px #3024FF, 2538px 654px #3024FF, 1249px 582px #3024FF, 882px 2131px #3024FF, 44px 2300px #3024FF, 1938px 1914px #3024FF, 437px 284px #3024FF, 2245px 2409px #3024FF, 970px 1653px #3024FF, 2075px 413px #3024FF, 488px 303px #3024FF, 607px 2009px #3024FF, 1910px 1370px #3024FF, 805px 2101px #3024FF, 941px 177px #3024FF, 1051px 1200px #3024FF, 408px 1385px #3024FF, 1313px 1030px #3024FF, 208px 1454px #3024FF, 2101px 728px #3024FF, 1215px 864px #3024FF, 1192px 312px #3024FF, 80px 2389px #3024FF, 2531px 2441px #3024FF, 1002px 399px #3024FF, 2132px 2482px #3024FF, 871px 1063px #3024FF, 682px 1330px #3024FF, 750px 261px #3024FF, 1593px 1692px #3024FF, 1960px 2422px #3024FF, 2231px 1692px #3024FF, 1984px 2219px #3024FF, 303px 1357px #3024FF, 1165px 2159px #3024FF, 825px 1576px #3024FF, 279px 457px #3024FF, 739px 2236px #3024FF, 179px 460px #3024FF, 796px 1661px #3024FF, 955px 1479px #3024FF, 1360px 2428px #3024FF, 1323px 1594px #3024FF, 261px 334px #3024FF, 1754px 413px #3024FF, 2560px 2067px #3024FF, 925px 1924px #3024FF, 1952px 2135px #3024FF, 55px 809px #3024FF, 1831px 1740px #3024FF, 814px 1931px #3024FF, 202px 1211px #3024FF, 1881px 2228px #3024FF, 1289px 750px #3024FF, 2374px 459px #3024FF, 994px 1317px #3024FF, 2016px 46px #3024FF, 404px 493px #3024FF, 972px 1213px #3024FF, 1801px 774px #3024FF, 244px 2507px #3024FF, 804px 1646px #3024FF, 2366px 2425px #3024FF, 1570px 711px #3024FF, 1432px 1617px #3024FF, 488px 1882px #3024FF, 2096px 1871px #3024FF, 294px 449px #3024FF, 2386px 1545px #3024FF, 2133px 1569px #3024FF, 1423px 1985px #3024FF, 1815px 1169px #3024FF, 190px 2558px #3024FF, 1987px 2481px #3024FF, 570px 1925px #3024FF, 2026px 303px #3024FF, 768px 463px #3024FF, 1152px 2297px #3024FF, 1022px 827px #3024FF, 1608px 1386px #3024FF, 1529px 292px #3024FF, 2053px 331px #3024FF, 1434px 1591px #3024FF, 1208px 1386px #3024FF, 1091px 1946px #3024FF, 1205px 1645px #3024FF, 2073px 785px #3024FF, 476px 2387px #3024FF, 946px 1933px #3024FF, 379px 737px #3024FF, 2181px 2029px #3024FF, 1142px 830px #3024FF, 891px 2223px #3024FF, 1062px 313px #3024FF, 54px 721px #3024FF, 492px 755px #3024FF, 166px 2039px #3024FF, 82px 1546px #3024FF, 1395px 2442px #3024FF, 2078px 170px #3024FF, 675px 2007px #3024FF, 701px 781px #3024FF, 1000px 2327px #3024FF, 127px 1709px #3024FF, 655px 28px #3024FF, 1605px 866px #3024FF, 585px 454px #3024FF, 355px 1045px #3024FF, 2439px 162px #3024FF, 1588px 263px #3024FF, 1145px 2057px #3024FF, 741px 931px #3024FF, 410px 89px #3024FF, 1261px 424px #3024FF, 1116px 282px #3024FF, 1309px 2166px #3024FF, 785px 302px #3024FF, 1933px 2399px #3024FF, 2385px 1837px #3024FF, 2461px 251px #3024FF, 1375px 2009px #3024FF, 575px 194px #3024FF, 1051px 424px #3024FF, 1129px 1822px #3024FF, 2503px 165px #3024FF, 1934px 397px #3024FF, 1991px 174px #3024FF, 891px 2274px #3024FF, 392px 1946px #3024FF, 770px 2272px #3024FF, 962px 1547px #3024FF, 230px 1555px #3024FF, 172px 1975px #3024FF, 1440px 760px #3024FF, 1260px 359px #3024FF, 236px 1981px #3024FF, 1648px 3px #3024FF, 812px 1073px #3024FF, 2151px 192px #3024FF, 1105px 1868px #3024FF, 1701px 1508px #3024FF, 2240px 100px #3024FF, 601px 534px #3024FF, 290px 356px #3024FF, 976px 235px #3024FF, 2317px 2176px #3024FF, 40px 602px #3024FF, 2023px 2164px #3024FF, 1957px 1321px #3024FF, 178px 2555px #3024FF, 770px 201px #3024FF, 1633px 1284px #3024FF, 692px 1061px #3024FF, 2059px 924px #3024FF, 1748px 338px #3024FF, 215px 1161px #3024FF, 575px 1032px #3024FF, 1465px 1337px #3024FF, 115px 1410px #3024FF, 638px 2322px #3024FF, 1130px 1624px #3024FF, 922px 1021px #3024FF, 1580px 369px #3024FF, 122px 2421px #3024FF, 1991px 2198px #3024FF, 1108px 2491px #3024FF, 934px 2239px #3024FF, 2398px 2098px #3024FF, 1000px 445px #3024FF, 1890px 1433px #3024FF, 1729px 639px #3024FF, 1386px 427px #3024FF, 670px 1483px #3024FF, 129px 145px #3024FF, 2178px 564px #3024FF, 893px 206px #3024FF, 568px 2188px #3024FF, 2541px 2558px #3024FF, 532px 1363px #3024FF, 2320px 2384px #3024FF, 1499px 538px #3024FF, 1370px 1998px #3024FF, 2145px 796px #3024FF, 1624px 419px #3024FF, 1252px 2458px #3024FF, 1239px 225px #3024FF, 2244px 2433px #3024FF, 1005px 398px #3024FF, 1925px 115px #3024FF, 1755px 656px #3024FF, 330px 1473px #3024FF, 2341px 1733px #3024FF, 1092px 1285px #3024FF, 1562px 557px #3024FF, 1892px 1718px #3024FF, 1983px 1481px #3024FF, 2363px 1524px #3024FF, 1469px 2113px #3024FF, 729px 1479px #3024FF, 2473px 730px #3024FF, 1256px 546px #3024FF, 136px 832px #3024FF, 2037px 2530px #3024FF, 248px 499px #3024FF, 297px 1933px #3024FF, 960px 787px #3024FF, 2397px 2517px #3024FF, 1401px 358px #3024FF, 265px 2349px #3024FF, 1927px 2449px #3024FF, 844px 1287px #3024FF, 1891px 341px #3024FF, 810px 1290px #3024FF, 453px 1490px #3024FF, 1776px 1624px #3024FF, 1678px 1602px #3024FF, 817px 2308px #3024FF, 984px 1536px #3024FF, 2337px 131px #3024FF, 1809px 1542px #3024FF, 2123px 415px #3024FF, 487px 985px #3024FF, 1648px 901px #3024FF, 1419px 2346px #3024FF, 907px 2525px #3024FF, 1873px 214px #3024FF, 1788px 363px #3024FF, 329px 1342px #3024FF, 734px 1887px #3024FF, 1506px 1555px #3024FF, 1787px 1120px #3024FF, 988px 1898px #3024FF, 279px 774px #3024FF, 1964px 1655px #3024FF, 941px 601px #3024FF, 2075px 1768px #3024FF, 541px 713px #3024FF, 621px 1443px #3024FF, 2487px 599px #3024FF, 2219px 2248px #3024FF, 1390px 1224px #3024FF, 1169px 2325px #3024FF, 216px 2121px #3024FF, 1354px 235px #3024FF, 2559px 1865px #3024FF, 108px 594px #3024FF, 340px 2282px #3024FF, 787px 1384px #3024FF, 247px 2131px #3024FF, 655px 410px #3024FF, 165px 1592px #3024FF, 1433px 1762px #3024FF, 1680px 243px #3024FF, 964px 739px #3024FF, 1744px 1715px #3024FF, 1558px 709px #3024FF, 61px 1332px #3024FF, 670px 2411px #3024FF, 441px 2163px #3024FF, 2188px 1850px #3024FF, 2433px 1630px #3024FF, 2278px 2155px #3024FF, 872px 2492px #3024FF, 2319px 2162px #3024FF, 644px 2206px #3024FF, 517px 1701px #3024FF, 413px 1623px #3024FF, 204px 283px #3024FF, 965px 1801px #3024FF, 1629px 250px #3024FF, 493px 1733px #3024FF, 1057px 1398px #3024FF, 442px 642px #3024FF, 1124px 320px #3024FF, 1016px 1389px #3024FF, 1378px 2141px #3024FF, 851px 1701px #3024FF, 896px 1078px #3024FF, 1401px 525px #3024FF, 2411px 2272px #3024FF, 540px 453px #3024FF, 1479px 864px #3024FF, 1998px 1031px #3024FF, 2441px 337px #3024FF, 1475px 1085px #3024FF, 1163px 2095px #3024FF, 629px 1605px #3024FF, 1610px 1391px #3024FF, 191px 2220px #3024FF, 2446px 1988px #3024FF, 1781px 2203px #3024FF, 539px 2314px #3024FF, 1860px 957px #3024FF, 1683px 1780px #3024FF, 927px 2050px #3024FF, 590px 1927px #3024FF, 1551px 1104px #3024FF, 1921px 2411px #3024FF, 598px 1144px #3024FF, 444px 304px #3024FF, 819px 2061px #3024FF, 403px 1641px #3024FF, 2083px 1792px #3024FF, 2079px 2291px #3024FF, 133px 1992px #3024FF, 2078px 2518px #3024FF, 129px 1445px #3024FF, 1879px 2522px #3024FF, 2510px 148px #3024FF, 1512px 1298px #3024FF, 406px 2142px #3024FF, 351px 288px #3024FF, 337px 2244px #3024FF, 611px 163px #3024FF, 1705px 1163px #3024FF, 1024px 854px #3024FF, 1986px 1730px #3024FF, 2494px 2161px #3024FF, 1161px 1949px #3024FF, 1708px 1003px #3024FF, 745px 1748px #3024FF, 177px 2052px #3024FF, 1338px 2176px #3024FF, 2393px 1815px #3024FF, 420px 382px #3024FF, 1544px 1036px #3024FF, 2257px 67px #3024FF, 312px 580px #3024FF, 2273px 2186px #3024FF, 1061px 945px #3024FF, 173px 2517px #3024FF, 1364px 1478px #3024FF, 563px 975px #3024FF, 1423px 85px #3024FF, 359px 1297px #3024FF, 137px 2388px #3024FF, 446px 2344px #3024FF, 1821px 2281px #3024FF, 2291px 945px #3024FF, 1384px 445px #3024FF, 1273px 1130px #3024FF, 1204px 634px #3024FF, 1598px 1077px #3024FF, 1850px 1338px #3024FF, 1899px 492px #3024FF, 334px 590px #3024FF, 1035px 2422px #3024FF, 1317px 2242px #3024FF, 1658px 992px #3024FF, 2346px 1745px #3024FF, 939px 294px #3024FF, 2278px 1421px #3024FF, 245px 1959px #3024FF, 1699px 2417px #3024FF, 1292px 896px #3024FF, 1528px 2339px #3024FF, 100px 871px #3024FF, 721px 720px #3024FF, 415px 1031px #3024FF, 1327px 2326px #3024FF, 568px 152px #3024FF, 2241px 240px #3024FF, 1395px 1168px #3024FF, 550px 906px #3024FF, 187px 1896px #3024FF, 2285px 826px #3024FF, 2144px 192px #3024FF, 184px 2088px #3024FF, 2553px 923px #3024FF, 2227px 622px #3024FF, 1165px 1801px #3024FF, 877px 1181px #3024FF, 2030px 1552px #3024FF, 752px 1479px #3024FF, 1787px 2006px #3024FF, 103px 590px #3024FF, 2391px 2327px #3024FF, 2451px 2424px #3024FF, 347px 2140px #3024FF, 1599px 1156px #3024FF, 828px 1037px #3024FF, 1353px 1326px #3024FF, 688px 1223px #3024FF, 717px 2033px #3024FF, 1076px 1010px #3024FF, 2480px 1925px #3024FF, 2243px 1208px #3024FF, 1231px 2372px #3024FF, 1297px 1210px #3024FF, 1063px 1961px #3024FF, 1265px 1316px #3024FF, 702px 617px #3024FF, 208px 2396px #3024FF, 604px 606px #3024FF, 137px 2077px #3024FF, 1389px 517px #3024FF, 54px 334px #3024FF, 265px 1264px #3024FF, 2276px 56px #3024FF, 2011px 2473px #3024FF, 1559px 751px #3024FF, 261px 696px #3024FF, 2178px 923px #3024FF, 1177px 1419px #3024FF, 2431px 387px #3024FF, 1242px 1009px #3024FF, 1995px 1508px #3024FF, 1127px 271px #3024FF, 744px 223px #3024FF, 151px 8px #3024FF, 2279px 362px #3024FF, 1521px 264px #3024FF, 2319px 1040px #3024FF, 59px 2436px #3024FF, 1099px 2096px #3024FF, 622px 1357px #3024FF, 671px 686px #3024FF, 1099px 2231px #3024FF, 2521px 1592px #3024FF, 1226px 2470px #3024FF, 768px 6px #3024FF, 789px 2169px #3024FF, 1989px 1303px #3024FF, 1072px 1893px #3024FF, 118px 1771px #3024FF, 895px 923px #3024FF, 119px 861px #3024FF, 1325px 2266px #3024FF, 2213px 684px #3024FF, 1318px 1921px #3024FF, 917px 2263px #3024FF, 168px 1711px #3024FF, 180px 581px #3024FF, 1999px 1080px #3024FF, 390px 1394px #3024FF, 1982px 2505px #3024FF, 1004px 2160px #3024FF, 1686px 2177px #3024FF, 39px 2236px #3024FF, 1141px 852px #3024FF, 1767px 2192px #3024FF, 338px 1256px #3024FF, 2433px 40px #3024FF, 147px 190px #3024FF, 689px 2428px #3024FF, 1600px 2117px #3024FF, 823px 1824px #3024FF, 857px 157px #3024FF, 1267px 779px #3024FF, 1519px 1427px #3024FF, 1828px 2261px #3024FF, 2471px 1254px #3024FF, 1889px 456px #3024FF, 1502px 2003px #3024FF, 1151px 1498px #3024FF, 76px 1555px #3024FF, 2307px 801px #3024FF, 187px 1819px #3024FF, 1816px 9px #3024FF, 2488px 1090px #3024FF, 729px 200px #3024FF, 988px 2177px #3024FF, 1056px 755px #3024FF, 1957px 718px #3024FF, 2478px 1395px #3024FF, 1901px 2316px #3024FF, 2217px 1584px #3024FF, 1973px 2370px #3024FF, 1265px 1753px #3024FF, 533px 72px #3024FF, 449px 2278px #3024FF, 293px 2340px #3024FF, 1271px 1312px #3024FF, 643px 2079px #3024FF, 1138px 1477px #3024FF, 2013px 188px #3024FF, 668px 735px #3024FF, 2357px 1345px #3024FF, 1268px 2363px #3024FF, 1655px 467px #3024FF, 2422px 1458px #3024FF, 1497px 2056px #3024FF, 544px 1455px #3024FF, 1475px 911px #3024FF;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.particle-2 {
  animation: animParticle 220s linear infinite;
  box-shadow: 0px 0px #3024FF, 877px 45px #3024FF, 1845px 1827px #3024FF, 2184px 1638px #3024FF, 1623px 1014px #3024FF, 422px 1884px #3024FF, 1849px 1299px #3024FF, 342px 2156px #3024FF, 1136px 890px #3024FF, 1670px 2219px #3024FF, 1807px 1306px #3024FF, 183px 1046px #3024FF, 1512px 595px #3024FF, 401px 1946px #3024FF, 2138px 2328px #3024FF, 2368px 527px #3024FF, 329px 1629px #3024FF, 1439px 1671px #3024FF, 1630px 1042px #3024FF, 1932px 1681px #3024FF, 165px 294px #3024FF, 1664px 1087px #3024FF, 1437px 2466px #3024FF, 2355px 837px #3024FF, 1753px 1502px #3024FF, 1389px 1343px #3024FF, 2058px 2296px #3024FF, 1218px 906px #3024FF, 438px 2414px #3024FF, 1343px 1163px #3024FF, 1263px 2075px #3024FF, 736px 2004px #3024FF, 1071px 1798px #3024FF, 2350px 2px #3024FF, 1862px 1895px #3024FF, 2057px 743px #3024FF, 87px 2541px #3024FF, 224px 2487px #3024FF, 2280px 416px #3024FF, 208px 2549px #3024FF, 598px 128px #3024FF, 756px 2410px #3024FF, 34px 2343px #3024FF, 2016px 1830px #3024FF, 544px 1229px #3024FF, 828px 129px #3024FF, 1693px 338px #3024FF, 1903px 1000px #3024FF, 327px 2510px #3024FF, 1063px 2550px #3024FF, 2314px 875px #3024FF, 1844px 1735px #3024FF, 1811px 853px #3024FF, 280px 2374px #3024FF, 425px 2211px #3024FF, 2509px 665px #3024FF, 850px 1805px #3024FF, 1208px 2026px #3024FF, 220px 1554px #3024FF, 1744px 1485px #3024FF, 2482px 1321px #3024FF, 2552px 2000px #3024FF, 171px 1978px #3024FF, 1599px 1985px #3024FF, 1175px 2522px #3024FF, 766px 2272px #3024FF, 730px 1470px #3024FF, 1255px 63px #3024FF, 1346px 1730px #3024FF, 929px 1557px #3024FF, 1925px 984px #3024FF, 870px 496px #3024FF, 110px 1822px #3024FF, 1357px 2183px #3024FF, 1772px 1440px #3024FF, 1475px 491px #3024FF, 2400px 717px #3024FF, 2259px 904px #3024FF, 448px 1560px #3024FF, 2053px 1382px #3024FF, 1602px 1925px #3024FF, 2476px 1329px #3024FF, 1283px 2547px #3024FF, 828px 2154px #3024FF, 2335px 2235px #3024FF, 224px 1618px #3024FF, 1759px 2387px #3024FF, 477px 813px #3024FF, 1712px 699px #3024FF, 1646px 1498px #3024FF, 1037px 1514px #3024FF, 1948px 178px #3024FF, 1856px 866px #3024FF, 2245px 1408px #3024FF, 1177px 42px #3024FF, 1616px 956px #3024FF, 77px 2499px #3024FF, 1118px 998px #3024FF, 1169px 2559px #3024FF, 808px 159px #3024FF, 1310px 527px #3024FF, 39px 2384px #3024FF, 1059px 1910px #3024FF, 826px 822px #3024FF, 2080px 540px #3024FF, 1903px 2251px #3024FF, 498px 2081px #3024FF, 1439px 432px #3024FF, 403px 1623px #3024FF, 1796px 453px #3024FF, 1018px 261px #3024FF, 239px 1987px #3024FF, 93px 2112px #3024FF, 1934px 275px #3024FF, 2194px 171px #3024FF, 1669px 743px #3024FF, 270px 1172px #3024FF, 184px 2428px #3024FF, 629px 817px #3024FF, 1204px 2221px #3024FF, 964px 207px #3024FF, 792px 1622px #3024FF, 1090px 366px #3024FF, 2038px 1717px #3024FF, 2385px 2514px #3024FF, 1487px 1050px #3024FF, 614px 2042px #3024FF, 1974px 18px #3024FF, 548px 250px #3024FF, 613px 280px #3024FF, 1881px 1813px #3024FF, 188px 1301px #3024FF, 582px 2469px #3024FF, 826px 2195px #3024FF, 1120px 1652px #3024FF, 2147px 532px #3024FF, 4px 1914px #3024FF, 2528px 2517px #3024FF, 965px 1667px #3024FF, 93px 1234px #3024FF, 2px 2107px #3024FF, 1854px 1360px #3024FF, 742px 1286px #3024FF, 1603px 2084px #3024FF, 338px 1414px #3024FF, 358px 1180px #3024FF, 1133px 1664px #3024FF, 571px 2008px #3024FF, 1271px 2175px #3024FF, 1033px 1705px #3024FF, 1894px 180px #3024FF, 1199px 1051px #3024FF, 938px 2016px #3024FF, 511px 1434px #3024FF, 1710px 886px #3024FF, 1817px 203px #3024FF, 737px 1732px #3024FF, 2435px 1031px #3024FF, 940px 2510px #3024FF, 1517px 6px #3024FF, 1256px 928px #3024FF, 2248px 1943px #3024FF, 1574px 699px #3024FF, 1556px 1955px #3024FF, 1175px 202px #3024FF, 4px 550px #3024FF, 1163px 312px #3024FF, 1097px 301px #3024FF, 1502px 1703px #3024FF, 1921px 90px #3024FF, 1046px 2375px #3024FF, 1335px 2275px #3024FF, 1638px 2323px #3024FF, 1850px 1995px #3024FF, 1095px 2227px #3024FF, 219px 486px #3024FF, 2019px 2441px #3024FF, 1642px 1086px #3024FF, 465px 119px #3024FF, 1754px 1565px #3024FF, 2490px 955px #3024FF, 1528px 542px #3024FF, 1037px 1134px #3024FF, 2413px 2488px #3024FF, 673px 2459px #3024FF, 266px 1356px #3024FF, 1181px 2146px #3024FF, 1586px 1855px #3024FF, 1377px 767px #3024FF, 2377px 2400px #3024FF, 1883px 1770px #3024FF, 485px 161px #3024FF, 542px 2354px #3024FF, 2469px 1862px #3024FF, 1070px 2032px #3024FF, 131px 418px #3024FF, 1558px 612px #3024FF, 1088px 1037px #3024FF, 1072px 1263px #3024FF, 184px 346px #3024FF, 2355px 1213px #3024FF, 2143px 1417px #3024FF, 1247px 1208px #3024FF, 303px 1001px #3024FF, 452px 1311px #3024FF, 2409px 1457px #3024FF, 1951px 2296px #3024FF, 2392px 1116px #3024FF, 1920px 833px #3024FF, 759px 930px #3024FF, 715px 2134px #3024FF, 1184px 7px #3024FF, 2399px 1571px #3024FF, 2448px 886px #3024FF, 2044px 348px #3024FF, 1860px 1720px #3024FF, 1166px 1139px #3024FF, 2206px 850px #3024FF, 525px 534px #3024FF, 98px 1607px #3024FF, 821px 2151px #3024FF, 1270px 1796px #3024FF, 993px 978px #3024FF, 1007px 1168px #3024FF, 2208px 2035px #3024FF, 21px 2215px #3024FF, 2013px 2499px #3024FF, 1640px 641px #3024FF, 956px 1308px #3024FF, 231px 940px #3024FF, 2107px 1605px #3024FF, 1478px 1108px #3024FF, 1875px 1249px #3024FF, 374px 2231px #3024FF, 1449px 139px #3024FF, 1047px 557px #3024FF, 143px 1793px #3024FF, 1456px 1743px #3024FF, 2225px 1548px #3024FF, 104px 782px #3024FF, 2506px 270px #3024FF, 430px 879px #3024FF, 174px 504px #3024FF, 1721px 768px #3024FF, 1858px 2408px #3024FF, 922px 1698px #3024FF, 1129px 1457px #3024FF, 2344px 959px #3024FF, 2377px 394px #3024FF, 2166px 947px #3024FF, 1245px 2533px #3024FF, 797px 250px #3024FF, 2015px 1345px #3024FF, 451px 1179px #3024FF, 1251px 15px #3024FF, 241px 2364px #3024FF, 725px 2099px #3024FF, 2258px 410px #3024FF, 432px 2121px #3024FF, 1261px 72px #3024FF, 2228px 2113px #3024FF, 2200px 1665px #3024FF, 418px 1599px #3024FF, 2553px 1548px #3024FF, 830px 1696px #3024FF, 615px 200px #3024FF, 43px 1020px #3024FF, 2317px 10px #3024FF, 2425px 2285px #3024FF, 2006px 2013px #3024FF, 1767px 1744px #3024FF, 1376px 451px #3024FF, 93px 2153px #3024FF, 2386px 1399px #3024FF, 1021px 499px #3024FF, 1743px 1555px #3024FF, 1736px 2491px #3024FF, 1413px 2198px #3024FF, 241px 2476px #3024FF, 1378px 876px #3024FF, 1902px 517px #3024FF, 2473px 630px #3024FF, 255px 1090px #3024FF, 858px 2390px #3024FF, 1681px 1268px #3024FF, 1573px 687px #3024FF, 91px 2460px #3024FF, 1297px 1485px #3024FF, 1854px 2443px #3024FF, 791px 1320px #3024FF, 1670px 1562px #3024FF, 447px 222px #3024FF, 1766px 2006px #3024FF, 366px 1407px #3024FF, 1272px 1809px #3024FF, 586px 468px #3024FF, 396px 101px #3024FF, 541px 1052px #3024FF, 127px 919px #3024FF, 1193px 1205px #3024FF, 406px 2499px #3024FF, 2144px 2132px #3024FF, 2101px 998px #3024FF, 81px 2547px #3024FF, 1293px 1393px #3024FF, 1769px 720px #3024FF, 653px 282px #3024FF, 387px 1087px #3024FF, 1073px 1986px #3024FF, 1385px 2299px #3024FF, 540px 1251px #3024FF, 1597px 1952px #3024FF, 1113px 1458px #3024FF, 1936px 648px #3024FF, 267px 1442px #3024FF, 101px 76px #3024FF, 1967px 863px #3024FF, 1908px 1465px #3024FF, 2266px 1859px #3024FF, 2016px 1024px #3024FF, 2316px 1349px #3024FF, 968px 50px #3024FF, 2217px 474px #3024FF, 1125px 2120px #3024FF, 733px 117px #3024FF, 1269px 287px #3024FF, 1162px 46px #3024FF, 1182px 475px #3024FF, 404px 606px #3024FF, 1571px 1521px #3024FF, 2078px 723px #3024FF, 924px 924px #3024FF, 2146px 129px #3024FF, 144px 613px #3024FF, 1602px 1702px #3024FF, 922px 310px #3024FF, 2464px 142px #3024FF, 576px 1843px #3024FF, 1288px 191px #3024FF, 1235px 1181px #3024FF, 599px 1562px #3024FF, 1739px 1364px #3024FF, 2394px 1081px #3024FF, 1862px 1388px #3024FF, 1751px 835px #3024FF, 2224px 1333px #3024FF, 1544px 1296px #3024FF, 981px 1275px #3024FF, 1115px 1294px #3024FF, 1684px 2429px #3024FF, 2548px 1693px #3024FF, 702px 1656px #3024FF, 1904px 1755px #3024FF, 1037px 1194px #3024FF, 2355px 2314px #3024FF, 843px 1681px #3024FF, 249px 1030px #3024FF, 1142px 2248px #3024FF, 1008px 624px #3024FF, 23px 570px #3024FF, 1703px 2317px #3024FF, 2103px 2204px #3024FF, 1959px 1884px #3024FF, 1032px 1775px #3024FF, 1030px 1823px #3024FF, 2335px 334px #3024FF, 1434px 1573px #3024FF, 1927px 487px #3024FF, 441px 7px #3024FF, 190px 2475px #3024FF, 2337px 1502px #3024FF, 1565px 2419px #3024FF, 1888px 1953px #3024FF, 1979px 1027px #3024FF, 1811px 2327px #3024FF, 431px 927px #3024FF, 611px 431px #3024FF, 2278px 558px #3024FF, 1666px 1082px #3024FF, 763px 2210px #3024FF, 580px 2354px #3024FF, 1586px 1545px #3024FF, 1767px 2206px #3024FF, 246px 390px #3024FF, 1022px 2170px #3024FF, 311px 1047px #3024FF, 2200px 643px #3024FF, 716px 416px #3024FF, 2418px 824px #3024FF, 1400px 1413px #3024FF, 2260px 139px #3024FF, 1099px 1544px #3024FF, 1600px 700px #3024FF, 74px 757px #3024FF, 692px 696px #3024FF, 1756px 1371px #3024FF, 478px 310px #3024FF, 1011px 867px #3024FF, 1028px 6px #3024FF, 2218px 1162px #3024FF, 2348px 2169px #3024FF, 680px 294px #3024FF, 1463px 272px #3024FF, 1319px 2502px #3024FF, 858px 1474px #3024FF, 964px 2456px #3024FF, 1449px 1380px #3024FF, 654px 397px #3024FF, 2016px 2341px #3024FF, 1617px 1460px #3024FF, 1968px 2521px #3024FF, 1890px 469px #3024FF, 554px 675px #3024FF, 1504px 479px #3024FF, 50px 1648px #3024FF, 138px 2050px #3024FF, 2150px 2339px #3024FF, 2208px 211px #3024FF, 325px 1843px #3024FF, 693px 2353px #3024FF, 2153px 1390px #3024FF, 1731px 139px #3024FF, 2463px 2325px #3024FF, 917px 2405px #3024FF, 2416px 126px #3024FF, 1407px 248px #3024FF, 2511px 1278px #3024FF, 189px 1927px #3024FF, 282px 660px #3024FF, 426px 2089px #3024FF, 68px 663px #3024FF, 617px 2066px #3024FF, 1360px 1817px #3024FF, 1550px 513px #3024FF, 1066px 1538px #3024FF, 995px 1322px #3024FF, 627px 2466px #3024FF, 1028px 125px #3024FF, 800px 2500px #3024FF, 719px 2364px #3024FF, 2341px 1364px #3024FF, 2204px 48px #3024FF, 1080px 237px #3024FF, 540px 73px #3024FF, 858px 444px #3024FF, 995px 1347px #3024FF, 1963px 1465px #3024FF, 282px 595px #3024FF, 289px 1408px #3024FF, 629px 2392px #3024FF, 52px 2436px #3024FF, 1690px 378px #3024FF, 2553px 2502px #3024FF, 144px 1899px #3024FF, 163px 649px #3024FF, 76px 1700px #3024FF, 2392px 490px #3024FF, 1647px 2407px #3024FF, 228px 1455px #3024FF, 2529px 1735px #3024FF, 1617px 1534px #3024FF, 1461px 1516px #3024FF, 135px 2221px #3024FF, 139px 111px #3024FF, 2245px 520px #3024FF, 1754px 94px #3024FF, 1848px 2518px #3024FF, 494px 940px #3024FF, 2185px 1843px #3024FF, 702px 1278px #3024FF, 1194px 596px #3024FF, 2393px 390px #3024FF, 15px 1950px #3024FF, 2515px 1188px #3024FF, 2266px 1714px #3024FF, 2529px 369px #3024FF, 113px 368px #3024FF, 167px 963px #3024FF, 793px 1168px #3024FF, 726px 223px #3024FF, 1489px 177px #3024FF, 1586px 1404px #3024FF, 636px 1170px #3024FF, 1791px 459px #3024FF, 1548px 175px #3024FF, 1933px 586px #3024FF, 1559px 1842px #3024FF, 1336px 969px #3024FF, 553px 2416px #3024FF, 2558px 1645px #3024FF, 2154px 1773px #3024FF, 721px 836px #3024FF, 2076px 195px #3024FF, 2472px 2492px #3024FF, 794px 1925px #3024FF, 706px 1509px #3024FF, 2257px 2033px #3024FF, 2393px 844px #3024FF, 658px 157px #3024FF, 1447px 792px #3024FF, 1820px 2287px #3024FF, 2084px 1418px #3024FF, 1043px 244px #3024FF, 1546px 2545px #3024FF, 1296px 429px #3024FF, 1356px 1659px #3024FF, 645px 1496px #3024FF, 102px 2254px #3024FF, 717px 1620px #3024FF, 1480px 301px #3024FF, 1514px 2028px #3024FF, 1797px 238px #3024FF, 48px 2409px #3024FF, 779px 511px #3024FF, 785px 149px #3024FF, 2480px 2085px #3024FF, 2165px 1578px #3024FF, 165px 271px #3024FF, 810px 1167px #3024FF, 1319px 1377px #3024FF, 2210px 881px #3024FF, 849px 852px #3024FF, 9px 1037px #3024FF, 2301px 204px #3024FF, 1421px 1577px #3024FF, 1265px 2393px #3024FF, 235px 1651px #3024FF, 232px 1197px #3024FF, 2063px 473px #3024FF, 2172px 223px #3024FF, 1948px 1295px #3024FF, 1250px 1283px #3024FF, 990px 2444px #3024FF, 222px 753px #3024FF, 483px 2472px #3024FF, 1942px 1360px #3024FF, 1206px 241px #3024FF, 1640px 54px #3024FF, 1782px 2227px #3024FF, 2184px 2335px #3024FF, 935px 455px #3024FF, 215px 505px #3024FF, 360px 2317px #3024FF, 540px 1795px #3024FF, 932px 829px #3024FF, 881px 1490px #3024FF, 1921px 69px #3024FF, 366px 2198px #3024FF, 2116px 723px #3024FF, 2334px 446px #3024FF, 1225px 2074px #3024FF, 1641px 96px #3024FF, 1165px 410px #3024FF, 2376px 864px #3024FF, 410px 1px #3024FF, 1621px 819px #3024FF, 345px 666px #3024FF, 334px 122px #3024FF, 2228px 2371px #3024FF, 901px 196px #3024FF, 2322px 1072px #3024FF, 2177px 1382px #3024FF, 2191px 1121px #3024FF, 1451px 1099px #3024FF, 689px 80px #3024FF, 1012px 41px #3024FF, 919px 1140px #3024FF, 1609px 1548px #3024FF, 1778px 417px #3024FF, 1124px 1504px #3024FF, 165px 343px #3024FF, 1665px 1599px #3024FF, 1496px 499px #3024FF, 1167px 2138px #3024FF, 613px 756px #3024FF, 719px 1172px #3024FF, 577px 781px #3024FF, 2406px 938px #3024FF, 396px 1249px #3024FF, 1047px 1578px #3024FF, 2294px 931px #3024FF, 2311px 709px #3024FF, 1412px 1156px #3024FF, 509px 1975px #3024FF, 2546px 2522px #3024FF, 275px 1622px #3024FF, 1059px 1954px #3024FF, 1610px 993px #3024FF, 1399px 1275px #3024FF, 944px 2484px #3024FF, 693px 257px #3024FF, 1667px 2022px #3024FF, 1540px 582px #3024FF, 346px 108px #3024FF, 1534px 508px #3024FF, 1548px 2440px #3024FF, 1635px 716px #3024FF, 1140px 2126px #3024FF, 660px 1025px #3024FF, 1737px 1545px #3024FF, 2107px 308px #3024FF, 467px 730px #3024FF, 1759px 1045px #3024FF, 366px 2153px #3024FF, 517px 286px #3024FF, 1645px 589px #3024FF, 97px 570px #3024FF, 1884px 1600px #3024FF, 1999px 1720px #3024FF, 144px 2475px #3024FF, 108px 1353px #3024FF, 1156px 1468px #3024FF, 1331px 929px #3024FF, 1082px 2360px #3024FF, 133px 2014px #3024FF, 122px 1620px #3024FF, 2270px 2094px #3024FF, 1274px 1883px #3024FF, 163px 462px #3024FF, 2085px 904px #3024FF, 2379px 1604px #3024FF, 1374px 2239px #3024FF, 1003px 1100px #3024FF, 1730px 2504px #3024FF, 63px 2077px #3024FF, 1377px 1401px #3024FF, 159px 602px #3024FF, 1080px 2212px #3024FF, 601px 844px #3024FF, 498px 55px #3024FF, 511px 545px #3024FF, 1011px 128px #3024FF, 662px 295px #3024FF, 2408px 2292px #3024FF, 460px 1234px #3024FF, 1593px 1495px #3024FF, 1130px 2141px #3024FF, 960px 1083px #3024FF, 1140px 1731px #3024FF, 133px 1699px #3024FF, 2414px 754px #3024FF, 2287px 980px #3024FF, 1087px 2544px #3024FF, 1462px 233px #3024FF, 1332px 1921px #3024FF, 1058px 1028px #3024FF, 763px 1914px #3024FF, 1974px 1117px #3024FF, 1058px 694px #3024FF, 1841px 2242px #3024FF, 1672px 2107px #3024FF, 138px 2276px #3024FF, 1277px 1622px #3024FF, 1597px 1060px #3024FF, 2340px 903px #3024FF, 2255px 946px #3024FF, 2293px 1047px #3024FF, 649px 1871px #3024FF, 2555px 387px #3024FF, 2067px 1527px #3024FF, 1967px 1174px #3024FF, 1099px 1px #3024FF, 726px 1239px #3024FF, 2160px 2058px #3024FF, 779px 465px #3024FF, 2128px 2426px #3024FF, 259px 2244px #3024FF, 1169px 743px #3024FF, 1597px 1086px #3024FF, 1835px 165px #3024FF, 2560px 2172px #3024FF, 1847px 1727px #3024FF, 1947px 1652px #3024FF, 151px 2501px #3024FF, 523px 1695px #3024FF, 2379px 1360px #3024FF, 1256px 126px #3024FF, 2422px 1344px #3024FF, 255px 1768px #3024FF, 388px 1437px #3024FF, 1793px 2502px #3024FF, 1407px 486px #3024FF, 1291px 907px #3024FF, 422px 619px #3024FF, 338px 2250px #3024FF, 1738px 1856px #3024FF, 1335px 1178px #3024FF, 68px 2337px #3024FF, 2260px 2055px #3024FF, 217px 77px #3024FF, 898px 2472px #3024FF, 442px 985px #3024FF, 2450px 1734px #3024FF, 623px 2436px #3024FF, 1802px 2453px #3024FF, 653px 700px #3024FF, 2219px 2223px #3024FF, 1895px 745px #3024FF, 1823px 221px #3024FF, 2386px 652px #3024FF, 1507px 2323px #3024FF, 2509px 2498px #3024FF, 2048px 1086px #3024FF, 2350px 1588px #3024FF, 1516px 744px #3024FF, 2425px 739px #3024FF, 59px 1809px #3024FF, 2398px 1151px #3024FF, 1823px 1751px #3024FF, 1295px 235px #3024FF, 60px 2146px #3024FF, 145px 2069px #3024FF, 1140px 1729px #3024FF, 260px 664px #3024FF, 1343px 64px #3024FF, 552px 1428px #3024FF, 1811px 477px #3024FF, 1734px 693px #3024FF, 1101px 1163px #3024FF, 2377px 575px #3024FF, 135px 1476px #3024FF, 1701px 1332px #3024FF, 1870px 1175px #3024FF, 1849px 1690px #3024FF, 1565px 288px #3024FF, 2046px 210px #3024FF, 558px 814px #3024FF, 2464px 1581px #3024FF, 2318px 967px #3024FF, 2196px 320px #3024FF, 176px 758px #3024FF, 1981px 330px #3024FF, 1945px 1972px #3024FF, 1865px 127px #3024FF, 551px 648px #3024FF, 106px 2478px #3024FF, 326px 1952px #3024FF, 1086px 2551px #3024FF, 1690px 649px #3024FF, 1991px 1950px #3024FF, 1854px 1033px #3024FF, 912px 2265px #3024FF, 2159px 1343px #3024FF, 2307px 746px #3024FF, 2379px 2276px #3024FF, 2334px 2351px #3024FF, 1773px 833px #3024FF, 881px 475px #3024FF, 886px 1536px #3024FF, 1098px 2010px #3024FF, 2043px 1432px #3024FF, 504px 374px #3024FF, 1056px 979px #3024FF, 1795px 91px #3024FF, 397px 2380px #3024FF, 1904px 1472px #3024FF, 1970px 1532px #3024FF, 1373px 629px #3024FF, 2381px 2027px #3024FF, 43px 347px #3024FF, 510px 793px #3024FF, 155px 1608px #3024FF, 673px 875px #3024FF, 1854px 2245px #3024FF, 705px 1637px #3024FF, 1213px 476px #3024FF, 2325px 2012px #3024FF, 1644px 1101px #3024FF, 100px 1431px #3024FF, 982px 288px #3024FF, 1822px 2411px #3024FF, 1392px 907px #3024FF, 2383px 1180px #3024FF, 1347px 2067px #3024FF, 96px 2506px #3024FF, 357px 41px #3024FF, 498px 1893px #3024FF, 173px 9px #3024FF, 1970px 1519px #3024FF, 1311px 292px #3024FF, 130px 1464px #3024FF, 769px 2223px #3024FF, 2380px 1913px #3024FF, 14px 179px #3024FF, 2550px 927px #3024FF, 2255px 2559px #3024FF, 222px 1393px #3024FF, 519px 4px #3024FF, 873px 782px #3024FF, 1730px 704px #3024FF, 361px 528px #3024FF, 1534px 2332px #3024FF, 2323px 1940px #3024FF, 1965px 2273px #3024FF, 59px 1342px #3024FF, 30px 1476px #3024FF, 1003px 281px #3024FF, 2163px 1536px #3024FF, 111px 1301px #3024FF, 888px 1900px #3024FF, 1983px 2361px #3024FF;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.particle-2:after {
  box-shadow: 0px 0px #3024FF, 176px 2060px #3024FF, 2487px 1251px #3024FF, 1806px 2152px #3024FF, 244px 2432px #3024FF, 61px 2250px #3024FF, 41px 1058px #3024FF, 463px 776px #3024FF, 2365px 2028px #3024FF, 47px 185px #3024FF, 2224px 2486px #3024FF, 2498px 371px #3024FF, 1689px 1057px #3024FF, 1692px 2077px #3024FF, 277px 1214px #3024FF, 823px 2458px #3024FF, 559px 2354px #3024FF, 550px 108px #3024FF, 626px 267px #3024FF, 1612px 1351px #3024FF, 1328px 1443px #3024FF, 2168px 760px #3024FF, 1153px 1416px #3024FF, 1634px 420px #3024FF, 345px 1732px #3024FF, 2457px 862px #3024FF, 1346px 1113px #3024FF, 10px 1769px #3024FF, 2102px 54px #3024FF, 2377px 13px #3024FF, 1827px 1621px #3024FF, 110px 1898px #3024FF, 1345px 2017px #3024FF, 1220px 1247px #3024FF, 2317px 1878px #3024FF, 1943px 1949px #3024FF, 633px 627px #3024FF, 890px 121px #3024FF, 335px 263px #3024FF, 2457px 1298px #3024FF, 35px 1995px #3024FF, 388px 1979px #3024FF, 2119px 534px #3024FF, 1392px 418px #3024FF, 890px 6px #3024FF, 1424px 615px #3024FF, 2167px 1651px #3024FF, 2122px 2136px #3024FF, 390px 2114px #3024FF, 277px 1610px #3024FF, 963px 2152px #3024FF, 2107px 220px #3024FF, 2345px 1769px #3024FF, 1886px 875px #3024FF, 1470px 1427px #3024FF, 1818px 1640px #3024FF, 1106px 55px #3024FF, 175px 605px #3024FF, 1684px 872px #3024FF, 2148px 449px #3024FF, 643px 1374px #3024FF, 761px 2023px #3024FF, 1841px 511px #3024FF, 1235px 2061px #3024FF, 2096px 126px #3024FF, 1898px 2500px #3024FF, 2066px 657px #3024FF, 2447px 1789px #3024FF, 114px 2219px #3024FF, 2181px 1831px #3024FF, 37px 664px #3024FF, 805px 401px #3024FF, 1225px 1493px #3024FF, 2054px 776px #3024FF, 996px 431px #3024FF, 2432px 965px #3024FF, 1962px 1941px #3024FF, 677px 888px #3024FF, 1577px 2427px #3024FF, 981px 564px #3024FF, 452px 408px #3024FF, 1136px 2040px #3024FF, 883px 411px #3024FF, 1182px 2248px #3024FF, 904px 497px #3024FF, 1364px 814px #3024FF, 1684px 1050px #3024FF, 1300px 1335px #3024FF, 746px 1987px #3024FF, 308px 1281px #3024FF, 2277px 21px #3024FF, 826px 971px #3024FF, 2036px 701px #3024FF, 2283px 1472px #3024FF, 151px 2238px #3024FF, 2059px 1643px #3024FF, 105px 669px #3024FF, 992px 1355px #3024FF, 1717px 1416px #3024FF, 2185px 1615px #3024FF, 1934px 2260px #3024FF, 978px 1249px #3024FF, 372px 1898px #3024FF, 490px 1277px #3024FF, 850px 301px #3024FF, 246px 2486px #3024FF, 222px 2379px #3024FF, 115px 814px #3024FF, 60px 104px #3024FF, 470px 1999px #3024FF, 276px 258px #3024FF, 1990px 454px #3024FF, 1935px 1919px #3024FF, 483px 1351px #3024FF, 2140px 96px #3024FF, 1468px 1919px #3024FF, 699px 1813px #3024FF, 2319px 1253px #3024FF, 2302px 842px #3024FF, 871px 887px #3024FF, 1783px 1161px #3024FF, 1386px 321px #3024FF, 2417px 1158px #3024FF, 1980px 678px #3024FF, 1179px 2432px #3024FF, 1154px 553px #3024FF, 1331px 793px #3024FF, 788px 1555px #3024FF, 1065px 106px #3024FF, 1930px 461px #3024FF, 564px 453px #3024FF, 2220px 180px #3024FF, 2318px 890px #3024FF, 2367px 1519px #3024FF, 1233px 1718px #3024FF, 2344px 240px #3024FF, 2421px 609px #3024FF, 2277px 1148px #3024FF, 2078px 642px #3024FF, 1392px 1499px #3024FF, 2552px 52px #3024FF, 649px 1045px #3024FF, 2164px 1049px #3024FF, 1550px 2518px #3024FF, 2038px 2204px #3024FF, 1628px 335px #3024FF, 1857px 130px #3024FF, 1921px 1641px #3024FF, 163px 1294px #3024FF, 950px 2281px #3024FF, 78px 1884px #3024FF, 672px 1049px #3024FF, 1546px 522px #3024FF, 258px 2059px #3024FF, 1392px 2213px #3024FF, 121px 982px #3024FF, 1649px 355px #3024FF, 195px 1866px #3024FF, 35px 2487px #3024FF, 192px 24px #3024FF, 1036px 71px #3024FF, 1685px 4px #3024FF, 331px 2424px #3024FF, 1239px 615px #3024FF, 1606px 1444px #3024FF, 858px 73px #3024FF, 247px 1442px #3024FF, 1621px 384px #3024FF, 1283px 1823px #3024FF, 1365px 1473px #3024FF, 1758px 703px #3024FF, 293px 164px #3024FF, 1554px 706px #3024FF, 384px 1815px #3024FF, 366px 1442px #3024FF, 2251px 2164px #3024FF, 810px 2018px #3024FF, 58px 334px #3024FF, 2514px 2192px #3024FF, 656px 1952px #3024FF, 544px 689px #3024FF, 1449px 1442px #3024FF, 742px 1783px #3024FF, 2219px 955px #3024FF, 1795px 735px #3024FF, 2230px 103px #3024FF, 89px 2516px #3024FF, 2453px 487px #3024FF, 133px 2499px #3024FF, 103px 1506px #3024FF, 1612px 2135px #3024FF, 1508px 1271px #3024FF, 219px 1826px #3024FF, 782px 1818px #3024FF, 255px 2226px #3024FF, 1615px 1116px #3024FF, 217px 1865px #3024FF, 628px 746px #3024FF, 1732px 2368px #3024FF, 1386px 2379px #3024FF, 129px 512px #3024FF, 1975px 1804px #3024FF, 1468px 2347px #3024FF, 168px 2247px #3024FF, 2063px 2167px #3024FF, 1029px 40px #3024FF, 1909px 2290px #3024FF, 1593px 509px #3024FF, 1594px 804px #3024FF, 1428px 1127px #3024FF, 647px 128px #3024FF, 345px 1189px #3024FF, 2249px 2127px #3024FF, 2326px 706px #3024FF, 1239px 623px #3024FF, 530px 429px #3024FF, 1104px 2410px #3024FF, 1327px 1167px #3024FF, 1372px 1659px #3024FF, 834px 1997px #3024FF, 716px 1110px #3024FF, 1585px 589px #3024FF, 563px 2083px #3024FF, 1059px 1442px #3024FF, 1497px 1856px #3024FF, 581px 1384px #3024FF, 110px 1890px #3024FF, 399px 1613px #3024FF, 192px 519px #3024FF, 981px 1336px #3024FF, 1795px 870px #3024FF, 931px 605px #3024FF, 1701px 1727px #3024FF, 1695px 754px #3024FF, 1114px 2436px #3024FF, 899px 1106px #3024FF, 585px 606px #3024FF, 2516px 1632px #3024FF, 2502px 7px #3024FF, 321px 278px #3024FF, 1816px 158px #3024FF, 2076px 1428px #3024FF, 46px 1630px #3024FF, 296px 794px #3024FF, 1146px 526px #3024FF, 1477px 792px #3024FF, 1858px 544px #3024FF, 829px 1124px #3024FF, 1544px 1784px #3024FF, 1008px 543px #3024FF, 1594px 241px #3024FF, 1046px 671px #3024FF, 883px 658px #3024FF, 2314px 2407px #3024FF, 2130px 1929px #3024FF, 1431px 900px #3024FF, 335px 2321px #3024FF, 2044px 582px #3024FF, 1824px 1766px #3024FF, 164px 2322px #3024FF, 226px 2344px #3024FF, 2196px 276px #3024FF, 1402px 2455px #3024FF, 1193px 2192px #3024FF, 1031px 1160px #3024FF, 2035px 1677px #3024FF, 1729px 105px #3024FF, 775px 475px #3024FF, 2255px 425px #3024FF, 1728px 1659px #3024FF, 1190px 587px #3024FF, 1064px 1248px #3024FF, 1431px 567px #3024FF, 2395px 2228px #3024FF, 761px 1354px #3024FF, 1616px 2142px #3024FF, 1781px 1547px #3024FF, 1685px 967px #3024FF, 541px 1075px #3024FF, 321px 903px #3024FF, 1217px 730px #3024FF, 647px 1246px #3024FF, 1929px 1574px #3024FF, 539px 26px #3024FF, 2449px 149px #3024FF, 678px 1344px #3024FF, 1010px 1495px #3024FF, 2555px 2337px #3024FF, 1781px 1117px #3024FF, 1009px 1791px #3024FF, 2469px 67px #3024FF, 1273px 1873px #3024FF, 2468px 794px #3024FF, 1152px 2178px #3024FF, 1299px 964px #3024FF, 464px 1440px #3024FF, 1830px 2400px #3024FF, 1446px 711px #3024FF, 2518px 1325px #3024FF, 1577px 2513px #3024FF, 1041px 947px #3024FF, 2262px 761px #3024FF, 303px 230px #3024FF, 1820px 870px #3024FF, 1175px 1919px #3024FF, 212px 1081px #3024FF, 1848px 1795px #3024FF, 1256px 1278px #3024FF, 1920px 914px #3024FF, 577px 2320px #3024FF, 591px 123px #3024FF, 1044px 1885px #3024FF, 2166px 483px #3024FF, 191px 1578px #3024FF, 1721px 349px #3024FF, 612px 933px #3024FF, 2346px 167px #3024FF, 1122px 519px #3024FF, 1070px 833px #3024FF, 1566px 131px #3024FF, 2154px 732px #3024FF, 1201px 1637px #3024FF, 2085px 860px #3024FF, 592px 1390px #3024FF, 1298px 1215px #3024FF, 236px 2428px #3024FF, 1117px 1134px #3024FF, 1983px 2479px #3024FF, 1051px 52px #3024FF, 85px 11px #3024FF, 1946px 344px #3024FF, 1622px 59px #3024FF, 1406px 1907px #3024FF, 853px 1409px #3024FF, 429px 2308px #3024FF, 1265px 625px #3024FF, 2381px 1357px #3024FF, 2351px 47px #3024FF, 496px 1861px #3024FF, 729px 391px #3024FF, 1484px 1177px #3024FF, 2473px 1729px #3024FF, 748px 949px #3024FF, 700px 895px #3024FF, 2550px 5px #3024FF, 2034px 2243px #3024FF, 348px 1918px #3024FF, 875px 2085px #3024FF, 1038px 2545px #3024FF, 1323px 2156px #3024FF, 1681px 30px #3024FF, 293px 409px #3024FF, 1954px 2015px #3024FF, 1372px 616px #3024FF, 1060px 1487px #3024FF, 791px 787px #3024FF, 864px 2158px #3024FF, 2431px 991px #3024FF, 2079px 106px #3024FF, 1863px 1738px #3024FF, 1339px 1544px #3024FF, 1110px 528px #3024FF, 448px 2414px #3024FF, 1441px 2178px #3024FF, 1855px 2282px #3024FF, 2067px 1394px #3024FF, 1197px 1844px #3024FF, 1502px 1965px #3024FF, 2411px 153px #3024FF, 1299px 840px #3024FF, 471px 2363px #3024FF, 1008px 1351px #3024FF, 1271px 1022px #3024FF, 1626px 1561px #3024FF, 1117px 1065px #3024FF, 423px 247px #3024FF, 1796px 1560px #3024FF, 1520px 2469px #3024FF, 637px 939px #3024FF, 601px 401px #3024FF, 162px 1591px #3024FF, 769px 1481px #3024FF, 1204px 1060px #3024FF, 1969px 1922px #3024FF, 1088px 1330px #3024FF, 1726px 1663px #3024FF, 2488px 1662px #3024FF, 1853px 2354px #3024FF, 1476px 2387px #3024FF, 2237px 2306px #3024FF, 1814px 1167px #3024FF, 2371px 1635px #3024FF, 1042px 1044px #3024FF, 1623px 778px #3024FF, 1038px 1966px #3024FF, 871px 1562px #3024FF, 2254px 2187px #3024FF, 399px 308px #3024FF, 469px 688px #3024FF, 1852px 718px #3024FF, 1688px 1070px #3024FF, 2301px 1118px #3024FF, 1624px 1997px #3024FF, 78px 1147px #3024FF, 2238px 1010px #3024FF, 636px 2520px #3024FF, 1450px 2178px #3024FF, 656px 1622px #3024FF, 1785px 10px #3024FF, 343px 560px #3024FF, 2031px 206px #3024FF, 646px 227px #3024FF, 389px 2262px #3024FF, 814px 680px #3024FF, 961px 1556px #3024FF, 871px 1058px #3024FF, 2404px 458px #3024FF, 2328px 679px #3024FF, 1830px 1887px #3024FF, 2459px 65px #3024FF, 1288px 1513px #3024FF, 1851px 864px #3024FF, 346px 2178px #3024FF, 1678px 2317px #3024FF, 2007px 2247px #3024FF, 1619px 972px #3024FF, 564px 1476px #3024FF, 1440px 542px #3024FF, 187px 2246px #3024FF, 1769px 1651px #3024FF, 1356px 522px #3024FF, 871px 1798px #3024FF, 880px 930px #3024FF, 1380px 2387px #3024FF, 1502px 2432px #3024FF, 152px 1722px #3024FF, 1146px 674px #3024FF, 1373px 306px #3024FF, 1489px 1570px #3024FF, 764px 1320px #3024FF, 1489px 1503px #3024FF, 794px 1310px #3024FF, 2264px 1055px #3024FF, 1121px 1525px #3024FF, 1322px 1047px #3024FF, 930px 1213px #3024FF, 2143px 995px #3024FF, 74px 1672px #3024FF, 1244px 2112px #3024FF, 611px 840px #3024FF, 1807px 1906px #3024FF, 930px 264px #3024FF, 352px 1848px #3024FF, 304px 319px #3024FF, 1777px 2225px #3024FF, 1244px 1582px #3024FF, 863px 2107px #3024FF, 1815px 1485px #3024FF, 1857px 738px #3024FF, 1426px 2065px #3024FF, 1426px 1181px #3024FF, 184px 1319px #3024FF, 998px 1231px #3024FF, 2444px 2141px #3024FF, 1582px 455px #3024FF, 1885px 418px #3024FF, 1094px 959px #3024FF, 1758px 1185px #3024FF, 2361px 113px #3024FF, 722px 925px #3024FF, 277px 936px #3024FF, 2154px 2433px #3024FF, 2381px 393px #3024FF, 494px 1315px #3024FF, 2391px 400px #3024FF, 1304px 1324px #3024FF, 1239px 1253px #3024FF, 370px 1358px #3024FF, 1587px 2229px #3024FF, 1076px 1321px #3024FF, 1689px 616px #3024FF, 1217px 374px #3024FF, 1827px 570px #3024FF, 2332px 511px #3024FF, 700px 2450px #3024FF, 929px 953px #3024FF, 567px 29px #3024FF, 16px 2072px #3024FF, 657px 1501px #3024FF, 814px 1984px #3024FF, 789px 631px #3024FF, 2501px 1556px #3024FF, 2509px 1364px #3024FF, 650px 110px #3024FF, 1048px 1997px #3024FF, 1909px 18px #3024FF, 2501px 960px #3024FF, 603px 558px #3024FF, 1216px 2386px #3024FF, 614px 2513px #3024FF, 1965px 2061px #3024FF;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.particle-3 {
  animation: animParticle 260s linear infinite;
  box-shadow: 0px 0px #3024FF, 816px 1413px #3024FF, 617px 317px #3024FF, 83px 2538px #3024FF, 369px 462px #3024FF, 323px 2144px #3024FF, 303px 770px #3024FF, 248px 2124px #3024FF, 2035px 905px #3024FF, 878px 1245px #3024FF, 851px 1718px #3024FF, 2476px 2344px #3024FF, 140px 546px #3024FF, 334px 236px #3024FF, 2073px 1539px #3024FF, 325px 1280px #3024FF, 161px 1749px #3024FF, 50px 440px #3024FF, 2002px 319px #3024FF, 2459px 213px #3024FF, 233px 1065px #3024FF, 1611px 31px #3024FF, 2032px 860px #3024FF, 1545px 1308px #3024FF, 2379px 702px #3024FF, 1116px 1769px #3024FF, 2336px 1821px #3024FF, 1991px 1998px #3024FF, 1910px 45px #3024FF, 1189px 2537px #3024FF, 67px 1586px #3024FF, 1898px 95px #3024FF, 585px 1326px #3024FF, 1681px 788px #3024FF, 1374px 643px #3024FF, 648px 1762px #3024FF, 2208px 1581px #3024FF, 1173px 605px #3024FF, 878px 117px #3024FF, 482px 601px #3024FF, 1015px 409px #3024FF, 929px 2504px #3024FF, 2149px 2253px #3024FF, 1697px 892px #3024FF, 692px 1226px #3024FF, 1167px 2467px #3024FF, 1956px 995px #3024FF, 1115px 1664px #3024FF, 2044px 2529px #3024FF, 2516px 2469px #3024FF, 2527px 1114px #3024FF, 2278px 786px #3024FF, 795px 1524px #3024FF, 863px 1759px #3024FF, 1218px 1614px #3024FF, 359px 1339px #3024FF, 2238px 875px #3024FF, 1783px 1596px #3024FF, 306px 1376px #3024FF, 444px 935px #3024FF, 741px 1679px #3024FF, 475px 849px #3024FF, 959px 237px #3024FF, 1627px 262px #3024FF, 2329px 1549px #3024FF, 223px 611px #3024FF, 1285px 138px #3024FF, 1832px 214px #3024FF, 863px 430px #3024FF, 706px 1213px #3024FF, 1094px 584px #3024FF, 493px 1595px #3024FF, 725px 902px #3024FF, 288px 2335px #3024FF, 2256px 861px #3024FF, 1719px 437px #3024FF, 1206px 654px #3024FF, 1681px 1542px #3024FF, 1741px 664px #3024FF, 2154px 81px #3024FF, 226px 1289px #3024FF, 665px 1624px #3024FF, 1833px 2194px #3024FF, 1668px 614px #3024FF, 1718px 845px #3024FF, 68px 2515px #3024FF, 138px 1919px #3024FF, 965px 1997px #3024FF, 1601px 1764px #3024FF, 1463px 5px #3024FF, 1383px 1300px #3024FF, 729px 2554px #3024FF, 1007px 1216px #3024FF, 2143px 515px #3024FF, 1873px 2146px #3024FF, 1722px 725px #3024FF, 257px 1310px #3024FF, 636px 2292px #3024FF, 15px 1342px #3024FF, 2150px 1356px #3024FF, 1160px 1372px #3024FF, 1227px 2538px #3024FF, 2443px 1515px #3024FF, 1664px 2332px #3024FF, 490px 2243px #3024FF, 1953px 420px #3024FF, 1794px 262px #3024FF, 1578px 2242px #3024FF, 1444px 357px #3024FF, 1878px 217px #3024FF, 2157px 717px #3024FF, 2420px 1743px #3024FF, 97px 448px #3024FF, 452px 1251px #3024FF, 1718px 683px #3024FF, 361px 724px #3024FF, 1369px 154px #3024FF, 1611px 1486px #3024FF, 539px 856px #3024FF, 1375px 512px #3024FF, 1285px 328px #3024FF, 1444px 1746px #3024FF, 1941px 1413px #3024FF, 1922px 96px #3024FF, 1169px 2550px #3024FF, 423px 34px #3024FF, 1636px 42px #3024FF, 1477px 2470px #3024FF, 2469px 1137px #3024FF, 1590px 401px #3024FF, 701px 1506px #3024FF, 2456px 1433px #3024FF, 1231px 1768px #3024FF, 1955px 1550px #3024FF, 923px 2228px #3024FF, 1849px 830px #3024FF, 711px 2325px #3024FF, 1048px 1150px #3024FF, 1479px 559px #3024FF, 1618px 1588px #3024FF, 475px 2204px #3024FF, 1154px 1260px #3024FF, 42px 1041px #3024FF, 272px 1351px #3024FF, 376px 1436px #3024FF, 988px 2028px #3024FF, 1266px 18px #3024FF, 110px 1540px #3024FF, 1197px 1034px #3024FF, 1962px 539px #3024FF, 1929px 582px #3024FF, 969px 1380px #3024FF, 1789px 994px #3024FF, 1878px 1700px #3024FF, 1293px 1280px #3024FF, 1345px 1397px #3024FF, 59px 1478px #3024FF, 174px 1407px #3024FF, 2407px 2392px #3024FF, 1934px 1404px #3024FF, 2181px 1496px #3024FF, 538px 1300px #3024FF, 220px 1899px #3024FF, 829px 1595px #3024FF, 97px 1789px #3024FF, 1154px 2031px #3024FF, 394px 1349px #3024FF, 1362px 2552px #3024FF, 377px 1868px #3024FF, 1254px 247px #3024FF, 191px 588px #3024FF, 920px 2457px #3024FF, 1267px 184px #3024FF, 1047px 469px #3024FF, 917px 1480px #3024FF, 758px 528px #3024FF, 1186px 347px #3024FF, 2084px 731px #3024FF, 732px 92px #3024FF, 2304px 2189px #3024FF, 2489px 2471px #3024FF, 2326px 953px #3024FF, 327px 1104px #3024FF, 2476px 1588px #3024FF, 730px 1303px #3024FF, 568px 2378px #3024FF, 179px 790px #3024FF, 1838px 2467px #3024FF, 1447px 1659px #3024FF, 2438px 393px #3024FF, 1828px 1026px #3024FF, 2202px 2233px #3024FF, 1705px 1579px #3024FF, 459px 1567px #3024FF, 1569px 2468px #3024FF, 1921px 2435px #3024FF, 1004px 394px #3024FF, 2303px 1965px #3024FF, 297px 1746px #3024FF, 2043px 1671px #3024FF, 2467px 2558px #3024FF, 1528px 2409px #3024FF, 541px 1849px #3024FF, 14px 1247px #3024FF, 1242px 2228px #3024FF, 1316px 527px #3024FF, 1052px 627px #3024FF, 1083px 1020px #3024FF, 238px 2506px #3024FF, 2393px 281px #3024FF, 1847px 277px #3024FF, 2225px 531px #3024FF, 2332px 1639px #3024FF, 184px 1273px #3024FF, 1170px 1182px #3024FF, 54px 722px #3024FF, 19px 748px #3024FF, 509px 2168px #3024FF, 1588px 621px #3024FF, 1240px 979px #3024FF, 1786px 1221px #3024FF, 1297px 965px #3024FF, 256px 343px #3024FF, 1360px 2533px #3024FF, 446px 2003px #3024FF, 943px 360px #3024FF, 2109px 2509px #3024FF, 25px 878px #3024FF, 488px 294px #3024FF, 540px 152px #3024FF, 1177px 2431px #3024FF, 766px 1109px #3024FF, 426px 905px #3024FF, 1079px 1798px #3024FF, 634px 1621px #3024FF, 1234px 655px #3024FF, 2136px 325px #3024FF, 470px 1271px #3024FF, 1627px 182px #3024FF, 1362px 2496px #3024FF, 2144px 631px #3024FF, 1071px 1750px #3024FF, 3px 2110px #3024FF, 1195px 1420px #3024FF, 805px 2391px #3024FF, 1945px 268px #3024FF, 942px 1131px #3024FF, 1006px 2399px #3024FF, 139px 922px #3024FF, 1355px 1426px #3024FF, 379px 1712px #3024FF, 732px 381px #3024FF, 1097px 1264px #3024FF, 409px 1636px #3024FF, 458px 902px #3024FF, 964px 467px #3024FF, 568px 372px #3024FF, 1487px 2009px #3024FF, 1705px 1467px #3024FF, 1072px 1012px #3024FF, 1165px 346px #3024FF, 2548px 1466px #3024FF, 151px 102px #3024FF, 1674px 657px #3024FF, 2181px 1616px #3024FF, 1658px 630px #3024FF, 698px 504px #3024FF, 1907px 585px #3024FF, 835px 2364px #3024FF, 320px 973px #3024FF, 1224px 2449px #3024FF, 1992px 1671px #3024FF, 1128px 242px #3024FF, 320px 1376px #3024FF, 43px 1808px #3024FF, 689px 1189px #3024FF, 204px 206px #3024FF, 1486px 2125px #3024FF, 1239px 1834px #3024FF, 2436px 374px #3024FF, 1937px 383px #3024FF, 1223px 829px #3024FF, 2477px 1254px #3024FF, 2549px 2222px #3024FF, 2252px 2105px #3024FF, 322px 2542px #3024FF, 236px 2237px #3024FF, 247px 746px #3024FF, 869px 86px #3024FF, 1718px 1314px #3024FF, 635px 1775px #3024FF, 203px 1115px #3024FF, 1189px 178px #3024FF, 1000px 1501px #3024FF, 2351px 191px #3024FF, 1223px 1328px #3024FF, 2240px 215px #3024FF, 651px 2075px #3024FF, 2542px 1397px #3024FF, 1691px 2487px #3024FF, 1389px 151px #3024FF, 416px 2396px #3024FF, 181px 1351px #3024FF, 680px 1511px #3024FF, 2473px 635px #3024FF, 1696px 694px #3024FF, 2143px 2236px #3024FF, 719px 13px #3024FF, 895px 1546px #3024FF, 1795px 907px #3024FF, 299px 557px #3024FF, 1089px 669px #3024FF, 1217px 174px #3024FF, 781px 1231px #3024FF, 2111px 969px #3024FF, 529px 1734px #3024FF, 2495px 2001px #3024FF, 2356px 1515px #3024FF, 2541px 1994px #3024FF, 627px 1853px #3024FF, 2365px 938px #3024FF, 261px 1350px #3024FF, 971px 252px #3024FF, 2404px 1530px #3024FF, 329px 462px #3024FF, 1203px 598px #3024FF, 438px 1073px #3024FF, 2250px 1358px #3024FF, 927px 34px #3024FF, 2025px 1986px #3024FF, 261px 2419px #3024FF, 2342px 539px #3024FF, 1893px 639px #3024FF, 1761px 1161px #3024FF, 543px 301px #3024FF, 395px 747px #3024FF, 671px 1147px #3024FF, 826px 1696px #3024FF, 1315px 113px #3024FF, 2122px 1517px #3024FF, 181px 2029px #3024FF, 588px 1541px #3024FF, 170px 140px #3024FF, 768px 887px #3024FF, 608px 2070px #3024FF, 1135px 693px #3024FF, 2462px 949px #3024FF, 2080px 2067px #3024FF, 1683px 648px #3024FF, 2172px 890px #3024FF, 2127px 1433px #3024FF, 1335px 2083px #3024FF, 1821px 1071px #3024FF, 62px 141px #3024FF, 800px 2328px #3024FF, 514px 92px #3024FF, 1524px 1141px #3024FF, 1088px 662px #3024FF, 526px 1298px #3024FF, 2103px 2373px #3024FF, 1984px 1447px #3024FF, 1380px 556px #3024FF, 1821px 91px #3024FF, 1434px 1741px #3024FF, 1294px 1153px #3024FF, 176px 2247px #3024FF, 2501px 801px #3024FF, 160px 1238px #3024FF, 1473px 7px #3024FF, 2178px 2353px #3024FF, 342px 89px #3024FF, 1814px 1213px #3024FF, 571px 115px #3024FF, 1346px 785px #3024FF, 741px 205px #3024FF, 2151px 211px #3024FF, 750px 282px #3024FF, 545px 1201px #3024FF, 1050px 1263px #3024FF, 335px 1795px #3024FF, 2042px 982px #3024FF, 2508px 1243px #3024FF, 1338px 1177px #3024FF, 1935px 2000px #3024FF, 1323px 1805px #3024FF, 2288px 1744px #3024FF, 1638px 1072px #3024FF, 291px 901px #3024FF, 1663px 908px #3024FF, 149px 1645px #3024FF, 684px 774px #3024FF, 2153px 1749px #3024FF, 2150px 390px #3024FF, 712px 1314px #3024FF, 45px 1186px #3024FF, 661px 1674px #3024FF, 2278px 922px #3024FF, 1214px 173px #3024FF, 2537px 1194px #3024FF, 213px 864px #3024FF, 1494px 418px #3024FF, 1005px 1977px #3024FF, 1816px 1700px #3024FF, 1311px 1187px #3024FF, 1527px 1097px #3024FF, 1316px 657px #3024FF, 1392px 2173px #3024FF, 2435px 84px #3024FF, 1885px 1086px #3024FF, 1680px 1130px #3024FF, 352px 2056px #3024FF, 1095px 597px #3024FF, 347px 1285px #3024FF, 670px 2006px #3024FF, 67px 1157px #3024FF, 796px 1296px #3024FF, 226px 1979px #3024FF, 770px 659px #3024FF, 1838px 1545px #3024FF, 1837px 32px #3024FF, 2130px 396px #3024FF, 1551px 1903px #3024FF, 87px 2511px #3024FF, 301px 2557px #3024FF, 516px 2321px #3024FF, 2438px 2175px #3024FF, 2275px 1566px #3024FF, 711px 735px #3024FF, 944px 1774px #3024FF, 366px 1924px #3024FF, 2391px 2285px #3024FF, 206px 1104px #3024FF, 2338px 1368px #3024FF, 1743px 1987px #3024FF, 1292px 51px #3024FF, 1700px 1879px #3024FF, 2428px 1200px #3024FF, 1713px 1219px #3024FF, 2555px 155px #3024FF, 1897px 2277px #3024FF, 2473px 342px #3024FF, 456px 365px #3024FF, 117px 1073px #3024FF, 1045px 1777px #3024FF, 1025px 2380px #3024FF, 365px 136px #3024FF, 1553px 1511px #3024FF, 651px 220px #3024FF, 325px 905px #3024FF, 964px 1447px #3024FF, 2461px 2377px #3024FF, 1689px 2107px #3024FF, 1392px 928px #3024FF, 207px 570px #3024FF, 21px 1508px #3024FF, 2410px 1770px #3024FF, 2015px 251px #3024FF, 1804px 79px #3024FF, 1853px 2009px #3024FF, 1774px 755px #3024FF, 2354px 2048px #3024FF, 471px 2426px #3024FF, 537px 1981px #3024FF, 1267px 2055px #3024FF, 1093px 1419px #3024FF, 965px 527px #3024FF, 930px 113px #3024FF, 921px 611px #3024FF, 117px 2267px #3024FF, 514px 1821px #3024FF, 637px 2248px #3024FF, 1176px 1763px #3024FF, 1190px 2518px #3024FF, 2026px 2322px #3024FF, 1366px 1597px #3024FF, 1621px 2215px #3024FF, 967px 1617px #3024FF, 1682px 1527px #3024FF, 1517px 2065px #3024FF, 2434px 804px #3024FF, 2298px 641px #3024FF, 1916px 1852px #3024FF, 427px 210px #3024FF, 1996px 1279px #3024FF, 399px 1455px #3024FF, 1251px 80px #3024FF, 1413px 534px #3024FF, 2460px 1703px #3024FF, 2434px 1093px #3024FF, 2472px 1815px #3024FF, 1040px 1604px #3024FF, 472px 1013px #3024FF, 27px 89px #3024FF, 2427px 1998px #3024FF, 87px 1899px #3024FF, 716px 2401px #3024FF, 1261px 2491px #3024FF, 559px 2368px #3024FF, 266px 681px #3024FF, 778px 1704px #3024FF, 2024px 2079px #3024FF, 1565px 512px #3024FF, 1482px 20px #3024FF, 464px 497px #3024FF, 2154px 2250px #3024FF, 2469px 573px #3024FF, 2466px 1239px #3024FF, 2454px 270px #3024FF, 2126px 925px #3024FF, 1654px 436px #3024FF, 2256px 919px #3024FF, 2px 2277px #3024FF, 2075px 2207px #3024FF, 641px 1552px #3024FF, 930px 2434px #3024FF, 2067px 189px #3024FF, 1983px 1565px #3024FF, 2156px 1657px #3024FF, 1372px 2028px #3024FF, 1807px 1793px #3024FF, 891px 718px #3024FF, 1062px 2553px #3024FF, 273px 2013px #3024FF, 2462px 299px #3024FF, 1073px 1048px #3024FF, 1400px 935px #3024FF, 1916px 98px #3024FF, 1595px 1275px #3024FF, 262px 2154px #3024FF, 616px 1328px #3024FF, 426px 2395px #3024FF, 421px 631px #3024FF, 362px 1001px #3024FF, 1841px 2476px #3024FF, 1007px 2557px #3024FF, 1236px 956px #3024FF, 2549px 687px #3024FF, 1974px 1432px #3024FF, 1162px 2152px #3024FF, 2294px 2119px #3024FF, 41px 1906px #3024FF, 2545px 572px #3024FF, 1454px 2110px #3024FF, 214px 1340px #3024FF, 1438px 409px #3024FF, 2490px 1599px #3024FF, 1779px 771px #3024FF, 1106px 2554px #3024FF, 1869px 2534px #3024FF, 246px 173px #3024FF, 1031px 639px #3024FF, 1741px 2033px #3024FF, 2290px 585px #3024FF, 1656px 2346px #3024FF, 335px 2534px #3024FF, 1804px 267px #3024FF, 1511px 1171px #3024FF, 2525px 1954px #3024FF, 1825px 950px #3024FF, 2076px 365px #3024FF, 1907px 1156px #3024FF, 724px 1935px #3024FF, 1456px 830px #3024FF, 1693px 1200px #3024FF, 181px 1288px #3024FF, 24px 1129px #3024FF, 178px 2268px #3024FF, 966px 2027px #3024FF, 2348px 1714px #3024FF, 1120px 157px #3024FF, 1962px 2049px #3024FF, 1301px 704px #3024FF, 744px 2180px #3024FF, 156px 265px #3024FF, 808px 508px #3024FF, 1203px 41px #3024FF, 1436px 1088px #3024FF, 2213px 1177px #3024FF, 60px 1158px #3024FF, 1733px 96px #3024FF, 117px 781px #3024FF, 602px 1373px #3024FF, 2327px 1411px #3024FF, 2480px 2060px #3024FF, 271px 759px #3024FF, 1896px 393px #3024FF, 999px 2325px #3024FF, 1047px 1524px #3024FF, 579px 1763px #3024FF, 754px 1007px #3024FF, 1956px 1007px #3024FF, 1610px 1752px #3024FF, 1840px 1872px #3024FF, 2005px 1535px #3024FF, 663px 1567px #3024FF, 97px 21px #3024FF, 64px 1096px #3024FF, 1192px 754px #3024FF, 837px 606px #3024FF, 436px 2374px #3024FF, 1594px 230px #3024FF, 2004px 432px #3024FF, 1397px 877px #3024FF, 909px 2112px #3024FF, 705px 1284px #3024FF, 865px 1441px #3024FF, 2374px 618px #3024FF, 2435px 637px #3024FF, 2213px 1694px #3024FF, 1061px 637px #3024FF, 1646px 2155px #3024FF, 1477px 302px #3024FF, 346px 1393px #3024FF, 231px 2261px #3024FF, 861px 297px #3024FF, 1014px 1173px #3024FF, 830px 755px #3024FF, 1832px 1884px #3024FF, 2414px 1443px #3024FF, 785px 2559px #3024FF, 1465px 552px #3024FF, 761px 1429px #3024FF, 2139px 55px #3024FF, 833px 1512px #3024FF, 283px 2208px #3024FF, 1463px 2094px #3024FF, 1653px 137px #3024FF, 2446px 2127px #3024FF, 1162px 2400px #3024FF, 489px 2036px #3024FF, 508px 639px #3024FF, 460px 1189px #3024FF, 1662px 1021px #3024FF, 563px 1746px #3024FF, 1286px 705px #3024FF, 540px 2217px #3024FF, 1455px 1433px #3024FF, 2523px 1979px #3024FF, 1552px 2295px #3024FF, 1637px 184px #3024FF, 821px 2174px #3024FF, 1129px 2071px #3024FF, 1474px 1716px #3024FF, 2417px 1219px #3024FF, 1988px 1062px #3024FF, 649px 106px #3024FF, 1392px 551px #3024FF, 383px 1414px #3024FF, 1933px 2274px #3024FF, 1313px 1534px #3024FF, 1601px 1602px #3024FF, 1740px 569px #3024FF, 929px 625px #3024FF, 2299px 475px #3024FF, 750px 429px #3024FF, 2069px 523px #3024FF, 173px 1522px #3024FF, 2266px 2212px #3024FF, 1290px 19px #3024FF, 958px 1936px #3024FF, 762px 2327px #3024FF, 1082px 574px #3024FF, 1449px 2070px #3024FF, 1914px 2247px #3024FF, 2350px 313px #3024FF, 367px 858px #3024FF, 2333px 421px #3024FF, 173px 424px #3024FF, 2470px 1921px #3024FF, 1998px 1549px #3024FF, 1938px 1631px #3024FF, 728px 863px #3024FF, 247px 2167px #3024FF, 2415px 696px #3024FF, 1747px 1834px #3024FF, 2037px 876px #3024FF, 1252px 2313px #3024FF, 1784px 1003px #3024FF, 1303px 69px #3024FF, 2322px 828px #3024FF, 2354px 595px #3024FF, 1932px 1212px #3024FF, 1021px 423px #3024FF, 2533px 1211px #3024FF, 763px 1573px #3024FF, 1107px 419px #3024FF, 174px 1289px #3024FF, 1227px 2040px #3024FF, 1487px 1880px #3024FF, 566px 651px #3024FF, 1434px 2539px #3024FF, 1807px 1404px #3024FF, 1519px 1164px #3024FF, 1192px 105px #3024FF, 86px 23px #3024FF, 993px 1628px #3024FF, 210px 1762px #3024FF, 8px 1037px #3024FF, 2058px 2027px #3024FF, 1054px 1793px #3024FF, 914px 1621px #3024FF;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.particle-3:after {
  box-shadow: 0px 0px #3024FF, 807px 903px #3024FF, 1906px 969px #3024FF, 709px 2181px #3024FF, 86px 1838px #3024FF, 1750px 1763px #3024FF, 1956px 2328px #3024FF, 1201px 1274px #3024FF, 1042px 703px #3024FF, 1886px 781px #3024FF, 919px 1120px #3024FF, 1697px 1749px #3024FF, 1436px 526px #3024FF, 824px 387px #3024FF, 1110px 1479px #3024FF, 2216px 1832px #3024FF, 1547px 149px #3024FF, 524px 776px #3024FF, 2329px 982px #3024FF, 939px 1147px #3024FF, 18px 517px #3024FF, 2406px 806px #3024FF, 436px 1336px #3024FF, 2548px 1384px #3024FF, 2422px 117px #3024FF, 1533px 1485px #3024FF, 31px 6px #3024FF, 330px 477px #3024FF, 2081px 496px #3024FF, 624px 2050px #3024FF, 2141px 488px #3024FF, 950px 2128px #3024FF, 440px 1685px #3024FF, 154px 968px #3024FF, 604px 1621px #3024FF, 807px 444px #3024FF, 1591px 908px #3024FF, 996px 615px #3024FF, 1728px 1121px #3024FF, 2354px 468px #3024FF, 2509px 604px #3024FF, 607px 340px #3024FF, 1593px 1603px #3024FF, 1526px 1401px #3024FF, 638px 1578px #3024FF, 869px 470px #3024FF, 11px 2390px #3024FF, 648px 689px #3024FF, 787px 1109px #3024FF, 2220px 1304px #3024FF, 1692px 508px #3024FF, 750px 217px #3024FF, 1740px 1063px #3024FF, 2193px 1103px #3024FF, 949px 507px #3024FF, 1699px 720px #3024FF, 122px 1443px #3024FF, 1760px 183px #3024FF, 2392px 727px #3024FF, 2418px 977px #3024FF, 373px 718px #3024FF, 861px 701px #3024FF, 67px 471px #3024FF, 1391px 1493px #3024FF, 603px 1028px #3024FF, 1296px 2134px #3024FF, 1128px 2476px #3024FF, 304px 789px #3024FF, 234px 18px #3024FF, 2461px 818px #3024FF, 267px 1311px #3024FF, 1326px 1443px #3024FF, 2483px 2499px #3024FF, 1699px 1603px #3024FF, 1078px 2133px #3024FF, 748px 887px #3024FF, 989px 2010px #3024FF, 1306px 1965px #3024FF, 756px 537px #3024FF, 2151px 931px #3024FF, 1344px 739px #3024FF, 2146px 2507px #3024FF, 993px 1278px #3024FF, 2208px 836px #3024FF, 2226px 170px #3024FF, 1476px 1293px #3024FF, 1848px 196px #3024FF, 2239px 1073px #3024FF, 1874px 287px #3024FF, 96px 174px #3024FF, 1828px 1101px #3024FF, 1706px 77px #3024FF, 1158px 940px #3024FF, 2438px 2537px #3024FF, 1016px 413px #3024FF, 2281px 359px #3024FF, 1300px 1961px #3024FF, 307px 981px #3024FF, 356px 1583px #3024FF, 2522px 2362px #3024FF, 1042px 1016px #3024FF, 142px 2027px #3024FF, 2341px 2399px #3024FF, 2019px 1054px #3024FF, 1022px 468px #3024FF, 1402px 703px #3024FF, 2515px 535px #3024FF, 2050px 656px #3024FF, 2429px 597px #3024FF, 2122px 1322px #3024FF, 803px 2239px #3024FF, 2318px 1358px #3024FF, 793px 194px #3024FF, 2462px 591px #3024FF, 340px 501px #3024FF, 2446px 1083px #3024FF, 1261px 1979px #3024FF, 984px 240px #3024FF, 1532px 2152px #3024FF, 1734px 1587px #3024FF, 911px 1020px #3024FF, 482px 226px #3024FF, 2040px 2051px #3024FF, 982px 483px #3024FF, 1109px 1794px #3024FF, 1807px 2176px #3024FF, 1830px 664px #3024FF, 593px 510px #3024FF, 174px 1638px #3024FF, 973px 502px #3024FF, 1168px 165px #3024FF, 47px 1715px #3024FF, 812px 979px #3024FF, 503px 1279px #3024FF, 726px 1826px #3024FF, 1115px 2192px #3024FF, 99px 1134px #3024FF, 1327px 711px #3024FF, 2256px 203px #3024FF, 313px 1146px #3024FF, 447px 1164px #3024FF, 2446px 1185px #3024FF, 777px 74px #3024FF, 1927px 239px #3024FF, 2462px 1574px #3024FF, 407px 2182px #3024FF, 2199px 1496px #3024FF, 2400px 762px #3024FF, 1243px 1200px #3024FF, 1345px 1181px #3024FF, 1911px 670px #3024FF, 1531px 2331px #3024FF, 2101px 1851px #3024FF, 2057px 2282px #3024FF, 911px 295px #3024FF, 2152px 1065px #3024FF, 1830px 502px #3024FF, 1086px 1308px #3024FF, 1950px 1088px #3024FF, 2480px 1042px #3024FF, 1291px 470px #3024FF, 1616px 1962px #3024FF, 834px 48px #3024FF, 917px 1798px #3024FF, 465px 1043px #3024FF, 926px 1105px #3024FF, 1089px 1585px #3024FF, 73px 1067px #3024FF, 2077px 1945px #3024FF, 1166px 1026px #3024FF, 216px 625px #3024FF, 1830px 15px #3024FF, 283px 1129px #3024FF, 1450px 2102px #3024FF, 1001px 2px #3024FF, 855px 1560px #3024FF, 1961px 2219px #3024FF, 648px 2068px #3024FF, 1084px 815px #3024FF, 354px 76px #3024FF, 1264px 1934px #3024FF, 2154px 1508px #3024FF, 1087px 394px #3024FF, 2517px 802px #3024FF, 2092px 558px #3024FF, 261px 731px #3024FF, 922px 311px #3024FF, 978px 2268px #3024FF, 1754px 576px #3024FF, 860px 1545px #3024FF, 1754px 1010px #3024FF, 1107px 1308px #3024FF, 2254px 2119px #3024FF, 1891px 1349px #3024FF, 2414px 1796px #3024FF, 151px 62px #3024FF, 2180px 153px #3024FF, 1387px 1984px #3024FF, 1907px 2373px #3024FF, 1192px 1197px #3024FF, 637px 78px #3024FF, 2334px 1963px #3024FF, 756px 641px #3024FF, 63px 2156px #3024FF, 1251px 911px #3024FF, 353px 1501px #3024FF, 77px 1626px #3024FF, 275px 2016px #3024FF, 1415px 534px #3024FF, 1417px 1992px #3024FF, 2184px 1017px #3024FF, 159px 252px #3024FF, 564px 1458px #3024FF, 1299px 271px #3024FF, 1263px 1936px #3024FF, 1089px 173px #3024FF, 527px 2474px #3024FF, 1329px 1630px #3024FF, 1341px 68px #3024FF, 2309px 1421px #3024FF, 1390px 1487px #3024FF, 1995px 531px #3024FF, 2280px 769px #3024FF, 1995px 475px #3024FF, 1703px 1637px #3024FF, 1178px 1609px #3024FF, 1795px 1302px #3024FF, 1244px 1618px #3024FF, 2394px 2125px #3024FF, 929px 869px #3024FF, 1333px 1370px #3024FF, 2057px 785px #3024FF, 1140px 2247px #3024FF, 109px 1480px #3024FF, 1455px 596px #3024FF, 1988px 406px #3024FF, 2382px 1994px #3024FF, 607px 1047px #3024FF, 1381px 1508px #3024FF, 279px 1146px #3024FF, 322px 412px #3024FF, 2098px 1843px #3024FF, 45px 592px #3024FF, 2501px 202px #3024FF, 2317px 1950px #3024FF, 1456px 539px #3024FF, 153px 2246px #3024FF, 704px 683px #3024FF, 592px 1193px #3024FF, 1000px 1202px #3024FF, 290px 1917px #3024FF, 422px 2454px #3024FF, 816px 998px #3024FF, 856px 1494px #3024FF, 252px 951px #3024FF, 1294px 1850px #3024FF, 530px 23px #3024FF, 1697px 1467px #3024FF, 474px 1686px #3024FF, 2105px 1133px #3024FF, 1266px 1114px #3024FF, 2271px 1407px #3024FF, 2551px 1255px #3024FF, 2445px 1741px #3024FF, 959px 1466px #3024FF, 2153px 786px #3024FF, 760px 1737px #3024FF, 1056px 23px #3024FF, 1917px 1668px #3024FF, 739px 1783px #3024FF, 1254px 591px #3024FF, 736px 977px #3024FF, 922px 426px #3024FF, 2481px 1113px #3024FF, 1627px 2221px #3024FF, 1276px 1726px #3024FF, 523px 1395px #3024FF, 2032px 2029px #3024FF, 1786px 1877px #3024FF, 2094px 345px #3024FF, 385px 2275px #3024FF, 764px 2403px #3024FF, 309px 36px #3024FF, 1592px 521px #3024FF, 660px 537px #3024FF, 1443px 204px #3024FF, 1487px 418px #3024FF, 520px 60px #3024FF, 2199px 1270px #3024FF, 966px 1400px #3024FF, 300px 1763px #3024FF, 34px 944px #3024FF, 754px 2445px #3024FF, 1231px 2223px #3024FF, 2474px 1572px #3024FF, 352px 2491px #3024FF, 419px 1468px #3024FF, 314px 148px #3024FF, 430px 205px #3024FF, 1690px 113px #3024FF, 1410px 2234px #3024FF, 2325px 878px #3024FF, 1999px 1883px #3024FF, 698px 2528px #3024FF, 1564px 1483px #3024FF, 944px 246px #3024FF, 740px 1676px #3024FF, 2027px 671px #3024FF, 1038px 356px #3024FF, 299px 1520px #3024FF, 433px 728px #3024FF, 951px 1865px #3024FF, 1779px 1550px #3024FF, 1127px 1585px #3024FF, 63px 2267px #3024FF, 2072px 2391px #3024FF, 1916px 1520px #3024FF, 962px 769px #3024FF, 2268px 2188px #3024FF, 1743px 1307px #3024FF, 1923px 90px #3024FF, 2476px 1757px #3024FF, 2313px 2400px #3024FF, 319px 1188px #3024FF, 700px 541px #3024FF, 1675px 924px #3024FF, 2380px 1975px #3024FF, 1858px 139px #3024FF, 760px 1860px #3024FF, 1229px 1652px #3024FF, 2078px 419px #3024FF, 1070px 2269px #3024FF, 2426px 1489px #3024FF, 480px 2162px #3024FF, 1973px 40px #3024FF, 1341px 1330px #3024FF, 1615px 600px #3024FF, 2212px 216px #3024FF, 880px 2020px #3024FF, 735px 464px #3024FF, 1331px 1854px #3024FF, 1199px 2493px #3024FF, 64px 1148px #3024FF, 1415px 2486px #3024FF, 117px 631px #3024FF, 1403px 64px #3024FF, 1806px 1996px #3024FF, 743px 1443px #3024FF, 2353px 572px #3024FF, 1984px 933px #3024FF, 640px 718px #3024FF, 1197px 839px #3024FF, 7px 2017px #3024FF, 1491px 802px #3024FF, 962px 2485px #3024FF, 1127px 2111px #3024FF, 1963px 372px #3024FF, 871px 808px #3024FF, 466px 266px #3024FF, 1221px 2430px #3024FF, 204px 1810px #3024FF, 2325px 2323px #3024FF, 1842px 214px #3024FF, 210px 1642px #3024FF, 988px 1150px #3024FF, 55px 2550px #3024FF, 1275px 1266px #3024FF, 1693px 1385px #3024FF, 640px 331px #3024FF, 1611px 1276px #3024FF, 1969px 814px #3024FF, 1376px 1572px #3024FF, 303px 1959px #3024FF, 1220px 709px #3024FF, 2533px 1763px #3024FF, 2381px 2229px #3024FF, 368px 957px #3024FF, 669px 1730px #3024FF, 1333px 1743px #3024FF, 2117px 63px #3024FF, 1052px 1344px #3024FF, 1130px 340px #3024FF, 729px 1174px #3024FF, 521px 2034px #3024FF, 326px 1326px #3024FF, 2422px 1254px #3024FF, 1718px 861px #3024FF, 1041px 1384px #3024FF, 2340px 1730px #3024FF, 1916px 240px #3024FF, 164px 1830px #3024FF, 122px 97px #3024FF, 640px 2182px #3024FF, 2218px 1530px #3024FF, 1683px 1854px #3024FF, 1709px 2362px #3024FF, 1666px 435px #3024FF, 1892px 862px #3024FF, 2325px 1688px #3024FF, 2533px 2409px #3024FF, 2487px 1020px #3024FF, 1586px 1542px #3024FF, 1338px 1490px #3024FF, 695px 2093px #3024FF, 1891px 2249px #3024FF, 1350px 27px #3024FF, 598px 103px #3024FF, 702px 2236px #3024FF, 602px 2215px #3024FF, 2174px 213px #3024FF, 411px 433px #3024FF, 142px 322px #3024FF, 391px 455px #3024FF, 1859px 2141px #3024FF, 1786px 13px #3024FF, 2491px 671px #3024FF, 1531px 261px #3024FF, 1342px 1075px #3024FF, 1063px 2312px #3024FF, 2502px 2102px #3024FF, 1968px 333px #3024FF, 1566px 257px #3024FF, 959px 906px #3024FF, 1686px 1910px #3024FF, 1749px 1524px #3024FF, 2273px 2232px #3024FF, 503px 249px #3024FF, 2180px 2058px #3024FF, 1464px 2539px #3024FF, 275px 21px #3024FF, 1147px 2435px #3024FF, 1857px 2072px #3024FF, 1736px 1941px #3024FF, 170px 688px #3024FF, 825px 1294px #3024FF, 1269px 798px #3024FF, 31px 1986px #3024FF, 1739px 539px #3024FF, 1171px 1578px #3024FF, 1922px 1713px #3024FF, 929px 2174px #3024FF, 1418px 960px #3024FF, 1522px 1612px #3024FF, 654px 302px #3024FF, 2500px 1147px #3024FF, 939px 864px #3024FF, 335px 477px #3024FF, 1379px 989px #3024FF, 2375px 1356px #3024FF, 721px 170px #3024FF, 2374px 2470px #3024FF, 431px 317px #3024FF, 2073px 1787px #3024FF, 2343px 744px #3024FF, 1015px 268px #3024FF, 293px 975px #3024FF, 2075px 2010px #3024FF, 2141px 1146px #3024FF, 694px 2435px #3024FF, 518px 1872px #3024FF, 451px 2326px #3024FF, 699px 1798px #3024FF, 2498px 2141px #3024FF, 2292px 2019px #3024FF, 1761px 1734px #3024FF, 2310px 167px #3024FF, 985px 1780px #3024FF, 1614px 181px #3024FF, 1173px 738px #3024FF, 1576px 80px #3024FF, 2376px 1820px #3024FF, 526px 1191px #3024FF, 2397px 954px #3024FF, 1536px 1585px #3024FF, 510px 2437px #3024FF, 2275px 382px #3024FF, 1173px 1071px #3024FF, 1267px 66px #3024FF, 1635px 1658px #3024FF, 1283px 1886px #3024FF, 2524px 721px #3024FF, 214px 1073px #3024FF, 2254px 2522px #3024FF, 1341px 873px #3024FF, 1621px 1976px #3024FF, 738px 245px #3024FF, 2033px 1px #3024FF, 707px 1185px #3024FF, 311px 762px #3024FF, 1158px 78px #3024FF, 422px 26px #3024FF, 1858px 2465px #3024FF, 1869px 791px #3024FF, 1191px 50px #3024FF, 1961px 178px #3024FF, 1054px 978px #3024FF, 1537px 1696px #3024FF, 545px 1863px #3024FF, 2153px 1065px #3024FF, 2350px 56px #3024FF, 126px 973px #3024FF, 1185px 29px #3024FF, 203px 1423px #3024FF, 361px 2256px #3024FF, 290px 2362px #3024FF, 1443px 989px #3024FF, 676px 972px #3024FF, 703px 1264px #3024FF, 827px 1130px #3024FF, 642px 1046px #3024FF, 1812px 1441px #3024FF, 1720px 2123px #3024FF, 2326px 1857px #3024FF, 965px 13px #3024FF, 2081px 515px #3024FF, 2088px 1210px #3024FF, 1562px 32px #3024FF, 1166px 1435px #3024FF, 579px 340px #3024FF, 333px 475px #3024FF, 1965px 1905px #3024FF, 553px 1060px #3024FF, 1182px 893px #3024FF, 1432px 736px #3024FF, 461px 254px #3024FF, 1213px 935px #3024FF, 2466px 609px #3024FF, 40px 336px #3024FF, 1767px 1687px #3024FF, 265px 540px #3024FF, 1759px 2180px #3024FF, 723px 1587px #3024FF, 1837px 1305px #3024FF, 1362px 175px #3024FF, 466px 1296px #3024FF, 705px 867px #3024FF, 1058px 906px #3024FF, 2045px 1257px #3024FF, 2261px 2108px #3024FF, 1786px 432px #3024FF, 1560px 998px #3024FF, 709px 2195px #3024FF, 364px 2383px #3024FF, 1180px 535px #3024FF, 2079px 616px #3024FF, 1374px 296px #3024FF, 1536px 180px #3024FF, 907px 906px #3024FF, 660px 1635px #3024FF, 1072px 2256px #3024FF, 125px 1608px #3024FF, 2349px 1143px #3024FF, 2459px 2555px #3024FF, 1307px 2524px #3024FF, 2410px 100px #3024FF, 1878px 967px #3024FF, 1209px 224px #3024FF, 1308px 595px #3024FF, 2299px 842px #3024FF, 2279px 999px #3024FF, 639px 601px #3024FF, 2110px 551px #3024FF, 2279px 183px #3024FF, 612px 658px #3024FF, 631px 282px #3024FF, 435px 2350px #3024FF, 2295px 1435px #3024FF, 1813px 293px #3024FF, 1233px 2013px #3024FF, 1723px 1122px #3024FF, 1399px 2400px #3024FF, 1625px 522px #3024FF, 63px 417px #3024FF, 1061px 2353px #3024FF, 1332px 274px #3024FF, 885px 1456px #3024FF, 2394px 197px #3024FF, 2117px 183px #3024FF, 1473px 248px #3024FF, 2195px 1281px #3024FF, 487px 16px #3024FF, 453px 422px #3024FF, 845px 2529px #3024FF, 1746px 747px #3024FF, 134px 1061px #3024FF, 1990px 2259px #3024FF, 139px 1356px #3024FF, 1197px 251px #3024FF, 71px 166px #3024FF, 311px 738px #3024FF, 1499px 388px #3024FF, 2048px 61px #3024FF, 264px 1004px #3024FF, 330px 1880px #3024FF, 963px 1851px #3024FF, 1531px 1831px #3024FF, 1438px 2486px #3024FF, 2055px 212px #3024FF, 2527px 89px #3024FF, 260px 1900px #3024FF, 1150px 1479px #3024FF, 148px 352px #3024FF, 2117px 50px #3024FF, 2189px 1996px #3024FF, 381px 1128px #3024FF, 1580px 173px #3024FF, 1715px 1707px #3024FF, 2415px 438px #3024FF, 2049px 574px #3024FF, 1097px 1321px #3024FF, 279px 628px #3024FF, 1939px 623px #3024FF, 689px 627px #3024FF, 909px 1915px #3024FF, 1764px 2006px #3024FF, 587px 1019px #3024FF, 1695px 2046px #3024FF, 2381px 51px #3024FF, 2073px 1831px #3024FF, 10px 585px #3024FF, 2479px 2039px #3024FF, 1629px 1971px #3024FF, 1890px 826px #3024FF, 2193px 2287px #3024FF, 1008px 605px #3024FF, 578px 2426px #3024FF, 2474px 719px #3024FF, 2025px 1343px #3024FF, 2277px 1487px #3024FF, 565px 1539px #3024FF, 2268px 2013px #3024FF, 985px 1239px #3024FF, 334px 1338px #3024FF, 351px 674px #3024FF, 2044px 18px #3024FF, 1314px 1349px #3024FF, 1010px 1076px #3024FF, 1524px 1471px #3024FF, 1650px 261px #3024FF, 1395px 2521px #3024FF, 1632px 407px #3024FF, 1479px 2240px #3024FF, 2394px 843px #3024FF, 35px 458px #3024FF, 1481px 49px #3024FF, 1085px 2197px #3024FF, 211px 779px #3024FF, 1378px 281px #3024FF, 60px 862px #3024FF, 2039px 1891px #3024FF, 1774px 1018px #3024FF, 585px 2443px #3024FF, 1094px 814px #3024FF, 564px 39px #3024FF, 1970px 1644px #3024FF, 308px 1632px #3024FF, 1236px 223px #3024FF, 1529px 2181px #3024FF, 223px 2348px #3024FF, 1054px 709px #3024FF, 444px 2195px #3024FF, 451px 548px #3024FF, 636px 70px #3024FF, 2245px 2341px #3024FF, 1255px 2121px #3024FF, 584px 741px #3024FF, 1605px 211px #3024FF, 1756px 192px #3024FF, 1557px 1104px #3024FF, 2336px 145px #3024FF, 1327px 2144px #3024FF, 1252px 1905px #3024FF, 283px 1264px #3024FF, 2304px 372px #3024FF, 591px 1955px #3024FF, 564px 742px #3024FF, 1789px 1803px #3024FF, 22px 562px #3024FF, 2536px 840px #3024FF, 562px 707px #3024FF, 777px 327px #3024FF, 1816px 344px #3024FF, 701px 635px #3024FF, 1746px 2107px #3024FF, 1324px 760px #3024FF, 144px 457px #3024FF, 52px 2498px #3024FF, 1100px 308px #3024FF, 1887px 2142px #3024FF, 2218px 759px #3024FF, 2401px 194px #3024FF, 293px 1291px #3024FF, 2414px 790px #3024FF, 472px 1418px #3024FF, 2077px 892px #3024FF, 648px 83px #3024FF, 991px 44px #3024FF, 1521px 2526px #3024FF, 2166px 1065px #3024FF, 2159px 979px #3024FF, 1561px 855px #3024FF, 1634px 239px #3024FF, 1692px 393px #3024FF, 566px 536px #3024FF, 210px 2521px #3024FF, 1412px 112px #3024FF, 2275px 46px #3024FF, 2199px 2363px #3024FF, 1274px 573px #3024FF, 1429px 586px #3024FF, 1965px 2546px #3024FF, 884px 256px #3024FF, 818px 1262px #3024FF, 2180px 1892px #3024FF, 745px 1012px #3024FF, 831px 1539px #3024FF, 1159px 839px #3024FF, 1359px 2347px #3024FF, 1208px 1285px #3024FF, 1555px 1880px #3024FF, 494px 445px #3024FF, 1756px 625px #3024FF, 345px 1805px #3024FF, 599px 504px #3024FF, 246px 835px #3024FF, 353px 1465px #3024FF, 1141px 1230px #3024FF, 1371px 162px #3024FF, 1991px 1004px #3024FF, 1140px 1159px #3024FF, 883px 981px #3024FF, 129px 976px #3024FF, 614px 841px #3024FF, 792px 655px #3024FF, 1232px 2085px #3024FF, 859px 450px #3024FF, 1910px 403px #3024FF, 1164px 827px #3024FF, 2093px 1631px #3024FF, 982px 1897px #3024FF, 1863px 1181px #3024FF, 2032px 164px #3024FF, 2404px 1244px #3024FF, 2011px 1576px #3024FF, 1222px 1627px #3024FF, 825px 1990px #3024FF, 349px 1430px #3024FF, 580px 1534px #3024FF, 75px 2513px #3024FF, 903px 335px #3024FF, 2190px 1582px #3024FF, 1214px 2511px #3024FF, 430px 1070px #3024FF, 1961px 1129px #3024FF, 2211px 1702px #3024FF, 2216px 732px #3024FF, 2177px 653px #3024FF, 1966px 1455px #3024FF, 571px 1170px #3024FF, 2358px 409px #3024FF, 2021px 1927px #3024FF, 1529px 1261px #3024FF, 143px 219px #3024FF, 257px 1801px #3024FF, 1140px 2262px #3024FF, 1031px 845px #3024FF, 1346px 2284px #3024FF, 1752px 1102px #3024FF, 2048px 1216px #3024FF, 2022px 386px #3024FF, 506px 2px #3024FF, 697px 1257px #3024FF, 540px 328px #3024FF, 2496px 1834px #3024FF, 2252px 994px #3024FF, 355px 1697px #3024FF, 663px 2181px #3024FF, 1119px 968px #3024FF, 19px 2467px #3024FF, 1740px 2149px #3024FF, 1593px 8px #3024FF, 671px 2516px #3024FF, 202px 2330px #3024FF, 1656px 1084px #3024FF, 418px 543px #3024FF, 515px 1621px #3024FF, 1800px 618px #3024FF, 1348px 763px #3024FF, 1830px 2361px #3024FF, 1702px 2190px #3024FF, 2557px 507px #3024FF, 347px 2127px #3024FF, 202px 343px #3024FF, 696px 1503px #3024FF, 729px 1056px #3024FF, 1704px 421px #3024FF, 1860px 2284px #3024FF, 1397px 1341px #3024FF, 1067px 88px #3024FF, 1779px 2273px #3024FF, 724px 941px #3024FF, 751px 2041px #3024FF, 922px 1848px #3024FF, 919px 1674px #3024FF, 1038px 66px #3024FF, 2462px 1756px #3024FF, 2181px 584px #3024FF, 1361px 1153px #3024FF, 1285px 197px #3024FF, 2181px 254px #3024FF, 402px 2427px #3024FF, 1115px 1316px #3024FF, 893px 956px #3024FF, 1243px 2388px #3024FF, 1748px 1037px #3024FF, 2303px 208px #3024FF, 2276px 741px #3024FF, 2532px 1992px #3024FF, 2183px 111px #3024FF, 1115px 2498px #3024FF, 477px 1927px #3024FF, 1214px 2095px #3024FF, 1929px 2241px #3024FF, 798px 736px #3024FF, 110px 836px #3024FF, 1760px 1171px #3024FF, 2123px 1204px #3024FF, 321px 349px #3024FF, 40px 8px #3024FF, 970px 464px #3024FF, 1229px 2077px #3024FF, 1514px 1553px #3024FF, 2540px 551px #3024FF, 1049px 770px #3024FF, 2194px 2241px #3024FF, 1499px 371px #3024FF, 394px 680px #3024FF, 535px 470px #3024FF, 1059px 1859px #3024FF, 1723px 285px #3024FF, 1270px 232px #3024FF, 517px 1046px #3024FF, 2147px 1614px #3024FF, 2201px 425px #3024FF, 800px 1039px #3024FF, 348px 1461px #3024FF, 668px 762px #3024FF, 753px 816px #3024FF, 2389px 1846px #3024FF, 1664px 1006px #3024FF, 2468px 2342px #3024FF, 2349px 166px #3024FF, 2513px 993px #3024FF, 2170px 26px #3024FF, 1524px 1269px #3024FF, 493px 980px #3024FF, 1443px 1156px #3024FF, 2209px 1761px #3024FF, 1370px 2375px #3024FF, 2363px 1743px #3024FF, 1647px 291px #3024FF, 2504px 2238px #3024FF, 1987px 809px #3024FF, 2516px 183px #3024FF, 275px 1761px #3024FF, 1129px 202px #3024FF, 1907px 1311px #3024FF, 811px 839px #3024FF, 357px 1542px #3024FF, 981px 2115px #3024FF, 1743px 2327px #3024FF, 1937px 1331px #3024FF, 2252px 181px #3024FF, 804px 1955px #3024FF, 909px 2024px #3024FF, 1096px 1552px #3024FF, 274px 1270px #3024FF, 1477px 531px #3024FF, 2046px 310px #3024FF, 2431px 2046px #3024FF, 1866px 1257px #3024FF, 560px 154px #3024FF, 635px 1689px #3024FF, 1849px 166px #3024FF, 2468px 922px #3024FF, 565px 331px #3024FF, 1826px 1010px #3024FF, 1498px 533px #3024FF, 1110px 1042px #3024FF, 526px 1706px #3024FF, 2093px 1844px #3024FF, 2506px 658px #3024FF, 754px 2124px #3024FF, 2125px 130px #3024FF, 2466px 2385px #3024FF, 2304px 56px #3024FF, 1414px 1287px #3024FF, 929px 1405px #3024FF, 194px 1136px #3024FF, 94px 1430px #3024FF, 1789px 191px #3024FF, 1564px 2474px #3024FF, 2181px 1889px #3024FF, 1557px 752px #3024FF, 1227px 1427px #3024FF, 607px 1163px #3024FF, 1732px 1848px #3024FF, 1172px 1865px #3024FF, 1930px 1514px #3024FF, 1368px 1952px #3024FF, 719px 2231px #3024FF, 2326px 1936px #3024FF, 841px 44px #3024FF, 2004px 784px #3024FF, 9px 1239px #3024FF, 2201px 369px #3024FF, 2551px 1113px #3024FF, 95px 1197px #3024FF, 2197px 2226px #3024FF, 557px 643px #3024FF, 1527px 2139px #3024FF, 480px 630px #3024FF, 962px 2355px #3024FF, 1717px 1073px #3024FF, 910px 531px #3024FF, 1096px 957px #3024FF, 240px 295px #3024FF, 257px 642px #3024FF, 736px 1703px #3024FF, 716px 2428px #3024FF, 1097px 1008px #3024FF, 581px 908px #3024FF, 365px 470px #3024FF, 1345px 742px #3024FF, 614px 195px #3024FF, 1783px 21px #3024FF, 296px 1737px #3024FF, 1031px 1324px #3024FF, 261px 657px #3024FF, 1584px 1392px #3024FF, 1885px 2410px #3024FF, 523px 1259px #3024FF, 407px 1488px #3024FF, 2379px 2085px #3024FF, 2252px 2217px #3024FF, 1409px 690px #3024FF, 1917px 130px #3024FF, 931px 1488px #3024FF, 2144px 1056px #3024FF, 1428px 1206px #3024FF, 150px 2205px #3024FF, 471px 1512px #3024FF, 914px 2505px #3024FF, 69px 906px #3024FF, 2481px 1014px #3024FF, 1396px 985px #3024FF, 1070px 2503px #3024FF, 646px 1838px #3024FF, 1136px 259px #3024FF, 800px 709px #3024FF, 1067px 1988px #3024FF, 219px 681px #3024FF, 689px 2456px #3024FF, 1768px 1358px #3024FF, 1480px 27px #3024FF, 1965px 1823px #3024FF, 2243px 1482px #3024FF, 150px 2179px #3024FF, 1149px 1530px #3024FF, 947px 2219px #3024FF, 82px 440px #3024FF, 789px 605px #3024FF, 1928px 813px #3024FF, 227px 2294px #3024FF, 2270px 2063px #3024FF, 1555px 2424px #3024FF, 44px 2224px #3024FF, 1755px 1272px #3024FF, 390px 289px #3024FF, 205px 1454px #3024FF, 1713px 133px #3024FF, 1640px 460px #3024FF, 40px 1803px #3024FF, 1387px 816px #3024FF, 2360px 2253px #3024FF, 2470px 1202px #3024FF, 1646px 1847px #3024FF, 244px 657px #3024FF, 255px 1733px #3024FF, 529px 1799px #3024FF, 1394px 2425px #3024FF, 2510px 1532px #3024FF, 646px 1906px #3024FF, 1616px 2223px #3024FF, 2024px 2367px #3024FF, 2453px 587px #3024FF, 801px 1843px #3024FF, 2160px 1255px #3024FF, 1986px 1740px #3024FF, 731px 1492px #3024FF, 988px 1750px #3024FF, 1895px 1815px #3024FF, 250px 2478px #3024FF, 876px 2224px #3024FF, 212px 2398px #3024FF, 1148px 798px #3024FF, 1254px 1163px #3024FF, 53px 1780px #3024FF, 770px 1859px #3024FF, 1755px 742px #3024FF, 873px 226px #3024FF, 1238px 922px #3024FF, 1115px 2325px #3024FF, 1085px 1213px #3024FF, 1739px 1135px #3024FF, 208px 590px #3024FF, 1864px 1466px #3024FF, 1831px 460px #3024FF, 876px 431px #3024FF, 1299px 2115px #3024FF, 2232px 901px #3024FF, 121px 1285px #3024FF, 271px 1859px #3024FF, 1185px 1925px #3024FF, 2123px 2244px #3024FF, 826px 258px #3024FF, 847px 788px #3024FF, 1600px 293px #3024FF, 579px 1611px #3024FF, 2067px 2470px #3024FF, 1463px 1286px #3024FF, 677px 529px #3024FF, 1170px 2387px #3024FF, 927px 798px #3024FF, 2248px 1300px #3024FF, 348px 2329px #3024FF, 1567px 2473px #3024FF, 909px 1351px #3024FF, 2367px 494px #3024FF, 381px 2126px #3024FF, 1340px 2074px #3024FF, 1736px 167px #3024FF, 1922px 674px #3024FF, 1019px 1515px #3024FF, 1469px 983px #3024FF, 456px 1441px #3024FF, 1973px 214px #3024FF, 2479px 443px #3024FF, 1252px 1219px #3024FF, 1718px 1859px #3024FF, 2171px 23px #3024FF, 2222px 2196px #3024FF, 147px 1969px #3024FF, 2013px 1559px #3024FF, 1882px 2274px #3024FF, 1559px 1541px #3024FF, 1703px 722px #3024FF, 714px 2541px #3024FF, 1033px 1097px #3024FF, 16px 319px #3024FF, 1605px 1927px #3024FF, 1102px 91px #3024FF, 866px 1344px #3024FF, 35px 2053px #3024FF, 969px 630px #3024FF, 1814px 1566px #3024FF, 1178px 1932px #3024FF, 891px 1699px #3024FF, 159px 1504px #3024FF, 2278px 1732px #3024FF, 1293px 559px #3024FF, 855px 334px #3024FF, 129px 1049px #3024FF, 905px 1075px #3024FF, 1969px 1097px #3024FF, 1700px 477px #3024FF, 2496px 680px #3024FF, 2374px 828px #3024FF, 1536px 2342px #3024FF, 909px 1854px #3024FF, 887px 1871px #3024FF, 718px 2406px #3024FF, 800px 790px #3024FF, 28px 1435px #3024FF, 2362px 956px #3024FF, 375px 2233px #3024FF, 2153px 1563px #3024FF, 769px 176px #3024FF, 1273px 986px #3024FF, 643px 624px #3024FF, 952px 859px #3024FF, 1539px 218px #3024FF, 208px 1403px #3024FF, 289px 225px #3024FF, 2349px 2233px #3024FF, 794px 643px #3024FF, 1798px 1534px #3024FF, 397px 1969px #3024FF, 486px 849px #3024FF, 1248px 2255px #3024FF, 2351px 1750px #3024FF;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.particle-4 {
  animation: animParticle 290s linear infinite;
  box-shadow: 0px 0px #3024FF, 687px 919px #3024FF, 1257px 328px #3024FF, 1663px 2034px #3024FF, 2451px 1730px #3024FF, 653px 1579px #3024FF, 1236px 1819px #3024FF, 1689px 1974px #3024FF, 987px 2430px #3024FF, 256px 318px #3024FF, 2339px 1590px #3024FF, 1981px 1423px #3024FF, 1030px 1279px #3024FF, 1549px 2470px #3024FF, 848px 1959px #3024FF, 1097px 1501px #3024FF, 788px 1415px #3024FF, 1996px 616px #3024FF, 2043px 1775px #3024FF, 1621px 1497px #3024FF, 1167px 33px #3024FF, 2386px 1553px #3024FF, 700px 729px #3024FF, 1185px 836px #3024FF, 2378px 2127px #3024FF, 1046px 98px #3024FF, 2539px 1325px #3024FF, 525px 180px #3024FF, 893px 492px #3024FF, 385px 23px #3024FF, 1134px 2439px #3024FF, 718px 1291px #3024FF, 898px 950px #3024FF, 1284px 314px #3024FF, 919px 2261px #3024FF, 1834px 2099px #3024FF, 2051px 396px #3024FF, 1662px 461px #3024FF, 393px 1078px #3024FF, 582px 1818px #3024FF, 2130px 1378px #3024FF, 695px 74px #3024FF, 432px 2325px #3024FF, 1626px 507px #3024FF, 2044px 688px #3024FF, 2419px 952px #3024FF, 1161px 530px #3024FF, 661px 2113px #3024FF, 1395px 1303px #3024FF, 817px 1131px #3024FF, 1179px 1046px #3024FF, 474px 140px #3024FF, 1265px 2052px #3024FF, 427px 1235px #3024FF, 695px 2341px #3024FF, 579px 1936px #3024FF, 2290px 320px #3024FF, 1311px 418px #3024FF, 1216px 1656px #3024FF, 888px 1501px #3024FF, 580px 396px #3024FF, 2272px 1578px #3024FF, 2324px 1836px #3024FF, 1576px 242px #3024FF, 1528px 1980px #3024FF, 1259px 2100px #3024FF, 2325px 603px #3024FF, 563px 548px #3024FF, 1632px 919px #3024FF, 1669px 1314px #3024FF, 738px 2264px #3024FF, 1290px 1108px #3024FF, 1165px 2366px #3024FF, 551px 475px #3024FF, 1714px 2179px #3024FF, 1043px 708px #3024FF, 1797px 1265px #3024FF, 952px 1676px #3024FF, 989px 1507px #3024FF, 783px 1004px #3024FF, 178px 1698px #3024FF, 1260px 717px #3024FF, 1151px 2554px #3024FF, 1316px 1705px #3024FF, 1346px 2111px #3024FF, 2166px 1556px #3024FF, 1076px 1794px #3024FF, 1068px 118px #3024FF, 1173px 662px #3024FF, 699px 2025px #3024FF, 701px 754px #3024FF, 2435px 2144px #3024FF, 1873px 924px #3024FF, 1595px 12px #3024FF, 632px 673px #3024FF, 1764px 2185px #3024FF, 2128px 1488px #3024FF, 229px 666px #3024FF, 1788px 652px #3024FF, 163px 2488px #3024FF, 747px 569px #3024FF, 2414px 770px #3024FF, 2211px 1542px #3024FF, 346px 2426px #3024FF, 1282px 2248px #3024FF, 59px 632px #3024FF, 1075px 1428px #3024FF, 2457px 603px #3024FF, 292px 980px #3024FF, 158px 1002px #3024FF, 1239px 1474px #3024FF, 905px 2498px #3024FF, 1424px 1005px #3024FF, 1px 770px #3024FF, 2137px 719px #3024FF, 2506px 1805px #3024FF, 618px 1613px #3024FF, 1577px 789px #3024FF, 2443px 1880px #3024FF, 2315px 1902px #3024FF, 1460px 1141px #3024FF, 645px 533px #3024FF, 1119px 2071px #3024FF, 533px 1267px #3024FF, 492px 344px #3024FF, 32px 416px #3024FF, 736px 2227px #3024FF, 1064px 884px #3024FF, 1511px 1768px #3024FF, 1230px 1312px #3024FF, 348px 677px #3024FF, 62px 561px #3024FF, 448px 1012px #3024FF, 1110px 716px #3024FF, 806px 892px #3024FF, 174px 1581px #3024FF, 405px 2357px #3024FF, 1133px 1583px #3024FF, 518px 700px #3024FF, 523px 1713px #3024FF, 1901px 2399px #3024FF, 261px 336px #3024FF, 1072px 1342px #3024FF, 1236px 490px #3024FF, 888px 1361px #3024FF, 2261px 578px #3024FF, 2328px 1803px #3024FF, 1666px 684px #3024FF, 2204px 1588px #3024FF, 2093px 440px #3024FF, 866px 803px #3024FF, 697px 1765px #3024FF, 1590px 2496px #3024FF, 1973px 742px #3024FF, 2373px 4px #3024FF, 1835px 1630px #3024FF, 1577px 647px #3024FF, 1857px 611px #3024FF, 2221px 513px #3024FF, 933px 2200px #3024FF, 1818px 319px #3024FF, 1578px 1370px #3024FF, 1479px 189px #3024FF, 59px 582px #3024FF, 720px 500px #3024FF, 340px 60px #3024FF, 1356px 726px #3024FF, 2219px 2187px #3024FF, 1344px 368px #3024FF, 1669px 1470px #3024FF, 704px 1242px #3024FF, 939px 1219px #3024FF, 2173px 1416px #3024FF, 1564px 947px #3024FF, 719px 154px #3024FF, 1451px 387px #3024FF, 2540px 1854px #3024FF, 2053px 1971px #3024FF, 2469px 15px #3024FF, 1987px 1739px #3024FF, 1606px 1311px #3024FF, 775px 1270px #3024FF, 2385px 188px #3024FF, 1809px 2514px #3024FF, 1871px 1161px #3024FF, 700px 1959px #3024FF, 575px 481px #3024FF, 986px 1217px #3024FF, 1765px 1174px #3024FF, 145px 1641px #3024FF, 250px 935px #3024FF, 2412px 524px #3024FF, 1594px 1385px #3024FF, 1256px 1029px #3024FF, 1466px 1871px #3024FF, 2386px 2264px #3024FF, 171px 853px #3024FF, 337px 53px #3024FF, 2016px 1773px #3024FF, 2365px 2481px #3024FF, 2048px 2331px #3024FF, 1331px 554px #3024FF, 635px 1143px #3024FF, 2128px 2508px #3024FF, 1315px 1498px #3024FF, 999px 1623px #3024FF, 2540px 1417px #3024FF, 884px 2144px #3024FF, 814px 2109px #3024FF, 942px 1226px #3024FF, 357px 1010px #3024FF, 2359px 1164px #3024FF, 765px 879px #3024FF, 107px 638px #3024FF, 2032px 1410px #3024FF, 361px 913px #3024FF, 1400px 931px #3024FF, 705px 1527px #3024FF, 70px 146px #3024FF, 2026px 2497px #3024FF, 2112px 2501px #3024FF, 2532px 891px #3024FF, 1316px 887px #3024FF, 849px 1621px #3024FF, 1418px 1399px #3024FF, 2450px 2265px #3024FF, 1726px 2269px #3024FF, 643px 480px #3024FF, 1675px 1407px #3024FF, 263px 250px #3024FF, 1434px 1788px #3024FF, 306px 2439px #3024FF, 2224px 1438px #3024FF, 291px 46px #3024FF, 530px 558px #3024FF, 434px 764px #3024FF, 1343px 1017px #3024FF, 2497px 1767px #3024FF, 20px 583px #3024FF, 757px 833px #3024FF, 449px 781px #3024FF, 120px 2290px #3024FF, 1936px 1899px #3024FF, 914px 2438px #3024FF, 149px 1029px #3024FF, 332px 589px #3024FF, 2325px 1949px #3024FF, 2252px 100px #3024FF, 439px 19px #3024FF, 1729px 226px #3024FF, 286px 1774px #3024FF, 1848px 2347px #3024FF, 1314px 564px #3024FF, 1759px 1114px #3024FF, 1003px 1475px #3024FF, 1970px 2165px #3024FF, 1861px 364px #3024FF, 134px 1751px #3024FF, 1906px 232px #3024FF, 1235px 741px #3024FF, 1720px 1075px #3024FF, 2307px 2527px #3024FF, 1661px 1742px #3024FF, 942px 2368px #3024FF, 396px 1340px #3024FF, 236px 909px #3024FF, 1331px 2402px #3024FF, 315px 1066px #3024FF, 65px 1705px #3024FF, 1091px 2521px #3024FF, 1355px 1604px #3024FF, 2348px 22px #3024FF, 242px 1784px #3024FF, 1908px 1250px #3024FF, 611px 655px #3024FF, 2142px 2247px #3024FF, 2318px 2218px #3024FF, 1636px 1611px #3024FF, 529px 2408px #3024FF, 503px 156px #3024FF, 1706px 2222px #3024FF, 1190px 170px #3024FF, 911px 2042px #3024FF, 1175px 1443px #3024FF, 1741px 658px #3024FF, 291px 1577px #3024FF, 2381px 1323px #3024FF, 2550px 1612px #3024FF, 1127px 529px #3024FF, 1751px 1434px #3024FF, 2300px 436px #3024FF, 2358px 677px #3024FF, 2301px 1100px #3024FF, 2524px 775px #3024FF, 60px 152px #3024FF, 1687px 1811px #3024FF, 1718px 2471px #3024FF, 2326px 1367px #3024FF, 1574px 1319px #3024FF, 98px 659px #3024FF, 427px 625px #3024FF, 40px 1583px #3024FF, 1349px 1073px #3024FF, 2536px 2211px #3024FF, 593px 1104px #3024FF, 213px 1388px #3024FF, 1994px 2099px #3024FF, 418px 1140px #3024FF, 950px 2027px #3024FF, 291px 1636px #3024FF, 2196px 2365px #3024FF, 766px 1451px #3024FF, 718px 584px #3024FF, 1985px 553px #3024FF, 2px 1692px #3024FF, 56px 1072px #3024FF, 2015px 303px #3024FF, 95px 1300px #3024FF, 1002px 1167px #3024FF, 2431px 679px #3024FF, 2517px 383px #3024FF, 459px 1539px #3024FF, 1347px 887px #3024FF, 2215px 1977px #3024FF, 1657px 159px #3024FF, 323px 869px #3024FF, 476px 2023px #3024FF, 490px 883px #3024FF, 1103px 1238px #3024FF, 2247px 2385px #3024FF, 1528px 2095px #3024FF, 345px 1172px #3024FF, 1352px 698px #3024FF, 1029px 1512px #3024FF, 167px 2144px #3024FF, 1149px 417px #3024FF, 7px 1387px #3024FF, 2560px 2524px #3024FF, 2208px 861px #3024FF, 1494px 1490px #3024FF, 1999px 123px #3024FF, 2446px 926px #3024FF, 2187px 893px #3024FF, 1631px 2296px #3024FF, 1136px 729px #3024FF, 1504px 781px #3024FF, 2456px 978px #3024FF, 917px 589px #3024FF, 2145px 2174px #3024FF, 88px 1271px #3024FF, 2270px 1578px #3024FF, 259px 1349px #3024FF, 733px 368px #3024FF, 905px 1435px #3024FF, 1977px 1838px #3024FF, 238px 2457px #3024FF, 909px 1664px #3024FF, 1443px 95px #3024FF, 2443px 1715px #3024FF, 2459px 2511px #3024FF, 2341px 1723px #3024FF, 1830px 583px #3024FF, 810px 859px #3024FF, 2491px 194px #3024FF, 373px 1058px #3024FF, 1308px 285px #3024FF, 2546px 803px #3024FF, 267px 1659px #3024FF, 2524px 1770px #3024FF, 2167px 1871px #3024FF, 350px 1802px #3024FF, 2252px 298px #3024FF, 1628px 2297px #3024FF, 1479px 190px #3024FF, 1284px 2391px #3024FF, 1395px 103px #3024FF, 44px 1287px #3024FF, 202px 110px #3024FF, 606px 353px #3024FF, 2123px 2168px #3024FF, 1865px 938px #3024FF, 1322px 743px #3024FF, 1549px 248px #3024FF, 212px 2102px #3024FF, 1163px 2094px #3024FF, 1369px 1701px #3024FF, 2073px 623px #3024FF, 1879px 546px #3024FF, 269px 314px #3024FF, 1388px 2302px #3024FF, 2510px 1696px #3024FF, 86px 81px #3024FF, 2446px 197px #3024FF, 327px 1030px #3024FF, 2284px 1396px #3024FF, 1377px 2286px #3024FF, 1232px 1353px #3024FF, 2392px 258px #3024FF, 929px 750px #3024FF, 2121px 930px #3024FF, 2118px 2279px #3024FF, 825px 475px #3024FF, 1156px 1828px #3024FF, 937px 2181px #3024FF, 1633px 1542px #3024FF, 2244px 2238px #3024FF, 2121px 70px #3024FF, 2551px 1881px #3024FF, 1023px 1426px #3024FF, 439px 1843px #3024FF, 2290px 2039px #3024FF, 773px 159px #3024FF, 1578px 1588px #3024FF, 520px 2346px #3024FF, 1721px 2411px #3024FF, 1787px 2298px #3024FF, 916px 275px #3024FF, 2041px 2493px #3024FF, 233px 488px #3024FF, 1696px 1466px #3024FF, 641px 2299px #3024FF, 982px 420px #3024FF, 1411px 806px #3024FF, 2262px 1638px #3024FF, 462px 1217px #3024FF, 1225px 1563px #3024FF, 1323px 1043px #3024FF, 1703px 2048px #3024FF, 79px 2247px #3024FF, 1879px 384px #3024FF, 927px 22px #3024FF, 618px 1507px #3024FF, 1133px 456px #3024FF, 1925px 449px #3024FF, 2106px 1561px #3024FF, 589px 1253px #3024FF, 2214px 577px #3024FF, 791px 2049px #3024FF, 1630px 2338px #3024FF, 778px 143px #3024FF, 1200px 1424px #3024FF, 956px 354px #3024FF, 1298px 1089px #3024FF, 372px 1136px #3024FF, 1474px 2242px #3024FF, 172px 1295px #3024FF, 652px 2336px #3024FF, 962px 2225px #3024FF, 1076px 578px #3024FF, 1053px 1900px #3024FF, 1416px 1022px #3024FF, 2133px 1185px #3024FF, 1260px 1630px #3024FF, 2090px 2392px #3024FF, 2079px 117px #3024FF, 618px 634px #3024FF, 2501px 1464px #3024FF, 81px 2247px #3024FF, 780px 800px #3024FF, 2013px 1179px #3024FF, 2399px 275px #3024FF, 1312px 760px #3024FF, 908px 559px #3024FF, 785px 212px #3024FF, 645px 1807px #3024FF, 1361px 42px #3024FF, 1430px 271px #3024FF, 393px 1694px #3024FF, 1044px 2054px #3024FF, 1314px 1272px #3024FF, 1376px 1722px #3024FF, 2232px 1713px #3024FF, 1948px 428px #3024FF, 315px 1511px #3024FF, 1791px 165px #3024FF, 2282px 1726px #3024FF, 1621px 2300px #3024FF, 2007px 1754px #3024FF, 350px 669px #3024FF, 1956px 1218px #3024FF, 1659px 1823px #3024FF, 2406px 531px #3024FF, 1827px 949px #3024FF, 355px 632px #3024FF, 1589px 1440px #3024FF, 1287px 17px #3024FF, 1270px 1666px #3024FF, 2233px 924px #3024FF, 1258px 2375px #3024FF, 598px 27px #3024FF, 1095px 286px #3024FF, 2530px 1513px #3024FF, 1629px 996px #3024FF, 313px 690px #3024FF, 1634px 1306px #3024FF, 1864px 1214px #3024FF, 2130px 1666px #3024FF, 361px 1088px #3024FF, 2198px 932px #3024FF, 552px 519px #3024FF, 2315px 1903px #3024FF, 1713px 2552px #3024FF, 1517px 212px #3024FF, 1768px 734px #3024FF, 476px 2504px #3024FF, 728px 247px #3024FF, 1223px 1768px #3024FF, 1474px 348px #3024FF, 152px 94px #3024FF, 422px 1563px #3024FF, 318px 815px #3024FF, 1653px 1720px #3024FF, 1536px 2470px #3024FF, 1071px 1494px #3024FF, 1022px 1213px #3024FF, 841px 1627px #3024FF, 1231px 2282px #3024FF, 1460px 257px #3024FF, 18px 1760px #3024FF, 1201px 1426px #3024FF, 1940px 788px #3024FF, 2446px 321px #3024FF, 683px 2389px #3024FF, 1203px 311px #3024FF, 698px 1257px #3024FF, 1436px 1244px #3024FF, 2296px 1319px #3024FF, 654px 1111px #3024FF, 855px 954px #3024FF, 1422px 386px #3024FF, 459px 734px #3024FF, 245px 667px #3024FF, 1794px 142px #3024FF, 1274px 2477px #3024FF, 76px 1557px #3024FF, 773px 312px #3024FF, 1837px 1282px #3024FF, 2328px 2493px #3024FF, 1933px 605px #3024FF, 800px 1072px #3024FF, 1225px 199px #3024FF, 1348px 329px #3024FF, 972px 2061px #3024FF, 1687px 1525px #3024FF, 1701px 1739px #3024FF, 767px 636px #3024FF, 2511px 565px #3024FF, 1203px 2540px #3024FF, 80px 1038px #3024FF, 2560px 914px #3024FF, 1551px 507px #3024FF, 875px 2407px #3024FF, 1269px 1709px #3024FF, 92px 2381px #3024FF, 2223px 1401px #3024FF, 75px 421px #3024FF, 2468px 2196px #3024FF, 1135px 1340px #3024FF, 1735px 778px #3024FF, 656px 1912px #3024FF, 1161px 451px #3024FF, 1245px 2382px #3024FF, 572px 646px #3024FF, 1958px 553px #3024FF, 614px 1425px #3024FF, 1905px 1476px #3024FF, 1275px 63px #3024FF, 1508px 1052px #3024FF, 220px 1599px #3024FF, 713px 1285px #3024FF, 806px 2138px #3024FF, 1654px 1006px #3024FF, 1898px 2431px #3024FF, 1455px 1757px #3024FF, 2429px 2284px #3024FF, 388px 2051px #3024FF, 2149px 1410px #3024FF, 1240px 658px #3024FF, 1905px 672px #3024FF, 558px 1849px #3024FF, 2484px 253px #3024FF, 1567px 667px #3024FF, 2387px 2308px #3024FF, 404px 478px #3024FF, 2164px 2495px #3024FF, 620px 661px #3024FF, 568px 1032px #3024FF, 975px 1278px #3024FF, 1867px 783px #3024FF, 948px 2378px #3024FF, 1636px 494px #3024FF, 1108px 241px #3024FF, 884px 1409px #3024FF, 1442px 961px #3024FF, 1690px 1401px #3024FF, 1491px 1198px #3024FF, 1301px 2402px #3024FF, 2460px 40px #3024FF, 1849px 2415px #3024FF, 1171px 1308px #3024FF, 2360px 1436px #3024FF, 1610px 129px #3024FF, 1467px 1753px #3024FF, 982px 129px #3024FF, 650px 110px #3024FF, 933px 59px #3024FF, 2086px 1207px #3024FF, 968px 198px #3024FF, 1276px 2449px #3024FF, 290px 241px #3024FF, 2452px 1293px #3024FF, 2179px 1151px #3024FF, 2465px 1158px #3024FF, 1345px 1859px #3024FF, 1852px 352px #3024FF, 36px 555px #3024FF, 2000px 2067px #3024FF, 1038px 144px #3024FF, 1656px 303px #3024FF, 59px 1696px #3024FF, 1038px 1649px #3024FF, 1129px 1181px #3024FF, 1693px 696px #3024FF, 264px 1110px #3024FF, 1707px 2013px #3024FF, 247px 947px #3024FF, 2295px 267px #3024FF, 1865px 1932px #3024FF, 1966px 2333px #3024FF, 317px 1154px #3024FF, 1699px 2187px #3024FF, 1183px 2242px #3024FF, 1755px 418px #3024FF, 998px 1930px #3024FF, 2080px 762px #3024FF, 2346px 1487px #3024FF, 2241px 2382px #3024FF, 131px 391px #3024FF, 645px 2374px #3024FF, 43px 841px #3024FF, 383px 1458px #3024FF, 1601px 1372px #3024FF, 1798px 1767px #3024FF, 1234px 2252px #3024FF, 2110px 10px #3024FF, 545px 860px #3024FF, 1296px 1571px #3024FF, 609px 1548px #3024FF, 564px 1934px #3024FF, 1392px 2557px #3024FF, 304px 687px #3024FF, 2262px 1248px #3024FF, 185px 1783px #3024FF, 279px 748px #3024FF, 2261px 218px #3024FF, 514px 1735px #3024FF, 369px 1620px #3024FF, 1475px 2169px #3024FF, 1795px 1587px #3024FF, 1097px 53px #3024FF, 806px 147px #3024FF, 984px 1934px #3024FF, 1383px 751px #3024FF, 1685px 398px #3024FF, 70px 604px #3024FF, 1518px 1469px #3024FF, 1924px 1869px #3024FF, 1138px 1530px #3024FF, 54px 341px #3024FF, 2082px 2497px #3024FF, 597px 1296px #3024FF, 2482px 1863px #3024FF, 396px 1022px #3024FF, 176px 472px #3024FF, 546px 1930px #3024FF, 1291px 1292px #3024FF, 468px 2206px #3024FF, 2544px 1573px #3024FF, 2097px 1179px #3024FF, 144px 1636px #3024FF, 1089px 234px #3024FF, 298px 828px #3024FF, 1464px 919px #3024FF, 1087px 2445px #3024FF, 1214px 929px #3024FF, 612px 1974px #3024FF, 1744px 507px #3024FF, 600px 673px #3024FF, 642px 1042px #3024FF, 1195px 627px #3024FF, 257px 1952px #3024FF, 1903px 609px #3024FF, 258px 2299px #3024FF, 803px 2375px #3024FF, 40px 2050px #3024FF, 1086px 1555px #3024FF, 1642px 266px #3024FF, 636px 134px #3024FF, 1906px 331px #3024FF, 853px 1088px #3024FF, 1375px 1288px #3024FF, 1643px 804px #3024FF, 2008px 370px #3024FF, 514px 1480px #3024FF, 1184px 28px #3024FF, 454px 453px #3024FF, 1395px 2118px #3024FF, 877px 1318px #3024FF, 1197px 455px #3024FF, 1240px 1699px #3024FF, 1363px 712px #3024FF, 99px 2493px #3024FF, 147px 1336px #3024FF, 1841px 1307px #3024FF, 381px 815px #3024FF, 1599px 2139px #3024FF, 878px 1619px #3024FF, 115px 844px #3024FF, 1926px 137px #3024FF, 1937px 554px #3024FF, 145px 858px #3024FF, 363px 1452px #3024FF, 2378px 1763px #3024FF, 360px 1705px #3024FF, 2089px 2273px #3024FF, 1951px 2358px #3024FF, 608px 2526px #3024FF, 1164px 1976px #3024FF, 1921px 233px #3024FF, 2385px 244px #3024FF, 2310px 2184px #3024FF, 468px 1073px #3024FF, 2168px 334px #3024FF, 1509px 44px #3024FF, 597px 2069px #3024FF, 1489px 551px #3024FF, 2033px 417px #3024FF, 874px 218px #3024FF, 253px 1308px #3024FF, 1250px 486px #3024FF, 138px 1528px #3024FF, 1741px 2091px #3024FF, 1028px 728px #3024FF, 2250px 1519px #3024FF, 1988px 1199px #3024FF, 357px 1188px #3024FF, 339px 621px #3024FF, 1769px 900px #3024FF, 1172px 1438px #3024FF, 1649px 899px #3024FF, 1492px 2315px #3024FF, 1413px 433px #3024FF, 571px 1490px #3024FF, 1582px 2080px #3024FF, 971px 1459px #3024FF, 108px 2559px #3024FF, 918px 2281px #3024FF, 223px 2099px #3024FF, 2410px 2438px #3024FF, 2546px 1146px #3024FF, 1107px 1325px #3024FF, 1245px 1081px #3024FF, 1067px 1525px #3024FF, 530px 1413px #3024FF, 1153px 607px #3024FF, 495px 1910px #3024FF, 1709px 551px #3024FF, 1353px 1127px #3024FF, 222px 1208px #3024FF, 834px 1388px #3024FF, 1741px 2107px #3024FF, 148px 2508px #3024FF, 2286px 1311px #3024FF, 1942px 2298px #3024FF, 2539px 2273px #3024FF, 1419px 1358px #3024FF, 1682px 1408px #3024FF, 557px 47px #3024FF, 1449px 1171px #3024FF, 1966px 1444px #3024FF, 1660px 1424px #3024FF, 296px 1327px #3024FF, 139px 10px #3024FF, 1582px 2173px #3024FF, 1977px 2233px #3024FF, 2300px 2033px #3024FF, 2092px 1210px #3024FF, 2009px 1771px #3024FF, 2037px 2168px #3024FF, 1686px 1010px #3024FF, 1167px 199px #3024FF, 181px 13px #3024FF, 1198px 546px #3024FF, 1707px 2018px #3024FF, 1231px 550px #3024FF, 1685px 2104px #3024FF, 1896px 1184px #3024FF, 1896px 7px #3024FF, 452px 241px #3024FF, 192px 28px #3024FF, 1287px 900px #3024FF, 283px 532px #3024FF, 589px 2323px #3024FF, 2531px 2175px #3024FF, 1866px 570px #3024FF, 300px 501px #3024FF, 2499px 2158px #3024FF, 2480px 540px #3024FF, 23px 1258px #3024FF, 756px 90px #3024FF, 1674px 1699px #3024FF, 549px 706px #3024FF, 1458px 416px #3024FF, 2516px 1129px #3024FF, 2174px 2130px #3024FF, 2228px 2012px #3024FF, 1104px 1764px #3024FF, 343px 1151px #3024FF, 574px 2324px #3024FF, 2296px 2502px #3024FF, 1524px 2510px #3024FF, 1890px 1854px #3024FF, 2120px 1332px #3024FF, 1219px 265px #3024FF, 582px 887px #3024FF, 2202px 8px #3024FF, 887px 447px #3024FF, 994px 2156px #3024FF, 402px 2239px #3024FF, 1158px 1945px #3024FF, 1697px 645px #3024FF, 1122px 1432px #3024FF, 1674px 1417px #3024FF, 2144px 955px #3024FF, 2555px 1184px #3024FF, 2341px 1330px #3024FF, 1886px 1734px #3024FF, 1890px 1502px #3024FF, 1211px 1689px #3024FF, 695px 1861px #3024FF, 268px 1571px #3024FF, 19px 1008px #3024FF, 479px 1301px #3024FF, 28px 568px #3024FF, 879px 1020px #3024FF, 701px 972px #3024FF, 616px 1562px #3024FF, 2355px 1406px #3024FF, 784px 2420px #3024FF, 578px 525px #3024FF, 201px 300px #3024FF, 2228px 1224px #3024FF, 1103px 487px #3024FF, 1640px 2426px #3024FF, 956px 308px #3024FF, 916px 742px #3024FF, 1481px 2168px #3024FF, 1246px 520px #3024FF, 838px 471px #3024FF, 148px 768px #3024FF, 360px 615px #3024FF, 2520px 2095px #3024FF, 1241px 834px #3024FF, 1663px 2254px #3024FF, 563px 2440px #3024FF, 2095px 1427px #3024FF, 295px 1862px #3024FF, 314px 1771px #3024FF, 820px 2018px #3024FF, 1772px 931px #3024FF, 980px 1279px #3024FF, 2350px 1520px #3024FF, 27px 1808px #3024FF, 1435px 2130px #3024FF, 2373px 217px #3024FF, 996px 366px #3024FF, 394px 957px #3024FF, 714px 1634px #3024FF, 33px 656px #3024FF, 1657px 1639px #3024FF, 1472px 1353px #3024FF, 2387px 1079px #3024FF, 998px 454px #3024FF, 1812px 1604px #3024FF, 1801px 1774px #3024FF, 595px 1634px #3024FF, 1775px 230px #3024FF, 2498px 466px #3024FF, 174px 2547px #3024FF, 2041px 1662px #3024FF, 1880px 1332px #3024FF, 1636px 541px #3024FF, 1569px 1826px #3024FF, 1925px 2085px #3024FF, 1704px 2309px #3024FF, 560px 1657px #3024FF, 629px 708px #3024FF, 1965px 208px #3024FF, 1605px 1398px #3024FF, 240px 1556px #3024FF, 1427px 2257px #3024FF, 968px 1407px #3024FF, 82px 2536px #3024FF, 377px 1977px #3024FF, 1430px 2072px #3024FF, 693px 635px #3024FF, 995px 2342px #3024FF, 2406px 815px #3024FF, 1712px 2055px #3024FF, 18px 2233px #3024FF, 2470px 192px #3024FF, 2358px 1403px #3024FF, 14px 2478px #3024FF, 1830px 1014px #3024FF, 1886px 774px #3024FF, 2519px 758px #3024FF, 615px 2426px #3024FF, 57px 460px #3024FF, 322px 1891px #3024FF, 1669px 280px #3024FF, 504px 1585px #3024FF, 747px 433px #3024FF, 1971px 905px #3024FF, 2193px 1606px #3024FF, 554px 120px #3024FF, 2506px 1247px #3024FF, 2456px 1656px #3024FF, 1160px 934px #3024FF, 185px 2345px #3024FF, 682px 325px #3024FF, 491px 2436px #3024FF, 1935px 123px #3024FF, 30px 2050px #3024FF, 553px 153px #3024FF, 1092px 736px #3024FF, 486px 1192px #3024FF, 1581px 2272px #3024FF, 1824px 1048px #3024FF, 1260px 2015px #3024FF, 832px 216px #3024FF, 883px 2244px #3024FF, 2118px 1844px #3024FF, 946px 562px #3024FF, 1416px 306px #3024FF, 470px 202px #3024FF, 198px 1078px #3024FF, 124px 1351px #3024FF, 2029px 2437px #3024FF, 1821px 2481px #3024FF, 550px 379px #3024FF, 577px 40px #3024FF, 2262px 1235px #3024FF, 244px 2063px #3024FF, 469px 1227px #3024FF, 284px 532px #3024FF, 1915px 1839px #3024FF, 1912px 1867px #3024FF, 854px 1698px #3024FF, 1944px 1353px #3024FF, 2358px 2152px #3024FF, 2133px 1411px #3024FF, 1079px 1418px #3024FF, 1234px 1474px #3024FF, 211px 1422px #3024FF, 343px 833px #3024FF, 532px 2401px #3024FF, 16px 60px #3024FF, 508px 2019px #3024FF, 940px 2323px #3024FF, 1605px 1696px #3024FF, 137px 1025px #3024FF, 2495px 1431px #3024FF, 940px 450px #3024FF, 882px 1249px #3024FF, 2405px 1907px #3024FF, 1858px 489px #3024FF, 1713px 2526px #3024FF, 881px 900px #3024FF, 1638px 1723px #3024FF, 2531px 1938px #3024FF, 341px 515px #3024FF, 930px 1139px #3024FF, 1495px 1674px #3024FF, 1379px 316px #3024FF, 6px 2060px #3024FF, 912px 2060px #3024FF, 1059px 1498px #3024FF, 171px 1735px #3024FF, 977px 1185px #3024FF, 924px 1509px #3024FF, 311px 1125px #3024FF, 321px 306px #3024FF, 2325px 891px #3024FF, 1746px 502px #3024FF, 2128px 1019px #3024FF, 1541px 1991px #3024FF, 1709px 656px #3024FF, 2406px 2078px #3024FF, 728px 1695px #3024FF, 11px 705px #3024FF, 1551px 1645px #3024FF, 155px 2156px #3024FF, 2010px 1368px #3024FF, 577px 917px #3024FF, 1333px 1329px #3024FF, 537px 1118px #3024FF, 178px 920px #3024FF, 2362px 1782px #3024FF, 210px 2480px #3024FF, 1922px 1953px #3024FF, 1051px 518px #3024FF, 2294px 1308px #3024FF, 1421px 2339px #3024FF, 762px 1464px #3024FF, 1242px 2492px #3024FF, 2540px 2548px #3024FF, 2481px 2457px #3024FF, 1001px 58px #3024FF, 2291px 82px #3024FF, 1208px 448px #3024FF, 1912px 1056px #3024FF, 556px 2004px #3024FF, 1957px 2107px #3024FF, 1230px 466px #3024FF, 1242px 1451px #3024FF, 97px 835px #3024FF, 1531px 1431px #3024FF, 2026px 2091px #3024FF, 1757px 346px #3024FF, 1454px 2005px #3024FF, 972px 346px #3024FF, 1605px 826px #3024FF, 1328px 542px #3024FF, 157px 1004px #3024FF, 2146px 1456px #3024FF, 1409px 562px #3024FF, 1433px 1299px #3024FF, 1636px 1245px #3024FF, 2044px 1px #3024FF, 701px 1756px #3024FF, 279px 885px #3024FF, 1263px 656px #3024FF, 1005px 789px #3024FF, 1350px 2434px #3024FF, 691px 1125px #3024FF, 562px 263px #3024FF, 2121px 2443px #3024FF, 9px 571px #3024FF, 531px 1397px #3024FF, 497px 1593px #3024FF, 2370px 699px #3024FF, 220px 1821px #3024FF, 2062px 1375px #3024FF, 381px 1119px #3024FF, 1031px 822px #3024FF, 2247px 1956px #3024FF, 2547px 1507px #3024FF, 646px 691px #3024FF, 1296px 535px #3024FF, 1110px 913px #3024FF, 2304px 1122px #3024FF, 387px 1088px #3024FF, 245px 2346px #3024FF, 640px 1667px #3024FF, 602px 1449px #3024FF, 1513px 697px #3024FF, 1636px 395px #3024FF, 1719px 278px #3024FF, 40px 2064px #3024FF, 2304px 729px #3024FF, 1860px 2469px #3024FF, 8px 1913px #3024FF, 393px 1259px #3024FF, 676px 1635px #3024FF, 871px 612px #3024FF, 1517px 317px #3024FF, 683px 1976px #3024FF, 2218px 1173px #3024FF, 2171px 2308px #3024FF, 101px 2438px #3024FF, 297px 468px #3024FF, 233px 226px #3024FF, 101px 174px #3024FF, 875px 1183px #3024FF, 674px 956px #3024FF, 1240px 1994px #3024FF, 2036px 1513px #3024FF, 2343px 139px #3024FF, 905px 2228px #3024FF, 1932px 519px #3024FF, 1205px 2320px #3024FF, 1691px 802px #3024FF, 33px 2150px #3024FF, 1240px 2242px #3024FF, 500px 732px #3024FF, 414px 603px #3024FF, 664px 1686px #3024FF, 1958px 378px #3024FF, 1714px 219px #3024FF, 636px 124px #3024FF, 261px 235px #3024FF, 378px 68px #3024FF, 2433px 1425px #3024FF, 522px 1507px #3024FF, 2015px 303px #3024FF, 1720px 38px #3024FF, 2180px 1629px #3024FF, 129px 634px #3024FF, 1738px 935px #3024FF, 1711px 2545px #3024FF, 2011px 2529px #3024FF, 360px 2212px #3024FF, 496px 2406px #3024FF, 2094px 2404px #3024FF, 845px 2056px #3024FF, 1966px 224px #3024FF, 909px 116px #3024FF, 1308px 2003px #3024FF, 2311px 1663px #3024FF, 798px 869px #3024FF, 567px 1357px #3024FF, 10px 2444px #3024FF, 2191px 78px #3024FF, 1671px 1549px #3024FF, 2478px 251px #3024FF, 1289px 528px #3024FF, 2166px 1052px #3024FF, 1072px 2122px #3024FF, 739px 1702px #3024FF, 1256px 1459px #3024FF, 2089px 514px #3024FF, 1027px 111px #3024FF, 2429px 1805px #3024FF, 2260px 106px #3024FF, 716px 292px #3024FF, 2150px 1348px #3024FF, 439px 1865px #3024FF, 108px 1577px #3024FF, 1486px 163px #3024FF, 525px 116px #3024FF, 1975px 694px #3024FF, 1655px 2200px #3024FF, 1363px 875px #3024FF, 1770px 23px #3024FF, 1233px 291px #3024FF, 1655px 1257px #3024FF, 1100px 2524px #3024FF, 2468px 1769px #3024FF, 1453px 1855px #3024FF, 2400px 2061px #3024FF, 57px 2400px #3024FF, 2327px 2070px #3024FF, 343px 1956px #3024FF, 901px 985px #3024FF, 109px 1199px #3024FF, 1707px 546px #3024FF, 1707px 292px #3024FF, 2276px 1114px #3024FF, 255px 2394px #3024FF, 1504px 2067px #3024FF, 2327px 383px #3024FF, 2484px 1862px #3024FF, 966px 1753px #3024FF, 986px 650px #3024FF, 1434px 332px #3024FF, 824px 2370px #3024FF, 2028px 1204px #3024FF, 1926px 1998px #3024FF, 1107px 1621px #3024FF, 1544px 1222px #3024FF, 1552px 920px #3024FF, 1636px 2150px #3024FF, 2465px 1995px #3024FF, 387px 227px #3024FF, 795px 944px #3024FF, 356px 285px #3024FF, 224px 1586px #3024FF, 2072px 1561px #3024FF, 1154px 722px #3024FF, 1527px 1201px #3024FF, 557px 2276px #3024FF, 2447px 527px #3024FF, 1463px 2182px #3024FF, 2093px 1907px #3024FF, 472px 2069px #3024FF, 2096px 2404px #3024FF, 1228px 7px #3024FF, 1738px 37px #3024FF, 671px 2084px #3024FF, 643px 522px #3024FF, 1149px 1433px #3024FF, 2017px 248px #3024FF, 940px 2507px #3024FF, 1610px 2385px #3024FF, 281px 2272px #3024FF, 1526px 516px #3024FF, 1038px 357px #3024FF, 1569px 2080px #3024FF, 1373px 1649px #3024FF, 2526px 642px #3024FF, 595px 126px #3024FF;
  border-radius: 50%;
  width: 1px;
  height: 1px;
}

.particle-4:after {
  box-shadow: 0px 0px #3024FF, 2400px 2018px #3024FF, 2061px 403px #3024FF, 1536px 1009px #3024FF, 717px 1057px #3024FF, 1349px 1925px #3024FF, 471px 736px #3024FF, 2542px 1306px #3024FF, 1134px 1993px #3024FF, 988px 2154px #3024FF, 2339px 1643px #3024FF, 2092px 2073px #3024FF, 2319px 2147px #3024FF, 2287px 884px #3024FF, 2256px 685px #3024FF, 1064px 490px #3024FF, 2421px 2436px #3024FF, 887px 2245px #3024FF, 556px 473px #3024FF, 49px 1783px #3024FF, 2491px 193px #3024FF, 1189px 1800px #3024FF, 1668px 774px #3024FF, 747px 2205px #3024FF, 100px 226px #3024FF, 314px 1626px #3024FF, 1954px 66px #3024FF, 335px 2198px #3024FF, 744px 2448px #3024FF, 1503px 2265px #3024FF, 1184px 2123px #3024FF, 2086px 1000px #3024FF, 108px 348px #3024FF, 1724px 2073px #3024FF, 756px 384px #3024FF, 1315px 1222px #3024FF, 1685px 2110px #3024FF, 1000px 1504px #3024FF, 2382px 538px #3024FF, 565px 1513px #3024FF, 920px 1741px #3024FF, 426px 1703px #3024FF, 2478px 2496px #3024FF, 1568px 815px #3024FF, 877px 343px #3024FF, 1121px 737px #3024FF, 725px 31px #3024FF, 181px 1886px #3024FF, 1239px 1197px #3024FF, 1165px 1048px #3024FF, 620px 1754px #3024FF, 2351px 744px #3024FF, 51px 1797px #3024FF, 2517px 1446px #3024FF, 373px 167px #3024FF, 226px 1440px #3024FF, 1163px 1418px #3024FF, 2240px 847px #3024FF, 1609px 2156px #3024FF, 979px 1962px #3024FF, 2290px 814px #3024FF, 746px 1490px #3024FF, 888px 1713px #3024FF, 678px 1533px #3024FF, 2199px 61px #3024FF, 2404px 2046px #3024FF, 1622px 1533px #3024FF, 1524px 2011px #3024FF, 100px 1374px #3024FF, 1064px 2314px #3024FF, 1322px 2265px #3024FF, 1198px 966px #3024FF, 1550px 1662px #3024FF, 1461px 766px #3024FF, 2055px 1020px #3024FF, 2121px 962px #3024FF, 413px 737px #3024FF, 1989px 1650px #3024FF, 860px 678px #3024FF, 1988px 1585px #3024FF, 1502px 2295px #3024FF, 946px 2002px #3024FF, 1241px 220px #3024FF, 1595px 2415px #3024FF, 1392px 968px #3024FF, 1541px 1389px #3024FF, 997px 2544px #3024FF, 135px 2364px #3024FF, 2410px 1310px #3024FF, 777px 1241px #3024FF, 307px 2330px #3024FF, 162px 2017px #3024FF, 1938px 2104px #3024FF, 976px 252px #3024FF, 1576px 137px #3024FF, 1479px 1728px #3024FF, 1561px 64px #3024FF, 103px 728px #3024FF, 1044px 414px #3024FF, 198px 1428px #3024FF, 1081px 208px #3024FF, 1287px 2467px #3024FF, 2388px 421px #3024FF, 1606px 136px #3024FF, 518px 2506px #3024FF, 2357px 2002px #3024FF, 2265px 991px #3024FF, 1984px 1718px #3024FF, 1012px 345px #3024FF, 1878px 1565px #3024FF, 1495px 498px #3024FF, 1338px 1495px #3024FF, 512px 2201px #3024FF, 234px 291px #3024FF, 1579px 2306px #3024FF, 1557px 2351px #3024FF, 593px 68px #3024FF, 919px 1709px #3024FF, 1314px 2559px #3024FF, 1547px 2507px #3024FF, 737px 2210px #3024FF, 2022px 1838px #3024FF, 264px 419px #3024FF, 1720px 1172px #3024FF, 962px 73px #3024FF, 1892px 475px #3024FF, 1841px 2196px #3024FF, 369px 125px #3024FF, 1424px 723px #3024FF, 1330px 1780px #3024FF, 435px 1533px #3024FF, 917px 2057px #3024FF, 992px 1709px #3024FF, 1373px 632px #3024FF, 2122px 1011px #3024FF, 1231px 1750px #3024FF, 2515px 2054px #3024FF, 201px 1522px #3024FF, 2202px 1073px #3024FF, 878px 1002px #3024FF, 905px 350px #3024FF, 1344px 2147px #3024FF, 119px 2050px #3024FF, 817px 2034px #3024FF, 1350px 1863px #3024FF, 1299px 1101px #3024FF, 444px 1409px #3024FF, 218px 439px #3024FF, 1055px 60px #3024FF, 1073px 749px #3024FF, 489px 711px #3024FF, 2293px 25px #3024FF, 922px 191px #3024FF, 1640px 2515px #3024FF, 55px 1417px #3024FF, 1796px 1800px #3024FF, 1248px 680px #3024FF, 1051px 1987px #3024FF, 970px 819px #3024FF, 2210px 2138px #3024FF, 1368px 1665px #3024FF, 835px 576px #3024FF, 218px 667px #3024FF, 1712px 1095px #3024FF, 2184px 1558px #3024FF, 66px 603px #3024FF, 2234px 1492px #3024FF, 1817px 2341px #3024FF, 271px 1117px #3024FF, 1083px 1694px #3024FF, 330px 2450px #3024FF, 1011px 464px #3024FF, 806px 1717px #3024FF, 2050px 1504px #3024FF, 2132px 103px #3024FF, 1680px 1602px #3024FF, 537px 495px #3024FF, 992px 1843px #3024FF, 1131px 1934px #3024FF, 2170px 760px #3024FF, 2482px 1973px #3024FF, 850px 7px #3024FF, 1455px 605px #3024FF, 176px 1765px #3024FF, 2250px 1194px #3024FF, 330px 1150px #3024FF, 683px 20px #3024FF, 1038px 1813px #3024FF, 1660px 1021px #3024FF, 947px 700px #3024FF, 1562px 799px #3024FF, 1985px 411px #3024FF, 2220px 964px #3024FF, 1750px 1179px #3024FF, 393px 1594px #3024FF, 166px 1075px #3024FF, 446px 790px #3024FF, 1239px 889px #3024FF, 646px 1037px #3024FF, 620px 418px #3024FF, 1585px 1858px #3024FF, 1877px 1471px #3024FF, 1040px 2190px #3024FF, 214px 2152px #3024FF, 917px 585px #3024FF, 1189px 1082px #3024FF, 475px 289px #3024FF, 1226px 2327px #3024FF, 2517px 1746px #3024FF, 188px 354px #3024FF, 1771px 1413px #3024FF, 2009px 425px #3024FF, 806px 222px #3024FF, 1105px 2256px #3024FF, 1109px 927px #3024FF, 702px 1581px #3024FF, 2557px 987px #3024FF, 1456px 263px #3024FF, 1141px 1391px #3024FF, 2278px 1881px #3024FF, 106px 1296px #3024FF, 1724px 1366px #3024FF, 506px 1878px #3024FF, 775px 2144px #3024FF, 1370px 860px #3024FF, 1024px 2037px #3024FF, 2064px 132px #3024FF, 152px 1268px #3024FF, 2273px 424px #3024FF, 1252px 826px #3024FF, 2463px 1853px #3024FF, 1060px 2405px #3024FF, 2097px 2027px #3024FF, 329px 1306px #3024FF, 2541px 759px #3024FF, 318px 1742px #3024FF, 861px 918px #3024FF, 1242px 524px #3024FF, 48px 1458px #3024FF, 1264px 855px #3024FF, 2260px 2031px #3024FF, 1567px 665px #3024FF, 1545px 1763px #3024FF, 395px 1074px #3024FF, 1532px 1627px #3024FF, 1108px 180px #3024FF, 696px 213px #3024FF, 510px 2512px #3024FF, 162px 1916px #3024FF, 200px 1535px #3024FF, 2264px 271px #3024FF, 115px 954px #3024FF, 585px 2155px #3024FF, 1785px 838px #3024FF, 921px 1663px #3024FF, 2141px 2465px #3024FF, 924px 2102px #3024FF, 938px 680px #3024FF, 400px 1025px #3024FF, 2099px 2099px #3024FF, 349px 1382px #3024FF, 1025px 1630px #3024FF, 2053px 2017px #3024FF, 2085px 359px #3024FF, 2284px 1197px #3024FF, 1443px 1788px #3024FF, 2229px 2516px #3024FF, 1438px 1109px #3024FF, 529px 960px #3024FF, 1654px 980px #3024FF, 834px 1188px #3024FF, 2234px 1213px #3024FF, 2033px 1689px #3024FF, 1644px 1423px #3024FF, 981px 1322px #3024FF, 1639px 63px #3024FF, 2005px 2478px #3024FF, 1778px 2484px #3024FF, 1012px 500px #3024FF, 1603px 1135px #3024FF, 1365px 1647px #3024FF, 2406px 1765px #3024FF, 2395px 1012px #3024FF, 2388px 1197px #3024FF, 2314px 2024px #3024FF, 1218px 2045px #3024FF, 598px 1044px #3024FF, 2266px 2413px #3024FF, 1283px 2340px #3024FF, 1362px 744px #3024FF, 2488px 260px #3024FF, 2276px 554px #3024FF, 1359px 2430px #3024FF, 749px 1950px #3024FF, 1463px 890px #3024FF, 2263px 146px #3024FF, 384px 1406px #3024FF, 635px 1547px #3024FF, 1458px 1751px #3024FF, 2189px 1855px #3024FF, 887px 2323px #3024FF, 2284px 672px #3024FF, 1298px 967px #3024FF, 1730px 520px #3024FF, 548px 359px #3024FF, 1663px 103px #3024FF, 1834px 1407px #3024FF, 2084px 799px #3024FF, 2248px 486px #3024FF, 307px 1527px #3024FF, 1271px 322px #3024FF, 1480px 2053px #3024FF, 1269px 928px #3024FF, 1539px 777px #3024FF, 197px 786px #3024FF, 1806px 309px #3024FF, 26px 1773px #3024FF, 1280px 80px #3024FF, 911px 2247px #3024FF, 1449px 1456px #3024FF, 2158px 2248px #3024FF, 2411px 174px #3024FF, 2502px 1766px #3024FF, 2358px 2473px #3024FF, 456px 1043px #3024FF, 233px 2108px #3024FF, 2011px 1493px #3024FF, 1653px 1799px #3024FF, 2247px 414px #3024FF, 1973px 1912px #3024FF, 665px 446px #3024FF, 250px 1685px #3024FF, 24px 2021px #3024FF, 2199px 2409px #3024FF, 1441px 530px #3024FF, 2387px 2207px #3024FF, 1705px 2233px #3024FF, 2121px 497px #3024FF, 161px 1049px #3024FF, 1578px 1428px #3024FF, 208px 41px #3024FF, 1889px 540px #3024FF, 2197px 1127px #3024FF, 1018px 2315px #3024FF, 2227px 628px #3024FF, 1866px 1582px #3024FF, 1685px 640px #3024FF, 1133px 1780px #3024FF, 567px 288px #3024FF, 11px 1916px #3024FF, 2377px 1217px #3024FF, 296px 1787px #3024FF, 916px 1209px #3024FF, 1665px 1204px #3024FF, 1600px 2441px #3024FF, 322px 778px #3024FF, 1472px 1637px #3024FF, 2400px 1569px #3024FF, 1222px 1154px #3024FF, 1883px 1656px #3024FF, 1364px 1955px #3024FF, 2281px 1279px #3024FF, 1397px 2444px #3024FF, 2375px 2257px #3024FF, 1273px 2px #3024FF, 30px 674px #3024FF, 296px 1880px #3024FF, 767px 1704px #3024FF, 2196px 457px #3024FF, 1281px 2240px #3024FF, 930px 455px #3024FF, 1707px 182px #3024FF, 1615px 1617px #3024FF, 426px 924px #3024FF, 595px 938px #3024FF, 2072px 1828px #3024FF, 530px 1819px #3024FF, 1693px 1946px #3024FF, 2442px 2552px #3024FF, 2444px 346px #3024FF, 956px 1319px #3024FF, 994px 119px #3024FF, 1603px 1818px #3024FF, 216px 1664px #3024FF, 463px 1887px #3024FF, 2213px 777px #3024FF, 1865px 2188px #3024FF, 366px 1353px #3024FF, 1591px 2411px #3024FF, 1508px 720px #3024FF, 2381px 2443px #3024FF, 1830px 2394px #3024FF, 486px 1478px #3024FF, 2531px 2110px #3024FF, 1540px 2022px #3024FF, 2255px 67px #3024FF, 1098px 1971px #3024FF, 1130px 681px #3024FF, 1262px 1245px #3024FF, 1113px 1560px #3024FF, 1042px 1160px #3024FF, 899px 1463px #3024FF, 1150px 268px #3024FF, 2146px 1510px #3024FF, 1719px 1322px #3024FF, 1981px 165px #3024FF, 1439px 2376px #3024FF, 1647px 2383px #3024FF, 1272px 1948px #3024FF, 2465px 373px #3024FF, 1682px 255px #3024FF, 1846px 2108px #3024FF, 679px 716px #3024FF, 213px 968px #3024FF, 2265px 1703px #3024FF, 844px 1977px #3024FF, 2262px 2505px #3024FF, 177px 1774px #3024FF, 499px 1941px #3024FF, 2232px 2026px #3024FF, 2058px 1652px #3024FF, 1486px 1195px #3024FF, 575px 162px #3024FF, 1102px 758px #3024FF, 2455px 1633px #3024FF, 1643px 2382px #3024FF, 815px 788px #3024FF, 1080px 802px #3024FF, 1073px 2176px #3024FF, 688px 465px #3024FF, 2268px 2110px #3024FF, 65px 2201px #3024FF, 1380px 12px #3024FF, 2276px 370px #3024FF, 547px 2139px #3024FF, 2453px 1092px #3024FF, 170px 175px #3024FF, 2123px 821px #3024FF, 301px 2461px #3024FF, 1738px 729px #3024FF, 1141px 1128px #3024FF, 769px 790px #3024FF, 627px 916px #3024FF, 118px 128px #3024FF, 2286px 1941px #3024FF, 1241px 88px #3024FF, 1602px 1958px #3024FF, 1048px 854px #3024FF, 367px 2383px #3024FF, 1127px 1361px #3024FF, 1924px 2459px #3024FF, 2505px 2191px #3024FF, 613px 1601px #3024FF, 447px 1944px #3024FF, 194px 1856px #3024FF, 2491px 991px #3024FF, 509px 593px #3024FF, 1454px 1060px #3024FF, 764px 1593px #3024FF, 267px 2350px #3024FF, 1091px 927px #3024FF, 1507px 430px #3024FF, 1495px 2393px #3024FF, 972px 160px #3024FF, 1069px 2405px #3024FF, 2054px 56px #3024FF, 1434px 1559px #3024FF, 1475px 1788px #3024FF, 1126px 2035px #3024FF, 759px 576px #3024FF, 2221px 375px #3024FF, 2182px 810px #3024FF, 2280px 1965px #3024FF, 2010px 850px #3024FF, 1413px 2183px #3024FF, 675px 1967px #3024FF, 1269px 2209px #3024FF, 738px 308px #3024FF, 2088px 1691px #3024FF, 536px 1419px #3024FF, 1795px 1022px #3024FF, 314px 2499px #3024FF, 488px 515px #3024FF, 2371px 923px #3024FF, 651px 160px #3024FF, 1761px 2079px #3024FF, 226px 1761px #3024FF, 99px 2048px #3024FF, 1786px 490px #3024FF, 32px 286px #3024FF, 1201px 2525px #3024FF, 874px 1792px #3024FF, 2056px 2333px #3024FF, 1932px 58px #3024FF, 1843px 2234px #3024FF, 1736px 1602px #3024FF, 166px 2444px #3024FF, 2307px 1804px #3024FF, 1632px 481px #3024FF, 2239px 568px #3024FF, 629px 834px #3024FF, 2231px 2541px #3024FF, 1384px 1258px #3024FF, 1585px 760px #3024FF, 573px 753px #3024FF, 1448px 2133px #3024FF, 1063px 1690px #3024FF, 266px 2205px #3024FF, 2354px 563px #3024FF, 31px 1217px #3024FF, 2370px 186px #3024FF, 100px 2165px #3024FF, 1971px 66px #3024FF, 516px 1752px #3024FF, 234px 360px #3024FF, 872px 1857px #3024FF, 500px 627px #3024FF, 148px 2180px #3024FF, 1469px 124px #3024FF, 2286px 738px #3024FF, 67px 2509px #3024FF, 996px 1402px #3024FF, 1289px 808px #3024FF, 2193px 168px #3024FF, 237px 1615px #3024FF, 906px 1849px #3024FF, 656px 72px #3024FF, 499px 1070px #3024FF, 669px 1160px #3024FF, 1295px 2352px #3024FF, 1966px 666px #3024FF, 233px 1061px #3024FF, 1747px 2085px #3024FF, 292px 92px #3024FF, 2169px 1653px #3024FF, 1284px 687px #3024FF, 878px 481px #3024FF, 1030px 2543px #3024FF, 2152px 208px #3024FF, 1845px 1893px #3024FF, 328px 1955px #3024FF, 1282px 2218px #3024FF, 178px 2204px #3024FF, 180px 545px #3024FF, 2313px 746px #3024FF, 2100px 407px #3024FF, 1431px 2209px #3024FF, 1060px 2166px #3024FF, 1870px 2168px #3024FF, 1217px 169px #3024FF, 1564px 2108px #3024FF, 45px 2403px #3024FF, 2522px 1932px #3024FF, 688px 243px #3024FF, 1164px 2447px #3024FF, 529px 1807px #3024FF, 1136px 78px #3024FF, 1627px 725px #3024FF, 1840px 1875px #3024FF, 1139px 1133px #3024FF, 1343px 850px #3024FF, 2018px 2263px #3024FF, 1265px 655px #3024FF, 2487px 1436px #3024FF, 2060px 1885px #3024FF, 2218px 1087px #3024FF, 1363px 1494px #3024FF, 396px 1724px #3024FF, 2087px 1191px #3024FF, 546px 641px #3024FF, 402px 765px #3024FF, 1491px 515px #3024FF, 203px 1510px #3024FF, 2421px 1016px #3024FF, 1876px 2087px #3024FF, 1764px 1010px #3024FF, 1759px 876px #3024FF, 2254px 2400px #3024FF, 401px 785px #3024FF, 1055px 885px #3024FF, 1230px 692px #3024FF, 38px 913px #3024FF, 1846px 1005px #3024FF, 463px 2157px #3024FF, 1498px 501px #3024FF, 1841px 352px #3024FF, 2396px 276px #3024FF, 2144px 1167px #3024FF, 2129px 1524px #3024FF, 934px 552px #3024FF, 68px 1305px #3024FF, 1842px 830px #3024FF, 578px 93px #3024FF, 1955px 696px #3024FF, 996px 1308px #3024FF, 564px 1832px #3024FF, 2549px 1057px #3024FF, 1623px 169px #3024FF, 1768px 716px #3024FF, 522px 247px #3024FF, 1967px 1043px #3024FF, 2164px 98px #3024FF, 1335px 2267px #3024FF, 427px 1538px #3024FF, 1035px 1034px #3024FF, 626px 1997px #3024FF, 1856px 993px #3024FF, 812px 325px #3024FF, 297px 1285px #3024FF, 2097px 914px #3024FF, 2021px 2273px #3024FF, 1844px 579px #3024FF, 755px 1790px #3024FF, 1207px 378px #3024FF, 1597px 1140px #3024FF, 1740px 2224px #3024FF, 1529px 50px #3024FF, 1679px 360px #3024FF, 2498px 2192px #3024FF, 754px 953px #3024FF, 1473px 1031px #3024FF, 2356px 2041px #3024FF, 566px 1239px #3024FF, 1177px 2371px #3024FF, 237px 2510px #3024FF, 468px 1467px #3024FF, 1643px 402px #3024FF, 2461px 751px #3024FF, 1452px 1710px #3024FF, 405px 185px #3024FF, 1274px 1508px #3024FF, 2319px 1792px #3024FF, 1708px 2252px #3024FF, 236px 1072px #3024FF, 1410px 515px #3024FF, 1788px 117px #3024FF, 244px 1180px #3024FF, 2092px 957px #3024FF, 389px 935px #3024FF, 1734px 816px #3024FF, 1861px 2537px #3024FF, 2476px 551px #3024FF, 1335px 936px #3024FF, 2168px 95px #3024FF, 1431px 1670px #3024FF, 2296px 918px #3024FF, 511px 210px #3024FF, 2298px 654px #3024FF, 1876px 1526px #3024FF, 354px 892px #3024FF, 2527px 582px #3024FF, 489px 2237px #3024FF, 164px 654px #3024FF, 2437px 64px #3024FF, 1514px 1937px #3024FF, 594px 1239px #3024FF, 566px 1575px #3024FF, 2243px 953px #3024FF, 988px 2401px #3024FF, 1346px 799px #3024FF, 990px 200px #3024FF, 502px 382px #3024FF, 1013px 811px #3024FF, 2415px 163px #3024FF, 1003px 2441px #3024FF, 1997px 748px #3024FF, 995px 1838px #3024FF, 1905px 1747px #3024FF, 12px 869px #3024FF, 1547px 1461px #3024FF, 1662px 1655px #3024FF, 2466px 2149px #3024FF, 1453px 630px #3024FF, 303px 1425px #3024FF, 1678px 1399px #3024FF, 1068px 2491px #3024FF, 1463px 501px #3024FF, 1235px 1174px #3024FF, 822px 179px #3024FF, 897px 398px #3024FF, 368px 1212px #3024FF, 941px 1810px #3024FF, 1303px 2392px #3024FF, 288px 1639px #3024FF, 1520px 2514px #3024FF, 2306px 540px #3024FF, 1825px 962px #3024FF, 2339px 1253px #3024FF, 1797px 498px #3024FF, 2028px 1726px #3024FF, 369px 1639px #3024FF, 3px 224px #3024FF, 2140px 2086px #3024FF, 2084px 107px #3024FF, 2295px 273px #3024FF, 2330px 578px #3024FF, 748px 1434px #3024FF, 1655px 1064px #3024FF, 1315px 2329px #3024FF, 843px 152px #3024FF, 637px 1951px #3024FF;
  border-radius: 50%;
  width: 1px;
  height: 1px;
}

@keyframes animParticle {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2560px);
  }
}
.page-wrapper {
  text-align: center;
  color: #fff;
  z-index: 2;
}

/****************************************/

/*# sourceMappingURL=app.css.map */
