@charset "UTF-8";
/*
Theme Name: markazeahan-export
Theme URI: https://www.markazeahan.com
Author: markazeahan
Author URI: https://www.markazeahan.com
Text Domain: markazeahan-export
Domain Path: /languages
Description: markazeahan
Version: 1.0
*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  padding: 0;
  list-style: none;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding-right: 2rem;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

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

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

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

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

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

a > code {
  color: inherit;
}

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

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

figure {
  margin: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

@media (min-width: 468px) {
  .container-xs, .container {
    max-width: 450px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1366px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 468px) {
  .col-xs {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 4.16666667%;
}

.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-4 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-5 {
  flex: 0 0 auto;
  width: 20.83333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 25%;
}

.col-7 {
  flex: 0 0 auto;
  width: 29.16666667%;
}

.col-8 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-9 {
  flex: 0 0 auto;
  width: 37.5%;
}

.col-10 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-11 {
  flex: 0 0 auto;
  width: 45.83333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 50%;
}

.col-13 {
  flex: 0 0 auto;
  width: 54.16666667%;
}

.col-14 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-16 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-17 {
  flex: 0 0 auto;
  width: 70.83333333%;
}

.col-18 {
  flex: 0 0 auto;
  width: 75%;
}

.col-19 {
  flex: 0 0 auto;
  width: 79.16666667%;
}

.col-20 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-22 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-23 {
  flex: 0 0 auto;
  width: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16666667%;
}

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

.offset-15 {
  margin-left: 62.5%;
}

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

.offset-17 {
  margin-left: 70.83333333%;
}

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

.offset-19 {
  margin-left: 79.16666667%;
}

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

.offset-21 {
  margin-left: 87.5%;
}

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

.offset-23 {
  margin-left: 95.83333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 468px) {
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-xs-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-xs-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-xs-18 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-xs-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-xs-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

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

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

  .offset-xs-1 {
    margin-left: 4.16666667%;
  }

  .offset-xs-2 {
    margin-left: 8.33333333%;
  }

  .offset-xs-3 {
    margin-left: 12.5%;
  }

  .offset-xs-4 {
    margin-left: 16.66666667%;
  }

  .offset-xs-5 {
    margin-left: 20.83333333%;
  }

  .offset-xs-6 {
    margin-left: 25%;
  }

  .offset-xs-7 {
    margin-left: 29.16666667%;
  }

  .offset-xs-8 {
    margin-left: 33.33333333%;
  }

  .offset-xs-9 {
    margin-left: 37.5%;
  }

  .offset-xs-10 {
    margin-left: 41.66666667%;
  }

  .offset-xs-11 {
    margin-left: 45.83333333%;
  }

  .offset-xs-12 {
    margin-left: 50%;
  }

  .offset-xs-13 {
    margin-left: 54.16666667%;
  }

  .offset-xs-14 {
    margin-left: 58.33333333%;
  }

  .offset-xs-15 {
    margin-left: 62.5%;
  }

  .offset-xs-16 {
    margin-left: 66.66666667%;
  }

  .offset-xs-17 {
    margin-left: 70.83333333%;
  }

  .offset-xs-18 {
    margin-left: 75%;
  }

  .offset-xs-19 {
    margin-left: 79.16666667%;
  }

  .offset-xs-20 {
    margin-left: 83.33333333%;
  }

  .offset-xs-21 {
    margin-left: 87.5%;
  }

  .offset-xs-22 {
    margin-left: 91.66666667%;
  }

  .offset-xs-23 {
    margin-left: 95.83333333%;
  }

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

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

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

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

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

  .g-xs-2,
.gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

  .g-xs-4,
.gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xs-4,
.gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }

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

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-sm-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-sm-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-sm-18 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-sm-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-sm-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-13 {
    margin-left: 54.16666667%;
  }

  .offset-sm-14 {
    margin-left: 58.33333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.66666667%;
  }

  .offset-sm-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-sm-19 {
    margin-left: 79.16666667%;
  }

  .offset-sm-20 {
    margin-left: 83.33333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.66666667%;
  }

  .offset-sm-23 {
    margin-left: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-md-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-md-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-md-18 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-md-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-md-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-13 {
    margin-left: 54.16666667%;
  }

  .offset-md-14 {
    margin-left: 58.33333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.66666667%;
  }

  .offset-md-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-md-19 {
    margin-left: 79.16666667%;
  }

  .offset-md-20 {
    margin-left: 83.33333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.66666667%;
  }

  .offset-md-23 {
    margin-left: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-lg-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-lg-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-lg-18 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-lg-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-lg-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-13 {
    margin-left: 54.16666667%;
  }

  .offset-lg-14 {
    margin-left: 58.33333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.66666667%;
  }

  .offset-lg-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-lg-19 {
    margin-left: 79.16666667%;
  }

  .offset-lg-20 {
    margin-left: 83.33333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.66666667%;
  }

  .offset-lg-23 {
    margin-left: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-xl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-xl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-xl-18 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-xl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-xl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-13 {
    margin-left: 54.16666667%;
  }

  .offset-xl-14 {
    margin-left: 58.33333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.66666667%;
  }

  .offset-xl-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-xl-19 {
    margin-left: 79.16666667%;
  }

  .offset-xl-20 {
    margin-left: 83.33333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.66666667%;
  }

  .offset-xl-23 {
    margin-left: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 4.16666667%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20.83333333%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 29.16666667%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 45.83333333%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-13 {
    flex: 0 0 auto;
    width: 54.16666667%;
  }

  .col-xxl-14 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-15 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-xxl-16 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-17 {
    flex: 0 0 auto;
    width: 70.83333333%;
  }

  .col-xxl-18 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-19 {
    flex: 0 0 auto;
    width: 79.16666667%;
  }

  .col-xxl-20 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-21 {
    flex: 0 0 auto;
    width: 87.5%;
  }

  .col-xxl-22 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-23 {
    flex: 0 0 auto;
    width: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-13 {
    margin-left: 54.16666667%;
  }

  .offset-xxl-14 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-15 {
    margin-left: 62.5%;
  }

  .offset-xxl-16 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-17 {
    margin-left: 70.83333333%;
  }

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

  .offset-xxl-19 {
    margin-left: 79.16666667%;
  }

  .offset-xxl-20 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-21 {
    margin-left: 87.5%;
  }

  .offset-xxl-22 {
    margin-left: 91.66666667%;
  }

  .offset-xxl-23 {
    margin-left: 95.83333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

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

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

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

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

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

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

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

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

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

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

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

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

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

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

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}

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

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

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

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

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

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

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

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

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

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

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

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

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

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

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

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

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

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

.form-floating {
  position: relative;
}

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

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

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

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

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

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

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

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

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

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

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

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

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

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

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

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

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

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

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

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

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

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

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

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

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

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

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

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

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

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

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

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

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

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

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

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

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

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

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

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

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

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

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

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

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

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

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

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

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

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

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

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

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

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

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

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

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

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

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

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

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

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

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

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

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  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[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

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

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

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

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

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

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

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

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

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

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 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;
}

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

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

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.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 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

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

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

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

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

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

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

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

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

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

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

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

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  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;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

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

.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 468px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }

  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0;
}

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

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 467.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  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: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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;
  word-spacing: normal;
  white-space: 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 .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-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[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

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

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 468px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !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-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 468px) {
  .float-xs-start {
    float: left !important;
  }

  .float-xs-end {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-grid {
    display: grid !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .gap-xs-1 {
    gap: 0.25rem !important;
  }

  .gap-xs-2 {
    gap: 0.5rem !important;
  }

  .gap-xs-3 {
    gap: 1rem !important;
  }

  .gap-xs-4 {
    gap: 1.5rem !important;
  }

  .gap-xs-5 {
    gap: 3rem !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }

  .order-xs-first {
    order: -1 !important;
  }

  .order-xs-0 {
    order: 0 !important;
  }

  .order-xs-1 {
    order: 1 !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .order-xs-3 {
    order: 3 !important;
  }

  .order-xs-4 {
    order: 4 !important;
  }

  .order-xs-5 {
    order: 5 !important;
  }

  .order-xs-last {
    order: 6 !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xs-5 {
    margin-top: 3rem !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .me-xs-0 {
    margin-right: 0 !important;
  }

  .me-xs-1 {
    margin-right: 0.25rem !important;
  }

  .me-xs-2 {
    margin-right: 0.5rem !important;
  }

  .me-xs-3 {
    margin-right: 1rem !important;
  }

  .me-xs-4 {
    margin-right: 1.5rem !important;
  }

  .me-xs-5 {
    margin-right: 3rem !important;
  }

  .me-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ms-xs-0 {
    margin-left: 0 !important;
  }

  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xs-3 {
    margin-left: 1rem !important;
  }

  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xs-5 {
    margin-left: 3rem !important;
  }

  .ms-xs-auto {
    margin-left: auto !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xs-3 {
    padding-top: 1rem !important;
  }

  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xs-5 {
    padding-top: 3rem !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xs-3 {
    padding-right: 1rem !important;
  }

  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xs-3 {
    padding-left: 1rem !important;
  }

  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xs-5 {
    padding-left: 3rem !important;
  }

  .text-xs-start {
    text-align: left !important;
  }

  .text-xs-end {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *, .video-js :after, .video-js :before {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible), .video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-audio-button, .video-js.vjs-layout-small .vjs-captions-button, .video-js.vjs-layout-small .vjs-chapters-button, .video-js.vjs-layout-small .vjs-current-time, .video-js.vjs-layout-small .vjs-descriptions-button, .video-js.vjs-layout-small .vjs-duration, .video-js.vjs-layout-small .vjs-playback-rate, .video-js.vjs-layout-small .vjs-remaining-time, .video-js.vjs-layout-small .vjs-subtitles-button, .video-js.vjs-layout-small .vjs-time-divider, .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-audio-button, .video-js.vjs-layout-tiny .vjs-captions-button, .video-js.vjs-layout-tiny .vjs-chapters-button, .video-js.vjs-layout-tiny .vjs-current-time, .video-js.vjs-layout-tiny .vjs-descriptions-button, .video-js.vjs-layout-tiny .vjs-duration, .video-js.vjs-layout-tiny .vjs-playback-rate, .video-js.vjs-layout-tiny .vjs-remaining-time, .video-js.vjs-layout-tiny .vjs-subtitles-button, .video-js.vjs-layout-tiny .vjs-time-divider, .video-js.vjs-layout-tiny .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-audio-button, .video-js.vjs-layout-x-small .vjs-captions-button, .video-js.vjs-layout-x-small .vjs-chapters-button, .video-js.vjs-layout-x-small .vjs-current-time, .video-js.vjs-layout-x-small .vjs-descriptions-button, .video-js.vjs-layout-x-small .vjs-duration, .video-js.vjs-layout-x-small .vjs-playback-rate, .video-js.vjs-layout-x-small .vjs-remaining-time, .video-js.vjs-layout-x-small .vjs-subtitles-button, .video-js.vjs-layout-x-small .vjs-time-divider, .video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-tiny .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
  display: none;
}

.video-js.vjs-layout-tiny .vjs-custom-control-spacer, .video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer, .video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny .vjs-progress-control, .video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}

.video-js :focus:not(:focus-visible) {
  outline: 0;
}

/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-center-start, .swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-center-end, .swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.swal2-container.swal2-center-left > .swal2-popup, .swal2-container.swal2-center-start > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

.swal2-container.swal2-bottom-left > .swal2-popup, .swal2-container.swal2-bottom-start > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-popup, .swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: 0;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}

.swal2-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em 2em 3px;
}

.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-checkbox label, .swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-checkbox input, .swal2-radio input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.5s;
  animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-i-mark 0.8s;
  animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  -webkit-animation: swal2-animate-question-mark 0.8s;
  animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-webkit-keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* iran sans font */
/*@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/eot/IRANSansWeb_Black.eot');
    src: url('fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Black.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/eot/IRANSansWeb_Bold.eot');
    src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/eot/IRANSansWeb_Medium.eot');
    src: url('fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/IRANSansWeb_Light.eot');
    src: url('fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_Light.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/eot/IRANSansWeb.eot');
    src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
        url('fonts/woff2/IRANSansWeb.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
    url('fonts/woff/IRANSansWeb.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
    url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}*/
/*@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/dana-fanum-light.eot');
	src: url('fonts/eot/dana-fanum-light.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-light.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-light.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/dana-fanum-medium.eot');
	src: url('fonts/eot/dana-fanum-medium.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-medium.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-medium.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/dana-fanum-bold.eot');
	src: url('fonts/eot/dana-fanum-bold.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-bold.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-bold.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/dana-fanum-regular.eot');
	src: url('fonts/eot/dana-fanum-regular.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-regular.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-regular.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: 500;
	src: url('fonts/eot/dana-fanum-mediumitalic.eot');
	src: url('fonts/eot/dana-fanum-mediumitalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-mediumitalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-mediumitalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: bold;
	src: url('fonts/eot/dana-fanum-bolditalic.eot');
	src: url('fonts/eot/dana-fanum-bolditalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
		 url('fonts/woff2/dana-fanum-bolditalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
		 url('fonts/woff/dana-fanum-bolditalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}*/
/*@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/dana-light.eot');
	src: url('fonts/eot/dana-light.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-light.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-light.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/dana-medium.eot');
	src: url('fonts/eot/dana-medium.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-medium.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-medium.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/dana-bold.eot');
	src: url('fonts/eot/dana-bold.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-bold.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-bold.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/dana-regular.eot');
	src: url('fonts/eot/dana-regular.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-regular.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-regular.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: 500;
	src: url('fonts/eot/dana-mediumitalic.eot');
	src: url('fonts/eot/dana-mediumitalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-mediumitalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-mediumitalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}
@font-face {
	font-family: dana;
	font-style: italic;
	font-weight: bold;
	src: url('fonts/eot/dana-bolditalic.eot');
	src: url('fonts/eot/dana-bolditalic.eot?#iefix') format('embedded-opentype'),  !* IE6-8 *!
	url('fonts/woff2/dana-bolditalic.woff2') format('woff2'),  !* FF39+,Chrome36+, Opera24+*!
	url('fonts/woff/dana-bolditalic.woff') format('woff');  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!
}*/
@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/yekanbakh/yekan-bakh-bold.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/yekanbakh/yekan-bakh-regular.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/yekanbakh/yekan-bakh-light.woff2") format("woff2");
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icons/icomoon.eot?bp4hn6");
  src: url("fonts/icons/icomoon.eot?bp4hn6#iefix") format("embedded-opentype"), url("fonts/icons/icomoon.ttf?bp4hn6") format("truetype"), url("fonts/icons/icomoon.woff?bp4hn6") format("woff"), url("fonts/icons/icomoon.svg?bp4hn6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-smartphone:before {
  content: "\f291";
}

.icon-apps:before {
  content: "\f292";
}

.icon-mobile:before {
  content: "\f293";
}

.icon-mobile-app:before {
  content: "\f294";
}

.icon-abacus:before {
  content: "\f295";
}

.icon-keys:before {
  content: "\f296";
}

.icon-calculator:before {
  content: "\f297";
}

.icon-foreign:before {
  content: "\f298";
}

.icon-share-link:before {
  content: "\f299";
}

.icon-aparat:before {
  content: "\f29a";
}

.icon-padlock:before {
  content: "\f29b";
}

.icon-menu3:before {
  content: "\f29c";
}

.icon-menu4:before {
  content: "\f29d";
}

.icon-menu6:before {
  content: "\f29e";
}

.icon-menu7:before {
  content: "\f29f";
}

.icon-menu8:before {
  content: "\f2a0";
}

.icon-menu13:before {
  content: "\f2a1";
}

.icon-menu14:before {
  content: "\f2a2";
}

.icon-menu10:before {
  content: "\f2a3";
}

.icon-menu9:before {
  content: "\f2a4";
}

.icon-menu11:before {
  content: "\f2a5";
}

.icon-menu1:before {
  content: "\f2a6";
}

.icon-menu12:before {
  content: "\f2a7";
}

.icon-menu2:before {
  content: "\f2a8";
}

.icon-special-offer:before {
  content: "\f2a9";
}

.icon-compare-text:before {
  content: "\f2aa";
}

.icon-compare-fill:before {
  content: "\f2ab";
}

.icon-compare:before {
  content: "\f2ac";
}

.icon-power:before {
  content: "\f2ad";
}

.icon-supp:before {
  content: "\f2ae";
}

.icon-add-order:before {
  content: "\f2af";
}

.icon-order-list:before {
  content: "\f2b0";
}

.icon-setting:before {
  content: "\f2b1";
}

.icon-mail-o:before {
  content: "\f2b2";
}

.icon-loc-o:before {
  content: "\f2b3";
}

.icon-ticket:before {
  content: "\f2b4";
}

.icon-factors:before {
  content: "\f2b5";
}

.icon-dashboard:before {
  content: "\f2b6";
}

.icon-danger:before {
  content: "\f2b7";
}

.icon-empty:before {
  content: "\f2b8";
}

.icon-tick:before {
  content: "\f2b9";
}

.icon-border:before {
  content: "\f2ba";
}

.icon-circle-play:before {
  content: "\f2bb";
}

.icon-dl:before {
  content: "\f2bc";
}

.icon-view:before {
  content: "\f2bd";
}

.icon-clock:before {
  content: "\f2be";
}

.icon-angle-right:before {
  content: "\f2bf";
}

.icon-angle-left:before {
  content: "\f2c0";
}

.icon-angle-up:before {
  content: "\f2c1";
}

.icon-angle-down:before {
  content: "\f2c2";
}

.icon-call3:before {
  content: "\f2c3";
}

.icon-save-fill:before {
  content: "\f2c4";
}

.icon-qoute2:before {
  content: "\f2c5";
}

.icon-qoute1:before {
  content: "\f2c6";
}

.icon-link:before {
  content: "\f2c7";
}

.icon-menu:before {
  content: "\f2c8";
}

.icon-instagram-fill:before {
  content: "\f2c9";
}

.icon-print:before {
  content: "\f2ca";
}

.icon-excel:before {
  content: "\f2cb";
}

.icon-chart2:before {
  content: "\f2cc";
}

.icon-close:before {
  content: "\f2cd";
}

.icon-call2:before {
  content: "\f2ce";
}

.icon-plus2:before {
  content: "\f2cf";
}

.icon-minus:before {
  content: "\f2d0";
}

.icon-chat:before {
  content: "\f2d1";
}

.icon-qiubic:before {
  content: "\f2d2";
}

.icon-code:before {
  content: "\f2d3";
}

.icon-share:before {
  content: "\f2d4";
}

.icon-chart-down:before {
  content: "\f2d5";
}

.icon-save:before {
  content: "\f2d6";
}

.icon-dots:before {
  content: "\f2d7";
}

.icon-replay:before {
  content: "\f2d8";
}

.icon-dislike:before {
  content: "\f2d9";
}

.icon-article:before {
  content: "\f2da";
}

.icon-factor:before {
  content: "\f2db";
}

.icon-map:before {
  content: "\f2dc";
}

.icon-music:before {
  content: "\f2dd";
}

.icon-video:before {
  content: "\f2de";
}

.icon-like:before {
  content: "\f2df";
}

.icon-user-o:before {
  content: "\f2e0";
}

.icon-cart-o:before {
  content: "\f2e1";
}

.icon-markaz .path1:before {
  content: "\f2e2";
  color: #3c5059;
}

.icon-markaz .path2:before {
  content: "\f2e3";
  margin-left: -1.01953125em;
  color: #ee273a;
}

.icon-markaz-blank:before {
  content: "\f2e4";
}

.icon-ivahid-small:before {
  content: "\f2e5";
}

.icon-ivahid:before {
  content: "\f2e6";
}

.icon-pause:before {
  content: "\f2e7";
}

.icon-videos:before {
  content: "\f2e8";
}

.icon-play:before {
  content: "\f2e9";
}

.icon-mines:before {
  content: "\f2ea";
}

.icon-plus:before {
  content: "\f2eb";
}

.icon-facebook:before {
  content: "\f2ec";
}

.icon-instagram:before {
  content: "\f2ed";
}

.icon-linkedin:before {
  content: "\f2ee";
}

.icon-loc:before {
  content: "\f2ef";
}

.icon-logo .path1:before {
  content: "\f2f0";
  color: #677e87;
}

.icon-logo .path2:before {
  content: "\f2f1";
  margin-left: -3.013671875em;
  color: #3c5059;
}

.icon-logo .path3:before {
  content: "\f2f2";
  margin-left: -3.013671875em;
  color: #ee273a;
}

.icon-logo .path4:before {
  content: "\f2f3";
  margin-left: -3.013671875em;
  color: #3c5059;
}

.icon-logo .path5:before {
  content: "\f2f4";
  margin-left: -3.013671875em;
  color: #3c5059;
}

.icon-logo .path6:before {
  content: "\f2f5";
  margin-left: -3.013671875em;
  color: #ee273a;
}

.icon-logo2:before {
  content: "\f2f6";
}

.icon-mail:before {
  content: "\f2f7";
}

.icon-msg:before {
  content: "\f2f8";
}

.icon-telegram:before {
  content: "\f2f9";
}

.icon-telegram-fill:before {
  content: "\f2fa";
}

.icon-tile:before {
  content: "\f2fb";
}

.icon-twitter:before {
  content: "\f2fc";
}

.icon-whats:before {
  content: "\f2fd";
}

.icon-whats-fill:before {
  content: "\f2fe";
}

.icon-cursoe:before {
  content: "\f2ff";
}

.icon-mouse:before {
  content: "\f300";
}

.icon-arrow-bottom:before {
  content: "\f301";
}

.icon-arrow-top:before {
  content: "\f302";
}

.icon-arrow-left:before {
  content: "\f303";
}

.icon-arrow-right:before {
  content: "\f304";
}

.icon-angle:before {
  content: "\f305";
}

.icon-news:before {
  content: "\f306";
}

.icon-podcast:before {
  content: "\f307";
}

.icon-search:before {
  content: "\f308";
}

.icon-user:before {
  content: "\f309";
}

.icon-arrow-long-left:before {
  content: "\f30a";
}

.icon-arrow-long-bottom:before {
  content: "\f30b";
}

.icon-arrow-long-top:before {
  content: "\f30c";
}

.icon-arrow-long-right:before {
  content: "\f30d";
}

.icon-basket:before {
  content: "\f30e";
}

.icon-call:before {
  content: "\f30f";
}

.icon-knowledgs:before {
  content: "\f310";
}

.icon-title-ribbun-left:before {
  content: "\f28f";
}

.icon-title-ribbun-right:before {
  content: "\f290";
}

.icon-blob:before {
  content: "\f28e";
}

.icon-head-logo-bg:before {
  content: "\f28d";
}

.icon-uniF103:before {
  content: "\f103";
}

.icon-uniF10C:before {
  content: "\f10c";
}

.icon-uniF131:before {
  content: "\f131";
}

.icon-uniF12B:before {
  content: "\f12b";
}

.icon-uniF116:before {
  content: "\f116";
}

.icon-uniF121:before {
  content: "\f121";
}

.icon-uniF101:before {
  content: "\f101";
}

.icon-uniF136:before {
  content: "\f136";
}

.icon-uniF12D:before {
  content: "\f12d";
}

.icon-uniF132:before {
  content: "\f132";
}

.icon-uniF11D:before {
  content: "\f11d";
}

.icon-uniF10D:before {
  content: "\f10d";
}

.icon-uniF107:before {
  content: "\f107";
}

.icon-uniF105:before {
  content: "\f105";
}

.icon-uniF12E:before {
  content: "\f12e";
}

.icon-uniF12A:before {
  content: "\f12a";
}

.icon-uniF106:before {
  content: "\f106";
}

.icon-uniF110:before {
  content: "\f110";
}

.icon-uniF12F:before {
  content: "\f12f";
}

.icon-uniF130:before {
  content: "\f130";
}

.icon-uniF133:before {
  content: "\f133";
}

.icon-uniF10B:before {
  content: "\f10b";
}

.icon-uniF113:before {
  content: "\f113";
}

.icon-uniF128:before {
  content: "\f128";
}

.icon-uniF102:before {
  content: "\f102";
}

.icon-uniF11A:before {
  content: "\f11a";
}

.icon-uniF111:before {
  content: "\f111";
}

.icon-uniF114:before {
  content: "\f114";
}

.icon-uniF124:before {
  content: "\f124";
}

.icon-uniF108:before {
  content: "\f108";
}

.icon-uniF112:before {
  content: "\f112";
}

.icon-uniF109:before {
  content: "\f109";
}

.icon-uniF10A:before {
  content: "\f10a";
}

.icon-uniF129:before {
  content: "\f129";
}

.icon-uniF120:before {
  content: "\f120";
}

.icon-uniF126:before {
  content: "\f126";
}

.icon-uniF11C:before {
  content: "\f11c";
}

.icon-uniF104:before {
  content: "\f104";
}

.icon-uniF10E:before {
  content: "\f10e";
}

.icon-uniF134:before {
  content: "\f134";
}

.icon-uniF122:before {
  content: "\f122";
}

.icon-uniF11E:before {
  content: "\f11e";
}

.icon-uniF115:before {
  content: "\f115";
}

.icon-uniF127:before {
  content: "\f127";
}

.icon-uniF11B:before {
  content: "\f11b";
}

.icon-uniF100:before {
  content: "\f100";
}

.icon-uniF119:before {
  content: "\f119";
}

.icon-uniF117:before {
  content: "\f117";
}

.icon-uniF125:before {
  content: "\f125";
}

.icon-uniF11F:before {
  content: "\f11f";
}

.icon-uniF10F:before {
  content: "\f10f";
}

.icon-uniF135:before {
  content: "\f135";
}

.icon-uniF118:before {
  content: "\f118";
}

.icon-uniF12C:before {
  content: "\f12c";
}

.icon-uniF123:before {
  content: "\f123";
}

.icon-Activity:before {
  content: "\e900";
}

.icon-Activity1:before {
  content: "\e901";
}

.icon-Activity2:before {
  content: "\e902";
}

.icon-Activity3:before {
  content: "\e903";
}

.icon-Activity4:before {
  content: "\e904";
}

.icon-Activity5 .path1:before {
  content: "\e905";
  color: #200e32;
}

.icon-Activity5 .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Add-User:before {
  content: "\e907";
}

.icon-Add-User1:before {
  content: "\e908";
}

.icon-Add-User2:before {
  content: "\e909";
}

.icon-Add-User3:before {
  content: "\e90a";
}

.icon-Add-User4 .path1:before {
  content: "\e90b";
  color: #200e32;
}

.icon-Add-User4 .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: #200e32;
}

.icon-Add-User4 .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Add-User5:before {
  content: "\e90e";
}

.icon-Add-1:before {
  content: "\e90f";
  color: #fff;
}

.icon-Add-11:before {
  content: "\e910";
  color: #fff;
}

.icon-Add-12:before {
  content: "\e911";
}

.icon-Add-13:before {
  content: "\e912";
}

.icon-Add:before {
  content: "\e913";
}

.icon-Add1:before {
  content: "\e914";
  color: #363853;
}

.icon-Add2:before {
  content: "\e915";
  color: #363853;
}

.icon-Add3:before {
  content: "\e916";
}

.icon-Arrow---Bottom-1:before {
  content: "\e917";
}

.icon-Arrow---Bottom-11:before {
  content: "\e918";
}

.icon-Arrow---Bottom-12:before {
  content: "\e919";
  color: #363853;
}

.icon-Arrow---Bottom-13:before {
  content: "\e91a";
}

.icon-Arrow---Bottom-2:before {
  content: "\e91b";
}

.icon-Arrow---Bottom-21:before {
  content: "\e91c";
}

.icon-Arrow---Bottom-22:before {
  content: "\e91d";
  color: #363853;
}

.icon-Arrow---Bottom-23:before {
  content: "\e91e";
}

.icon-Arrow---Bottom-3:before {
  content: "\e91f";
}

.icon-Arrow---Bottom-31:before {
  content: "\e920";
  color: #363853;
}

.icon-Arrow---Bottom-32:before {
  content: "\e921";
  color: #363853;
}

.icon-Arrow---Bottom-33:before {
  content: "\e922";
}

.icon-Arrow---Bottom-4:before {
  content: "\e923";
}

.icon-Arrow---Bottom-41:before {
  content: "\e924";
  color: #fff;
}

.icon-Arrow---Bottom-42:before {
  content: "\e925";
  color: #fff;
}

.icon-Arrow---Bottom-43:before {
  content: "\e926";
}

.icon-Arrow---Bottom-5:before {
  content: "\e927";
}

.icon-Arrow---Bottom-51:before {
  content: "\e928";
}

.icon-Arrow---Bottom-52:before {
  content: "\e929";
  color: #fff;
}

.icon-Arrow---Bottom-53:before {
  content: "\e92a";
}

.icon-Arrow---Bottom-6:before {
  content: "\e92b";
}

.icon-Arrow---Bottom-61:before {
  content: "\e92c";
}

.icon-Arrow---Bottom-62:before {
  content: "\e92d";
  color: #fff;
}

.icon-Arrow---Bottom-63:before {
  content: "\e92e";
}

.icon-Arrow---Bottom-7:before {
  content: "\e92f";
}

.icon-Arrow---Bottom-71:before {
  content: "\e930";
  color: #fff;
}

.icon-Arrow---Bottom-72:before {
  content: "\e931";
  color: #fff;
}

.icon-Arrow---Bottom-73:before {
  content: "\e932";
}

.icon-Arrow---Bottom:before {
  content: "\e933";
}

.icon-Arrow---Bottom1:before {
  content: "\e934";
  color: #363853;
}

.icon-Arrow---Bottom2:before {
  content: "\e935";
  color: #363853;
}

.icon-Arrow---Bottom3:before {
  content: "\e936";
}

.icon-Arrow---Down-2:before {
  content: "\e937";
}

.icon-Arrow---Down-21:before {
  content: "\e938";
}

.icon-Arrow---Down-22:before {
  content: "\e939";
}

.icon-Arrow---Down-23:before {
  content: "\e93a";
}

.icon-Arrow---Down-24 .path1:before {
  content: "\e93b";
  color: #200e32;
}

.icon-Arrow---Down-24 .path2:before {
  content: "\e93c";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Down-25:before {
  content: "\e93d";
}

.icon-Arrow---Down-3:before {
  content: "\e93e";
}

.icon-Arrow---Down-31:before {
  content: "\e93f";
}

.icon-Arrow---Down-32:before {
  content: "\e940";
}

.icon-Arrow---Down-33:before {
  content: "\e941";
}

.icon-Arrow---Down-34:before {
  content: "\e942";
}

.icon-Arrow---Down-35 .path1:before {
  content: "\e943";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Down-35 .path2:before {
  content: "\e944";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Down-Circle:before {
  content: "\e945";
}

.icon-Arrow---Down-Circle1:before {
  content: "\e946";
}

.icon-Arrow---Down-Circle2:before {
  content: "\e947";
}

.icon-Arrow---Down-Circle3 .path1:before {
  content: "\e948";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Down-Circle3 .path2:before {
  content: "\e949";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Down-Circle4:before {
  content: "\e94a";
}

.icon-Arrow---Down-Circle5:before {
  content: "\e94b";
}

.icon-Arrow---Down-Square:before {
  content: "\e94c";
}

.icon-Arrow---Down-Square1:before {
  content: "\e94d";
}

.icon-Arrow---Down-Square2:before {
  content: "\e94e";
}

.icon-Arrow---Down-Square3 .path1:before {
  content: "\e94f";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Down-Square3 .path2:before {
  content: "\e950";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Down-Square4:before {
  content: "\e951";
}

.icon-Arrow---Down-Square5:before {
  content: "\e952";
}

.icon-Arrow---Down:before {
  content: "\e953";
}

.icon-Arrow---Down1:before {
  content: "\e954";
}

.icon-Arrow---Down2:before {
  content: "\e955";
}

.icon-Arrow---Down3 .path1:before {
  content: "\e956";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Down3 .path2:before {
  content: "\e957";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Down4:before {
  content: "\e958";
}

.icon-Arrow---Down5:before {
  content: "\e959";
}

.icon-Arrow---Left-2:before {
  content: "\e95a";
}

.icon-Arrow---Left-21:before {
  content: "\e95b";
}

.icon-Arrow---Left-22:before {
  content: "\e95c";
}

.icon-Arrow---Left-23 .path1:before {
  content: "\e95d";
  color: #200e32;
}

.icon-Arrow---Left-23 .path2:before {
  content: "\e95e";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Left-24:before {
  content: "\e95f";
}

.icon-Arrow---Left-25:before {
  content: "\e960";
}

.icon-Arrow---Left-3:before {
  content: "\e961";
}

.icon-Arrow---Left-31:before {
  content: "\e962";
}

.icon-Arrow---Left-32:before {
  content: "\e963";
}

.icon-Arrow---Left-33 .path1:before {
  content: "\e964";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Left-33 .path2:before {
  content: "\e965";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Left-34:before {
  content: "\e966";
}

.icon-Arrow---Left-35:before {
  content: "\e967";
}

.icon-Arrow---Left-Circle:before {
  content: "\e968";
}

.icon-Arrow---Left-Circle1:before {
  content: "\e969";
}

.icon-Arrow---Left-Circle2:before {
  content: "\e96a";
}

.icon-Arrow---Left-Circle3:before {
  content: "\e96b";
}

.icon-Arrow---Left-Circle4 .path1:before {
  content: "\e96c";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Left-Circle4 .path2:before {
  content: "\e96d";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Left-Circle5:before {
  content: "\e96e";
}

.icon-Arrow---Left-Square:before {
  content: "\e96f";
}

.icon-Arrow---Left-Square1:before {
  content: "\e970";
}

.icon-Arrow---Left-Square2:before {
  content: "\e971";
}

.icon-Arrow---Left-Square3:before {
  content: "\e972";
}

.icon-Arrow---Left-Square4 .path1:before {
  content: "\e973";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Left-Square4 .path2:before {
  content: "\e974";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Left-Square5:before {
  content: "\e975";
}

.icon-Arrow---Left-1:before {
  content: "\e976";
}

.icon-Arrow---Left-11:before {
  content: "\e977";
}

.icon-Arrow---Left-12:before {
  content: "\e978";
  color: #363853;
}

.icon-Arrow---Left-13:before {
  content: "\e979";
}

.icon-Arrow---Left-26:before {
  content: "\e97a";
}

.icon-Arrow---Left-27:before {
  content: "\e97b";
}

.icon-Arrow---Left-28:before {
  content: "\e97c";
  color: #363853;
}

.icon-Arrow---Left-29:before {
  content: "\e97d";
}

.icon-Arrow---Left-36:before {
  content: "\e97e";
}

.icon-Arrow---Left-37:before {
  content: "\e97f";
  color: #363853;
}

.icon-Arrow---Left-38:before {
  content: "\e980";
  color: #363853;
}

.icon-Arrow---Left-39:before {
  content: "\e981";
}

.icon-Arrow---Left-4:before {
  content: "\e982";
  color: #fff;
}

.icon-Arrow---Left-41:before {
  content: "\e983";
}

.icon-Arrow---Left-42:before {
  content: "\e984";
  color: #fff;
}

.icon-Arrow---Left-43:before {
  content: "\e985";
}

.icon-Arrow---Left-5:before {
  content: "\e986";
}

.icon-Arrow---Left-51:before {
  content: "\e987";
}

.icon-Arrow---Left-52:before {
  content: "\e988";
  color: #fff;
}

.icon-Arrow---Left-53:before {
  content: "\e989";
}

.icon-Arrow---Left-6:before {
  content: "\e98a";
}

.icon-Arrow---Left-61:before {
  content: "\e98b";
}

.icon-Arrow---Left-62:before {
  content: "\e98c";
  color: #fff;
}

.icon-Arrow---Left-63:before {
  content: "\e98d";
}

.icon-Arrow---Left-7:before {
  content: "\e98e";
  color: #fff;
}

.icon-Arrow---Left-71:before {
  content: "\e98f";
}

.icon-Arrow---Left-72:before {
  content: "\e990";
  color: #fff;
}

.icon-Arrow---Left-73:before {
  content: "\e991";
}

.icon-Arrow---Left:before {
  content: "\e992";
  color: #363853;
}

.icon-Arrow---Left1:before {
  content: "\e993";
}

.icon-Arrow---Left2:before {
  content: "\e994";
}

.icon-Arrow---Left3:before {
  content: "\e995";
}

.icon-Arrow---Left4:before {
  content: "\e996";
  color: #363853;
}

.icon-Arrow---Left5:before {
  content: "\e997";
}

.icon-Arrow---Left6:before {
  content: "\e998";
}

.icon-Arrow---Left7:before {
  content: "\e999";
}

.icon-Arrow---Left8 .path1:before {
  content: "\e99a";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Left8 .path2:before {
  content: "\e99b";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Left9:before {
  content: "\e99c";
}

.icon-Arrow---Right-2:before {
  content: "\e99d";
}

.icon-Arrow---Right-21:before {
  content: "\e99e";
}

.icon-Arrow---Right-22:before {
  content: "\e99f";
}

.icon-Arrow---Right-23:before {
  content: "\e9a0";
}

.icon-Arrow---Right-24 .path1:before {
  content: "\e9a1";
  color: #200e32;
}

.icon-Arrow---Right-24 .path2:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Right-25:before {
  content: "\e9a3";
}

.icon-Arrow---Right-3:before {
  content: "\e9a4";
}

.icon-Arrow---Right-31:before {
  content: "\e9a5";
}

.icon-Arrow---Right-32:before {
  content: "\e9a6";
}

.icon-Arrow---Right-33:before {
  content: "\e9a7";
}

.icon-Arrow---Right-34 .path1:before {
  content: "\e9a8";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Right-34 .path2:before {
  content: "\e9a9";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Right-35:before {
  content: "\e9aa";
}

.icon-Arrow---Right-Circle:before {
  content: "\e9ab";
}

.icon-Arrow---Right-Circle1:before {
  content: "\e9ac";
}

.icon-Arrow---Right-Circle2:before {
  content: "\e9ad";
}

.icon-Arrow---Right-Circle3:before {
  content: "\e9ae";
}

.icon-Arrow---Right-Circle4 .path1:before {
  content: "\e9af";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Right-Circle4 .path2:before {
  content: "\e9b0";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Right-Circle5:before {
  content: "\e9b1";
}

.icon-Arrow---Right-Square:before {
  content: "\e9b2";
}

.icon-Arrow---Right-Square1:before {
  content: "\e9b3";
}

.icon-Arrow---Right-Square2:before {
  content: "\e9b4";
}

.icon-Arrow---Right-Square3:before {
  content: "\e9b5";
}

.icon-Arrow---Right-Square4 .path1:before {
  content: "\e9b6";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Right-Square4 .path2:before {
  content: "\e9b7";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Right-Square5:before {
  content: "\e9b8";
}

.icon-Arrow---Right-1:before {
  content: "\e9b9";
}

.icon-Arrow---Right-11:before {
  content: "\e9ba";
}

.icon-Arrow---Right-12:before {
  content: "\e9bb";
}

.icon-Arrow---Right-13:before {
  content: "\e9bc";
  color: #363853;
}

.icon-Arrow---Right-26:before {
  content: "\e9bd";
}

.icon-Arrow---Right-27:before {
  content: "\e9be";
}

.icon-Arrow---Right-28:before {
  content: "\e9bf";
}

.icon-Arrow---Right-29:before {
  content: "\e9c0";
  color: #363853;
}

.icon-Arrow---Right-36:before {
  content: "\e9c1";
  color: #363853;
}

.icon-Arrow---Right-37:before {
  content: "\e9c2";
}

.icon-Arrow---Right-38:before {
  content: "\e9c3";
}

.icon-Arrow---Right-39:before {
  content: "\e9c4";
  color: #363853;
}

.icon-Arrow---Right-4:before {
  content: "\e9c5";
  color: #fff;
}

.icon-Arrow---Right-41:before {
  content: "\e9c6";
}

.icon-Arrow---Right-42:before {
  content: "\e9c7";
}

.icon-Arrow---Right-43:before {
  content: "\e9c8";
  color: #fff;
}

.icon-Arrow---Right-5:before {
  content: "\e9c9";
}

.icon-Arrow---Right-51:before {
  content: "\e9ca";
}

.icon-Arrow---Right-52:before {
  content: "\e9cb";
}

.icon-Arrow---Right-53:before {
  content: "\e9cc";
  color: #fff;
}

.icon-Arrow---Right-6:before {
  content: "\e9cd";
}

.icon-Arrow---Right-61:before {
  content: "\e9ce";
}

.icon-Arrow---Right-62:before {
  content: "\e9cf";
  color: #fff;
}

.icon-Arrow---Right-63:before {
  content: "\e9d0";
}

.icon-Arrow---Right-7:before {
  content: "\e9d1";
}

.icon-Arrow---Right-71:before {
  content: "\e9d2";
}

.icon-Arrow---Right-72:before {
  content: "\e9d3";
  color: #fff;
}

.icon-Arrow---Right-73:before {
  content: "\e9d4";
  color: #fff;
}

.icon-Arrow---Right:before {
  content: "\e9d5";
  color: #363853;
}

.icon-Arrow---Right1:before {
  content: "\e9d6";
}

.icon-Arrow---Right2:before {
  content: "\e9d7";
}

.icon-Arrow---Right3:before {
  content: "\e9d8";
}

.icon-Arrow---Right4:before {
  content: "\e9d9";
}

.icon-Arrow---Right5:before {
  content: "\e9da";
}

.icon-Arrow---Right6:before {
  content: "\e9db";
}

.icon-Arrow---Right7 .path1:before {
  content: "\e9dc";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Right7 .path2:before {
  content: "\e9dd";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Right8:before {
  content: "\e9de";
}

.icon-Arrow---Right9:before {
  content: "\e9df";
  color: #363853;
}

.icon-Arrow---Swap-1:before {
  content: "\e9e0";
}

.icon-Arrow---Swap-11:before {
  content: "\e9e1";
}

.icon-Arrow---Swap-12:before {
  content: "\e9e2";
}

.icon-Arrow---Swap-13:before {
  content: "\e9e3";
}

.icon-Arrow---Swap:before {
  content: "\e9e4";
}

.icon-Arrow---Swap1:before {
  content: "\e9e5";
}

.icon-Arrow---Swap2:before {
  content: "\e9e6";
}

.icon-Arrow---Swap3:before {
  content: "\e9e7";
}

.icon-Arrow---Top-1:before {
  content: "\e9e8";
  color: #363853;
}

.icon-Arrow---Top-11:before {
  content: "\e9e9";
}

.icon-Arrow---Top-12:before {
  content: "\e9ea";
}

.icon-Arrow---Top-13:before {
  content: "\e9eb";
}

.icon-Arrow---Top-2:before {
  content: "\e9ec";
  color: #363853;
}

.icon-Arrow---Top-21:before {
  content: "\e9ed";
}

.icon-Arrow---Top-22:before {
  content: "\e9ee";
}

.icon-Arrow---Top-23:before {
  content: "\e9ef";
}

.icon-Arrow---Top-3:before {
  content: "\e9f0";
  color: #363853;
}

.icon-Arrow---Top-31:before {
  content: "\e9f1";
}

.icon-Arrow---Top-32:before {
  content: "\e9f2";
}

.icon-Arrow---Top-33:before {
  content: "\e9f3";
  color: #363853;
}

.icon-Arrow---Top-4:before {
  content: "\e9f4";
  color: #fff;
}

.icon-Arrow---Top-41:before {
  content: "\e9f5";
}

.icon-Arrow---Top-42:before {
  content: "\e9f6";
}

.icon-Arrow---Top-43:before {
  content: "\e9f7";
  color: #fff;
}

.icon-Arrow---Top-5:before {
  content: "\e9f8";
  color: #fff;
}

.icon-Arrow---Top-51:before {
  content: "\e9f9";
}

.icon-Arrow---Top-52:before {
  content: "\e9fa";
}

.icon-Arrow---Top-53:before {
  content: "\e9fb";
}

.icon-Arrow---Top-6:before {
  content: "\e9fc";
  color: #fff;
}

.icon-Arrow---Top-61:before {
  content: "\e9fd";
}

.icon-Arrow---Top-62:before {
  content: "\e9fe";
}

.icon-Arrow---Top-63:before {
  content: "\e9ff";
}

.icon-Arrow---Top-7:before {
  content: "\ea00";
  color: #fff;
}

.icon-Arrow---Top-71:before {
  content: "\ea01";
}

.icon-Arrow---Top-72:before {
  content: "\ea02";
}

.icon-Arrow---Top-73:before {
  content: "\ea03";
  color: #fff;
}

.icon-Arrow---Top:before {
  content: "\ea04";
  color: #363853;
}

.icon-Arrow---Top1:before {
  content: "\ea05";
}

.icon-Arrow---Top2:before {
  content: "\ea06";
}

.icon-Arrow---Top3:before {
  content: "\ea07";
  color: #363853;
}

.icon-Arrow---Up-2:before {
  content: "\ea08";
}

.icon-Arrow---Up-21:before {
  content: "\ea09";
}

.icon-Arrow---Up-22:before {
  content: "\ea0a";
}

.icon-Arrow---Up-23:before {
  content: "\ea0b";
}

.icon-Arrow---Up-24:before {
  content: "\ea0c";
}

.icon-Arrow---Up-25 .path1:before {
  content: "\ea0d";
  color: #200e32;
}

.icon-Arrow---Up-25 .path2:before {
  content: "\ea0e";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Up-3:before {
  content: "\ea0f";
}

.icon-Arrow---Up-31:before {
  content: "\ea10";
}

.icon-Arrow---Up-32:before {
  content: "\ea11";
}

.icon-Arrow---Up-33:before {
  content: "\ea12";
}

.icon-Arrow---Up-34 .path1:before {
  content: "\ea13";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Up-34 .path2:before {
  content: "\ea14";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Up-35:before {
  content: "\ea15";
}

.icon-Arrow---Up-Circle:before {
  content: "\ea16";
}

.icon-Arrow---Up-Circle1:before {
  content: "\ea17";
}

.icon-Arrow---Up-Circle2:before {
  content: "\ea18";
}

.icon-Arrow---Up-Circle3 .path1:before {
  content: "\ea19";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Up-Circle3 .path2:before {
  content: "\ea1a";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Up-Circle4:before {
  content: "\ea1b";
}

.icon-Arrow---Up-Circle5:before {
  content: "\ea1c";
}

.icon-Arrow---Up-Square:before {
  content: "\ea1d";
}

.icon-Arrow---Up-Square1:before {
  content: "\ea1e";
}

.icon-Arrow---Up-Square2 .path1:before {
  content: "\ea1f";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Up-Square2 .path2:before {
  content: "\ea20";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Up-Square3:before {
  content: "\ea21";
}

.icon-Arrow---Up-Square4:before {
  content: "\ea22";
}

.icon-Arrow---Up-Square5:before {
  content: "\ea23";
}

.icon-Arrow---Up:before {
  content: "\ea24";
}

.icon-Arrow---Up1:before {
  content: "\ea25";
}

.icon-Arrow---Up2 .path1:before {
  content: "\ea26";
  color: #200e32;
  opacity: 0.4;
}

.icon-Arrow---Up2 .path2:before {
  content: "\ea27";
  margin-left: -1em;
  color: #200e32;
}

.icon-Arrow---Up3:before {
  content: "\ea28";
}

.icon-Arrow---Up4:before {
  content: "\ea29";
}

.icon-Arrow---Up5:before {
  content: "\ea2a";
}

.icon-Award-1:before {
  content: "\ea2b";
  color: #fff;
}

.icon-Award-11:before {
  content: "\ea2c";
}

.icon-Award-12:before {
  content: "\ea2d";
}

.icon-Award-13:before {
  content: "\ea2e";
  color: #fff;
}

.icon-Award:before {
  content: "\ea2f";
  color: #363853;
}

.icon-Award1:before {
  content: "\ea30";
}

.icon-Award2:before {
  content: "\ea31";
}

.icon-Award3:before {
  content: "\ea32";
  color: #363853;
}

.icon-Bag---2-1:before {
  content: "\ea33";
}

.icon-Bag---2-11:before {
  content: "\ea34";
  color: #fff;
}

.icon-Bag---2-12:before {
  content: "\ea35";
}

.icon-Bag---2-13:before {
  content: "\ea36";
  color: #fff;
}

.icon-Bag---2:before {
  content: "\ea37";
}

.icon-Bag---21:before {
  content: "\ea38";
  color: #363853;
}

.icon-Bag---22:before {
  content: "\ea39";
}

.icon-Bag---23:before {
  content: "\ea3a";
  color: #363853;
}

.icon-Bag-2:before {
  content: "\ea3b";
}

.icon-Bag-21:before {
  content: "\ea3c";
}

.icon-Bag-22:before {
  content: "\ea3d";
}

.icon-Bag-23 .path1:before {
  content: "\ea3e";
  color: #200e32;
  opacity: 0.4;
}

.icon-Bag-23 .path2:before {
  content: "\ea3f";
  margin-left: -1em;
  color: #200e32;
}

.icon-Bag-24:before {
  content: "\ea40";
}

.icon-Bag-25:before {
  content: "\ea41";
}

.icon-Bag-1 .path1:before {
  content: "\ea42";
  color: white;
}

.icon-Bag-1 .path2:before {
  content: "\ea43";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Bag-11:before {
  content: "\ea44";
  color: #fff;
}

.icon-Bag-12:before {
  content: "\ea45";
  color: #fff;
}

.icon-Bag-13 .path1:before {
  content: "\ea46";
  color: white;
  opacity: 0.15;
}

.icon-Bag-13 .path2:before {
  content: "\ea47";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Bag-13 .path3:before {
  content: "\ea48";
  margin-left: -1em;
  color: white;
}

.icon-Bag .path1:before {
  content: "\ea49";
  color: #363853;
}

.icon-Bag .path2:before {
  content: "\ea4a";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Bag1:before {
  content: "\ea4b";
}

.icon-Bag2:before {
  content: "\ea4c";
}

.icon-Bag3:before {
  content: "\ea4d";
  color: #363853;
}

.icon-Bag4:before {
  content: "\ea4e";
}

.icon-Bag5 .path1:before {
  content: "\ea4f";
  color: #200e32;
}

.icon-Bag5 .path2:before {
  content: "\ea50";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Bag6:before {
  content: "\ea51";
}

.icon-Bag7:before {
  content: "\ea52";
  color: #363853;
}

.icon-Bag8 .path1:before {
  content: "\ea53";
  color: #363853;
  opacity: 0.15;
}

.icon-Bag8 .path2:before {
  content: "\ea54";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Bag8 .path3:before {
  content: "\ea55";
  margin-left: -1em;
  color: #363853;
}

.icon-Bag9:before {
  content: "\ea56";
}

.icon-Battery-1 .path1:before {
  content: "\ea57";
  color: #0095ff;
}

.icon-Battery-1 .path2:before {
  content: "\ea58";
  margin-left: -1em;
  color: white;
}

.icon-Battery-1 .path3:before {
  content: "\ea59";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Battery-11:before {
  content: "\ea5a";
  color: #fff;
}

.icon-Battery-12:before {
  content: "\ea5b";
  color: #fff;
}

.icon-Battery-13 .path1:before {
  content: "\ea5c";
  color: white;
  opacity: 0.15;
}

.icon-Battery-13 .path2:before {
  content: "\ea5d";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Battery-13 .path3:before {
  content: "\ea5e";
  margin-left: -1em;
  color: white;
}

.icon-Battery .path1:before {
  content: "\ea5f";
  color: #0095ff;
}

.icon-Battery .path2:before {
  content: "\ea60";
  margin-left: -1em;
  color: #363853;
}

.icon-Battery .path3:before {
  content: "\ea61";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Battery1:before {
  content: "\ea62";
  color: #363853;
}

.icon-Battery2:before {
  content: "\ea63";
  color: #363853;
}

.icon-Battery3 .path1:before {
  content: "\ea64";
  color: #363853;
  opacity: 0.15;
}

.icon-Battery3 .path2:before {
  content: "\ea65";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Battery3 .path3:before {
  content: "\ea66";
  margin-left: -1em;
  color: #363853;
}

.icon-bitcoin .path1:before {
  content: "\ea67";
  color: #ed6c0c;
}

.icon-bitcoin .path2:before {
  content: "\ea68";
  margin-left: -1em;
  color: #e05a00;
}

.icon-bitcoin .path3:before {
  content: "\ea69";
  margin-left: -1em;
  color: #ed6c0c;
}

.icon-bitcoin .path4:before {
  content: "\ea6a";
  margin-left: -1em;
  color: #e05a00;
}

.icon-bitcoin .path5:before {
  content: "\ea6b";
  margin-left: -1em;
  color: #ffb600;
}

.icon-bitcoin .path6:before {
  content: "\ea6c";
  margin-left: -1em;
  color: #f6921e;
}

.icon-bitcoin .path7:before {
  content: "\ea6d";
  margin-left: -1em;
  color: #d85107;
}

.icon-bitcoin .path8:before {
  content: "\ea6e";
  margin-left: -1em;
  color: #4d4e4e;
}

.icon-bitcoin .path9:before {
  content: "\ea6f";
  margin-left: -1em;
  color: #4d4e4e;
}

.icon-bitcoin .path10:before {
  content: "\ea70";
  margin-left: -1em;
  color: #4d4e4e;
}

.icon-bitcoin .path11:before {
  content: "\ea71";
  margin-left: -1em;
  color: #4d4e4e;
}

.icon-bitcoin .path12:before {
  content: "\ea72";
  margin-left: -1em;
  color: #4d4e4e;
}

.icon-bitcoin .path13:before {
  content: "\ea73";
  margin-left: -1em;
  color: #4d4e4e;
}

.icon-bitcoin .path14:before {
  content: "\ea74";
  margin-left: -1em;
  color: #4d4e4e;
}

.icon-bitcoin .path15:before {
  content: "\ea75";
  margin-left: -1em;
  color: #e26600;
}

.icon-bitcoin .path16:before {
  content: "\ea76";
  margin-left: -1em;
  color: #e26600;
}

.icon-bitcoin .path17:before {
  content: "\ea77";
  margin-left: -1em;
  color: #ed6c0c;
}

.icon-bitcoin .path18:before {
  content: "\ea78";
  margin-left: -1em;
  color: #ed6c0c;
}

.icon-bitcoin .path19:before {
  content: "\ea79";
  margin-left: -1em;
  color: #ed6c0c;
}

.icon-bitcoin .path20:before {
  content: "\ea7a";
  margin-left: -1em;
  color: #e05a00;
}

.icon-Bookmark:before {
  content: "\ea7b";
}

.icon-Bookmark1:before {
  content: "\ea7c";
}

.icon-Bookmark2:before {
  content: "\ea7d";
}

.icon-Bookmark3 .path1:before {
  content: "\ea7e";
  color: #200e32;
  opacity: 0.4;
}

.icon-Bookmark3 .path2:before {
  content: "\ea7f";
  margin-left: -1em;
  color: #200e32;
}

.icon-Bookmark4:before {
  content: "\ea80";
}

.icon-Bookmark5:before {
  content: "\ea81";
}

.icon-Buy:before {
  content: "\ea82";
}

.icon-Buy1:before {
  content: "\ea83";
}

.icon-Buy2:before {
  content: "\ea84";
}

.icon-Buy3 .path1:before {
  content: "\ea85";
  color: #200e32;
  opacity: 0.4;
}

.icon-Buy3 .path2:before {
  content: "\ea86";
  margin-left: -1em;
  color: #200e32;
}

.icon-Buy4:before {
  content: "\ea87";
}

.icon-Buy5:before {
  content: "\ea88";
}

.icon-Calendar-1 .path1:before {
  content: "\ea89";
  color: white;
}

.icon-Calendar-1 .path2:before {
  content: "\ea8a";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Calendar-11:before {
  content: "\ea8b";
  color: #fff;
}

.icon-Calendar-12:before {
  content: "\ea8c";
  color: #fff;
}

.icon-Calendar-13 .path1:before {
  content: "\ea8d";
  color: white;
  opacity: 0.15;
}

.icon-Calendar-13 .path2:before {
  content: "\ea8e";
  margin-left: -1em;
  color: white;
}

.icon-Calendar-13 .path3:before {
  content: "\ea8f";
  margin-left: -1em;
  color: white;
}

.icon-Calendar:before {
  content: "\ea90";
}

.icon-Calendar1 .path1:before {
  content: "\ea91";
  color: #363853;
}

.icon-Calendar1 .path2:before {
  content: "\ea92";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Calendar2:before {
  content: "\ea93";
}

.icon-Calendar3:before {
  content: "\ea94";
  color: #363853;
}

.icon-Calendar4:before {
  content: "\ea95";
}

.icon-Calendar5 .path1:before {
  content: "\ea96";
  color: #200e32;
}

.icon-Calendar5 .path2:before {
  content: "\ea97";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Calendar5 .path3:before {
  content: "\ea98";
  margin-left: -1em;
  color: #200e32;
}

.icon-Calendar5 .path4:before {
  content: "\ea99";
  margin-left: -1em;
  color: #200e32;
}

.icon-Calendar6:before {
  content: "\ea9a";
}

.icon-Calendar7:before {
  content: "\ea9b";
  color: #363853;
}

.icon-Calendar8 .path1:before {
  content: "\ea9c";
  color: #363853;
  opacity: 0.15;
}

.icon-Calendar8 .path2:before {
  content: "\ea9d";
  margin-left: -1em;
  color: #363853;
}

.icon-Calendar8 .path3:before {
  content: "\ea9e";
  margin-left: -1em;
  color: #363853;
}

.icon-Calendar9:before {
  content: "\ea9f";
}

.icon-Call---Calling-1:before {
  content: "\eaa0";
}

.icon-Call---Calling-11:before {
  content: "\eaa1";
  color: #fff;
}

.icon-Call---Calling-12:before {
  content: "\eaa2";
}

.icon-Call---Calling-13:before {
  content: "\eaa3";
}

.icon-Call---Calling:before {
  content: "\eaa4";
}

.icon-Call---Calling1:before {
  content: "\eaa5";
  color: #363853;
}

.icon-Call---Calling2:before {
  content: "\eaa6";
}

.icon-Call---Calling3:before {
  content: "\eaa7";
}

.icon-Call---Muted-1:before {
  content: "\eaa8";
}

.icon-Call---Muted-11:before {
  content: "\eaa9";
  color: #fff;
}

.icon-Call---Muted-12:before {
  content: "\eaaa";
}

.icon-Call---Muted-13:before {
  content: "\eaab";
}

.icon-Call---Muted:before {
  content: "\eaac";
}

.icon-Call---Muted1:before {
  content: "\eaad";
  color: #363853;
}

.icon-Call---Muted2:before {
  content: "\eaae";
}

.icon-Call---Muted3:before {
  content: "\eaaf";
}

.icon-Call---Slash-1:before {
  content: "\eab0";
  color: #fff;
}

.icon-Call---Slash-11:before {
  content: "\eab1";
}

.icon-Call---Slash-12 .path1:before {
  content: "\eab2";
  color: white;
  opacity: 0.15;
}

.icon-Call---Slash-12 .path2:before {
  content: "\eab3";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Call---Slash-12 .path3:before {
  content: "\eab4";
  margin-left: -1em;
  color: white;
}

.icon-Call---Slash-13:before {
  content: "\eab5";
}

.icon-Call---Slash:before {
  content: "\eab6";
  color: #363853;
}

.icon-Call---Slash1:before {
  content: "\eab7";
}

.icon-Call---Slash2 .path1:before {
  content: "\eab8";
  color: #363853;
  opacity: 0.15;
}

.icon-Call---Slash2 .path2:before {
  content: "\eab9";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Call---Slash2 .path3:before {
  content: "\eaba";
  margin-left: -1em;
  color: #363853;
}

.icon-Call---Slash3:before {
  content: "\eabb";
}

.icon-Call-Missed:before {
  content: "\eabc";
}

.icon-Call-Missed1:before {
  content: "\eabd";
}

.icon-Call-Missed2:before {
  content: "\eabe";
}

.icon-Call-Missed3 .path1:before {
  content: "\eabf";
  color: #200e32;
}

.icon-Call-Missed3 .path2:before {
  content: "\eac0";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Call-Missed4:before {
  content: "\eac1";
}

.icon-Call-Missed5:before {
  content: "\eac2";
}

.icon-Call-Silent:before {
  content: "\eac3";
}

.icon-Call-Silent1:before {
  content: "\eac4";
}

.icon-Call-Silent2:before {
  content: "\eac5";
}

.icon-Call-Silent3 .path1:before {
  content: "\eac6";
  color: #200e32;
}

.icon-Call-Silent3 .path2:before {
  content: "\eac7";
  margin-left: -1em;
  color: #200e32;
}

.icon-Call-Silent3 .path3:before {
  content: "\eac8";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Call-Silent4:before {
  content: "\eac9";
}

.icon-Call-Silent5:before {
  content: "\eaca";
}

.icon-Call:before {
  content: "\eacb";
}

.icon-Call1:before {
  content: "\eacc";
}

.icon-Call2:before {
  content: "\eacd";
}

.icon-Call3:before {
  content: "\eace";
}

.icon-Call4:before {
  content: "\eacf";
}

.icon-Call5:before {
  content: "\ead0";
}

.icon-Calling:before {
  content: "\ead1";
}

.icon-Calling1:before {
  content: "\ead2";
}

.icon-Calling2:before {
  content: "\ead3";
}

.icon-Calling3 .path1:before {
  content: "\ead4";
  color: #200e32;
  opacity: 0.4;
}

.icon-Calling3 .path2:before {
  content: "\ead5";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Calling3 .path3:before {
  content: "\ead6";
  margin-left: -1em;
  color: #200e32;
}

.icon-Calling4:before {
  content: "\ead7";
}

.icon-Calling5:before {
  content: "\ead8";
}

.icon-Camera---Slash-1:before {
  content: "\ead9";
  color: #fff;
}

.icon-Camera---Slash-11:before {
  content: "\eada";
  color: #fff;
}

.icon-Camera---Slash-12 .path1:before {
  content: "\eadb";
  color: white;
  opacity: 0.15;
}

.icon-Camera---Slash-12 .path2:before {
  content: "\eadc";
  margin-left: -1em;
  color: white;
}

.icon-Camera---Slash:before {
  content: "\eadd";
  color: #363853;
}

.icon-Camera---Slash1:before {
  content: "\eade";
  color: #363853;
}

.icon-Camera---Slash2 .path1:before {
  content: "\eadf";
  color: #363853;
  opacity: 0.15;
}

.icon-Camera---Slash2 .path2:before {
  content: "\eae0";
  margin-left: -1em;
  color: #363853;
}

.icon-Camera-1:before {
  content: "\eae1";
  color: #fff;
}

.icon-Camera-11:before {
  content: "\eae2";
}

.icon-Camera-12:before {
  content: "\eae3";
  color: #fff;
}

.icon-Camera-13:before {
  content: "\eae4";
}

.icon-Camera:before {
  content: "\eae5";
}

.icon-Camera1:before {
  content: "\eae6";
  color: #363853;
}

.icon-Camera2:before {
  content: "\eae7";
}

.icon-Camera3 .path1:before {
  content: "\eae8";
  color: #200e32;
}

.icon-Camera3 .path2:before {
  content: "\eae9";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Camera4:before {
  content: "\eaea";
}

.icon-Camera5:before {
  content: "\eaeb";
}

.icon-Camera6:before {
  content: "\eaec";
  color: #363853;
}

.icon-Camera7:before {
  content: "\eaed";
}

.icon-Camera8:before {
  content: "\eaee";
}

.icon-Camera9:before {
  content: "\eaef";
}

.icon-Card-1:before {
  content: "\eaf0";
  color: #fff;
}

.icon-Card-11:before {
  content: "\eaf1";
}

.icon-Card-12:before {
  content: "\eaf2";
  color: #fff;
}

.icon-Card-13:before {
  content: "\eaf3";
}

.icon-Card:before {
  content: "\eaf4";
  color: #363853;
}

.icon-Card1:before {
  content: "\eaf5";
}

.icon-Card2:before {
  content: "\eaf6";
  color: #363853;
}

.icon-Card3:before {
  content: "\eaf7";
}

.icon-Category:before {
  content: "\eaf8";
}

.icon-Category1:before {
  content: "\eaf9";
}

.icon-Category2:before {
  content: "\eafa";
}

.icon-Category3 .path1:before {
  content: "\eafb";
  color: #200e32;
  opacity: 0.4;
}

.icon-Category3 .path2:before {
  content: "\eafc";
  margin-left: -1em;
  color: #200e32;
}

.icon-Category4:before {
  content: "\eafd";
}

.icon-Category5:before {
  content: "\eafe";
}

.icon-Charge-1:before {
  content: "\eaff";
  color: #fff;
}

.icon-Charge-11:before {
  content: "\eb00";
  color: #fff;
}

.icon-Charge-12 .path1:before {
  content: "\eb01";
  color: white;
  opacity: 0.15;
}

.icon-Charge-12 .path2:before {
  content: "\eb02";
  margin-left: -1em;
  color: white;
}

.icon-Charge-13 .path1:before {
  content: "\eb03";
  color: #0095ff;
}

.icon-Charge-13 .path2:before {
  content: "\eb04";
  margin-left: -1em;
  color: white;
}

.icon-Charge-13 .path3:before {
  content: "\eb05";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Charge:before {
  content: "\eb06";
  color: #363853;
}

.icon-Charge1:before {
  content: "\eb07";
  color: #363853;
}

.icon-Charge2 .path1:before {
  content: "\eb08";
  color: #363853;
  opacity: 0.15;
}

.icon-Charge2 .path2:before {
  content: "\eb09";
  margin-left: -1em;
  color: #363853;
}

.icon-Charge3 .path1:before {
  content: "\eb0a";
  color: #0095ff;
}

.icon-Charge3 .path2:before {
  content: "\eb0b";
  margin-left: -1em;
  color: #363853;
}

.icon-Charge3 .path3:before {
  content: "\eb0c";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Chart-1:before {
  content: "\eb0d";
  color: #fff;
}

.icon-Chart-11:before {
  content: "\eb0e";
  color: #fff;
}

.icon-Chart-12 .path1:before {
  content: "\eb0f";
  color: white;
  opacity: 0.15;
}

.icon-Chart-12 .path2:before {
  content: "\eb10";
  margin-left: -1em;
  color: white;
}

.icon-Chart-13 .path1:before {
  content: "\eb11";
  color: white;
}

.icon-Chart-13 .path2:before {
  content: "\eb12";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Chart:before {
  content: "\eb13";
}

.icon-Chart1:before {
  content: "\eb14";
  color: #363853;
}

.icon-Chart2:before {
  content: "\eb15";
  color: #363853;
}

.icon-Chart3:before {
  content: "\eb16";
}

.icon-Chart4:before {
  content: "\eb17";
}

.icon-Chart5 .path1:before {
  content: "\eb18";
  color: #200e32;
  opacity: 0.4;
}

.icon-Chart5 .path2:before {
  content: "\eb19";
  margin-left: -1em;
  color: #200e32;
}

.icon-Chart5 .path3:before {
  content: "\eb1a";
  margin-left: -1em;
  color: #200e32;
}

.icon-Chart5 .path4:before {
  content: "\eb1b";
  margin-left: -1em;
  color: #200e32;
}

.icon-Chart6:before {
  content: "\eb1c";
}

.icon-Chart7 .path1:before {
  content: "\eb1d";
  color: #363853;
  opacity: 0.15;
}

.icon-Chart7 .path2:before {
  content: "\eb1e";
  margin-left: -1em;
  color: #363853;
}

.icon-Chart8:before {
  content: "\eb1f";
}

.icon-Chart9 .path1:before {
  content: "\eb20";
  color: #363853;
}

.icon-Chart9 .path2:before {
  content: "\eb21";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Chat:before {
  content: "\eb22";
}

.icon-Chat1:before {
  content: "\eb23";
}

.icon-Chat2:before {
  content: "\eb24";
}

.icon-Chat3 .path1:before {
  content: "\eb25";
  color: #200e32;
  opacity: 0.4;
}

.icon-Chat3 .path2:before {
  content: "\eb26";
  margin-left: -1em;
  color: #200e32;
}

.icon-Chat4:before {
  content: "\eb27";
}

.icon-Chat5:before {
  content: "\eb28";
}

.icon-Check-1:before {
  content: "\eb29";
}

.icon-Check-11:before {
  content: "\eb2a";
  color: #fff;
}

.icon-Check-12:before {
  content: "\eb2b";
  color: #fff;
}

.icon-Check-13:before {
  content: "\eb2c";
}

.icon-Check:before {
  content: "\eb2d";
  color: #363853;
}

.icon-Check1:before {
  content: "\eb2e";
}

.icon-Check2:before {
  content: "\eb2f";
  color: #363853;
}

.icon-Check3:before {
  content: "\eb30";
}

.icon-Checklist-1:before {
  content: "\eb31";
  color: #fff;
}

.icon-Checklist-11:before {
  content: "\eb32";
  color: #fff;
}

.icon-Checklist-12 .path1:before {
  content: "\eb33";
  color: white;
  opacity: 0.15;
}

.icon-Checklist-12 .path2:before {
  content: "\eb34";
  margin-left: -1em;
  color: white;
}

.icon-Checklist-12 .path3:before {
  content: "\eb35";
  margin-left: -1em;
  color: white;
}

.icon-Checklist-13 .path1:before {
  content: "\eb36";
  color: #0095ff;
}

.icon-Checklist-13 .path2:before {
  content: "\eb37";
  margin-left: -1em;
  color: white;
}

.icon-Checklist-13 .path3:before {
  content: "\eb38";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Checklist .path1:before {
  content: "\eb39";
  color: #0095ff;
}

.icon-Checklist .path2:before {
  content: "\eb3a";
  margin-left: -1em;
  color: #363853;
}

.icon-Checklist .path3:before {
  content: "\eb3b";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Checklist1:before {
  content: "\eb3c";
  color: #363853;
}

.icon-Checklist2:before {
  content: "\eb3d";
  color: #363853;
}

.icon-Checklist3 .path1:before {
  content: "\eb3e";
  color: #363853;
  opacity: 0.15;
}

.icon-Checklist3 .path2:before {
  content: "\eb3f";
  margin-left: -1em;
  color: #363853;
}

.icon-Checklist3 .path3:before {
  content: "\eb40";
  margin-left: -1em;
  color: #363853;
}

.icon-Clock-1:before {
  content: "\eb41";
  color: #fff;
}

.icon-Clock-11:before {
  content: "\eb42";
}

.icon-Clock-12:before {
  content: "\eb43";
  color: #fff;
}

.icon-Clock-13:before {
  content: "\eb44";
}

.icon-Clock:before {
  content: "\eb45";
  color: #363853;
}

.icon-Clock1:before {
  content: "\eb46";
}

.icon-Clock2:before {
  content: "\eb47";
  color: #363853;
}

.icon-Clock3:before {
  content: "\eb48";
}

.icon-Close-Square:before {
  content: "\eb49";
}

.icon-Close-Square1:before {
  content: "\eb4a";
}

.icon-Close-Square2:before {
  content: "\eb4b";
}

.icon-Close-Square3 .path1:before {
  content: "\eb4c";
  color: #200e32;
  opacity: 0.4;
}

.icon-Close-Square3 .path2:before {
  content: "\eb4d";
  margin-left: -1em;
  color: #200e32;
}

.icon-Close-Square4:before {
  content: "\eb4e";
}

.icon-Close-Square5:before {
  content: "\eb4f";
}

.icon-Close-1:before {
  content: "\eb50";
  color: #fff;
}

.icon-Close-11:before {
  content: "\eb51";
}

.icon-Close-12:before {
  content: "\eb52";
  color: #fff;
}

.icon-Close-13:before {
  content: "\eb53";
}

.icon-Close:before {
  content: "\eb54";
  color: #363853;
}

.icon-Close1:before {
  content: "\eb55";
}

.icon-Close2:before {
  content: "\eb56";
  color: #363853;
}

.icon-Close3:before {
  content: "\eb57";
}

.icon-Cloud---Drizzle-1:before {
  content: "\eb58";
  color: #fff;
}

.icon-Cloud---Drizzle-11:before {
  content: "\eb59";
}

.icon-Cloud---Drizzle-12:before {
  content: "\eb5a";
  color: #fff;
}

.icon-Cloud---Drizzle-13:before {
  content: "\eb5b";
}

.icon-Cloud---Drizzle:before {
  content: "\eb5c";
  color: #363853;
}

.icon-Cloud---Drizzle1:before {
  content: "\eb5d";
}

.icon-Cloud---Drizzle2:before {
  content: "\eb5e";
  color: #363853;
}

.icon-Cloud---Drizzle3:before {
  content: "\eb5f";
}

.icon-Cloud---Lightning-1:before {
  content: "\eb60";
  color: #fff;
}

.icon-Cloud---Lightning-11:before {
  content: "\eb61";
}

.icon-Cloud---Lightning-12:before {
  content: "\eb62";
  color: #fff;
}

.icon-Cloud---Lightning-13:before {
  content: "\eb63";
}

.icon-Cloud---Lightning:before {
  content: "\eb64";
}

.icon-Cloud---Lightning1:before {
  content: "\eb65";
  color: #363853;
}

.icon-Cloud---Lightning2:before {
  content: "\eb66";
}

.icon-Cloud---Lightning3:before {
  content: "\eb67";
  color: #363853;
}

.icon-Cloud-1:before {
  content: "\eb68";
}

.icon-Cloud-11:before {
  content: "\eb69";
  color: #363853;
}

.icon-Cloud-12:before {
  content: "\eb6a";
}

.icon-Cloud-13:before {
  content: "\eb6b";
  color: #363853;
}

.icon-Cloud-2:before {
  content: "\eb6c";
}

.icon-Cloud-21:before {
  content: "\eb6d";
  color: #fff;
}

.icon-Cloud-22:before {
  content: "\eb6e";
}

.icon-Cloud-23:before {
  content: "\eb6f";
  color: #fff;
}

.icon-Cloud-3:before {
  content: "\eb70";
}

.icon-Cloud-31:before {
  content: "\eb71";
  color: #fff;
}

.icon-Cloud-32:before {
  content: "\eb72";
}

.icon-Cloud-33:before {
  content: "\eb73";
  color: #fff;
}

.icon-Cloud:before {
  content: "\eb74";
}

.icon-Cloud1:before {
  content: "\eb75";
  color: #363853;
}

.icon-Cloud2:before {
  content: "\eb76";
}

.icon-Cloud3:before {
  content: "\eb77";
  color: #363853;
}

.icon-Comparison-1:before {
  content: "\eb78";
}

.icon-Comparison-11:before {
  content: "\eb79";
  color: #fff;
}

.icon-Comparison-12:before {
  content: "\eb7a";
}

.icon-Comparison-13:before {
  content: "\eb7b";
  color: #fff;
}

.icon-Comparison:before {
  content: "\eb7c";
}

.icon-Comparison1:before {
  content: "\eb7d";
  color: #363853;
}

.icon-Comparison2:before {
  content: "\eb7e";
}

.icon-Comparison3:before {
  content: "\eb7f";
  color: #363853;
}

.icon-Copy-1:before {
  content: "\eb80";
}

.icon-Copy-11:before {
  content: "\eb81";
  color: #fff;
}

.icon-Copy-12:before {
  content: "\eb82";
}

.icon-Copy-13:before {
  content: "\eb83";
  color: #fff;
}

.icon-Copy:before {
  content: "\eb84";
}

.icon-Copy1:before {
  content: "\eb85";
  color: #363853;
}

.icon-Copy2:before {
  content: "\eb86";
}

.icon-Copy3:before {
  content: "\eb87";
  color: #363853;
}

.icon-CPU-1:before {
  content: "\eb88";
}

.icon-CPU-11:before {
  content: "\eb89";
  color: #fff;
}

.icon-CPU-12:before {
  content: "\eb8a";
}

.icon-CPU-13:before {
  content: "\eb8b";
  color: #fff;
}

.icon-CPU:before {
  content: "\eb8c";
}

.icon-CPU1:before {
  content: "\eb8d";
  color: #363853;
}

.icon-CPU2:before {
  content: "\eb8e";
}

.icon-CPU3:before {
  content: "\eb8f";
  color: #363853;
}

.icon-credit-cards-payment:before {
  content: "\eb90";
}

.icon-Cup-1:before {
  content: "\eb91";
  color: #fff;
}

.icon-Cup-11 .path1:before {
  content: "\eb92";
  color: white;
  opacity: 0.15;
}

.icon-Cup-11 .path2:before {
  content: "\eb93";
  margin-left: -1em;
  color: white;
}

.icon-Cup-11 .path3:before {
  content: "\eb94";
  margin-left: -1em;
  color: none;
}

.icon-Cup-12 .path1:before {
  content: "\eb95";
  color: #0095ff;
}

.icon-Cup-12 .path2:before {
  content: "\eb96";
  margin-left: -1em;
  color: white;
}

.icon-Cup-12 .path3:before {
  content: "\eb97";
  margin-left: -1em;
  color: none;
}

.icon-Cup-13:before {
  content: "\eb98";
  color: #fff;
}

.icon-Cup:before {
  content: "\eb99";
  color: #363853;
}

.icon-Cup1 .path1:before {
  content: "\eb9a";
  color: #363853;
  opacity: 0.15;
}

.icon-Cup1 .path2:before {
  content: "\eb9b";
  margin-left: -1em;
  color: #363853;
}

.icon-Cup1 .path3:before {
  content: "\eb9c";
  margin-left: -1em;
  color: none;
}

.icon-Cup2 .path1:before {
  content: "\eb9d";
  color: #0095ff;
}

.icon-Cup2 .path2:before {
  content: "\eb9e";
  margin-left: -1em;
  color: #363853;
}

.icon-Cup2 .path3:before {
  content: "\eb9f";
  margin-left: -1em;
  color: none;
}

.icon-Cup3:before {
  content: "\eba0";
  color: #363853;
}

.icon-Danger:before {
  content: "\eba1";
}

.icon-Danger1:before {
  content: "\eba2";
}

.icon-Danger2:before {
  content: "\eba3";
}

.icon-Danger3 .path1:before {
  content: "\eba4";
  color: #200e32;
  opacity: 0.4;
}

.icon-Danger3 .path2:before {
  content: "\eba5";
  margin-left: -1em;
  color: #200e32;
}

.icon-Danger4:before {
  content: "\eba6";
}

.icon-Danger5:before {
  content: "\eba7";
}

.icon-Delete:before {
  content: "\eba8";
}

.icon-Delete1:before {
  content: "\eba9";
}

.icon-Delete2:before {
  content: "\ebaa";
}

.icon-Delete3 .path1:before {
  content: "\ebab";
  color: #200e32;
  opacity: 0.4;
}

.icon-Delete3 .path2:before {
  content: "\ebac";
  margin-left: -1em;
  color: #200e32;
}

.icon-Delete4:before {
  content: "\ebad";
}

.icon-Delete5:before {
  content: "\ebae";
}

.icon-Discount:before {
  content: "\ebaf";
}

.icon-Discount1:before {
  content: "\ebb0";
}

.icon-Discount2:before {
  content: "\ebb1";
}

.icon-Discount3 .path1:before {
  content: "\ebb2";
  color: #200e32;
  opacity: 0.4;
}

.icon-Discount3 .path2:before {
  content: "\ebb3";
  margin-left: -1em;
  color: #200e32;
}

.icon-Discount4:before {
  content: "\ebb4";
}

.icon-Discount5:before {
  content: "\ebb5";
}

.icon-Discovery-1:before {
  content: "\ebb6";
}

.icon-Discovery-11:before {
  content: "\ebb7";
  color: #fff;
}

.icon-Discovery-12:before {
  content: "\ebb8";
}

.icon-Discovery-13:before {
  content: "\ebb9";
  color: #fff;
}

.icon-Discovery:before {
  content: "\ebba";
}

.icon-Discovery1:before {
  content: "\ebbb";
}

.icon-Discovery2:before {
  content: "\ebbc";
}

.icon-Discovery3:before {
  content: "\ebbd";
}

.icon-Discovery4:before {
  content: "\ebbe";
  color: #363853;
}

.icon-Discovery5 .path1:before {
  content: "\ebbf";
  color: #200e32;
  opacity: 0.4;
}

.icon-Discovery5 .path2:before {
  content: "\ebc0";
  margin-left: -1em;
  color: #200e32;
}

.icon-Discovery6:before {
  content: "\ebc1";
}

.icon-Discovery7:before {
  content: "\ebc2";
}

.icon-Discovery8:before {
  content: "\ebc3";
  color: #363853;
}

.icon-Discovery9:before {
  content: "\ebc4";
}

.icon-Document-1:before {
  content: "\ebc5";
}

.icon-Document-11:before {
  content: "\ebc6";
}

.icon-Document-12:before {
  content: "\ebc7";
}

.icon-Document-13:before {
  content: "\ebc8";
  color: #fff;
}

.icon-Document:before {
  content: "\ebc9";
}

.icon-Document1:before {
  content: "\ebca";
}

.icon-Document2:before {
  content: "\ebcb";
}

.icon-Document3:before {
  content: "\ebcc";
}

.icon-Document4 .path1:before {
  content: "\ebcd";
  color: #200e32;
  opacity: 0.4;
}

.icon-Document4 .path2:before {
  content: "\ebce";
  margin-left: -1em;
  color: #200e32;
}

.icon-Document5:before {
  content: "\ebcf";
}

.icon-Document6:before {
  content: "\ebd0";
}

.icon-Document7:before {
  content: "\ebd1";
}

.icon-Document8:before {
  content: "\ebd2";
  color: #363853;
}

.icon-Document9:before {
  content: "\ebd3";
}

.icon-Dollar-1:before {
  content: "\ebd4";
}

.icon-Dollar-11 .path1:before {
  content: "\ebd5";
  color: white;
  opacity: 0.15;
}

.icon-Dollar-11 .path2:before {
  content: "\ebd6";
  margin-left: -1em;
  color: white;
}

.icon-Dollar-12:before {
  content: "\ebd7";
}

.icon-Dollar-13:before {
  content: "\ebd8";
  color: #fff;
}

.icon-Dollar:before {
  content: "\ebd9";
}

.icon-Dollar1 .path1:before {
  content: "\ebda";
  color: #363853;
  opacity: 0.15;
}

.icon-Dollar1 .path2:before {
  content: "\ebdb";
  margin-left: -1em;
  color: #363853;
}

.icon-Dollar2:before {
  content: "\ebdc";
}

.icon-Dollar3:before {
  content: "\ebdd";
  color: #363853;
}

.icon-done_black_24dp:before {
  content: "\ebde";
}

.icon-download:before {
  content: "\ebdf";
}

.icon-Download:before {
  content: "\ebe0";
}

.icon-Download1:before {
  content: "\ebe1";
}

.icon-Download2:before {
  content: "\ebe2";
}

.icon-Download3 .path1:before {
  content: "\ebe3";
  color: #200e32;
  opacity: 0.4;
}

.icon-Download3 .path2:before {
  content: "\ebe4";
  margin-left: -1em;
  color: #200e32;
}

.icon-Download4:before {
  content: "\ebe5";
}

.icon-Download5:before {
  content: "\ebe6";
}

.icon-Edit---2-1:before {
  content: "\ebe7";
}

.icon-Edit---2-11:before {
  content: "\ebe8";
  color: #fff;
}

.icon-Edit---2-12:before {
  content: "\ebe9";
}

.icon-Edit---2-13:before {
  content: "\ebea";
  color: #fff;
}

.icon-Edit---2:before {
  content: "\ebeb";
}

.icon-Edit---21:before {
  content: "\ebec";
  color: #363853;
}

.icon-Edit---22:before {
  content: "\ebed";
}

.icon-Edit---23:before {
  content: "\ebee";
  color: #363853;
}

.icon-Edit---3-1:before {
  content: "\ebef";
}

.icon-Edit---3-11:before {
  content: "\ebf0";
  color: #fff;
}

.icon-Edit---3-12:before {
  content: "\ebf1";
}

.icon-Edit---3-13:before {
  content: "\ebf2";
  color: #fff;
}

.icon-Edit---3:before {
  content: "\ebf3";
}

.icon-Edit---31:before {
  content: "\ebf4";
}

.icon-Edit---32:before {
  content: "\ebf5";
  color: #363853;
}

.icon-Edit---33:before {
  content: "\ebf6";
  color: #363853;
}

.icon-Edit-Square:before {
  content: "\ebf7";
}

.icon-Edit-Square1:before {
  content: "\ebf8";
}

.icon-Edit-Square2:before {
  content: "\ebf9";
}

.icon-Edit-Square3 .path1:before {
  content: "\ebfa";
  color: #200e32;
  opacity: 0.4;
}

.icon-Edit-Square3 .path2:before {
  content: "\ebfb";
  margin-left: -1em;
  color: #200e32;
}

.icon-Edit-Square4:before {
  content: "\ebfc";
}

.icon-Edit-Square5:before {
  content: "\ebfd";
}

.icon-Edit-1:before {
  content: "\ebfe";
}

.icon-Edit-11:before {
  content: "\ebff";
}

.icon-Edit-12:before {
  content: "\ec00";
  color: #363853;
}

.icon-Edit-13:before {
  content: "\ec01";
  color: #363853;
}

.icon-Edit-2:before {
  content: "\ec02";
}

.icon-Edit-21:before {
  content: "\ec03";
}

.icon-Edit-22:before {
  content: "\ec04";
  color: #fff;
}

.icon-Edit-23:before {
  content: "\ec05";
  color: #fff;
}

.icon-Edit-3:before {
  content: "\ec06";
}

.icon-Edit-31:before {
  content: "\ec07";
}

.icon-Edit-32:before {
  content: "\ec08";
  color: #fff;
}

.icon-Edit-33:before {
  content: "\ec09";
  color: #fff;
}

.icon-Edit:before {
  content: "\ec0a";
}

.icon-Edit1:before {
  content: "\ec0b";
}

.icon-Edit2:before {
  content: "\ec0c";
}

.icon-Edit3:before {
  content: "\ec0d";
}

.icon-Edit4:before {
  content: "\ec0e";
  color: #363853;
}

.icon-Edit5:before {
  content: "\ec0f";
}

.icon-Edit6 .path1:before {
  content: "\ec10";
  color: #200e32;
  opacity: 0.4;
}

.icon-Edit6 .path2:before {
  content: "\ec11";
  margin-left: -1em;
  color: #200e32;
}

.icon-Edit6 .path3:before {
  content: "\ec12";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Edit7:before {
  content: "\ec13";
  color: #363853;
}

.icon-Edit8:before {
  content: "\ec14";
}

.icon-Edit9:before {
  content: "\ec15";
}

.icon-Export-1:before {
  content: "\ec16";
}

.icon-Export-11:before {
  content: "\ec17";
}

.icon-Export-12:before {
  content: "\ec18";
}

.icon-Export-13:before {
  content: "\ec19";
  color: #fff;
}

.icon-Export:before {
  content: "\ec1a";
}

.icon-Export1:before {
  content: "\ec1b";
}

.icon-Export2:before {
  content: "\ec1c";
}

.icon-Export3:before {
  content: "\ec1d";
  color: #363853;
}

.icon-Eye---Slash-1 .path1:before {
  content: "\ec1e";
  color: white;
}

.icon-Eye---Slash-1 .path2:before {
  content: "\ec1f";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Eye---Slash-11 .path1:before {
  content: "\ec20";
  color: white;
  opacity: 0.15;
}

.icon-Eye---Slash-11 .path2:before {
  content: "\ec21";
  margin-left: -1em;
  color: white;
}

.icon-Eye---Slash-12:before {
  content: "\ec22";
  color: #fff;
}

.icon-Eye---Slash .path1:before {
  content: "\ec23";
  color: #363853;
}

.icon-Eye---Slash .path2:before {
  content: "\ec24";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Eye---Slash1 .path1:before {
  content: "\ec25";
  color: #363853;
  opacity: 0.15;
}

.icon-Eye---Slash1 .path2:before {
  content: "\ec26";
  margin-left: -1em;
  color: #363853;
}

.icon-Eye---Slash2:before {
  content: "\ec27";
  color: #363853;
}

.icon-Eye-1:before {
  content: "\ec28";
  color: #fff;
}

.icon-Eye-11 .path1:before {
  content: "\ec29";
  color: white;
}

.icon-Eye-11 .path2:before {
  content: "\ec2a";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Eye-12 .path1:before {
  content: "\ec2b";
  color: white;
  opacity: 0.15;
}

.icon-Eye-12 .path2:before {
  content: "\ec2c";
  margin-left: -1em;
  color: white;
}

.icon-Eye-13:before {
  content: "\ec2d";
  color: #fff;
}

.icon-Eye-slash-1:before {
  content: "\ec2e";
  color: #fff;
}

.icon-Eye-slash:before {
  content: "\ec2f";
  color: #363853;
}

.icon-Eye .path1:before {
  content: "\ec30";
  color: #363853;
}

.icon-Eye .path2:before {
  content: "\ec31";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Eye1 .path1:before {
  content: "\ec32";
  color: #363853;
  opacity: 0.15;
}

.icon-Eye1 .path2:before {
  content: "\ec33";
  margin-left: -1em;
  color: #363853;
}

.icon-Eye2:before {
  content: "\ec34";
  color: #363853;
}

.icon-Eye3:before {
  content: "\ec35";
  color: #363853;
}

.icon-fast-delivery1:before {
  content: "\ec36";
}

.icon-Filter-2:before {
  content: "\ec37";
}

.icon-Filter-21:before {
  content: "\ec38";
}

.icon-Filter-22:before {
  content: "\ec39";
}

.icon-Filter-23:before {
  content: "\ec3a";
}

.icon-Filter-24:before {
  content: "\ec3b";
}

.icon-Filter-3 .path1:before {
  content: "\ec3c";
  color: #200e32;
}

.icon-Filter-3 .path2:before {
  content: "\ec3d";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Filter-1:before {
  content: "\ec3e";
  color: #fff;
}

.icon-Filter-11:before {
  content: "\ec3f";
}

.icon-Filter-12:before {
  content: "\ec40";
  color: #fff;
}

.icon-Filter-13:before {
  content: "\ec41";
}

.icon-Filter:before {
  content: "\ec42";
}

.icon-Filter1:before {
  content: "\ec43";
  color: #363853;
}

.icon-Filter2:before {
  content: "\ec44";
}

.icon-Filter3:before {
  content: "\ec45";
}

.icon-Filter4:before {
  content: "\ec46";
}

.icon-Filter5 .path1:before {
  content: "\ec47";
  color: #200e32;
  opacity: 0.4;
}

.icon-Filter5 .path2:before {
  content: "\ec48";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Filter5 .path3:before {
  content: "\ec49";
  margin-left: -1em;
  color: #200e32;
}

.icon-Filter5 .path4:before {
  content: "\ec4a";
  margin-left: -1em;
  color: #200e32;
}

.icon-Filter6:before {
  content: "\ec4b";
  color: #363853;
}

.icon-Filter7:before {
  content: "\ec4c";
}

.icon-Filter8:before {
  content: "\ec4d";
}

.icon-Filter9:before {
  content: "\ec4e";
}

.icon-Folder-1 .path1:before {
  content: "\ec4f";
  color: white;
  opacity: 0.15;
}

.icon-Folder-1 .path2:before {
  content: "\ec50";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Folder-1 .path3:before {
  content: "\ec51";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Folder-1 .path4:before {
  content: "\ec52";
  margin-left: -1em;
  color: white;
}

.icon-Folder-11 .path1:before {
  content: "\ec53";
  color: white;
}

.icon-Folder-11 .path2:before {
  content: "\ec54";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Folder-12:before {
  content: "\ec55";
  color: #fff;
}

.icon-Folder-13:before {
  content: "\ec56";
  color: #fff;
}

.icon-Folder:before {
  content: "\ec57";
}

.icon-Folder1 .path1:before {
  content: "\ec58";
  color: #363853;
  opacity: 0.15;
}

.icon-Folder1 .path2:before {
  content: "\ec59";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Folder1 .path3:before {
  content: "\ec5a";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Folder1 .path4:before {
  content: "\ec5b";
  margin-left: -1em;
  color: #363853;
}

.icon-Folder2:before {
  content: "\ec5c";
}

.icon-Folder3 .path1:before {
  content: "\ec5d";
  color: #363853;
}

.icon-Folder3 .path2:before {
  content: "\ec5e";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Folder4:before {
  content: "\ec5f";
}

.icon-Folder5 .path1:before {
  content: "\ec60";
  color: #200e32;
  opacity: 0.4;
}

.icon-Folder5 .path2:before {
  content: "\ec61";
  margin-left: -1em;
  color: #200e32;
}

.icon-Folder6:before {
  content: "\ec62";
}

.icon-Folder7:before {
  content: "\ec63";
  color: #363853;
}

.icon-Folder8:before {
  content: "\ec64";
}

.icon-Folder9:before {
  content: "\ec65";
  color: #363853;
}

.icon-Gallery-1 .path1:before {
  content: "\ec66";
  color: white;
  opacity: 0.15;
}

.icon-Gallery-1 .path2:before {
  content: "\ec67";
  margin-left: -1em;
  color: white;
}

.icon-Gallery-1 .path3:before {
  content: "\ec68";
  margin-left: -1em;
  color: none;
}

.icon-Gallery-11:before {
  content: "\ec69";
}

.icon-Gallery-12:before {
  content: "\ec6a";
  color: #fff;
}

.icon-Gallery-13:before {
  content: "\ec6b";
}

.icon-Gallery .path1:before {
  content: "\ec6c";
  color: #363853;
  opacity: 0.15;
}

.icon-Gallery .path2:before {
  content: "\ec6d";
  margin-left: -1em;
  color: #363853;
}

.icon-Gallery .path3:before {
  content: "\ec6e";
  margin-left: -1em;
  color: none;
}

.icon-Gallery1:before {
  content: "\ec6f";
}

.icon-Gallery2:before {
  content: "\ec70";
  color: #363853;
}

.icon-Gallery3:before {
  content: "\ec71";
}

.icon-Game:before {
  content: "\ec72";
}

.icon-Game1:before {
  content: "\ec73";
}

.icon-Game2:before {
  content: "\ec74";
}

.icon-Game3:before {
  content: "\ec75";
}

.icon-Game4 .path1:before {
  content: "\ec76";
  color: #200e32;
  opacity: 0.4;
}

.icon-Game4 .path2:before {
  content: "\ec77";
  margin-left: -1em;
  color: #200e32;
}

.icon-Game5:before {
  content: "\ec78";
}

.icon-GPS-1:before {
  content: "\ec79";
  color: #fff;
}

.icon-GPS-11:before {
  content: "\ec7a";
}

.icon-GPS-12:before {
  content: "\ec7b";
  color: #fff;
}

.icon-GPS-13:before {
  content: "\ec7c";
}

.icon-GPS:before {
  content: "\ec7d";
  color: #363853;
}

.icon-GPS1:before {
  content: "\ec7e";
}

.icon-GPS2:before {
  content: "\ec7f";
  color: #363853;
}

.icon-GPS3:before {
  content: "\ec80";
}

.icon-Graph:before {
  content: "\ec81";
}

.icon-Graph1:before {
  content: "\ec82";
}

.icon-Graph2:before {
  content: "\ec83";
}

.icon-Graph3:before {
  content: "\ec84";
}

.icon-Graph4 .path1:before {
  content: "\ec85";
  color: #200e32;
}

.icon-Graph4 .path2:before {
  content: "\ec86";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Graph5:before {
  content: "\ec87";
}

.icon-Grid---2-1:before {
  content: "\ec88";
  color: #fff;
}

.icon-Grid---2-11:before {
  content: "\ec89";
}

.icon-Grid---2-12:before {
  content: "\ec8a";
  color: #fff;
}

.icon-Grid---2-13:before {
  content: "\ec8b";
}

.icon-Grid---2:before {
  content: "\ec8c";
  color: #363853;
}

.icon-Grid---21:before {
  content: "\ec8d";
}

.icon-Grid---22:before {
  content: "\ec8e";
  color: #363853;
}

.icon-Grid---23:before {
  content: "\ec8f";
}

.icon-Grid---3-1:before {
  content: "\ec90";
  color: #fff;
}

.icon-Grid---3-11:before {
  content: "\ec91";
}

.icon-Grid---3-12:before {
  content: "\ec92";
  color: #fff;
}

.icon-Grid---3-13:before {
  content: "\ec93";
}

.icon-Grid---3:before {
  content: "\ec94";
  color: #363853;
}

.icon-Grid---31:before {
  content: "\ec95";
  color: #363853;
}

.icon-Grid---32:before {
  content: "\ec96";
}

.icon-Grid---33:before {
  content: "\ec97";
}

.icon-Grid-1:before {
  content: "\ec98";
  color: #fff;
}

.icon-Grid-11:before {
  content: "\ec99";
  color: #fff;
}

.icon-Grid-12:before {
  content: "\ec9a";
}

.icon-Grid-13:before {
  content: "\ec9b";
}

.icon-Grid-2 .path1:before {
  content: "\ec9c";
  color: white;
}

.icon-Grid-2 .path2:before {
  content: "\ec9d";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Grid-3:before {
  content: "\ec9e";
}

.icon-Grid:before {
  content: "\ec9f";
  color: #363853;
}

.icon-Grid1:before {
  content: "\eca0";
  color: #363853;
}

.icon-Grid2 .path1:before {
  content: "\eca1";
  color: #363853;
}

.icon-Grid2 .path2:before {
  content: "\eca2";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Grid3:before {
  content: "\eca3";
}

.icon-Headphone-1:before {
  content: "\eca4";
  color: #fff;
}

.icon-Headphone-11:before {
  content: "\eca5";
  color: #fff;
}

.icon-Headphone-12:before {
  content: "\eca6";
}

.icon-Headphone-13:before {
  content: "\eca7";
}

.icon-Headphone-slash-1 .path1:before {
  content: "\eca8";
  color: white;
  opacity: 0.15;
}

.icon-Headphone-slash-1 .path2:before {
  content: "\eca9";
  margin-left: -1em;
  color: none;
}

.icon-Headphone-slash-1 .path3:before {
  content: "\ecaa";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Headphone-slash-1 .path4:before {
  content: "\ecab";
  margin-left: -1em;
  color: white;
}

.icon-Headphone-slash-11:before {
  content: "\ecac";
  color: #fff;
}

.icon-Headphone-slash-12:before {
  content: "\ecad";
}

.icon-Headphone-slash-13:before {
  content: "\ecae";
}

.icon-Headphone-slash .path1:before {
  content: "\ecaf";
  color: #363853;
  opacity: 0.15;
}

.icon-Headphone-slash .path2:before {
  content: "\ecb0";
  margin-left: -1em;
  color: none;
}

.icon-Headphone-slash .path3:before {
  content: "\ecb1";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Headphone-slash .path4:before {
  content: "\ecb2";
  margin-left: -1em;
  color: #363853;
}

.icon-Headphone-slash1:before {
  content: "\ecb3";
  color: #363853;
}

.icon-Headphone-slash2:before {
  content: "\ecb4";
}

.icon-Headphone-slash3:before {
  content: "\ecb5";
}

.icon-Headphone:before {
  content: "\ecb6";
  color: #363853;
}

.icon-Headphone1:before {
  content: "\ecb7";
  color: #363853;
}

.icon-Headphone2:before {
  content: "\ecb8";
}

.icon-Headphone3:before {
  content: "\ecb9";
}

.icon-Heart-1:before {
  content: "\ecba";
  color: #fff;
}

.icon-Heart-11:before {
  content: "\ecbb";
  color: #fff;
}

.icon-Heart-12:before {
  content: "\ecbc";
}

.icon-Heart-13:before {
  content: "\ecbd";
}

.icon-Heart:before {
  content: "\ecbe";
}

.icon-Heart1:before {
  content: "\ecbf";
}

.icon-Heart2:before {
  content: "\ecc0";
  color: #363853;
}

.icon-Heart3:before {
  content: "\ecc1";
}

.icon-Heart4:before {
  content: "\ecc2";
  color: #363853;
}

.icon-Heart5 .path1:before {
  content: "\ecc3";
  color: #200e32;
  opacity: 0.4;
}

.icon-Heart5 .path2:before {
  content: "\ecc4";
  margin-left: -1em;
  color: #200e32;
}

.icon-Heart5 .path3:before {
  content: "\ecc5";
  margin-left: -1em;
  color: #200e32;
}

.icon-Heart6:before {
  content: "\ecc6";
}

.icon-Heart7:before {
  content: "\ecc7";
}

.icon-Heart8:before {
  content: "\ecc8";
}

.icon-Heart9:before {
  content: "\ecc9";
}

.icon-Hide:before {
  content: "\ecca";
}

.icon-Hide1:before {
  content: "\eccb";
}

.icon-Hide2:before {
  content: "\eccc";
}

.icon-Hide3 .path1:before {
  content: "\eccd";
  color: #200e32;
  opacity: 0.4;
}

.icon-Hide3 .path2:before {
  content: "\ecce";
  margin-left: -1em;
  color: #200e32;
}

.icon-Hide4:before {
  content: "\eccf";
}

.icon-Hide5:before {
  content: "\ecd0";
}

.icon-Home---2-1 .path1:before {
  content: "\ecd1";
  color: white;
  opacity: 0.15;
}

.icon-Home---2-1 .path2:before {
  content: "\ecd2";
  margin-left: -1em;
  color: white;
}

.icon-Home---2-11:before {
  content: "\ecd3";
  color: #fff;
}

.icon-Home---2-12 .path1:before {
  content: "\ecd4";
  color: #0095ff;
}

.icon-Home---2-12 .path2:before {
  content: "\ecd5";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Home---2-12 .path3:before {
  content: "\ecd6";
  margin-left: -1em;
  color: white;
}

.icon-Home---2-13:before {
  content: "\ecd7";
  color: #fff;
}

.icon-Home---2 .path1:before {
  content: "\ecd8";
  color: #363853;
  opacity: 0.15;
}

.icon-Home---2 .path2:before {
  content: "\ecd9";
  margin-left: -1em;
  color: #363853;
}

.icon-Home---21:before {
  content: "\ecda";
  color: #363853;
}

.icon-Home---22 .path1:before {
  content: "\ecdb";
  color: #0095ff;
}

.icon-Home---22 .path2:before {
  content: "\ecdc";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Home---22 .path3:before {
  content: "\ecdd";
  margin-left: -1em;
  color: #363853;
}

.icon-Home---23:before {
  content: "\ecde";
  color: #363853;
}

.icon-Home-1 .path1:before {
  content: "\ecdf";
  color: white;
  opacity: 0.15;
}

.icon-Home-1 .path2:before {
  content: "\ece0";
  margin-left: -1em;
  color: white;
}

.icon-Home-11:before {
  content: "\ece1";
  color: #fff;
}

.icon-Home-12 .path1:before {
  content: "\ece2";
  color: #0095ff;
}

.icon-Home-12 .path2:before {
  content: "\ece3";
  margin-left: -1em;
  color: white;
}

.icon-Home-13:before {
  content: "\ece4";
  color: #fff;
}

.icon-Home:before {
  content: "\ece5";
}

.icon-Home1:before {
  content: "\ece6";
}

.icon-Home2 .path1:before {
  content: "\ece7";
  color: #363853;
  opacity: 0.15;
}

.icon-Home2 .path2:before {
  content: "\ece8";
  margin-left: -1em;
  color: #363853;
}

.icon-Home3:before {
  content: "\ece9";
  color: #363853;
}

.icon-Home4:before {
  content: "\ecea";
}

.icon-Home5:before {
  content: "\eceb";
}

.icon-Home6:before {
  content: "\ecec";
}

.icon-Home7 .path1:before {
  content: "\eced";
  color: #0095ff;
}

.icon-Home7 .path2:before {
  content: "\ecee";
  margin-left: -1em;
  color: #363853;
}

.icon-Home8:before {
  content: "\ecef";
  color: #363853;
}

.icon-Home9:before {
  content: "\ecf0";
}

.icon-Image-2:before {
  content: "\ecf1";
}

.icon-Image-21:before {
  content: "\ecf2";
}

.icon-Image-22:before {
  content: "\ecf3";
}

.icon-Image-23:before {
  content: "\ecf4";
}

.icon-Image-24 .path1:before {
  content: "\ecf5";
  color: #200e32;
}

.icon-Image-24 .path2:before {
  content: "\ecf6";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Image-24 .path3:before {
  content: "\ecf7";
  margin-left: -1em;
  color: #200e32;
}

.icon-Image-25:before {
  content: "\ecf8";
}

.icon-Image:before {
  content: "\ecf9";
}

.icon-Image1:before {
  content: "\ecfa";
}

.icon-Image2:before {
  content: "\ecfb";
}

.icon-Image3:before {
  content: "\ecfc";
}

.icon-Image4 .path1:before {
  content: "\ecfd";
  color: #200e32;
  opacity: 0.4;
}

.icon-Image4 .path2:before {
  content: "\ecfe";
  margin-left: -1em;
  color: #200e32;
}

.icon-Image5:before {
  content: "\ecff";
}

.icon-Info-Circle:before {
  content: "\ed00";
}

.icon-Info-Circle1:before {
  content: "\ed01";
}

.icon-Info-Circle2:before {
  content: "\ed02";
}

.icon-Info-Circle3:before {
  content: "\ed03";
}

.icon-Info-Circle4 .path1:before {
  content: "\ed04";
  color: #200e32;
  opacity: 0.4;
}

.icon-Info-Circle4 .path2:before {
  content: "\ed05";
  margin-left: -1em;
  color: #200e32;
}

.icon-Info-Circle5:before {
  content: "\ed06";
}

.icon-Info-Square:before {
  content: "\ed07";
}

.icon-Info-Square1:before {
  content: "\ed08";
}

.icon-Info-Square2:before {
  content: "\ed09";
}

.icon-Info-Square3:before {
  content: "\ed0a";
}

.icon-Info-Square4 .path1:before {
  content: "\ed0b";
  color: #200e32;
  opacity: 0.4;
}

.icon-Info-Square4 .path2:before {
  content: "\ed0c";
  margin-left: -1em;
  color: #200e32;
}

.icon-Info-Square5:before {
  content: "\ed0d";
}

.icon-Info-1:before {
  content: "\ed0e";
  color: #fff;
}

.icon-Info-11:before {
  content: "\ed0f";
  color: #fff;
}

.icon-Info-12:before {
  content: "\ed10";
}

.icon-Info-13:before {
  content: "\ed11";
}

.icon-Info:before {
  content: "\ed12";
}

.icon-Info1:before {
  content: "\ed13";
  color: #363853;
}

.icon-Info2:before {
  content: "\ed14";
  color: #363853;
}

.icon-Info3:before {
  content: "\ed15";
}

.icon-Insta-1:before {
  content: "\ed16";
}

.icon-Insta-11 .path1:before {
  content: "\ed17";
  color: white;
  opacity: 0.15;
}

.icon-Insta-11 .path2:before {
  content: "\ed18";
  margin-left: -1em;
  color: none;
}

.icon-Insta-11 .path3:before {
  content: "\ed19";
  margin-left: -1em;
  color: white;
}

.icon-Insta-12:before {
  content: "\ed1a";
  color: #fff;
}

.icon-Insta:before {
  content: "\ed1b";
}

.icon-Insta1 .path1:before {
  content: "\ed1c";
  color: #363853;
  opacity: 0.15;
}

.icon-Insta1 .path2:before {
  content: "\ed1d";
  margin-left: -1em;
  color: none;
}

.icon-Insta1 .path3:before {
  content: "\ed1e";
  margin-left: -1em;
  color: #363853;
}

.icon-Insta2:before {
  content: "\ed1f";
  color: #363853;
}

.icon-Instagram-1:before {
  content: "\ed20";
}

.icon-Instagram:before {
  content: "\ed21";
}

.icon-left:before {
  content: "\ed22";
  color: #2196f3;
}

.icon-link1:before {
  content: "\ed23";
}

.icon-Loading-1 .path1:before {
  content: "\ed24";
  color: #0095ff;
}

.icon-Loading-1 .path2:before {
  content: "\ed25";
  margin-left: -1em;
  color: #363853;
}

.icon-Loading-1 .path3:before {
  content: "\ed26";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Loading-11 .path1:before {
  content: "\ed27";
  color: #363853;
  opacity: 0.15;
}

.icon-Loading-11 .path2:before {
  content: "\ed28";
  margin-left: -1em;
  color: #363853;
}

.icon-Loading-12:before {
  content: "\ed29";
  color: #363853;
}

.icon-Loading-13:before {
  content: "\ed2a";
  color: #363853;
}

.icon-Loading-2:before {
  content: "\ed2b";
}

.icon-Loading-21:before {
  content: "\ed2c";
}

.icon-Loading-22:before {
  content: "\ed2d";
}

.icon-Loading-23:before {
  content: "\ed2e";
}

.icon-Loading-3 .path1:before {
  content: "\ed2f";
  color: #0095ff;
}

.icon-Loading-3 .path2:before {
  content: "\ed30";
  margin-left: -1em;
  color: white;
}

.icon-Loading-3 .path3:before {
  content: "\ed31";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Loading-31 .path1:before {
  content: "\ed32";
  color: white;
  opacity: 0.15;
}

.icon-Loading-31 .path2:before {
  content: "\ed33";
  margin-left: -1em;
  color: white;
}

.icon-Loading-32:before {
  content: "\ed34";
  color: #fff;
}

.icon-Loading-33:before {
  content: "\ed35";
  color: #fff;
}

.icon-Loading:before {
  content: "\ed36";
}

.icon-Loading1:before {
  content: "\ed37";
}

.icon-Loading2:before {
  content: "\ed38";
}

.icon-Loading3:before {
  content: "\ed39";
}

.icon-Location-1:before {
  content: "\ed3a";
}

.icon-Location-11:before {
  content: "\ed3b";
  color: #fff;
}

.icon-Location-12:before {
  content: "\ed3c";
  color: #fff;
}

.icon-Location-13:before {
  content: "\ed3d";
}

.icon-Location:before {
  content: "\ed3e";
}

.icon-Location1:before {
  content: "\ed3f";
}

.icon-Location2:before {
  content: "\ed40";
  color: #363853;
}

.icon-Location3:before {
  content: "\ed41";
}

.icon-Location4:before {
  content: "\ed42";
}

.icon-Location5:before {
  content: "\ed43";
}

.icon-Location6 .path1:before {
  content: "\ed44";
  color: #200e32;
}

.icon-Location6 .path2:before {
  content: "\ed45";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Location7:before {
  content: "\ed46";
  color: #363853;
}

.icon-Location8:before {
  content: "\ed47";
}

.icon-Location9:before {
  content: "\ed48";
}

.icon-Lock-1 .path1:before {
  content: "\ed49";
  color: #0095ff;
}

.icon-Lock-1 .path2:before {
  content: "\ed4a";
  margin-left: -1em;
  color: #363853;
}

.icon-Lock-1 .path3:before {
  content: "\ed4b";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Lock-11 .path1:before {
  content: "\ed4c";
  color: #363853;
  opacity: 0.15;
}

.icon-Lock-11 .path2:before {
  content: "\ed4d";
  margin-left: -1em;
  color: #363853;
}

.icon-Lock-12:before {
  content: "\ed4e";
  color: #363853;
}

.icon-Lock-13:before {
  content: "\ed4f";
  color: #363853;
}

.icon-Lock-2 .path1:before {
  content: "\ed50";
  color: #0095ff;
}

.icon-Lock-2 .path2:before {
  content: "\ed51";
  margin-left: -1em;
  color: white;
}

.icon-Lock-2 .path3:before {
  content: "\ed52";
  margin-left: -1em;
  color: none;
}

.icon-Lock-21 .path1:before {
  content: "\ed53";
  color: white;
  opacity: 0.15;
}

.icon-Lock-21 .path2:before {
  content: "\ed54";
  margin-left: -1em;
  color: white;
}

.icon-Lock-21 .path3:before {
  content: "\ed55";
  margin-left: -1em;
  color: none;
}

.icon-Lock-22:before {
  content: "\ed56";
  color: #fff;
}

.icon-Lock-23:before {
  content: "\ed57";
  color: #fff;
}

.icon-Lock-3 .path1:before {
  content: "\ed58";
  color: white;
  opacity: 0.15;
}

.icon-Lock-3 .path2:before {
  content: "\ed59";
  margin-left: -1em;
  color: white;
}

.icon-Lock-31 .path1:before {
  content: "\ed5a";
  color: #0095ff;
}

.icon-Lock-31 .path2:before {
  content: "\ed5b";
  margin-left: -1em;
  color: white;
}

.icon-Lock-31 .path3:before {
  content: "\ed5c";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Lock-32:before {
  content: "\ed5d";
  color: #fff;
}

.icon-Lock-33:before {
  content: "\ed5e";
  color: #fff;
}

.icon-Lock .path1:before {
  content: "\ed5f";
  color: #363853;
  opacity: 0.15;
}

.icon-Lock .path2:before {
  content: "\ed60";
  margin-left: -1em;
  color: #363853;
}

.icon-Lock .path3:before {
  content: "\ed61";
  margin-left: -1em;
  color: none;
}

.icon-Lock1:before {
  content: "\ed62";
}

.icon-Lock2 .path1:before {
  content: "\ed63";
  color: #0095ff;
}

.icon-Lock2 .path2:before {
  content: "\ed64";
  margin-left: -1em;
  color: #363853;
}

.icon-Lock2 .path3:before {
  content: "\ed65";
  margin-left: -1em;
  color: none;
}

.icon-Lock3:before {
  content: "\ed66";
}

.icon-Lock4:before {
  content: "\ed67";
}

.icon-Lock5:before {
  content: "\ed68";
}

.icon-Lock6 .path1:before {
  content: "\ed69";
  color: #200e32;
}

.icon-Lock6 .path2:before {
  content: "\ed6a";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Lock7:before {
  content: "\ed6b";
  color: #363853;
}

.icon-Lock8:before {
  content: "\ed6c";
}

.icon-Lock9:before {
  content: "\ed6d";
  color: #363853;
}

.icon-Login:before {
  content: "\ed6e";
}

.icon-Login1 .path1:before {
  content: "\ed6f";
  color: #200e32;
  opacity: 0.4;
}

.icon-Login1 .path2:before {
  content: "\ed70";
  margin-left: -1em;
  color: #200e32;
}

.icon-Login2:before {
  content: "\ed71";
}

.icon-Login3:before {
  content: "\ed72";
}

.icon-Login4:before {
  content: "\ed73";
}

.icon-Login5:before {
  content: "\ed74";
}

.icon-Logout:before {
  content: "\ed75";
}

.icon-Logout1 .path1:before {
  content: "\ed76";
  color: #200e32;
  opacity: 0.4;
}

.icon-Logout1 .path2:before {
  content: "\ed77";
  margin-left: -1em;
  color: #200e32;
}

.icon-Logout2:before {
  content: "\ed78";
}

.icon-Logout3:before {
  content: "\ed79";
}

.icon-Logout4:before {
  content: "\ed7a";
}

.icon-Logout5:before {
  content: "\ed7b";
}

.icon-Marking-1:before {
  content: "\ed7c";
  color: #fff;
}

.icon-Marking-11:before {
  content: "\ed7d";
}

.icon-Marking-12:before {
  content: "\ed7e";
  color: #fff;
}

.icon-Marking-13:before {
  content: "\ed7f";
}

.icon-Marking:before {
  content: "\ed80";
  color: #363853;
}

.icon-Marking1:before {
  content: "\ed81";
}

.icon-Marking2:before {
  content: "\ed82";
  color: #363853;
}

.icon-Marking3:before {
  content: "\ed83";
}

.icon-megaphone:before {
  content: "\ed84";
}

.icon-Menu-1:before {
  content: "\ed85";
}

.icon-Menu-11:before {
  content: "\ed86";
}

.icon-Menu-12:before {
  content: "\ed87";
  color: #363853;
}

.icon-Menu-13:before {
  content: "\ed88";
}

.icon-Menu-2:before {
  content: "\ed89";
  color: #fff;
}

.icon-Menu-21:before {
  content: "\ed8a";
}

.icon-Menu-22:before {
  content: "\ed8b";
}

.icon-Menu-23:before {
  content: "\ed8c";
  color: #fff;
}

.icon-Menu-3:before {
  content: "\ed8d";
}

.icon-Menu-31:before {
  content: "\ed8e";
}

.icon-Menu-32:before {
  content: "\ed8f";
}

.icon-Menu-33:before {
  content: "\ed90";
  color: #fff;
}

.icon-Menu:before {
  content: "\ed91";
  color: #363853;
}

.icon-Menu1:before {
  content: "\ed92";
}

.icon-Menu2:before {
  content: "\ed93";
}

.icon-Menu3:before {
  content: "\ed94";
  color: #363853;
}

.icon-menu15 .path1:before {
  content: "\ed95";
  color: #ff485a;
}

.icon-menu15 .path2:before {
  content: "\ed96";
  margin-left: -1em;
  color: #ff485a;
}

.icon-menu15 .path3:before {
  content: "\ed97";
  margin-left: -1em;
  color: #ffbbc0;
}

.icon-menu15 .path4:before {
  content: "\ed98";
  margin-left: -1em;
  color: #ff485a;
}

.icon-Message---2-1:before {
  content: "\ed99";
  color: #fff;
}

.icon-Message---2-11:before {
  content: "\ed9a";
}

.icon-Message---2-12:before {
  content: "\ed9b";
}

.icon-Message---2-13:before {
  content: "\ed9c";
  color: #fff;
}

.icon-Message---2:before {
  content: "\ed9d";
  color: #363853;
}

.icon-Message---21:before {
  content: "\ed9e";
}

.icon-Message---22:before {
  content: "\ed9f";
}

.icon-Message---23:before {
  content: "\eda0";
  color: #363853;
}

.icon-Message---3-1 .path1:before {
  content: "\eda1";
  color: white;
  opacity: 0.15;
}

.icon-Message---3-1 .path2:before {
  content: "\eda2";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Message---3-1 .path3:before {
  content: "\eda3";
  margin-left: -1em;
  color: white;
}

.icon-Message---3-11 .path1:before {
  content: "\eda4";
  color: white;
}

.icon-Message---3-11 .path2:before {
  content: "\eda5";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message---3-12:before {
  content: "\eda6";
  color: #fff;
}

.icon-Message---3-13:before {
  content: "\eda7";
  color: #fff;
}

.icon-Message---3 .path1:before {
  content: "\eda8";
  color: #363853;
}

.icon-Message---3 .path2:before {
  content: "\eda9";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message---31:before {
  content: "\edaa";
  color: #363853;
}

.icon-Message---32:before {
  content: "\edab";
  color: #363853;
}

.icon-Message---33 .path1:before {
  content: "\edac";
  color: #363853;
  opacity: 0.15;
}

.icon-Message---33 .path2:before {
  content: "\edad";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Message---33 .path3:before {
  content: "\edae";
  margin-left: -1em;
  color: #363853;
}

.icon-Message---4-1 .path1:before {
  content: "\edaf";
  color: white;
}

.icon-Message---4-1 .path2:before {
  content: "\edb0";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message---4-11:before {
  content: "\edb1";
  color: #fff;
}

.icon-Message---4-12:before {
  content: "\edb2";
  color: #fff;
}

.icon-Message---4-13 .path1:before {
  content: "\edb3";
  color: white;
  opacity: 0.15;
}

.icon-Message---4-13 .path2:before {
  content: "\edb4";
  margin-left: -1em;
  color: white;
}

.icon-Message---4:before {
  content: "\edb5";
  color: #363853;
}

.icon-Message---41 .path1:before {
  content: "\edb6";
  color: #363853;
}

.icon-Message---41 .path2:before {
  content: "\edb7";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message---42:before {
  content: "\edb8";
  color: #363853;
}

.icon-Message---43 .path1:before {
  content: "\edb9";
  color: #363853;
  opacity: 0.15;
}

.icon-Message---43 .path2:before {
  content: "\edba";
  margin-left: -1em;
  color: #363853;
}

.icon-Message-1:before {
  content: "\edbb";
  color: #fff;
}

.icon-Message-11 .path1:before {
  content: "\edbc";
  color: #0095ff;
}

.icon-Message-11 .path2:before {
  content: "\edbd";
  margin-left: -1em;
  color: white;
}

.icon-Message-11 .path3:before {
  content: "\edbe";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message-12:before {
  content: "\edbf";
  color: #fff;
}

.icon-Message-13 .path1:before {
  content: "\edc0";
  color: white;
  opacity: 0.15;
}

.icon-Message-13 .path2:before {
  content: "\edc1";
  margin-left: -1em;
  color: white;
}

.icon-Message-5-1:before {
  content: "\edc2";
  color: #fff;
}

.icon-Message-5-11 .path1:before {
  content: "\edc3";
  color: #0095ff;
}

.icon-Message-5-11 .path2:before {
  content: "\edc4";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message-5-11 .path3:before {
  content: "\edc5";
  margin-left: -1em;
  color: white;
}

.icon-Message-5-12:before {
  content: "\edc6";
  color: #fff;
}

.icon-Message-5-13 .path1:before {
  content: "\edc7";
  color: white;
  opacity: 0.15;
}

.icon-Message-5-13 .path2:before {
  content: "\edc8";
  margin-left: -1em;
  color: white;
}

.icon-Message-5:before {
  content: "\edc9";
  color: #363853;
}

.icon-Message-51 .path1:before {
  content: "\edca";
  color: #0095ff;
}

.icon-Message-51 .path2:before {
  content: "\edcb";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message-51 .path3:before {
  content: "\edcc";
  margin-left: -1em;
  color: #363853;
}

.icon-Message-52:before {
  content: "\edcd";
  color: #363853;
}

.icon-Message-53 .path1:before {
  content: "\edce";
  color: #363853;
  opacity: 0.15;
}

.icon-Message-53 .path2:before {
  content: "\edcf";
  margin-left: -1em;
  color: #363853;
}

.icon-Message:before {
  content: "\edd0";
}

.icon-Message1 .path1:before {
  content: "\edd1";
  color: #200e32;
  opacity: 0.4;
}

.icon-Message1 .path2:before {
  content: "\edd2";
  margin-left: -1em;
  color: #200e32;
}

.icon-Message2:before {
  content: "\edd3";
  color: #363853;
}

.icon-Message3 .path1:before {
  content: "\edd4";
  color: #0095ff;
}

.icon-Message3 .path2:before {
  content: "\edd5";
  margin-left: -1em;
  color: #363853;
}

.icon-Message3 .path3:before {
  content: "\edd6";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Message4:before {
  content: "\edd7";
}

.icon-Message5:before {
  content: "\edd8";
  color: #363853;
}

.icon-Message6:before {
  content: "\edd9";
}

.icon-Message7:before {
  content: "\edda";
}

.icon-Message8:before {
  content: "\eddb";
}

.icon-Message9 .path1:before {
  content: "\eddc";
  color: #363853;
  opacity: 0.15;
}

.icon-Message9 .path2:before {
  content: "\eddd";
  margin-left: -1em;
  color: #363853;
}

.icon-Mic-1:before {
  content: "\edde";
  color: #fff;
}

.icon-Mic-11 .path1:before {
  content: "\eddf";
  color: white;
}

.icon-Mic-11 .path2:before {
  content: "\ede0";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Mic-12:before {
  content: "\ede1";
  color: #fff;
}

.icon-Mic-13 .path1:before {
  content: "\ede2";
  color: white;
  opacity: 0.15;
}

.icon-Mic-13 .path2:before {
  content: "\ede3";
  margin-left: -1em;
  color: white;
}

.icon-Mic:before {
  content: "\ede4";
  color: #363853;
}

.icon-Mic1 .path1:before {
  content: "\ede5";
  color: #363853;
}

.icon-Mic1 .path2:before {
  content: "\ede6";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Mic2:before {
  content: "\ede7";
  color: #363853;
}

.icon-Mic3 .path1:before {
  content: "\ede8";
  color: #363853;
  opacity: 0.15;
}

.icon-Mic3 .path2:before {
  content: "\ede9";
  margin-left: -1em;
  color: #363853;
}

.icon-Minus-1:before {
  content: "\edea";
  color: #fff;
}

.icon-Minus-11:before {
  content: "\edeb";
}

.icon-Minus-12:before {
  content: "\edec";
}

.icon-Minus-13:before {
  content: "\eded";
}

.icon-Minus:before {
  content: "\edee";
  color: #363853;
}

.icon-Minus1:before {
  content: "\edef";
}

.icon-Minus2:before {
  content: "\edf0";
}

.icon-Minus3:before {
  content: "\edf1";
}

.icon-Mobile-1:before {
  content: "\edf2";
  color: #fff;
}

.icon-Mobile-11:before {
  content: "\edf3";
}

.icon-Mobile-12:before {
  content: "\edf4";
}

.icon-Mobile-13 .path1:before {
  content: "\edf5";
  color: none;
}

.icon-Mobile-13 .path2:before {
  content: "\edf6";
  margin-left: -1em;
  color: none;
}

.icon-Mobile-13 .path3:before {
  content: "\edf7";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Mobile-13 .path4:before {
  content: "\edf8";
  margin-left: -1em;
  color: white;
}

.icon-Mobile:before {
  content: "\edf9";
  color: #363853;
}

.icon-Mobile1:before {
  content: "\edfa";
}

.icon-Mobile2:before {
  content: "\edfb";
}

.icon-Mobile3 .path1:before {
  content: "\edfc";
  color: none;
}

.icon-Mobile3 .path2:before {
  content: "\edfd";
  margin-left: -1em;
  color: none;
}

.icon-Mobile3 .path3:before {
  content: "\edfe";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Mobile3 .path4:before {
  content: "\edff";
  margin-left: -1em;
  color: #363853;
}

.icon-Monitor-1:before {
  content: "\ee00";
  color: #fff;
}

.icon-Monitor-11 .path1:before {
  content: "\ee01";
  color: #0095ff;
}

.icon-Monitor-11 .path2:before {
  content: "\ee02";
  margin-left: -1em;
  color: white;
}

.icon-Monitor-12:before {
  content: "\ee03";
  color: #fff;
}

.icon-Monitor-13 .path1:before {
  content: "\ee04";
  color: white;
  opacity: 0.15;
}

.icon-Monitor-13 .path2:before {
  content: "\ee05";
  margin-left: -1em;
  color: white;
}

.icon-Monitor:before {
  content: "\ee06";
  color: #363853;
}

.icon-Monitor1 .path1:before {
  content: "\ee07";
  color: #0095ff;
}

.icon-Monitor1 .path2:before {
  content: "\ee08";
  margin-left: -1em;
  color: #363853;
}

.icon-Monitor2:before {
  content: "\ee09";
  color: #363853;
}

.icon-Monitor3 .path1:before {
  content: "\ee0a";
  color: #363853;
  opacity: 0.15;
}

.icon-Monitor3 .path2:before {
  content: "\ee0b";
  margin-left: -1em;
  color: #363853;
}

.icon-Moon-1:before {
  content: "\ee0c";
  color: #0095ff;
}

.icon-Moon-11:before {
  content: "\ee0d";
  color: #363853;
}

.icon-Moon-12:before {
  content: "\ee0e";
  color: #fff;
}

.icon-Moon-13:before {
  content: "\ee0f";
  color: #363853;
}

.icon-Moon-2:before {
  content: "\ee10";
  color: #0095ff;
}

.icon-Moon-21:before {
  content: "\ee11";
  color: #fff;
}

.icon-Moon-22 .path1:before {
  content: "\ee12";
  color: white;
}

.icon-Moon-22 .path2:before {
  content: "\ee13";
  margin-left: -1em;
  color: white;
}

.icon-Moon-22 .path3:before {
  content: "\ee14";
  margin-left: -1em;
  color: white;
}

.icon-Moon-22 .path4:before {
  content: "\ee15";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Moon-3:before {
  content: "\ee16";
  color: #0095ff;
}

.icon-Moon-31:before {
  content: "\ee17";
  color: #fff;
}

.icon-Moon-32:before {
  content: "\ee18";
  color: #fff;
}

.icon-Moon:before {
  content: "\ee19";
  color: #0095ff;
}

.icon-Moon1:before {
  content: "\ee1a";
  color: #363853;
}

.icon-Moon2:before {
  content: "\ee1b";
  color: #363853;
}

.icon-Moon3 .path1:before {
  content: "\ee1c";
  color: #363853;
}

.icon-Moon3 .path2:before {
  content: "\ee1d";
  margin-left: -1em;
  color: #363853;
}

.icon-Moon3 .path3:before {
  content: "\ee1e";
  margin-left: -1em;
  color: #363853;
}

.icon-Moon3 .path4:before {
  content: "\ee1f";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-More---Circle-1:before {
  content: "\ee20";
}

.icon-More---Circle-11:before {
  content: "\ee21";
  color: #fff;
}

.icon-More---Circle-12 .path1:before {
  content: "\ee22";
  color: white;
  opacity: 0.15;
}

.icon-More---Circle-12 .path2:before {
  content: "\ee23";
  margin-left: -1em;
  color: white;
}

.icon-More---Circle-12 .path3:before {
  content: "\ee24";
  margin-left: -1em;
  color: white;
}

.icon-More---Circle-12 .path4:before {
  content: "\ee25";
  margin-left: -1em;
  color: white;
}

.icon-More---Circle:before {
  content: "\ee26";
}

.icon-More---Circle1:before {
  content: "\ee27";
  color: #363853;
}

.icon-More---Circle2 .path1:before {
  content: "\ee28";
  color: #363853;
  opacity: 0.15;
}

.icon-More---Circle2 .path2:before {
  content: "\ee29";
  margin-left: -1em;
  color: #363853;
}

.icon-More---Circle2 .path3:before {
  content: "\ee2a";
  margin-left: -1em;
  color: #363853;
}

.icon-More---Circle2 .path4:before {
  content: "\ee2b";
  margin-left: -1em;
  color: #363853;
}

.icon-More-Circle:before {
  content: "\ee2c";
}

.icon-More-Circle1 .path1:before {
  content: "\ee2d";
  color: #200e32;
  opacity: 0.4;
}

.icon-More-Circle1 .path2:before {
  content: "\ee2e";
  margin-left: -1em;
  color: #200e32;
}

.icon-More-Circle2:before {
  content: "\ee2f";
}

.icon-More-Circle3:before {
  content: "\ee30";
}

.icon-More-Circle4:before {
  content: "\ee31";
}

.icon-More-Circle5:before {
  content: "\ee32";
}

.icon-More-Square:before {
  content: "\ee33";
}

.icon-More-Square1 .path1:before {
  content: "\ee34";
  color: #200e32;
  opacity: 0.4;
}

.icon-More-Square1 .path2:before {
  content: "\ee35";
  margin-left: -1em;
  color: #200e32;
}

.icon-More-Square2:before {
  content: "\ee36";
}

.icon-More-Square3:before {
  content: "\ee37";
}

.icon-More-Square4:before {
  content: "\ee38";
}

.icon-More-Square5:before {
  content: "\ee39";
}

.icon-More-1:before {
  content: "\ee3a";
}

.icon-More-11:before {
  content: "\ee3b";
  color: #fff;
}

.icon-More-12:before {
  content: "\ee3c";
}

.icon-More-13:before {
  content: "\ee3d";
  color: #fff;
}

.icon-More-2:before {
  content: "\ee3e";
}

.icon-More-3:before {
  content: "\ee3f";
}

.icon-More:before {
  content: "\ee40";
}

.icon-More1:before {
  content: "\ee41";
  color: #363853;
}

.icon-More2:before {
  content: "\ee42";
}

.icon-More3:before {
  content: "\ee43";
  color: #363853;
}

.icon-Mouse-1:before {
  content: "\ee44";
}

.icon-Mouse-11:before {
  content: "\ee45";
  color: #fff;
}

.icon-Mouse-12:before {
  content: "\ee46";
}

.icon-Mouse-13:before {
  content: "\ee47";
  color: #fff;
}

.icon-Mouse:before {
  content: "\ee48";
}

.icon-Mouse1:before {
  content: "\ee49";
  color: #363853;
}

.icon-Mouse2:before {
  content: "\ee4a";
}

.icon-Mouse3:before {
  content: "\ee4b";
  color: #363853;
}

.icon-Note---2-1:before {
  content: "\ee4c";
  color: #fff;
}

.icon-Note---2-11:before {
  content: "\ee4d";
  color: #fff;
}

.icon-Note---2-12 .path1:before {
  content: "\ee4e";
  color: white;
  opacity: 0.15;
}

.icon-Note---2-12 .path2:before {
  content: "\ee4f";
  margin-left: -1em;
  color: white;
}

.icon-Note---2-12 .path3:before {
  content: "\ee50";
  margin-left: -1em;
  color: none;
}

.icon-Note---2-13 .path1:before {
  content: "\ee51";
  color: white;
}

.icon-Note---2-13 .path2:before {
  content: "\ee52";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note---2-13 .path3:before {
  content: "\ee53";
  margin-left: -1em;
  color: none;
}

.icon-Note---2:before {
  content: "\ee54";
  color: #363853;
}

.icon-Note---21:before {
  content: "\ee55";
  color: #363853;
}

.icon-Note---22 .path1:before {
  content: "\ee56";
  color: #363853;
  opacity: 0.15;
}

.icon-Note---22 .path2:before {
  content: "\ee57";
  margin-left: -1em;
  color: #363853;
}

.icon-Note---22 .path3:before {
  content: "\ee58";
  margin-left: -1em;
  color: none;
}

.icon-Note---23 .path1:before {
  content: "\ee59";
  color: #363853;
}

.icon-Note---23 .path2:before {
  content: "\ee5a";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note---23 .path3:before {
  content: "\ee5b";
  margin-left: -1em;
  color: none;
}

.icon-Note---3-1:before {
  content: "\ee5c";
  color: #fff;
}

.icon-Note---3-11:before {
  content: "\ee5d";
  color: #fff;
}

.icon-Note---3-12 .path1:before {
  content: "\ee5e";
  color: white;
  opacity: 0.15;
}

.icon-Note---3-12 .path2:before {
  content: "\ee5f";
  margin-left: -1em;
  color: white;
}

.icon-Note---3:before {
  content: "\ee60";
  color: #363853;
}

.icon-Note---31:before {
  content: "\ee61";
  color: #363853;
}

.icon-Note---32 .path1:before {
  content: "\ee62";
  color: #363853;
  opacity: 0.15;
}

.icon-Note---32 .path2:before {
  content: "\ee63";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-1:before {
  content: "\ee64";
  color: #fff;
}

.icon-Note-11:before {
  content: "\ee65";
  color: #fff;
}

.icon-Note-12 .path1:before {
  content: "\ee66";
  color: white;
  opacity: 0.15;
}

.icon-Note-12 .path2:before {
  content: "\ee67";
  margin-left: -1em;
  color: white;
}

.icon-Note-12 .path3:before {
  content: "\ee68";
  margin-left: -1em;
  color: none;
}

.icon-Note-add-1:before {
  content: "\ee69";
  color: #fff;
}

.icon-Note-add-11:before {
  content: "\ee6a";
  color: #fff;
}

.icon-Note-add-12 .path1:before {
  content: "\ee6b";
  color: white;
  opacity: 0.15;
}

.icon-Note-add-12 .path2:before {
  content: "\ee6c";
  margin-left: -1em;
  color: white;
}

.icon-Note-add-12 .path3:before {
  content: "\ee6d";
  margin-left: -1em;
  color: none;
}

.icon-Note-add-13 .path1:before {
  content: "\ee6e";
  color: #0095ff;
}

.icon-Note-add-13 .path2:before {
  content: "\ee6f";
  margin-left: -1em;
  color: white;
}

.icon-Note-add-13 .path3:before {
  content: "\ee70";
  margin-left: -1em;
  color: none;
}

.icon-Note-add-13 .path4:before {
  content: "\ee71";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-add:before {
  content: "\ee72";
  color: #363853;
}

.icon-Note-add1:before {
  content: "\ee73";
  color: #363853;
}

.icon-Note-add2 .path1:before {
  content: "\ee74";
  color: #363853;
  opacity: 0.15;
}

.icon-Note-add2 .path2:before {
  content: "\ee75";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-add2 .path3:before {
  content: "\ee76";
  margin-left: -1em;
  color: none;
}

.icon-Note-add3 .path1:before {
  content: "\ee77";
  color: #0095ff;
}

.icon-Note-add3 .path2:before {
  content: "\ee78";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-add3 .path3:before {
  content: "\ee79";
  margin-left: -1em;
  color: none;
}

.icon-Note-add3 .path4:before {
  content: "\ee7a";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-check-1:before {
  content: "\ee7b";
  color: #fff;
}

.icon-Note-check-11:before {
  content: "\ee7c";
  color: #fff;
}

.icon-Note-check-12 .path1:before {
  content: "\ee7d";
  color: white;
  opacity: 0.15;
}

.icon-Note-check-12 .path2:before {
  content: "\ee7e";
  margin-left: -1em;
  color: white;
}

.icon-Note-check-12 .path3:before {
  content: "\ee7f";
  margin-left: -1em;
  color: none;
}

.icon-Note-check-13 .path1:before {
  content: "\ee80";
  color: #0095ff;
}

.icon-Note-check-13 .path2:before {
  content: "\ee81";
  margin-left: -1em;
  color: white;
}

.icon-Note-check-13 .path3:before {
  content: "\ee82";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-check-13 .path4:before {
  content: "\ee83";
  margin-left: -1em;
  color: none;
}

.icon-Note-check:before {
  content: "\ee84";
  color: #363853;
}

.icon-Note-check1:before {
  content: "\ee85";
  color: #363853;
}

.icon-Note-check2 .path1:before {
  content: "\ee86";
  color: #363853;
  opacity: 0.15;
}

.icon-Note-check2 .path2:before {
  content: "\ee87";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-check2 .path3:before {
  content: "\ee88";
  margin-left: -1em;
  color: none;
}

.icon-Note-check3 .path1:before {
  content: "\ee89";
  color: #0095ff;
}

.icon-Note-check3 .path2:before {
  content: "\ee8a";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-check3 .path3:before {
  content: "\ee8b";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-check3 .path4:before {
  content: "\ee8c";
  margin-left: -1em;
  color: none;
}

.icon-Note-delete-1:before {
  content: "\ee8d";
  color: #fff;
}

.icon-Note-delete-11:before {
  content: "\ee8e";
  color: #fff;
}

.icon-Note-delete-12 .path1:before {
  content: "\ee8f";
  color: white;
  opacity: 0.15;
}

.icon-Note-delete-12 .path2:before {
  content: "\ee90";
  margin-left: -1em;
  color: white;
}

.icon-Note-delete-12 .path3:before {
  content: "\ee91";
  margin-left: -1em;
  color: none;
}

.icon-Note-delete-13 .path1:before {
  content: "\ee92";
  color: #0095ff;
}

.icon-Note-delete-13 .path2:before {
  content: "\ee93";
  margin-left: -1em;
  color: white;
}

.icon-Note-delete-13 .path3:before {
  content: "\ee94";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-delete-13 .path4:before {
  content: "\ee95";
  margin-left: -1em;
  color: none;
}

.icon-Note-delete:before {
  content: "\ee96";
  color: #363853;
}

.icon-Note-delete1:before {
  content: "\ee97";
  color: #363853;
}

.icon-Note-delete2 .path1:before {
  content: "\ee98";
  color: #363853;
  opacity: 0.15;
}

.icon-Note-delete2 .path2:before {
  content: "\ee99";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-delete2 .path3:before {
  content: "\ee9a";
  margin-left: -1em;
  color: none;
}

.icon-Note-delete3 .path1:before {
  content: "\ee9b";
  color: #0095ff;
}

.icon-Note-delete3 .path2:before {
  content: "\ee9c";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-delete3 .path3:before {
  content: "\ee9d";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-delete3 .path4:before {
  content: "\ee9e";
  margin-left: -1em;
  color: none;
}

.icon-Note-minus-1:before {
  content: "\ee9f";
  color: #fff;
}

.icon-Note-minus-11:before {
  content: "\eea0";
  color: #fff;
}

.icon-Note-minus-12 .path1:before {
  content: "\eea1";
  color: white;
  opacity: 0.15;
}

.icon-Note-minus-12 .path2:before {
  content: "\eea2";
  margin-left: -1em;
  color: white;
}

.icon-Note-minus-12 .path3:before {
  content: "\eea3";
  margin-left: -1em;
  color: none;
}

.icon-Note-minus-13 .path1:before {
  content: "\eea4";
  color: #0095ff;
}

.icon-Note-minus-13 .path2:before {
  content: "\eea5";
  margin-left: -1em;
  color: white;
}

.icon-Note-minus-13 .path3:before {
  content: "\eea6";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-minus-13 .path4:before {
  content: "\eea7";
  margin-left: -1em;
  color: none;
}

.icon-Note-minus:before {
  content: "\eea8";
  color: #363853;
}

.icon-Note-minus1:before {
  content: "\eea9";
  color: #363853;
}

.icon-Note-minus2 .path1:before {
  content: "\eeaa";
  color: #363853;
  opacity: 0.15;
}

.icon-Note-minus2 .path2:before {
  content: "\eeab";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-minus2 .path3:before {
  content: "\eeac";
  margin-left: -1em;
  color: none;
}

.icon-Note-minus3 .path1:before {
  content: "\eead";
  color: #0095ff;
}

.icon-Note-minus3 .path2:before {
  content: "\eeae";
  margin-left: -1em;
  color: #363853;
}

.icon-Note-minus3 .path3:before {
  content: "\eeaf";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Note-minus3 .path4:before {
  content: "\eeb0";
  margin-left: -1em;
  color: none;
}

.icon-Note:before {
  content: "\eeb1";
  color: #363853;
}

.icon-Note1:before {
  content: "\eeb2";
  color: #363853;
}

.icon-Note2 .path1:before {
  content: "\eeb3";
  color: #363853;
  opacity: 0.15;
}

.icon-Note2 .path2:before {
  content: "\eeb4";
  margin-left: -1em;
  color: #363853;
}

.icon-Note2 .path3:before {
  content: "\eeb5";
  margin-left: -1em;
  color: none;
}

.icon-Notification---2-1:before {
  content: "\eeb6";
  color: #fff;
}

.icon-Notification---2-11:before {
  content: "\eeb7";
  color: #fff;
}

.icon-Notification---2-12 .path1:before {
  content: "\eeb8";
  color: white;
  opacity: 0.15;
}

.icon-Notification---2-12 .path2:before {
  content: "\eeb9";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Notification---2-12 .path3:before {
  content: "\eeba";
  margin-left: -1em;
  color: white;
}

.icon-Notification---2-13 .path1:before {
  content: "\eebb";
  color: #0095ff;
}

.icon-Notification---2-13 .path2:before {
  content: "\eebc";
  margin-left: -1em;
  color: white;
}

.icon-Notification---2:before {
  content: "\eebd";
  color: #363853;
}

.icon-Notification---21:before {
  content: "\eebe";
  color: #363853;
}

.icon-Notification---22 .path1:before {
  content: "\eebf";
  color: #363853;
  opacity: 0.15;
}

.icon-Notification---22 .path2:before {
  content: "\eec0";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Notification---22 .path3:before {
  content: "\eec1";
  margin-left: -1em;
  color: #363853;
}

.icon-Notification---23 .path1:before {
  content: "\eec2";
  color: #0095ff;
}

.icon-Notification---23 .path2:before {
  content: "\eec3";
  margin-left: -1em;
  color: #363853;
}

.icon-Notification---3-1:before {
  content: "\eec4";
  color: #fff;
}

.icon-Notification---3-11:before {
  content: "\eec5";
  color: #fff;
}

.icon-Notification---3-12 .path1:before {
  content: "\eec6";
  color: white;
  opacity: 0.15;
}

.icon-Notification---3-12 .path2:before {
  content: "\eec7";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Notification---3-12 .path3:before {
  content: "\eec8";
  margin-left: -1em;
  color: white;
}

.icon-Notification---3-13 .path1:before {
  content: "\eec9";
  color: #0095ff;
}

.icon-Notification---3-13 .path2:before {
  content: "\eeca";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Notification---3-13 .path3:before {
  content: "\eecb";
  margin-left: -1em;
  color: white;
}

.icon-Notification---3 .path1:before {
  content: "\eecc";
  color: #0095ff;
}

.icon-Notification---3 .path2:before {
  content: "\eecd";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Notification---3 .path3:before {
  content: "\eece";
  margin-left: -1em;
  color: #363853;
}

.icon-Notification---31:before {
  content: "\eecf";
  color: #363853;
}

.icon-Notification---32:before {
  content: "\eed0";
  color: #363853;
}

.icon-Notification---33 .path1:before {
  content: "\eed1";
  color: #363853;
  opacity: 0.15;
}

.icon-Notification---33 .path2:before {
  content: "\eed2";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Notification---33 .path3:before {
  content: "\eed3";
  margin-left: -1em;
  color: #363853;
}

.icon-Notification-1:before {
  content: "\eed4";
  color: #363853;
}

.icon-Notification-11:before {
  content: "\eed5";
  color: #363853;
}

.icon-Notification-12 .path1:before {
  content: "\eed6";
  color: #363853;
  opacity: 0.15;
}

.icon-Notification-12 .path2:before {
  content: "\eed7";
  margin-left: -1em;
  color: #363853;
}

.icon-Notification-13 .path1:before {
  content: "\eed8";
  color: #363853;
}

.icon-Notification-13 .path2:before {
  content: "\eed9";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Notification-2:before {
  content: "\eeda";
  color: #fff;
}

.icon-Notification-21:before {
  content: "\eedb";
}

.icon-Notification-22:before {
  content: "\eedc";
}

.icon-Notification-23:before {
  content: "\eedd";
}

.icon-Notification-3:before {
  content: "\eede";
  color: #fff;
}

.icon-Notification-31:before {
  content: "\eedf";
  color: #fff;
}

.icon-Notification-32 .path1:before {
  content: "\eee0";
  color: white;
  opacity: 0.15;
}

.icon-Notification-32 .path2:before {
  content: "\eee1";
  margin-left: -1em;
  color: white;
}

.icon-Notification-33 .path1:before {
  content: "\eee2";
  color: white;
}

.icon-Notification-33 .path2:before {
  content: "\eee3";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Notification:before {
  content: "\eee4";
  color: #363853;
}

.icon-Notification1:before {
  content: "\eee5";
}

.icon-Notification2:before {
  content: "\eee6";
}

.icon-Notification3 .path1:before {
  content: "\eee7";
  color: #200e32;
}

.icon-Notification3 .path2:before {
  content: "\eee8";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Notification4:before {
  content: "\eee9";
}

.icon-Notification5:before {
  content: "\eeea";
}

.icon-Notification6:before {
  content: "\eeeb";
}

.icon-Notification7:before {
  content: "\eeec";
}

.icon-Notification8:before {
  content: "\eeed";
}

.icon-Notification9:before {
  content: "\eeee";
}

.icon-Paper-Download:before {
  content: "\eeef";
}

.icon-Paper-Download1 .path1:before {
  content: "\eef0";
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Download1 .path2:before {
  content: "\eef1";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Download1 .path3:before {
  content: "\eef2";
  margin-left: -1em;
  color: #200e32;
}

.icon-Paper-Download2:before {
  content: "\eef3";
}

.icon-Paper-Download3:before {
  content: "\eef4";
}

.icon-Paper-Download4:before {
  content: "\eef5";
}

.icon-Paper-Download5:before {
  content: "\eef6";
}

.icon-Paper-Fail:before {
  content: "\eef7";
}

.icon-Paper-Fail1 .path1:before {
  content: "\eef8";
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Fail1 .path2:before {
  content: "\eef9";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Fail1 .path3:before {
  content: "\eefa";
  margin-left: -1em;
  color: #200e32;
}

.icon-Paper-Fail2:before {
  content: "\eefb";
}

.icon-Paper-Fail3:before {
  content: "\eefc";
}

.icon-Paper-Fail4:before {
  content: "\eefd";
}

.icon-Paper-Fail5:before {
  content: "\eefe";
}

.icon-Paper-Negative:before {
  content: "\eeff";
}

.icon-Paper-Negative1 .path1:before {
  content: "\ef00";
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Negative1 .path2:before {
  content: "\ef01";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Negative1 .path3:before {
  content: "\ef02";
  margin-left: -1em;
  color: #200e32;
}

.icon-Paper-Negative2:before {
  content: "\ef03";
}

.icon-Paper-Negative3:before {
  content: "\ef04";
}

.icon-Paper-Negative4:before {
  content: "\ef05";
}

.icon-Paper-Negative5:before {
  content: "\ef06";
}

.icon-Paper-Plus:before {
  content: "\ef07";
}

.icon-Paper-Plus1 .path1:before {
  content: "\ef08";
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Plus1 .path2:before {
  content: "\ef09";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Plus1 .path3:before {
  content: "\ef0a";
  margin-left: -1em;
  color: #200e32;
}

.icon-Paper-Plus2:before {
  content: "\ef0b";
}

.icon-Paper-Plus3:before {
  content: "\ef0c";
}

.icon-Paper-Plus4:before {
  content: "\ef0d";
}

.icon-Paper-Plus5:before {
  content: "\ef0e";
}

.icon-Paper-Upload:before {
  content: "\ef0f";
}

.icon-Paper-Upload1:before {
  content: "\ef10";
}

.icon-Paper-Upload2 .path1:before {
  content: "\ef11";
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Upload2 .path2:before {
  content: "\ef12";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper-Upload2 .path3:before {
  content: "\ef13";
  margin-left: -1em;
  color: #200e32;
}

.icon-Paper-Upload3:before {
  content: "\ef14";
}

.icon-Paper-Upload4:before {
  content: "\ef15";
}

.icon-Paper-Upload5:before {
  content: "\ef16";
}

.icon-Paper:before {
  content: "\ef17";
}

.icon-Paper1:before {
  content: "\ef18";
}

.icon-Paper2 .path1:before {
  content: "\ef19";
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper2 .path2:before {
  content: "\ef1a";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Paper2 .path3:before {
  content: "\ef1b";
  margin-left: -1em;
  color: #200e32;
}

.icon-Paper3:before {
  content: "\ef1c";
}

.icon-Paper4:before {
  content: "\ef1d";
}

.icon-Paper5:before {
  content: "\ef1e";
}

.icon-Password:before {
  content: "\ef1f";
}

.icon-Password1:before {
  content: "\ef20";
}

.icon-Password2 .path1:before {
  content: "\ef21";
  color: #200e32;
  opacity: 0.4;
}

.icon-Password2 .path2:before {
  content: "\ef22";
  margin-left: -1em;
  color: #200e32;
}

.icon-Password3:before {
  content: "\ef23";
}

.icon-Password4:before {
  content: "\ef24";
}

.icon-Password5:before {
  content: "\ef25";
}

.icon-Phone-1:before {
  content: "\ef26";
  color: #fff;
}

.icon-Phone-11:before {
  content: "\ef27";
}

.icon-Phone-12:before {
  content: "\ef28";
  color: #fff;
}

.icon-Phone-13:before {
  content: "\ef29";
}

.icon-Phone:before {
  content: "\ef2a";
}

.icon-Phone1:before {
  content: "\ef2b";
  color: #363853;
}

.icon-Phone2:before {
  content: "\ef2c";
}

.icon-Phone3:before {
  content: "\ef2d";
  color: #363853;
}

.icon-Play-1:before {
  content: "\ef2e";
}

.icon-Play-11:before {
  content: "\ef2f";
  color: #363853;
}

.icon-Play-12:before {
  content: "\ef30";
}

.icon-Play-13:before {
  content: "\ef31";
  color: #363853;
}

.icon-Play-2:before {
  content: "\ef32";
}

.icon-Play-21:before {
  content: "\ef33";
  color: #fff;
}

.icon-Play-22:before {
  content: "\ef34";
}

.icon-Play-23:before {
  content: "\ef35";
  color: #fff;
}

.icon-Play-3:before {
  content: "\ef36";
}

.icon-Play-31:before {
  content: "\ef37";
  color: #fff;
}

.icon-Play-32:before {
  content: "\ef38";
}

.icon-Play-33:before {
  content: "\ef39";
  color: #fff;
}

.icon-Play:before {
  content: "\ef3a";
}

.icon-Play1:before {
  content: "\ef3b";
}

.icon-Play2 .path1:before {
  content: "\ef3c";
  color: #200e32;
  opacity: 0.4;
}

.icon-Play2 .path2:before {
  content: "\ef3d";
  margin-left: -1em;
  color: #200e32;
}

.icon-Play3:before {
  content: "\ef3e";
}

.icon-Play4:before {
  content: "\ef3f";
  color: #363853;
}

.icon-Play5:before {
  content: "\ef40";
}

.icon-Play6:before {
  content: "\ef41";
}

.icon-Play7:before {
  content: "\ef42";
}

.icon-Play8:before {
  content: "\ef43";
}

.icon-Play9:before {
  content: "\ef44";
  color: #363853;
}

.icon-Plus-1:before {
  content: "\ef45";
}

.icon-Plus-11:before {
  content: "\ef46";
}

.icon-Plus-12:before {
  content: "\ef47";
}

.icon-Plus-13:before {
  content: "\ef48";
  color: #fff;
}

.icon-Plus:before {
  content: "\ef49";
}

.icon-Plus1:before {
  content: "\ef4a";
}

.icon-Plus2 .path1:before {
  content: "\ef4b";
  color: #200e32;
  opacity: 0.4;
}

.icon-Plus2 .path2:before {
  content: "\ef4c";
  margin-left: -1em;
  color: #200e32;
}

.icon-Plus3:before {
  content: "\ef4d";
}

.icon-Plus4:before {
  content: "\ef4e";
}

.icon-Plus5:before {
  content: "\ef4f";
}

.icon-Plus6:before {
  content: "\ef50";
}

.icon-Plus7:before {
  content: "\ef51";
}

.icon-Plus8:before {
  content: "\ef52";
}

.icon-Plus9:before {
  content: "\ef53";
  color: #363853;
}

.icon-Presentation-1:before {
  content: "\ef54";
}

.icon-Presentation-11:before {
  content: "\ef55";
  color: #363853;
}

.icon-Presentation-12:before {
  content: "\ef56";
}

.icon-Presentation-13:before {
  content: "\ef57";
  color: #363853;
}

.icon-Presentation-2:before {
  content: "\ef58";
  color: #fff;
}

.icon-Presentation-21 .path1:before {
  content: "\ef59";
  color: white;
  opacity: 0.15;
}

.icon-Presentation-21 .path2:before {
  content: "\ef5a";
  margin-left: -1em;
  color: white;
}

.icon-Presentation-21 .path3:before {
  content: "\ef5b";
  margin-left: -1em;
  color: none;
}

.icon-Presentation-22:before {
  content: "\ef5c";
  color: #fff;
}

.icon-Presentation-23:before {
  content: "\ef5d";
  color: #fff;
}

.icon-Presentation-3:before {
  content: "\ef5e";
}

.icon-Presentation-31:before {
  content: "\ef5f";
  color: #fff;
}

.icon-Presentation-32:before {
  content: "\ef60";
}

.icon-Presentation-33:before {
  content: "\ef61";
  color: #fff;
}

.icon-Presentation:before {
  content: "\ef62";
  color: #363853;
}

.icon-Presentation1 .path1:before {
  content: "\ef63";
  color: #363853;
  opacity: 0.15;
}

.icon-Presentation1 .path2:before {
  content: "\ef64";
  margin-left: -1em;
  color: #363853;
}

.icon-Presentation1 .path3:before {
  content: "\ef65";
  margin-left: -1em;
  color: none;
}

.icon-Presentation2:before {
  content: "\ef66";
  color: #363853;
}

.icon-Presentation3:before {
  content: "\ef67";
  color: #363853;
}

.icon-Profile:before {
  content: "\ef68";
}

.icon-Profile1:before {
  content: "\ef69";
}

.icon-Profile2 .path1:before {
  content: "\ef6a";
  color: #200e32;
}

.icon-Profile2 .path2:before {
  content: "\ef6b";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Profile3:before {
  content: "\ef6c";
}

.icon-Profile4:before {
  content: "\ef6d";
}

.icon-Profile5:before {
  content: "\ef6e";
}

.icon-Programming-1:before {
  content: "\ef6f";
}

.icon-Programming-11:before {
  content: "\ef70";
  color: #fff;
}

.icon-Programming-12:before {
  content: "\ef71";
}

.icon-Programming-13:before {
  content: "\ef72";
  color: #fff;
}

.icon-Programming:before {
  content: "\ef73";
}

.icon-Programming1:before {
  content: "\ef74";
  color: #363853;
}

.icon-Programming2:before {
  content: "\ef75";
}

.icon-Programming3:before {
  content: "\ef76";
  color: #363853;
}

.icon-Question-1:before {
  content: "\ef77";
}

.icon-Question-11 .path1:before {
  content: "\ef78";
  color: white;
  opacity: 0.15;
}

.icon-Question-11 .path2:before {
  content: "\ef79";
  margin-left: -1em;
  color: white;
}

.icon-Question-11 .path3:before {
  content: "\ef7a";
  margin-left: -1em;
  color: none;
}

.icon-Question-12:before {
  content: "\ef7b";
}

.icon-Question-13:before {
  content: "\ef7c";
  color: #fff;
}

.icon-Question:before {
  content: "\ef7d";
}

.icon-Question1 .path1:before {
  content: "\ef7e";
  color: #363853;
  opacity: 0.15;
}

.icon-Question1 .path2:before {
  content: "\ef7f";
  margin-left: -1em;
  color: #363853;
}

.icon-Question1 .path3:before {
  content: "\ef80";
  margin-left: -1em;
  color: none;
}

.icon-Question2:before {
  content: "\ef81";
}

.icon-Question3:before {
  content: "\ef82";
  color: #363853;
}

.icon-Report-1:before {
  content: "\ef83";
}

.icon-Report-11:before {
  content: "\ef84";
  color: #fff;
}

.icon-Report-12:before {
  content: "\ef85";
}

.icon-Report-13:before {
  content: "\ef86";
  color: #fff;
}

.icon-Report:before {
  content: "\ef87";
}

.icon-Report1:before {
  content: "\ef88";
  color: #363853;
}

.icon-Report2:before {
  content: "\ef89";
}

.icon-Report3:before {
  content: "\ef8a";
  color: #363853;
}

.icon-Reserve-1:before {
  content: "\ef8b";
  color: #fff;
}

.icon-Reserve-11 .path1:before {
  content: "\ef8c";
  color: white;
  opacity: 0.15;
}

.icon-Reserve-11 .path2:before {
  content: "\ef8d";
  margin-left: -1em;
  color: white;
}

.icon-Reserve-11 .path3:before {
  content: "\ef8e";
  margin-left: -1em;
  color: none;
}

.icon-Reserve-12 .path1:before {
  content: "\ef8f";
  color: #0095ff;
}

.icon-Reserve-12 .path2:before {
  content: "\ef90";
  margin-left: -1em;
  color: white;
}

.icon-Reserve-12 .path3:before {
  content: "\ef91";
  margin-left: -1em;
  color: none;
}

.icon-Reserve-13:before {
  content: "\ef92";
  color: #fff;
}

.icon-Reserve:before {
  content: "\ef93";
  color: #363853;
}

.icon-Reserve1 .path1:before {
  content: "\ef94";
  color: #363853;
  opacity: 0.15;
}

.icon-Reserve1 .path2:before {
  content: "\ef95";
  margin-left: -1em;
  color: #363853;
}

.icon-Reserve1 .path3:before {
  content: "\ef96";
  margin-left: -1em;
  color: none;
}

.icon-Reserve2 .path1:before {
  content: "\ef97";
  color: #0095ff;
}

.icon-Reserve2 .path2:before {
  content: "\ef98";
  margin-left: -1em;
  color: #363853;
}

.icon-Reserve2 .path3:before {
  content: "\ef99";
  margin-left: -1em;
  color: none;
}

.icon-Reserve3:before {
  content: "\ef9a";
  color: #363853;
}

.icon-returning:before {
  content: "\ef9b";
}

.icon-ribbon:before {
  content: "\ef9c";
}

.icon-Rotate---Left-1:before {
  content: "\ef9d";
}

.icon-Rotate---Left-11:before {
  content: "\ef9e";
  color: #fff;
}

.icon-Rotate---Left-12:before {
  content: "\ef9f";
}

.icon-Rotate---Left-13:before {
  content: "\efa0";
  color: #fff;
}

.icon-Rotate---Left:before {
  content: "\efa1";
}

.icon-Rotate---Left1:before {
  content: "\efa2";
  color: #363853;
}

.icon-Rotate---Left2:before {
  content: "\efa3";
}

.icon-Rotate---Left3:before {
  content: "\efa4";
  color: #363853;
}

.icon-Rotate---Right-1:before {
  content: "\efa5";
}

.icon-Rotate---Right-11:before {
  content: "\efa6";
  color: #fff;
}

.icon-Rotate---Right-12:before {
  content: "\efa7";
}

.icon-Rotate---Right-13:before {
  content: "\efa8";
  color: #fff;
}

.icon-Rotate---Right:before {
  content: "\efa9";
}

.icon-Rotate---Right1:before {
  content: "\efaa";
  color: #363853;
}

.icon-Rotate---Right2:before {
  content: "\efab";
}

.icon-Rotate---Right3:before {
  content: "\efac";
  color: #363853;
}

.icon-Saved-1:before {
  content: "\efad";
}

.icon-Saved-11:before {
  content: "\efae";
  color: #fff;
}

.icon-Saved-12:before {
  content: "\efaf";
}

.icon-Saved-13:before {
  content: "\efb0";
  color: #fff;
}

.icon-Saved:before {
  content: "\efb1";
}

.icon-Saved1:before {
  content: "\efb2";
}

.icon-Saved2:before {
  content: "\efb3";
  color: #363853;
}

.icon-Saved3:before {
  content: "\efb4";
  color: #363853;
}

.icon-Scan---2-1:before {
  content: "\efb5";
  color: #fff;
}

.icon-Scan---2-11 .path1:before {
  content: "\efb6";
  color: white;
}

.icon-Scan---2-11 .path2:before {
  content: "\efb7";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Scan---2-12 .path1:before {
  content: "\efb8";
  color: white;
  opacity: 0.15;
}

.icon-Scan---2-12 .path2:before {
  content: "\efb9";
  margin-left: -1em;
  color: white;
}

.icon-Scan---2-13:before {
  content: "\efba";
  color: #fff;
}

.icon-Scan---2:before {
  content: "\efbb";
  color: #363853;
}

.icon-Scan---21 .path1:before {
  content: "\efbc";
  color: #363853;
}

.icon-Scan---21 .path2:before {
  content: "\efbd";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Scan---22 .path1:before {
  content: "\efbe";
  color: #363853;
  opacity: 0.15;
}

.icon-Scan---22 .path2:before {
  content: "\efbf";
  margin-left: -1em;
  color: #363853;
}

.icon-Scan---23:before {
  content: "\efc0";
  color: #363853;
}

.icon-Scan---3-1:before {
  content: "\efc1";
  color: #fff;
}

.icon-Scan---3-11 .path1:before {
  content: "\efc2";
  color: white;
}

.icon-Scan---3-11 .path2:before {
  content: "\efc3";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Scan---3-12 .path1:before {
  content: "\efc4";
  color: white;
  opacity: 0.15;
}

.icon-Scan---3-12 .path2:before {
  content: "\efc5";
  margin-left: -1em;
  color: white;
}

.icon-Scan---3-13:before {
  content: "\efc6";
  color: #fff;
}

.icon-Scan---3:before {
  content: "\efc7";
  color: #363853;
}

.icon-Scan---31 .path1:before {
  content: "\efc8";
  color: #363853;
}

.icon-Scan---31 .path2:before {
  content: "\efc9";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Scan---32 .path1:before {
  content: "\efca";
  color: #363853;
  opacity: 0.15;
}

.icon-Scan---32 .path2:before {
  content: "\efcb";
  margin-left: -1em;
  color: #363853;
}

.icon-Scan---33:before {
  content: "\efcc";
  color: #363853;
}

.icon-Scan-1:before {
  content: "\efcd";
  color: #fff;
}

.icon-Scan-11 .path1:before {
  content: "\efce";
  color: white;
}

.icon-Scan-11 .path2:before {
  content: "\efcf";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Scan-12 .path1:before {
  content: "\efd0";
  color: white;
  opacity: 0.15;
}

.icon-Scan-12 .path2:before {
  content: "\efd1";
  margin-left: -1em;
  color: white;
}

.icon-Scan-13:before {
  content: "\efd2";
  color: #fff;
}

.icon-Scan:before {
  content: "\efd3";
  color: #363853;
}

.icon-Scan1:before {
  content: "\efd4";
}

.icon-Scan2:before {
  content: "\efd5";
}

.icon-Scan3 .path1:before {
  content: "\efd6";
  color: #200e32;
  opacity: 0.4;
}

.icon-Scan3 .path2:before {
  content: "\efd7";
  margin-left: -1em;
  color: #200e32;
}

.icon-Scan4 .path1:before {
  content: "\efd8";
  color: #363853;
}

.icon-Scan4 .path2:before {
  content: "\efd9";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Scan5 .path1:before {
  content: "\efda";
  color: #363853;
  opacity: 0.15;
}

.icon-Scan5 .path2:before {
  content: "\efdb";
  margin-left: -1em;
  color: #363853;
}

.icon-Scan6:before {
  content: "\efdc";
}

.icon-Scan7:before {
  content: "\efdd";
}

.icon-Scan8:before {
  content: "\efde";
  color: #363853;
}

.icon-Scan9:before {
  content: "\efdf";
}

.icon-Search-1:before {
  content: "\efe0";
  color: #fff;
}

.icon-Search-11 .path1:before {
  content: "\efe1";
  color: #0095ff;
}

.icon-Search-11 .path2:before {
  content: "\efe2";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Search-11 .path3:before {
  content: "\efe3";
  margin-left: -1em;
  color: white;
}

.icon-Search-12 .path1:before {
  content: "\efe4";
  color: white;
  opacity: 0.15;
}

.icon-Search-12 .path2:before {
  content: "\efe5";
  margin-left: -1em;
  color: white;
}

.icon-Search-13:before {
  content: "\efe6";
  color: #fff;
}

.icon-Search:before {
  content: "\efe7";
}

.icon-Search1:before {
  content: "\efe8";
  color: #363853;
}

.icon-Search2:before {
  content: "\efe9";
}

.icon-Search3 .path1:before {
  content: "\efea";
  color: #200e32;
}

.icon-Search3 .path2:before {
  content: "\efeb";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Search4:before {
  content: "\efec";
}

.icon-Search5 .path1:before {
  content: "\efed";
  color: #0095ff;
}

.icon-Search5 .path2:before {
  content: "\efee";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Search5 .path3:before {
  content: "\efef";
  margin-left: -1em;
  color: #363853;
}

.icon-Search6 .path1:before {
  content: "\eff0";
  color: #363853;
  opacity: 0.15;
}

.icon-Search6 .path2:before {
  content: "\eff1";
  margin-left: -1em;
  color: #363853;
}

.icon-Search7:before {
  content: "\eff2";
}

.icon-Search8:before {
  content: "\eff3";
  color: #363853;
}

.icon-Search9:before {
  content: "\eff4";
}

.icon-Send-1 .path1:before {
  content: "\eff5";
  color: white;
  opacity: 0.15;
}

.icon-Send-1 .path2:before {
  content: "\eff6";
  margin-left: -1em;
  color: white;
}

.icon-Send-11 .path1:before {
  content: "\eff7";
  color: none;
}

.icon-Send-11 .path2:before {
  content: "\eff8";
  margin-left: -1em;
  color: none;
}

.icon-Send-11 .path3:before {
  content: "\eff9";
  margin-left: -1em;
  color: none;
}

.icon-Send-11 .path4:before {
  content: "\effa";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Send-11 .path5:before {
  content: "\effb";
  margin-left: -1em;
  color: white;
}

.icon-Send-12:before {
  content: "\effc";
  color: #fff;
}

.icon-Send-13:before {
  content: "\effd";
  color: #fff;
}

.icon-Send:before {
  content: "\effe";
}

.icon-Send1:before {
  content: "\efff";
}

.icon-Send2 .path1:before {
  content: "\f000";
  color: #363853;
  opacity: 0.15;
}

.icon-Send2 .path2:before {
  content: "\f001";
  margin-left: -1em;
  color: #363853;
}

.icon-Send3 .path1:before {
  content: "\f002";
  color: #200e32;
}

.icon-Send3 .path2:before {
  content: "\f003";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Send4 .path1:before {
  content: "\f004";
  color: none;
}

.icon-Send4 .path2:before {
  content: "\f005";
  margin-left: -1em;
  color: none;
}

.icon-Send4 .path3:before {
  content: "\f006";
  margin-left: -1em;
  color: none;
}

.icon-Send4 .path4:before {
  content: "\f007";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Send4 .path5:before {
  content: "\f008";
  margin-left: -1em;
  color: #363853;
}

.icon-Send5:before {
  content: "\f009";
}

.icon-Send6:before {
  content: "\f00a";
}

.icon-Send7:before {
  content: "\f00b";
  color: #363853;
}

.icon-Send8:before {
  content: "\f00c";
}

.icon-Send9:before {
  content: "\f00d";
  color: #363853;
}

.icon-Setting---2-1:before {
  content: "\f00e";
  color: #fff;
}

.icon-Setting---2-11:before {
  content: "\f00f";
}

.icon-Setting---2-12:before {
  content: "\f010";
  color: #fff;
}

.icon-Setting---2-13:before {
  content: "\f011";
}

.icon-Setting---2:before {
  content: "\f012";
  color: #363853;
}

.icon-Setting---21:before {
  content: "\f013";
}

.icon-Setting---22:before {
  content: "\f014";
  color: #363853;
}

.icon-Setting---23:before {
  content: "\f015";
}

.icon-Setting---3-1 .path1:before {
  content: "\f016";
  color: white;
  opacity: 0.15;
}

.icon-Setting---3-1 .path2:before {
  content: "\f017";
  margin-left: -1em;
  color: white;
}

.icon-Setting---3-11 .path1:before {
  content: "\f018";
  color: white;
}

.icon-Setting---3-11 .path2:before {
  content: "\f019";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Setting---3-12:before {
  content: "\f01a";
  color: #fff;
}

.icon-Setting---3-13:before {
  content: "\f01b";
  color: #fff;
}

.icon-Setting---3 .path1:before {
  content: "\f01c";
  color: #363853;
  opacity: 0.15;
}

.icon-Setting---3 .path2:before {
  content: "\f01d";
  margin-left: -1em;
  color: #363853;
}

.icon-Setting---31 .path1:before {
  content: "\f01e";
  color: #363853;
}

.icon-Setting---31 .path2:before {
  content: "\f01f";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Setting---32:before {
  content: "\f020";
  color: #363853;
}

.icon-Setting---33:before {
  content: "\f021";
  color: #363853;
}

.icon-Setting-1:before {
  content: "\f022";
  color: #fff;
}

.icon-Setting-11:before {
  content: "\f023";
}

.icon-Setting-12:before {
  content: "\f024";
  color: #fff;
}

.icon-Setting-13:before {
  content: "\f025";
}

.icon-Setting:before {
  content: "\f026";
  color: #363853;
}

.icon-Setting1:before {
  content: "\f027";
}

.icon-Setting2 .path1:before {
  content: "\f028";
  color: #200e32;
}

.icon-Setting2 .path2:before {
  content: "\f029";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Setting3:before {
  content: "\f02a";
}

.icon-Setting4:before {
  content: "\f02b";
}

.icon-Setting5:before {
  content: "\f02c";
}

.icon-Setting6:before {
  content: "\f02d";
  color: #363853;
}

.icon-Setting7:before {
  content: "\f02e";
}

.icon-Setting8:before {
  content: "\f02f";
}

.icon-Setting9:before {
  content: "\f030";
}

.icon-share1:before {
  content: "\f031";
}

.icon-Shield---check-1:before {
  content: "\f032";
  color: #fff;
}

.icon-Shield---check-11:before {
  content: "\f033";
}

.icon-Shield---check-12:before {
  content: "\f034";
  color: #fff;
}

.icon-Shield---check-13:before {
  content: "\f035";
}

.icon-Shield---check:before {
  content: "\f036";
  color: #363853;
}

.icon-Shield---check1:before {
  content: "\f037";
}

.icon-Shield---check2:before {
  content: "\f038";
  color: #363853;
}

.icon-Shield---check3:before {
  content: "\f039";
}

.icon-Shield---vulnerable-1:before {
  content: "\f03a";
  color: #fff;
}

.icon-Shield---vulnerable-11:before {
  content: "\f03b";
}

.icon-Shield---vulnerable-12:before {
  content: "\f03c";
  color: #fff;
}

.icon-Shield---vulnerable-13:before {
  content: "\f03d";
}

.icon-Shield---vulnerable:before {
  content: "\f03e";
  color: #363853;
}

.icon-Shield---vulnerable1:before {
  content: "\f03f";
  color: #363853;
}

.icon-Shield---vulnerable2:before {
  content: "\f040";
}

.icon-Shield---vulnerable3:before {
  content: "\f041";
}

.icon-Shield-Done:before {
  content: "\f042";
}

.icon-Shield-Done1 .path1:before {
  content: "\f043";
  color: #200e32;
  opacity: 0.4;
}

.icon-Shield-Done1 .path2:before {
  content: "\f044";
  margin-left: -1em;
  color: #200e32;
}

.icon-Shield-Done2:before {
  content: "\f045";
}

.icon-Shield-Done3:before {
  content: "\f046";
}

.icon-Shield-Done4:before {
  content: "\f047";
}

.icon-Shield-Done5:before {
  content: "\f048";
}

.icon-Shield-Fail:before {
  content: "\f049";
}

.icon-Shield-Fail1 .path1:before {
  content: "\f04a";
  color: #200e32;
  opacity: 0.4;
}

.icon-Shield-Fail1 .path2:before {
  content: "\f04b";
  margin-left: -1em;
  color: #200e32;
}

.icon-Shield-Fail2:before {
  content: "\f04c";
}

.icon-Shield-Fail3:before {
  content: "\f04d";
}

.icon-Shield-Fail4:before {
  content: "\f04e";
}

.icon-Shield-Fail5:before {
  content: "\f04f";
}

.icon-Shield-1:before {
  content: "\f050";
  color: #fff;
}

.icon-Shield-11:before {
  content: "\f051";
  color: #fff;
}

.icon-Shield-12:before {
  content: "\f052";
}

.icon-Shield-13:before {
  content: "\f053";
}

.icon-Shield:before {
  content: "\f054";
}

.icon-Shield1:before {
  content: "\f055";
  color: #363853;
}

.icon-Shield2:before {
  content: "\f056";
  color: #363853;
}

.icon-Shield3:before {
  content: "\f057";
}

.icon-Shopping-Cart-1 .path1:before {
  content: "\f058";
  color: white;
  opacity: 0.15;
}

.icon-Shopping-Cart-1 .path2:before {
  content: "\f059";
  margin-left: -1em;
  color: white;
}

.icon-Shopping-Cart-1 .path3:before {
  content: "\f05a";
  margin-left: -1em;
  color: none;
}

.icon-Shopping-Cart-11:before {
  content: "\f05b";
  color: #fff;
}

.icon-Shopping-Cart .path1:before {
  content: "\f05c";
  color: #363853;
  opacity: 0.15;
}

.icon-Shopping-Cart .path2:before {
  content: "\f05d";
  margin-left: -1em;
  color: #363853;
}

.icon-Shopping-Cart .path3:before {
  content: "\f05e";
  margin-left: -1em;
  color: none;
}

.icon-Shopping-Cart1:before {
  content: "\f05f";
  color: #363853;
}

.icon-Shopping-cart-1 .path1:before {
  content: "\f060";
  color: #0095ff;
}

.icon-Shopping-cart-1 .path2:before {
  content: "\f061";
  margin-left: -1em;
  color: white;
}

.icon-Shopping-cart-1 .path3:before {
  content: "\f062";
  margin-left: -1em;
  color: none;
}

.icon-Shopping-cart-11:before {
  content: "\f063";
  color: #fff;
}

.icon-Shopping-cart .path1:before {
  content: "\f064";
  color: #0095ff;
}

.icon-Shopping-cart .path2:before {
  content: "\f065";
  margin-left: -1em;
  color: #363853;
}

.icon-Shopping-cart .path3:before {
  content: "\f066";
  margin-left: -1em;
  color: none;
}

.icon-Shopping-cart1:before {
  content: "\f067";
  color: #363853;
}

.icon-Show:before {
  content: "\f068";
}

.icon-Show1 .path1:before {
  content: "\f069";
  color: #200e32;
  opacity: 0.4;
}

.icon-Show1 .path2:before {
  content: "\f06a";
  margin-left: -1em;
  color: #200e32;
}

.icon-Show2:before {
  content: "\f06b";
}

.icon-Show3:before {
  content: "\f06c";
}

.icon-Show4:before {
  content: "\f06d";
}

.icon-Show5:before {
  content: "\f06e";
}

.icon-Sort-1:before {
  content: "\f06f";
}

.icon-Sort-11:before {
  content: "\f070";
  color: #fff;
}

.icon-Sort-12:before {
  content: "\f071";
}

.icon-Sort-13:before {
  content: "\f072";
}

.icon-Sort:before {
  content: "\f073";
}

.icon-Sort1:before {
  content: "\f074";
  color: #363853;
}

.icon-Sort2:before {
  content: "\f075";
}

.icon-Sort3:before {
  content: "\f076";
}

.icon-Star-1:before {
  content: "\f077";
  color: #fff;
}

.icon-Star-11:before {
  content: "\f078";
  color: #fff;
}

.icon-Star-12:before {
  content: "\f079";
}

.icon-Star-13:before {
  content: "\f07a";
}

.icon-Star-2:before {
  content: "\f07b";
}

.icon-Star-3:before {
  content: "\f07c";
}

.icon-Star:before {
  content: "\f07d";
  color: #363853;
}

.icon-Star1:before {
  content: "\f07e";
}

.icon-Star2 .path1:before {
  content: "\f07f";
  color: #200e32;
  opacity: 0.4;
}

.icon-Star2 .path2:before {
  content: "\f080";
  margin-left: -1em;
  color: #200e32;
}

.icon-Star3:before {
  content: "\f081";
}

.icon-Star4:before {
  content: "\f082";
  color: #363853;
}

.icon-Star5:before {
  content: "\f083";
}

.icon-Star6:before {
  content: "\f084";
}

.icon-Star7:before {
  content: "\f085";
}

.icon-Star8:before {
  content: "\f086";
}

.icon-Star9:before {
  content: "\f087";
}

.icon-Status-1 .path1:before {
  content: "\f088";
  color: white;
  opacity: 0.15;
}

.icon-Status-1 .path2:before {
  content: "\f089";
  margin-left: -1em;
  color: white;
}

.icon-Status-11:before {
  content: "\f08a";
  color: #fff;
}

.icon-Status-12 .path1:before {
  content: "\f08b";
  color: #0095ff;
}

.icon-Status-12 .path2:before {
  content: "\f08c";
  margin-left: -1em;
  color: white;
}

.icon-Status-12 .path3:before {
  content: "\f08d";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Status-13:before {
  content: "\f08e";
  color: #fff;
}

.icon-Status .path1:before {
  content: "\f08f";
  color: #363853;
  opacity: 0.15;
}

.icon-Status .path2:before {
  content: "\f090";
  margin-left: -1em;
  color: #363853;
}

.icon-Status1:before {
  content: "\f091";
  color: #363853;
}

.icon-Status2 .path1:before {
  content: "\f092";
  color: #0095ff;
}

.icon-Status2 .path2:before {
  content: "\f093";
  margin-left: -1em;
  color: #363853;
}

.icon-Status2 .path3:before {
  content: "\f094";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Status3:before {
  content: "\f095";
  color: #363853;
}

.icon-Sun-1:before {
  content: "\f096";
  color: #fff;
}

.icon-Sun-11:before {
  content: "\f097";
  color: #fff;
}

.icon-Sun-12:before {
  content: "\f098";
}

.icon-Sun-13:before {
  content: "\f099";
}

.icon-Sun:before {
  content: "\f09a";
  color: #363853;
}

.icon-Sun1:before {
  content: "\f09b";
  color: #363853;
}

.icon-Sun2:before {
  content: "\f09c";
}

.icon-Sun3:before {
  content: "\f09d";
}

.icon-Sunrise-1 .path1:before {
  content: "\f09e";
  color: white;
  opacity: 0.15;
}

.icon-Sunrise-1 .path2:before {
  content: "\f09f";
  margin-left: -1em;
  color: white;
}

.icon-Sunrise-1 .path3:before {
  content: "\f0a0";
  margin-left: -1em;
  color: none;
}

.icon-Sunrise-11:before {
  content: "\f0a1";
  color: #fff;
}

.icon-Sunrise-12 .path1:before {
  content: "\f0a2";
  color: white;
}

.icon-Sunrise-12 .path2:before {
  content: "\f0a3";
  margin-left: -1em;
  color: none;
}

.icon-Sunrise-12 .path3:before {
  content: "\f0a4";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Sunrise-13:before {
  content: "\f0a5";
  color: #fff;
}

.icon-Sunrise .path1:before {
  content: "\f0a6";
  color: #363853;
  opacity: 0.15;
}

.icon-Sunrise .path2:before {
  content: "\f0a7";
  margin-left: -1em;
  color: #363853;
}

.icon-Sunrise .path3:before {
  content: "\f0a8";
  margin-left: -1em;
  color: none;
}

.icon-Sunrise1:before {
  content: "\f0a9";
  color: #363853;
}

.icon-Sunrise2 .path1:before {
  content: "\f0aa";
  color: #363853;
}

.icon-Sunrise2 .path2:before {
  content: "\f0ab";
  margin-left: -1em;
  color: none;
}

.icon-Sunrise2 .path3:before {
  content: "\f0ac";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Sunrise3:before {
  content: "\f0ad";
  color: #363853;
}

.icon-Swap:before {
  content: "\f0ae";
}

.icon-Swap1 .path1:before {
  content: "\f0af";
  color: #200e32;
  opacity: 0.4;
}

.icon-Swap1 .path2:before {
  content: "\f0b0";
  margin-left: -1em;
  color: #200e32;
}

.icon-Swap1 .path3:before {
  content: "\f0b1";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Swap1 .path4:before {
  content: "\f0b2";
  margin-left: -1em;
  color: #200e32;
}

.icon-Swap2:before {
  content: "\f0b3";
}

.icon-Swap3:before {
  content: "\f0b4";
}

.icon-Swap4:before {
  content: "\f0b5";
}

.icon-Swap5:before {
  content: "\f0b6";
}

.icon-Text-1 .path1:before {
  content: "\f0b7";
  color: white;
  opacity: 0.15;
}

.icon-Text-1 .path2:before {
  content: "\f0b8";
  margin-left: -1em;
  color: white;
}

.icon-Text-11:before {
  content: "\f0b9";
  color: #fff;
}

.icon-Text-12:before {
  content: "\f0ba";
}

.icon-Text-13:before {
  content: "\f0bb";
  color: #fff;
}

.icon-Text .path1:before {
  content: "\f0bc";
  color: #363853;
  opacity: 0.15;
}

.icon-Text .path2:before {
  content: "\f0bd";
  margin-left: -1em;
  color: #363853;
}

.icon-Text1:before {
  content: "\f0be";
  color: #363853;
}

.icon-Text2:before {
  content: "\f0bf";
}

.icon-Text3:before {
  content: "\f0c0";
  color: #363853;
}

.icon-Tick-Square:before {
  content: "\f0c1";
}

.icon-Tick-Square1 .path1:before {
  content: "\f0c2";
  color: #200e32;
  opacity: 0.4;
}

.icon-Tick-Square1 .path2:before {
  content: "\f0c3";
  margin-left: -1em;
  color: #200e32;
}

.icon-Tick-Square2:before {
  content: "\f0c4";
}

.icon-Tick-Square3:before {
  content: "\f0c5";
}

.icon-Tick-Square4:before {
  content: "\f0c6";
}

.icon-Tick-Square5:before {
  content: "\f0c7";
}

.icon-Tick-1:before {
  content: "\f0c8";
}

.icon-Tick-11:before {
  content: "\f0c9";
  color: #fff;
}

.icon-Tick-12:before {
  content: "\f0ca";
}

.icon-Tick-13:before {
  content: "\f0cb";
}

.icon-Tick:before {
  content: "\f0cc";
}

.icon-Tick1:before {
  content: "\f0cd";
}

.icon-Tick2:before {
  content: "\f0ce";
  color: #363853;
}

.icon-Tick3:before {
  content: "\f0cf";
}

.icon-Ticket-Star:before {
  content: "\f0d0";
}

.icon-Ticket-Star1 .path1:before {
  content: "\f0d1";
  color: #200e32;
  opacity: 0.4;
}

.icon-Ticket-Star1 .path2:before {
  content: "\f0d2";
  margin-left: -1em;
  color: #200e32;
}

.icon-Ticket-Star2:before {
  content: "\f0d3";
}

.icon-Ticket-Star3:before {
  content: "\f0d4";
}

.icon-Ticket-Star4:before {
  content: "\f0d5";
}

.icon-Ticket-Star5:before {
  content: "\f0d6";
}

.icon-Ticket:before {
  content: "\f0d7";
}

.icon-Ticket1 .path1:before {
  content: "\f0d8";
  color: #200e32;
  opacity: 0.4;
}

.icon-Ticket1 .path2:before {
  content: "\f0d9";
  margin-left: -1em;
  color: #200e32;
}

.icon-Ticket2:before {
  content: "\f0da";
}

.icon-Ticket3:before {
  content: "\f0db";
}

.icon-Ticket4:before {
  content: "\f0dc";
}

.icon-Ticket5:before {
  content: "\f0dd";
}

.icon-Time-Circle:before {
  content: "\f0de";
}

.icon-Time-Circle1 .path1:before {
  content: "\f0df";
  color: #200e32;
  opacity: 0.4;
}

.icon-Time-Circle1 .path2:before {
  content: "\f0e0";
  margin-left: -1em;
  color: #200e32;
}

.icon-Time-Circle2:before {
  content: "\f0e1";
}

.icon-Time-Circle3:before {
  content: "\f0e2";
}

.icon-Time-Circle4:before {
  content: "\f0e3";
}

.icon-Time-Circle5:before {
  content: "\f0e4";
}

.icon-Time-Square:before {
  content: "\f0e5";
}

.icon-Time-Square1:before {
  content: "\f0e6";
}

.icon-Time-Square2 .path1:before {
  content: "\f0e7";
  color: #200e32;
  opacity: 0.4;
}

.icon-Time-Square2 .path2:before {
  content: "\f0e8";
  margin-left: -1em;
  color: #200e32;
}

.icon-Time-Square3:before {
  content: "\f0e9";
}

.icon-Time-Square4:before {
  content: "\f0ea";
}

.icon-Time-Square5:before {
  content: "\f0eb";
}

.icon-Todo-1:before {
  content: "\f0ec";
}

.icon-Todo-11 .path1:before {
  content: "\f0ed";
  color: white;
  opacity: 0.15;
}

.icon-Todo-11 .path2:before {
  content: "\f0ee";
  margin-left: -1em;
  color: white;
}

.icon-Todo-12:before {
  content: "\f0ef";
  color: #fff;
}

.icon-Todo-13:before {
  content: "\f0f0";
  color: #fff;
}

.icon-Todo:before {
  content: "\f0f1";
}

.icon-Todo1 .path1:before {
  content: "\f0f2";
  color: #363853;
  opacity: 0.15;
}

.icon-Todo1 .path2:before {
  content: "\f0f3";
  margin-left: -1em;
  color: #363853;
}

.icon-Todo2:before {
  content: "\f0f4";
  color: #363853;
}

.icon-Todo3:before {
  content: "\f0f5";
  color: #363853;
}

.icon-Trash---2-1:before {
  content: "\f0f6";
  color: #fff;
}

.icon-Trash---2:before {
  content: "\f0f7";
  color: #363853;
}

.icon-Trash-1 .path1:before {
  content: "\f0f8";
  color: #0095ff;
}

.icon-Trash-1 .path2:before {
  content: "\f0f9";
  margin-left: -1em;
  color: #363853;
}

.icon-Trash-11 .path1:before {
  content: "\f0fa";
  color: #363853;
  opacity: 0.15;
}

.icon-Trash-11 .path2:before {
  content: "\f0fb";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Trash-11 .path3:before {
  content: "\f0fc";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Trash-11 .path4:before {
  content: "\f0fd";
  margin-left: -1em;
  color: #363853;
}

.icon-Trash-12:before {
  content: "\f0fe";
  color: #fff;
}

.icon-Trash-13:before {
  content: "\f0ff";
  color: #fff;
}

.icon-Trash-2-1:before {
  content: "\f137";
  color: #fff;
}

.icon-Trash-2 .path1:before {
  content: "\f138";
  color: #0095ff;
}

.icon-Trash-2 .path2:before {
  content: "\f139";
  margin-left: -1em;
  color: white;
}

.icon-Trash-2 .path3:before {
  content: "\f13a";
  margin-left: -1em;
  color: none;
}

.icon-Trash-21 .path1:before {
  content: "\f13b";
  color: white;
  opacity: 0.15;
}

.icon-Trash-21 .path2:before {
  content: "\f13c";
  margin-left: -1em;
  color: white;
}

.icon-Trash-21 .path3:before {
  content: "\f13d";
  margin-left: -1em;
  color: none;
}

.icon-Trash-22:before {
  content: "\f13e";
  color: #363853;
}

.icon-Trash-3 .path1:before {
  content: "\f13f";
  color: #0095ff;
}

.icon-Trash-3 .path2:before {
  content: "\f140";
  margin-left: -1em;
  color: white;
}

.icon-Trash-31 .path1:before {
  content: "\f141";
  color: white;
  opacity: 0.15;
}

.icon-Trash-31 .path2:before {
  content: "\f142";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Trash-31 .path3:before {
  content: "\f143";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Trash-31 .path4:before {
  content: "\f144";
  margin-left: -1em;
  color: white;
}

.icon-Trash .path1:before {
  content: "\f145";
  color: #0095ff;
}

.icon-Trash .path2:before {
  content: "\f146";
  margin-left: -1em;
  color: #363853;
}

.icon-Trash .path3:before {
  content: "\f147";
  margin-left: -1em;
  color: none;
}

.icon-Trash1 .path1:before {
  content: "\f148";
  color: #363853;
  opacity: 0.15;
}

.icon-Trash1 .path2:before {
  content: "\f149";
  margin-left: -1em;
  color: #363853;
}

.icon-Trash1 .path3:before {
  content: "\f14a";
  margin-left: -1em;
  color: none;
}

.icon-Trash2:before {
  content: "\f14b";
  color: #363853;
}

.icon-Trash3:before {
  content: "\f14c";
  color: #363853;
}

.icon-Turn-off-1:before {
  content: "\f14d";
}

.icon-Turn-off-11:before {
  content: "\f14e";
}

.icon-Turn-off-12:before {
  content: "\f14f";
  color: #fff;
}

.icon-Turn-off-13:before {
  content: "\f150";
}

.icon-Turn-off:before {
  content: "\f151";
}

.icon-Turn-off1:before {
  content: "\f152";
}

.icon-Turn-off2:before {
  content: "\f153";
  color: #363853;
}

.icon-Turn-off3:before {
  content: "\f154";
}

.icon-TV-1 .path1:before {
  content: "\f155";
  color: white;
  opacity: 0.15;
}

.icon-TV-1 .path2:before {
  content: "\f156";
  margin-left: -1em;
  color: white;
}

.icon-TV-11 .path1:before {
  content: "\f157";
  color: #0095ff;
}

.icon-TV-11 .path2:before {
  content: "\f158";
  margin-left: -1em;
  color: white;
}

.icon-TV-12:before {
  content: "\f159";
  color: #fff;
}

.icon-TV-13:before {
  content: "\f15a";
  color: #fff;
}

.icon-TV .path1:before {
  content: "\f15b";
  color: #363853;
  opacity: 0.15;
}

.icon-TV .path2:before {
  content: "\f15c";
  margin-left: -1em;
  color: #363853;
}

.icon-TV1 .path1:before {
  content: "\f15d";
  color: #0095ff;
}

.icon-TV1 .path2:before {
  content: "\f15e";
  margin-left: -1em;
  color: #363853;
}

.icon-TV2:before {
  content: "\f15f";
  color: #363853;
}

.icon-TV3:before {
  content: "\f160";
  color: #363853;
}

.icon-Two-user-1:before {
  content: "\f161";
  color: #fff;
}

.icon-Two-user-11:before {
  content: "\f162";
}

.icon-Two-user-12:before {
  content: "\f163";
  color: #fff;
}

.icon-Two-user-13:before {
  content: "\f164";
}

.icon-Two-user:before {
  content: "\f165";
  color: #363853;
}

.icon-Two-user1:before {
  content: "\f166";
}

.icon-Two-user2:before {
  content: "\f167";
}

.icon-Two-user3:before {
  content: "\f168";
  color: #363853;
}

.icon-Twocolors-1 .path1:before {
  content: "\f169";
  color: #0095ff;
}

.icon-Twocolors-1 .path2:before {
  content: "\f16a";
  margin-left: -1em;
  color: #363853;
}

.icon-Twocolors-1 .path3:before {
  content: "\f16b";
  margin-left: -1em;
  color: none;
}

.icon-Twocolors-2 .path1:before {
  content: "\f16c";
  color: white;
}

.icon-Twocolors-2 .path2:before {
  content: "\f16d";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Twocolors-3 .path1:before {
  content: "\f16e";
  color: #0095ff;
}

.icon-Twocolors-3 .path2:before {
  content: "\f16f";
  margin-left: -1em;
  color: white;
}

.icon-Twocolors-3 .path3:before {
  content: "\f170";
  margin-left: -1em;
  color: none;
}

.icon-Twocolors .path1:before {
  content: "\f171";
  color: #363853;
}

.icon-Twocolors .path2:before {
  content: "\f172";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Unlock-1 .path1:before {
  content: "\f173";
  color: white;
  opacity: 0.15;
}

.icon-Unlock-1 .path2:before {
  content: "\f174";
  margin-left: -1em;
  color: white;
}

.icon-Unlock-1 .path3:before {
  content: "\f175";
  margin-left: -1em;
  color: none;
}

.icon-Unlock-11 .path1:before {
  content: "\f176";
  color: #0095ff;
}

.icon-Unlock-11 .path2:before {
  content: "\f177";
  margin-left: -1em;
  color: white;
}

.icon-Unlock-11 .path3:before {
  content: "\f178";
  margin-left: -1em;
  color: none;
}

.icon-Unlock-12:before {
  content: "\f179";
  color: #fff;
}

.icon-Unlock-13:before {
  content: "\f17a";
  color: #fff;
}

.icon-Unlock .path1:before {
  content: "\f17b";
  color: #363853;
  opacity: 0.15;
}

.icon-Unlock .path2:before {
  content: "\f17c";
  margin-left: -1em;
  color: #363853;
}

.icon-Unlock .path3:before {
  content: "\f17d";
  margin-left: -1em;
  color: none;
}

.icon-Unlock1 .path1:before {
  content: "\f17e";
  color: #0095ff;
}

.icon-Unlock1 .path2:before {
  content: "\f17f";
  margin-left: -1em;
  color: #363853;
}

.icon-Unlock1 .path3:before {
  content: "\f180";
  margin-left: -1em;
  color: none;
}

.icon-Unlock2:before {
  content: "\f181";
}

.icon-Unlock3:before {
  content: "\f182";
}

.icon-Unlock4 .path1:before {
  content: "\f183";
  color: #200e32;
  opacity: 0.4;
}

.icon-Unlock4 .path2:before {
  content: "\f184";
  margin-left: -1em;
  color: #200e32;
}

.icon-Unlock5:before {
  content: "\f185";
}

.icon-Unlock6:before {
  content: "\f186";
  color: #363853;
}

.icon-Unlock7:before {
  content: "\f187";
  color: #363853;
}

.icon-Unlock8:before {
  content: "\f188";
}

.icon-Unlock9:before {
  content: "\f189";
}

.icon-Upload:before {
  content: "\f18a";
}

.icon-Upload1:before {
  content: "\f18b";
}

.icon-Upload2 .path1:before {
  content: "\f18c";
  color: #200e32;
  opacity: 0.4;
}

.icon-Upload2 .path2:before {
  content: "\f18d";
  margin-left: -1em;
  color: #200e32;
}

.icon-Upload3:before {
  content: "\f18e";
}

.icon-Upload4:before {
  content: "\f18f";
}

.icon-Upload5:before {
  content: "\f190";
}

.icon-User---Scan-1:before {
  content: "\f191";
  color: #fff;
}

.icon-User---Scan-11:before {
  content: "\f192";
}

.icon-User---Scan-12:before {
  content: "\f193";
  color: #fff;
}

.icon-User---Scan:before {
  content: "\f194";
  color: #363853;
}

.icon-User---Scan1:before {
  content: "\f195";
}

.icon-User---Scan2:before {
  content: "\f196";
  color: #363853;
}

.icon-User-1:before {
  content: "\f197";
  color: #fff;
}

.icon-User-11:before {
  content: "\f198";
}

.icon-User-12:before {
  content: "\f199";
}

.icon-User-13:before {
  content: "\f19a";
  color: #fff;
}

.icon-User-plus-1:before {
  content: "\f19b";
}

.icon-User-plus-11:before {
  content: "\f19c";
}

.icon-User-plus-12:before {
  content: "\f19d";
  color: #fff;
}

.icon-User-plus-13:before {
  content: "\f19e";
}

.icon-User-plus:before {
  content: "\f19f";
}

.icon-User-plus1:before {
  content: "\f1a0";
}

.icon-User-plus2:before {
  content: "\f1a1";
  color: #363853;
}

.icon-User-plus3:before {
  content: "\f1a2";
}

.icon-User-scan-1:before {
  content: "\f1a3";
}

.icon-User-scan:before {
  content: "\f1a4";
}

.icon-user1:before {
  content: "\f1a5";
}

.icon-User:before {
  content: "\f1a6";
  color: #363853;
}

.icon-User1:before {
  content: "\f1a7";
}

.icon-User2:before {
  content: "\f1a8";
}

.icon-User3:before {
  content: "\f1a9";
  color: #363853;
}

.icon-Video-1:before {
  content: "\f1aa";
  color: #fff;
}

.icon-Video-11:before {
  content: "\f1ab";
}

.icon-Video-12:before {
  content: "\f1ac";
}

.icon-Video-13:before {
  content: "\f1ad";
  color: #fff;
}

.icon-Video:before {
  content: "\f1ae";
}

.icon-Video1:before {
  content: "\f1af";
  color: #363853;
}

.icon-Video2:before {
  content: "\f1b0";
}

.icon-Video3:before {
  content: "\f1b1";
}

.icon-Video4 .path1:before {
  content: "\f1b2";
  color: #200e32;
  opacity: 0.4;
}

.icon-Video4 .path2:before {
  content: "\f1b3";
  margin-left: -1em;
  color: #200e32;
}

.icon-Video5:before {
  content: "\f1b4";
}

.icon-Video6:before {
  content: "\f1b5";
}

.icon-Video7:before {
  content: "\f1b6";
}

.icon-Video8:before {
  content: "\f1b7";
}

.icon-Video9:before {
  content: "\f1b8";
  color: #363853;
}

.icon-Voice-2:before {
  content: "\f1b9";
}

.icon-Voice-21:before {
  content: "\f1ba";
}

.icon-Voice-22 .path1:before {
  content: "\f1bb";
  color: #200e32;
}

.icon-Voice-22 .path2:before {
  content: "\f1bc";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Voice-23:before {
  content: "\f1bd";
}

.icon-Voice-24 .path1:before {
  content: "\f1be";
  color: #200e32;
  opacity: 0.4;
}

.icon-Voice-24 .path2:before {
  content: "\f1bf";
  margin-left: -1em;
  color: #200e32;
}

.icon-Voice-25:before {
  content: "\f1c0";
}

.icon-Voice:before {
  content: "\f1c1";
}

.icon-Voice1:before {
  content: "\f1c2";
}

.icon-Voice2 .path1:before {
  content: "\f1c3";
  color: #200e32;
  opacity: 0.4;
}

.icon-Voice2 .path2:before {
  content: "\f1c4";
  margin-left: -1em;
  color: #200e32;
}

.icon-Voice3:before {
  content: "\f1c5";
}

.icon-Voice4:before {
  content: "\f1c6";
}

.icon-Voice5:before {
  content: "\f1c7";
}

.icon-Volume---Cross-1:before {
  content: "\f1c8";
  color: #fff;
}

.icon-Volume---Cross-11:before {
  content: "\f1c9";
}

.icon-Volume---Cross-12:before {
  content: "\f1ca";
}

.icon-Volume---Cross-13:before {
  content: "\f1cb";
  color: #fff;
}

.icon-Volume---Cross:before {
  content: "\f1cc";
  color: #363853;
}

.icon-Volume---Cross1:before {
  content: "\f1cd";
}

.icon-Volume---Cross2:before {
  content: "\f1ce";
}

.icon-Volume---Cross3:before {
  content: "\f1cf";
  color: #363853;
}

.icon-Volume---High-1:before {
  content: "\f1d0";
  color: #fff;
}

.icon-Volume---High-11:before {
  content: "\f1d1";
}

.icon-Volume---High-12:before {
  content: "\f1d2";
}

.icon-Volume---High-13:before {
  content: "\f1d3";
  color: #fff;
}

.icon-Volume---High:before {
  content: "\f1d4";
  color: #363853;
}

.icon-Volume---High1:before {
  content: "\f1d5";
}

.icon-Volume---High2:before {
  content: "\f1d6";
}

.icon-Volume---High3:before {
  content: "\f1d7";
  color: #363853;
}

.icon-Volume---Low-1:before {
  content: "\f1d8";
  color: #fff;
}

.icon-Volume---Low-11:before {
  content: "\f1d9";
}

.icon-Volume---Low-12:before {
  content: "\f1da";
}

.icon-Volume---Low-13:before {
  content: "\f1db";
}

.icon-Volume---Low:before {
  content: "\f1dc";
  color: #363853;
}

.icon-Volume---Low1:before {
  content: "\f1dd";
}

.icon-Volume---Low2:before {
  content: "\f1de";
}

.icon-Volume---Low3:before {
  content: "\f1df";
}

.icon-Volume---Mute-1:before {
  content: "\f1e0";
  color: #fff;
}

.icon-Volume---Mute-11:before {
  content: "\f1e1";
}

.icon-Volume---Mute-12:before {
  content: "\f1e2";
}

.icon-Volume---Mute-13:before {
  content: "\f1e3";
  color: #fff;
}

.icon-Volume---Mute:before {
  content: "\f1e4";
  color: #363853;
}

.icon-Volume---Mute1:before {
  content: "\f1e5";
}

.icon-Volume---Mute2:before {
  content: "\f1e6";
}

.icon-Volume---Mute3:before {
  content: "\f1e7";
  color: #363853;
}

.icon-Volume---Slash-1:before {
  content: "\f1e8";
  color: #fff;
}

.icon-Volume---Slash-11 .path1:before {
  content: "\f1e9";
  color: white;
}

.icon-Volume---Slash-11 .path2:before {
  content: "\f1ea";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Volume---Slash-12:before {
  content: "\f1eb";
  color: #fff;
}

.icon-Volume---Slash-13 .path1:before {
  content: "\f1ec";
  color: white;
  opacity: 0.15;
}

.icon-Volume---Slash-13 .path2:before {
  content: "\f1ed";
  margin-left: -1em;
  color: white;
}

.icon-Volume---Slash:before {
  content: "\f1ee";
  color: #363853;
}

.icon-Volume---Slash1 .path1:before {
  content: "\f1ef";
  color: #363853;
}

.icon-Volume---Slash1 .path2:before {
  content: "\f1f0";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Volume---Slash2:before {
  content: "\f1f1";
  color: #363853;
}

.icon-Volume---Slash3 .path1:before {
  content: "\f1f2";
  color: #363853;
  opacity: 0.15;
}

.icon-Volume---Slash3 .path2:before {
  content: "\f1f3";
  margin-left: -1em;
  color: #363853;
}

.icon-Volume-Down:before {
  content: "\f1f4";
}

.icon-Volume-Down1:before {
  content: "\f1f5";
}

.icon-Volume-Down2 .path1:before {
  content: "\f1f6";
  color: #200e32;
}

.icon-Volume-Down2 .path2:before {
  content: "\f1f7";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Volume-Down3:before {
  content: "\f1f8";
}

.icon-Volume-Down4:before {
  content: "\f1f9";
}

.icon-Volume-Down5:before {
  content: "\f1fa";
}

.icon-Volume-Off .path1:before {
  content: "\f1fb";
  color: #200e32;
  opacity: 0.4;
}

.icon-Volume-Off .path2:before {
  content: "\f1fc";
  margin-left: -1em;
  color: #200e32;
}

.icon-Volume-Off1:before {
  content: "\f1fd";
}

.icon-Volume-Off2:before {
  content: "\f1fe";
}

.icon-Volume-Off3:before {
  content: "\f1ff";
}

.icon-Volume-Off4:before {
  content: "\f200";
}

.icon-Volume-Off5:before {
  content: "\f201";
}

.icon-Volume-Up .path1:before {
  content: "\f202";
  color: #200e32;
}

.icon-Volume-Up .path2:before {
  content: "\f203";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Volume-Up .path3:before {
  content: "\f204";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Volume-Up1:before {
  content: "\f205";
}

.icon-Volume-Up2:before {
  content: "\f206";
}

.icon-Volume-Up3:before {
  content: "\f207";
}

.icon-Volume-Up4:before {
  content: "\f208";
}

.icon-Volume-Up5:before {
  content: "\f209";
}

.icon-Wallet-1:before {
  content: "\f20a";
}

.icon-Wallet-11:before {
  content: "\f20b";
  color: #fff;
}

.icon-Wallet-12:before {
  content: "\f20c";
}

.icon-Wallet-13 .path1:before {
  content: "\f20d";
  color: none;
}

.icon-Wallet-13 .path2:before {
  content: "\f20e";
  margin-left: -1em;
  color: white;
  opacity: 0.15;
}

.icon-Wallet-13 .path3:before {
  content: "\f20f";
  margin-left: -1em;
  color: white;
}

.icon-Wallet:before {
  content: "\f210";
}

.icon-Wallet1:before {
  content: "\f211";
}

.icon-Wallet2 .path1:before {
  content: "\f212";
  color: #200e32;
}

.icon-Wallet2 .path2:before {
  content: "\f213";
  margin-left: -1em;
  color: #200e32;
  opacity: 0.4;
}

.icon-Wallet2 .path3:before {
  content: "\f214";
  margin-left: -1em;
  color: #200e32;
}

.icon-Wallet3:before {
  content: "\f215";
}

.icon-Wallet4:before {
  content: "\f216";
  color: #363853;
}

.icon-Wallet5:before {
  content: "\f217";
}

.icon-Wallet6:before {
  content: "\f218";
}

.icon-Wallet7:before {
  content: "\f219";
}

.icon-Wallet8 .path1:before {
  content: "\f21a";
  color: none;
}

.icon-Wallet8 .path2:before {
  content: "\f21b";
  margin-left: -1em;
  color: #363853;
  opacity: 0.15;
}

.icon-Wallet8 .path3:before {
  content: "\f21c";
  margin-left: -1em;
  color: #363853;
}

.icon-Wallet9:before {
  content: "\f21d";
}

.icon-Work-1 .path1:before {
  content: "\f21e";
  color: #0095ff;
}

.icon-Work-1 .path2:before {
  content: "\f21f";
  margin-left: -1em;
  color: white;
}

.icon-Work-1 .path3:before {
  content: "\f220";
  margin-left: -1em;
  color: none;
}

.icon-Work-1 .path4:before {
  content: "\f221";
  margin-left: -1em;
  color: none;
}

.icon-Work-11:before {
  content: "\f222";
  color: #fff;
}

.icon-Work-12:before {
  content: "\f223";
  color: #fff;
}

.icon-Work-13 .path1:before {
  content: "\f224";
  color: white;
  opacity: 0.15;
}

.icon-Work-13 .path2:before {
  content: "\f225";
  margin-left: -1em;
  color: white;
}

.icon-Work-13 .path3:before {
  content: "\f226";
  margin-left: -1em;
  color: none;
}

.icon-Work-13 .path4:before {
  content: "\f227";
  margin-left: -1em;
  color: none;
}

.icon-Work:before {
  content: "\f228";
}

.icon-Work1 .path1:before {
  content: "\f229";
  color: #200e32;
  opacity: 0.4;
}

.icon-Work1 .path2:before {
  content: "\f22a";
  margin-left: -1em;
  color: #200e32;
}

.icon-Work1 .path3:before {
  content: "\f22b";
  margin-left: -1em;
  color: #200e32;
}

.icon-Work2 .path1:before {
  content: "\f22c";
  color: #0095ff;
}

.icon-Work2 .path2:before {
  content: "\f22d";
  margin-left: -1em;
  color: #363853;
}

.icon-Work2 .path3:before {
  content: "\f22e";
  margin-left: -1em;
  color: none;
}

.icon-Work2 .path4:before {
  content: "\f22f";
  margin-left: -1em;
  color: none;
}

.icon-Work3:before {
  content: "\f230";
}

.icon-Work4:before {
  content: "\f231";
  color: #363853;
}

.icon-Work5:before {
  content: "\f232";
}

.icon-Work6:before {
  content: "\f233";
  color: #363853;
}

.icon-Work7:before {
  content: "\f234";
}

.icon-Work8 .path1:before {
  content: "\f235";
  color: #363853;
  opacity: 0.15;
}

.icon-Work8 .path2:before {
  content: "\f236";
  margin-left: -1em;
  color: #363853;
}

.icon-Work8 .path3:before {
  content: "\f237";
  margin-left: -1em;
  color: none;
}

.icon-Work8 .path4:before {
  content: "\f238";
  margin-left: -1em;
  color: none;
}

.icon-Work9:before {
  content: "\f239";
}

.icon-Zoom---In-1 .path1:before {
  content: "\f23a";
  color: #0095ff;
}

.icon-Zoom---In-1 .path2:before {
  content: "\f23b";
  margin-left: -1em;
  color: white;
}

.icon-Zoom---In-1 .path3:before {
  content: "\f23c";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Zoom---In-11:before {
  content: "\f23d";
  color: #fff;
}

.icon-Zoom---In-12:before {
  content: "\f23e";
  color: #fff;
}

.icon-Zoom---In-13 .path1:before {
  content: "\f23f";
  color: white;
  opacity: 0.15;
}

.icon-Zoom---In-13 .path2:before {
  content: "\f240";
  margin-left: -1em;
  color: white;
}

.icon-Zoom---In .path1:before {
  content: "\f241";
  color: #0095ff;
}

.icon-Zoom---In .path2:before {
  content: "\f242";
  margin-left: -1em;
  color: #363853;
}

.icon-Zoom---In .path3:before {
  content: "\f243";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Zoom---In1:before {
  content: "\f244";
  color: #363853;
}

.icon-Zoom---In2:before {
  content: "\f245";
  color: #363853;
}

.icon-Zoom---In3 .path1:before {
  content: "\f246";
  color: #363853;
  opacity: 0.15;
}

.icon-Zoom---In3 .path2:before {
  content: "\f247";
  margin-left: -1em;
  color: #363853;
}

.icon-Zoom---Out-1 .path1:before {
  content: "\f248";
  color: #0095ff;
}

.icon-Zoom---Out-1 .path2:before {
  content: "\f249";
  margin-left: -1em;
  color: white;
}

.icon-Zoom---Out-1 .path3:before {
  content: "\f24a";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Zoom---Out-11:before {
  content: "\f24b";
  color: #fff;
}

.icon-Zoom---Out-12:before {
  content: "\f24c";
  color: #fff;
}

.icon-Zoom---Out-13 .path1:before {
  content: "\f24d";
  color: white;
  opacity: 0.15;
}

.icon-Zoom---Out-13 .path2:before {
  content: "\f24e";
  margin-left: -1em;
  color: white;
}

.icon-Zoom---Out .path1:before {
  content: "\f24f";
  color: #0095ff;
}

.icon-Zoom---Out .path2:before {
  content: "\f250";
  margin-left: -1em;
  color: #363853;
}

.icon-Zoom---Out .path3:before {
  content: "\f251";
  margin-left: -1em;
  color: #0095ff;
}

.icon-Zoom---Out1:before {
  content: "\f252";
  color: #363853;
}

.icon-Zoom---Out2:before {
  content: "\f253";
  color: #363853;
}

.icon-Zoom---Out3 .path1:before {
  content: "\f254";
  color: #363853;
  opacity: 0.15;
}

.icon-Zoom---Out3 .path2:before {
  content: "\f255";
  margin-left: -1em;
  color: #363853;
}

.icon-like1:before {
  content: "\f256";
}

.icon-wordpress:before {
  content: "\f257";
}

.icon-github:before {
  content: "\f258";
}

.icon-stumbleupon:before {
  content: "\f259";
}

.icon-myspace-1:before {
  content: "\f25a";
}

.icon-xing:before {
  content: "\f25b";
}

.icon-foursquare:before {
  content: "\f25c";
}

.icon-yahoo:before {
  content: "\f25d";
}

.icon-forrst:before {
  content: "\f25e";
}

.icon-kickstarter:before {
  content: "\f25f";
}

.icon-google-plus:before {
  content: "\f260";
}

.icon-instagram1:before {
  content: "\f261";
}

.icon-dropbox:before {
  content: "\f262";
}

.icon-pinterest:before {
  content: "\f263";
}

.icon-linkedin1:before {
  content: "\f264";
}

.icon-vk:before {
  content: "\f265";
}

.icon-deviantart:before {
  content: "\f266";
}

.icon-path:before {
  content: "\f267";
}

.icon-google-drive:before {
  content: "\f268";
}

.icon-reddit:before {
  content: "\f269";
}

.icon-hangouts:before {
  content: "\f26a";
}

.icon-plurk:before {
  content: "\f26b";
}

.icon-spotify:before {
  content: "\f26c";
}

.icon-whatsapp:before {
  content: "\f26d";
}

.icon-twitter1:before {
  content: "\f26e";
}

.icon-youtube:before {
  content: "\f26f";
}

.icon-viddler:before {
  content: "\f270";
}

.icon-photo:before {
  content: "\f271";
}

.icon-rss:before {
  content: "\f272";
}

.icon-skype:before {
  content: "\f273";
}

.icon-twitter-1:before {
  content: "\f274";
}

.icon-facebook1:before {
  content: "\f275";
}

.icon-dislike1:before {
  content: "\f276";
}

.icon-soundcloud:before {
  content: "\f277";
}

.icon-behance:before {
  content: "\f278";
}

.icon-happy:before {
  content: "\f279";
}

.icon-snapchat:before {
  content: "\f27a";
}

.icon-messenger:before {
  content: "\f27b";
}

.icon-vine:before {
  content: "\f27c";
}

.icon-picasa:before {
  content: "\f27d";
}

.icon-dribbble:before {
  content: "\f27e";
}

.icon-wattpad:before {
  content: "\f27f";
}

.icon-tumblr:before {
  content: "\f280";
}

.icon-lastfm:before {
  content: "\f281";
}

.icon-zootool:before {
  content: "\f282";
}

.icon-blogger:before {
  content: "\f283";
}

.icon-twitch:before {
  content: "\f284";
}

.icon-delicious:before {
  content: "\f285";
}

.icon-flickr:before {
  content: "\f286";
}

.icon-team-viewer:before {
  content: "\f287";
}

.icon-envato:before {
  content: "\f288";
}

.icon-vimeo:before {
  content: "\f289";
}

.icon-myspace:before {
  content: "\f28a";
}

.icon-facebook-1:before {
  content: "\f28b";
}

.icon-digg:before {
  content: "\f28c";
}

.header {
  border-top: 7px solid #fff;
  background: #e20a2c var(--header-bg) top right;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.header:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #e9273c;
  background: linear-gradient(0deg, rgba(233, 39, 60, 0.05) 0%, rgba(233, 39, 60, 0.8015406846) 70%, #e10b2d 100%);
}
.header * {
  z-index: 2;
}
.header__logo {
  position: relative;
  display: inline-flex;
  padding-bottom: 14px;
}
.header__logo:before {
  content: "\f28d";
  font-family: icomoon;
  position: absolute;
  left: -116px;
  top: 5px;
  color: #ffffff;
  font-size: 58px;
  line-height: 46px;
}
.header__logo a {
  position: relative;
  z-index: 9;
}
.header__logo:after {
  content: "";
  left: 0;
  width: 1000px;
  height: 100%;
  position: absolute;
  background: #ffffff;
}
.header__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 auto;
}
.header__title {
  font-size: 48px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: rgba(228, 10, 44, 0.7);
  line-height: 52px;
  font-weight: 700;
  z-index: 3;
  position: relative;
  margin-bottom: 5px;
  margin-top: 7%;
}
.header__title--small {
  font-size: 22px;
  line-height: 24px;
  height: 25px;
  font-weight: 500;
  margin-top: 0;
}
.header__next {
  margin-top: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 61px;
  height: 61px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  margin-bottom: 20px;
}

.consulate-link {
  padding: 0 25px;
  height: 50px;
  border-radius: 12px;
  background-color: #3d3d3d;
  color: #fff;
  margin-right: 13px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.consulate-link:hover {
  background: #ffffff;
  color: #3d3d3d;
}

.flags {
  margin-right: 13px;
}
.flags__active {
  height: 50px;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.flags__active-img {
  margin-right: 7px;
  border-radius: 50%;
}
.flags__active-name {
  font-size: 14px;
  font-weight: 900;
  color: #e00c2e;
  margin-right: 5px;
}
.flags__active i {
  font-size: 15px;
  color: #e00c2e;
}

.call {
  height: 50px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 20px;
}
.call__val {
  font-size: 25px;
  display: flex;
  justify-content: end;
  direction: ltr;
  align-items: center;
}
.call__val i {
  font-size: 23px;
  margin-right: auto;
}
.call__val b {
  font-size: 19px;
}

.menu {
  position: relative;
  margin-top: 15px;
  display: flex;
  padding: 10px 0 50px;
}
.menu:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  opacity: 0.3;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
}
.menu a {
  font-size: 15px;
  color: #faced5;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding-bottom: 10px;
  position: relative;
  justify-content: center;
  line-height: 38px;
}
.menu a i {
  margin-left: 10px;
  font-size: 27px;
}
.menu a:before {
  content: "";
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.69);
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  bottom: 5px;
  right: calc(50% + 5px);
  transform: translate(50%, 0);
  opacity: 0;
  width: 7px;
  height: 7px;
  pointer-events: none;
  border-radius: 50%;
}
.menu a:hover {
  color: #ffffff;
}
.menu a:hover:before {
  opacity: 1;
  bottom: 0;
}

.single .header {
  padding: 0;
  background: #e20a2c;
  min-height: initial;
}
.single .menu {
  padding: 0;
}

:root {
  --sec_angle: 2deg;
}

.sec {
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.sec * {
  position: relative;
  z-index: 2;
}
.sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 0;
  transform: skewy(var(--sec_angle));
  transform-origin: 50% 0;
  outline: 1px solid transparent;
  backface-visibility: hidden;
}
.sec--gray:before {
  background: #f8f8f8 !important;
}
.sec__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.sec__header--right {
  align-items: flex-start;
}
.sec__header i {
  width: 33px;
  height: 4px;
  border-radius: 3px;
  background-color: #e6e5e5;
  display: flex;
  justify-content: center;
}
.sec__header i:before {
  content: "";
  width: 18px;
  height: 4px;
  border-radius: 3px;
  background-color: #e40a2c;
}
.sec__title {
  font-size: 37px;
  letter-spacing: -0.74px;
  color: #515253;
  text-align: center;
  font-weight: 700;
  line-height: 35px;
}
.sec__title span {
  color: #e51a3a;
}
.sec__desc {
  font-size: 18px;
  color: #bfc6c8;
  text-align: center;
  line-height: 35px;
}

.product-cat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  border-radius: 30px;
  padding-bottom: 30px;
  box-shadow: 0 0 109px 0 rgba(0, 0, 0, 0.07), inset 0 0 0 #e51a3a;
  background-color: #fff;
  font-size: 19.5px;
  color: #474a4d;
  transition: 0.3s;
  margin-bottom: 30px;
  overflow: hidden;
}
.product-cat:hover {
  color: #e51a3a;
  box-shadow: 0 0 109px 0 rgba(0, 0, 0, 0.07), inset 0 -2px 0 1px #e51a3a;
}

.about__desc {
  font-size: 16px;
  line-height: 2.25;
  text-align: justify;
  color: #454545;
  margin-bottom: 30px;
}
.about__video {
  padding-right: 20px;
  padding-top: 20px;
}
.about__video:before {
  content: "";
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 46px;
  background-color: #e40a2c;
  width: 80%;
  height: 90%;
}
.about__video video {
  width: 100%;
  border-radius: 34px;
  position: relative;
}
.about__video .vjs_video_3-dimensions {
  max-height: 480px;
}
.about__video .video-js {
  width: 100%;
  border-radius: 34px;
  overflow: hidden;
}
.about__video .video-js .vjs-control {
  display: flex;
}
.about__video .video-js .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  line-height: 60px;
  display: block;
}
.about__video .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.buy-steps {
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.buy-steps .buy-step-sec.swiper-slide {
  height: initial;
}
.buy-steps .buy-step-sec:nth-child(2n+2) .buy-step {
  background: #f6f7f8;
}

.buy-step {
  padding: 20px;
  background: #ffffff;
  height: 100%;
}
.buy-step__title {
  font-size: 21px;
  font-weight: 700;
  color: #4a4b4c;
  word-spacing: -2px;
  letter-spacing: -0.5px;
  line-height: 28px;
}
.buy-step__title span {
  font-size: 29px;
  font-weight: 900;
  color: #e40a2c;
}
.buy-step__sub {
  font-size: 12px;
  color: #b2b5b8;
}
.buy-step__head {
  min-height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.buy-step__head i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 60px;
  color: #71787c;
  display: none;
}
.buy-step__head i:before {
  position: relative;
  z-index: 2;
  font-size: 25px;
}
.buy-step__head i:after {
  content: "\f28e";
  font-family: icomoon;
  position: absolute;
  right: 0;
  top: 0;
  color: #dadddf;
  font-size: 71px;
  line-height: 60px;
}
.buy-step__desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.31;
  color: #8c9094;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .buy-step {
    padding: 10px;
  }
}
.consulate-sec {
  padding-top: 60px;
  padding-bottom: 90px;
}
.consulate__input, .consulate__textarea {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: #ebebeb;
  color: #7f8184;
  padding: 0 15px;
}
.consulate__textarea {
  height: 140px;
}
.consulate__submit {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  border-radius: 10px;
  background-color: #e51a3a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: none;
}
@media screen and (max-width: 992px) {
  .consulate__submit {
    margin-bottom: 50px;
  }
}
.img-right-shadow {
  position: relative;
}
.img-right-shadow:before {
  content: "";
  width: 123px;
  height: 338px;
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #e51a3a;
  z-index: 0;
}
.img-right-shadow img {
  position: relative;
  z-index: 2;
}

.why-sec {
  color: #ffffff;
}
.why-sec:before {
  background-color: #494a4b;
}

hr {
  background: none;
  width: 288px;
  height: 2px;
  opacity: 0.71;
  margin-bottom: 20px;
  position: relative;
}
hr:after {
  height: 2px;
  line-height: 0;
  content: "_________________________";
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 3px;
}

.why-sec {
  padding-bottom: 70px;
}
.why__title {
  font-size: 35px;
  letter-spacing: -0.7px;
  color: #fff;
  font-weight: bold;
}
.why__title span {
  color: #ff667e;
}
.why hr:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.why__img {
  margin-top: -100px;
}
.why__content {
  line-height: 38px;
  text-align: justify;
  color: #fff;
  margin-bottom: 20px;
}
.why__content p {
  margin-bottom: 10px;
}
.why__items {
  margin-top: 30px;
}
.why__item {
  position: relative;
  padding: 30px 25px;
}
.why__item:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transform: skew(-10deg);
  background-color: #444546;
}
.why__item-title {
  font-size: 19px;
  font-weight: 900;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  width: 100%;
}
.why__item-title i {
  font-size: 26px;
  color: #ffffff;
  margin-left: 10px;
}
.why__item-desc {
  font-size: 12px;
  color: #f5f5f5;
}

.dl-button {
  height: 50px;
  padding: 10px 100px 10px 45px;
  border-radius: 13px;
  background-color: #1ec791;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.dl-button:before {
  content: "";
  width: 83.2px;
  height: 74.3px;
  position: absolute;
  top: 8px;
  right: -20px;
  opacity: 0.78;
  background-color: #15a678;
  border-radius: 24px;
  transform: rotate(-6deg);
}
.dl-button i {
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 20px;
  color: #ffffff;
}

.features-sec {
  padding-top: 30px;
}
.features__title {
  font-size: 32px;
  color: #353535;
}
.features__title span {
  font-weight: bold;
  color: #e51a3a;
}
.features__content {
  font-size: 13px;
  line-height: 2.62;
  text-align: justify;
  color: #454545;
}
.features-list {
  display: flex;
  flex-wrap: wrap;
}
.features-list li {
  flex: 1 0 50%;
  margin-bottom: 40px;
}
.features-list .feature {
  padding-right: 65px;
  line-height: 26px;
}
.features-list .feature i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #e9eff2;
  font-size: 26px;
  color: #a2acb1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.features-list .feature__title {
  font-size: 17px;
  font-weight: 900;
  color: #444546;
}
.features-list .feature__desc {
  font-size: 12px;
  color: #444546;
}

.certificates-sec {
  padding: 70px 90px;
}
.certificates-sec:before {
  background-color: #e51a3a;
}

@media screen and (max-width: 992px) {
  .certificates-sec {
    padding: 70px 0;
  }

  .certificate {
    margin-bottom: 20px;
  }

  .footer-map {
    text-align: center;
  }

  .features-list {
    margin-bottom: 30px;
  }
}
.certificate {
  border-radius: 39px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
.certificate__head {
  display: flex;
  justify-content: center;
}
.certificate__title {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #353535;
  position: relative;
}
.certificate__title i {
  display: block;
  position: static;
}
.certificate__title i:before {
  content: "";
  background-color: #f3f5f6;
  position: absolute;
  right: 25px;
  left: 25px;
  top: 0;
  bottom: 0;
}
.certificate__title b {
  position: relative;
  z-index: 3;
}
.certificate__title span {
  color: #e51a3a;
}
.certificate__title:before {
  content: "\f28f";
  font-family: icomoon;
  font-size: 52px;
  position: absolute;
  right: calc(100% - 30px);
  top: 0;
  line-height: 54px;
  color: #f3f5f6;
}
.certificate__title:after {
  content: "\f290";
  font-family: icomoon;
  font-size: 52px;
  position: absolute;
  left: calc(100% - 30px);
  top: 0;
  line-height: 54px;
  color: #f3f5f6;
}
.certificate__slider {
  padding: 30px 20px;
}
.certificate__slider .swiper-slide {
  transition: 0.3s;
}
.certificate__slider .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  opacity: 0.28;
  filter: grayscale(100%);
}

.contacts {
  margin: 60px 0 90px;
  padding: 50px;
  border-radius: 19px;
  background-color: #474a4d;
  color: #ffffff;
}

.contact {
  padding-right: 60px;
  position: relative;
}
.contact i {
  width: 49px;
  height: 49px;
  position: absolute;
  border-radius: 20px;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__title {
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
}
.contact__title b {
  font-weight: 900;
}
.contact__vals {
  font-size: 18px;
  color: #fff;
}
.contact__vals a:not(:last-child):after, .contact__vals span:not(:last-child):after {
  content: "/";
  margin: 0 20px;
}

.page-wrapper {
  padding: 40px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 15px;
  text-align: justify;
}
.page-wrapper .aligncenter {
  display: block;
  margin: 0 auto;
}
.page-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 15px;
  text-align: justify;
}
.page-wrapper p a {
  position: relative;
  color: #ee273a;
  display: inline-block;
}
.page-wrapper p a:before {
  content: "";
  background: #e1e6e8;
  right: 0;
  left: 0;
  bottom: 5px;
  height: 1px;
  position: absolute;
}
.page-wrapper h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #ee273a;
  font-weight: 700;
}
.page-wrapper h3 {
  font-size: 20px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.page-wrapper h4 {
  font-size: 18px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.page-wrapper h5 {
  font-size: 16px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.page-wrapper h6 {
  font-size: 14px;
  color: #ee273a;
  font-weight: 700;
  margin-bottom: 25px;
}
.page-wrapper img {
  margin: 75px 0 70px;
}
.page-wrapper ul, .page-wrapper ol {
  margin-bottom: 20px;
  line-height: 32px;
}
.page-wrapper ul li, .page-wrapper ol li {
  padding-right: 20px;
  position: relative;
}
.page-wrapper ul li:before, .page-wrapper ol li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #a3b7c0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 11px;
}
.page-wrapper ul li:hover:before, .page-wrapper ol li:hover:before {
  background: #13d276;
}
.page-wrapper ul ul, .page-wrapper ul ol, .page-wrapper ol ul, .page-wrapper ol ol {
  padding-right: 20px;
}
.page-wrapper ol {
  counter-reset: olcounter;
}
.page-wrapper ol li {
  padding-right: 20px;
  position: relative;
}
.page-wrapper ol li:before {
  counter-increment: olcounter;
  content: counter(olcounter);
  width: 17px;
  height: 17px;
  top: 6px;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.page-wrapper figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrapper blockquote {
  position: relative;
  border-top: 1px solid #dbe3e7;
  border-bottom: 1px solid #dbe3e7;
  padding: 40px 0;
  margin: 30px 0 65px;
  color: #647a84;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  text-align-last: center;
}
.page-wrapper blockquote:before {
  content: "\e953";
  font-family: icomoon;
  width: 60px;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  color: #b99d3e;
  text-align: center;
  line-height: 20px;
}
.page-wrapper blockquote:after {
  content: "\e952";
  font-family: icomoon;
  background-color: #ffffff;
  font-size: 12px;
  color: #ccd4d8;
  bottom: -50px;
  left: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.page-wrapper blockquote cite {
  color: #96a9b2;
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  font-style: normal;
}
.page-wrapper table {
  width: 100%;
}
.page-wrapper table thead, .page-wrapper table tbody, .page-wrapper table tfoot, .page-wrapper table tr, .page-wrapper table td, .page-wrapper table th {
  border: 1px solid #a2a2a2;
}

.footer {
  padding-bottom: 0;
}
.footer:before {
  background-color: #ebeef5;
}
.footer-col__title {
  margin-bottom: 20px;
  font-size: 23px;
  color: #e20a2c;
  font-weight: 700;
  line-height: 24px;
}
.footer-col__title span {
  display: block;
  font-size: 18px;
  color: #c9cbd1;
}
.footer-col__content {
  font-size: 13px;
  line-height: 2.69;
  text-align: justify;
  color: #434548;
}
.footer-contact__item {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}
.footer-contact__item i {
  width: 23px;
  height: 23px;
  border-radius: 50% 50% 50% 0;
  background-color: #e20a2c;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 23px;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-contact__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #434447;
  line-height: 30px;
}
.footer-contact__item-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #626366;
}
.footer-copy {
  padding: 30px 0 20px;
  margin-top: 30px;
  background-color: #e51a3a;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.footer-copy:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  height: 25px;
  background-color: #e51a3a;
}
.footer-socials {
  color: #ffffff;
  font-size: 18px;
  display: flex;
  direction: ltr;
}
.footer-socials a {
  margin-right: 5px;
  opacity: 0.7;
  transition: 0.3s;
}
.footer-socials a:hover {
  opacity: 1;
}
.footer-map {
  display: flex;
}
.footer-map img {
  border-radius: 13px;
}

body {
  font-family: yekanbakh;
  direction: rtl;
  text-align: right;
  font-size: 14px;
  line-height: 2.11;
  color: #464646;
}

.wrapper {
  overflow: hidden;
}

.p10 {
  margin: 0 -5px;
}
.p10 > [class*=col] {
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 7px;
  }
}