@charset "UTF-8";
@keyframes skeleton-wave {
  to {
    background-position: right -40px top 0;
  }
  100% {
    background-position: left 40px top 1;
  }
}

:root,
[data-bs-theme=light] {
  --a7p-blue: #0d6efd;
  --a7p-indigo: #6610f2;
  --a7p-purple: #6f42c1;
  --a7p-pink: #d63384;
  --a7p-red: #dc3545;
  --a7p-orange: #fd7e14;
  --a7p-yellow: #ffc107;
  --a7p-green: #198754;
  --a7p-teal: #20c997;
  --a7p-cyan: #0dcaf0;
  --a7p-black: #0e0e12;
  --a7p-white: #fff;
  --a7p-gray: #6c757d;
  --a7p-gray-dark: #343a40;
  --a7p-gray-100: #f8f9fa;
  --a7p-gray-200: #e9ecef;
  --a7p-gray-300: #dee2e6;
  --a7p-gray-400: #ced4da;
  --a7p-gray-500: #adb5bd;
  --a7p-gray-600: #6c757d;
  --a7p-gray-700: #495057;
  --a7p-gray-800: #343a40;
  --a7p-gray-900: #212529;
  --a7p-primary: #88c4f8;
  --a7p-secondary: #88f4bc;
  --a7p-destructive: #EEEFF3;
  --a7p-success: #00d54f;
  --a7p-info: #0dcaf0;
  --a7p-warning: #ffc107;
  --a7p-danger: #dc3545;
  --a7p-light: #f8f9fa;
  --a7p-dark: #212529;
  --a7p-gray: #eeeff3;
  --a7p-black: #0e0e12;
  --a7p-tarons-blue: #003b4c;
  --a7p-primary-rgb: 136, 196, 248;
  --a7p-secondary-rgb: 136, 244, 188;
  --a7p-destructive-rgb: 238, 239, 243;
  --a7p-success-rgb: 0, 213, 79;
  --a7p-info-rgb: 13, 202, 240;
  --a7p-warning-rgb: 255, 193, 7;
  --a7p-danger-rgb: 220, 53, 69;
  --a7p-light-rgb: 248, 249, 250;
  --a7p-dark-rgb: 33, 37, 41;
  --a7p-gray-rgb: 238, 239, 243;
  --a7p-black-rgb: 14, 14, 18;
  --a7p-tarons-blue-rgb: 0, 59, 76;
  --a7p-primary-text-emphasis: rgb(54.4, 78.4, 99.2);
  --a7p-secondary-text-emphasis: rgb(54.4, 97.6, 75.2);
  --a7p-success-text-emphasis: rgb(0, 85.2, 31.6);
  --a7p-info-text-emphasis: rgb(5.2, 80.8, 96);
  --a7p-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --a7p-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --a7p-light-text-emphasis: #495057;
  --a7p-dark-text-emphasis: #495057;
  --a7p-primary-bg-subtle: rgb(231.2, 243.2, 253.6);
  --a7p-secondary-bg-subtle: rgb(231.2, 252.8, 241.6);
  --a7p-success-bg-subtle: rgb(204, 246.6, 219.8);
  --a7p-info-bg-subtle: rgb(206.6, 244.4, 252);
  --a7p-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --a7p-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --a7p-light-bg-subtle: rgb(251.5, 252, 252.5);
  --a7p-dark-bg-subtle: #ced4da;
  --a7p-primary-border-subtle: rgb(207.4, 231.4, 252.2);
  --a7p-secondary-border-subtle: rgb(207.4, 250.6, 228.2);
  --a7p-success-border-subtle: rgb(153, 238.2, 184.6);
  --a7p-info-border-subtle: rgb(158.2, 233.8, 249);
  --a7p-warning-border-subtle: rgb(255, 230.2, 155.8);
  --a7p-danger-border-subtle: rgb(241, 174.2, 180.6);
  --a7p-light-border-subtle: #e9ecef;
  --a7p-dark-border-subtle: #adb5bd;
  --a7p-white-rgb: 255, 255, 255;
  --a7p-black-rgb: 14, 14, 18;
  --a7p-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --a7p-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --a7p-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --a7p-body-font-family: var(--a7p-font-sans-serif);
  --a7p-body-font-size: 1rem;
  --a7p-body-font-weight: 400;
  --a7p-body-line-height: 1.75;
  --a7p-body-color: #222222;
  --a7p-body-color-rgb: 34, 34, 34;
  --a7p-body-bg: #fff;
  --a7p-body-bg-rgb: 255, 255, 255;
  --a7p-emphasis-color: #0e0e12;
  --a7p-emphasis-color-rgb: 14, 14, 18;
  --a7p-secondary-color: rgba(34, 34, 34, 0.75);
  --a7p-secondary-color-rgb: 34, 34, 34;
  --a7p-secondary-bg: #e9ecef;
  --a7p-secondary-bg-rgb: 233, 236, 239;
  --a7p-tertiary-color: rgba(34, 34, 34, 0.5);
  --a7p-tertiary-color-rgb: 34, 34, 34;
  --a7p-tertiary-bg: #f8f9fa;
  --a7p-tertiary-bg-rgb: 248, 249, 250;
  --a7p-heading-color: inherit;
  --a7p-link-color: #88c4f8;
  --a7p-link-color-rgb: 136, 196, 248;
  --a7p-link-decoration: underline;
  --a7p-link-hover-color: rgb(108.8, 156.8, 198.4);
  --a7p-link-hover-color-rgb: 109, 157, 198;
  --a7p-code-color: #d63384;
  --a7p-highlight-color: #222222;
  --a7p-highlight-bg: rgb(255, 242.6, 205.4);
  --a7p-border-width: 1px;
  --a7p-border-style: solid;
  --a7p-border-color: rgba(136, 244, 188, 0.175);
  --a7p-border-color-translucent: rgba(136, 244, 188, 0.175);
  --a7p-border-radius: 0.375rem;
  --a7p-border-radius-sm: 0.25rem;
  --a7p-border-radius-lg: 0.5rem;
  --a7p-border-radius-xl: 1rem;
  --a7p-border-radius-xxl: 2rem;
  --a7p-border-radius-2xl: var(--a7p-border-radius-xxl);
  --a7p-border-radius-pill: 50rem;
  --a7p-box-shadow: 0 0.5rem 1rem rgba(14, 14, 18, 0.15);
  --a7p-box-shadow-sm: 0 0.125rem 0.25rem rgba(14, 14, 18, 0.075);
  --a7p-box-shadow-lg: 0 1rem 3rem rgba(14, 14, 18, 0.175);
  --a7p-box-shadow-inset: inset 0 1px 2px rgba(14, 14, 18, 0.075);
  --a7p-focus-ring-width: 0.25rem;
  --a7p-focus-ring-opacity: 0.25;
  --a7p-focus-ring-color: rgba(136, 196, 248, 0.25);
  --a7p-form-valid-color: #00d54f;
  --a7p-form-valid-border-color: #00d54f;
  --a7p-form-invalid-color: #dc3545;
  --a7p-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --a7p-body-color: #dee2e6;
  --a7p-body-color-rgb: 222, 226, 230;
  --a7p-body-bg: #212529;
  --a7p-body-bg-rgb: 33, 37, 41;
  --a7p-emphasis-color: #fff;
  --a7p-emphasis-color-rgb: 255, 255, 255;
  --a7p-secondary-color: rgba(222, 226, 230, 0.75);
  --a7p-secondary-color-rgb: 222, 226, 230;
  --a7p-secondary-bg: #343a40;
  --a7p-secondary-bg-rgb: 52, 58, 64;
  --a7p-tertiary-color: rgba(222, 226, 230, 0.5);
  --a7p-tertiary-color-rgb: 222, 226, 230;
  --a7p-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --a7p-tertiary-bg-rgb: 43, 48, 53;
  --a7p-primary-text-emphasis: rgb(183.6, 219.6, 250.8);
  --a7p-secondary-text-emphasis: rgb(183.6, 248.4, 214.8);
  --a7p-success-text-emphasis: rgb(102, 229.8, 149.4);
  --a7p-info-text-emphasis: rgb(109.8, 223.2, 246);
  --a7p-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --a7p-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --a7p-light-text-emphasis: #f8f9fa;
  --a7p-dark-text-emphasis: #dee2e6;
  --a7p-primary-bg-subtle: rgb(27.2, 39.2, 49.6);
  --a7p-secondary-bg-subtle: rgb(27.2, 48.8, 37.6);
  --a7p-success-bg-subtle: rgb(0, 42.6, 15.8);
  --a7p-info-bg-subtle: rgb(2.6, 40.4, 48);
  --a7p-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --a7p-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --a7p-light-bg-subtle: #343a40;
  --a7p-dark-bg-subtle: #212429;
  --a7p-primary-border-subtle: rgb(81.6, 117.6, 148.8);
  --a7p-secondary-border-subtle: rgb(81.6, 146.4, 112.8);
  --a7p-success-border-subtle: rgb(0, 127.8, 47.4);
  --a7p-info-border-subtle: rgb(7.8, 121.2, 144);
  --a7p-warning-border-subtle: rgb(153, 115.8, 4.2);
  --a7p-danger-border-subtle: rgb(132, 31.8, 41.4);
  --a7p-light-border-subtle: #495057;
  --a7p-dark-border-subtle: #343a40;
  --a7p-heading-color: inherit;
  --a7p-link-color: rgb(183.6, 219.6, 250.8);
  --a7p-link-hover-color: rgb(197.88, 226.68, 251.64);
  --a7p-link-color-rgb: 184, 220, 251;
  --a7p-link-hover-color-rgb: 198, 227, 252;
  --a7p-code-color: rgb(230.4, 132.6, 181.2);
  --a7p-highlight-color: #dee2e6;
  --a7p-highlight-bg: rgb(102, 77.2, 2.8);
  --a7p-border-color: #495057;
  --a7p-border-color-translucent: rgba(255, 255, 255, 0.15);
  --a7p-form-valid-color: rgb(117, 183, 152.4);
  --a7p-form-valid-border-color: rgb(117, 183, 152.4);
  --a7p-form-invalid-color: rgb(234, 133.8, 143.4);
  --a7p-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.775em;
  color: var(--a7p-body-bg);
  background-color: var(--a7p-body-color);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

/* 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-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.775em;
  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.775em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

@media (min-width: 480px) {
  .container-sm, .container {
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1056px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
:root {
  --a7p-breakpoint-xs: 0;
  --a7p-breakpoint-sm: 480px;
  --a7p-breakpoint-md: 768px;
  --a7p-breakpoint-lg: 1056px;
}

.row {
  --a7p-gutter-x: 1.5rem;
  --a7p-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--a7p-gutter-y));
  margin-right: calc(-0.5 * var(--a7p-gutter-x));
  margin-left: calc(-0.5 * var(--a7p-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--a7p-gutter-x) * 0.5);
  padding-left: calc(var(--a7p-gutter-x) * 0.5);
  margin-top: var(--a7p-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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --a7p-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --a7p-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --a7p-gutter-x: 4.75rem;
}

.g-7,
.gy-7 {
  --a7p-gutter-y: 4.75rem;
}

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

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

.g-9,
.gx-9 {
  --a7p-gutter-x: 6.25rem;
}

.g-9,
.gy-9 {
  --a7p-gutter-y: 6.25rem;
}

.g-10,
.gx-10 {
  --a7p-gutter-x: 7rem;
}

.g-10,
.gy-10 {
  --a7p-gutter-y: 7rem;
}

@media (min-width: 480px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 10%;
  }
  .offset-sm-2 {
    margin-left: 20%;
  }
  .offset-sm-3 {
    margin-left: 30%;
  }
  .offset-sm-4 {
    margin-left: 40%;
  }
  .offset-sm-5 {
    margin-left: 50%;
  }
  .offset-sm-6 {
    margin-left: 60%;
  }
  .offset-sm-7 {
    margin-left: 70%;
  }
  .offset-sm-8 {
    margin-left: 80%;
  }
  .offset-sm-9 {
    margin-left: 90%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --a7p-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --a7p-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --a7p-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --a7p-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --a7p-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --a7p-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --a7p-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --a7p-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --a7p-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --a7p-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --a7p-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --a7p-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --a7p-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --a7p-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --a7p-gutter-x: 4.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --a7p-gutter-y: 4.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --a7p-gutter-x: 5.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --a7p-gutter-y: 5.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --a7p-gutter-x: 6.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --a7p-gutter-y: 6.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --a7p-gutter-x: 7rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --a7p-gutter-y: 7rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 10%;
  }
  .offset-md-2 {
    margin-left: 20%;
  }
  .offset-md-3 {
    margin-left: 30%;
  }
  .offset-md-4 {
    margin-left: 40%;
  }
  .offset-md-5 {
    margin-left: 50%;
  }
  .offset-md-6 {
    margin-left: 60%;
  }
  .offset-md-7 {
    margin-left: 70%;
  }
  .offset-md-8 {
    margin-left: 80%;
  }
  .offset-md-9 {
    margin-left: 90%;
  }
  .g-md-0,
  .gx-md-0 {
    --a7p-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --a7p-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --a7p-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --a7p-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --a7p-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --a7p-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --a7p-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --a7p-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --a7p-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --a7p-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --a7p-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --a7p-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --a7p-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --a7p-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --a7p-gutter-x: 4.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --a7p-gutter-y: 4.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --a7p-gutter-x: 5.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --a7p-gutter-y: 5.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --a7p-gutter-x: 6.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --a7p-gutter-y: 6.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --a7p-gutter-x: 7rem;
  }
  .g-md-10,
  .gy-md-10 {
    --a7p-gutter-y: 7rem;
  }
}
@media (min-width: 1056px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 10%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 40%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 70%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 80%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 10%;
  }
  .offset-lg-2 {
    margin-left: 20%;
  }
  .offset-lg-3 {
    margin-left: 30%;
  }
  .offset-lg-4 {
    margin-left: 40%;
  }
  .offset-lg-5 {
    margin-left: 50%;
  }
  .offset-lg-6 {
    margin-left: 60%;
  }
  .offset-lg-7 {
    margin-left: 70%;
  }
  .offset-lg-8 {
    margin-left: 80%;
  }
  .offset-lg-9 {
    margin-left: 90%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --a7p-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --a7p-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --a7p-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --a7p-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --a7p-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --a7p-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --a7p-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --a7p-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --a7p-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --a7p-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --a7p-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --a7p-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --a7p-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --a7p-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --a7p-gutter-x: 4.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --a7p-gutter-y: 4.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --a7p-gutter-x: 5.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --a7p-gutter-y: 5.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --a7p-gutter-x: 6.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --a7p-gutter-y: 6.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --a7p-gutter-x: 7rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --a7p-gutter-y: 7rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-primary-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-secondary-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-destructive {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-destructive-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-success-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-info-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-warning-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--a7p-danger-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-light-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--a7p-dark-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-gray {
  color: #0e0e12 !important;
  background-color: RGBA(var(--a7p-gray-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-black {
  color: #fff !important;
  background-color: RGBA(var(--a7p-black-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.text-bg-tarons-blue {
  color: #fff !important;
  background-color: RGBA(var(--a7p-tarons-blue-rgb), var(--a7p-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--a7p-primary-rgb), var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--a7p-primary-rgb), var(--a7p-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(160, 208, 249, var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(160, 208, 249, var(--a7p-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--a7p-secondary-rgb), var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--a7p-secondary-rgb), var(--a7p-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(160, 246, 201, var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(160, 246, 201, var(--a7p-link-underline-opacity, 1)) !important;
}

.link-destructive {
  color: RGBA(var(--a7p-destructive-rgb), var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--a7p-destructive-rgb), var(--a7p-link-underline-opacity, 1)) !important;
}
.link-destructive:hover, .link-destructive:focus {
  color: RGBA(241, 242, 245, var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 242, 245, var(--a7p-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--a7p-success-rgb), var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--a7p-success-rgb), var(--a7p-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(51, 221, 114, var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 221, 114, var(--a7p-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

.link-gray {
  color: RGBA(var(--a7p-gray-rgb), var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--a7p-gray-rgb), var(--a7p-link-underline-opacity, 1)) !important;
}
.link-gray:hover, .link-gray:focus {
  color: RGBA(241, 242, 245, var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 242, 245, var(--a7p-link-underline-opacity, 1)) !important;
}

.link-black {
  color: RGBA(var(--a7p-black-rgb), var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--a7p-black-rgb), var(--a7p-link-underline-opacity, 1)) !important;
}
.link-black:hover, .link-black:focus {
  color: RGBA(11, 11, 14, var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(11, 11, 14, var(--a7p-link-underline-opacity, 1)) !important;
}

.link-tarons-blue {
  color: RGBA(var(--a7p-tarons-blue-rgb), var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--a7p-tarons-blue-rgb), var(--a7p-link-underline-opacity, 1)) !important;
}
.link-tarons-blue:hover, .link-tarons-blue:focus {
  color: RGBA(0, 47, 61, var(--a7p-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 47, 61, var(--a7p-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1056px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--a7p-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

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

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

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

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

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

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(14, 14, 18, 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: var(--a7p-border-width) var(--a7p-border-style) var(--a7p-border-color) !important;
}

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

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

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

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

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

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

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

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

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

.border-transparent {
  --a7p-border-opacity: 1;
  border-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-tarons-blue {
  --a7p-border-opacity: 1;
  border-color: rgba(var(--a7p-tarons-blue-rgb), var(--a7p-border-opacity)) !important;
}

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

.border-1 {
  --a7p-border-width: 1px;
}

.border-2 {
  --a7p-border-width: 2px;
}

.border-3 {
  --a7p-border-width: 3px;
}

.border-4 {
  --a7p-border-width: 4px;
}

.border-5 {
  --a7p-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-95 {
  width: 95% !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;
}

.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-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 4.75rem !important;
}

.m-8 {
  margin: 5.5rem !important;
}

.m-9 {
  margin: 6.25rem !important;
}

.m-10 {
  margin: 7rem !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-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.mx-8 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-9 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-10 {
  margin-right: 7rem !important;
  margin-left: 7rem !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-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-8 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-9 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-10 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !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-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 4.75rem !important;
}

.mt-8 {
  margin-top: 5.5rem !important;
}

.mt-9 {
  margin-top: 6.25rem !important;
}

.mt-10 {
  margin-top: 7rem !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-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 4.75rem !important;
}

.me-8 {
  margin-right: 5.5rem !important;
}

.me-9 {
  margin-right: 6.25rem !important;
}

.me-10 {
  margin-right: 7rem !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-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 4.75rem !important;
}

.mb-8 {
  margin-bottom: 5.5rem !important;
}

.mb-9 {
  margin-bottom: 6.25rem !important;
}

.mb-10 {
  margin-bottom: 7rem !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-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 4.75rem !important;
}

.ms-8 {
  margin-left: 5.5rem !important;
}

.ms-9 {
  margin-left: 6.25rem !important;
}

.ms-10 {
  margin-left: 7rem !important;
}

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

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

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

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

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

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

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

.m-n7 {
  margin: -4.75rem !important;
}

.m-n8 {
  margin: -5.5rem !important;
}

.m-n9 {
  margin: -6.25rem !important;
}

.m-n10 {
  margin: -7rem !important;
}

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

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

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

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

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

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

.mx-n7 {
  margin-right: -4.75rem !important;
  margin-left: -4.75rem !important;
}

.mx-n8 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n9 {
  margin-right: -6.25rem !important;
  margin-left: -6.25rem !important;
}

.mx-n10 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

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

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

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

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

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

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

.my-n7 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.my-n8 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n9 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n10 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

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

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

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

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

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

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

.mt-n7 {
  margin-top: -4.75rem !important;
}

.mt-n8 {
  margin-top: -5.5rem !important;
}

.mt-n9 {
  margin-top: -6.25rem !important;
}

.mt-n10 {
  margin-top: -7rem !important;
}

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

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

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

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

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

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

.me-n7 {
  margin-right: -4.75rem !important;
}

.me-n8 {
  margin-right: -5.5rem !important;
}

.me-n9 {
  margin-right: -6.25rem !important;
}

.me-n10 {
  margin-right: -7rem !important;
}

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

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

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

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

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

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

.mb-n7 {
  margin-bottom: -4.75rem !important;
}

.mb-n8 {
  margin-bottom: -5.5rem !important;
}

.mb-n9 {
  margin-bottom: -6.25rem !important;
}

.mb-n10 {
  margin-bottom: -7rem !important;
}

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

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

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

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

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

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

.ms-n7 {
  margin-left: -4.75rem !important;
}

.ms-n8 {
  margin-left: -5.5rem !important;
}

.ms-n9 {
  margin-left: -6.25rem !important;
}

.ms-n10 {
  margin-left: -7rem !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;
}

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

.p-7 {
  padding: 4.75rem !important;
}

.p-8 {
  padding: 5.5rem !important;
}

.p-9 {
  padding: 6.25rem !important;
}

.p-10 {
  padding: 7rem !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;
}

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

.px-7 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.px-8 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-9 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-10 {
  padding-right: 7rem !important;
  padding-left: 7rem !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;
}

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

.py-7 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-8 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-9 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-10 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !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;
}

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

.pt-7 {
  padding-top: 4.75rem !important;
}

.pt-8 {
  padding-top: 5.5rem !important;
}

.pt-9 {
  padding-top: 6.25rem !important;
}

.pt-10 {
  padding-top: 7rem !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;
}

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

.pe-7 {
  padding-right: 4.75rem !important;
}

.pe-8 {
  padding-right: 5.5rem !important;
}

.pe-9 {
  padding-right: 6.25rem !important;
}

.pe-10 {
  padding-right: 7rem !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;
}

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

.pb-7 {
  padding-bottom: 4.75rem !important;
}

.pb-8 {
  padding-bottom: 5.5rem !important;
}

.pb-9 {
  padding-bottom: 6.25rem !important;
}

.pb-10 {
  padding-bottom: 7rem !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;
}

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

.ps-7 {
  padding-left: 4.75rem !important;
}

.ps-8 {
  padding-left: 5.5rem !important;
}

.ps-9 {
  padding-left: 6.25rem !important;
}

.ps-10 {
  padding-left: 7rem !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;
}

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

.gap-7 {
  gap: 4.75rem !important;
}

.gap-8 {
  gap: 5.5rem !important;
}

.gap-9 {
  gap: 6.25rem !important;
}

.gap-10 {
  gap: 7rem !important;
}

.font-monospace {
  font-family: var(--a7p-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-semibold {
  font-weight: 600 !important;
}

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

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

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

.lh-base {
  line-height: 1.75 !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-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

.text-balance {
  text-wrap: balance !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-tarons-blue {
  --a7p-text-opacity: 1;
  color: rgba(var(--a7p-tarons-blue-rgb), var(--a7p-text-opacity)) !important;
}

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

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

.text-muted {
  --a7p-text-opacity: 1;
  color: rgb(114.125, 134.25, 154.375) !important;
}

.text-black-50 {
  --a7p-text-opacity: 1;
  color: rgba(14, 14, 18, 0.5) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-tarons-blue {
  --a7p-bg-opacity: 1;
  background-color: rgba(var(--a7p-tarons-blue-rgb), var(--a7p-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--a7p-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: var(--a7p-border-radius) !important;
}

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

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

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

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

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

.rounded-5 {
  border-radius: var(--a7p-border-radius-2xl) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 480px) {
  .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;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !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;
  }
  .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-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 4.75rem !important;
  }
  .m-sm-8 {
    margin: 5.5rem !important;
  }
  .m-sm-9 {
    margin: 6.25rem !important;
  }
  .m-sm-10 {
    margin: 7rem !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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-7 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-sm-8 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-10 {
    margin-right: 7rem !important;
    margin-left: 7rem !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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-sm-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-10 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !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-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 4.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-10 {
    margin-top: 7rem !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-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 4.75rem !important;
  }
  .me-sm-8 {
    margin-right: 5.5rem !important;
  }
  .me-sm-9 {
    margin-right: 6.25rem !important;
  }
  .me-sm-10 {
    margin-right: 7rem !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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4.75rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 7rem !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-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 4.75rem !important;
  }
  .ms-sm-8 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-10 {
    margin-left: 7rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .m-sm-n7 {
    margin: -4.75rem !important;
  }
  .m-sm-n8 {
    margin: -5.5rem !important;
  }
  .m-sm-n9 {
    margin: -6.25rem !important;
  }
  .m-sm-n10 {
    margin: -7rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n7 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-sm-n8 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n9 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-sm-n10 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n7 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-sm-n8 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n9 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-sm-n10 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4rem !important;
  }
  .mt-sm-n7 {
    margin-top: -4.75rem !important;
  }
  .mt-sm-n8 {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -6.25rem !important;
  }
  .mt-sm-n10 {
    margin-top: -7rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -4rem !important;
  }
  .me-sm-n7 {
    margin-right: -4.75rem !important;
  }
  .me-sm-n8 {
    margin-right: -5.5rem !important;
  }
  .me-sm-n9 {
    margin-right: -6.25rem !important;
  }
  .me-sm-n10 {
    margin-right: -7rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -4.75rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -6.25rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -7rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4rem !important;
  }
  .ms-sm-n7 {
    margin-left: -4.75rem !important;
  }
  .ms-sm-n8 {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n9 {
    margin-left: -6.25rem !important;
  }
  .ms-sm-n10 {
    margin-left: -7rem !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;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 4.75rem !important;
  }
  .p-sm-8 {
    padding: 5.5rem !important;
  }
  .p-sm-9 {
    padding: 6.25rem !important;
  }
  .p-sm-10 {
    padding: 7rem !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;
  }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-sm-8 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-10 {
    padding-right: 7rem !important;
    padding-left: 7rem !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;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-sm-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-10 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !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;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 4.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-10 {
    padding-top: 7rem !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;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 4.75rem !important;
  }
  .pe-sm-8 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-10 {
    padding-right: 7rem !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;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 7rem !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;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 4.75rem !important;
  }
  .ps-sm-8 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-10 {
    padding-left: 7rem !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;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 4.75rem !important;
  }
  .gap-sm-8 {
    gap: 5.5rem !important;
  }
  .gap-sm-9 {
    gap: 6.25rem !important;
  }
  .gap-sm-10 {
    gap: 7rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !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;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !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;
  }
  .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-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 4.75rem !important;
  }
  .m-md-8 {
    margin: 5.5rem !important;
  }
  .m-md-9 {
    margin: 6.25rem !important;
  }
  .m-md-10 {
    margin: 7rem !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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-8 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-10 {
    margin-right: 7rem !important;
    margin-left: 7rem !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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-10 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !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-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 4.75rem !important;
  }
  .mt-md-8 {
    margin-top: 5.5rem !important;
  }
  .mt-md-9 {
    margin-top: 6.25rem !important;
  }
  .mt-md-10 {
    margin-top: 7rem !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-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 4.75rem !important;
  }
  .me-md-8 {
    margin-right: 5.5rem !important;
  }
  .me-md-9 {
    margin-right: 6.25rem !important;
  }
  .me-md-10 {
    margin-right: 7rem !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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-10 {
    margin-bottom: 7rem !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-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 4.75rem !important;
  }
  .ms-md-8 {
    margin-left: 5.5rem !important;
  }
  .ms-md-9 {
    margin-left: 6.25rem !important;
  }
  .ms-md-10 {
    margin-left: 7rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .m-md-n7 {
    margin: -4.75rem !important;
  }
  .m-md-n8 {
    margin: -5.5rem !important;
  }
  .m-md-n9 {
    margin: -6.25rem !important;
  }
  .m-md-n10 {
    margin: -7rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n7 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-md-n8 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n9 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n10 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n7 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-md-n8 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n9 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n10 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4rem !important;
  }
  .mt-md-n7 {
    margin-top: -4.75rem !important;
  }
  .mt-md-n8 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n9 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n10 {
    margin-top: -7rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -4rem !important;
  }
  .me-md-n7 {
    margin-right: -4.75rem !important;
  }
  .me-md-n8 {
    margin-right: -5.5rem !important;
  }
  .me-md-n9 {
    margin-right: -6.25rem !important;
  }
  .me-md-n10 {
    margin-right: -7rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -4.75rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -7rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -4rem !important;
  }
  .ms-md-n7 {
    margin-left: -4.75rem !important;
  }
  .ms-md-n8 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n9 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n10 {
    margin-left: -7rem !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;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 4.75rem !important;
  }
  .p-md-8 {
    padding: 5.5rem !important;
  }
  .p-md-9 {
    padding: 6.25rem !important;
  }
  .p-md-10 {
    padding: 7rem !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;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-8 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-10 {
    padding-right: 7rem !important;
    padding-left: 7rem !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;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-10 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !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;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 4.75rem !important;
  }
  .pt-md-8 {
    padding-top: 5.5rem !important;
  }
  .pt-md-9 {
    padding-top: 6.25rem !important;
  }
  .pt-md-10 {
    padding-top: 7rem !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;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 4.75rem !important;
  }
  .pe-md-8 {
    padding-right: 5.5rem !important;
  }
  .pe-md-9 {
    padding-right: 6.25rem !important;
  }
  .pe-md-10 {
    padding-right: 7rem !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;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-10 {
    padding-bottom: 7rem !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;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 4.75rem !important;
  }
  .ps-md-8 {
    padding-left: 5.5rem !important;
  }
  .ps-md-9 {
    padding-left: 6.25rem !important;
  }
  .ps-md-10 {
    padding-left: 7rem !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;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 4.75rem !important;
  }
  .gap-md-8 {
    gap: 5.5rem !important;
  }
  .gap-md-9 {
    gap: 6.25rem !important;
  }
  .gap-md-10 {
    gap: 7rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
}
@media (min-width: 1056px) {
  .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;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !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;
  }
  .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-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 4.75rem !important;
  }
  .m-lg-8 {
    margin: 5.5rem !important;
  }
  .m-lg-9 {
    margin: 6.25rem !important;
  }
  .m-lg-10 {
    margin: 7rem !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-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-8 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-10 {
    margin-right: 7rem !important;
    margin-left: 7rem !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-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-10 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !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-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-10 {
    margin-top: 7rem !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-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 4.75rem !important;
  }
  .me-lg-8 {
    margin-right: 5.5rem !important;
  }
  .me-lg-9 {
    margin-right: 6.25rem !important;
  }
  .me-lg-10 {
    margin-right: 7rem !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-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 7rem !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-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-8 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-10 {
    margin-left: 7rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .m-lg-n7 {
    margin: -4.75rem !important;
  }
  .m-lg-n8 {
    margin: -5.5rem !important;
  }
  .m-lg-n9 {
    margin: -6.25rem !important;
  }
  .m-lg-n10 {
    margin: -7rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n7 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-lg-n8 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n9 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n10 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n7 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-lg-n8 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n9 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n10 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4rem !important;
  }
  .mt-lg-n7 {
    margin-top: -4.75rem !important;
  }
  .mt-lg-n8 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n10 {
    margin-top: -7rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -4rem !important;
  }
  .me-lg-n7 {
    margin-right: -4.75rem !important;
  }
  .me-lg-n8 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n9 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n10 {
    margin-right: -7rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -4.75rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -7rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4rem !important;
  }
  .ms-lg-n7 {
    margin-left: -4.75rem !important;
  }
  .ms-lg-n8 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n9 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n10 {
    margin-left: -7rem !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;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 4.75rem !important;
  }
  .p-lg-8 {
    padding: 5.5rem !important;
  }
  .p-lg-9 {
    padding: 6.25rem !important;
  }
  .p-lg-10 {
    padding: 7rem !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;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-8 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-10 {
    padding-right: 7rem !important;
    padding-left: 7rem !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;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-10 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !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;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-10 {
    padding-top: 7rem !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;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-8 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-10 {
    padding-right: 7rem !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;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 7rem !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;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-8 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-10 {
    padding-left: 7rem !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;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 4.75rem !important;
  }
  .gap-lg-8 {
    gap: 5.5rem !important;
  }
  .gap-lg-9 {
    gap: 6.25rem !important;
  }
  .gap-lg-10 {
    gap: 7rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !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;
  }
}
.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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--a7p-body-color);
  appearance: none;
  background-color: var(--a7p-body-bg);
  background-clip: padding-box;
  border: var(--a7p-border-width) solid var(--a7p-border-color);
  border-radius: 0;
  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: var(--a7p-body-color);
  background-color: var(--a7p-body-bg);
  border-color: rgb(195.5, 225.5, 251.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(136, 196, 248, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.75em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: rgba(33, 37, 41, 0.25);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--a7p-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--a7p-body-color);
  background-color: var(--a7p-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--a7p-border-width);
  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: var(--a7p-secondary-bg);
}

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

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

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

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

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

.form-select {
  --a7p-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--a7p-body-color);
  appearance: none;
  background-color: var(--a7p-body-bg);
  background-image: var(--a7p-form-select-bg-img), var(--a7p-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--a7p-border-width) solid var(--a7p-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(195.5, 225.5, 251.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(136, 196, 248, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--a7p-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--a7p-body-color);
}

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

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

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

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

.form-check-input {
  --a7p-form-check-bg: var(--a7p-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.375em;
  vertical-align: top;
  appearance: none;
  background-color: var(--a7p-form-check-bg);
  background-image: var(--a7p-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--a7p-border-width) solid var(--a7p-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(195.5, 225.5, 251.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(136, 196, 248, 0.25);
}
.form-check-input:checked {
  background-color: #88c4f8;
  border-color: #88c4f8;
}
.form-check-input:checked[type=checkbox] {
  --a7p-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --a7p-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #88c4f8;
  border-color: #88c4f8;
  --a7p-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --a7p-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2814, 14, 18, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--a7p-form-switch-bg);
  background-position: left center;
  border-radius: 0;
  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 {
  --a7p-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28195.5, 225.5, 251.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --a7p-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(136, 196, 248, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(136, 196, 248, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #88c4f8;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(219.3, 237.3, 252.9);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--a7p-secondary-bg);
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #88c4f8;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(219.3, 237.3, 252.9);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--a7p-secondary-bg);
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--a7p-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--a7p-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--a7p-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--a7p-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--a7p-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--a7p-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--a7p-body-bg);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--a7p-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--a7p-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--a7p-secondary-bg);
}

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

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

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--a7p-border-width) * -1);
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.775em;
  color: var(--a7p-form-valid-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--a7p-form-invalid-border-color);
  padding-right: calc(1.75em + 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.4375em + 0.1875rem) center;
  background-size: calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--a7p-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--a7p-danger-rgb), 0.25);
}

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

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

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

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

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

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

.btn {
  --a7p-btn-padding-x: 0.75rem;
  --a7p-btn-padding-y: 0.375rem;
  --a7p-btn-font-family: ;
  --a7p-btn-font-size: 1rem;
  --a7p-btn-font-weight: 400;
  --a7p-btn-line-height: 1.75;
  --a7p-btn-color: var(--a7p-body-color);
  --a7p-btn-bg: transparent;
  --a7p-btn-border-width: var(--a7p-border-width);
  --a7p-btn-border-color: transparent;
  --a7p-btn-border-radius: var(--a7p-border-radius);
  --a7p-btn-hover-border-color: transparent;
  --a7p-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(14, 14, 18, 0.075);
  --a7p-btn-disabled-opacity: 0.65;
  --a7p-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--a7p-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--a7p-btn-padding-y) var(--a7p-btn-padding-x);
  font-family: var(--a7p-btn-font-family);
  font-size: var(--a7p-btn-font-size);
  font-weight: var(--a7p-btn-font-weight);
  line-height: var(--a7p-btn-line-height);
  color: var(--a7p-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--a7p-btn-border-width) solid var(--a7p-btn-border-color);
  background-color: var(--a7p-btn-bg);
  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: var(--a7p-btn-hover-color);
  background-color: var(--a7p-btn-hover-bg);
  border-color: var(--a7p-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--a7p-btn-color);
  background-color: var(--a7p-btn-bg);
  border-color: var(--a7p-btn-border-color);
}
.btn:focus-visible {
  color: var(--a7p-btn-hover-color);
  background-color: var(--a7p-btn-hover-bg);
  border-color: var(--a7p-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--a7p-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--a7p-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--a7p-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--a7p-btn-active-color);
  background-color: var(--a7p-btn-active-bg);
  border-color: var(--a7p-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--a7p-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--a7p-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--a7p-btn-disabled-color);
  pointer-events: none;
  background-color: var(--a7p-btn-disabled-bg);
  border-color: var(--a7p-btn-disabled-border-color);
  opacity: var(--a7p-btn-disabled-opacity);
}

.btn-primary {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #88c4f8;
  --a7p-btn-border-color: #88c4f8;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(153.85, 204.85, 249.05);
  --a7p-btn-hover-border-color: rgb(147.9, 201.9, 248.7);
  --a7p-btn-focus-shadow-rgb: 118, 169, 213;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(159.8, 207.8, 249.4);
  --a7p-btn-active-border-color: rgb(147.9, 201.9, 248.7);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #88c4f8;
  --a7p-btn-disabled-border-color: #88c4f8;
}

.btn-secondary {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #88f4bc;
  --a7p-btn-border-color: #88f4bc;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(153.85, 245.65, 198.05);
  --a7p-btn-hover-border-color: rgb(147.9, 245.1, 194.7);
  --a7p-btn-focus-shadow-rgb: 118, 210, 162;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(159.8, 246.2, 201.4);
  --a7p-btn-active-border-color: rgb(147.9, 245.1, 194.7);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #88f4bc;
  --a7p-btn-disabled-border-color: #88f4bc;
}

.btn-destructive {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #EEEFF3;
  --a7p-btn-border-color: #EEEFF3;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(240.55, 241.4, 244.8);
  --a7p-btn-hover-border-color: rgb(239.7, 240.6, 244.2);
  --a7p-btn-focus-shadow-rgb: 204, 205, 209;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(241.4, 242.2, 245.4);
  --a7p-btn-active-border-color: rgb(239.7, 240.6, 244.2);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #EEEFF3;
  --a7p-btn-disabled-border-color: #EEEFF3;
}

.btn-success {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #00d54f;
  --a7p-btn-border-color: #00d54f;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(38.25, 219.3, 105.4);
  --a7p-btn-hover-border-color: rgb(25.5, 217.2, 96.6);
  --a7p-btn-focus-shadow-rgb: 2, 183, 70;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(51, 221.4, 114.2);
  --a7p-btn-active-border-color: rgb(25.5, 217.2, 96.6);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #00d54f;
  --a7p-btn-disabled-border-color: #00d54f;
}

.btn-info {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #0dcaf0;
  --a7p-btn-border-color: #0dcaf0;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --a7p-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --a7p-btn-focus-shadow-rgb: 13, 174, 207;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(61.4, 212.6, 243);
  --a7p-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #0dcaf0;
  --a7p-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #ffc107;
  --a7p-btn-border-color: #ffc107;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(255, 202.3, 44.2);
  --a7p-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --a7p-btn-focus-shadow-rgb: 219, 166, 9;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(255, 205.4, 56.6);
  --a7p-btn-active-border-color: rgb(255, 199.2, 31.8);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #ffc107;
  --a7p-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --a7p-btn-color: #fff;
  --a7p-btn-bg: #dc3545;
  --a7p-btn-border-color: #dc3545;
  --a7p-btn-hover-color: #fff;
  --a7p-btn-hover-bg: rgb(187, 45.05, 58.65);
  --a7p-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --a7p-btn-focus-shadow-rgb: 225, 83, 97;
  --a7p-btn-active-color: #fff;
  --a7p-btn-active-bg: rgb(176, 42.4, 55.2);
  --a7p-btn-active-border-color: rgb(165, 39.75, 51.75);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #fff;
  --a7p-btn-disabled-bg: #dc3545;
  --a7p-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #f8f9fa;
  --a7p-btn-border-color: #f8f9fa;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --a7p-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --a7p-btn-focus-shadow-rgb: 213, 214, 215;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(198.4, 199.2, 200);
  --a7p-btn-active-border-color: rgb(186, 186.75, 187.5);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #f8f9fa;
  --a7p-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --a7p-btn-color: #fff;
  --a7p-btn-bg: #212529;
  --a7p-btn-border-color: #212529;
  --a7p-btn-hover-color: #fff;
  --a7p-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --a7p-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --a7p-btn-focus-shadow-rgb: 66, 70, 73;
  --a7p-btn-active-color: #fff;
  --a7p-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --a7p-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #fff;
  --a7p-btn-disabled-bg: #212529;
  --a7p-btn-disabled-border-color: #212529;
}

.btn-gray {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-bg: #eeeff3;
  --a7p-btn-border-color: #eeeff3;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: rgb(240.55, 241.4, 244.8);
  --a7p-btn-hover-border-color: rgb(239.7, 240.6, 244.2);
  --a7p-btn-focus-shadow-rgb: 204, 205, 209;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: rgb(241.4, 242.2, 245.4);
  --a7p-btn-active-border-color: rgb(239.7, 240.6, 244.2);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: #eeeff3;
  --a7p-btn-disabled-border-color: #eeeff3;
}

.btn-black {
  --a7p-btn-color: #fff;
  --a7p-btn-bg: #0e0e12;
  --a7p-btn-border-color: #0e0e12;
  --a7p-btn-hover-color: #fff;
  --a7p-btn-hover-bg: rgb(11.9, 11.9, 15.3);
  --a7p-btn-hover-border-color: rgb(11.2, 11.2, 14.4);
  --a7p-btn-focus-shadow-rgb: 50, 50, 54;
  --a7p-btn-active-color: #fff;
  --a7p-btn-active-bg: rgb(11.2, 11.2, 14.4);
  --a7p-btn-active-border-color: rgb(10.5, 10.5, 13.5);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #fff;
  --a7p-btn-disabled-bg: #0e0e12;
  --a7p-btn-disabled-border-color: #0e0e12;
}

.btn-tarons-blue {
  --a7p-btn-color: #fff;
  --a7p-btn-bg: #003b4c;
  --a7p-btn-border-color: #003b4c;
  --a7p-btn-hover-color: #fff;
  --a7p-btn-hover-bg: rgb(0, 50.15, 64.6);
  --a7p-btn-hover-border-color: rgb(0, 47.2, 60.8);
  --a7p-btn-focus-shadow-rgb: 38, 88, 103;
  --a7p-btn-active-color: #fff;
  --a7p-btn-active-bg: rgb(0, 47.2, 60.8);
  --a7p-btn-active-border-color: rgb(0, 44.25, 57);
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #fff;
  --a7p-btn-disabled-bg: #003b4c;
  --a7p-btn-disabled-border-color: #003b4c;
}

.btn-outline-primary {
  --a7p-btn-color: #88c4f8;
  --a7p-btn-border-color: #88c4f8;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: #88c4f8;
  --a7p-btn-hover-border-color: #88c4f8;
  --a7p-btn-focus-shadow-rgb: 136, 196, 248;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: #88c4f8;
  --a7p-btn-active-border-color: #88c4f8;
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #88c4f8;
  --a7p-btn-disabled-bg: transparent;
  --a7p-btn-disabled-border-color: #88c4f8;
  --a7p-gradient: none;
}

.btn-outline-secondary {
  --a7p-btn-color: #88f4bc;
  --a7p-btn-border-color: #88f4bc;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: #88f4bc;
  --a7p-btn-hover-border-color: #88f4bc;
  --a7p-btn-focus-shadow-rgb: 136, 244, 188;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: #88f4bc;
  --a7p-btn-active-border-color: #88f4bc;
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #88f4bc;
  --a7p-btn-disabled-bg: transparent;
  --a7p-btn-disabled-border-color: #88f4bc;
  --a7p-gradient: none;
}

.btn-outline-destructive {
  --a7p-btn-color: #EEEFF3;
  --a7p-btn-border-color: #EEEFF3;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: #EEEFF3;
  --a7p-btn-hover-border-color: #EEEFF3;
  --a7p-btn-focus-shadow-rgb: 238, 239, 243;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: #EEEFF3;
  --a7p-btn-active-border-color: #EEEFF3;
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #EEEFF3;
  --a7p-btn-disabled-bg: transparent;
  --a7p-btn-disabled-border-color: #EEEFF3;
  --a7p-gradient: none;
}

.btn-outline-success {
  --a7p-btn-color: #00d54f;
  --a7p-btn-border-color: #00d54f;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: #00d54f;
  --a7p-btn-hover-border-color: #00d54f;
  --a7p-btn-focus-shadow-rgb: 0, 213, 79;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: #00d54f;
  --a7p-btn-active-border-color: #00d54f;
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #00d54f;
  --a7p-btn-disabled-bg: transparent;
  --a7p-btn-disabled-border-color: #00d54f;
  --a7p-gradient: none;
}

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

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

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

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

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

.btn-outline-gray {
  --a7p-btn-color: #eeeff3;
  --a7p-btn-border-color: #eeeff3;
  --a7p-btn-hover-color: #0e0e12;
  --a7p-btn-hover-bg: #eeeff3;
  --a7p-btn-hover-border-color: #eeeff3;
  --a7p-btn-focus-shadow-rgb: 238, 239, 243;
  --a7p-btn-active-color: #0e0e12;
  --a7p-btn-active-bg: #eeeff3;
  --a7p-btn-active-border-color: #eeeff3;
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #eeeff3;
  --a7p-btn-disabled-bg: transparent;
  --a7p-btn-disabled-border-color: #eeeff3;
  --a7p-gradient: none;
}

.btn-outline-black {
  --a7p-btn-color: #0e0e12;
  --a7p-btn-border-color: #0e0e12;
  --a7p-btn-hover-color: #fff;
  --a7p-btn-hover-bg: #0e0e12;
  --a7p-btn-hover-border-color: #0e0e12;
  --a7p-btn-focus-shadow-rgb: 14, 14, 18;
  --a7p-btn-active-color: #fff;
  --a7p-btn-active-bg: #0e0e12;
  --a7p-btn-active-border-color: #0e0e12;
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #0e0e12;
  --a7p-btn-disabled-bg: transparent;
  --a7p-btn-disabled-border-color: #0e0e12;
  --a7p-gradient: none;
}

.btn-outline-tarons-blue {
  --a7p-btn-color: #003b4c;
  --a7p-btn-border-color: #003b4c;
  --a7p-btn-hover-color: #fff;
  --a7p-btn-hover-bg: #003b4c;
  --a7p-btn-hover-border-color: #003b4c;
  --a7p-btn-focus-shadow-rgb: 0, 59, 76;
  --a7p-btn-active-color: #fff;
  --a7p-btn-active-bg: #003b4c;
  --a7p-btn-active-border-color: #003b4c;
  --a7p-btn-active-shadow: inset 0 3px 5px rgba(14, 14, 18, 0.125);
  --a7p-btn-disabled-color: #003b4c;
  --a7p-btn-disabled-bg: transparent;
  --a7p-btn-disabled-border-color: #003b4c;
  --a7p-gradient: none;
}

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

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

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

.table {
  --a7p-table-color-type: initial;
  --a7p-table-bg-type: initial;
  --a7p-table-color-state: initial;
  --a7p-table-bg-state: initial;
  --a7p-table-color: var(--a7p-emphasis-color);
  --a7p-table-bg: var(--a7p-body-bg);
  --a7p-table-border-color: rgba(136, 244, 188, 0.175);
  --a7p-table-accent-bg: transparent;
  --a7p-table-striped-color: var(--a7p-emphasis-color);
  --a7p-table-striped-bg: rgba(var(--a7p-emphasis-color-rgb), 0.05);
  --a7p-table-active-color: var(--a7p-emphasis-color);
  --a7p-table-active-bg: rgba(var(--a7p-emphasis-color-rgb), 0.1);
  --a7p-table-hover-color: var(--a7p-emphasis-color);
  --a7p-table-hover-bg: rgba(var(--a7p-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--a7p-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--a7p-table-color-state, var(--a7p-table-color-type, var(--a7p-table-color)));
  background-color: var(--a7p-table-bg);
  border-bottom-width: var(--a7p-border-width);
  box-shadow: inset 0 0 0 9999px var(--a7p-table-bg-state, var(--a7p-table-bg-type, var(--a7p-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --a7p-table-color: #0e0e12;
  --a7p-table-bg: rgb(231.2, 243.2, 253.6);
  --a7p-table-border-color: rgb(187.76, 197.36, 206.48);
  --a7p-table-striped-bg: rgb(220.34, 231.74, 241.82);
  --a7p-table-striped-color: #0e0e12;
  --a7p-table-active-bg: rgb(209.48, 220.28, 230.04);
  --a7p-table-active-color: #0e0e12;
  --a7p-table-hover-bg: rgb(214.91, 226.01, 235.93);
  --a7p-table-hover-color: #0e0e12;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

.table-secondary {
  --a7p-table-color: #0e0e12;
  --a7p-table-bg: rgb(231.2, 252.8, 241.6);
  --a7p-table-border-color: rgb(187.76, 205.04, 196.88);
  --a7p-table-striped-bg: rgb(220.34, 240.86, 230.42);
  --a7p-table-striped-color: #0e0e12;
  --a7p-table-active-bg: rgb(209.48, 228.92, 219.24);
  --a7p-table-active-color: #0e0e12;
  --a7p-table-hover-bg: rgb(214.91, 234.89, 224.83);
  --a7p-table-hover-color: #0e0e12;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

.table-success {
  --a7p-table-color: #0e0e12;
  --a7p-table-bg: rgb(204, 246.6, 219.8);
  --a7p-table-border-color: rgb(166, 200.08, 179.44);
  --a7p-table-striped-bg: rgb(194.5, 234.97, 209.71);
  --a7p-table-striped-color: #0e0e12;
  --a7p-table-active-bg: rgb(185, 223.34, 199.62);
  --a7p-table-active-color: #0e0e12;
  --a7p-table-hover-bg: rgb(189.75, 229.155, 204.665);
  --a7p-table-hover-color: #0e0e12;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

.table-info {
  --a7p-table-color: #0e0e12;
  --a7p-table-bg: rgb(206.6, 244.4, 252);
  --a7p-table-border-color: rgb(168.08, 198.32, 205.2);
  --a7p-table-striped-bg: rgb(196.97, 232.88, 240.3);
  --a7p-table-striped-color: #0e0e12;
  --a7p-table-active-bg: rgb(187.34, 221.36, 228.6);
  --a7p-table-active-color: #0e0e12;
  --a7p-table-hover-bg: rgb(192.155, 227.12, 234.45);
  --a7p-table-hover-color: #0e0e12;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

.table-warning {
  --a7p-table-color: #0e0e12;
  --a7p-table-bg: rgb(255, 242.6, 205.4);
  --a7p-table-border-color: rgb(206.8, 196.88, 167.92);
  --a7p-table-striped-bg: rgb(242.95, 231.17, 196.03);
  --a7p-table-striped-color: #0e0e12;
  --a7p-table-active-bg: rgb(230.9, 219.74, 186.66);
  --a7p-table-active-color: #0e0e12;
  --a7p-table-hover-bg: rgb(236.925, 225.455, 191.345);
  --a7p-table-hover-color: #0e0e12;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

.table-danger {
  --a7p-table-color: #0e0e12;
  --a7p-table-bg: rgb(248, 214.6, 217.8);
  --a7p-table-border-color: rgb(201.2, 174.48, 177.84);
  --a7p-table-striped-bg: rgb(236.3, 204.57, 207.81);
  --a7p-table-striped-color: #0e0e12;
  --a7p-table-active-bg: rgb(224.6, 194.54, 197.82);
  --a7p-table-active-color: #0e0e12;
  --a7p-table-hover-bg: rgb(230.45, 199.555, 202.815);
  --a7p-table-hover-color: #0e0e12;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

.table-light {
  --a7p-table-color: #0e0e12;
  --a7p-table-bg: #f8f9fa;
  --a7p-table-border-color: rgb(201.2, 202, 203.6);
  --a7p-table-striped-bg: rgb(236.3, 237.25, 238.4);
  --a7p-table-striped-color: #0e0e12;
  --a7p-table-active-bg: rgb(224.6, 225.5, 226.8);
  --a7p-table-active-color: #0e0e12;
  --a7p-table-hover-bg: rgb(230.45, 231.375, 232.6);
  --a7p-table-hover-color: #0e0e12;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

.table-dark {
  --a7p-table-color: #fff;
  --a7p-table-bg: #212529;
  --a7p-table-border-color: rgb(77.4, 80.6, 83.8);
  --a7p-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --a7p-table-striped-color: #fff;
  --a7p-table-active-bg: rgb(55.2, 58.8, 62.4);
  --a7p-table-active-color: #fff;
  --a7p-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --a7p-table-hover-color: #fff;
  color: var(--a7p-table-color);
  border-color: var(--a7p-table-border-color);
}

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

@media (max-width: 479.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: 1055.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

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

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

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

@media (min-width: 480px) {
  .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: 1056px) {
  .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;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--a7p-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --a7p-offcanvas-zindex: 1045;
  --a7p-offcanvas-width: 400px;
  --a7p-offcanvas-height: 30vh;
  --a7p-offcanvas-padding-x: 1rem;
  --a7p-offcanvas-padding-y: 1rem;
  --a7p-offcanvas-color: var(--a7p-body-color);
  --a7p-offcanvas-bg: var(--a7p-body-bg);
  --a7p-offcanvas-border-width: var(--a7p-border-width);
  --a7p-offcanvas-border-color: var(--a7p-border-color-translucent);
  --a7p-offcanvas-box-shadow: var(--a7p-box-shadow-sm);
  --a7p-offcanvas-transition: transform 0.3s ease-in-out;
  --a7p-offcanvas-title-line-height: 1.75;
}

@media (max-width: 479.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--a7p-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--a7p-offcanvas-color);
    visibility: hidden;
    background-color: var(--a7p-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--a7p-offcanvas-transition);
  }
}
@media (max-width: 479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 479.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--a7p-offcanvas-width);
    border-right: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--a7p-offcanvas-width);
    border-left: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--a7p-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--a7p-offcanvas-height);
    max-height: 100%;
    border-top: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 480px) {
  .offcanvas-sm {
    --a7p-offcanvas-height: auto;
    --a7p-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--a7p-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--a7p-offcanvas-color);
    visibility: hidden;
    background-color: var(--a7p-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--a7p-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--a7p-offcanvas-width);
    border-right: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--a7p-offcanvas-width);
    border-left: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--a7p-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--a7p-offcanvas-height);
    max-height: 100%;
    border-top: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --a7p-offcanvas-height: auto;
    --a7p-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1055.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--a7p-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--a7p-offcanvas-color);
    visibility: hidden;
    background-color: var(--a7p-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--a7p-offcanvas-transition);
  }
}
@media (max-width: 1055.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 1055.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--a7p-offcanvas-width);
    border-right: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--a7p-offcanvas-width);
    border-left: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--a7p-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--a7p-offcanvas-height);
    max-height: 100%;
    border-top: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 1056px) {
  .offcanvas-lg {
    --a7p-offcanvas-height: auto;
    --a7p-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--a7p-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--a7p-offcanvas-color);
  visibility: hidden;
  background-color: var(--a7p-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--a7p-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--a7p-offcanvas-width);
  border-right: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--a7p-offcanvas-width);
  border-left: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--a7p-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--a7p-offcanvas-height);
  max-height: 100%;
  border-top: var(--a7p-offcanvas-border-width) solid var(--a7p-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--a7p-offcanvas-padding-y) var(--a7p-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--a7p-offcanvas-padding-y) * 0.5) calc(var(--a7p-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--a7p-offcanvas-padding-y)) calc(-0.5 * var(--a7p-offcanvas-padding-x)) calc(-0.5 * var(--a7p-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--a7p-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--a7p-offcanvas-padding-y) var(--a7p-offcanvas-padding-x);
  overflow-y: auto;
}

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

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

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

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

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

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

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.modal {
  --a7p-modal-zindex: 1055;
  --a7p-modal-width: 640px;
  --a7p-modal-padding: 1rem;
  --a7p-modal-margin: 0.5rem;
  --a7p-modal-color: ;
  --a7p-modal-bg: var(--a7p-body-bg);
  --a7p-modal-border-color: var(--a7p-border-color-translucent);
  --a7p-modal-border-width: var(--a7p-border-width);
  --a7p-modal-border-radius: var(--a7p-border-radius-lg);
  --a7p-modal-box-shadow: var(--a7p-box-shadow-sm);
  --a7p-modal-inner-border-radius: calc(var(--a7p-border-radius-lg) - (var(--a7p-border-width)));
  --a7p-modal-header-padding-x: 1rem;
  --a7p-modal-header-padding-y: 1rem;
  --a7p-modal-header-padding: 1rem 1rem;
  --a7p-modal-header-border-color: var(--a7p-border-color);
  --a7p-modal-header-border-width: var(--a7p-border-width);
  --a7p-modal-title-line-height: 1.75;
  --a7p-modal-footer-gap: 0.5rem;
  --a7p-modal-footer-bg: ;
  --a7p-modal-footer-border-color: var(--a7p-border-color);
  --a7p-modal-footer-border-width: var(--a7p-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--a7p-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--a7p-modal-margin);
  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% - var(--a7p-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--a7p-modal-color);
  pointer-events: auto;
  background-color: var(--a7p-modal-bg);
  background-clip: padding-box;
  border: var(--a7p-modal-border-width) solid var(--a7p-modal-border-color);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--a7p-modal-header-padding);
  border-bottom: var(--a7p-modal-header-border-width) solid var(--a7p-modal-header-border-color);
}
.modal-header .btn-close {
  padding: calc(var(--a7p-modal-header-padding-y) * 0.5) calc(var(--a7p-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--a7p-modal-header-padding-y)) calc(-0.5 * var(--a7p-modal-header-padding-x)) calc(-0.5 * var(--a7p-modal-header-padding-y)) auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--a7p-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--a7p-modal-padding) - var(--a7p-modal-footer-gap) * 0.5);
  background-color: var(--a7p-modal-footer-bg);
  border-top: var(--a7p-modal-footer-border-width) solid var(--a7p-modal-footer-border-color);
}
.modal-footer > * {
  margin: calc(var(--a7p-modal-footer-gap) * 0.5);
}

@media (min-width: 480px) {
  .modal {
    --a7p-modal-margin: 1.75rem;
    --a7p-modal-box-shadow: var(--a7p-box-shadow);
  }
  .modal-dialog {
    max-width: var(--a7p-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --a7p-modal-width: 300px;
  }
}
@media (min-width: 1056px) {
  .modal-lg,
  .modal-xl {
    --a7p-modal-width: 800px;
  }
}
.modal-xl {
  --a7p-modal-width: 1140px;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 479.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1055.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

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

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

.accordion {
  --a7p-accordion-color: var(--a7p-body-color);
  --a7p-accordion-bg: var(--a7p-body-bg);
  --a7p-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --a7p-accordion-border-color: transparent;
  --a7p-accordion-border-width: 0;
  --a7p-accordion-border-radius: 1.25rem;
  --a7p-accordion-inner-border-radius: 1.25rem;
  --a7p-accordion-btn-padding-x: 1.25rem;
  --a7p-accordion-btn-padding-y: 1rem;
  --a7p-accordion-btn-color: var(--a7p-body-color);
  --a7p-accordion-btn-bg: var(--a7p-accordion-bg);
  --a7p-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23222222' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --a7p-accordion-btn-icon-width: 1.25rem;
  --a7p-accordion-btn-icon-transform: rotate(-180deg);
  --a7p-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --a7p-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2854.4, 78.4, 99.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --a7p-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(136, 196, 248, 0.25);
  --a7p-accordion-body-padding-x: 1.25rem;
  --a7p-accordion-body-padding-y: 1rem;
  --a7p-accordion-active-color: var(--a7p-primary-text-emphasis);
  --a7p-accordion-active-bg: var(--a7p-primary-bg-subtle);
}

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

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

.accordion-item {
  color: var(--a7p-accordion-color);
  background-color: var(--a7p-accordion-bg);
  border: var(--a7p-accordion-border-width) solid var(--a7p-accordion-border-color);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-body {
  padding: var(--a7p-accordion-body-padding-y) var(--a7p-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --a7p-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28183.6, 219.6, 250.8%29'%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");
  --a7p-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28183.6, 219.6, 250.8%29'%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");
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-disabled {
  cursor: not-allowed;
}

.anim-pulse {
  animation: pulse-animation 2s infinite;
  backface-visibility: hidden;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    background-color: #88c4f8;
    transform: scale(1) translateZ(0) perspective(1px);
  }
  100% {
    box-shadow: 0 0 0 0.625rem rgba(0, 0, 0, 0);
    background-color: rgb(111.9166666667, 184.0595238095, 246.5833333333);
    transform: scale(1.0175) translateZ(0) perspective(1px);
  }
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/dm-sans-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.btn-context {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 50rem;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.8265rem;
  background-color: #f6f6f8;
  text-decoration: none;
  color: #0e0e12;
}
.btn-context:focus, .btn-context:hover {
  background-color: rgb(240.2625, 240.2625, 243.5375);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px;
}
.btn-context-border {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(64, 68, 82, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(64, 68, 82, 0.08) 0px 2px 5px 0px;
}
.btn-context-lg {
  font-size: 1rem;
  padding: 0.45rem 1.25rem;
}
.btn-context-xl {
  font-size: 1.25rem;
  padding: 0.75rem 2.25rem;
}
.btn-context-primary {
  background-color: #88c4f8;
  color: #0e0e12;
}
.btn-context-primary:focus, .btn-context-primary:hover {
  background-color: rgb(87.8333333333, 172.119047619, 245.1666666667);
}
.btn-context-secondary {
  background-color: #88f4bc;
  color: #0e0e12;
}
.btn-context-secondary:focus, .btn-context-secondary:hover {
  background-color: rgb(89.3153846154, 239.6846153846, 161.7153846154);
}
.btn-context-destructive {
  background-color: #EEEFF3;
  color: #0e0e12;
}
.btn-context-destructive:focus, .btn-context-destructive:hover {
  background-color: rgb(208.1034482759, 210.8620689655, 221.8965517241);
}
.btn-context-success {
  background-color: #00d54f;
  color: #0e0e12;
}
.btn-context-success:focus, .btn-context-success:hover {
  background-color: rgb(0, 162, 60.0845070423);
}
.btn-context-info {
  background-color: #0dcaf0;
  color: #0e0e12;
}
.btn-context-info:focus, .btn-context-info:hover {
  background-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
}
.btn-context-warning {
  background-color: #ffc107;
  color: #0e0e12;
}
.btn-context-warning:focus, .btn-context-warning:hover {
  background-color: rgb(211, 158.25, 0);
}
.btn-context-danger {
  background-color: #dc3545;
  color: #fff;
}
.btn-context-danger:focus, .btn-context-danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-context-light {
  background-color: #f8f9fa;
  color: #0e0e12;
}
.btn-context-light:focus, .btn-context-light:hover {
  background-color: rgb(218.25, 223.5, 228.75);
}
.btn-context-dark {
  background-color: #212529;
  color: #fff;
}
.btn-context-dark:focus, .btn-context-dark:hover {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
}
.btn-context-gray {
  background-color: #eeeff3;
  color: #0e0e12;
}
.btn-context-gray:focus, .btn-context-gray:hover {
  background-color: rgb(208.1034482759, 210.8620689655, 221.8965517241);
}
.btn-context-black {
  background-color: #0e0e12;
  color: #fff;
}
.btn-context-black:focus, .btn-context-black:hover {
  background-color: black;
}
.btn-context-tarons-blue {
  background-color: #003b4c;
  color: #fff;
}
.btn-context-tarons-blue:focus, .btn-context-tarons-blue:hover {
  background-color: rgb(0, 19.4078947368, 25);
}

html, body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", "Segoe UI", serif;
  /*    background-color: #F5F6F7;
      color: #0a0a0a;*/
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

a:focus, a:focus-visible, a:focus-within, button:focus, button:focus-visible, button:focus-within {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 126, 81, 0.25);
}

p, li, a, blockquote {
  font-size: 1rem;
  line-height: 1.75;
}

blockquote {
  font-style: italic;
}

:root {
  --swiper-pagination-color: #006ab1;
  --swiper-pagination-bullet-size: 0.875rem;
  --swiper-pagination-bullet-width: 0.875rem;
  --swiper-pagination-bullet-height: 0.875rem;
}

[x-cloak] {
  display: none !important;
}

.nav-links .nav-link {
  display: flex;
  border-bottom: 2px solid transparent;
  align-self: center;
}
.nav-links .nav-link.active, .nav-links .nav-link:focus, .nav-links .nav-link:hover {
  border-bottom-color: #88c4f8;
}

.btn-primary {
  --a7p-btn-bg: #006ab1;
  --a7p-btn-border-color: #006ab1;
  color: #fff;
}

.btn-outline-primary {
  border-color: #006ab1;
  --a7p-btn-color: #006ab1;
  --a7p-btn-border-color: #006ab1;
  --a7p-border-color: #006ab1;
}

.section {
  padding: 5% 0;
  margin: 2.5% 0;
}
.section:last-child {
  margin-bottom: 0;
}

.title-separator {
  position: relative;
  width: 15rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.title-separator:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #EEEFF3;
}
.title-separator:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.25rem;
  height: 1rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-separator-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.45em;
  height: 0.45em;
  background-color: #EEEFF3;
  border-radius: 50%;
  z-index: 9;
}
.title-separator-destructive:before {
  background-color: #fff;
}
.title-separator-destructive:after {
  background-color: #EEEFF3;
}
.title-separator-destructive-dot:before {
  background-color: #fff;
}

.text-lg {
  max-width: 45rem;
}

.theme-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.theme-list > li {
  width: 100%;
  display: flex;
  gap: 0.5rem;
}
.theme-list > li:before {
  content: "\eee8";
  color: #88c4f8;
  font: normal normal normal 1.35em/1 "Lineicons";
}
.theme-list-lg > li {
  gap: 1.5rem;
}
.theme-list-checklist > li:before {
  content: "\eee8";
  color: rgb(19.2076923077, 207.7923076923, 110.0076923077);
  font: normal normal normal 1.35em/1 "Lineicons";
}

.hero-section .hero-section-wrapper {
  padding-top: 160%;
  position: relative;
}
@media (min-width: 480px) {
  .hero-section .hero-section-wrapper {
    padding-top: 80%;
  }
}
@media (min-width: 768px) {
  .hero-section .hero-section-wrapper {
    padding-top: 50%;
  }
}
@media (min-width: 1056px) {
  .hero-section .hero-section-wrapper {
    padding-top: 35%;
  }
}
.hero-section .hero-section-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.hero-section .hero-section-image-wrapper .hero-section-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.hero-section .hero-section-image-wrapper .hero-section-image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.hero-section .hero-section-container {
  flex: 1 1 0;
  position: relative;
  max-width: 45rem;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .hero-section .hero-section-container {
    padding-bottom: 5%;
  }
}

@media (max-width: 767.98px) {
  .hero-section-image {
    min-height: 35rem;
  }
}
.first-stepper {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.first-stepper .first-stepper-item {
  flex: 1 1 0;
  border-radius: 1.25rem;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0.85, 0.25, 1.15);
  position: relative;
  padding-top: 30rem;
  z-index: 9;
}
.first-stepper .first-stepper-item .first-stepper-image {
  display: block;
  max-width: 100%;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 30rem;
  max-height: 30rem;
  inset: 0;
  object-fit: cover;
}
.first-stepper .first-stepper-item:after {
  backdrop-filter: blur(0.5rem);
  position: absolute;
  opacity: 0;
  inset: 0;
  border-radius: inherit;
}
.first-stepper .first-stepper-item:hover {
  flex-grow: 3;
}
.first-stepper .first-stepper-item:hover:after {
  opacity: 0;
}
.first-stepper .first-stepper-item:hover .first-stepper-body {
  display: block;
}
.first-stepper:hover .first-stepper-item:not(:hover) {
  opacity: 0.3;
}
.first-stepper:hover .first-stepper-item:not(:hover) .first-stepper-content {
  opacity: 0;
}
.first-stepper:hover .first-stepper-item:not(:hover):after {
  opacity: 1;
}
.first-stepper .first-stepper-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.25rem;
  transition-property: all;
  transition-duration: 0.5s;
}
.first-stepper .first-stepper-content .first-stepper-body {
  display: none;
}

@font-face {
  font-family: "Lineicons";
  src: url("../webfonts/lineicons/Lineicons.eot");
  src: url("../webfonts/lineicons/Lineicons.eot") format("embedded-opentype"), url("../webfonts/lineicons/Lineicons.woff2") format("woff2"), url("../webfonts/lineicons/Lineicons.woff") format("woff"), url("../webfonts/lineicons/Lineicons.ttf") format("truetype"), url("../webfonts/lineicons/Lineicons.svg") format("svg");
}
/* base class */
.lni {
  display: inline-block;
  font: normal normal normal 1.35em/1 "Lineicons";
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.lni-sm {
  font-size: 0.8em;
}

.lni-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.lni-16 {
  font-size: 16px;
}

.lni-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}

@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* transform */
.lni-rotate-90 {
  transform: rotate(90deg);
}

.lni-rotate-180 {
  transform: rotate(180deg);
}

.lni-rotate-270 {
  transform: rotate(270deg);
}

.lni-flip-y {
  transform: scaleY(-1);
}

.lni-flip-x {
  transform: scaleX(-1);
}

/* icons */
.lni-360-1::before {
  content: "\ea01";
}

.lni-360-10::before {
  content: "\ea02";
}

.lni-360-11::before {
  content: "\ea03";
}

.lni-360-2::before {
  content: "\ea04";
}

.lni-360-3::before {
  content: "\ea05";
}

.lni-360-4::before {
  content: "\ea06";
}

.lni-360-5::before {
  content: "\ea07";
}

.lni-360-6::before {
  content: "\ea08";
}

.lni-360-7::before {
  content: "\ea09";
}

.lni-360-8::before {
  content: "\ea0a";
}

.lni-360-9::before {
  content: "\ea0b";
}

.lni-3d-cube::before {
  content: "\ea0c";
}

.lni-3d-cube-1::before {
  content: "\ea0d";
}

.lni-3d-cube-2::before {
  content: "\ea0e";
}

.lni-3d-cube-3::before {
  content: "\ea0f";
}

.lni-3d-cube-arrows::before {
  content: "\ea10";
}

.lni-3d-cube-user::before {
  content: "\ea11";
}

.lni-3d-meta::before {
  content: "\ea12";
}

.lni-3d-play::before {
  content: "\ea13";
}

.lni-3d-rotate-1::before {
  content: "\ea14";
}

.lni-3d-rotate-2::before {
  content: "\ea15";
}

.lni-3d-scan::before {
  content: "\ea16";
}

.lni-4k::before {
  content: "\ea17";
}

.lni-500px::before {
  content: "\ea18";
}

.lni-5g-circle::before {
  content: "\ea19";
}

.lni-5g-circle-disabled::before {
  content: "\ea1a";
}

.lni-5g-network-1::before {
  content: "\ea1b";
}

.lni-5g-network-1-disabled::before {
  content: "\ea1c";
}

.lni-5g-network-2::before {
  content: "\ea1d";
}

.lni-5g-network-2-disabled::before {
  content: "\ea1e";
}

.lni-5g-network-tower::before {
  content: "\ea1f";
}

.lni-5g-network-tower-disabled::before {
  content: "\ea20";
}

.lni-5g-square::before {
  content: "\ea21";
}

.lni-5g-square-disabled::before {
  content: "\ea22";
}

.lni-8k::before {
  content: "\ea23";
}

.lni-achievement::before {
  content: "\ea24";
}

.lni-adobe::before {
  content: "\ea25";
}

.lni-adonis::before {
  content: "\ea26";
}

.lni-aeroplane-1::before {
  content: "\ea27";
}

.lni-aeroplane-2::before {
  content: "\ea28";
}

.lni-aeroplane-box::before {
  content: "\ea29";
}

.lni-agenda::before {
  content: "\ea2a";
}

.lni-aids-circle::before {
  content: "\ea2b";
}

.lni-aids-rechtangle::before {
  content: "\ea2c";
}

.lni-aids-square::before {
  content: "\ea2d";
}

.lni-air-conditioner-1::before {
  content: "\ea2e";
}

.lni-air-conditioner-2::before {
  content: "\ea2f";
}

.lni-airbnb::before {
  content: "\ea30";
}

.lni-airbuds::before {
  content: "\ea31";
}

.lni-airtable::before {
  content: "\ea32";
}

.lni-alarm-1::before {
  content: "\ea33";
}

.lni-alarm-2::before {
  content: "\ea34";
}

.lni-alarm-auto::before {
  content: "\ea35";
}

.lni-alarm-check::before {
  content: "\ea36";
}

.lni-alarm-error::before {
  content: "\ea37";
}

.lni-alarm-minus::before {
  content: "\ea38";
}

.lni-alarm-play::before {
  content: "\ea39";
}

.lni-alarm-plus::before {
  content: "\ea3a";
}

.lni-alarm-question::before {
  content: "\ea3b";
}

.lni-alarm-sleep::before {
  content: "\ea3c";
}

.lni-alarm-trash::before {
  content: "\ea3d";
}

.lni-alarm-user::before {
  content: "\ea3e";
}

.lni-alarm-xmark::before {
  content: "\ea3f";
}

.lni-align-objects-bottom::before {
  content: "\ea40";
}

.lni-align-objects-bottom-2::before {
  content: "\ea41";
}

.lni-align-objects-bottom-3::before {
  content: "\ea42";
}

.lni-align-objects-center-horizontal::before {
  content: "\ea43";
}

.lni-align-objects-center-horizontal-2::before {
  content: "\ea44";
}

.lni-align-objects-center-vertical::before {
  content: "\ea45";
}

.lni-align-objects-center-vertical-2::before {
  content: "\ea46";
}

.lni-align-objects-left::before {
  content: "\ea47";
}

.lni-align-objects-left-2::before {
  content: "\ea48";
}

.lni-align-objects-left-3::before {
  content: "\ea49";
}

.lni-align-objects-right::before {
  content: "\ea4a";
}

.lni-align-objects-right-2::before {
  content: "\ea4b";
}

.lni-align-objects-right-3::before {
  content: "\ea4c";
}

.lni-align-objects-top::before {
  content: "\ea4d";
}

.lni-align-objects-top-2::before {
  content: "\ea4e";
}

.lni-align-objects-top-3::before {
  content: "\ea4f";
}

.lni-align-text-center::before {
  content: "\ea50";
}

.lni-align-text-justify::before {
  content: "\ea51";
}

.lni-align-text-justify-disabled::before {
  content: "\ea52";
}

.lni-align-text-left::before {
  content: "\ea53";
}

.lni-align-text-right::before {
  content: "\ea54";
}

.lni-all-bookmark-1::before {
  content: "\ea55";
}

.lni-all-bookmark-2::before {
  content: "\ea56";
}

.lni-all-bookmark-3::before {
  content: "\ea57";
}

.lni-alpinejs::before {
  content: "\ea58";
}

.lni-amazon::before {
  content: "\ea59";
}

.lni-amazon-original::before {
  content: "\ea5a";
}

.lni-amazon-pay::before {
  content: "\ea5b";
}

.lni-ambulance-1::before {
  content: "\ea5c";
}

.lni-ambulance-2::before {
  content: "\ea5d";
}

.lni-ambulance-3::before {
  content: "\ea5e";
}

.lni-ambulance-4::before {
  content: "\ea5f";
}

.lni-ambulance-siren-1::before {
  content: "\ea60";
}

.lni-ambulance-siren-2::before {
  content: "\ea61";
}

.lni-amd::before {
  content: "\ea62";
}

.lni-amex::before {
  content: "\ea63";
}

.lni-anchor::before {
  content: "\ea64";
}

.lni-android::before {
  content: "\ea65";
}

.lni-android-1::before {
  content: "\ea66";
}

.lni-android-2::before {
  content: "\ea67";
}

.lni-android-old::before {
  content: "\ea68";
}

.lni-angellist::before {
  content: "\ea69";
}

.lni-angle-double-down::before {
  content: "\ea6a";
}

.lni-angle-double-left::before {
  content: "\ea6b";
}

.lni-angle-double-right::before {
  content: "\ea6c";
}

.lni-angle-double-up::before {
  content: "\ea6d";
}

.lni-angular::before {
  content: "\ea6e";
}

.lni-apartment-1::before {
  content: "\ea6f";
}

.lni-apartment-10::before {
  content: "\ea70";
}

.lni-apartment-11::before {
  content: "\ea71";
}

.lni-apartment-2::before {
  content: "\ea72";
}

.lni-apartment-3::before {
  content: "\ea73";
}

.lni-apartment-4::before {
  content: "\ea74";
}

.lni-apartment-5::before {
  content: "\ea75";
}

.lni-apartment-6::before {
  content: "\ea76";
}

.lni-apartment-7::before {
  content: "\ea77";
}

.lni-apartment-8::before {
  content: "\ea78";
}

.lni-apartment-9::before {
  content: "\ea79";
}

.lni-app-store::before {
  content: "\ea7a";
}

.lni-apple::before {
  content: "\ea7b";
}

.lni-apple-brand::before {
  content: "\ea7c";
}

.lni-apple-leaf::before {
  content: "\ea7d";
}

.lni-apple-music::before {
  content: "\ea7e";
}

.lni-apple-music-alt::before {
  content: "\ea7f";
}

.lni-apple-pay::before {
  content: "\ea80";
}

.lni-arc-browser::before {
  content: "\ea81";
}

.lni-arch::before {
  content: "\ea82";
}

.lni-archway::before {
  content: "\ea83";
}

.lni-archway-check-circle::before {
  content: "\ea84";
}

.lni-archway-disabled-1::before {
  content: "\ea85";
}

.lni-archway-disabled-2::before {
  content: "\ea86";
}

.lni-archway-error-circle::before {
  content: "\ea87";
}

.lni-archway-fire::before {
  content: "\ea88";
}

.lni-archway-xmark-circle::before {
  content: "\ea89";
}

.lni-arrow-2-angular-bottom-left::before {
  content: "\ea8a";
}

.lni-arrow-2-angular-bottom-right::before {
  content: "\ea8b";
}

.lni-arrow-2-angular-top-left::before {
  content: "\ea8c";
}

.lni-arrow-2-angular-top-right::before {
  content: "\ea8d";
}

.lni-arrow-2-both-direction-horizontal::before {
  content: "\ea8e";
}

.lni-arrow-2-both-direction-vertical::before {
  content: "\ea8f";
}

.lni-arrow-2-downward::before {
  content: "\ea90";
}

.lni-arrow-2-left::before {
  content: "\ea91";
}

.lni-arrow-2-right::before {
  content: "\ea92";
}

.lni-arrow-2-turn-left::before {
  content: "\ea93";
}

.lni-arrow-2-turn-left-down::before {
  content: "\ea94";
}

.lni-arrow-2-turn-left-up::before {
  content: "\ea95";
}

.lni-arrow-2-turn-right::before {
  content: "\ea96";
}

.lni-arrow-2-turn-right-down::before {
  content: "\ea97";
}

.lni-arrow-2-turn-right-up::before {
  content: "\ea98";
}

.lni-arrow-2-upward::before {
  content: "\ea99";
}

.lni-arrow-all-direction::before {
  content: "\ea9a";
}

.lni-arrow-angular-bottom-left-square::before {
  content: "\ea9b";
}

.lni-arrow-angular-bottom-right-square::before {
  content: "\ea9c";
}

.lni-arrow-angular-top-left::before {
  content: "\ea9d";
}

.lni-arrow-angular-top-left-square::before {
  content: "\ea9e";
}

.lni-arrow-angular-top-right::before {
  content: "\ea9f";
}

.lni-arrow-angular-top-right-square::before {
  content: "\eaa0";
}

.lni-arrow-both-direction-1::before {
  content: "\eaa1";
}

.lni-arrow-both-direction-2::before {
  content: "\eaa2";
}

.lni-arrow-both-direction-3::before {
  content: "\eaa3";
}

.lni-arrow-both-direction-4::before {
  content: "\eaa4";
}

.lni-arrow-both-direction-5::before {
  content: "\eaa5";
}

.lni-arrow-both-direction-6::before {
  content: "\eaa6";
}

.lni-arrow-both-direction-7::before {
  content: "\eaa7";
}

.lni-arrow-both-direction-8::before {
  content: "\eaa8";
}

.lni-arrow-both-direction-horizontal::before {
  content: "\eaa9";
}

.lni-arrow-both-direction-horizontal-1::before {
  content: "\eaaa";
}

.lni-arrow-both-direction-horizontal-2::before {
  content: "\eaab";
}

.lni-arrow-both-direction-vertical::before {
  content: "\eaac";
}

.lni-arrow-both-direction-vertical-1::before {
  content: "\eaad";
}

.lni-arrow-both-direction-vertical-2::before {
  content: "\eaae";
}

.lni-arrow-circle-down::before {
  content: "\eaaf";
}

.lni-arrow-circle-left::before {
  content: "\eab0";
}

.lni-arrow-circle-right::before {
  content: "\eab1";
}

.lni-arrow-curved-multiple-both-horizontal::before {
  content: "\eab2";
}

.lni-arrow-curved-multiple-both-vertical::before {
  content: "\eab3";
}

.lni-arrow-curved-multiple-down::before {
  content: "\eab4";
}

.lni-arrow-curved-multiple-left::before {
  content: "\eab5";
}

.lni-arrow-curved-multiple-right::before {
  content: "\eab6";
}

.lni-arrow-curved-multiple-up::before {
  content: "\eab7";
}

.lni-arrow-diamond-down::before {
  content: "\eab8";
}

.lni-arrow-diamond-left::before {
  content: "\eab9";
}

.lni-arrow-double-both-direction-1::before {
  content: "\eaba";
}

.lni-arrow-double-center-horizontal::before {
  content: "\eabb";
}

.lni-arrow-double-center-vertical::before {
  content: "\eabc";
}

.lni-arrow-double-downward::before {
  content: "\eabd";
}

.lni-arrow-double-left::before {
  content: "\eabe";
}

.lni-arrow-double-right::before {
  content: "\eabf";
}

.lni-arrow-double-upward::before {
  content: "\eac0";
}

.lni-arrow-downward::before {
  content: "\eac1";
}

.lni-arrow-left::before {
  content: "\eac2";
}

.lni-arrow-left-circle::before {
  content: "\eac3";
}

.lni-arrow-left-right::before {
  content: "\eac4";
}

.lni-arrow-left-square::before {
  content: "\eac5";
}

.lni-arrow-line-down::before {
  content: "\eac6";
}

.lni-arrow-line-left::before {
  content: "\eac7";
}

.lni-arrow-right::before {
  content: "\eac8";
}

.lni-arrow-right-circle::before {
  content: "\eac9";
}

.lni-arrow-right-left::before {
  content: "\eaca";
}

.lni-arrow-right-square::before {
  content: "\eacb";
}

.lni-arrow-square-down::before {
  content: "\eacc";
}

.lni-arrow-square-left::before {
  content: "\eacd";
}

.lni-arrow-tripple-direction::before {
  content: "\eace";
}

.lni-arrow-up-down-1::before {
  content: "\eacf";
}

.lni-arrow-up-down-2::before {
  content: "\ead0";
}

.lni-arrow-upward::before {
  content: "\ead1";
}

.lni-asana::before {
  content: "\ead2";
}

.lni-astro::before {
  content: "\ead3";
}

.lni-atlassian::before {
  content: "\ead4";
}

.lni-atm-rechtangle::before {
  content: "\ead5";
}

.lni-atom::before {
  content: "\ead6";
}

.lni-audi::before {
  content: "\ead7";
}

.lni-audi-alt::before {
  content: "\ead8";
}

.lni-avocado::before {
  content: "\ead9";
}

.lni-award-1::before {
  content: "\eada";
}

.lni-award-2::before {
  content: "\eadb";
}

.lni-award-3::before {
  content: "\eadc";
}

.lni-award-4::before {
  content: "\eadd";
}

.lni-award-5::before {
  content: "\eade";
}

.lni-award-6::before {
  content: "\eadf";
}

.lni-award-7::before {
  content: "\eae0";
}

.lni-aws::before {
  content: "\eae1";
}

.lni-axe::before {
  content: "\eae2";
}

.lni-azure::before {
  content: "\eae3";
}

.lni-baby::before {
  content: "\eae4";
}

.lni-backpack-1::before {
  content: "\eae5";
}

.lni-backpack-2::before {
  content: "\eae6";
}

.lni-backspace-left::before {
  content: "\eae7";
}

.lni-backspace-right::before {
  content: "\eae8";
}

.lni-backward::before {
  content: "\eae9";
}

.lni-bacon::before {
  content: "\eaea";
}

.lni-bacteria::before {
  content: "\eaeb";
}

.lni-badge::before {
  content: "\eaec";
}

.lni-badge-bolt-1::before {
  content: "\eaed";
}

.lni-badge-bolt-2::before {
  content: "\eaee";
}

.lni-badge-check::before {
  content: "\eaef";
}

.lni-badge-circle::before {
  content: "\eaf0";
}

.lni-badge-decagram-dollar::before {
  content: "\eaf1";
}

.lni-badge-decagram-percent::before {
  content: "\eaf2";
}

.lni-badge-dollar-1::before {
  content: "\eaf3";
}

.lni-badge-heart::before {
  content: "\eaf4";
}

.lni-badge-number::before {
  content: "\eaf5";
}

.lni-badge-shield::before {
  content: "\eaf6";
}

.lni-badge-shield-dollar::before {
  content: "\eaf7";
}

.lni-badge-star::before {
  content: "\eaf8";
}

.lni-badge-star-1::before {
  content: "\eaf9";
}

.lni-badge-star-2::before {
  content: "\eafa";
}

.lni-badge-star-3::before {
  content: "\eafb";
}

.lni-badge-star-dollar::before {
  content: "\eafc";
}

.lni-badge-star-percent::before {
  content: "\eafd";
}

.lni-bag-1::before {
  content: "\eafe";
}

.lni-bag-10::before {
  content: "\eaff";
}

.lni-bag-2::before {
  content: "\eb00";
}

.lni-bag-3::before {
  content: "\eb01";
}

.lni-bag-4::before {
  content: "\eb02";
}

.lni-bag-5::before {
  content: "\eb03";
}

.lni-bag-6::before {
  content: "\eb04";
}

.lni-bag-7::before {
  content: "\eb05";
}

.lni-bag-8::before {
  content: "\eb06";
}

.lni-bag-9::before {
  content: "\eb07";
}

.lni-bag-bitcoin::before {
  content: "\eb08";
}

.lni-bag-gym::before {
  content: "\eb09";
}

.lni-bag-shopping-1::before {
  content: "\eb0a";
}

.lni-bag-shopping-10::before {
  content: "\eb0b";
}

.lni-bag-shopping-2::before {
  content: "\eb0c";
}

.lni-bag-shopping-3::before {
  content: "\eb0d";
}

.lni-bag-shopping-4::before {
  content: "\eb0e";
}

.lni-bag-shopping-5::before {
  content: "\eb0f";
}

.lni-bag-shopping-6::before {
  content: "\eb10";
}

.lni-bag-shopping-7::before {
  content: "\eb11";
}

.lni-bag-shopping-8::before {
  content: "\eb12";
}

.lni-bag-shopping-9::before {
  content: "\eb13";
}

.lni-bag-shopping-arrow-downward::before {
  content: "\eb14";
}

.lni-bag-shopping-arrow-left::before {
  content: "\eb15";
}

.lni-bag-shopping-arrow-right::before {
  content: "\eb16";
}

.lni-bag-shopping-arrow-upward::before {
  content: "\eb17";
}

.lni-bag-shopping-chart::before {
  content: "\eb18";
}

.lni-bag-shopping-check-circle::before {
  content: "\eb19";
}

.lni-bag-shopping-disabled-1::before {
  content: "\eb1a";
}

.lni-bag-shopping-disabled-2::before {
  content: "\eb1b";
}

.lni-bag-shopping-dollar::before {
  content: "\eb1c";
}

.lni-bag-shopping-fire::before {
  content: "\eb1d";
}

.lni-bag-shopping-food::before {
  content: "\eb1e";
}

.lni-bag-shopping-heart::before {
  content: "\eb1f";
}

.lni-bag-shopping-heart-circle::before {
  content: "\eb20";
}

.lni-bag-shopping-leaf::before {
  content: "\eb21";
}

.lni-bag-shopping-list::before {
  content: "\eb22";
}

.lni-bag-shopping-locked::before {
  content: "\eb23";
}

.lni-bag-shopping-map-marker::before {
  content: "\eb24";
}

.lni-bag-shopping-minus-circle::before {
  content: "\eb25";
}

.lni-bag-shopping-money::before {
  content: "\eb26";
}

.lni-bag-shopping-moon::before {
  content: "\eb27";
}

.lni-bag-shopping-moving::before {
  content: "\eb28";
}

.lni-bag-shopping-multiple::before {
  content: "\eb29";
}

.lni-bag-shopping-nfc::before {
  content: "\eb2a";
}

.lni-bag-shopping-paperclip::before {
  content: "\eb2b";
}

.lni-bag-shopping-percent::before {
  content: "\eb2c";
}

.lni-bag-shopping-phone::before {
  content: "\eb2d";
}

.lni-bag-shopping-plus-circle::before {
  content: "\eb2e";
}

.lni-bag-shopping-question-mark::before {
  content: "\eb2f";
}

.lni-bag-shopping-recycle::before {
  content: "\eb30";
}

.lni-bag-shopping-refresh::before {
  content: "\eb31";
}

.lni-bag-shopping-search::before {
  content: "\eb32";
}

.lni-bag-shopping-shield::before {
  content: "\eb33";
}

.lni-bag-shopping-smile::before {
  content: "\eb34";
}

.lni-bag-shopping-star::before {
  content: "\eb35";
}

.lni-bag-shopping-sun::before {
  content: "\eb36";
}

.lni-bag-shopping-time::before {
  content: "\eb37";
}

.lni-bag-shopping-timer::before {
  content: "\eb38";
}

.lni-bag-shopping-unlocked::before {
  content: "\eb39";
}

.lni-bag-shopping-user::before {
  content: "\eb3a";
}

.lni-bag-shopping-vr::before {
  content: "\eb3b";
}

.lni-bag-shopping-xmark-circle::before {
  content: "\eb3c";
}

.lni-baguette-1::before {
  content: "\eb3d";
}

.lni-baguette-2::before {
  content: "\eb3e";
}

.lni-balance-finance::before {
  content: "\eb3f";
}

.lni-balloon-1::before {
  content: "\eb40";
}

.lni-balloon-2::before {
  content: "\eb41";
}

.lni-balloon-heart::before {
  content: "\eb42";
}

.lni-balloon-rope-1::before {
  content: "\eb43";
}

.lni-balloon-rope-2::before {
  content: "\eb44";
}

.lni-balloon-rope-3::before {
  content: "\eb45";
}

.lni-balloons::before {
  content: "\eb46";
}

.lni-balloons-heart-1::before {
  content: "\eb47";
}

.lni-balloons-heart-2::before {
  content: "\eb48";
}

.lni-ban-1::before {
  content: "\eb49";
}

.lni-ban-2::before {
  content: "\eb4a";
}

.lni-ban-battery::before {
  content: "\eb4b";
}

.lni-ban-brickfield::before {
  content: "\eb4c";
}

.lni-ban-bug::before {
  content: "\eb4d";
}

.lni-ban-burger::before {
  content: "\eb4e";
}

.lni-ban-cigarette::before {
  content: "\eb4f";
}

.lni-ban-drinks::before {
  content: "\eb50";
}

.lni-ban-id::before {
  content: "\eb51";
}

.lni-ban-leaf::before {
  content: "\eb52";
}

.lni-ban-money::before {
  content: "\eb53";
}

.lni-ban-music::before {
  content: "\eb54";
}

.lni-ban-parking::before {
  content: "\eb55";
}

.lni-ban-phone::before {
  content: "\eb56";
}

.lni-ban-plastic::before {
  content: "\eb57";
}

.lni-ban-user::before {
  content: "\eb58";
}

.lni-banana::before {
  content: "\eb59";
}

.lni-bananas::before {
  content: "\eb5a";
}

.lni-bandage-1::before {
  content: "\eb5b";
}

.lni-bandage-2::before {
  content: "\eb5c";
}

.lni-bandage-leg::before {
  content: "\eb5d";
}

.lni-bank-1::before {
  content: "\eb5e";
}

.lni-bank-2::before {
  content: "\eb5f";
}

.lni-bank-3::before {
  content: "\eb60";
}

.lni-bar-chart-1::before {
  content: "\eb61";
}

.lni-bar-chart-2::before {
  content: "\eb62";
}

.lni-bar-chart-3::before {
  content: "\eb63";
}

.lni-bar-chart-4::before {
  content: "\eb64";
}

.lni-bar-chart-5::before {
  content: "\eb65";
}

.lni-bar-chart-6::before {
  content: "\eb66";
}

.lni-bar-chart-7::before {
  content: "\eb67";
}

.lni-bar-chart-arrow-down::before {
  content: "\eb68";
}

.lni-bar-chart-arrow-up::before {
  content: "\eb69";
}

.lni-bar-chart-dollar::before {
  content: "\eb6a";
}

.lni-bar-chart-rocket-1::before {
  content: "\eb6b";
}

.lni-bar-chart-rocket-2::before {
  content: "\eb6c";
}

.lni-bar-chart-search::before {
  content: "\eb6d";
}

.lni-bar-chart-square::before {
  content: "\eb6e";
}

.lni-bar-code::before {
  content: "\eb6f";
}

.lni-bar-code-scan::before {
  content: "\eb70";
}

.lni-bar-code-search::before {
  content: "\eb71";
}

.lni-barn::before {
  content: "\eb72";
}

.lni-basket-shopping-1::before {
  content: "\eb73";
}

.lni-basket-shopping-2::before {
  content: "\eb74";
}

.lni-basket-shopping-3::before {
  content: "\eb75";
}

.lni-basket-shopping-arrow-downward::before {
  content: "\eb76";
}

.lni-basket-shopping-arrow-left::before {
  content: "\eb77";
}

.lni-basket-shopping-arrow-right::before {
  content: "\eb78";
}

.lni-basket-shopping-arrow-upward::before {
  content: "\eb79";
}

.lni-basket-shopping-chart::before {
  content: "\eb7a";
}

.lni-basket-shopping-check-circle::before {
  content: "\eb7b";
}

.lni-basket-shopping-disabled-1::before {
  content: "\eb7c";
}

.lni-basket-shopping-disabled-2::before {
  content: "\eb7d";
}

.lni-basket-shopping-dollar::before {
  content: "\eb7e";
}

.lni-basket-shopping-fire::before {
  content: "\eb7f";
}

.lni-basket-shopping-food::before {
  content: "\eb80";
}

.lni-basket-shopping-heart::before {
  content: "\eb81";
}

.lni-basket-shopping-heart-circle::before {
  content: "\eb82";
}

.lni-basket-shopping-leaf::before {
  content: "\eb83";
}

.lni-basket-shopping-list::before {
  content: "\eb84";
}

.lni-basket-shopping-locked::before {
  content: "\eb85";
}

.lni-basket-shopping-map-marker::before {
  content: "\eb86";
}

.lni-basket-shopping-minus-circle::before {
  content: "\eb87";
}

.lni-basket-shopping-money::before {
  content: "\eb88";
}

.lni-basket-shopping-moon::before {
  content: "\eb89";
}

.lni-basket-shopping-nfc::before {
  content: "\eb8a";
}

.lni-basket-shopping-paperclip::before {
  content: "\eb8b";
}

.lni-basket-shopping-percent::before {
  content: "\eb8c";
}

.lni-basket-shopping-phone::before {
  content: "\eb8d";
}

.lni-basket-shopping-plus-circle::before {
  content: "\eb8e";
}

.lni-basket-shopping-question-mark::before {
  content: "\eb8f";
}

.lni-basket-shopping-recycle::before {
  content: "\eb90";
}

.lni-basket-shopping-refresh::before {
  content: "\eb91";
}

.lni-basket-shopping-search::before {
  content: "\eb92";
}

.lni-basket-shopping-shield::before {
  content: "\eb93";
}

.lni-basket-shopping-smile::before {
  content: "\eb94";
}

.lni-basket-shopping-star::before {
  content: "\eb95";
}

.lni-basket-shopping-sun::before {
  content: "\eb96";
}

.lni-basket-shopping-time::before {
  content: "\eb97";
}

.lni-basket-shopping-timer::before {
  content: "\eb98";
}

.lni-basket-shopping-unlocked::before {
  content: "\eb99";
}

.lni-basket-shopping-user::before {
  content: "\eb9a";
}

.lni-basket-shopping-vr::before {
  content: "\eb9b";
}

.lni-basket-shopping-xmark-circle::before {
  content: "\eb9c";
}

.lni-bat::before {
  content: "\eb9d";
}

.lni-battery-100-percent-full-horizontal::before {
  content: "\eb9e";
}

.lni-battery-100-percent-full-vertical::before {
  content: "\eb9f";
}

.lni-battery-25-percent-horizontal::before {
  content: "\eba0";
}

.lni-battery-25-percent-vertical::before {
  content: "\eba1";
}

.lni-battery-50-percent-horizontal::before {
  content: "\eba2";
}

.lni-battery-50-percent-vertical::before {
  content: "\eba3";
}

.lni-battery-75-percent-horizontal::before {
  content: "\eba4";
}

.lni-battery-75-percent-vertical::before {
  content: "\eba5";
}

.lni-battery-bar-chart::before {
  content: "\eba6";
}

.lni-battery-beat::before {
  content: "\eba7";
}

.lni-battery-bolt::before {
  content: "\eba8";
}

.lni-battery-car::before {
  content: "\eba9";
}

.lni-battery-car-bar-chart::before {
  content: "\ebaa";
}

.lni-battery-car-beat::before {
  content: "\ebab";
}

.lni-battery-car-bolt::before {
  content: "\ebac";
}

.lni-battery-car-charging::before {
  content: "\ebad";
}

.lni-battery-car-check-circle::before {
  content: "\ebae";
}

.lni-battery-car-disabled-1::before {
  content: "\ebaf";
}

.lni-battery-car-disabled-2::before {
  content: "\ebb0";
}

.lni-battery-car-error-circle::before {
  content: "\ebb1";
}

.lni-battery-car-fire::before {
  content: "\ebb2";
}

.lni-battery-car-gear::before {
  content: "\ebb3";
}

.lni-battery-car-info-circle::before {
  content: "\ebb4";
}

.lni-battery-car-leaf::before {
  content: "\ebb5";
}

.lni-battery-car-minus-circle::before {
  content: "\ebb6";
}

.lni-battery-car-percent::before {
  content: "\ebb7";
}

.lni-battery-car-percent-circle::before {
  content: "\ebb8";
}

.lni-battery-car-pie-chart::before {
  content: "\ebb9";
}

.lni-battery-car-plus-circle::before {
  content: "\ebba";
}

.lni-battery-car-plus-minus-1::before {
  content: "\ebbb";
}

.lni-battery-car-plus-minus-2::before {
  content: "\ebbc";
}

.lni-battery-car-refresh::before {
  content: "\ebbd";
}

.lni-battery-car-reload::before {
  content: "\ebbe";
}

.lni-battery-car-shield::before {
  content: "\ebbf";
}

.lni-battery-car-time::before {
  content: "\ebc0";
}

.lni-battery-car-timer::before {
  content: "\ebc1";
}

.lni-battery-car-user::before {
  content: "\ebc2";
}

.lni-battery-car-xmark-circle::before {
  content: "\ebc3";
}

.lni-battery-charging-horizontal::before {
  content: "\ebc4";
}

.lni-battery-charging-vertical::before {
  content: "\ebc5";
}

.lni-battery-check-circle::before {
  content: "\ebc6";
}

.lni-battery-disabled::before {
  content: "\ebc7";
}

.lni-battery-empty-horizontal::before {
  content: "\ebc8";
}

.lni-battery-empty-horizontal-disabled::before {
  content: "\ebc9";
}

.lni-battery-empty-vertical::before {
  content: "\ebca";
}

.lni-battery-empty-vertical-disabled::before {
  content: "\ebcb";
}

.lni-battery-error-circle::before {
  content: "\ebcc";
}

.lni-battery-fire::before {
  content: "\ebcd";
}

.lni-battery-gear::before {
  content: "\ebce";
}

.lni-battery-info-circle::before {
  content: "\ebcf";
}

.lni-battery-leaf::before {
  content: "\ebd0";
}

.lni-battery-minus-circle::before {
  content: "\ebd1";
}

.lni-battery-percent::before {
  content: "\ebd2";
}

.lni-battery-percent-circle::before {
  content: "\ebd3";
}

.lni-battery-phone::before {
  content: "\ebd4";
}

.lni-battery-pie-chart::before {
  content: "\ebd5";
}

.lni-battery-plus-circle::before {
  content: "\ebd6";
}

.lni-battery-plus-minus::before {
  content: "\ebd7";
}

.lni-battery-refresh::before {
  content: "\ebd8";
}

.lni-battery-reload::before {
  content: "\ebd9";
}

.lni-battery-shield::before {
  content: "\ebda";
}

.lni-battery-time::before {
  content: "\ebdb";
}

.lni-battery-timer::before {
  content: "\ebdc";
}

.lni-battery-user::before {
  content: "\ebdd";
}

.lni-battery-xmark-circle::before {
  content: "\ebde";
}

.lni-beach-1::before {
  content: "\ebdf";
}

.lni-beach-2::before {
  content: "\ebe0";
}

.lni-beach-3::before {
  content: "\ebe1";
}

.lni-beach-4::before {
  content: "\ebe2";
}

.lni-beach-5::before {
  content: "\ebe3";
}

.lni-beach-ball::before {
  content: "\ebe4";
}

.lni-beach-chair::before {
  content: "\ebe5";
}

.lni-beach-umbrella-1::before {
  content: "\ebe6";
}

.lni-beach-umbrella-2::before {
  content: "\ebe7";
}

.lni-beat::before {
  content: "\ebe8";
}

.lni-bed-heart::before {
  content: "\ebe9";
}

.lni-behance::before {
  content: "\ebea";
}

.lni-bell-1::before {
  content: "\ebeb";
}

.lni-bell-2::before {
  content: "\ebec";
}

.lni-bell-check-circle::before {
  content: "\ebed";
}

.lni-bell-disabled-1::before {
  content: "\ebee";
}

.lni-bell-disabled-2::before {
  content: "\ebef";
}

.lni-bell-error-circle::before {
  content: "\ebf0";
}

.lni-bell-fire::before {
  content: "\ebf1";
}

.lni-bell-gear::before {
  content: "\ebf2";
}

.lni-bell-heart::before {
  content: "\ebf3";
}

.lni-bell-locked::before {
  content: "\ebf4";
}

.lni-bell-minus-circle::before {
  content: "\ebf5";
}

.lni-bell-moon::before {
  content: "\ebf6";
}

.lni-bell-number-1::before {
  content: "\ebf7";
}

.lni-bell-number-10::before {
  content: "\ebf8";
}

.lni-bell-number-20::before {
  content: "\ebf9";
}

.lni-bell-number-50::before {
  content: "\ebfa";
}

.lni-bell-pencil::before {
  content: "\ebfb";
}

.lni-bell-plus-circle::before {
  content: "\ebfc";
}

.lni-bell-reload::before {
  content: "\ebfd";
}

.lni-bell-ringing::before {
  content: "\ebfe";
}

.lni-bell-sleep::before {
  content: "\ebff";
}

.lni-bell-star::before {
  content: "\ec00";
}

.lni-bell-sun::before {
  content: "\ec01";
}

.lni-bell-time::before {
  content: "\ec02";
}

.lni-bell-trash::before {
  content: "\ec03";
}

.lni-bell-user::before {
  content: "\ec04";
}

.lni-bell-wedding::before {
  content: "\ec05";
}

.lni-bell-wifi::before {
  content: "\ec06";
}

.lni-bell-xmark-circle::before {
  content: "\ec07";
}

.lni-bench-press::before {
  content: "\ec08";
}

.lni-beta::before {
  content: "\ec09";
}

.lni-beverage::before {
  content: "\ec0a";
}

.lni-bike::before {
  content: "\ec0b";
}

.lni-billboard-ad::before {
  content: "\ec0c";
}

.lni-billboard-bulb-1::before {
  content: "\ec0d";
}

.lni-billboard-bulb-2::before {
  content: "\ec0e";
}

.lni-billboard-disabled-1::before {
  content: "\ec0f";
}

.lni-billboard-disabled-2::before {
  content: "\ec10";
}

.lni-billboard-empty::before {
  content: "\ec11";
}

.lni-billboard-fire::before {
  content: "\ec12";
}

.lni-billboard-number-50::before {
  content: "\ec13";
}

.lni-billboard-one-stand::before {
  content: "\ec14";
}

.lni-billboard-one-stand-lights::before {
  content: "\ec15";
}

.lni-billboard-star::before {
  content: "\ec16";
}

.lni-billboard-text::before {
  content: "\ec17";
}

.lni-billboard-two-stand-lights::before {
  content: "\ec18";
}

.lni-billboard-two-stand-lights-texts::before {
  content: "\ec19";
}

.lni-billboard-video::before {
  content: "\ec1a";
}

.lni-bin-recycle-circle::before {
  content: "\ec1b";
}

.lni-bin-recycle-triangle::before {
  content: "\ec1c";
}

.lni-bing::before {
  content: "\ec1d";
}

.lni-binoculars::before {
  content: "\ec1e";
}

.lni-bird::before {
  content: "\ec1f";
}

.lni-bitbucket::before {
  content: "\ec20";
}

.lni-bitcoin::before {
  content: "\ec21";
}

.lni-bitcoin-circle::before {
  content: "\ec22";
}

.lni-bitcoin-trend-down::before {
  content: "\ec23";
}

.lni-bitcoin-trend-up::before {
  content: "\ec24";
}

.lni-bittorrent::before {
  content: "\ec25";
}

.lni-blade::before {
  content: "\ec26";
}

.lni-blade-sign-ad::before {
  content: "\ec27";
}

.lni-blade-sign-rechtangle::before {
  content: "\ec28";
}

.lni-blade-sign-rechtangle-h::before {
  content: "\ec29";
}

.lni-blade-sign-rechtangle-plus::before {
  content: "\ec2a";
}

.lni-blade-sign-square::before {
  content: "\ec2b";
}

.lni-blade-sign-square-h::before {
  content: "\ec2c";
}

.lni-blade-sign-square-plus::before {
  content: "\ec2d";
}

.lni-blender::before {
  content: "\ec2e";
}

.lni-blogger::before {
  content: "\ec2f";
}

.lni-blogger-alt::before {
  content: "\ec30";
}

.lni-bluetooth::before {
  content: "\ec31";
}

.lni-bluetooth-circle::before {
  content: "\ec32";
}

.lni-bluetooth-connected::before {
  content: "\ec33";
}

.lni-bluetooth-earphone::before {
  content: "\ec34";
}

.lni-bluetooth-logo::before {
  content: "\ec35";
}

.lni-bluetooth-square::before {
  content: "\ec36";
}

.lni-bmw::before {
  content: "\ec37";
}

.lni-board-writing-1::before {
  content: "\ec38";
}

.lni-board-writing-2::before {
  content: "\ec39";
}

.lni-board-writing-3::before {
  content: "\ec3a";
}

.lni-board-writing-4::before {
  content: "\ec3b";
}

.lni-boat-1::before {
  content: "\ec3c";
}

.lni-boat-2::before {
  content: "\ec3d";
}

.lni-boat-3::before {
  content: "\ec3e";
}

.lni-bold::before {
  content: "\ec3f";
}

.lni-bolt-1::before {
  content: "\ec40";
}

.lni-bolt-2::before {
  content: "\ec41";
}

.lni-bolt-3::before {
  content: "\ec42";
}

.lni-bone::before {
  content: "\ec43";
}

.lni-bone-cracked::before {
  content: "\ec44";
}

.lni-book-1::before {
  content: "\ec45";
}

.lni-book-2::before {
  content: "\ec46";
}

.lni-book-3::before {
  content: "\ec47";
}

.lni-book-4::before {
  content: "\ec48";
}

.lni-book-legal::before {
  content: "\ec49";
}

.lni-book-open::before {
  content: "\ec4a";
}

.lni-book-open-bulb::before {
  content: "\ec4b";
}

.lni-bookmark-1::before {
  content: "\ec4c";
}

.lni-bookmark-1-disabled::before {
  content: "\ec4d";
}

.lni-bookmark-2::before {
  content: "\ec4e";
}

.lni-bookmark-2-disabled::before {
  content: "\ec4f";
}

.lni-bookmark-3::before {
  content: "\ec50";
}

.lni-bookmark-3-disabled::before {
  content: "\ec51";
}

.lni-bookmark-4::before {
  content: "\ec52";
}

.lni-bookmark-badge::before {
  content: "\ec53";
}

.lni-bookmark-book::before {
  content: "\ec54";
}

.lni-bookmark-check::before {
  content: "\ec55";
}

.lni-bookmark-check-circle::before {
  content: "\ec56";
}

.lni-bookmark-circle::before {
  content: "\ec57";
}

.lni-bookmark-cloud::before {
  content: "\ec58";
}

.lni-bookmark-disabled-2::before {
  content: "\ec59";
}

.lni-bookmark-document::before {
  content: "\ec5a";
}

.lni-bookmark-download::before {
  content: "\ec5b";
}

.lni-bookmark-error-circle::before {
  content: "\ec5c";
}

.lni-bookmark-gear::before {
  content: "\ec5d";
}

.lni-bookmark-heart::before {
  content: "\ec5e";
}

.lni-bookmark-heart-circle::before {
  content: "\ec5f";
}

.lni-bookmark-link::before {
  content: "\ec60";
}

.lni-bookmark-locked::before {
  content: "\ec61";
}

.lni-bookmark-minus::before {
  content: "\ec62";
}

.lni-bookmark-minus-circle::before {
  content: "\ec63";
}

.lni-bookmark-paperclip::before {
  content: "\ec64";
}

.lni-bookmark-pencil::before {
  content: "\ec65";
}

.lni-bookmark-phone::before {
  content: "\ec66";
}

.lni-bookmark-plus::before {
  content: "\ec67";
}

.lni-bookmark-plus-circle::before {
  content: "\ec68";
}

.lni-bookmark-search::before {
  content: "\ec69";
}

.lni-bookmark-search-1::before {
  content: "\ec6a";
}

.lni-bookmark-search-2::before {
  content: "\ec6b";
}

.lni-bookmark-shield::before {
  content: "\ec6c";
}

.lni-bookmark-square-1::before {
  content: "\ec6d";
}

.lni-bookmark-square-2::before {
  content: "\ec6e";
}

.lni-bookmark-star::before {
  content: "\ec6f";
}

.lni-bookmark-star-1::before {
  content: "\ec70";
}

.lni-bookmark-star-2::before {
  content: "\ec71";
}

.lni-bookmark-trash::before {
  content: "\ec72";
}

.lni-bookmark-unlocked::before {
  content: "\ec73";
}

.lni-bookmark-upload::before {
  content: "\ec74";
}

.lni-bookmark-xmark::before {
  content: "\ec75";
}

.lni-bookmark-xmark-circle::before {
  content: "\ec76";
}

.lni-bookmarks-disabled::before {
  content: "\ec77";
}

.lni-books-1::before {
  content: "\ec78";
}

.lni-books-2::before {
  content: "\ec79";
}

.lni-boom-box::before {
  content: "\ec7a";
}

.lni-bootstrap-5::before {
  content: "\ec7b";
}

.lni-bootstrap-5-square::before {
  content: "\ec7c";
}

.lni-bot::before {
  content: "\ec7d";
}

.lni-bot-1-angry::before {
  content: "\ec7e";
}

.lni-bot-1-cute::before {
  content: "\ec7f";
}

.lni-bot-1-error::before {
  content: "\ec80";
}

.lni-bot-1-happy::before {
  content: "\ec81";
}

.lni-bot-1-nutral-1::before {
  content: "\ec82";
}

.lni-bot-1-nutral-2::before {
  content: "\ec83";
}

.lni-bot-1-sad::before {
  content: "\ec84";
}

.lni-bot-2-angry::before {
  content: "\ec85";
}

.lni-bot-2-cute::before {
  content: "\ec86";
}

.lni-bot-2-error::before {
  content: "\ec87";
}

.lni-bot-2-happy::before {
  content: "\ec88";
}

.lni-bot-2-nutral-1::before {
  content: "\ec89";
}

.lni-bot-2-nutral-2::before {
  content: "\ec8a";
}

.lni-bot-2-sad::before {
  content: "\ec8b";
}

.lni-bot-3-angry::before {
  content: "\ec8c";
}

.lni-bot-3-cute::before {
  content: "\ec8d";
}

.lni-bot-3-error::before {
  content: "\ec8e";
}

.lni-bot-3-happy::before {
  content: "\ec8f";
}

.lni-bot-3-nutral-1::before {
  content: "\ec90";
}

.lni-bot-3-nutral-2::before {
  content: "\ec91";
}

.lni-bot-3-sad::before {
  content: "\ec92";
}

.lni-bot-user-1::before {
  content: "\ec93";
}

.lni-bot-user-2::before {
  content: "\ec94";
}

.lni-bot-user-3::before {
  content: "\ec95";
}

.lni-bouquet::before {
  content: "\ec96";
}

.lni-bow-arrow::before {
  content: "\ec97";
}

.lni-bow-tie-1::before {
  content: "\ec98";
}

.lni-bow-tie-2::before {
  content: "\ec99";
}

.lni-bowl::before {
  content: "\ec9a";
}

.lni-bowl-noodles-1::before {
  content: "\ec9b";
}

.lni-bowl-noodles-2::before {
  content: "\ec9c";
}

.lni-bowl-noodles-3::before {
  content: "\ec9d";
}

.lni-bowl-soup::before {
  content: "\ec9e";
}

.lni-bowl-soup-1::before {
  content: "\ec9f";
}

.lni-bowl-soup-2::before {
  content: "\eca0";
}

.lni-bowl-soup-3::before {
  content: "\eca1";
}

.lni-box-archive-1::before {
  content: "\eca2";
}

.lni-box-archive-2::before {
  content: "\eca3";
}

.lni-box-arrow-downward::before {
  content: "\eca4";
}

.lni-box-arrow-left::before {
  content: "\eca5";
}

.lni-box-arrow-right::before {
  content: "\eca6";
}

.lni-box-arrow-upward::before {
  content: "\eca7";
}

.lni-box-badge::before {
  content: "\eca8";
}

.lni-box-bar-chart::before {
  content: "\eca9";
}

.lni-box-bolt::before {
  content: "\ecaa";
}

.lni-box-book::before {
  content: "\ecab";
}

.lni-box-check::before {
  content: "\ecac";
}

.lni-box-check-circle::before {
  content: "\ecad";
}

.lni-box-chip::before {
  content: "\ecae";
}

.lni-box-closed::before {
  content: "\ecaf";
}

.lni-box-cloud::before {
  content: "\ecb0";
}

.lni-box-code::before {
  content: "\ecb1";
}

.lni-box-cube-3D::before {
  content: "\ecb2";
}

.lni-box-dollar::before {
  content: "\ecb3";
}

.lni-box-download::before {
  content: "\ecb4";
}

.lni-box-error-circle::before {
  content: "\ecb5";
}

.lni-box-eye::before {
  content: "\ecb6";
}

.lni-box-fire::before {
  content: "\ecb7";
}

.lni-box-gift-1::before {
  content: "\ecb8";
}

.lni-box-gift-2::before {
  content: "\ecb9";
}

.lni-box-gift-love::before {
  content: "\ecba";
}

.lni-box-heart::before {
  content: "\ecbb";
}

.lni-box-heart-circle::before {
  content: "\ecbc";
}

.lni-box-info-circle::before {
  content: "\ecbd";
}

.lni-box-iot::before {
  content: "\ecbe";
}

.lni-box-leaf::before {
  content: "\ecbf";
}

.lni-box-link::before {
  content: "\ecc0";
}

.lni-box-lokced::before {
  content: "\ecc1";
}

.lni-box-map-marker::before {
  content: "\ecc2";
}

.lni-box-minus-circle::before {
  content: "\ecc3";
}

.lni-box-number-1::before {
  content: "\ecc4";
}

.lni-box-number-10::before {
  content: "\ecc5";
}

.lni-box-number-20::before {
  content: "\ecc6";
}

.lni-box-number-50::before {
  content: "\ecc7";
}

.lni-box-open-1::before {
  content: "\ecc8";
}

.lni-box-open-2::before {
  content: "\ecc9";
}

.lni-box-open-3::before {
  content: "\ecca";
}

.lni-box-open-4::before {
  content: "\eccb";
}

.lni-box-open-5::before {
  content: "\eccc";
}

.lni-box-paperclip::before {
  content: "\eccd";
}

.lni-box-parachute-1::before {
  content: "\ecce";
}

.lni-box-parachute-2::before {
  content: "\eccf";
}

.lni-box-pencil::before {
  content: "\ecd0";
}

.lni-box-percent::before {
  content: "\ecd1";
}

.lni-box-percent-circle::before {
  content: "\ecd2";
}

.lni-box-phone::before {
  content: "\ecd3";
}

.lni-box-pie-chart::before {
  content: "\ecd4";
}

.lni-box-pin-1::before {
  content: "\ecd5";
}

.lni-box-pin-2::before {
  content: "\ecd6";
}

.lni-box-play::before {
  content: "\ecd7";
}

.lni-box-plus::before {
  content: "\ecd8";
}

.lni-box-plus-circle::before {
  content: "\ecd9";
}

.lni-box-plus-minus::before {
  content: "\ecda";
}

.lni-box-question-mark::before {
  content: "\ecdb";
}

.lni-box-redo::before {
  content: "\ecdc";
}

.lni-box-refresh::before {
  content: "\ecdd";
}

.lni-box-reload::before {
  content: "\ecde";
}

.lni-box-search::before {
  content: "\ecdf";
}

.lni-box-settings::before {
  content: "\ece0";
}

.lni-box-share-1::before {
  content: "\ece1";
}

.lni-box-share-2::before {
  content: "\ece2";
}

.lni-box-shield::before {
  content: "\ece3";
}

.lni-box-star::before {
  content: "\ece4";
}

.lni-box-swap::before {
  content: "\ece5";
}

.lni-box-tapped-1::before {
  content: "\ece6";
}

.lni-box-tapped-2::before {
  content: "\ece7";
}

.lni-box-tapped-3::before {
  content: "\ece8";
}

.lni-box-tapped-4::before {
  content: "\ece9";
}

.lni-box-tapped-moving-1::before {
  content: "\ecea";
}

.lni-box-tapped-moving-2::before {
  content: "\eceb";
}

.lni-box-thumbs-down::before {
  content: "\ecec";
}

.lni-box-thumbs-up::before {
  content: "\eced";
}

.lni-box-time::before {
  content: "\ecee";
}

.lni-box-timer::before {
  content: "\ecef";
}

.lni-box-trash::before {
  content: "\ecf0";
}

.lni-box-trend-down::before {
  content: "\ecf1";
}

.lni-box-trend-up::before {
  content: "\ecf2";
}

.lni-box-undo::before {
  content: "\ecf3";
}

.lni-box-unlocked::before {
  content: "\ecf4";
}

.lni-box-upload::before {
  content: "\ecf5";
}

.lni-box-user::before {
  content: "\ecf6";
}

.lni-box-xmark::before {
  content: "\ecf7";
}

.lni-box-xmark-circle::before {
  content: "\ecf8";
}

.lni-boxes-stacked-1::before {
  content: "\ecf9";
}

.lni-boxes-stacked-2::before {
  content: "\ecfa";
}

.lni-bracelet::before {
  content: "\ecfb";
}

.lni-bracket-code::before {
  content: "\ecfc";
}

.lni-bracket-curly::before {
  content: "\ecfd";
}

.lni-bracket-curly-left::before {
  content: "\ecfe";
}

.lni-bracket-curly-right::before {
  content: "\ecff";
}

.lni-bracket-square::before {
  content: "\ed00";
}

.lni-bracket-square-left::before {
  content: "\ed01";
}

.lni-bracket-square-right::before {
  content: "\ed02";
}

.lni-brain-1::before {
  content: "\ed03";
}

.lni-brain-1-check-circle::before {
  content: "\ed04";
}

.lni-brain-2::before {
  content: "\ed05";
}

.lni-brain-2-check-circle::before {
  content: "\ed06";
}

.lni-brave::before {
  content: "\ed07";
}

.lni-bread::before {
  content: "\ed08";
}

.lni-brick-wall-1::before {
  content: "\ed09";
}

.lni-brick-wall-2::before {
  content: "\ed0a";
}

.lni-brick-wall-3::before {
  content: "\ed0b";
}

.lni-bricks::before {
  content: "\ed0c";
}

.lni-bridge-1::before {
  content: "\ed0d";
}

.lni-bridge-2::before {
  content: "\ed0e";
}

.lni-bridge-3::before {
  content: "\ed0f";
}

.lni-bridge-4::before {
  content: "\ed10";
}

.lni-bridge-5::before {
  content: "\ed11";
}

.lni-bridge-6::before {
  content: "\ed12";
}

.lni-bridge-7::before {
  content: "\ed13";
}

.lni-briefcase-1::before {
  content: "\ed14";
}

.lni-briefcase-2::before {
  content: "\ed15";
}

.lni-briefcase-3::before {
  content: "\ed16";
}

.lni-briefcase-4::before {
  content: "\ed17";
}

.lni-briefcase-5::before {
  content: "\ed18";
}

.lni-briefcase-6::before {
  content: "\ed19";
}

.lni-briefcase-7::before {
  content: "\ed1a";
}

.lni-briefcase-8::before {
  content: "\ed1b";
}

.lni-briefcase-beat::before {
  content: "\ed1c";
}

.lni-briefcase-bulb::before {
  content: "\ed1d";
}

.lni-briefcase-heart::before {
  content: "\ed1e";
}

.lni-briefcase-plus-1::before {
  content: "\ed1f";
}

.lni-briefcase-plus-2::before {
  content: "\ed20";
}

.lni-briefcase-plus-3::before {
  content: "\ed21";
}

.lni-broccoli::before {
  content: "\ed22";
}

.lni-broom::before {
  content: "\ed23";
}

.lni-browser-1::before {
  content: "\ed24";
}

.lni-browser-2nd-bracket::before {
  content: "\ed25";
}

.lni-browser-3-dot::before {
  content: "\ed26";
}

.lni-browser-3-dot-circle::before {
  content: "\ed27";
}

.lni-browser-ai::before {
  content: "\ed28";
}

.lni-browser-audio::before {
  content: "\ed29";
}

.lni-browser-badge::before {
  content: "\ed2a";
}

.lni-browser-binary::before {
  content: "\ed2b";
}

.lni-browser-bitcoin::before {
  content: "\ed2c";
}

.lni-browser-bolt::before {
  content: "\ed2d";
}

.lni-browser-bookmark::before {
  content: "\ed2e";
}

.lni-browser-bulb::before {
  content: "\ed2f";
}

.lni-browser-check::before {
  content: "\ed30";
}

.lni-browser-check-circle::before {
  content: "\ed31";
}

.lni-browser-chip::before {
  content: "\ed32";
}

.lni-browser-cloud::before {
  content: "\ed33";
}

.lni-browser-code::before {
  content: "\ed34";
}

.lni-browser-crypto::before {
  content: "\ed35";
}

.lni-browser-cursor::before {
  content: "\ed36";
}

.lni-browser-database::before {
  content: "\ed37";
}

.lni-browser-disabled::before {
  content: "\ed38";
}

.lni-browser-disabled-2::before {
  content: "\ed39";
}

.lni-browser-document::before {
  content: "\ed3a";
}

.lni-browser-dollar::before {
  content: "\ed3b";
}

.lni-browser-download::before {
  content: "\ed3c";
}

.lni-browser-error-circle::before {
  content: "\ed3d";
}

.lni-browser-eye::before {
  content: "\ed3e";
}

.lni-browser-gear::before {
  content: "\ed3f";
}

.lni-browser-heart::before {
  content: "\ed40";
}

.lni-browser-image::before {
  content: "\ed41";
}

.lni-browser-incognito::before {
  content: "\ed42";
}

.lni-browser-info-circle::before {
  content: "\ed43";
}

.lni-browser-leaf::before {
  content: "\ed44";
}

.lni-browser-link::before {
  content: "\ed45";
}

.lni-browser-live::before {
  content: "\ed46";
}

.lni-browser-locked::before {
  content: "\ed47";
}

.lni-browser-minus::before {
  content: "\ed48";
}

.lni-browser-moon::before {
  content: "\ed49";
}

.lni-browser-mouse::before {
  content: "\ed4a";
}

.lni-browser-navigation-left::before {
  content: "\ed4b";
}

.lni-browser-navigation-right::before {
  content: "\ed4c";
}

.lni-browser-paperclip::before {
  content: "\ed4d";
}

.lni-browser-pencil::before {
  content: "\ed4e";
}

.lni-browser-percent::before {
  content: "\ed4f";
}

.lni-browser-percent-circle::before {
  content: "\ed50";
}

.lni-browser-phone::before {
  content: "\ed51";
}

.lni-browser-pie-chart::before {
  content: "\ed52";
}

.lni-browser-pin-1::before {
  content: "\ed53";
}

.lni-browser-pin-2::before {
  content: "\ed54";
}

.lni-browser-play::before {
  content: "\ed55";
}

.lni-browser-plus::before {
  content: "\ed56";
}

.lni-browser-plus-circle::before {
  content: "\ed57";
}

.lni-browser-question::before {
  content: "\ed58";
}

.lni-browser-refresh-anticlockwise::before {
  content: "\ed59";
}

.lni-browser-refresh-clockwise::before {
  content: "\ed5a";
}

.lni-browser-reload-anticlockwise::before {
  content: "\ed5b";
}

.lni-browser-reload-clockwise::before {
  content: "\ed5c";
}

.lni-browser-search::before {
  content: "\ed5d";
}

.lni-browser-search-1::before {
  content: "\ed5e";
}

.lni-browser-search-2::before {
  content: "\ed5f";
}

.lni-browser-seo::before {
  content: "\ed60";
}

.lni-browser-server::before {
  content: "\ed61";
}

.lni-browser-shield::before {
  content: "\ed62";
}

.lni-browser-sound::before {
  content: "\ed63";
}

.lni-browser-star::before {
  content: "\ed64";
}

.lni-browser-sun::before {
  content: "\ed65";
}

.lni-browser-swap::before {
  content: "\ed66";
}

.lni-browser-tabs::before {
  content: "\ed67";
}

.lni-browser-thumbs-down::before {
  content: "\ed68";
}

.lni-browser-thumbs-up::before {
  content: "\ed69";
}

.lni-browser-time::before {
  content: "\ed6a";
}

.lni-browser-timer::before {
  content: "\ed6b";
}

.lni-browser-trend-down::before {
  content: "\ed6c";
}

.lni-browser-trend-up::before {
  content: "\ed6d";
}

.lni-browser-unlocked::before {
  content: "\ed6e";
}

.lni-browser-upload::before {
  content: "\ed6f";
}

.lni-browser-user::before {
  content: "\ed70";
}

.lni-browser-video::before {
  content: "\ed71";
}

.lni-browser-vr::before {
  content: "\ed72";
}

.lni-browser-wifi-1::before {
  content: "\ed73";
}

.lni-browser-wifi-2::before {
  content: "\ed74";
}

.lni-browser-xmark::before {
  content: "\ed75";
}

.lni-browser-xmark-circle::before {
  content: "\ed76";
}

.lni-brush-1::before {
  content: "\ed77";
}

.lni-brush-1-rotated::before {
  content: "\ed78";
}

.lni-brush-2::before {
  content: "\ed79";
}

.lni-btc::before {
  content: "\ed7a";
}

.lni-bug-1::before {
  content: "\ed7b";
}

.lni-bug-2::before {
  content: "\ed7c";
}

.lni-bug-3::before {
  content: "\ed7d";
}

.lni-bug-4::before {
  content: "\ed7e";
}

.lni-building::before {
  content: "\ed7f";
}

.lni-building-arrow-downward::before {
  content: "\ed80";
}

.lni-building-arrow-left::before {
  content: "\ed81";
}

.lni-building-arrow-right::before {
  content: "\ed82";
}

.lni-building-arrow-upward::before {
  content: "\ed83";
}

.lni-building-check-circle::before {
  content: "\ed84";
}

.lni-building-disabled::before {
  content: "\ed85";
}

.lni-building-error-circle::before {
  content: "\ed86";
}

.lni-building-fire::before {
  content: "\ed87";
}

.lni-building-gear::before {
  content: "\ed88";
}

.lni-building-leaf::before {
  content: "\ed89";
}

.lni-building-lokced::before {
  content: "\ed8a";
}

.lni-building-moon::before {
  content: "\ed8b";
}

.lni-building-percent::before {
  content: "\ed8c";
}

.lni-building-plus::before {
  content: "\ed8d";
}

.lni-building-star::before {
  content: "\ed8e";
}

.lni-building-sun::before {
  content: "\ed8f";
}

.lni-building-time::before {
  content: "\ed90";
}

.lni-building-trash::before {
  content: "\ed91";
}

.lni-building-user::before {
  content: "\ed92";
}

.lni-building-wifi::before {
  content: "\ed93";
}

.lni-building-xmark-circle::before {
  content: "\ed94";
}

.lni-buildings-1::before {
  content: "\ed95";
}

.lni-buildings-10::before {
  content: "\ed96";
}

.lni-buildings-11::before {
  content: "\ed97";
}

.lni-buildings-2::before {
  content: "\ed98";
}

.lni-buildings-3::before {
  content: "\ed99";
}

.lni-buildings-4::before {
  content: "\ed9a";
}

.lni-buildings-5::before {
  content: "\ed9b";
}

.lni-buildings-6::before {
  content: "\ed9c";
}

.lni-buildings-7::before {
  content: "\ed9d";
}

.lni-buildings-8::before {
  content: "\ed9e";
}

.lni-buildings-9::before {
  content: "\ed9f";
}

.lni-bulb-1::before {
  content: "\eda0";
}

.lni-bulb-2::before {
  content: "\eda1";
}

.lni-bulb-3::before {
  content: "\eda2";
}

.lni-bulb-4::before {
  content: "\eda3";
}

.lni-bulb-5::before {
  content: "\eda4";
}

.lni-bulb-beat::before {
  content: "\eda5";
}

.lni-bulb-bluetooth::before {
  content: "\eda6";
}

.lni-bulb-bolt::before {
  content: "\eda7";
}

.lni-bulb-cfl-tornado::before {
  content: "\eda8";
}

.lni-bulb-cfl-tornado-disabled::before {
  content: "\eda9";
}

.lni-bulb-cfl-tornado-light::before {
  content: "\edaa";
}

.lni-bulb-cfl-tubular::before {
  content: "\edab";
}

.lni-bulb-cfl-tubular-disabled::before {
  content: "\edac";
}

.lni-bulb-cfl-tubular-light::before {
  content: "\edad";
}

.lni-bulb-check::before {
  content: "\edae";
}

.lni-bulb-code-1::before {
  content: "\edaf";
}

.lni-bulb-code-2::before {
  content: "\edb0";
}

.lni-bulb-code-3::before {
  content: "\edb1";
}

.lni-bulb-disabled::before {
  content: "\edb2";
}

.lni-bulb-dollar::before {
  content: "\edb3";
}

.lni-bulb-info::before {
  content: "\edb4";
}

.lni-bulb-leaf::before {
  content: "\edb5";
}

.lni-bulb-moon::before {
  content: "\edb6";
}

.lni-bulb-question-mark::before {
  content: "\edb7";
}

.lni-bulb-refresh::before {
  content: "\edb8";
}

.lni-bulb-sun::before {
  content: "\edb9";
}

.lni-bulb-trend-down::before {
  content: "\edba";
}

.lni-bulb-trend-up::before {
  content: "\edbb";
}

.lni-bulb-tube::before {
  content: "\edbc";
}

.lni-bulb-tube-spark::before {
  content: "\edbd";
}

.lni-bulb-xmark::before {
  content: "\edbe";
}

.lni-bulldozer-1::before {
  content: "\edbf";
}

.lni-bulldozer-2::before {
  content: "\edc0";
}

.lni-bulldozer-3::before {
  content: "\edc1";
}

.lni-burger-1::before {
  content: "\edc2";
}

.lni-burger-2::before {
  content: "\edc3";
}

.lni-burger-3::before {
  content: "\edc4";
}

.lni-burger-4::before {
  content: "\edc5";
}

.lni-burger-drink::before {
  content: "\edc6";
}

.lni-burj-al-arab::before {
  content: "\edc7";
}

.lni-bus-1::before {
  content: "\edc8";
}

.lni-bus-2::before {
  content: "\edc9";
}

.lni-bus-3::before {
  content: "\edca";
}

.lni-bus-school::before {
  content: "\edcb";
}

.lni-busket-ball::before {
  content: "\edcc";
}

.lni-butterfly::before {
  content: "\edcd";
}

.lni-cable::before {
  content: "\edce";
}

.lni-cable-bundle-1::before {
  content: "\edcf";
}

.lni-cable-bundle-2::before {
  content: "\edd0";
}

.lni-cable-bundle-3::before {
  content: "\edd1";
}

.lni-cable-bundle-4::before {
  content: "\edd2";
}

.lni-cable-bundle-5::before {
  content: "\edd3";
}

.lni-cable-car::before {
  content: "\edd4";
}

.lni-cable-copper::before {
  content: "\edd5";
}

.lni-cable-power-1::before {
  content: "\edd6";
}

.lni-cable-power-2::before {
  content: "\edd7";
}

.lni-cactus-1::before {
  content: "\edd8";
}

.lni-cactus-2::before {
  content: "\edd9";
}

.lni-cactus-3::before {
  content: "\edda";
}

.lni-cactus-4::before {
  content: "\eddb";
}

.lni-cactus-5::before {
  content: "\eddc";
}

.lni-cactus-6::before {
  content: "\eddd";
}

.lni-cactus-7::before {
  content: "\edde";
}

.lni-cactus-8::before {
  content: "\eddf";
}

.lni-cactus-9::before {
  content: "\ede0";
}

.lni-cake-1::before {
  content: "\ede1";
}

.lni-cake-2::before {
  content: "\ede2";
}

.lni-cake-heart::before {
  content: "\ede3";
}

.lni-cake-slice::before {
  content: "\ede4";
}

.lni-calculator-1::before {
  content: "\ede5";
}

.lni-calculator-2::before {
  content: "\ede6";
}

.lni-calculator-3::before {
  content: "\ede7";
}

.lni-calculator-4::before {
  content: "\ede8";
}

.lni-calculator-5::before {
  content: "\ede9";
}

.lni-calculator-paper::before {
  content: "\edea";
}

.lni-calendar::before {
  content: "\edeb";
}

.lni-calendar-arrow-downward::before {
  content: "\edec";
}

.lni-calendar-arrow-downward-2::before {
  content: "\eded";
}

.lni-calendar-arrow-left::before {
  content: "\edee";
}

.lni-calendar-arrow-left-2::before {
  content: "\edef";
}

.lni-calendar-arrow-right::before {
  content: "\edf0";
}

.lni-calendar-arrow-right-2::before {
  content: "\edf1";
}

.lni-calendar-arrow-upward::before {
  content: "\edf2";
}

.lni-calendar-arrow-upward-2::before {
  content: "\edf3";
}

.lni-calendar-check::before {
  content: "\edf4";
}

.lni-calendar-check-circle::before {
  content: "\edf5";
}

.lni-calendar-date-range::before {
  content: "\edf6";
}

.lni-calendar-days::before {
  content: "\edf7";
}

.lni-calendar-disabled-1::before {
  content: "\edf8";
}

.lni-calendar-disabled-2::before {
  content: "\edf9";
}

.lni-calendar-error::before {
  content: "\edfa";
}

.lni-calendar-gear::before {
  content: "\edfb";
}

.lni-calendar-heart::before {
  content: "\edfc";
}

.lni-calendar-heart-1::before {
  content: "\edfd";
}

.lni-calendar-locked-1::before {
  content: "\edfe";
}

.lni-calendar-locked-2::before {
  content: "\edff";
}

.lni-calendar-minus::before {
  content: "\ee00";
}

.lni-calendar-minus-circle::before {
  content: "\ee01";
}

.lni-calendar-moon::before {
  content: "\ee02";
}

.lni-calendar-note::before {
  content: "\ee03";
}

.lni-calendar-number-1::before {
  content: "\ee04";
}

.lni-calendar-number-10::before {
  content: "\ee05";
}

.lni-calendar-number-10-2::before {
  content: "\ee06";
}

.lni-calendar-number-20::before {
  content: "\ee07";
}

.lni-calendar-number-20-2::before {
  content: "\ee08";
}

.lni-calendar-pencil-1::before {
  content: "\ee09";
}

.lni-calendar-pencil-2::before {
  content: "\ee0a";
}

.lni-calendar-percent::before {
  content: "\ee0b";
}

.lni-calendar-plus::before {
  content: "\ee0c";
}

.lni-calendar-plus-circle::before {
  content: "\ee0d";
}

.lni-calendar-question::before {
  content: "\ee0e";
}

.lni-calendar-reload::before {
  content: "\ee0f";
}

.lni-calendar-star-1::before {
  content: "\ee10";
}

.lni-calendar-star-2::before {
  content: "\ee11";
}

.lni-calendar-sun::before {
  content: "\ee12";
}

.lni-calendar-time::before {
  content: "\ee13";
}

.lni-calendar-today-marked::before {
  content: "\ee14";
}

.lni-calendar-trash::before {
  content: "\ee15";
}

.lni-calendar-user-1::before {
  content: "\ee16";
}

.lni-calendar-user-2::before {
  content: "\ee17";
}

.lni-calendar-xmark::before {
  content: "\ee18";
}

.lni-calendar-xmark-circle::before {
  content: "\ee19";
}

.lni-calendars::before {
  content: "\ee1a";
}

.lni-camel::before {
  content: "\ee1b";
}

.lni-camera-1::before {
  content: "\ee1c";
}

.lni-camera-2::before {
  content: "\ee1d";
}

.lni-camera-3::before {
  content: "\ee1e";
}

.lni-camera-4::before {
  content: "\ee1f";
}

.lni-camera-4k-1::before {
  content: "\ee20";
}

.lni-camera-4k-2::before {
  content: "\ee21";
}

.lni-camera-5::before {
  content: "\ee22";
}

.lni-camera-6::before {
  content: "\ee23";
}

.lni-camera-bluetooth-1::before {
  content: "\ee24";
}

.lni-camera-bluetooth-2::before {
  content: "\ee25";
}

.lni-camera-bolt::before {
  content: "\ee26";
}

.lni-camera-cctv::before {
  content: "\ee27";
}

.lni-camera-cctv-disabled::before {
  content: "\ee28";
}

.lni-camera-check::before {
  content: "\ee29";
}

.lni-camera-check-circle::before {
  content: "\ee2a";
}

.lni-camera-disabled::before {
  content: "\ee2b";
}

.lni-camera-error::before {
  content: "\ee2c";
}

.lni-camera-error-circle::before {
  content: "\ee2d";
}

.lni-camera-gear::before {
  content: "\ee2e";
}

.lni-camera-heart::before {
  content: "\ee2f";
}

.lni-camera-live::before {
  content: "\ee30";
}

.lni-camera-locked::before {
  content: "\ee31";
}

.lni-camera-movie-1::before {
  content: "\ee32";
}

.lni-camera-movie-2::before {
  content: "\ee33";
}

.lni-camera-movie-3::before {
  content: "\ee34";
}

.lni-camera-movie-4::before {
  content: "\ee35";
}

.lni-camera-movie-hd::before {
  content: "\ee36";
}

.lni-camera-movie-stand::before {
  content: "\ee37";
}

.lni-camera-refresh::before {
  content: "\ee38";
}

.lni-camera-reload::before {
  content: "\ee39";
}

.lni-camera-rotate::before {
  content: "\ee3a";
}

.lni-camera-scan::before {
  content: "\ee3b";
}

.lni-camera-shutter::before {
  content: "\ee3c";
}

.lni-camera-time::before {
  content: "\ee3d";
}

.lni-camera-tripod::before {
  content: "\ee3e";
}

.lni-camera-wifi::before {
  content: "\ee3f";
}

.lni-camera-xmark::before {
  content: "\ee40";
}

.lni-camera-xmark-circle::before {
  content: "\ee41";
}

.lni-candle-1::before {
  content: "\ee42";
}

.lni-candle-2::before {
  content: "\ee43";
}

.lni-candles-1::before {
  content: "\ee44";
}

.lni-candles-2::before {
  content: "\ee45";
}

.lni-candles-wedding::before {
  content: "\ee46";
}

.lni-candy-cane-1::before {
  content: "\ee47";
}

.lni-candy-cane-2::before {
  content: "\ee48";
}

.lni-candy-round-1::before {
  content: "\ee49";
}

.lni-candy-round-2::before {
  content: "\ee4a";
}

.lni-candy-round-3::before {
  content: "\ee4b";
}

.lni-candy-square-1::before {
  content: "\ee4c";
}

.lni-candy-square-2::before {
  content: "\ee4d";
}

.lni-candy-square-3::before {
  content: "\ee4e";
}

.lni-cannula::before {
  content: "\ee4f";
}

.lni-canva::before {
  content: "\ee50";
}

.lni-capital-letter::before {
  content: "\ee51";
}

.lni-capsule-1::before {
  content: "\ee52";
}

.lni-capsule-2::before {
  content: "\ee53";
}

.lni-capsule-3::before {
  content: "\ee54";
}

.lni-capsule-tablet::before {
  content: "\ee55";
}

.lni-capsules::before {
  content: "\ee56";
}

.lni-car-1::before {
  content: "\ee57";
}

.lni-car-10::before {
  content: "\ee58";
}

.lni-car-2::before {
  content: "\ee59";
}

.lni-car-3::before {
  content: "\ee5a";
}

.lni-car-4::before {
  content: "\ee5b";
}

.lni-car-5::before {
  content: "\ee5c";
}

.lni-car-6::before {
  content: "\ee5d";
}

.lni-car-7::before {
  content: "\ee5e";
}

.lni-car-8::before {
  content: "\ee5f";
}

.lni-car-9::before {
  content: "\ee60";
}

.lni-car-heart::before {
  content: "\ee61";
}

.lni-car-side-view-1::before {
  content: "\ee62";
}

.lni-car-side-view-2::before {
  content: "\ee63";
}

.lni-car-side-view-3::before {
  content: "\ee64";
}

.lni-car-side-view-4::before {
  content: "\ee65";
}

.lni-car-side-view-5::before {
  content: "\ee66";
}

.lni-car-side-view-6::before {
  content: "\ee67";
}

.lni-car-side-view-7::before {
  content: "\ee68";
}

.lni-car-side-view-8::before {
  content: "\ee69";
}

.lni-car-side-view-9::before {
  content: "\ee6a";
}

.lni-caravan-1::before {
  content: "\ee6b";
}

.lni-caravan-2::before {
  content: "\ee6c";
}

.lni-caravan-3::before {
  content: "\ee6d";
}

.lni-carrot::before {
  content: "\ee6e";
}

.lni-cart-1::before {
  content: "\ee6f";
}

.lni-cart-2::before {
  content: "\ee70";
}

.lni-cart-3::before {
  content: "\ee71";
}

.lni-cart-arrow-downward::before {
  content: "\ee72";
}

.lni-cart-arrow-left::before {
  content: "\ee73";
}

.lni-cart-arrow-right::before {
  content: "\ee74";
}

.lni-cart-arrow-upward::before {
  content: "\ee75";
}

.lni-cart-book::before {
  content: "\ee76";
}

.lni-cart-box::before {
  content: "\ee77";
}

.lni-cart-check-circle::before {
  content: "\ee78";
}

.lni-cart-cloud::before {
  content: "\ee79";
}

.lni-cart-disabled::before {
  content: "\ee7a";
}

.lni-cart-dollar::before {
  content: "\ee7b";
}

.lni-cart-flatbed-arrow-downward::before {
  content: "\ee7c";
}

.lni-cart-flatbed-arrow-left::before {
  content: "\ee7d";
}

.lni-cart-flatbed-arrow-right::before {
  content: "\ee7e";
}

.lni-cart-flatbed-arrow-upward::before {
  content: "\ee7f";
}

.lni-cart-flatbed-box::before {
  content: "\ee80";
}

.lni-cart-flatbed-box-stacked::before {
  content: "\ee81";
}

.lni-cart-flatbed-box-taped::before {
  content: "\ee82";
}

.lni-cart-flatbed-check-circle::before {
  content: "\ee83";
}

.lni-cart-flatbed-empty::before {
  content: "\ee84";
}

.lni-cart-flatbed-food::before {
  content: "\ee85";
}

.lni-cart-flatbed-xmark-circle::before {
  content: "\ee86";
}

.lni-cart-food::before {
  content: "\ee87";
}

.lni-cart-globe::before {
  content: "\ee88";
}

.lni-cart-heart::before {
  content: "\ee89";
}

.lni-cart-heart-circle::before {
  content: "\ee8a";
}

.lni-cart-info-circle::before {
  content: "\ee8b";
}

.lni-cart-leaf::before {
  content: "\ee8c";
}

.lni-cart-list::before {
  content: "\ee8d";
}

.lni-cart-locked::before {
  content: "\ee8e";
}

.lni-cart-minus::before {
  content: "\ee8f";
}

.lni-cart-minus-circle::before {
  content: "\ee90";
}

.lni-cart-moving::before {
  content: "\ee91";
}

.lni-cart-number-20::before {
  content: "\ee92";
}

.lni-cart-percent-circle::before {
  content: "\ee93";
}

.lni-cart-plus::before {
  content: "\ee94";
}

.lni-cart-plus-circle::before {
  content: "\ee95";
}

.lni-cart-question-mark::before {
  content: "\ee96";
}

.lni-cart-refresh::before {
  content: "\ee97";
}

.lni-cart-search::before {
  content: "\ee98";
}

.lni-cart-smile::before {
  content: "\ee99";
}

.lni-cart-star::before {
  content: "\ee9a";
}

.lni-cart-sun::before {
  content: "\ee9b";
}

.lni-cart-thumbs-down::before {
  content: "\ee9c";
}

.lni-cart-thumbs-up::before {
  content: "\ee9d";
}

.lni-cart-time::before {
  content: "\ee9e";
}

.lni-cart-timer::before {
  content: "\ee9f";
}

.lni-cart-undo::before {
  content: "\eea0";
}

.lni-cart-unlocked::before {
  content: "\eea1";
}

.lni-cart-user::before {
  content: "\eea2";
}

.lni-cart-wifi::before {
  content: "\eea3";
}

.lni-cart-xmark-circle::before {
  content: "\eea4";
}

.lni-cash-app::before {
  content: "\eea5";
}

.lni-castle-1::before {
  content: "\eea6";
}

.lni-castle-2::before {
  content: "\eea7";
}

.lni-castle-3::before {
  content: "\eea8";
}

.lni-castle-4::before {
  content: "\eea9";
}

.lni-cat::before {
  content: "\eeaa";
}

.lni-celsius::before {
  content: "\eeab";
}

.lni-celsius-circle::before {
  content: "\eeac";
}

.lni-certificate-badge-1::before {
  content: "\eead";
}

.lni-certificate-badge-2::before {
  content: "\eeae";
}

.lni-certificate-star::before {
  content: "\eeaf";
}

.lni-champagne::before {
  content: "\eeb0";
}

.lni-champagne-heart::before {
  content: "\eeb1";
}

.lni-chat-1::before {
  content: "\eeb2";
}

.lni-chat-1-dots::before {
  content: "\eeb3";
}

.lni-chat-1-error::before {
  content: "\eeb4";
}

.lni-chat-1-heart::before {
  content: "\eeb5";
}

.lni-chat-1-minus::before {
  content: "\eeb6";
}

.lni-chat-1-plus::before {
  content: "\eeb7";
}

.lni-chat-1-question::before {
  content: "\eeb8";
}

.lni-chat-1-share::before {
  content: "\eeb9";
}

.lni-chat-1-text::before {
  content: "\eeba";
}

.lni-chat-2::before {
  content: "\eebb";
}

.lni-chat-2-dots::before {
  content: "\eebc";
}

.lni-chat-2-error::before {
  content: "\eebd";
}

.lni-chat-2-heart::before {
  content: "\eebe";
}

.lni-chat-2-minus::before {
  content: "\eebf";
}

.lni-chat-2-plus::before {
  content: "\eec0";
}

.lni-chat-2-question::before {
  content: "\eec1";
}

.lni-chat-2-share::before {
  content: "\eec2";
}

.lni-chat-2-text::before {
  content: "\eec3";
}

.lni-chat-3::before {
  content: "\eec4";
}

.lni-chat-3-dots::before {
  content: "\eec5";
}

.lni-chat-3-error::before {
  content: "\eec6";
}

.lni-chat-3-heart::before {
  content: "\eec7";
}

.lni-chat-3-minus::before {
  content: "\eec8";
}

.lni-chat-3-plus::before {
  content: "\eec9";
}

.lni-chat-3-question::before {
  content: "\eeca";
}

.lni-chat-3-share::before {
  content: "\eecb";
}

.lni-chat-3-text::before {
  content: "\eecc";
}

.lni-chat-4::before {
  content: "\eecd";
}

.lni-chat-4-dots::before {
  content: "\eece";
}

.lni-chat-4-error::before {
  content: "\eecf";
}

.lni-chat-4-heart::before {
  content: "\eed0";
}

.lni-chat-4-minus::before {
  content: "\eed1";
}

.lni-chat-4-plus::before {
  content: "\eed2";
}

.lni-chat-4-question::before {
  content: "\eed3";
}

.lni-chat-4-share::before {
  content: "\eed4";
}

.lni-chat-4-text::before {
  content: "\eed5";
}

.lni-chat-bot::before {
  content: "\eed6";
}

.lni-chat-bot-angry::before {
  content: "\eed7";
}

.lni-chat-bot-cute::before {
  content: "\eed8";
}

.lni-chat-bot-error::before {
  content: "\eed9";
}

.lni-chat-bot-happy::before {
  content: "\eeda";
}

.lni-chat-bot-neutral-1::before {
  content: "\eedb";
}

.lni-chat-bot-neutral-2::before {
  content: "\eedc";
}

.lni-chat-bot-sad::before {
  content: "\eedd";
}

.lni-chat-bubble-1::before {
  content: "\eede";
}

.lni-chat-bubble-1-dots::before {
  content: "\eedf";
}

.lni-chat-bubble-1-text::before {
  content: "\eee0";
}

.lni-chat-bubble-2::before {
  content: "\eee1";
}

.lni-chat-bubble-2-dots::before {
  content: "\eee2";
}

.lni-chat-bubble-2-text::before {
  content: "\eee3";
}

.lni-chat-bubble-3::before {
  content: "\eee4";
}

.lni-chat-bubble-3-dots::before {
  content: "\eee5";
}

.lni-chat-bubble-3-text::before {
  content: "\eee6";
}

.lni-chat-line-chart::before {
  content: "\eee7";
}

.lni-check::before {
  content: "\eee8";
}

.lni-check-circle-1::before {
  content: "\eee9";
}

.lni-check-circle-2::before {
  content: "\eeea";
}

.lni-check-diamond::before {
  content: "\eeeb";
}

.lni-check-hexagon::before {
  content: "\eeec";
}

.lni-check-octagon::before {
  content: "\eeed";
}

.lni-check-square-1::before {
  content: "\eeee";
}

.lni-check-square-2::before {
  content: "\eeef";
}

.lni-cheese::before {
  content: "\eef0";
}

.lni-cheque::before {
  content: "\eef1";
}

.lni-cheque-1::before {
  content: "\eef2";
}

.lni-cherries::before {
  content: "\eef3";
}

.lni-chest::before {
  content: "\eef4";
}

.lni-chest-press::before {
  content: "\eef5";
}

.lni-chevron-both-center-direction-horizontal::before {
  content: "\eef6";
}

.lni-chevron-both-center-direction-vertical::before {
  content: "\eef7";
}

.lni-chevron-both-direction::before {
  content: "\eef8";
}

.lni-chevron-both-direction-circle::before {
  content: "\eef9";
}

.lni-chevron-both-direction-square::before {
  content: "\eefa";
}

.lni-chevron-down::before {
  content: "\eefb";
}

.lni-chevron-down-circle::before {
  content: "\eefc";
}

.lni-chevron-left::before {
  content: "\eefd";
}

.lni-chevron-left-circle::before {
  content: "\eefe";
}

.lni-chevron-right::before {
  content: "\eeff";
}

.lni-chevron-right-circle::before {
  content: "\ef00";
}

.lni-chevron-up::before {
  content: "\ef01";
}

.lni-chevron-up-circle::before {
  content: "\ef02";
}

.lni-chick::before {
  content: "\ef03";
}

.lni-chicken::before {
  content: "\ef04";
}

.lni-chicken-drumstick-1::before {
  content: "\ef05";
}

.lni-chicken-drumstick-2::before {
  content: "\ef06";
}

.lni-chicken-wings::before {
  content: "\ef07";
}

.lni-chilli-sauce::before {
  content: "\ef08";
}

.lni-chip::before {
  content: "\ef09";
}

.lni-chip-2::before {
  content: "\ef0a";
}

.lni-chip-ai::before {
  content: "\ef0b";
}

.lni-chip-beat::before {
  content: "\ef0c";
}

.lni-chip-bitcoin::before {
  content: "\ef0d";
}

.lni-chip-bolt::before {
  content: "\ef0e";
}

.lni-chip-check::before {
  content: "\ef0f";
}

.lni-chip-code::before {
  content: "\ef10";
}

.lni-chip-disabled::before {
  content: "\ef11";
}

.lni-chip-error::before {
  content: "\ef12";
}

.lni-chip-gear::before {
  content: "\ef13";
}

.lni-chocolate-bar::before {
  content: "\ef14";
}

.lni-chrome::before {
  content: "\ef15";
}

.lni-chromecast::before {
  content: "\ef16";
}

.lni-church::before {
  content: "\ef17";
}

.lni-ci-cd-dev-ops::before {
  content: "\ef18";
}

.lni-cipher::before {
  content: "\ef19";
}

.lni-circle::before {
  content: "\ef1a";
}

.lni-circle-curve-right::before {
  content: "\ef1b";
}

.lni-circle-dashed::before {
  content: "\ef1c";
}

.lni-circle-diamond::before {
  content: "\ef1d";
}

.lni-circle-hexagon::before {
  content: "\ef1e";
}

.lni-circle-intersection-curve-right::before {
  content: "\ef1f";
}

.lni-circle-squares::before {
  content: "\ef20";
}

.lni-circle-triangle-1::before {
  content: "\ef21";
}

.lni-circle-triangle-2::before {
  content: "\ef22";
}

.lni-circle-turn-right::before {
  content: "\ef23";
}

.lni-circles::before {
  content: "\ef24";
}

.lni-circles-2::before {
  content: "\ef25";
}

.lni-cisco::before {
  content: "\ef26";
}

.lni-claude::before {
  content: "\ef27";
}

.lni-clickup::before {
  content: "\ef28";
}

.lni-clink-glasses::before {
  content: "\ef29";
}

.lni-clipboard::before {
  content: "\ef2a";
}

.lni-clipboard-1::before {
  content: "\ef2b";
}

.lni-clipboard-2::before {
  content: "\ef2c";
}

.lni-clipboard-3::before {
  content: "\ef2d";
}

.lni-clipboard-aids::before {
  content: "\ef2e";
}

.lni-clipboard-beat::before {
  content: "\ef2f";
}

.lni-clipboard-check::before {
  content: "\ef30";
}

.lni-clipboard-heart::before {
  content: "\ef31";
}

.lni-clipboard-plus::before {
  content: "\ef32";
}

.lni-clipboard-prescription::before {
  content: "\ef33";
}

.lni-clipboard-text::before {
  content: "\ef34";
}

.lni-clock-desk::before {
  content: "\ef35";
}

.lni-clock-digital::before {
  content: "\ef36";
}

.lni-clock-eight::before {
  content: "\ef37";
}

.lni-clock-eight-thirty::before {
  content: "\ef38";
}

.lni-clock-eleven::before {
  content: "\ef39";
}

.lni-clock-eleven-thirty::before {
  content: "\ef3a";
}

.lni-clock-five::before {
  content: "\ef3b";
}

.lni-clock-five-thirty::before {
  content: "\ef3c";
}

.lni-clock-four::before {
  content: "\ef3d";
}

.lni-clock-four-square::before {
  content: "\ef3e";
}

.lni-clock-four-thirty::before {
  content: "\ef3f";
}

.lni-clock-nine::before {
  content: "\ef40";
}

.lni-clock-nine-thirty::before {
  content: "\ef41";
}

.lni-clock-one::before {
  content: "\ef42";
}

.lni-clock-one-thirty::before {
  content: "\ef43";
}

.lni-clock-seven::before {
  content: "\ef44";
}

.lni-clock-seven-thirty::before {
  content: "\ef45";
}

.lni-clock-six::before {
  content: "\ef46";
}

.lni-clock-six-thirty::before {
  content: "\ef47";
}

.lni-clock-ten::before {
  content: "\ef48";
}

.lni-clock-ten-thirty::before {
  content: "\ef49";
}

.lni-clock-three::before {
  content: "\ef4a";
}

.lni-clock-three-thirty::before {
  content: "\ef4b";
}

.lni-clock-twelve::before {
  content: "\ef4c";
}

.lni-clock-twelve-thirty::before {
  content: "\ef4d";
}

.lni-clock-two::before {
  content: "\ef4e";
}

.lni-clock-two-thirty::before {
  content: "\ef4f";
}

.lni-cloud-1::before {
  content: "\ef50";
}

.lni-cloud-2::before {
  content: "\ef51";
}

.lni-cloud-3::before {
  content: "\ef52";
}

.lni-cloud-3-dot::before {
  content: "\ef53";
}

.lni-cloud-3-dot-circle::before {
  content: "\ef54";
}

.lni-cloud-4::before {
  content: "\ef55";
}

.lni-cloud-arrow-downward::before {
  content: "\ef56";
}

.lni-cloud-arrow-left::before {
  content: "\ef57";
}

.lni-cloud-arrow-right::before {
  content: "\ef58";
}

.lni-cloud-arrow-upward::before {
  content: "\ef59";
}

.lni-cloud-audio::before {
  content: "\ef5a";
}

.lni-cloud-bitcoin::before {
  content: "\ef5b";
}

.lni-cloud-bolt-1::before {
  content: "\ef5c";
}

.lni-cloud-bolt-2::before {
  content: "\ef5d";
}

.lni-cloud-bulb::before {
  content: "\ef5e";
}

.lni-cloud-chat::before {
  content: "\ef5f";
}

.lni-cloud-chat-dots::before {
  content: "\ef60";
}

.lni-cloud-chat-error::before {
  content: "\ef61";
}

.lni-cloud-chat-heart::before {
  content: "\ef62";
}

.lni-cloud-chat-minus::before {
  content: "\ef63";
}

.lni-cloud-chat-plus::before {
  content: "\ef64";
}

.lni-cloud-chat-question::before {
  content: "\ef65";
}

.lni-cloud-chat-share::before {
  content: "\ef66";
}

.lni-cloud-chat-text::before {
  content: "\ef67";
}

.lni-cloud-check-circle::before {
  content: "\ef68";
}

.lni-cloud-chip::before {
  content: "\ef69";
}

.lni-cloud-code::before {
  content: "\ef6a";
}

.lni-cloud-crypto::before {
  content: "\ef6b";
}

.lni-cloud-database::before {
  content: "\ef6c";
}

.lni-cloud-disabled-1::before {
  content: "\ef6d";
}

.lni-cloud-disabled-2::before {
  content: "\ef6e";
}

.lni-cloud-document::before {
  content: "\ef6f";
}

.lni-cloud-dollar::before {
  content: "\ef70";
}

.lni-cloud-download::before {
  content: "\ef71";
}

.lni-cloud-error-circle::before {
  content: "\ef72";
}

.lni-cloud-fire::before {
  content: "\ef73";
}

.lni-cloud-fog::before {
  content: "\ef74";
}

.lni-cloud-gear::before {
  content: "\ef75";
}

.lni-cloud-info-circle::before {
  content: "\ef76";
}

.lni-cloud-iot-1::before {
  content: "\ef77";
}

.lni-cloud-iot-2::before {
  content: "\ef78";
}

.lni-cloud-iot-3::before {
  content: "\ef79";
}

.lni-cloud-iot-4::before {
  content: "\ef7a";
}

.lni-cloud-iot-5::before {
  content: "\ef7b";
}

.lni-cloud-iot-6::before {
  content: "\ef7c";
}

.lni-cloud-iot-network::before {
  content: "\ef7d";
}

.lni-cloud-leaf::before {
  content: "\ef7e";
}

.lni-cloud-link::before {
  content: "\ef7f";
}

.lni-cloud-locked::before {
  content: "\ef80";
}

.lni-cloud-minus-circle::before {
  content: "\ef81";
}

.lni-cloud-moon::before {
  content: "\ef82";
}

.lni-cloud-paperclip::before {
  content: "\ef83";
}

.lni-cloud-pencil::before {
  content: "\ef84";
}

.lni-cloud-phone::before {
  content: "\ef85";
}

.lni-cloud-play::before {
  content: "\ef86";
}

.lni-cloud-plus::before {
  content: "\ef87";
}

.lni-cloud-plus-circle::before {
  content: "\ef88";
}

.lni-cloud-question::before {
  content: "\ef89";
}

.lni-cloud-rain::before {
  content: "\ef8a";
}

.lni-cloud-refresh-anticlockwise::before {
  content: "\ef8b";
}

.lni-cloud-refresh-clockwise::before {
  content: "\ef8c";
}

.lni-cloud-search::before {
  content: "\ef8d";
}

.lni-cloud-server::before {
  content: "\ef8e";
}

.lni-cloud-share-1::before {
  content: "\ef8f";
}

.lni-cloud-share-2::before {
  content: "\ef90";
}

.lni-cloud-shield::before {
  content: "\ef91";
}

.lni-cloud-star::before {
  content: "\ef92";
}

.lni-cloud-sun::before {
  content: "\ef93";
}

.lni-cloud-sun-bolt::before {
  content: "\ef94";
}

.lni-cloud-sun-rain::before {
  content: "\ef95";
}

.lni-cloud-swap::before {
  content: "\ef96";
}

.lni-cloud-time::before {
  content: "\ef97";
}

.lni-cloud-timer::before {
  content: "\ef98";
}

.lni-cloud-trash::before {
  content: "\ef99";
}

.lni-cloud-unlocked::before {
  content: "\ef9a";
}

.lni-cloud-upload::before {
  content: "\ef9b";
}

.lni-cloud-user::before {
  content: "\ef9c";
}

.lni-cloud-video::before {
  content: "\ef9d";
}

.lni-cloud-water::before {
  content: "\ef9e";
}

.lni-cloud-wifi::before {
  content: "\ef9f";
}

.lni-cloud-wind::before {
  content: "\efa0";
}

.lni-cloud-xmark::before {
  content: "\efa1";
}

.lni-cloud-xmark-circle::before {
  content: "\efa2";
}

.lni-cloudflare::before {
  content: "\efa3";
}

.lni-clouds::before {
  content: "\efa4";
}

.lni-clouds-sun::before {
  content: "\efa5";
}

.lni-cms-browser::before {
  content: "\efa6";
}

.lni-cms-monitor-1::before {
  content: "\efa7";
}

.lni-cms-monitor-2::before {
  content: "\efa8";
}

.lni-cocktail-1::before {
  content: "\efa9";
}

.lni-cocktail-2::before {
  content: "\efaa";
}

.lni-cocktail-3::before {
  content: "\efab";
}

.lni-code-1::before {
  content: "\efac";
}

.lni-code-1-circle::before {
  content: "\efad";
}

.lni-code-1-hexagon::before {
  content: "\efae";
}

.lni-code-1-octagon::before {
  content: "\efaf";
}

.lni-code-1-rechtangle::before {
  content: "\efb0";
}

.lni-code-1-square::before {
  content: "\efb1";
}

.lni-code-2::before {
  content: "\efb2";
}

.lni-code-2-circle::before {
  content: "\efb3";
}

.lni-code-2-hexagon::before {
  content: "\efb4";
}

.lni-code-2-octagon::before {
  content: "\efb5";
}

.lni-code-2-rechtangle::before {
  content: "\efb6";
}

.lni-code-2-square::before {
  content: "\efb7";
}

.lni-code-branch::before {
  content: "\efb8";
}

.lni-code-compare::before {
  content: "\efb9";
}

.lni-code-fork::before {
  content: "\efba";
}

.lni-code-pull-request::before {
  content: "\efbb";
}

.lni-code-pull-request-closed::before {
  content: "\efbc";
}

.lni-code-pull-request-draft::before {
  content: "\efbd";
}

.lni-code-s::before {
  content: "\efbe";
}

.lni-codepen::before {
  content: "\efbf";
}

.lni-coffee-beans::before {
  content: "\efc0";
}

.lni-coffee-cup-1::before {
  content: "\efc1";
}

.lni-coffee-cup-2::before {
  content: "\efc2";
}

.lni-coffee-machine::before {
  content: "\efc3";
}

.lni-coffee-pot::before {
  content: "\efc4";
}

.lni-coinbase::before {
  content: "\efc5";
}

.lni-coinbase-2::before {
  content: "\efc6";
}

.lni-coins::before {
  content: "\efc7";
}

.lni-coins-bitcoin::before {
  content: "\efc8";
}

.lni-coins-cash::before {
  content: "\efc9";
}

.lni-coins-check-circle::before {
  content: "\efca";
}

.lni-coins-crypto::before {
  content: "\efcb";
}

.lni-coins-disabled::before {
  content: "\efcc";
}

.lni-coins-dollar::before {
  content: "\efcd";
}

.lni-coins-euro::before {
  content: "\efce";
}

.lni-coins-globe::before {
  content: "\efcf";
}

.lni-coins-minus::before {
  content: "\efd0";
}

.lni-coins-number-10::before {
  content: "\efd1";
}

.lni-coins-percent::before {
  content: "\efd2";
}

.lni-coins-plus::before {
  content: "\efd3";
}

.lni-coins-recycle::before {
  content: "\efd4";
}

.lni-coins-refresh::before {
  content: "\efd5";
}

.lni-coins-refresh-1::before {
  content: "\efd6";
}

.lni-coins-search::before {
  content: "\efd7";
}

.lni-coins-shield::before {
  content: "\efd8";
}

.lni-coins-smile::before {
  content: "\efd9";
}

.lni-coins-star::before {
  content: "\efda";
}

.lni-coins-swap::before {
  content: "\efdb";
}

.lni-coins-trend-down::before {
  content: "\efdc";
}

.lni-coins-trend-up::before {
  content: "\efdd";
}

.lni-coins-xmark-circle::before {
  content: "\efde";
}

.lni-colour-palette-1::before {
  content: "\efdf";
}

.lni-colour-palette-2::before {
  content: "\efe0";
}

.lni-colour-palette-3::before {
  content: "\efe1";
}

.lni-column::before {
  content: "\efe2";
}

.lni-comb-1::before {
  content: "\efe3";
}

.lni-comb-2::before {
  content: "\efe4";
}

.lni-comb-3::before {
  content: "\efe5";
}

.lni-comic-chat-1::before {
  content: "\efe6";
}

.lni-comic-chat-1-dots::before {
  content: "\efe7";
}

.lni-comic-chat-1-text::before {
  content: "\efe8";
}

.lni-comic-chat-2::before {
  content: "\efe9";
}

.lni-comic-chat-2-dots::before {
  content: "\efea";
}

.lni-comic-chat-2-text::before {
  content: "\efeb";
}

.lni-comic-chat-3::before {
  content: "\efec";
}

.lni-comic-chat-3-dots::before {
  content: "\efed";
}

.lni-comic-chat-3-text::before {
  content: "\efee";
}

.lni-comic-dialogue::before {
  content: "\efef";
}

.lni-comic-dialogue-dots::before {
  content: "\eff0";
}

.lni-comic-dialogue-error::before {
  content: "\eff1";
}

.lni-comic-dialogue-heart::before {
  content: "\eff2";
}

.lni-comic-dialogue-minus::before {
  content: "\eff3";
}

.lni-comic-dialogue-plus::before {
  content: "\eff4";
}

.lni-comic-dialogue-question::before {
  content: "\eff5";
}

.lni-comic-dialogue-share::before {
  content: "\eff6";
}

.lni-comic-dialogue-text::before {
  content: "\eff7";
}

.lni-command::before {
  content: "\eff8";
}

.lni-comment-1::before {
  content: "\eff9";
}

.lni-comment-1-check::before {
  content: "\effa";
}

.lni-comment-1-dollar::before {
  content: "\effb";
}

.lni-comment-1-dots::before {
  content: "\effc";
}

.lni-comment-1-error::before {
  content: "\effd";
}

.lni-comment-1-heart::before {
  content: "\effe";
}

.lni-comment-1-minus::before {
  content: "\efff";
}

.lni-comment-1-plus::before {
  content: "\f000";
}

.lni-comment-1-question::before {
  content: "\f001";
}

.lni-comment-1-share::before {
  content: "\f002";
}

.lni-comment-1-text::before {
  content: "\f003";
}

.lni-comment-1-xmark::before {
  content: "\f004";
}

.lni-comment-2::before {
  content: "\f005";
}

.lni-comment-2-dots::before {
  content: "\f006";
}

.lni-comment-2-error::before {
  content: "\f007";
}

.lni-comment-2-heart::before {
  content: "\f008";
}

.lni-comment-2-minus::before {
  content: "\f009";
}

.lni-comment-2-plus::before {
  content: "\f00a";
}

.lni-comment-2-question::before {
  content: "\f00b";
}

.lni-comment-2-share::before {
  content: "\f00c";
}

.lni-comment-2-text::before {
  content: "\f00d";
}

.lni-comment-3::before {
  content: "\f00e";
}

.lni-comment-3-dots::before {
  content: "\f00f";
}

.lni-comment-3-error::before {
  content: "\f010";
}

.lni-comment-3-heart::before {
  content: "\f011";
}

.lni-comment-3-minus::before {
  content: "\f012";
}

.lni-comment-3-plus::before {
  content: "\f013";
}

.lni-comment-3-question::before {
  content: "\f014";
}

.lni-comment-3-share::before {
  content: "\f015";
}

.lni-comment-3-text::before {
  content: "\f016";
}

.lni-comment-4::before {
  content: "\f017";
}

.lni-comment-4-dots::before {
  content: "\f018";
}

.lni-comment-4-error::before {
  content: "\f019";
}

.lni-comment-4-heart::before {
  content: "\f01a";
}

.lni-comment-4-minus::before {
  content: "\f01b";
}

.lni-comment-4-plus::before {
  content: "\f01c";
}

.lni-comment-4-question::before {
  content: "\f01d";
}

.lni-comment-4-share::before {
  content: "\f01e";
}

.lni-comment-4-text::before {
  content: "\f01f";
}

.lni-comment-5::before {
  content: "\f020";
}

.lni-comment-5-dots::before {
  content: "\f021";
}

.lni-comment-5-error::before {
  content: "\f022";
}

.lni-comment-5-heart::before {
  content: "\f023";
}

.lni-comment-5-minus::before {
  content: "\f024";
}

.lni-comment-5-plus::before {
  content: "\f025";
}

.lni-comment-5-question::before {
  content: "\f026";
}

.lni-comment-5-share::before {
  content: "\f027";
}

.lni-comment-5-text::before {
  content: "\f028";
}

.lni-comment-6::before {
  content: "\f029";
}

.lni-comment-6-dots::before {
  content: "\f02a";
}

.lni-comment-6-error::before {
  content: "\f02b";
}

.lni-comment-6-heart::before {
  content: "\f02c";
}

.lni-comment-6-minus::before {
  content: "\f02d";
}

.lni-comment-6-plus::before {
  content: "\f02e";
}

.lni-comment-6-question::before {
  content: "\f02f";
}

.lni-comment-6-share::before {
  content: "\f030";
}

.lni-comment-6-text::before {
  content: "\f031";
}

.lni-comment-bot-angry::before {
  content: "\f032";
}

.lni-comment-bot-cute::before {
  content: "\f033";
}

.lni-comment-bot-error::before {
  content: "\f034";
}

.lni-comment-bot-happy::before {
  content: "\f035";
}

.lni-comment-bot-neutral-1::before {
  content: "\f036";
}

.lni-comment-bot-neutral-2::before {
  content: "\f037";
}

.lni-comment-bot-sad::before {
  content: "\f038";
}

.lni-commit-git-1::before {
  content: "\f039";
}

.lni-commit-git-2::before {
  content: "\f03a";
}

.lni-compass-1::before {
  content: "\f03b";
}

.lni-compass-1-disabled::before {
  content: "\f03c";
}

.lni-compass-2::before {
  content: "\f03d";
}

.lni-compass-3::before {
  content: "\f03e";
}

.lni-compass-3-disabled::before {
  content: "\f03f";
}

.lni-compass-drafting-1::before {
  content: "\f040";
}

.lni-compass-drafting-2::before {
  content: "\f041";
}

.lni-compress-arrow-1::before {
  content: "\f042";
}

.lni-compress-arrow-2::before {
  content: "\f043";
}

.lni-compress-arrow-3::before {
  content: "\f044";
}

.lni-compress-arrow-4::before {
  content: "\f045";
}

.lni-compress-arrow-5::before {
  content: "\f046";
}

.lni-compress-arrow-6::before {
  content: "\f047";
}

.lni-compress-arrow-7::before {
  content: "\f048";
}

.lni-compress-arrow-8::before {
  content: "\f049";
}

.lni-compress-arrow-9::before {
  content: "\f04a";
}

.lni-compress-arrow-top-right-square-1::before {
  content: "\f04b";
}

.lni-compress-arrow-top-right-square-2::before {
  content: "\f04c";
}

.lni-compress-circle::before {
  content: "\f04d";
}

.lni-compress-square-1::before {
  content: "\f04e";
}

.lni-compress-square-2::before {
  content: "\f04f";
}

.lni-compress-square-3::before {
  content: "\f050";
}

.lni-compress-square-4::before {
  content: "\f051";
}

.lni-computer-1::before {
  content: "\f052";
}

.lni-computer-2::before {
  content: "\f053";
}

.lni-computer-3::before {
  content: "\f054";
}

.lni-computer-beat::before {
  content: "\f055";
}

.lni-computer-binary::before {
  content: "\f056";
}

.lni-computer-bolt::before {
  content: "\f057";
}

.lni-computer-check-circle::before {
  content: "\f058";
}

.lni-computer-cloud::before {
  content: "\f059";
}

.lni-computer-code::before {
  content: "\f05a";
}

.lni-computer-error-circle::before {
  content: "\f05b";
}

.lni-computer-gear::before {
  content: "\f05c";
}

.lni-computer-leaf::before {
  content: "\f05d";
}

.lni-computer-link::before {
  content: "\f05e";
}

.lni-computer-locked::before {
  content: "\f05f";
}

.lni-computer-phone::before {
  content: "\f060";
}

.lni-computer-refresh::before {
  content: "\f061";
}

.lni-computer-shield::before {
  content: "\f062";
}

.lni-computer-time::before {
  content: "\f063";
}

.lni-computer-user::before {
  content: "\f064";
}

.lni-computer-wifi::before {
  content: "\f065";
}

.lni-confetti::before {
  content: "\f066";
}

.lni-connectdevelop::before {
  content: "\f067";
}

.lni-connected-nodes::before {
  content: "\f068";
}

.lni-constraints::before {
  content: "\f069";
}

.lni-constraints-bottom-center::before {
  content: "\f06a";
}

.lni-constraints-bottom-left::before {
  content: "\f06b";
}

.lni-constraints-bottom-right::before {
  content: "\f06c";
}

.lni-constraints-center-all-direction::before {
  content: "\f06d";
}

.lni-constraints-center-left::before {
  content: "\f06e";
}

.lni-constraints-center-right::before {
  content: "\f06f";
}

.lni-constraints-top-center::before {
  content: "\f070";
}

.lni-constraints-top-left::before {
  content: "\f071";
}

.lni-constraints-top-right::before {
  content: "\f072";
}

.lni-conversations-1::before {
  content: "\f073";
}

.lni-conversations-10::before {
  content: "\f074";
}

.lni-conversations-11::before {
  content: "\f075";
}

.lni-conversations-12::before {
  content: "\f076";
}

.lni-conversations-2::before {
  content: "\f077";
}

.lni-conversations-3::before {
  content: "\f078";
}

.lni-conversations-4::before {
  content: "\f079";
}

.lni-conversations-5::before {
  content: "\f07a";
}

.lni-conversations-6::before {
  content: "\f07b";
}

.lni-conversations-7::before {
  content: "\f07c";
}

.lni-conversations-8::before {
  content: "\f07d";
}

.lni-conversations-9::before {
  content: "\f07e";
}

.lni-convert::before {
  content: "\f07f";
}

.lni-convert-image::before {
  content: "\f080";
}

.lni-convert-video-image::before {
  content: "\f081";
}

.lni-convert-video-music::before {
  content: "\f082";
}

.lni-cookies::before {
  content: "\f083";
}

.lni-copilot::before {
  content: "\f084";
}

.lni-copy-1::before {
  content: "\f085";
}

.lni-copy-2::before {
  content: "\f086";
}

.lni-copy-3::before {
  content: "\f087";
}

.lni-copy-4::before {
  content: "\f088";
}

.lni-copy-5::before {
  content: "\f089";
}

.lni-copy-6::before {
  content: "\f08a";
}

.lni-copy-7::before {
  content: "\f08b";
}

.lni-copy-8::before {
  content: "\f08c";
}

.lni-coral::before {
  content: "\f08d";
}

.lni-corn::before {
  content: "\f08e";
}

.lni-corner-double-down-left::before {
  content: "\f08f";
}

.lni-corner-double-down-right::before {
  content: "\f090";
}

.lni-corner-double-left-down::before {
  content: "\f091";
}

.lni-corner-double-left-up::before {
  content: "\f092";
}

.lni-corner-double-right-down::before {
  content: "\f093";
}

.lni-corner-double-right-up::before {
  content: "\f094";
}

.lni-corner-double-up-left::before {
  content: "\f095";
}

.lni-corner-double-up-right::before {
  content: "\f096";
}

.lni-cottage-1::before {
  content: "\f097";
}

.lni-cottage-2::before {
  content: "\f098";
}

.lni-cottage-3::before {
  content: "\f099";
}

.lni-cottage-4::before {
  content: "\f09a";
}

.lni-cotton-bud::before {
  content: "\f09b";
}

.lni-cotton-buds::before {
  content: "\f09c";
}

.lni-court-1::before {
  content: "\f09d";
}

.lni-court-2::before {
  content: "\f09e";
}

.lni-court-3::before {
  content: "\f09f";
}

.lni-court-check-circle::before {
  content: "\f0a0";
}

.lni-court-disabled::before {
  content: "\f0a1";
}

.lni-court-error-circle::before {
  content: "\f0a2";
}

.lni-court-fire::before {
  content: "\f0a3";
}

.lni-court-question-mark::before {
  content: "\f0a4";
}

.lni-court-time::before {
  content: "\f0a5";
}

.lni-court-user::before {
  content: "\f0a6";
}

.lni-court-xmark-circle::before {
  content: "\f0a7";
}

.lni-cow::before {
  content: "\f0a8";
}

.lni-cpanel::before {
  content: "\f0a9";
}

.lni-crab::before {
  content: "\f0aa";
}

.lni-crane-1::before {
  content: "\f0ab";
}

.lni-crane-10::before {
  content: "\f0ac";
}

.lni-crane-2::before {
  content: "\f0ad";
}

.lni-crane-3::before {
  content: "\f0ae";
}

.lni-crane-4::before {
  content: "\f0af";
}

.lni-crane-5::before {
  content: "\f0b0";
}

.lni-crane-6::before {
  content: "\f0b1";
}

.lni-crane-7::before {
  content: "\f0b2";
}

.lni-crane-8::before {
  content: "\f0b3";
}

.lni-crane-9::before {
  content: "\f0b4";
}

.lni-cream-1::before {
  content: "\f0b5";
}

.lni-cream-2::before {
  content: "\f0b6";
}

.lni-cream-3::before {
  content: "\f0b7";
}

.lni-cream-4::before {
  content: "\f0b8";
}

.lni-creative-commons::before {
  content: "\f0b9";
}

.lni-credit-card::before {
  content: "\f0ba";
}

.lni-credit-card-arrow-downward::before {
  content: "\f0bb";
}

.lni-credit-card-arrow-left::before {
  content: "\f0bc";
}

.lni-credit-card-arrow-right::before {
  content: "\f0bd";
}

.lni-credit-card-arrow-upward::before {
  content: "\f0be";
}

.lni-credit-card-bug::before {
  content: "\f0bf";
}

.lni-credit-card-cart::before {
  content: "\f0c0";
}

.lni-credit-card-check-circle::before {
  content: "\f0c1";
}

.lni-credit-card-disabled::before {
  content: "\f0c2";
}

.lni-credit-card-dollar::before {
  content: "\f0c3";
}

.lni-credit-card-error-circle::before {
  content: "\f0c4";
}

.lni-credit-card-euro::before {
  content: "\f0c5";
}

.lni-credit-card-gear::before {
  content: "\f0c6";
}

.lni-credit-card-globe::before {
  content: "\f0c7";
}

.lni-credit-card-info::before {
  content: "\f0c8";
}

.lni-credit-card-locked::before {
  content: "\f0c9";
}

.lni-credit-card-minus-circle::before {
  content: "\f0ca";
}

.lni-credit-card-money::before {
  content: "\f0cb";
}

.lni-credit-card-multiple::before {
  content: "\f0cc";
}

.lni-credit-card-nfc::before {
  content: "\f0cd";
}

.lni-credit-card-pencil::before {
  content: "\f0ce";
}

.lni-credit-card-percent-circle::before {
  content: "\f0cf";
}

.lni-credit-card-plus-circle::before {
  content: "\f0d0";
}

.lni-credit-card-plus-circle-1::before {
  content: "\f0d1";
}

.lni-credit-card-pound::before {
  content: "\f0d2";
}

.lni-credit-card-refresh::before {
  content: "\f0d3";
}

.lni-credit-card-ruble::before {
  content: "\f0d4";
}

.lni-credit-card-rupee::before {
  content: "\f0d5";
}

.lni-credit-card-search::before {
  content: "\f0d6";
}

.lni-credit-card-shield::before {
  content: "\f0d7";
}

.lni-credit-card-star::before {
  content: "\f0d8";
}

.lni-credit-card-swap::before {
  content: "\f0d9";
}

.lni-credit-card-taka::before {
  content: "\f0da";
}

.lni-credit-card-trash::before {
  content: "\f0db";
}

.lni-credit-card-unlocked::before {
  content: "\f0dc";
}

.lni-credit-card-user::before {
  content: "\f0dd";
}

.lni-credit-card-xmark-circle::before {
  content: "\f0de";
}

.lni-credit-card-yen::before {
  content: "\f0df";
}

.lni-cricket-bat::before {
  content: "\f0e0";
}

.lni-crocodile::before {
  content: "\f0e1";
}

.lni-crop::before {
  content: "\f0e2";
}

.lni-crop-2::before {
  content: "\f0e3";
}

.lni-crop-3::before {
  content: "\f0e4";
}

.lni-crop-image::before {
  content: "\f0e5";
}

.lni-cross::before {
  content: "\f0e6";
}

.lni-crown-1::before {
  content: "\f0e7";
}

.lni-crown-2::before {
  content: "\f0e8";
}

.lni-crown-3::before {
  content: "\f0e9";
}

.lni-crown-4::before {
  content: "\f0ea";
}

.lni-crown-queen::before {
  content: "\f0eb";
}

.lni-cruise-1::before {
  content: "\f0ec";
}

.lni-cruise-2::before {
  content: "\f0ed";
}

.lni-crypto-circle::before {
  content: "\f0ee";
}

.lni-css3::before {
  content: "\f0ef";
}

.lni-cubes::before {
  content: "\f0f0";
}

.lni-cupcake-1::before {
  content: "\f0f1";
}

.lni-cupcake-2::before {
  content: "\f0f2";
}

.lni-cupcake-heart-1::before {
  content: "\f0f3";
}

.lni-cupcake-heart-2::before {
  content: "\f0f4";
}

.lni-cupid::before {
  content: "\f0f5";
}

.lni-cupid-heart::before {
  content: "\f0f6";
}

.lni-curvy-road-1::before {
  content: "\f0f7";
}

.lni-curvy-road-2::before {
  content: "\f0f8";
}

.lni-cutter-1::before {
  content: "\f0f9";
}

.lni-cutter-2::before {
  content: "\f0fa";
}

.lni-dashboard-circle::before {
  content: "\f0fb";
}

.lni-dashboard-circle-beat::before {
  content: "\f0fc";
}

.lni-dashboard-circle-bolt::before {
  content: "\f0fd";
}

.lni-dashboard-circle-bug::before {
  content: "\f0fe";
}

.lni-dashboard-circle-check::before {
  content: "\f0ff";
}

.lni-dashboard-circle-gear::before {
  content: "\f100";
}

.lni-dashboard-circle-minus::before {
  content: "\f101";
}

.lni-dashboard-circle-mixed::before {
  content: "\f102";
}

.lni-dashboard-circle-pencil::before {
  content: "\f103";
}

.lni-dashboard-circle-pie-chart::before {
  content: "\f104";
}

.lni-dashboard-circle-plus::before {
  content: "\f105";
}

.lni-dashboard-circle-search::before {
  content: "\f106";
}

.lni-dashboard-circle-star::before {
  content: "\f107";
}

.lni-dashboard-circle-trend-down::before {
  content: "\f108";
}

.lni-dashboard-circle-trend-up::before {
  content: "\f109";
}

.lni-dashboard-circle-user::before {
  content: "\f10a";
}

.lni-dashboard-circle-xmark::before {
  content: "\f10b";
}

.lni-dashboard-sidebar::before {
  content: "\f10c";
}

.lni-dashboard-square-1::before {
  content: "\f10d";
}

.lni-dashboard-square-10::before {
  content: "\f10e";
}

.lni-dashboard-square-2::before {
  content: "\f10f";
}

.lni-dashboard-square-3::before {
  content: "\f110";
}

.lni-dashboard-square-4::before {
  content: "\f111";
}

.lni-dashboard-square-5::before {
  content: "\f112";
}

.lni-dashboard-square-6::before {
  content: "\f113";
}

.lni-dashboard-square-7::before {
  content: "\f114";
}

.lni-dashboard-square-8::before {
  content: "\f115";
}

.lni-dashboard-square-9::before {
  content: "\f116";
}

.lni-dashboard-square-beat::before {
  content: "\f117";
}

.lni-dashboard-square-bolt::before {
  content: "\f118";
}

.lni-dashboard-square-bug::before {
  content: "\f119";
}

.lni-dashboard-square-check::before {
  content: "\f11a";
}

.lni-dashboard-square-gear::before {
  content: "\f11b";
}

.lni-dashboard-square-minus::before {
  content: "\f11c";
}

.lni-dashboard-square-pencil::before {
  content: "\f11d";
}

.lni-dashboard-square-pie-chart::before {
  content: "\f11e";
}

.lni-dashboard-square-plus::before {
  content: "\f11f";
}

.lni-dashboard-square-search::before {
  content: "\f120";
}

.lni-dashboard-square-star::before {
  content: "\f121";
}

.lni-dashboard-square-trend-down::before {
  content: "\f122";
}

.lni-dashboard-square-trend-up::before {
  content: "\f123";
}

.lni-dashboard-square-user::before {
  content: "\f124";
}

.lni-dashboard-square-xmark::before {
  content: "\f125";
}

.lni-dashboard-topbar::before {
  content: "\f126";
}

.lni-database-1::before {
  content: "\f127";
}

.lni-database-2::before {
  content: "\f128";
}

.lni-database-3::before {
  content: "\f129";
}

.lni-database-4::before {
  content: "\f12a";
}

.lni-database-5::before {
  content: "\f12b";
}

.lni-database-arrow-downward::before {
  content: "\f12c";
}

.lni-database-arrow-left::before {
  content: "\f12d";
}

.lni-database-arrow-right::before {
  content: "\f12e";
}

.lni-database-arrow-upward::before {
  content: "\f12f";
}

.lni-database-bar-chart::before {
  content: "\f130";
}

.lni-database-bolt::before {
  content: "\f131";
}

.lni-database-check-circle::before {
  content: "\f132";
}

.lni-database-cloud::before {
  content: "\f133";
}

.lni-database-code::before {
  content: "\f134";
}

.lni-database-disabled-1::before {
  content: "\f135";
}

.lni-database-disabled-2::before {
  content: "\f136";
}

.lni-database-error-circle::before {
  content: "\f137";
}

.lni-database-gear::before {
  content: "\f138";
}

.lni-database-indicator::before {
  content: "\f139";
}

.lni-database-leaf::before {
  content: "\f13a";
}

.lni-database-link::before {
  content: "\f13b";
}

.lni-database-live::before {
  content: "\f13c";
}

.lni-database-locked::before {
  content: "\f13d";
}

.lni-database-minus-circle::before {
  content: "\f13e";
}

.lni-database-pencil::before {
  content: "\f13f";
}

.lni-database-percent::before {
  content: "\f140";
}

.lni-database-phone::before {
  content: "\f141";
}

.lni-database-play::before {
  content: "\f142";
}

.lni-database-question::before {
  content: "\f143";
}

.lni-database-refresh::before {
  content: "\f144";
}

.lni-database-shield::before {
  content: "\f145";
}

.lni-database-time::before {
  content: "\f146";
}

.lni-database-trash::before {
  content: "\f147";
}

.lni-database-user::before {
  content: "\f148";
}

.lni-database-video::before {
  content: "\f149";
}

.lni-database-wifi::before {
  content: "\f14a";
}

.lni-database-xmark-circle::before {
  content: "\f14b";
}

.lni-decagram-bulb::before {
  content: "\f14c";
}

.lni-deno::before {
  content: "\f14d";
}

.lni-deployment-laptop::before {
  content: "\f14e";
}

.lni-deployment-pc::before {
  content: "\f14f";
}

.lni-desert-1::before {
  content: "\f150";
}

.lni-desert-2::before {
  content: "\f151";
}

.lni-desert-3::before {
  content: "\f152";
}

.lni-desert-4::before {
  content: "\f153";
}

.lni-desert-5::before {
  content: "\f154";
}

.lni-desert-6::before {
  content: "\f155";
}

.lni-dev::before {
  content: "\f156";
}

.lni-device-beat::before {
  content: "\f157";
}

.lni-device-plus::before {
  content: "\f158";
}

.lni-dial::before {
  content: "\f159";
}

.lni-dial-max::before {
  content: "\f15a";
}

.lni-dial-med::before {
  content: "\f15b";
}

.lni-dialogflow::before {
  content: "\f15c";
}

.lni-diamond-aeroplane-1::before {
  content: "\f15d";
}

.lni-diamond-aeroplane-2::before {
  content: "\f15e";
}

.lni-diamond-arrow-both-direction-horizontal::before {
  content: "\f15f";
}

.lni-diamond-arrow-both-direction-vertical::before {
  content: "\f160";
}

.lni-diamond-arrow-left::before {
  content: "\f161";
}

.lni-diamond-arrow-right::before {
  content: "\f162";
}

.lni-diamond-arrow-upward::before {
  content: "\f163";
}

.lni-diamond-bolt::before {
  content: "\f164";
}

.lni-diamond-check::before {
  content: "\f165";
}

.lni-diamond-curve-left::before {
  content: "\f166";
}

.lni-diamond-curve-right::before {
  content: "\f167";
}

.lni-diamond-entering-left::before {
  content: "\f168";
}

.lni-diamond-entering-right::before {
  content: "\f169";
}

.lni-diamond-error::before {
  content: "\f16a";
}

.lni-diamond-fire::before {
  content: "\f16b";
}

.lni-diamond-heart::before {
  content: "\f16c";
}

.lni-diamond-info::before {
  content: "\f16d";
}

.lni-diamond-intersection-curve-left::before {
  content: "\f16e";
}

.lni-diamond-intersection-curve-right::before {
  content: "\f16f";
}

.lni-diamond-left-downward::before {
  content: "\f170";
}

.lni-diamond-list::before {
  content: "\f171";
}

.lni-diamond-locked::before {
  content: "\f172";
}

.lni-diamond-moon::before {
  content: "\f173";
}

.lni-diamond-no-entry::before {
  content: "\f174";
}

.lni-diamond-question::before {
  content: "\f175";
}

.lni-diamond-redo::before {
  content: "\f176";
}

.lni-diamond-refresh::before {
  content: "\f177";
}

.lni-diamond-right-downward::before {
  content: "\f178";
}

.lni-diamond-sharp-left-curve::before {
  content: "\f179";
}

.lni-diamond-sharp-right-curve::before {
  content: "\f17a";
}

.lni-diamond-sun::before {
  content: "\f17b";
}

.lni-diamond-turn-left::before {
  content: "\f17c";
}

.lni-diamond-turn-right::before {
  content: "\f17d";
}

.lni-diamond-two-way::before {
  content: "\f17e";
}

.lni-diamond-u-tern-left::before {
  content: "\f17f";
}

.lni-diamond-u-tern-right::before {
  content: "\f180";
}

.lni-diamond-undo::before {
  content: "\f181";
}

.lni-diamond-xmark::before {
  content: "\f182";
}

.lni-diamonds-1::before {
  content: "\f183";
}

.lni-diamonds-2::before {
  content: "\f184";
}

.lni-digitalocean::before {
  content: "\f185";
}

.lni-diners-club::before {
  content: "\f186";
}

.lni-direction-ltr::before {
  content: "\f187";
}

.lni-direction-north::before {
  content: "\f188";
}

.lni-direction-rtl::before {
  content: "\f189";
}

.lni-discord::before {
  content: "\f18a";
}

.lni-discord-chat::before {
  content: "\f18b";
}

.lni-discover::before {
  content: "\f18c";
}

.lni-disk-heart::before {
  content: "\f18d";
}

.lni-dna-1::before {
  content: "\f18e";
}

.lni-dna-2::before {
  content: "\f18f";
}

.lni-dna-3::before {
  content: "\f190";
}

.lni-docker::before {
  content: "\f191";
}

.lni-document-bulb::before {
  content: "\f192";
}

.lni-dog::before {
  content: "\f193";
}

.lni-dogecoin::before {
  content: "\f194";
}

.lni-dollar::before {
  content: "\f195";
}

.lni-dollar-arrow-downward::before {
  content: "\f196";
}

.lni-dollar-arrow-up::before {
  content: "\f197";
}

.lni-dollar-arrow-upward::before {
  content: "\f198";
}

.lni-dollar-circle::before {
  content: "\f199";
}

.lni-dollar-clock::before {
  content: "\f19a";
}

.lni-dollar-coins::before {
  content: "\f19b";
}

.lni-dollar-connect::before {
  content: "\f19c";
}

.lni-dollar-gift::before {
  content: "\f19d";
}

.lni-dollar-hexagon::before {
  content: "\f19e";
}

.lni-dollar-octagon::before {
  content: "\f19f";
}

.lni-dollar-square::before {
  content: "\f1a0";
}

.lni-dollar-trend-down::before {
  content: "\f1a1";
}

.lni-dollar-trend-up::before {
  content: "\f1a2";
}

.lni-dolphin::before {
  content: "\f1a3";
}

.lni-donut::before {
  content: "\f1a4";
}

.lni-door-1::before {
  content: "\f1a5";
}

.lni-door-2::before {
  content: "\f1a6";
}

.lni-door-3::before {
  content: "\f1a7";
}

.lni-door-hanger::before {
  content: "\f1a8";
}

.lni-door-hanger-heart::before {
  content: "\f1a9";
}

.lni-double-quotes-end-1::before {
  content: "\f1aa";
}

.lni-double-quotes-end-2::before {
  content: "\f1ab";
}

.lni-double-quotes-end-circle-1::before {
  content: "\f1ac";
}

.lni-double-quotes-end-circle-2::before {
  content: "\f1ad";
}

.lni-double-quotes-start-1::before {
  content: "\f1ae";
}

.lni-double-quotes-start-2::before {
  content: "\f1af";
}

.lni-double-quotes-start-circle-1::before {
  content: "\f1b0";
}

.lni-double-quotes-start-circle-2::before {
  content: "\f1b1";
}

.lni-dove::before {
  content: "\f1b2";
}

.lni-download-1::before {
  content: "\f1b3";
}

.lni-download-1-disabled::before {
  content: "\f1b4";
}

.lni-download-2::before {
  content: "\f1b5";
}

.lni-download-2-disabled::before {
  content: "\f1b6";
}

.lni-download-3::before {
  content: "\f1b7";
}

.lni-download-3-disabled::before {
  content: "\f1b8";
}

.lni-download-4::before {
  content: "\f1b9";
}

.lni-download-4-disabled::before {
  content: "\f1ba";
}

.lni-download-5::before {
  content: "\f1bb";
}

.lni-download-5-disabled::before {
  content: "\f1bc";
}

.lni-download-6::before {
  content: "\f1bd";
}

.lni-download-6-disabled::before {
  content: "\f1be";
}

.lni-download-7::before {
  content: "\f1bf";
}

.lni-download-7-disabled::before {
  content: "\f1c0";
}

.lni-download-8::before {
  content: "\f1c1";
}

.lni-download-8-disabled::before {
  content: "\f1c2";
}

.lni-download-circle-1::before {
  content: "\f1c3";
}

.lni-download-circle-2::before {
  content: "\f1c4";
}

.lni-download-cloud::before {
  content: "\f1c5";
}

.lni-download-half-circle-1::before {
  content: "\f1c6";
}

.lni-download-half-circle-2::before {
  content: "\f1c7";
}

.lni-download-rechtangle::before {
  content: "\f1c8";
}

.lni-download-square-1::before {
  content: "\f1c9";
}

.lni-download-square-2::before {
  content: "\f1ca";
}

.lni-downloading::before {
  content: "\f1cb";
}

.lni-dress-1::before {
  content: "\f1cc";
}

.lni-dress-2::before {
  content: "\f1cd";
}

.lni-dress-3::before {
  content: "\f1ce";
}

.lni-dress-4::before {
  content: "\f1cf";
}

.lni-dress-5::before {
  content: "\f1d0";
}

.lni-dribbble::before {
  content: "\f1d1";
}

.lni-dribbble-symbol::before {
  content: "\f1d2";
}

.lni-drill::before {
  content: "\f1d3";
}

.lni-drilling::before {
  content: "\f1d4";
}

.lni-drizzle::before {
  content: "\f1d5";
}

.lni-drone::before {
  content: "\f1d6";
}

.lni-dropbox::before {
  content: "\f1d7";
}

.lni-dropper-1::before {
  content: "\f1d8";
}

.lni-dropper-2::before {
  content: "\f1d9";
}

.lni-dropper-3::before {
  content: "\f1da";
}

.lni-dropper-4::before {
  content: "\f1db";
}

.lni-drupal::before {
  content: "\f1dc";
}

.lni-dual-sim::before {
  content: "\f1dd";
}

.lni-dual-sim-disabled::before {
  content: "\f1de";
}

.lni-duck::before {
  content: "\f1df";
}

.lni-dumbbell-1::before {
  content: "\f1e0";
}

.lni-dumbbell-2::before {
  content: "\f1e1";
}

.lni-dumbbells::before {
  content: "\f1e2";
}

.lni-earthquake::before {
  content: "\f1e3";
}

.lni-ebook::before {
  content: "\f1e4";
}

.lni-edge::before {
  content: "\f1e5";
}

.lni-eiffel-tower::before {
  content: "\f1e6";
}

.lni-elephant-1::before {
  content: "\f1e7";
}

.lni-elephant-2::before {
  content: "\f1e8";
}

.lni-elephant-3::before {
  content: "\f1e9";
}

.lni-emoj-diagonal-mouth::before {
  content: "\f1ea";
}

.lni-emoj-diagonal-mouth-curved::before {
  content: "\f1eb";
}

.lni-emoji-angry::before {
  content: "\f1ec";
}

.lni-emoji-angry-anguished::before {
  content: "\f1ed";
}

.lni-emoji-angry-anguished-horns::before {
  content: "\f1ee";
}

.lni-emoji-angry-confounded::before {
  content: "\f1ef";
}

.lni-emoji-angry-horns::before {
  content: "\f1f0";
}

.lni-emoji-angry-nose-steam::before {
  content: "\f1f1";
}

.lni-emoji-angry-smile::before {
  content: "\f1f2";
}

.lni-emoji-angry-swear::before {
  content: "\f1f3";
}

.lni-emoji-beam-hand-over-mouth::before {
  content: "\f1f4";
}

.lni-emoji-clouds::before {
  content: "\f1f5";
}

.lni-emoji-confounded-eyes-closed::before {
  content: "\f1f6";
}

.lni-emoji-confounded-squint::before {
  content: "\f1f7";
}

.lni-emoji-crying-1::before {
  content: "\f1f8";
}

.lni-emoji-crying-2::before {
  content: "\f1f9";
}

.lni-emoji-disguise::before {
  content: "\f1fa";
}

.lni-emoji-dizzy::before {
  content: "\f1fb";
}

.lni-emoji-drooling::before {
  content: "\f1fc";
}

.lni-emoji-exhaling::before {
  content: "\f1fd";
}

.lni-emoji-explode::before {
  content: "\f1fe";
}

.lni-emoji-expressionless::before {
  content: "\f1ff";
}

.lni-emoji-expressionless-dashed-line::before {
  content: "\f200";
}

.lni-emoji-expressionless-flat-eyes::before {
  content: "\f201";
}

.lni-emoji-face-mask::before {
  content: "\f202";
}

.lni-emoji-grimace::before {
  content: "\f203";
}

.lni-emoji-grin::before {
  content: "\f204";
}

.lni-emoji-grin-2::before {
  content: "\f205";
}

.lni-emoji-grin-2-large-eyes::before {
  content: "\f206";
}

.lni-emoji-grin-2-relaxed::before {
  content: "\f207";
}

.lni-emoji-grin-2-star::before {
  content: "\f208";
}

.lni-emoji-grin-2-wink::before {
  content: "\f209";
}

.lni-emoji-grin-angry-1::before {
  content: "\f20a";
}

.lni-emoji-grin-angry-2::before {
  content: "\f20b";
}

.lni-emoji-grin-angry-horns::before {
  content: "\f20c";
}

.lni-emoji-grin-beam::before {
  content: "\f20d";
}

.lni-emoji-grin-beam-sweat::before {
  content: "\f20e";
}

.lni-emoji-grin-eyes-heart::before {
  content: "\f20f";
}

.lni-emoji-grin-eyes-xmark::before {
  content: "\f210";
}

.lni-emoji-grin-large-eyes-1::before {
  content: "\f211";
}

.lni-emoji-grin-large-eyes-2::before {
  content: "\f212";
}

.lni-emoji-grin-squint::before {
  content: "\f213";
}

.lni-emoji-grin-tears-squint::before {
  content: "\f214";
}

.lni-emoji-grin-tears-squint-rotated::before {
  content: "\f215";
}

.lni-emoji-grin-wink-1::before {
  content: "\f216";
}

.lni-emoji-grin-wink-2::before {
  content: "\f217";
}

.lni-emoji-hand-over-mouth::before {
  content: "\f218";
}

.lni-emoji-hat::before {
  content: "\f219";
}

.lni-emoji-head-bandage::before {
  content: "\f21a";
}

.lni-emoji-icicles::before {
  content: "\f21b";
}

.lni-emoji-judging::before {
  content: "\f21c";
}

.lni-emoji-kiss::before {
  content: "\f21d";
}

.lni-emoji-kiss-eyes-closed::before {
  content: "\f21e";
}

.lni-emoji-kiss-eyes-closed-heart::before {
  content: "\f21f";
}

.lni-emoji-long-nose::before {
  content: "\f220";
}

.lni-emoji-meh-blank::before {
  content: "\f221";
}

.lni-emoji-meh-blank-large-eyes::before {
  content: "\f222";
}

.lni-emoji-meh-large-eyes::before {
  content: "\f223";
}

.lni-emoji-meh-rolling-eyes::before {
  content: "\f224";
}

.lni-emoji-melting::before {
  content: "\f225";
}

.lni-emoji-monocle::before {
  content: "\f226";
}

.lni-emoji-mouth-sewed::before {
  content: "\f227";
}

.lni-emoji-mouth-xmark::before {
  content: "\f228";
}

.lni-emoji-mouth-xmark-eyes-closed::before {
  content: "\f229";
}

.lni-emoji-mouth-zip::before {
  content: "\f22a";
}

.lni-emoji-nauseated::before {
  content: "\f22b";
}

.lni-emoji-nauseated-eye-brows::before {
  content: "\f22c";
}

.lni-emoji-party::before {
  content: "\f22d";
}

.lni-emoji-pensive::before {
  content: "\f22e";
}

.lni-emoji-pouting::before {
  content: "\f22f";
}

.lni-emoji-pouting-large-eyes::before {
  content: "\f230";
}

.lni-emoji-pouting-open-eye-brows::before {
  content: "\f231";
}

.lni-emoji-pouting-open-sweat::before {
  content: "\f232";
}

.lni-emoji-sad::before {
  content: "\f233";
}

.lni-emoji-sad-large-eyes-eye-brows::before {
  content: "\f234";
}

.lni-emoji-sad-squint-1::before {
  content: "\f235";
}

.lni-emoji-sad-squint-2::before {
  content: "\f236";
}

.lni-emoji-sad-sweat-eye-brows::before {
  content: "\f237";
}

.lni-emoji-sad-sweat-eyes-flat::before {
  content: "\f238";
}

.lni-emoji-sad-xmark-eyes::before {
  content: "\f239";
}

.lni-emoji-saluting::before {
  content: "\f23a";
}

.lni-emoji-scream::before {
  content: "\f23b";
}

.lni-emoji-shush::before {
  content: "\f23c";
}

.lni-emoji-sick-thermometer::before {
  content: "\f23d";
}

.lni-emoji-sleepy::before {
  content: "\f23e";
}

.lni-emoji-smile::before {
  content: "\f23f";
}

.lni-emoji-smile-glasses::before {
  content: "\f240";
}

.lni-emoji-smile-glasses-eyes::before {
  content: "\f241";
}

.lni-emoji-smile-glasses-eyes-teeth::before {
  content: "\f242";
}

.lni-emoji-smile-halo::before {
  content: "\f243";
}

.lni-emoji-smile-hands::before {
  content: "\f244";
}

.lni-emoji-smile-heart-eyes::before {
  content: "\f245";
}

.lni-emoji-smile-hearts::before {
  content: "\f246";
}

.lni-emoji-smile-large-eyes-tears::before {
  content: "\f247";
}

.lni-emoji-smile-relaxed::before {
  content: "\f248";
}

.lni-emoji-smile-relaxed-eyebrows::before {
  content: "\f249";
}

.lni-emoji-smile-relaxed-happy::before {
  content: "\f24a";
}

.lni-emoji-smile-relaxed-mouth-open::before {
  content: "\f24b";
}

.lni-emoji-smile-side::before {
  content: "\f24c";
}

.lni-emoji-smile-side-eyes-closed::before {
  content: "\f24d";
}

.lni-emoji-smile-sunglass::before {
  content: "\f24e";
}

.lni-emoji-smile-tear::before {
  content: "\f24f";
}

.lni-emoji-smile-tongue::before {
  content: "\f250";
}

.lni-emoji-smile-upside-down::before {
  content: "\f251";
}

.lni-emoji-smile-wink::before {
  content: "\f252";
}

.lni-emoji-smirking::before {
  content: "\f253";
}

.lni-emoji-smirking-sad::before {
  content: "\f254";
}

.lni-emoji-spiral-eyes::before {
  content: "\f255";
}

.lni-emoji-surprised::before {
  content: "\f256";
}

.lni-emoji-surprised-eye-brows::before {
  content: "\f257";
}

.lni-emoji-thinking::before {
  content: "\f258";
}

.lni-emoji-tired::before {
  content: "\f259";
}

.lni-emoji-tissue::before {
  content: "\f25a";
}

.lni-emoji-tongue::before {
  content: "\f25b";
}

.lni-emoji-tongue-dollar::before {
  content: "\f25c";
}

.lni-emoji-tongue-large-eyes::before {
  content: "\f25d";
}

.lni-emoji-tongue-sweat::before {
  content: "\f25e";
}

.lni-emoji-tongue-wink::before {
  content: "\f25f";
}

.lni-emoji-tongue-wink-large-eyes::before {
  content: "\f260";
}

.lni-emoji-vomit::before {
  content: "\f261";
}

.lni-emoji-weary::before {
  content: "\f262";
}

.lni-emoji-weary-eyes-closed::before {
  content: "\f263";
}

.lni-emoji-weary-eyes-closed-tears::before {
  content: "\f264";
}

.lni-emoji-weary-sweat::before {
  content: "\f265";
}

.lni-emoji-weary-sweat-eye-brows::before {
  content: "\f266";
}

.lni-emoji-weary-wink-eye-brows::before {
  content: "\f267";
}

.lni-emoji-woozy::before {
  content: "\f268";
}

.lni-emoji-zany::before {
  content: "\f269";
}

.lni-empire-state-building::before {
  content: "\f26a";
}

.lni-enter::before {
  content: "\f26b";
}

.lni-enter-down::before {
  content: "\f26c";
}

.lni-envato::before {
  content: "\f26d";
}

.lni-envelope-1::before {
  content: "\f26e";
}

.lni-envelope-2::before {
  content: "\f26f";
}

.lni-envelope-3::before {
  content: "\f270";
}

.lni-envelope-arrow-bottom-left::before {
  content: "\f271";
}

.lni-envelope-arrow-right::before {
  content: "\f272";
}

.lni-envelope-arrow-top-right::before {
  content: "\f273";
}

.lni-envelope-check-circle::before {
  content: "\f274";
}

.lni-envelope-disabled::before {
  content: "\f275";
}

.lni-envelope-document::before {
  content: "\f276";
}

.lni-envelope-error-circle::before {
  content: "\f277";
}

.lni-envelope-heart-1::before {
  content: "\f278";
}

.lni-envelope-heart-2::before {
  content: "\f279";
}

.lni-envelope-info-circle::before {
  content: "\f27a";
}

.lni-envelope-locked::before {
  content: "\f27b";
}

.lni-envelope-minus-circle::before {
  content: "\f27c";
}

.lni-envelope-money::before {
  content: "\f27d";
}

.lni-envelope-paperclip::before {
  content: "\f27e";
}

.lni-envelope-pencil::before {
  content: "\f27f";
}

.lni-envelope-plus-circle::before {
  content: "\f280";
}

.lni-envelope-search::before {
  content: "\f281";
}

.lni-envelope-share::before {
  content: "\f282";
}

.lni-envelope-shield::before {
  content: "\f283";
}

.lni-envelope-xmark-circle::before {
  content: "\f284";
}

.lni-envlope-bulb::before {
  content: "\f285";
}

.lni-eraser-1::before {
  content: "\f286";
}

.lni-eraser-2::before {
  content: "\f287";
}

.lni-error::before {
  content: "\f288";
}

.lni-error-circle::before {
  content: "\f289";
}

.lni-error-hexagon::before {
  content: "\f28a";
}

.lni-error-octagon::before {
  content: "\f28b";
}

.lni-error-square::before {
  content: "\f28c";
}

.lni-ethereum::before {
  content: "\f28d";
}

.lni-ethereum-logo::before {
  content: "\f28e";
}

.lni-ethernet-1::before {
  content: "\f28f";
}

.lni-ethernet-2::before {
  content: "\f290";
}

.lni-euro::before {
  content: "\f291";
}

.lni-euro-circle::before {
  content: "\f292";
}

.lni-euro-trend-down::before {
  content: "\f293";
}

.lni-euro-trend-up::before {
  content: "\f294";
}

.lni-event-gate::before {
  content: "\f295";
}

.lni-exclude-selection::before {
  content: "\f296";
}

.lni-exit::before {
  content: "\f297";
}

.lni-exit-up::before {
  content: "\f298";
}

.lni-expand-arrow-1::before {
  content: "\f299";
}

.lni-expand-arrow-10::before {
  content: "\f29a";
}

.lni-expand-arrow-2::before {
  content: "\f29b";
}

.lni-expand-arrow-3::before {
  content: "\f29c";
}

.lni-expand-arrow-4::before {
  content: "\f29d";
}

.lni-expand-arrow-5::before {
  content: "\f29e";
}

.lni-expand-arrow-6::before {
  content: "\f29f";
}

.lni-expand-arrow-7::before {
  content: "\f2a0";
}

.lni-expand-arrow-8::before {
  content: "\f2a1";
}

.lni-expand-arrow-9::before {
  content: "\f2a2";
}

.lni-expand-arrow-top-right-square-1::before {
  content: "\f2a3";
}

.lni-expand-arrow-top-right-square-2::before {
  content: "\f2a4";
}

.lni-expand-circle::before {
  content: "\f2a5";
}

.lni-expand-square-1::before {
  content: "\f2a6";
}

.lni-expand-square-2::before {
  content: "\f2a7";
}

.lni-expand-square-3::before {
  content: "\f2a8";
}

.lni-expand-square-4::before {
  content: "\f2a9";
}

.lni-expressjs::before {
  content: "\f2aa";
}

.lni-eye::before {
  content: "\f2ab";
}

.lni-eye-check-circle::before {
  content: "\f2ac";
}

.lni-eye-dollar::before {
  content: "\f2ad";
}

.lni-face-yawn-hand-over-mouth::before {
  content: "\f2ae";
}

.lni-facebook::before {
  content: "\f2af";
}

.lni-facebook-messenger::before {
  content: "\f2b0";
}

.lni-facebook-rounded::before {
  content: "\f2b1";
}

.lni-facebook-square::before {
  content: "\f2b2";
}

.lni-facetime::before {
  content: "\f2b3";
}

.lni-facewash::before {
  content: "\f2b4";
}

.lni-factory-1::before {
  content: "\f2b5";
}

.lni-factory-2::before {
  content: "\f2b6";
}

.lni-factory-3::before {
  content: "\f2b7";
}

.lni-factory-4::before {
  content: "\f2b8";
}

.lni-factory-5::before {
  content: "\f2b9";
}

.lni-factory-6::before {
  content: "\f2ba";
}

.lni-factory-7::before {
  content: "\f2bb";
}

.lni-factory-check-circle::before {
  content: "\f2bc";
}

.lni-factory-disabled::before {
  content: "\f2bd";
}

.lni-factory-error-circle::before {
  content: "\f2be";
}

.lni-factory-fire::before {
  content: "\f2bf";
}

.lni-factory-gear::before {
  content: "\f2c0";
}

.lni-factory-leaf::before {
  content: "\f2c1";
}

.lni-factory-lokced::before {
  content: "\f2c2";
}

.lni-factory-percent::before {
  content: "\f2c3";
}

.lni-factory-plus-circle::before {
  content: "\f2c4";
}

.lni-factory-time::before {
  content: "\f2c5";
}

.lni-factory-user::before {
  content: "\f2c6";
}

.lni-factory-wifi::before {
  content: "\f2c7";
}

.lni-factory-xmark-circle::before {
  content: "\f2c8";
}

.lni-fahrenheit::before {
  content: "\f2c9";
}

.lni-fahrenheit-circle::before {
  content: "\f2ca";
}

.lni-family::before {
  content: "\f2cb";
}

.lni-family-heart::before {
  content: "\f2cc";
}

.lni-fan::before {
  content: "\f2cd";
}

.lni-feather::before {
  content: "\f2ce";
}

.lni-feature-phone::before {
  content: "\f2cf";
}

.lni-feature-phone-flip::before {
  content: "\f2d0";
}

.lni-feeder::before {
  content: "\f2d1";
}

.lni-female::before {
  content: "\f2d2";
}

.lni-female-square::before {
  content: "\f2d3";
}

.lni-fence-1::before {
  content: "\f2d4";
}

.lni-fence-2::before {
  content: "\f2d5";
}

.lni-figma::before {
  content: "\f2d6";
}

.lni-file-arrow-downward::before {
  content: "\f2d7";
}

.lni-file-arrow-left::before {
  content: "\f2d8";
}

.lni-file-arrow-right::before {
  content: "\f2d9";
}

.lni-file-arrow-upward::before {
  content: "\f2da";
}

.lni-file-audio::before {
  content: "\f2db";
}

.lni-file-badge::before {
  content: "\f2dc";
}

.lni-file-bar-chart::before {
  content: "\f2dd";
}

.lni-file-beat::before {
  content: "\f2de";
}

.lni-file-binary::before {
  content: "\f2df";
}

.lni-file-bookmark::before {
  content: "\f2e0";
}

.lni-file-bulb::before {
  content: "\f2e1";
}

.lni-file-check::before {
  content: "\f2e2";
}

.lni-file-check-circle::before {
  content: "\f2e3";
}

.lni-file-code::before {
  content: "\f2e4";
}

.lni-file-contract::before {
  content: "\f2e5";
}

.lni-file-disabled::before {
  content: "\f2e6";
}

.lni-file-dollar::before {
  content: "\f2e7";
}

.lni-file-download::before {
  content: "\f2e8";
}

.lni-file-error::before {
  content: "\f2e9";
}

.lni-file-format-csv::before {
  content: "\f2ea";
}

.lni-file-format-doc::before {
  content: "\f2eb";
}

.lni-file-format-eps::before {
  content: "\f2ec";
}

.lni-file-format-fig::before {
  content: "\f2ed";
}

.lni-file-format-gif::before {
  content: "\f2ee";
}

.lni-file-format-jpg::before {
  content: "\f2ef";
}

.lni-file-format-mov::before {
  content: "\f2f0";
}

.lni-file-format-mp3::before {
  content: "\f2f1";
}

.lni-file-format-mp4::before {
  content: "\f2f2";
}

.lni-file-format-pdf::before {
  content: "\f2f3";
}

.lni-file-format-png::before {
  content: "\f2f4";
}

.lni-file-format-ppt::before {
  content: "\f2f5";
}

.lni-file-format-psd::before {
  content: "\f2f6";
}

.lni-file-format-svg::before {
  content: "\f2f7";
}

.lni-file-format-xls::before {
  content: "\f2f8";
}

.lni-file-format-xml::before {
  content: "\f2f9";
}

.lni-file-format-zip::before {
  content: "\f2fa";
}

.lni-file-gear::before {
  content: "\f2fb";
}

.lni-file-hash::before {
  content: "\f2fc";
}

.lni-file-heart::before {
  content: "\f2fd";
}

.lni-file-image::before {
  content: "\f2fe";
}

.lni-file-info-circle::before {
  content: "\f2ff";
}

.lni-file-invoice::before {
  content: "\f300";
}

.lni-file-leaf::before {
  content: "\f301";
}

.lni-file-link::before {
  content: "\f302";
}

.lni-file-locked::before {
  content: "\f303";
}

.lni-file-minus::before {
  content: "\f304";
}

.lni-file-minus-circle::before {
  content: "\f305";
}

.lni-file-multiple::before {
  content: "\f306";
}

.lni-file-paperclip::before {
  content: "\f307";
}

.lni-file-pencil::before {
  content: "\f308";
}

.lni-file-percent::before {
  content: "\f309";
}

.lni-file-percent-circle::before {
  content: "\f30a";
}

.lni-file-pie-chart::before {
  content: "\f30b";
}

.lni-file-pin-1::before {
  content: "\f30c";
}

.lni-file-pin-2::before {
  content: "\f30d";
}

.lni-file-plus::before {
  content: "\f30e";
}

.lni-file-plus-circle::before {
  content: "\f30f";
}

.lni-file-prescription::before {
  content: "\f310";
}

.lni-file-question::before {
  content: "\f311";
}

.lni-file-refresh-anticlockwise::before {
  content: "\f312";
}

.lni-file-reload::before {
  content: "\f313";
}

.lni-file-search::before {
  content: "\f314";
}

.lni-file-share-1::before {
  content: "\f315";
}

.lni-file-share-2::before {
  content: "\f316";
}

.lni-file-shield::before {
  content: "\f317";
}

.lni-file-sound::before {
  content: "\f318";
}

.lni-file-spreadsheet::before {
  content: "\f319";
}

.lni-file-star::before {
  content: "\f31a";
}

.lni-file-swap::before {
  content: "\f31b";
}

.lni-file-text::before {
  content: "\f31c";
}

.lni-file-text-multiple::before {
  content: "\f31d";
}

.lni-file-trash::before {
  content: "\f31e";
}

.lni-file-trend-down::before {
  content: "\f31f";
}

.lni-file-trend-up::before {
  content: "\f320";
}

.lni-file-unlocked::before {
  content: "\f321";
}

.lni-file-upload::before {
  content: "\f322";
}

.lni-file-user::before {
  content: "\f323";
}

.lni-file-vector-points::before {
  content: "\f324";
}

.lni-file-video::before {
  content: "\f325";
}

.lni-file-xmark::before {
  content: "\f326";
}

.lni-file-xmark-circle::before {
  content: "\f327";
}

.lni-file-zip-1::before {
  content: "\f328";
}

.lni-file-zip-2::before {
  content: "\f329";
}

.lni-fill-drip::before {
  content: "\f32a";
}

.lni-film-1::before {
  content: "\f32b";
}

.lni-film-2::before {
  content: "\f32c";
}

.lni-film-3::before {
  content: "\f32d";
}

.lni-film-play::before {
  content: "\f32e";
}

.lni-film-role::before {
  content: "\f32f";
}

.lni-fingerprint-1::before {
  content: "\f330";
}

.lni-fingerprint-2::before {
  content: "\f331";
}

.lni-fingerprint-3::before {
  content: "\f332";
}

.lni-fire::before {
  content: "\f333";
}

.lni-firebase::before {
  content: "\f334";
}

.lni-firefox::before {
  content: "\f335";
}

.lni-firework-1::before {
  content: "\f336";
}

.lni-firework-2::before {
  content: "\f337";
}

.lni-firework-3::before {
  content: "\f338";
}

.lni-firework-4::before {
  content: "\f339";
}

.lni-firework-5::before {
  content: "\f33a";
}

.lni-firework-rocket-1::before {
  content: "\f33b";
}

.lni-firework-rocket-2::before {
  content: "\f33c";
}

.lni-firework-rocket-3::before {
  content: "\f33d";
}

.lni-firework-rocket-4::before {
  content: "\f33e";
}

.lni-firework-rocket-5::before {
  content: "\f33f";
}

.lni-firework-rocket-6::before {
  content: "\f340";
}

.lni-fish-1::before {
  content: "\f341";
}

.lni-fish-2::before {
  content: "\f342";
}

.lni-fitbit::before {
  content: "\f343";
}

.lni-flag-1::before {
  content: "\f344";
}

.lni-flag-2::before {
  content: "\f345";
}

.lni-flag-3::before {
  content: "\f346";
}

.lni-flag-4::before {
  content: "\f347";
}

.lni-flag-checkered::before {
  content: "\f348";
}

.lni-flag-cross::before {
  content: "\f349";
}

.lni-flag-dollar::before {
  content: "\f34a";
}

.lni-flag-go-1::before {
  content: "\f34b";
}

.lni-flag-golf-hole::before {
  content: "\f34c";
}

.lni-flag-pennant::before {
  content: "\f34d";
}

.lni-flag-racing::before {
  content: "\f34e";
}

.lni-flag-star-crescent::before {
  content: "\f34f";
}

.lni-flag-star-david::before {
  content: "\f350";
}

.lni-flag-usa::before {
  content: "\f351";
}

.lni-flags::before {
  content: "\f352";
}

.lni-flask-1::before {
  content: "\f353";
}

.lni-flask-2::before {
  content: "\f354";
}

.lni-flask-round-1::before {
  content: "\f355";
}

.lni-flask-round-2::before {
  content: "\f356";
}

.lni-flat-1::before {
  content: "\f357";
}

.lni-flat-2::before {
  content: "\f358";
}

.lni-flat-3::before {
  content: "\f359";
}

.lni-flats-1::before {
  content: "\f35a";
}

.lni-flats-2::before {
  content: "\f35b";
}

.lni-flats-3::before {
  content: "\f35c";
}

.lni-flickr::before {
  content: "\f35d";
}

.lni-flood::before {
  content: "\f35e";
}

.lni-floppy-disk-1::before {
  content: "\f35f";
}

.lni-floppy-disk-2::before {
  content: "\f360";
}

.lni-floppy-disk-3::before {
  content: "\f361";
}

.lni-floppy-disk-4::before {
  content: "\f362";
}

.lni-floppy-disk-check-circle::before {
  content: "\f363";
}

.lni-floppy-disk-disabled-1::before {
  content: "\f364";
}

.lni-floppy-disk-disabled-3::before {
  content: "\f365";
}

.lni-floppy-disk-disabled-4::before {
  content: "\f366";
}

.lni-floppy-disk-error-circle::before {
  content: "\f367";
}

.lni-floppy-disk-time::before {
  content: "\f368";
}

.lni-floppy-disk-xmark-circle::before {
  content: "\f369";
}

.lni-flower-1::before {
  content: "\f36a";
}

.lni-flower-2::before {
  content: "\f36b";
}

.lni-flower-3::before {
  content: "\f36c";
}

.lni-flower-heart::before {
  content: "\f36d";
}

.lni-flutter::before {
  content: "\f36e";
}

.lni-folder-1::before {
  content: "\f36f";
}

.lni-folder-2::before {
  content: "\f370";
}

.lni-folder-3::before {
  content: "\f371";
}

.lni-folder-4::before {
  content: "\f372";
}

.lni-folder-5::before {
  content: "\f373";
}

.lni-folder-6::before {
  content: "\f374";
}

.lni-folder-7::before {
  content: "\f375";
}

.lni-folder-arrow-downward::before {
  content: "\f376";
}

.lni-folder-arrow-left::before {
  content: "\f377";
}

.lni-folder-arrow-right::before {
  content: "\f378";
}

.lni-folder-arrow-upward::before {
  content: "\f379";
}

.lni-folder-audio::before {
  content: "\f37a";
}

.lni-folder-binary::before {
  content: "\f37b";
}

.lni-folder-book::before {
  content: "\f37c";
}

.lni-folder-bookmark::before {
  content: "\f37d";
}

.lni-folder-check-circle::before {
  content: "\f37e";
}

.lni-folder-chip::before {
  content: "\f37f";
}

.lni-folder-cloud::before {
  content: "\f380";
}

.lni-folder-code::before {
  content: "\f381";
}

.lni-folder-disabled::before {
  content: "\f382";
}

.lni-folder-disabled-2::before {
  content: "\f383";
}

.lni-folder-document::before {
  content: "\f384";
}

.lni-folder-download::before {
  content: "\f385";
}

.lni-folder-error-circle::before {
  content: "\f386";
}

.lni-folder-gear::before {
  content: "\f387";
}

.lni-folder-heart::before {
  content: "\f388";
}

.lni-folder-image::before {
  content: "\f389";
}

.lni-folder-info-circle::before {
  content: "\f38a";
}

.lni-folder-iot-1::before {
  content: "\f38b";
}

.lni-folder-iot-2::before {
  content: "\f38c";
}

.lni-folder-iot-3::before {
  content: "\f38d";
}

.lni-folder-leaf::before {
  content: "\f38e";
}

.lni-folder-link::before {
  content: "\f38f";
}

.lni-folder-locked::before {
  content: "\f390";
}

.lni-folder-minus-circle::before {
  content: "\f391";
}

.lni-folder-paperclip::before {
  content: "\f392";
}

.lni-folder-pencil::before {
  content: "\f393";
}

.lni-folder-percent-circle::before {
  content: "\f394";
}

.lni-folder-phone::before {
  content: "\f395";
}

.lni-folder-pin-1::before {
  content: "\f396";
}

.lni-folder-pin-2::before {
  content: "\f397";
}

.lni-folder-play::before {
  content: "\f398";
}

.lni-folder-plus-circle::before {
  content: "\f399";
}

.lni-folder-refresh::before {
  content: "\f39a";
}

.lni-folder-search::before {
  content: "\f39b";
}

.lni-folder-share::before {
  content: "\f39c";
}

.lni-folder-shield::before {
  content: "\f39d";
}

.lni-folder-sound::before {
  content: "\f39e";
}

.lni-folder-star::before {
  content: "\f39f";
}

.lni-folder-swap::before {
  content: "\f3a0";
}

.lni-folder-trash::before {
  content: "\f3a1";
}

.lni-folder-tree::before {
  content: "\f3a2";
}

.lni-folder-unlocked::before {
  content: "\f3a3";
}

.lni-folder-upload::before {
  content: "\f3a4";
}

.lni-folder-user::before {
  content: "\f3a5";
}

.lni-folder-video::before {
  content: "\f3a6";
}

.lni-folder-xmark-circle::before {
  content: "\f3a7";
}

.lni-folder-zip-1::before {
  content: "\f3a8";
}

.lni-folder-zip-2::before {
  content: "\f3a9";
}

.lni-folders::before {
  content: "\f3aa";
}

.lni-font-height::before {
  content: "\f3ab";
}

.lni-font-square::before {
  content: "\f3ac";
}

.lni-football::before {
  content: "\f3ad";
}

.lni-ford::before {
  content: "\f3ae";
}

.lni-fork::before {
  content: "\f3af";
}

.lni-fork-rotated::before {
  content: "\f3b0";
}

.lni-fork-spoon-1::before {
  content: "\f3b1";
}

.lni-fork-spoon-2::before {
  content: "\f3b2";
}

.lni-fortress::before {
  content: "\f3b3";
}

.lni-forward::before {
  content: "\f3b4";
}

.lni-fountain::before {
  content: "\f3b5";
}

.lni-frame::before {
  content: "\f3b6";
}

.lni-frame-image::before {
  content: "\f3b7";
}

.lni-framer::before {
  content: "\f3b8";
}

.lni-french-fries::before {
  content: "\f3b9";
}

.lni-frog-1::before {
  content: "\f3ba";
}

.lni-frog-2::before {
  content: "\f3bb";
}

.lni-frog-3::before {
  content: "\f3bc";
}

.lni-fuel-pump::before {
  content: "\f3bd";
}

.lni-funnel-1::before {
  content: "\f3be";
}

.lni-funnel-2::before {
  content: "\f3bf";
}

.lni-funnel-3::before {
  content: "\f3c0";
}

.lni-funnel-4::before {
  content: "\f3c1";
}

.lni-gallery::before {
  content: "\f3c2";
}

.lni-game-console-handheld::before {
  content: "\f3c3";
}

.lni-game-console-handheld-crank::before {
  content: "\f3c4";
}

.lni-game-pad::before {
  content: "\f3c5";
}

.lni-game-pad-modern-1::before {
  content: "\f3c6";
}

.lni-game-pad-modern-2::before {
  content: "\f3c7";
}

.lni-game-pad-modern-bluetooth::before {
  content: "\f3c8";
}

.lni-game-pad-modern-bolt::before {
  content: "\f3c9";
}

.lni-game-pad-modern-check-circle::before {
  content: "\f3ca";
}

.lni-game-pad-modern-disabled::before {
  content: "\f3cb";
}

.lni-game-pad-modern-error-circle::before {
  content: "\f3cc";
}

.lni-game-pad-modern-gear::before {
  content: "\f3cd";
}

.lni-game-pad-modern-plus-circle::before {
  content: "\f3ce";
}

.lni-game-pad-modern-vr::before {
  content: "\f3cf";
}

.lni-game-pad-modern-wifi::before {
  content: "\f3d0";
}

.lni-game-pad-modern-xmark-circle::before {
  content: "\f3d1";
}

.lni-gatsby::before {
  content: "\f3d2";
}

.lni-gauge-1::before {
  content: "\f3d3";
}

.lni-gauge-1-disabled::before {
  content: "\f3d4";
}

.lni-gauge-1-high::before {
  content: "\f3d5";
}

.lni-gauge-1-low::before {
  content: "\f3d6";
}

.lni-gauge-1-max::before {
  content: "\f3d7";
}

.lni-gauge-1-min::before {
  content: "\f3d8";
}

.lni-gauge-2::before {
  content: "\f3d9";
}

.lni-gauge-2-disabled::before {
  content: "\f3da";
}

.lni-gauge-2-high::before {
  content: "\f3db";
}

.lni-gauge-2-low::before {
  content: "\f3dc";
}

.lni-gauge-2-max::before {
  content: "\f3dd";
}

.lni-gauge-2-min::before {
  content: "\f3de";
}

.lni-gauge-check-circle::before {
  content: "\f3df";
}

.lni-gauge-disabled-2::before {
  content: "\f3e0";
}

.lni-gauge-error-circle::before {
  content: "\f3e1";
}

.lni-gauge-fire::before {
  content: "\f3e2";
}

.lni-gauge-minus-circle::before {
  content: "\f3e3";
}

.lni-gauge-plus-circle::before {
  content: "\f3e4";
}

.lni-gauge-xmark-circle::before {
  content: "\f3e5";
}

.lni-gear-1::before {
  content: "\f3e6";
}

.lni-gear-1-disabled::before {
  content: "\f3e7";
}

.lni-gear-2::before {
  content: "\f3e8";
}

.lni-gear-2-disabled::before {
  content: "\f3e9";
}

.lni-gear-arrow-down-left::before {
  content: "\f3ea";
}

.lni-gear-arrow-down-right::before {
  content: "\f3eb";
}

.lni-gear-arrow-downward::before {
  content: "\f3ec";
}

.lni-gear-arrow-left::before {
  content: "\f3ed";
}

.lni-gear-arrow-right::before {
  content: "\f3ee";
}

.lni-gear-arrow-top-left::before {
  content: "\f3ef";
}

.lni-gear-arrow-top-right::before {
  content: "\f3f0";
}

.lni-gear-arrow-upward::before {
  content: "\f3f1";
}

.lni-gear-auto::before {
  content: "\f3f2";
}

.lni-gear-beat::before {
  content: "\f3f3";
}

.lni-gear-beat-2::before {
  content: "\f3f4";
}

.lni-gear-bitcoin::before {
  content: "\f3f5";
}

.lni-gear-bolt::before {
  content: "\f3f6";
}

.lni-gear-bulb::before {
  content: "\f3f7";
}

.lni-gear-check::before {
  content: "\f3f8";
}

.lni-gear-chip::before {
  content: "\f3f9";
}

.lni-gear-cloud::before {
  content: "\f3fa";
}

.lni-gear-code::before {
  content: "\f3fb";
}

.lni-gear-crypto::before {
  content: "\f3fc";
}

.lni-gear-dollar::before {
  content: "\f3fd";
}

.lni-gear-eye::before {
  content: "\f3fe";
}

.lni-gear-info::before {
  content: "\f3ff";
}

.lni-gear-leaf::before {
  content: "\f400";
}

.lni-gear-locked::before {
  content: "\f401";
}

.lni-gear-map-marker::before {
  content: "\f402";
}

.lni-gear-music::before {
  content: "\f403";
}

.lni-gear-pencil::before {
  content: "\f404";
}

.lni-gear-percent::before {
  content: "\f405";
}

.lni-gear-plane::before {
  content: "\f406";
}

.lni-gear-play::before {
  content: "\f407";
}

.lni-gear-plus::before {
  content: "\f408";
}

.lni-gear-question-mark::before {
  content: "\f409";
}

.lni-gear-refresh-anticlockwise::before {
  content: "\f40a";
}

.lni-gear-refresh-clockwise::before {
  content: "\f40b";
}

.lni-gear-reload-anticlockwise::before {
  content: "\f40c";
}

.lni-gear-reload-clockwise::before {
  content: "\f40d";
}

.lni-gear-search::before {
  content: "\f40e";
}

.lni-gear-share::before {
  content: "\f40f";
}

.lni-gear-shield::before {
  content: "\f410";
}

.lni-gear-sound::before {
  content: "\f411";
}

.lni-gear-star::before {
  content: "\f412";
}

.lni-gear-swap::before {
  content: "\f413";
}

.lni-gear-unlocked::before {
  content: "\f414";
}

.lni-gear-user::before {
  content: "\f415";
}

.lni-gear-video::before {
  content: "\f416";
}

.lni-gear-wifi-1::before {
  content: "\f417";
}

.lni-gear-wifi-2::before {
  content: "\f418";
}

.lni-gear-xmark::before {
  content: "\f419";
}

.lni-gears-1::before {
  content: "\f41a";
}

.lni-gears-2::before {
  content: "\f41b";
}

.lni-gears-3::before {
  content: "\f41c";
}

.lni-gears-4::before {
  content: "\f41d";
}

.lni-gears-5::before {
  content: "\f41e";
}

.lni-gears-6::before {
  content: "\f41f";
}

.lni-gears-7::before {
  content: "\f420";
}

.lni-gears-8::before {
  content: "\f421";
}

.lni-gemini::before {
  content: "\f422";
}

.lni-ghost::before {
  content: "\f423";
}

.lni-git::before {
  content: "\f424";
}

.lni-github::before {
  content: "\f425";
}

.lni-glass-juice-1::before {
  content: "\f426";
}

.lni-glass-juice-2::before {
  content: "\f427";
}

.lni-glasses-1::before {
  content: "\f428";
}

.lni-glasses-2::before {
  content: "\f429";
}

.lni-glasses-3::before {
  content: "\f42a";
}

.lni-glasses-4::before {
  content: "\f42b";
}

.lni-glasses-5::before {
  content: "\f42c";
}

.lni-globe-1::before {
  content: "\f42d";
}

.lni-globe-2::before {
  content: "\f42e";
}

.lni-globe-3::before {
  content: "\f42f";
}

.lni-globe-4::before {
  content: "\f430";
}

.lni-globe-5::before {
  content: "\f431";
}

.lni-globe-6::before {
  content: "\f432";
}

.lni-globe-disabled::before {
  content: "\f433";
}

.lni-globe-envelope::before {
  content: "\f434";
}

.lni-globe-stand::before {
  content: "\f435";
}

.lni-glove-boxing::before {
  content: "\f436";
}

.lni-go::before {
  content: "\f437";
}

.lni-goblet::before {
  content: "\f438";
}

.lni-gold-bars::before {
  content: "\f439";
}

.lni-goodreads::before {
  content: "\f43a";
}

.lni-google::before {
  content: "\f43b";
}

.lni-google-cloud::before {
  content: "\f43c";
}

.lni-google-drive::before {
  content: "\f43d";
}

.lni-google-meet::before {
  content: "\f43e";
}

.lni-google-pay::before {
  content: "\f43f";
}

.lni-google-wallet::before {
  content: "\f440";
}

.lni-gorilla::before {
  content: "\f441";
}

.lni-graduation-cap-1::before {
  content: "\f442";
}

.lni-graduation-cap-2::before {
  content: "\f443";
}

.lni-graduation-cap-3::before {
  content: "\f444";
}

.lni-grammarly::before {
  content: "\f445";
}

.lni-grapes-1::before {
  content: "\f446";
}

.lni-grapes-2::before {
  content: "\f447";
}

.lni-grass::before {
  content: "\f448";
}

.lni-guava::before {
  content: "\f449";
}

.lni-guava-leaf::before {
  content: "\f44a";
}

.lni-guava-slice::before {
  content: "\f44b";
}

.lni-guiter::before {
  content: "\f44c";
}

.lni-gym::before {
  content: "\f44d";
}

.lni-h2o::before {
  content: "\f44e";
}

.lni-hacker-news::before {
  content: "\f44f";
}

.lni-hair::before {
  content: "\f450";
}

.lni-hair-curler::before {
  content: "\f451";
}

.lni-hairdryer::before {
  content: "\f452";
}

.lni-hammer-1::before {
  content: "\f453";
}

.lni-hammer-2::before {
  content: "\f454";
}

.lni-hammer-3::before {
  content: "\f455";
}

.lni-hand-give-take::before {
  content: "\f456";
}

.lni-hand-grip::before {
  content: "\f457";
}

.lni-hand-heart::before {
  content: "\f458";
}

.lni-hand-mic::before {
  content: "\f459";
}

.lni-hand-mic-stand::before {
  content: "\f45a";
}

.lni-hand-pointed-down::before {
  content: "\f45b";
}

.lni-hand-pointed-left::before {
  content: "\f45c";
}

.lni-hand-pointed-right::before {
  content: "\f45d";
}

.lni-hand-pointed-up::before {
  content: "\f45e";
}

.lni-hand-shake::before {
  content: "\f45f";
}

.lni-hand-shake-circle::before {
  content: "\f460";
}

.lni-hand-shake-square::before {
  content: "\f461";
}

.lni-hand-stop::before {
  content: "\f462";
}

.lni-hand-taking::before {
  content: "\f463";
}

.lni-hand-taking-bar-chart::before {
  content: "\f464";
}

.lni-hand-taking-beat::before {
  content: "\f465";
}

.lni-hand-taking-bulb::before {
  content: "\f466";
}

.lni-hand-taking-coins::before {
  content: "\f467";
}

.lni-hand-taking-dollar::before {
  content: "\f468";
}

.lni-hand-taking-heart::before {
  content: "\f469";
}

.lni-hand-taking-leaf-1::before {
  content: "\f46a";
}

.lni-hand-taking-leaf-2::before {
  content: "\f46b";
}

.lni-hand-taking-plus::before {
  content: "\f46c";
}

.lni-hand-taking-trend-up::before {
  content: "\f46d";
}

.lni-hand-taking-user::before {
  content: "\f46e";
}

.lni-hands-holding::before {
  content: "\f46f";
}

.lni-hanger::before {
  content: "\f470";
}

.lni-hanging-rings::before {
  content: "\f471";
}

.lni-hash::before {
  content: "\f472";
}

.lni-hashnode::before {
  content: "\f473";
}

.lni-hat-1::before {
  content: "\f474";
}

.lni-hat-2::before {
  content: "\f475";
}

.lni-hat-chef-1::before {
  content: "\f476";
}

.lni-hat-chef-2::before {
  content: "\f477";
}

.lni-hat-chef-3::before {
  content: "\f478";
}

.lni-hat-chef-4::before {
  content: "\f479";
}

.lni-hat-chef-5::before {
  content: "\f47a";
}

.lni-hat-chef-6::before {
  content: "\f47b";
}

.lni-hat-winter-1::before {
  content: "\f47c";
}

.lni-hat-winter-2::before {
  content: "\f47d";
}

.lni-hat-wizard-1::before {
  content: "\f47e";
}

.lni-hat-wizard-2::before {
  content: "\f47f";
}

.lni-hat-wizard-3::before {
  content: "\f480";
}

.lni-hat-wizard-4::before {
  content: "\f481";
}

.lni-hat-wizard-5::before {
  content: "\f482";
}

.lni-hd::before {
  content: "\f483";
}

.lni-hdd-bar-chart::before {
  content: "\f484";
}

.lni-hdd-beat::before {
  content: "\f485";
}

.lni-hdd-binary::before {
  content: "\f486";
}

.lni-hdd-bolt::before {
  content: "\f487";
}

.lni-hdd-bug::before {
  content: "\f488";
}

.lni-hdd-check-circle::before {
  content: "\f489";
}

.lni-hdd-cloud::before {
  content: "\f48a";
}

.lni-hdd-code-1::before {
  content: "\f48b";
}

.lni-hdd-code-2::before {
  content: "\f48c";
}

.lni-hdd-database::before {
  content: "\f48d";
}

.lni-hdd-disabled-1::before {
  content: "\f48e";
}

.lni-hdd-disabled-2::before {
  content: "\f48f";
}

.lni-hdd-disabled-3::before {
  content: "\f490";
}

.lni-hdd-error-circle::before {
  content: "\f491";
}

.lni-hdd-fire::before {
  content: "\f492";
}

.lni-hdd-gear::before {
  content: "\f493";
}

.lni-hdd-info-circle::before {
  content: "\f494";
}

.lni-hdd-leaf::before {
  content: "\f495";
}

.lni-hdd-locked::before {
  content: "\f496";
}

.lni-hdd-pencil::before {
  content: "\f497";
}

.lni-hdd-pie-chart::before {
  content: "\f498";
}

.lni-hdd-recycle::before {
  content: "\f499";
}

.lni-hdd-refresh::before {
  content: "\f49a";
}

.lni-hdd-search::before {
  content: "\f49b";
}

.lni-hdd-shield::before {
  content: "\f49c";
}

.lni-hdd-trash::before {
  content: "\f49d";
}

.lni-hdd-trend-down::before {
  content: "\f49e";
}

.lni-hdd-trend-up::before {
  content: "\f49f";
}

.lni-hdd-xmark-circle::before {
  content: "\f4a0";
}

.lni-head-bulb-1::before {
  content: "\f4a1";
}

.lni-head-bulb-2::before {
  content: "\f4a2";
}

.lni-head-side-chip-1::before {
  content: "\f4a3";
}

.lni-head-side-chip-2::before {
  content: "\f4a4";
}

.lni-head-side-code-1::before {
  content: "\f4a5";
}

.lni-head-side-code-2::before {
  content: "\f4a6";
}

.lni-head-side-dollar::before {
  content: "\f4a7";
}

.lni-head-side-simple-code-1::before {
  content: "\f4a8";
}

.lni-head-side-simple-code-2::before {
  content: "\f4a9";
}

.lni-headband-heart::before {
  content: "\f4aa";
}

.lni-headphone-1::before {
  content: "\f4ab";
}

.lni-headphone-1-disabled::before {
  content: "\f4ac";
}

.lni-headphone-1-mic::before {
  content: "\f4ad";
}

.lni-headphone-1-mic-disabled::before {
  content: "\f4ae";
}

.lni-headphone-2::before {
  content: "\f4af";
}

.lni-headphone-2-disabled::before {
  content: "\f4b0";
}

.lni-headphone-3::before {
  content: "\f4b1";
}

.lni-headphone-3-disabled::before {
  content: "\f4b2";
}

.lni-headphone-bluetooth::before {
  content: "\f4b3";
}

.lni-headphone-book::before {
  content: "\f4b4";
}

.lni-headphone-check-circle::before {
  content: "\f4b5";
}

.lni-headphone-gear::before {
  content: "\f4b6";
}

.lni-headphone-play::before {
  content: "\f4b7";
}

.lni-headphone-plus-circle::before {
  content: "\f4b8";
}

.lni-headphone-wifi::before {
  content: "\f4b9";
}

.lni-headphone-xmark-circle::before {
  content: "\f4ba";
}

.lni-heart::before {
  content: "\f4bb";
}

.lni-heart-beat::before {
  content: "\f4bc";
}

.lni-heart-check::before {
  content: "\f4bd";
}

.lni-heart-leaf::before {
  content: "\f4be";
}

.lni-heart-plus::before {
  content: "\f4bf";
}

.lni-heart-potion::before {
  content: "\f4c0";
}

.lni-hearts::before {
  content: "\f4c1";
}

.lni-helicopter-1::before {
  content: "\f4c2";
}

.lni-helicopter-2::before {
  content: "\f4c3";
}

.lni-helmet-safety-1::before {
  content: "\f4c4";
}

.lni-helmet-safety-2::before {
  content: "\f4c5";
}

.lni-hen-1::before {
  content: "\f4c6";
}

.lni-hexagon::before {
  content: "\f4c7";
}

.lni-hexagons::before {
  content: "\f4c8";
}

.lni-hierarchy-1::before {
  content: "\f4c9";
}

.lni-hierarchy-2::before {
  content: "\f4ca";
}

.lni-hierarchy-3::before {
  content: "\f4cb";
}

.lni-hierarchy-4::before {
  content: "\f4cc";
}

.lni-hierarchy-5::before {
  content: "\f4cd";
}

.lni-hierarchy-6::before {
  content: "\f4ce";
}

.lni-hierarchy-7::before {
  content: "\f4cf";
}

.lni-hierarchy-8::before {
  content: "\f4d0";
}

.lni-high-heel-1::before {
  content: "\f4d1";
}

.lni-high-heel-2::before {
  content: "\f4d2";
}

.lni-high-heel-3::before {
  content: "\f4d3";
}

.lni-highlighter-1::before {
  content: "\f4d4";
}

.lni-highlighter-2::before {
  content: "\f4d5";
}

.lni-highlighter-3::before {
  content: "\f4d6";
}

.lni-hiking::before {
  content: "\f4d7";
}

.lni-hill-flag::before {
  content: "\f4d8";
}

.lni-history-horizontal::before {
  content: "\f4d9";
}

.lni-history-page::before {
  content: "\f4da";
}

.lni-history-time::before {
  content: "\f4db";
}

.lni-history-trash::before {
  content: "\f4dc";
}

.lni-history-user::before {
  content: "\f4dd";
}

.lni-history-vertical::before {
  content: "\f4de";
}

.lni-holy-book-1::before {
  content: "\f4df";
}

.lni-holy-book-2::before {
  content: "\f4e0";
}

.lni-holy-book-3::before {
  content: "\f4e1";
}

.lni-home-1::before {
  content: "\f4e2";
}

.lni-home-2::before {
  content: "\f4e3";
}

.lni-home-3::before {
  content: "\f4e4";
}

.lni-home-4::before {
  content: "\f4e5";
}

.lni-home-arrow-downward-1::before {
  content: "\f4e6";
}

.lni-home-arrow-downward-2::before {
  content: "\f4e7";
}

.lni-home-arrow-left-1::before {
  content: "\f4e8";
}

.lni-home-arrow-left-2::before {
  content: "\f4e9";
}

.lni-home-arrow-right-1::before {
  content: "\f4ea";
}

.lni-home-arrow-right-2::before {
  content: "\f4eb";
}

.lni-home-arrow-upward-1::before {
  content: "\f4ec";
}

.lni-home-arrow-upward-2::before {
  content: "\f4ed";
}

.lni-home-check-circle::before {
  content: "\f4ee";
}

.lni-home-disabled-1::before {
  content: "\f4ef";
}

.lni-home-disabled-2::before {
  content: "\f4f0";
}

.lni-home-fire-1::before {
  content: "\f4f1";
}

.lni-home-fire-2::before {
  content: "\f4f2";
}

.lni-home-gear-1::before {
  content: "\f4f3";
}

.lni-home-gear-2::before {
  content: "\f4f4";
}

.lni-home-heart::before {
  content: "\f4f5";
}

.lni-home-heart-circle::before {
  content: "\f4f6";
}

.lni-home-info::before {
  content: "\f4f7";
}

.lni-home-leaf-1::before {
  content: "\f4f8";
}

.lni-home-leaf-2::before {
  content: "\f4f9";
}

.lni-home-lokced-1::before {
  content: "\f4fa";
}

.lni-home-lokced-2::before {
  content: "\f4fb";
}

.lni-home-minus-circle::before {
  content: "\f4fc";
}

.lni-home-moon-1::before {
  content: "\f4fd";
}

.lni-home-moon-2::before {
  content: "\f4fe";
}

.lni-home-pencil-1::before {
  content: "\f4ff";
}

.lni-home-pencil-2::before {
  content: "\f500";
}

.lni-home-percent-1::before {
  content: "\f501";
}

.lni-home-percent-2::before {
  content: "\f502";
}

.lni-home-play-2::before {
  content: "\f503";
}

.lni-home-plus::before {
  content: "\f504";
}

.lni-home-plus-circle::before {
  content: "\f505";
}

.lni-home-question-mark-1::before {
  content: "\f506";
}

.lni-home-question-mark-2::before {
  content: "\f507";
}

.lni-home-sleep::before {
  content: "\f508";
}

.lni-home-smile::before {
  content: "\f509";
}

.lni-home-star::before {
  content: "\f50a";
}

.lni-home-sun-1::before {
  content: "\f50b";
}

.lni-home-sun-2::before {
  content: "\f50c";
}

.lni-home-time::before {
  content: "\f50d";
}

.lni-home-trash-1::before {
  content: "\f50e";
}

.lni-home-trash-2::before {
  content: "\f50f";
}

.lni-home-user-1::before {
  content: "\f510";
}

.lni-home-user-2::before {
  content: "\f511";
}

.lni-home-wifi-1::before {
  content: "\f512";
}

.lni-home-wifi-2::before {
  content: "\f513";
}

.lni-home-xmark::before {
  content: "\f514";
}

.lni-home-xmark-circle::before {
  content: "\f515";
}

.lni-hop::before {
  content: "\f516";
}

.lni-horse::before {
  content: "\f517";
}

.lni-hospital-1::before {
  content: "\f518";
}

.lni-hospital-10::before {
  content: "\f519";
}

.lni-hospital-2::before {
  content: "\f51a";
}

.lni-hospital-3::before {
  content: "\f51b";
}

.lni-hospital-4::before {
  content: "\f51c";
}

.lni-hospital-5::before {
  content: "\f51d";
}

.lni-hospital-6::before {
  content: "\f51e";
}

.lni-hospital-7::before {
  content: "\f51f";
}

.lni-hospital-8::before {
  content: "\f520";
}

.lni-hospital-9::before {
  content: "\f521";
}

.lni-hospital-bed-1::before {
  content: "\f522";
}

.lni-hospital-bed-10::before {
  content: "\f523";
}

.lni-hospital-bed-2::before {
  content: "\f524";
}

.lni-hospital-bed-3::before {
  content: "\f525";
}

.lni-hospital-bed-4::before {
  content: "\f526";
}

.lni-hospital-bed-5::before {
  content: "\f527";
}

.lni-hospital-bed-6::before {
  content: "\f528";
}

.lni-hospital-bed-7::before {
  content: "\f529";
}

.lni-hospital-bed-8::before {
  content: "\f52a";
}

.lni-hospital-bed-9::before {
  content: "\f52b";
}

.lni-hospital-h::before {
  content: "\f52c";
}

.lni-hospital-plus::before {
  content: "\f52d";
}

.lni-hot-air-balloon-1::before {
  content: "\f52e";
}

.lni-hot-air-balloon-2::before {
  content: "\f52f";
}

.lni-hot-pepper::before {
  content: "\f530";
}

.lni-hotdog::before {
  content: "\f531";
}

.lni-hourglass::before {
  content: "\f532";
}

.lni-hourglass-add::before {
  content: "\f533";
}

.lni-hourglass-beat::before {
  content: "\f534";
}

.lni-hourglass-bottom-filled::before {
  content: "\f535";
}

.lni-hourglass-check::before {
  content: "\f536";
}

.lni-hourglass-close::before {
  content: "\f537";
}

.lni-hourglass-disabled::before {
  content: "\f538";
}

.lni-hourglass-dollar::before {
  content: "\f539";
}

.lni-hourglass-error::before {
  content: "\f53a";
}

.lni-hourglass-fifty::before {
  content: "\f53b";
}

.lni-hourglass-half::before {
  content: "\f53c";
}

.lni-hourglass-locked::before {
  content: "\f53d";
}

.lni-hourglass-moon::before {
  content: "\f53e";
}

.lni-hourglass-percent::before {
  content: "\f53f";
}

.lni-hourglass-play::before {
  content: "\f540";
}

.lni-hourglass-sun::before {
  content: "\f541";
}

.lni-hourglass-ten::before {
  content: "\f542";
}

.lni-hourglass-time::before {
  content: "\f543";
}

.lni-hourglass-top-filled::before {
  content: "\f544";
}

.lni-hourglass-trash::before {
  content: "\f545";
}

.lni-house-document::before {
  content: "\f546";
}

.lni-house-dollar::before {
  content: "\f547";
}

.lni-house-map-marker::before {
  content: "\f548";
}

.lni-house-plan-1::before {
  content: "\f549";
}

.lni-house-plan-2::before {
  content: "\f54a";
}

.lni-house-plan-3::before {
  content: "\f54b";
}

.lni-house-plan-4::before {
  content: "\f54c";
}

.lni-house-plan-5::before {
  content: "\f54d";
}

.lni-house-shield::before {
  content: "\f54e";
}

.lni-house-smart-control::before {
  content: "\f54f";
}

.lni-house-star::before {
  content: "\f550";
}

.lni-house-website::before {
  content: "\f551";
}

.lni-house-wifi::before {
  content: "\f552";
}

.lni-html5::before {
  content: "\f553";
}

.lni-hut-1::before {
  content: "\f554";
}

.lni-hut-2::before {
  content: "\f555";
}

.lni-hut-3::before {
  content: "\f556";
}

.lni-hydra-1::before {
  content: "\f557";
}

.lni-hydra-2::before {
  content: "\f558";
}

.lni-ibm::before {
  content: "\f559";
}

.lni-ice-cream-bar::before {
  content: "\f55a";
}

.lni-ice-cream-cone-1::before {
  content: "\f55b";
}

.lni-ice-cream-cone-2::before {
  content: "\f55c";
}

.lni-ice-cream-cup::before {
  content: "\f55d";
}

.lni-icicles::before {
  content: "\f55e";
}

.lni-icon::before {
  content: "\f55f";
}

.lni-icon-1::before {
  content: "\f560";
}

.lni-icon-2::before {
  content: "\f561";
}

.lni-id-airplane-1::before {
  content: "\f562";
}

.lni-id-airplane-2::before {
  content: "\f563";
}

.lni-id-airplane-3::before {
  content: "\f564";
}

.lni-id-airplane-4::before {
  content: "\f565";
}

.lni-id-badge::before {
  content: "\f566";
}

.lni-id-card::before {
  content: "\f567";
}

.lni-id-card-clip::before {
  content: "\f568";
}

.lni-imdb::before {
  content: "\f569";
}

.lni-indent::before {
  content: "\f56a";
}

.lni-info::before {
  content: "\f56b";
}

.lni-info-2::before {
  content: "\f56c";
}

.lni-info-circle::before {
  content: "\f56d";
}

.lni-info-circle-2::before {
  content: "\f56e";
}

.lni-info-decagram::before {
  content: "\f56f";
}

.lni-info-hexagon::before {
  content: "\f570";
}

.lni-info-octagon::before {
  content: "\f571";
}

.lni-info-square::before {
  content: "\f572";
}

.lni-info-square-2::before {
  content: "\f573";
}

.lni-info-triangle::before {
  content: "\f574";
}

.lni-infrared-horizontal::before {
  content: "\f575";
}

.lni-infrared-vertical::before {
  content: "\f576";
}

.lni-inhaler::before {
  content: "\f577";
}

.lni-injection-1::before {
  content: "\f578";
}

.lni-injection-2::before {
  content: "\f579";
}

.lni-instagram::before {
  content: "\f57a";
}

.lni-instagram-logotype::before {
  content: "\f57b";
}

.lni-intel::before {
  content: "\f57c";
}

.lni-interpreter-hands::before {
  content: "\f57d";
}

.lni-intersect-selection::before {
  content: "\f57e";
}

.lni-invitation::before {
  content: "\f57f";
}

.lni-ios::before {
  content: "\f580";
}

.lni-island-1::before {
  content: "\f581";
}

.lni-island-2::before {
  content: "\f582";
}

.lni-island-3::before {
  content: "\f583";
}

.lni-jaguar::before {
  content: "\f584";
}

.lni-jamstack::before {
  content: "\f585";
}

.lni-java::before {
  content: "\f586";
}

.lni-javascript::before {
  content: "\f587";
}

.lni-jcb::before {
  content: "\f588";
}

.lni-jelly-fish::before {
  content: "\f589";
}

.lni-joomla::before {
  content: "\f58a";
}

.lni-joystick::before {
  content: "\f58b";
}

.lni-jsfiddle::before {
  content: "\f58c";
}

.lni-judge::before {
  content: "\f58d";
}

.lni-jurisdiction-1::before {
  content: "\f58e";
}

.lni-jurisdiction-2::before {
  content: "\f58f";
}

.lni-kayak::before {
  content: "\f590";
}

.lni-kelvin::before {
  content: "\f591";
}

.lni-kelvin-circle::before {
  content: "\f592";
}

.lni-kettlebell::before {
  content: "\f593";
}

.lni-kettlebells::before {
  content: "\f594";
}

.lni-key-1::before {
  content: "\f595";
}

.lni-key-2::before {
  content: "\f596";
}

.lni-key-heart::before {
  content: "\f597";
}

.lni-keyboard::before {
  content: "\f598";
}

.lni-keyboard-bluetooth::before {
  content: "\f599";
}

.lni-keyboard-check-circle::before {
  content: "\f59a";
}

.lni-keyboard-code::before {
  content: "\f59b";
}

.lni-keyboard-error-circle::before {
  content: "\f59c";
}

.lni-keyboard-gear::before {
  content: "\f59d";
}

.lni-keyboard-mouse::before {
  content: "\f59e";
}

.lni-keyboard-plus-circle::before {
  content: "\f59f";
}

.lni-keyboard-user::before {
  content: "\f5a0";
}

.lni-keyboard-wifi::before {
  content: "\f5a1";
}

.lni-keyboard-wire::before {
  content: "\f5a2";
}

.lni-keyboard-xmark-circle::before {
  content: "\f5a3";
}

.lni-kidneys::before {
  content: "\f5a4";
}

.lni-knife::before {
  content: "\f5a5";
}

.lni-knife-fork-1::before {
  content: "\f5a6";
}

.lni-knife-fork-2::before {
  content: "\f5a7";
}

.lni-kubernetes::before {
  content: "\f5a8";
}

.lni-label-dollar-1::before {
  content: "\f5a9";
}

.lni-label-dollar-2::before {
  content: "\f5aa";
}

.lni-label-list::before {
  content: "\f5ab";
}

.lni-label-percent::before {
  content: "\f5ac";
}

.lni-label-percent-1::before {
  content: "\f5ad";
}

.lni-label-percent-2::before {
  content: "\f5ae";
}

.lni-laptop-1::before {
  content: "\f5af";
}

.lni-laptop-2::before {
  content: "\f5b0";
}

.lni-laptop-3::before {
  content: "\f5b1";
}

.lni-laptop-4::before {
  content: "\f5b2";
}

.lni-laptop-4k::before {
  content: "\f5b3";
}

.lni-laptop-aids::before {
  content: "\f5b4";
}

.lni-laptop-beat-performance::before {
  content: "\f5b5";
}

.lni-laptop-binary::before {
  content: "\f5b6";
}

.lni-laptop-bitcoin::before {
  content: "\f5b7";
}

.lni-laptop-bluetooth::before {
  content: "\f5b8";
}

.lni-laptop-bolt::before {
  content: "\f5b9";
}

.lni-laptop-bug::before {
  content: "\f5ba";
}

.lni-laptop-camera-touchpad::before {
  content: "\f5bb";
}

.lni-laptop-check-circle::before {
  content: "\f5bc";
}

.lni-laptop-cloud::before {
  content: "\f5bd";
}

.lni-laptop-code::before {
  content: "\f5be";
}

.lni-laptop-disabled-1::before {
  content: "\f5bf";
}

.lni-laptop-disabled-2::before {
  content: "\f5c0";
}

.lni-laptop-doc::before {
  content: "\f5c1";
}

.lni-laptop-error::before {
  content: "\f5c2";
}

.lni-laptop-gear::before {
  content: "\f5c3";
}

.lni-laptop-heart::before {
  content: "\f5c4";
}

.lni-laptop-link::before {
  content: "\f5c5";
}

.lni-laptop-live::before {
  content: "\f5c6";
}

.lni-laptop-locked::before {
  content: "\f5c7";
}

.lni-laptop-percent::before {
  content: "\f5c8";
}

.lni-laptop-phone::before {
  content: "\f5c9";
}

.lni-laptop-play::before {
  content: "\f5ca";
}

.lni-laptop-recycle::before {
  content: "\f5cb";
}

.lni-laptop-refresh-anticlockwise::before {
  content: "\f5cc";
}

.lni-laptop-refresh-clockwise::before {
  content: "\f5cd";
}

.lni-laptop-reload::before {
  content: "\f5ce";
}

.lni-laptop-rocket-1::before {
  content: "\f5cf";
}

.lni-laptop-rocket-2::before {
  content: "\f5d0";
}

.lni-laptop-schedule::before {
  content: "\f5d1";
}

.lni-laptop-share::before {
  content: "\f5d2";
}

.lni-laptop-shield::before {
  content: "\f5d3";
}

.lni-laptop-star::before {
  content: "\f5d4";
}

.lni-laptop-target::before {
  content: "\f5d5";
}

.lni-laptop-thumbs-down::before {
  content: "\f5d6";
}

.lni-laptop-thumbs-up::before {
  content: "\f5d7";
}

.lni-laptop-trash::before {
  content: "\f5d8";
}

.lni-laptop-trend-down::before {
  content: "\f5d9";
}

.lni-laptop-trend-up::before {
  content: "\f5da";
}

.lni-laptop-user::before {
  content: "\f5db";
}

.lni-laptop-video::before {
  content: "\f5dc";
}

.lni-laptop-vr::before {
  content: "\f5dd";
}

.lni-laptop-wifi::before {
  content: "\f5de";
}

.lni-laptop-xmark-circle::before {
  content: "\f5df";
}

.lni-laravel::before {
  content: "\f5e0";
}

.lni-layers-1::before {
  content: "\f5e1";
}

.lni-layers-2::before {
  content: "\f5e2";
}

.lni-layers-3::before {
  content: "\f5e3";
}

.lni-layers-hexagon::before {
  content: "\f5e4";
}

.lni-layout-1::before {
  content: "\f5e5";
}

.lni-layout-10::before {
  content: "\f5e6";
}

.lni-layout-11::before {
  content: "\f5e7";
}

.lni-layout-12::before {
  content: "\f5e8";
}

.lni-layout-13::before {
  content: "\f5e9";
}

.lni-layout-14::before {
  content: "\f5ea";
}

.lni-layout-15::before {
  content: "\f5eb";
}

.lni-layout-16::before {
  content: "\f5ec";
}

.lni-layout-17::before {
  content: "\f5ed";
}

.lni-layout-18::before {
  content: "\f5ee";
}

.lni-layout-19::before {
  content: "\f5ef";
}

.lni-layout-2::before {
  content: "\f5f0";
}

.lni-layout-20::before {
  content: "\f5f1";
}

.lni-layout-21::before {
  content: "\f5f2";
}

.lni-layout-22::before {
  content: "\f5f3";
}

.lni-layout-23::before {
  content: "\f5f4";
}

.lni-layout-24::before {
  content: "\f5f5";
}

.lni-layout-25::before {
  content: "\f5f6";
}

.lni-layout-26::before {
  content: "\f5f7";
}

.lni-layout-3::before {
  content: "\f5f8";
}

.lni-layout-4::before {
  content: "\f5f9";
}

.lni-layout-5::before {
  content: "\f5fa";
}

.lni-layout-6::before {
  content: "\f5fb";
}

.lni-layout-7::before {
  content: "\f5fc";
}

.lni-layout-8::before {
  content: "\f5fd";
}

.lni-layout-9::before {
  content: "\f5fe";
}

.lni-leaf-1::before {
  content: "\f5ff";
}

.lni-leaf-10::before {
  content: "\f600";
}

.lni-leaf-2::before {
  content: "\f601";
}

.lni-leaf-3::before {
  content: "\f602";
}

.lni-leaf-4::before {
  content: "\f603";
}

.lni-leaf-5::before {
  content: "\f604";
}

.lni-leaf-6::before {
  content: "\f605";
}

.lni-leaf-7::before {
  content: "\f606";
}

.lni-leaf-8::before {
  content: "\f607";
}

.lni-leaf-9::before {
  content: "\f608";
}

.lni-lemon::before {
  content: "\f609";
}

.lni-lemon-squeezy::before {
  content: "\f60a";
}

.lni-letter-blocks::before {
  content: "\f60b";
}

.lni-letter-box::before {
  content: "\f60c";
}

.lni-library::before {
  content: "\f60d";
}

.lni-life-guard-tube-1::before {
  content: "\f60e";
}

.lni-life-guard-tube-2::before {
  content: "\f60f";
}

.lni-lift::before {
  content: "\f610";
}

.lni-lighthouse::before {
  content: "\f611";
}

.lni-line::before {
  content: "\f612";
}

.lni-line-dashed::before {
  content: "\f613";
}

.lni-line-dotted::before {
  content: "\f614";
}

.lni-line-height::before {
  content: "\f615";
}

.lni-lineicons::before {
  content: "\f616";
}

.lni-link-1-angular-left::before {
  content: "\f617";
}

.lni-link-1-angular-right::before {
  content: "\f618";
}

.lni-link-1-horizontal::before {
  content: "\f619";
}

.lni-link-1-horizontal-disabled::before {
  content: "\f61a";
}

.lni-link-1-vertical::before {
  content: "\f61b";
}

.lni-link-1-vertical-disabled::before {
  content: "\f61c";
}

.lni-link-2-angular-eft::before {
  content: "\f61d";
}

.lni-link-2-angular-right::before {
  content: "\f61e";
}

.lni-link-3-angular-left::before {
  content: "\f61f";
}

.lni-link-3-angular-left-disabled::before {
  content: "\f620";
}

.lni-link-3-angular-right::before {
  content: "\f621";
}

.lni-link-3-angular-right-disabled::before {
  content: "\f622";
}

.lni-link-3-horizontal::before {
  content: "\f623";
}

.lni-link-3-horizontal-disabled::before {
  content: "\f624";
}

.lni-link-3-vertical::before {
  content: "\f625";
}

.lni-link-3-vertical-disabled::before {
  content: "\f626";
}

.lni-linkedin::before {
  content: "\f627";
}

.lni-lips-1::before {
  content: "\f628";
}

.lni-lips-2::before {
  content: "\f629";
}

.lni-list-music-4::before {
  content: "\f62a";
}

.lni-litecoin::before {
  content: "\f62b";
}

.lni-live-badge::before {
  content: "\f62c";
}

.lni-live-stream::before {
  content: "\f62d";
}

.lni-liver::before {
  content: "\f62e";
}

.lni-location-6::before {
  content: "\f62f";
}

.lni-location-arrow-circle::before {
  content: "\f630";
}

.lni-location-arrow-left::before {
  content: "\f631";
}

.lni-location-arrow-right::before {
  content: "\f632";
}

.lni-location-arrow-square::before {
  content: "\f633";
}

.lni-location-arrow-timer::before {
  content: "\f634";
}

.lni-location-arrow-upward::before {
  content: "\f635";
}

.lni-location-crosshairs-1::before {
  content: "\f636";
}

.lni-location-crosshairs-1-disabled::before {
  content: "\f637";
}

.lni-location-crosshairs-2::before {
  content: "\f638";
}

.lni-location-crosshairs-2-disabled::before {
  content: "\f639";
}

.lni-lock-heart::before {
  content: "\f63a";
}

.lni-locked-1::before {
  content: "\f63b";
}

.lni-locked-2::before {
  content: "\f63c";
}

.lni-locked-3::before {
  content: "\f63d";
}

.lni-lockers::before {
  content: "\f63e";
}

.lni-lollipop-1::before {
  content: "\f63f";
}

.lni-lollipop-2::before {
  content: "\f640";
}

.lni-lollipop-3::before {
  content: "\f641";
}

.lni-lollipops::before {
  content: "\f642";
}

.lni-lolypop::before {
  content: "\f643";
}

.lni-loom::before {
  content: "\f644";
}

.lni-lungs::before {
  content: "\f645";
}

.lni-lychee::before {
  content: "\f646";
}

.lni-magento::before {
  content: "\f647";
}

.lni-magic-wand::before {
  content: "\f648";
}

.lni-magic-wand-1::before {
  content: "\f649";
}

.lni-magic-wand-2::before {
  content: "\f64a";
}

.lni-magnet::before {
  content: "\f64b";
}

.lni-magnet-bolt::before {
  content: "\f64c";
}

.lni-magnet-plus-minus::before {
  content: "\f64d";
}

.lni-magnetism::before {
  content: "\f64e";
}

.lni-mailchimp::before {
  content: "\f64f";
}

.lni-makeup::before {
  content: "\f650";
}

.lni-makeup-box-1::before {
  content: "\f651";
}

.lni-makeup-box-2::before {
  content: "\f652";
}

.lni-male::before {
  content: "\f653";
}

.lni-male-square::before {
  content: "\f654";
}

.lni-man-walking::before {
  content: "\f655";
}

.lni-map::before {
  content: "\f656";
}

.lni-map-3-dot-1::before {
  content: "\f657";
}

.lni-map-3-dot-2::before {
  content: "\f658";
}

.lni-map-arrow-downward::before {
  content: "\f659";
}

.lni-map-arrow-left::before {
  content: "\f65a";
}

.lni-map-arrow-right::before {
  content: "\f65b";
}

.lni-map-arrow-upward::before {
  content: "\f65c";
}

.lni-map-book::before {
  content: "\f65d";
}

.lni-map-bookmark::before {
  content: "\f65e";
}

.lni-map-check::before {
  content: "\f65f";
}

.lni-map-check-circle::before {
  content: "\f660";
}

.lni-map-cloud::before {
  content: "\f661";
}

.lni-map-code::before {
  content: "\f662";
}

.lni-map-cursor::before {
  content: "\f663";
}

.lni-map-database::before {
  content: "\f664";
}

.lni-map-delete::before {
  content: "\f665";
}

.lni-map-disabled-1::before {
  content: "\f666";
}

.lni-map-disabled-2::before {
  content: "\f667";
}

.lni-map-download::before {
  content: "\f668";
}

.lni-map-error-circle::before {
  content: "\f669";
}

.lni-map-eye::before {
  content: "\f66a";
}

.lni-map-gear::before {
  content: "\f66b";
}

.lni-map-heart::before {
  content: "\f66c";
}

.lni-map-info-circle::before {
  content: "\f66d";
}

.lni-map-link::before {
  content: "\f66e";
}

.lni-map-list::before {
  content: "\f66f";
}

.lni-map-lokced::before {
  content: "\f670";
}

.lni-map-marker-1::before {
  content: "\f671";
}

.lni-map-marker-10::before {
  content: "\f672";
}

.lni-map-marker-11::before {
  content: "\f673";
}

.lni-map-marker-12::before {
  content: "\f674";
}

.lni-map-marker-13::before {
  content: "\f675";
}

.lni-map-marker-2::before {
  content: "\f676";
}

.lni-map-marker-3::before {
  content: "\f677";
}

.lni-map-marker-4::before {
  content: "\f678";
}

.lni-map-marker-5::before {
  content: "\f679";
}

.lni-map-marker-7::before {
  content: "\f67a";
}

.lni-map-marker-8::before {
  content: "\f67b";
}

.lni-map-marker-9::before {
  content: "\f67c";
}

.lni-map-marker-arrow-down-left::before {
  content: "\f67d";
}

.lni-map-marker-arrow-down-right::before {
  content: "\f67e";
}

.lni-map-marker-arrow-downward::before {
  content: "\f67f";
}

.lni-map-marker-arrow-left::before {
  content: "\f680";
}

.lni-map-marker-arrow-right::before {
  content: "\f681";
}

.lni-map-marker-arrow-top-left::before {
  content: "\f682";
}

.lni-map-marker-arrow-top-right::before {
  content: "\f683";
}

.lni-map-marker-arrow-upward::before {
  content: "\f684";
}

.lni-map-marker-atm::before {
  content: "\f685";
}

.lni-map-marker-bolt::before {
  content: "\f686";
}

.lni-map-marker-bulb::before {
  content: "\f687";
}

.lni-map-marker-check::before {
  content: "\f688";
}

.lni-map-marker-circle::before {
  content: "\f689";
}

.lni-map-marker-code::before {
  content: "\f68a";
}

.lni-map-marker-cross::before {
  content: "\f68b";
}

.lni-map-marker-disabled-1::before {
  content: "\f68c";
}

.lni-map-marker-disabled-2::before {
  content: "\f68d";
}

.lni-map-marker-eye::before {
  content: "\f68e";
}

.lni-map-marker-gear::before {
  content: "\f68f";
}

.lni-map-marker-heart::before {
  content: "\f690";
}

.lni-map-marker-heart-2::before {
  content: "\f691";
}

.lni-map-marker-hospital::before {
  content: "\f692";
}

.lni-map-marker-info-1::before {
  content: "\f693";
}

.lni-map-marker-info-2::before {
  content: "\f694";
}

.lni-map-marker-left-downward::before {
  content: "\f695";
}

.lni-map-marker-lokced::before {
  content: "\f696";
}

.lni-map-marker-minus::before {
  content: "\f697";
}

.lni-map-marker-moon::before {
  content: "\f698";
}

.lni-map-marker-paperclip::before {
  content: "\f699";
}

.lni-map-marker-pencil::before {
  content: "\f69a";
}

.lni-map-marker-percent::before {
  content: "\f69b";
}

.lni-map-marker-plane-1::before {
  content: "\f69c";
}

.lni-map-marker-plane-2::before {
  content: "\f69d";
}

.lni-map-marker-plus::before {
  content: "\f69e";
}

.lni-map-marker-plus-area::before {
  content: "\f69f";
}

.lni-map-marker-question-mark::before {
  content: "\f6a0";
}

.lni-map-marker-refresh::before {
  content: "\f6a1";
}

.lni-map-marker-search::before {
  content: "\f6a2";
}

.lni-map-marker-share::before {
  content: "\f6a3";
}

.lni-map-marker-smile::before {
  content: "\f6a4";
}

.lni-map-marker-square::before {
  content: "\f6a5";
}

.lni-map-marker-star::before {
  content: "\f6a6";
}

.lni-map-marker-star-crescent::before {
  content: "\f6a7";
}

.lni-map-marker-star-david::before {
  content: "\f6a8";
}

.lni-map-marker-swap::before {
  content: "\f6a9";
}

.lni-map-marker-turn-right::before {
  content: "\f6aa";
}

.lni-map-marker-unlocked::before {
  content: "\f6ab";
}

.lni-map-marker-user::before {
  content: "\f6ac";
}

.lni-map-marker-xmark::before {
  content: "\f6ad";
}

.lni-map-minus-circle::before {
  content: "\f6ae";
}

.lni-map-moon::before {
  content: "\f6af";
}

.lni-map-paperclip::before {
  content: "\f6b0";
}

.lni-map-pencil::before {
  content: "\f6b1";
}

.lni-map-percent-circle::before {
  content: "\f6b2";
}

.lni-map-phone::before {
  content: "\f6b3";
}

.lni-map-pin-1::before {
  content: "\f6b4";
}

.lni-map-pin-2::before {
  content: "\f6b5";
}

.lni-map-pin-3::before {
  content: "\f6b6";
}

.lni-map-pin-4::before {
  content: "\f6b7";
}

.lni-map-pin-5::before {
  content: "\f6b8";
}

.lni-map-pin-5-disabled::before {
  content: "\f6b9";
}

.lni-map-plane-1::before {
  content: "\f6ba";
}

.lni-map-plane-2::before {
  content: "\f6bb";
}

.lni-map-plus::before {
  content: "\f6bc";
}

.lni-map-plus-circle::before {
  content: "\f6bd";
}

.lni-map-plus-minus::before {
  content: "\f6be";
}

.lni-map-question-mark::before {
  content: "\f6bf";
}

.lni-map-redo::before {
  content: "\f6c0";
}

.lni-map-refresh::before {
  content: "\f6c1";
}

.lni-map-reload::before {
  content: "\f6c2";
}

.lni-map-search::before {
  content: "\f6c3";
}

.lni-map-server::before {
  content: "\f6c4";
}

.lni-map-share-1::before {
  content: "\f6c5";
}

.lni-map-share-2::before {
  content: "\f6c6";
}

.lni-map-share-3::before {
  content: "\f6c7";
}

.lni-map-shield::before {
  content: "\f6c8";
}

.lni-map-star::before {
  content: "\f6c9";
}

.lni-map-sun::before {
  content: "\f6ca";
}

.lni-map-thumbs-down::before {
  content: "\f6cb";
}

.lni-map-thumbs-up::before {
  content: "\f6cc";
}

.lni-map-undo::before {
  content: "\f6cd";
}

.lni-map-unlocked::before {
  content: "\f6ce";
}

.lni-map-upload::before {
  content: "\f6cf";
}

.lni-map-user::before {
  content: "\f6d0";
}

.lni-map-vr::before {
  content: "\f6d1";
}

.lni-map-xmark::before {
  content: "\f6d2";
}

.lni-map-xmark-circle::before {
  content: "\f6d3";
}

.lni-mapping::before {
  content: "\f6d4";
}

.lni-mapping-disabled::before {
  content: "\f6d5";
}

.lni-markdown::before {
  content: "\f6d6";
}

.lni-mask::before {
  content: "\f6d7";
}

.lni-mask-1::before {
  content: "\f6d8";
}

.lni-mask-2::before {
  content: "\f6d9";
}

.lni-mask-skull::before {
  content: "\f6da";
}

.lni-mastercard::before {
  content: "\f6db";
}

.lni-maze::before {
  content: "\f6dc";
}

.lni-measure-tape::before {
  content: "\f6dd";
}

.lni-measuring-tape-1::before {
  content: "\f6de";
}

.lni-measuring-tape-2::before {
  content: "\f6df";
}

.lni-medal-1::before {
  content: "\f6e0";
}

.lni-medal-2::before {
  content: "\f6e1";
}

.lni-medal-3::before {
  content: "\f6e2";
}

.lni-medal-4::before {
  content: "\f6e3";
}

.lni-medal-5::before {
  content: "\f6e4";
}

.lni-medal-6::before {
  content: "\f6e5";
}

.lni-medal-7::before {
  content: "\f6e6";
}

.lni-medal-8::before {
  content: "\f6e7";
}

.lni-medal-9::before {
  content: "\f6e8";
}

.lni-medical-sign-beat-1::before {
  content: "\f6e9";
}

.lni-medical-sign-beat-2::before {
  content: "\f6ea";
}

.lni-medical-sign-plus-1::before {
  content: "\f6eb";
}

.lni-medical-sign-plus-2::before {
  content: "\f6ec";
}

.lni-medicine-bottle-1::before {
  content: "\f6ed";
}

.lni-medicine-bottle-2::before {
  content: "\f6ee";
}

.lni-medicine-bottle-3::before {
  content: "\f6ef";
}

.lni-medium::before {
  content: "\f6f0";
}

.lni-medium-alt::before {
  content: "\f6f1";
}

.lni-megaphone-1::before {
  content: "\f6f2";
}

.lni-megaphone-2::before {
  content: "\f6f3";
}

.lni-megaphone-3::before {
  content: "\f6f4";
}

.lni-menu-1::before {
  content: "\f6f5";
}

.lni-menu-2::before {
  content: "\f6f6";
}

.lni-menu-3::before {
  content: "\f6f7";
}

.lni-menu-4::before {
  content: "\f6f8";
}

.lni-menu-5::before {
  content: "\f6f9";
}

.lni-menu-6::before {
  content: "\f6fa";
}

.lni-menu-6-circle::before {
  content: "\f6fb";
}

.lni-menu-6-reverse-circle::before {
  content: "\f6fc";
}

.lni-menu-6-reverse-square::before {
  content: "\f6fd";
}

.lni-menu-6-square::before {
  content: "\f6fe";
}

.lni-menu-7::before {
  content: "\f6ff";
}

.lni-menu-bento-1::before {
  content: "\f700";
}

.lni-menu-bento-2::before {
  content: "\f701";
}

.lni-menu-cheesburger::before {
  content: "\f702";
}

.lni-menu-fries-left-1::before {
  content: "\f703";
}

.lni-menu-fries-left-2::before {
  content: "\f704";
}

.lni-menu-fries-right-1::before {
  content: "\f705";
}

.lni-menu-fries-right-2::before {
  content: "\f706";
}

.lni-menu-hamburger-1::before {
  content: "\f707";
}

.lni-menu-hamburger-2::before {
  content: "\f708";
}

.lni-menu-hamburger-circle::before {
  content: "\f709";
}

.lni-menu-hamburger-square::before {
  content: "\f70a";
}

.lni-menu-hotdog::before {
  content: "\f70b";
}

.lni-menu-hotdog-circle::before {
  content: "\f70c";
}

.lni-menu-hotdog-square::before {
  content: "\f70d";
}

.lni-menu-kebab-1::before {
  content: "\f70e";
}

.lni-menu-kebab-1-circle::before {
  content: "\f70f";
}

.lni-menu-kebab-1-square::before {
  content: "\f710";
}

.lni-menu-kebab-2::before {
  content: "\f711";
}

.lni-menu-meatballs-1::before {
  content: "\f712";
}

.lni-menu-meatballs-1-circle::before {
  content: "\f713";
}

.lni-menu-meatballs-1-square::before {
  content: "\f714";
}

.lni-menu-meatballs-2::before {
  content: "\f715";
}

.lni-menu-stairs-1::before {
  content: "\f716";
}

.lni-menu-stairs-2::before {
  content: "\f717";
}

.lni-menu-strawberry::before {
  content: "\f718";
}

.lni-menu-veggieburger::before {
  content: "\f719";
}

.lni-menu-veggieburger-circle::before {
  content: "\f71a";
}

.lni-menu-veggieburger-square::before {
  content: "\f71b";
}

.lni-mercedes::before {
  content: "\f71c";
}

.lni-merge::before {
  content: "\f71d";
}

.lni-merge-horizontal::before {
  content: "\f71e";
}

.lni-merge-vertical::before {
  content: "\f71f";
}

.lni-message-1::before {
  content: "\f720";
}

.lni-message-1-bar-chart::before {
  content: "\f721";
}

.lni-message-1-bulb::before {
  content: "\f722";
}

.lni-message-1-dots::before {
  content: "\f723";
}

.lni-message-1-error::before {
  content: "\f724";
}

.lni-message-1-heart::before {
  content: "\f725";
}

.lni-message-1-minus::before {
  content: "\f726";
}

.lni-message-1-plus::before {
  content: "\f727";
}

.lni-message-1-question::before {
  content: "\f728";
}

.lni-message-1-share::before {
  content: "\f729";
}

.lni-message-1-text::before {
  content: "\f72a";
}

.lni-message-2::before {
  content: "\f72b";
}

.lni-message-2-dots::before {
  content: "\f72c";
}

.lni-message-2-error::before {
  content: "\f72d";
}

.lni-message-2-heart::before {
  content: "\f72e";
}

.lni-message-2-minus::before {
  content: "\f72f";
}

.lni-message-2-plus::before {
  content: "\f730";
}

.lni-message-2-question::before {
  content: "\f731";
}

.lni-message-2-reversed::before {
  content: "\f732";
}

.lni-message-2-share::before {
  content: "\f733";
}

.lni-message-2-text::before {
  content: "\f734";
}

.lni-message-2-user::before {
  content: "\f735";
}

.lni-message-3::before {
  content: "\f736";
}

.lni-message-3-check::before {
  content: "\f737";
}

.lni-message-3-dots::before {
  content: "\f738";
}

.lni-message-3-error::before {
  content: "\f739";
}

.lni-message-3-heart::before {
  content: "\f73a";
}

.lni-message-3-minus::before {
  content: "\f73b";
}

.lni-message-3-plus::before {
  content: "\f73c";
}

.lni-message-3-question::before {
  content: "\f73d";
}

.lni-message-3-share::before {
  content: "\f73e";
}

.lni-message-3-text::before {
  content: "\f73f";
}

.lni-message-4::before {
  content: "\f740";
}

.lni-message-4-dots::before {
  content: "\f741";
}

.lni-message-4-error::before {
  content: "\f742";
}

.lni-message-4-heart::before {
  content: "\f743";
}

.lni-message-4-minus::before {
  content: "\f744";
}

.lni-message-4-plus::before {
  content: "\f745";
}

.lni-message-4-question::before {
  content: "\f746";
}

.lni-message-4-share::before {
  content: "\f747";
}

.lni-message-4-text::before {
  content: "\f748";
}

.lni-meta::before {
  content: "\f749";
}

.lni-meta-alt::before {
  content: "\f74a";
}

.lni-meta-rechtangle::before {
  content: "\f74b";
}

.lni-metaverse-1::before {
  content: "\f74c";
}

.lni-metaverse-2::before {
  content: "\f74d";
}

.lni-microphone-1::before {
  content: "\f74e";
}

.lni-microphone-1-circle::before {
  content: "\f74f";
}

.lni-microphone-2::before {
  content: "\f750";
}

.lni-microphone-3::before {
  content: "\f751";
}

.lni-microphone-4::before {
  content: "\f752";
}

.lni-microphone-check-circle::before {
  content: "\f753";
}

.lni-microphone-disabled-1::before {
  content: "\f754";
}

.lni-microphone-disabled-2::before {
  content: "\f755";
}

.lni-microphone-error-circle::before {
  content: "\f756";
}

.lni-microphone-gear::before {
  content: "\f757";
}

.lni-microphone-plus-circle::before {
  content: "\f758";
}

.lni-microphone-refresh::before {
  content: "\f759";
}

.lni-microphone-xmark-circle::before {
  content: "\f75a";
}

.lni-microscope::before {
  content: "\f75b";
}

.lni-microsoft::before {
  content: "\f75c";
}

.lni-microsoft-edge::before {
  content: "\f75d";
}

.lni-microsoft-teams::before {
  content: "\f75e";
}

.lni-milk-bottle-1::before {
  content: "\f75f";
}

.lni-milk-bottle-2::before {
  content: "\f760";
}

.lni-minus::before {
  content: "\f761";
}

.lni-minus-circle::before {
  content: "\f762";
}

.lni-minus-hexagon::before {
  content: "\f763";
}

.lni-minus-octagon::before {
  content: "\f764";
}

.lni-minus-square::before {
  content: "\f765";
}

.lni-mirror::before {
  content: "\f766";
}

.lni-mitten::before {
  content: "\f767";
}

.lni-molecule-1::before {
  content: "\f768";
}

.lni-molecule-2::before {
  content: "\f769";
}

.lni-money-1::before {
  content: "\f76a";
}

.lni-money-1-arrow-down::before {
  content: "\f76b";
}

.lni-money-1-arrow-left::before {
  content: "\f76c";
}

.lni-money-1-arrow-right::before {
  content: "\f76d";
}

.lni-money-1-arrow-up::before {
  content: "\f76e";
}

.lni-money-1-bills::before {
  content: "\f76f";
}

.lni-money-1-bitcoin::before {
  content: "\f770";
}

.lni-money-1-bracket::before {
  content: "\f771";
}

.lni-money-1-bundle::before {
  content: "\f772";
}

.lni-money-1-check::before {
  content: "\f773";
}

.lni-money-1-check-circle::before {
  content: "\f774";
}

.lni-money-1-cloud::before {
  content: "\f775";
}

.lni-money-1-crypto::before {
  content: "\f776";
}

.lni-money-1-disabled::before {
  content: "\f777";
}

.lni-money-1-dollar-1::before {
  content: "\f778";
}

.lni-money-1-dollar-2::before {
  content: "\f779";
}

.lni-money-1-error::before {
  content: "\f77a";
}

.lni-money-1-fire::before {
  content: "\f77b";
}

.lni-money-1-globe::before {
  content: "\f77c";
}

.lni-money-1-heart::before {
  content: "\f77d";
}

.lni-money-1-heart-circle::before {
  content: "\f77e";
}

.lni-money-1-info::before {
  content: "\f77f";
}

.lni-money-1-leaf::before {
  content: "\f780";
}

.lni-money-1-locked::before {
  content: "\f781";
}

.lni-money-1-minus::before {
  content: "\f782";
}

.lni-money-1-number-1::before {
  content: "\f783";
}

.lni-money-1-number-10::before {
  content: "\f784";
}

.lni-money-1-paperclip::before {
  content: "\f785";
}

.lni-money-1-percent::before {
  content: "\f786";
}

.lni-money-1-percent-circle::before {
  content: "\f787";
}

.lni-money-1-plus-circle::before {
  content: "\f788";
}

.lni-money-1-pound::before {
  content: "\f789";
}

.lni-money-1-refresh::before {
  content: "\f78a";
}

.lni-money-1-return::before {
  content: "\f78b";
}

.lni-money-1-search::before {
  content: "\f78c";
}

.lni-money-1-share-1::before {
  content: "\f78d";
}

.lni-money-1-share-2::before {
  content: "\f78e";
}

.lni-money-1-shield::before {
  content: "\f78f";
}

.lni-money-1-smile::before {
  content: "\f790";
}

.lni-money-1-star::before {
  content: "\f791";
}

.lni-money-1-swap::before {
  content: "\f792";
}

.lni-money-1-thumbs-down::before {
  content: "\f793";
}

.lni-money-1-thumbs-up::before {
  content: "\f794";
}

.lni-money-1-time::before {
  content: "\f795";
}

.lni-money-1-trash::before {
  content: "\f796";
}

.lni-money-1-trend-down::before {
  content: "\f797";
}

.lni-money-1-trend-up::before {
  content: "\f798";
}

.lni-money-1-unlocked::before {
  content: "\f799";
}

.lni-money-1-user::before {
  content: "\f79a";
}

.lni-money-1-vr::before {
  content: "\f79b";
}

.lni-money-1-wave::before {
  content: "\f79c";
}

.lni-money-1-withdraw-1::before {
  content: "\f79d";
}

.lni-money-1-withdraw-2::before {
  content: "\f79e";
}

.lni-money-1-withdraw-3::before {
  content: "\f79f";
}

.lni-money-1-xmark-circle::before {
  content: "\f7a0";
}

.lni-money-1-yen::before {
  content: "\f7a1";
}

.lni-money-2::before {
  content: "\f7a2";
}

.lni-money-2-arrow-downward::before {
  content: "\f7a3";
}

.lni-money-2-arrow-left::before {
  content: "\f7a4";
}

.lni-money-2-arrow-right::before {
  content: "\f7a5";
}

.lni-money-2-arrow-upward::before {
  content: "\f7a6";
}

.lni-money-2-bills::before {
  content: "\f7a7";
}

.lni-money-2-bitcoin::before {
  content: "\f7a8";
}

.lni-money-2-bracket::before {
  content: "\f7a9";
}

.lni-money-2-check::before {
  content: "\f7aa";
}

.lni-money-2-check-circle::before {
  content: "\f7ab";
}

.lni-money-2-cloud::before {
  content: "\f7ac";
}

.lni-money-2-crypto::before {
  content: "\f7ad";
}

.lni-money-2-disabled::before {
  content: "\f7ae";
}

.lni-money-2-dollar-2::before {
  content: "\f7af";
}

.lni-money-2-error::before {
  content: "\f7b0";
}

.lni-money-2-fire::before {
  content: "\f7b1";
}

.lni-money-2-globe::before {
  content: "\f7b2";
}

.lni-money-2-heart::before {
  content: "\f7b3";
}

.lni-money-2-heart-circle::before {
  content: "\f7b4";
}

.lni-money-2-info::before {
  content: "\f7b5";
}

.lni-money-2-leaf::before {
  content: "\f7b6";
}

.lni-money-2-locked::before {
  content: "\f7b7";
}

.lni-money-2-minus::before {
  content: "\f7b8";
}

.lni-money-2-number-1::before {
  content: "\f7b9";
}

.lni-money-2-number-10::before {
  content: "\f7ba";
}

.lni-money-2-paperclip::before {
  content: "\f7bb";
}

.lni-money-2-percent::before {
  content: "\f7bc";
}

.lni-money-2-percent-circle::before {
  content: "\f7bd";
}

.lni-money-2-plus-circle::before {
  content: "\f7be";
}

.lni-money-2-pound::before {
  content: "\f7bf";
}

.lni-money-2-refresh::before {
  content: "\f7c0";
}

.lni-money-2-return::before {
  content: "\f7c1";
}

.lni-money-2-search::before {
  content: "\f7c2";
}

.lni-money-2-share-1::before {
  content: "\f7c3";
}

.lni-money-2-share-2::before {
  content: "\f7c4";
}

.lni-money-2-shield::before {
  content: "\f7c5";
}

.lni-money-2-smile::before {
  content: "\f7c6";
}

.lni-money-2-star::before {
  content: "\f7c7";
}

.lni-money-2-swap::before {
  content: "\f7c8";
}

.lni-money-2-thumbs-down::before {
  content: "\f7c9";
}

.lni-money-2-thumbs-up::before {
  content: "\f7ca";
}

.lni-money-2-time::before {
  content: "\f7cb";
}

.lni-money-2-trash::before {
  content: "\f7cc";
}

.lni-money-2-trend-down::before {
  content: "\f7cd";
}

.lni-money-2-trend-up::before {
  content: "\f7ce";
}

.lni-money-2-unlocked::before {
  content: "\f7cf";
}

.lni-money-2-user::before {
  content: "\f7d0";
}

.lni-money-2-vr::before {
  content: "\f7d1";
}

.lni-money-2-wave::before {
  content: "\f7d2";
}

.lni-money-2-withdraw-1::before {
  content: "\f7d3";
}

.lni-money-2-withdraw-2::before {
  content: "\f7d4";
}

.lni-money-2-withdraw-3::before {
  content: "\f7d5";
}

.lni-money-2-withdraw-wave::before {
  content: "\f7d6";
}

.lni-money-2-xmark-circle::before {
  content: "\f7d7";
}

.lni-money-2-yen::before {
  content: "\f7d8";
}

.lni-money-bundle::before {
  content: "\f7d9";
}

.lni-money-exchange::before {
  content: "\f7da";
}

.lni-mongodb::before {
  content: "\f7db";
}

.lni-monitor::before {
  content: "\f7dc";
}

.lni-monitor-2nd-bracket::before {
  content: "\f7dd";
}

.lni-monitor-3-dot::before {
  content: "\f7de";
}

.lni-monitor-4k::before {
  content: "\f7df";
}

.lni-monitor-aids::before {
  content: "\f7e0";
}

.lni-monitor-arrow-downward::before {
  content: "\f7e1";
}

.lni-monitor-arrow-upward::before {
  content: "\f7e2";
}

.lni-monitor-bar-chart::before {
  content: "\f7e3";
}

.lni-monitor-beat::before {
  content: "\f7e4";
}

.lni-monitor-binary::before {
  content: "\f7e5";
}

.lni-monitor-bolt::before {
  content: "\f7e6";
}

.lni-monitor-book::before {
  content: "\f7e7";
}

.lni-monitor-bug::before {
  content: "\f7e8";
}

.lni-monitor-cart::before {
  content: "\f7e9";
}

.lni-monitor-check-circle::before {
  content: "\f7ea";
}

.lni-monitor-chip::before {
  content: "\f7eb";
}

.lni-monitor-cloud::before {
  content: "\f7ec";
}

.lni-monitor-code::before {
  content: "\f7ed";
}

.lni-monitor-cursor::before {
  content: "\f7ee";
}

.lni-monitor-curved::before {
  content: "\f7ef";
}

.lni-monitor-database::before {
  content: "\f7f0";
}

.lni-monitor-disabled-1::before {
  content: "\f7f1";
}

.lni-monitor-disabled-2::before {
  content: "\f7f2";
}

.lni-monitor-dollar::before {
  content: "\f7f3";
}

.lni-monitor-dollar-locked::before {
  content: "\f7f4";
}

.lni-monitor-error::before {
  content: "\f7f5";
}

.lni-monitor-gear::before {
  content: "\f7f6";
}

.lni-monitor-heart::before {
  content: "\f7f7";
}

.lni-monitor-leaf::before {
  content: "\f7f8";
}

.lni-monitor-mac::before {
  content: "\f7f9";
}

.lni-monitor-pencil::before {
  content: "\f7fa";
}

.lni-monitor-phone::before {
  content: "\f7fb";
}

.lni-monitor-plus::before {
  content: "\f7fc";
}

.lni-monitor-plus-circle::before {
  content: "\f7fd";
}

.lni-monitor-refresh-anticlockwise::before {
  content: "\f7fe";
}

.lni-monitor-refresh-clockwise::before {
  content: "\f7ff";
}

.lni-monitor-rocket-1::before {
  content: "\f800";
}

.lni-monitor-rocket-2::before {
  content: "\f801";
}

.lni-monitor-server::before {
  content: "\f802";
}

.lni-monitor-shield::before {
  content: "\f803";
}

.lni-monitor-sound::before {
  content: "\f804";
}

.lni-monitor-speaker::before {
  content: "\f805";
}

.lni-monitor-target::before {
  content: "\f806";
}

.lni-monitor-time::before {
  content: "\f807";
}

.lni-monitor-trend-down::before {
  content: "\f808";
}

.lni-monitor-trend-up::before {
  content: "\f809";
}

.lni-monitor-user::before {
  content: "\f80a";
}

.lni-monitor-video::before {
  content: "\f80b";
}

.lni-monitor-vr::before {
  content: "\f80c";
}

.lni-monitor-xmark-circle::before {
  content: "\f80d";
}

.lni-monkey-1::before {
  content: "\f80e";
}

.lni-monkey-2::before {
  content: "\f80f";
}

.lni-moon-half-left-1::before {
  content: "\f810";
}

.lni-moon-half-left-2::before {
  content: "\f811";
}

.lni-moon-half-left-3::before {
  content: "\f812";
}

.lni-moon-half-left-4::before {
  content: "\f813";
}

.lni-moon-half-left-5::before {
  content: "\f814";
}

.lni-moon-half-right-1::before {
  content: "\f815";
}

.lni-moon-half-right-2::before {
  content: "\f816";
}

.lni-moon-half-right-3::before {
  content: "\f817";
}

.lni-moon-half-right-4::before {
  content: "\f818";
}

.lni-moon-half-right-5::before {
  content: "\f819";
}

.lni-moon-star-1::before {
  content: "\f81a";
}

.lni-moon-star-2::before {
  content: "\f81b";
}

.lni-moon-wind::before {
  content: "\f81c";
}

.lni-mooring-buoy-1::before {
  content: "\f81d";
}

.lni-mooring-buoy-2::before {
  content: "\f81e";
}

.lni-mooring-buoy-3::before {
  content: "\f81f";
}

.lni-mooring-buoy-4::before {
  content: "\f820";
}

.lni-mooring-buoy-5::before {
  content: "\f821";
}

.lni-mooring-buoy-6::before {
  content: "\f822";
}

.lni-mosque-1::before {
  content: "\f823";
}

.lni-mosque-2::before {
  content: "\f824";
}

.lni-mosque-3::before {
  content: "\f825";
}

.lni-mosque-4::before {
  content: "\f826";
}

.lni-mosque-check-circle::before {
  content: "\f827";
}

.lni-mosque-heart::before {
  content: "\f828";
}

.lni-mosque-time::before {
  content: "\f829";
}

.lni-mosque-user::before {
  content: "\f82a";
}

.lni-motion::before {
  content: "\f82b";
}

.lni-mountain::before {
  content: "\f82c";
}

.lni-mountains-1::before {
  content: "\f82d";
}

.lni-mountains-2::before {
  content: "\f82e";
}

.lni-mountains-3::before {
  content: "\f82f";
}

.lni-mountains-4::before {
  content: "\f830";
}

.lni-mountains-5::before {
  content: "\f831";
}

.lni-mountains-6::before {
  content: "\f832";
}

.lni-mountains-7::before {
  content: "\f833";
}

.lni-mountains-8::before {
  content: "\f834";
}

.lni-mouse-1::before {
  content: "\f835";
}

.lni-mouse-2::before {
  content: "\f836";
}

.lni-mouse-arrow-downward::before {
  content: "\f837";
}

.lni-mouse-arrow-left::before {
  content: "\f838";
}

.lni-mouse-arrow-right::before {
  content: "\f839";
}

.lni-mouse-arrow-upward::before {
  content: "\f83a";
}

.lni-mouse-bluetooth::before {
  content: "\f83b";
}

.lni-mouse-bolt::before {
  content: "\f83c";
}

.lni-mouse-check-circle::before {
  content: "\f83d";
}

.lni-mouse-disabled::before {
  content: "\f83e";
}

.lni-mouse-gear::before {
  content: "\f83f";
}

.lni-mouse-left-click::before {
  content: "\f840";
}

.lni-mouse-locked::before {
  content: "\f841";
}

.lni-mouse-refresh::before {
  content: "\f842";
}

.lni-mouse-right-click::before {
  content: "\f843";
}

.lni-mouse-wifi::before {
  content: "\f844";
}

.lni-mouse-xmark-circle::before {
  content: "\f845";
}

.lni-move-down::before {
  content: "\f846";
}

.lni-move-left::before {
  content: "\f847";
}

.lni-move-right::before {
  content: "\f848";
}

.lni-move-up::before {
  content: "\f849";
}

.lni-muscles::before {
  content: "\f84a";
}

.lni-mushroom-1::before {
  content: "\f84b";
}

.lni-mushroom-2::before {
  content: "\f84c";
}

.lni-mushroom-3::before {
  content: "\f84d";
}

.lni-mushroom-4::before {
  content: "\f84e";
}

.lni-mushroom-5::before {
  content: "\f84f";
}

.lni-mushrooms-1::before {
  content: "\f850";
}

.lni-mushrooms-2::before {
  content: "\f851";
}

.lni-mushrooms-3::before {
  content: "\f852";
}

.lni-music::before {
  content: "\f853";
}

.lni-music-heart::before {
  content: "\f854";
}

.lni-music-list-1::before {
  content: "\f855";
}

.lni-music-list-2::before {
  content: "\f856";
}

.lni-music-list-3::before {
  content: "\f857";
}

.lni-music-list-4::before {
  content: "\f858";
}

.lni-music-note::before {
  content: "\f859";
}

.lni-mustache::before {
  content: "\f85a";
}

.lni-mysql::before {
  content: "\f85b";
}

.lni-nail-1::before {
  content: "\f85c";
}

.lni-nail-2::before {
  content: "\f85d";
}

.lni-nailpolish-1::before {
  content: "\f85e";
}

.lni-nailpolish-2::before {
  content: "\f85f";
}

.lni-nailpolish-3::before {
  content: "\f860";
}

.lni-nasa::before {
  content: "\f861";
}

.lni-necklace-1::before {
  content: "\f862";
}

.lni-necklace-2::before {
  content: "\f863";
}

.lni-netflix::before {
  content: "\f864";
}

.lni-netlify::before {
  content: "\f865";
}

.lni-newspaper::before {
  content: "\f866";
}

.lni-next-step-1::before {
  content: "\f867";
}

.lni-next-step-2::before {
  content: "\f868";
}

.lni-nextjs::before {
  content: "\f869";
}

.lni-nfc-1::before {
  content: "\f86a";
}

.lni-nfc-1-disabled::before {
  content: "\f86b";
}

.lni-nfc-2::before {
  content: "\f86c";
}

.lni-nfc-2-disabled::before {
  content: "\f86d";
}

.lni-nfc-3::before {
  content: "\f86e";
}

.lni-nfc-4::before {
  content: "\f86f";
}

.lni-nfc-4-disabled::before {
  content: "\f870";
}

.lni-nfc-card::before {
  content: "\f871";
}

.lni-nfc-card-disabled::before {
  content: "\f872";
}

.lni-nfc-circle::before {
  content: "\f873";
}

.lni-nfc-circle-disabled::before {
  content: "\f874";
}

.lni-nfc-square::before {
  content: "\f875";
}

.lni-nfc-square-disabled::before {
  content: "\f876";
}

.lni-nike::before {
  content: "\f877";
}

.lni-nissan::before {
  content: "\f878";
}

.lni-node-add::before {
  content: "\f879";
}

.lni-node-edit::before {
  content: "\f87a";
}

.lni-node-move-down::before {
  content: "\f87b";
}

.lni-node-move-up::before {
  content: "\f87c";
}

.lni-node-remove::before {
  content: "\f87d";
}

.lni-node-tree::before {
  content: "\f87e";
}

.lni-nodejs::before {
  content: "\f87f";
}

.lni-nodejs-alt::before {
  content: "\f880";
}

.lni-nose::before {
  content: "\f881";
}

.lni-notebook-1::before {
  content: "\f882";
}

.lni-notebook-2::before {
  content: "\f883";
}

.lni-notification::before {
  content: "\f884";
}

.lni-notification-text::before {
  content: "\f885";
}

.lni-notion::before {
  content: "\f886";
}

.lni-npm::before {
  content: "\f887";
}

.lni-nurse-hat-1::before {
  content: "\f888";
}

.lni-nurse-hat-2::before {
  content: "\f889";
}

.lni-nuxt::before {
  content: "\f88a";
}

.lni-nvidia::before {
  content: "\f88b";
}

.lni-oculus::before {
  content: "\f88c";
}

.lni-old-1::before {
  content: "\f88d";
}

.lni-old-2::before {
  content: "\f88e";
}

.lni-open-ai::before {
  content: "\f88f";
}

.lni-opera-house::before {
  content: "\f890";
}

.lni-opera-mini::before {
  content: "\f891";
}

.lni-oracle::before {
  content: "\f892";
}

.lni-orange::before {
  content: "\f893";
}

.lni-outdent::before {
  content: "\f894";
}

.lni-paddle::before {
  content: "\f895";
}

.lni-page-break-1::before {
  content: "\f896";
}

.lni-page-break-2::before {
  content: "\f897";
}

.lni-pagination::before {
  content: "\f898";
}

.lni-paint-bucket::before {
  content: "\f899";
}

.lni-paint-roller-1::before {
  content: "\f89a";
}

.lni-paint-roller-2::before {
  content: "\f89b";
}

.lni-paint-roller-3::before {
  content: "\f89c";
}

.lni-pancake::before {
  content: "\f89d";
}

.lni-paperclip-1::before {
  content: "\f89e";
}

.lni-paperclip-2::before {
  content: "\f89f";
}

.lni-party-cone-1::before {
  content: "\f8a0";
}

.lni-party-cone-2::before {
  content: "\f8a1";
}

.lni-party-flags::before {
  content: "\f8a2";
}

.lni-party-horn::before {
  content: "\f8a3";
}

.lni-party-spray::before {
  content: "\f8a4";
}

.lni-passport-1::before {
  content: "\f8a5";
}

.lni-passport-1-2::before {
  content: "\f8a6";
}

.lni-passport-2::before {
  content: "\f8a7";
}

.lni-passport-3::before {
  content: "\f8a8";
}

.lni-passport-4::before {
  content: "\f8a9";
}

.lni-passport-5::before {
  content: "\f8aa";
}

.lni-passport-6::before {
  content: "\f8ab";
}

.lni-passport-7::before {
  content: "\f8ac";
}

.lni-patreon::before {
  content: "\f8ad";
}

.lni-pause::before {
  content: "\f8ae";
}

.lni-payoneer::before {
  content: "\f8af";
}

.lni-paypal::before {
  content: "\f8b0";
}

.lni-pear::before {
  content: "\f8b1";
}

.lni-pen-drive-binary::before {
  content: "\f8b2";
}

.lni-pen-drive-book::before {
  content: "\f8b3";
}

.lni-pen-drive-check-circle::before {
  content: "\f8b4";
}

.lni-pen-drive-code::before {
  content: "\f8b5";
}

.lni-pen-drive-disabled::before {
  content: "\f8b6";
}

.lni-pen-drive-disabled-1::before {
  content: "\f8b7";
}

.lni-pen-drive-disabled-2::before {
  content: "\f8b8";
}

.lni-pen-drive-document::before {
  content: "\f8b9";
}

.lni-pen-drive-error-circle::before {
  content: "\f8ba";
}

.lni-pen-drive-gear::before {
  content: "\f8bb";
}

.lni-pen-drive-heart::before {
  content: "\f8bc";
}

.lni-pen-drive-leaf::before {
  content: "\f8bd";
}

.lni-pen-drive-locked::before {
  content: "\f8be";
}

.lni-pen-drive-minus-circle::before {
  content: "\f8bf";
}

.lni-pen-drive-plus-circle::before {
  content: "\f8c0";
}

.lni-pen-drive-shield::before {
  content: "\f8c1";
}

.lni-pen-drive-star::before {
  content: "\f8c2";
}

.lni-pen-drive-trash::before {
  content: "\f8c3";
}

.lni-pen-drive-user::before {
  content: "\f8c4";
}

.lni-pen-drive-video::before {
  content: "\f8c5";
}

.lni-pen-drive-xmark-circle::before {
  content: "\f8c6";
}

.lni-pen-to-square::before {
  content: "\f8c7";
}

.lni-pen-tool-1::before {
  content: "\f8c8";
}

.lni-pen-tool-2::before {
  content: "\f8c9";
}

.lni-pen-tool-3::before {
  content: "\f8ca";
}

.lni-pen-tool-4::before {
  content: "\f8cb";
}

.lni-pen-tool-minus::before {
  content: "\f8cc";
}

.lni-pen-tool-minus-circle::before {
  content: "\f8cd";
}

.lni-pen-tool-plus::before {
  content: "\f8ce";
}

.lni-pen-tool-plus-circle::before {
  content: "\f8cf";
}

.lni-pencil-1::before {
  content: "\f8d0";
}

.lni-pencil-2::before {
  content: "\f8d1";
}

.lni-pepsi::before {
  content: "\f8d2";
}

.lni-percent::before {
  content: "\f8d3";
}

.lni-perfume-1::before {
  content: "\f8d4";
}

.lni-perfume-2::before {
  content: "\f8d5";
}

.lni-perfume-3::before {
  content: "\f8d6";
}

.lni-person-chalkboard::before {
  content: "\f8d7";
}

.lni-phone::before {
  content: "\f8d8";
}

.lni-phone-aids::before {
  content: "\f8d9";
}

.lni-phone-apps::before {
  content: "\f8da";
}

.lni-phone-arrow-downward::before {
  content: "\f8db";
}

.lni-phone-arrow-left::before {
  content: "\f8dc";
}

.lni-phone-arrow-right::before {
  content: "\f8dd";
}

.lni-phone-arrow-upward::before {
  content: "\f8de";
}

.lni-phone-bar-chart-1::before {
  content: "\f8df";
}

.lni-phone-bar-chart-2::before {
  content: "\f8e0";
}

.lni-phone-basket::before {
  content: "\f8e1";
}

.lni-phone-battery::before {
  content: "\f8e2";
}

.lni-phone-bluethooth::before {
  content: "\f8e3";
}

.lni-phone-bolt::before {
  content: "\f8e4";
}

.lni-phone-book::before {
  content: "\f8e5";
}

.lni-phone-chat::before {
  content: "\f8e6";
}

.lni-phone-check-circle::before {
  content: "\f8e7";
}

.lni-phone-disabled::before {
  content: "\f8e8";
}

.lni-phone-dollar::before {
  content: "\f8e9";
}

.lni-phone-error-circle::before {
  content: "\f8ea";
}

.lni-phone-gear::before {
  content: "\f8eb";
}

.lni-phone-heart::before {
  content: "\f8ec";
}

.lni-phone-id::before {
  content: "\f8ed";
}

.lni-phone-link::before {
  content: "\f8ee";
}

.lni-phone-live::before {
  content: "\f8ef";
}

.lni-phone-locked::before {
  content: "\f8f0";
}

.lni-phone-moon::before {
  content: "\f8f1";
}

.lni-phone-network::before {
  content: "\f8f2";
}

.lni-phone-nfc::before {
  content: "\f8f3";
}

.lni-phone-notch::before {
  content: "\f8f4";
}

.lni-phone-pencil::before {
  content: "\f8f5";
}

.lni-phone-recycle::before {
  content: "\f8f6";
}

.lni-phone-refresh::before {
  content: "\f8f7";
}

.lni-phone-rocket-1::before {
  content: "\f8f8";
}

.lni-phone-rocket-2::before {
  content: "\f8f9";
}

.lni-phone-shield::before {
  content: "\f8fa";
}

.lni-phone-silent-1::before {
  content: "\f8fb";
}

.lni-phone-silent-2::before {
  content: "\f8fc";
}

.lni-phone-sim::before {
  content: "\f8fd";
}

.lni-phone-sound::before {
  content: "\f8fe";
}

.lni-phone-star::before {
  content: "\f8ff";
}

.lni-phone-sun::before {
  content: "\f900";
}

.lni-phone-taka::before {
  content: "\f901";
}

.lni-phone-target::before {
  content: "\f902";
}

.lni-phone-time::before {
  content: "\f903";
}

.lni-phone-trash::before {
  content: "\f904";
}

.lni-phone-trend-up::before {
  content: "\f905";
}

.lni-phone-user::before {
  content: "\f906";
}

.lni-phone-vibration-1::before {
  content: "\f907";
}

.lni-phone-vibration-2::before {
  content: "\f908";
}

.lni-phone-video::before {
  content: "\f909";
}

.lni-phone-vr::before {
  content: "\f90a";
}

.lni-phone-wifi::before {
  content: "\f90b";
}

.lni-photos::before {
  content: "\f90c";
}

.lni-php::before {
  content: "\f90d";
}

.lni-pie-chart-1::before {
  content: "\f90e";
}

.lni-pie-chart-2::before {
  content: "\f90f";
}

.lni-pie-chart-dollar::before {
  content: "\f910";
}

.lni-piggy-bank::before {
  content: "\f911";
}

.lni-piggy-bank-coin::before {
  content: "\f912";
}

.lni-piggy-bank-dollar::before {
  content: "\f913";
}

.lni-piggy-bank-locked::before {
  content: "\f914";
}

.lni-piggy-bank-percent::before {
  content: "\f915";
}

.lni-pilcrow::before {
  content: "\f916";
}

.lni-pimjo-logo::before {
  content: "\f917";
}

.lni-pimjo-symbol::before {
  content: "\f918";
}

.lni-pin::before {
  content: "\f919";
}

.lni-pineapple::before {
  content: "\f91a";
}

.lni-pinterest::before {
  content: "\f91b";
}

.lni-pipe::before {
  content: "\f91c";
}

.lni-pizza-1::before {
  content: "\f91d";
}

.lni-pizza-2::before {
  content: "\f91e";
}

.lni-placeholder-dollar::before {
  content: "\f91f";
}

.lni-placeholder-euro::before {
  content: "\f920";
}

.lni-placeholder-pound::before {
  content: "\f921";
}

.lni-placeholder-ruble::before {
  content: "\f922";
}

.lni-plan::before {
  content: "\f923";
}

.lni-plan-pie-chart::before {
  content: "\f924";
}

.lni-plant-dollar::before {
  content: "\f925";
}

.lni-plant-pot-1::before {
  content: "\f926";
}

.lni-plant-pot-2::before {
  content: "\f927";
}

.lni-plant-pot-3::before {
  content: "\f928";
}

.lni-plant-pot-4::before {
  content: "\f929";
}

.lni-plant-pot-5::before {
  content: "\f92a";
}

.lni-plant-pot-6::before {
  content: "\f92b";
}

.lni-plantscale::before {
  content: "\f92c";
}

.lni-plate::before {
  content: "\f92d";
}

.lni-plate-spoon-fork::before {
  content: "\f92e";
}

.lni-play::before {
  content: "\f92f";
}

.lni-play-store::before {
  content: "\f930";
}

.lni-playstation::before {
  content: "\f931";
}

.lni-plug-1::before {
  content: "\f932";
}

.lni-plug-2::before {
  content: "\f933";
}

.lni-plug-3::before {
  content: "\f934";
}

.lni-plug-4::before {
  content: "\f935";
}

.lni-plug-bolt::before {
  content: "\f936";
}

.lni-plug-cable::before {
  content: "\f937";
}

.lni-plug-check-circle::before {
  content: "\f938";
}

.lni-plug-disabled::before {
  content: "\f939";
}

.lni-plug-error-circle::before {
  content: "\f93a";
}

.lni-plug-fire::before {
  content: "\f93b";
}

.lni-plug-gear::before {
  content: "\f93c";
}

.lni-plug-info-circle::before {
  content: "\f93d";
}

.lni-plug-leaf::before {
  content: "\f93e";
}

.lni-plug-locked::before {
  content: "\f93f";
}

.lni-plug-play::before {
  content: "\f940";
}

.lni-plug-plus-circle::before {
  content: "\f941";
}

.lni-plug-question-mark::before {
  content: "\f942";
}

.lni-plug-refresh::before {
  content: "\f943";
}

.lni-plug-shield::before {
  content: "\f944";
}

.lni-plug-thumbs-down::before {
  content: "\f945";
}

.lni-plug-thumbs-up::before {
  content: "\f946";
}

.lni-plug-unlocked::before {
  content: "\f947";
}

.lni-plug-xmark-circle::before {
  content: "\f948";
}

.lni-plus::before {
  content: "\f949";
}

.lni-plus-circle::before {
  content: "\f94a";
}

.lni-plus-circle-dashed::before {
  content: "\f94b";
}

.lni-plus-hexagon::before {
  content: "\f94c";
}

.lni-plus-octagon::before {
  content: "\f94d";
}

.lni-plus-rechtangle::before {
  content: "\f94e";
}

.lni-plus-reload::before {
  content: "\f94f";
}

.lni-plus-square::before {
  content: "\f950";
}

.lni-pnpm::before {
  content: "\f951";
}

.lni-police-badge::before {
  content: "\f952";
}

.lni-popcorn::before {
  content: "\f953";
}

.lni-pos-machine-1::before {
  content: "\f954";
}

.lni-pos-machine-2::before {
  content: "\f955";
}

.lni-pos-machine-3::before {
  content: "\f956";
}

.lni-pos-machine-4::before {
  content: "\f957";
}

.lni-pos-machine-5::before {
  content: "\f958";
}

.lni-pos-machine-6::before {
  content: "\f959";
}

.lni-pos-machine-7::before {
  content: "\f95a";
}

.lni-pos-machine-8::before {
  content: "\f95b";
}

.lni-postgresql::before {
  content: "\f95c";
}

.lni-postman::before {
  content: "\f95d";
}

.lni-pound::before {
  content: "\f95e";
}

.lni-pound-circle::before {
  content: "\f95f";
}

.lni-pound-trend-down::before {
  content: "\f960";
}

.lni-pound-trend-up::before {
  content: "\f961";
}

.lni-power-button::before {
  content: "\f962";
}

.lni-pray-hand::before {
  content: "\f963";
}

.lni-prayer-rug-1::before {
  content: "\f964";
}

.lni-prayer-rug-2::before {
  content: "\f965";
}

.lni-prayer-rug-3::before {
  content: "\f966";
}

.lni-presentation-1::before {
  content: "\f967";
}

.lni-presentation-2::before {
  content: "\f968";
}

.lni-presentation-3::before {
  content: "\f969";
}

.lni-presentation-4::before {
  content: "\f96a";
}

.lni-presentation-4k::before {
  content: "\f96b";
}

.lni-presentation-bar-chart-1::before {
  content: "\f96c";
}

.lni-presentation-bar-chart-2::before {
  content: "\f96d";
}

.lni-presentation-beat::before {
  content: "\f96e";
}

.lni-presentation-bug::before {
  content: "\f96f";
}

.lni-presentation-bulb::before {
  content: "\f970";
}

.lni-presentation-cursor::before {
  content: "\f971";
}

.lni-presentation-dollar::before {
  content: "\f972";
}

.lni-presentation-fire::before {
  content: "\f973";
}

.lni-presentation-list::before {
  content: "\f974";
}

.lni-presentation-money::before {
  content: "\f975";
}

.lni-presentation-percent::before {
  content: "\f976";
}

.lni-presentation-pie-chart::before {
  content: "\f977";
}

.lni-presentation-thumbs-down::before {
  content: "\f978";
}

.lni-presentation-thumbs-up::before {
  content: "\f979";
}

.lni-presentation-trend-down::before {
  content: "\f97a";
}

.lni-presentation-trend-up::before {
  content: "\f97b";
}

.lni-presentation-user::before {
  content: "\f97c";
}

.lni-presentation-vr::before {
  content: "\f97d";
}

.lni-previous-step-1::before {
  content: "\f97e";
}

.lni-previous-step-2::before {
  content: "\f97f";
}

.lni-printer::before {
  content: "\f980";
}

.lni-printer-check-circle::before {
  content: "\f981";
}

.lni-printer-cloud::before {
  content: "\f982";
}

.lni-printer-disabled::before {
  content: "\f983";
}

.lni-printer-error-circle::before {
  content: "\f984";
}

.lni-printer-gear::before {
  content: "\f985";
}

.lni-printer-plus-circle::before {
  content: "\f986";
}

.lni-printer-refresh::before {
  content: "\f987";
}

.lni-printer-wifi::before {
  content: "\f988";
}

.lni-printer-xmark-circle::before {
  content: "\f989";
}

.lni-prisma::before {
  content: "\f98a";
}

.lni-prison::before {
  content: "\f98b";
}

.lni-producthunt::before {
  content: "\f98c";
}

.lni-projector::before {
  content: "\f98d";
}

.lni-property-price-balance::before {
  content: "\f98e";
}

.lni-proton-mail-logo::before {
  content: "\f98f";
}

.lni-proton-mail-symbol::before {
  content: "\f990";
}

.lni-pruning-shears::before {
  content: "\f991";
}

.lni-pull-up::before {
  content: "\f992";
}

.lni-pumpkin::before {
  content: "\f993";
}

.lni-pumpkin-halloween::before {
  content: "\f994";
}

.lni-punching-bag::before {
  content: "\f995";
}

.lni-push-down::before {
  content: "\f996";
}

.lni-push-left::before {
  content: "\f997";
}

.lni-push-right::before {
  content: "\f998";
}

.lni-push-up::before {
  content: "\f999";
}

.lni-puzzle::before {
  content: "\f99a";
}

.lni-pyramid::before {
  content: "\f99b";
}

.lni-pyramid-arrow-downward::before {
  content: "\f99c";
}

.lni-pyramid-arrow-upward::before {
  content: "\f99d";
}

.lni-python::before {
  content: "\f99e";
}

.lni-question-mark::before {
  content: "\f99f";
}

.lni-question-mark-circle::before {
  content: "\f9a0";
}

.lni-question-mark-hexagon::before {
  content: "\f9a1";
}

.lni-question-mark-octagon::before {
  content: "\f9a2";
}

.lni-question-mark-square::before {
  content: "\f9a3";
}

.lni-quill::before {
  content: "\f9a4";
}

.lni-quora::before {
  content: "\f9a5";
}

.lni-rabbit::before {
  content: "\f9a6";
}

.lni-radar::before {
  content: "\f9a7";
}

.lni-radar-objects::before {
  content: "\f9a8";
}

.lni-radiation::before {
  content: "\f9a9";
}

.lni-radio::before {
  content: "\f9aa";
}

.lni-radis::before {
  content: "\f9ab";
}

.lni-rainbow::before {
  content: "\f9ac";
}

.lni-rainbow-cloud::before {
  content: "\f9ad";
}

.lni-react::before {
  content: "\f9ae";
}

.lni-rechtangle::before {
  content: "\f9af";
}

.lni-record-button::before {
  content: "\f9b0";
}

.lni-recycle-circle::before {
  content: "\f9b1";
}

.lni-recycle-triangle::before {
  content: "\f9b2";
}

.lni-reddit::before {
  content: "\f9b3";
}

.lni-redo::before {
  content: "\f9b4";
}

.lni-reel::before {
  content: "\f9b5";
}

.lni-reel-heart-1::before {
  content: "\f9b6";
}

.lni-reel-heart-2::before {
  content: "\f9b7";
}

.lni-refresh-bulb-1::before {
  content: "\f9b8";
}

.lni-refresh-bulb-2::before {
  content: "\f9b9";
}

.lni-refresh-circle-1-anticlockwise::before {
  content: "\f9ba";
}

.lni-refresh-circle-1-clockwise::before {
  content: "\f9bb";
}

.lni-refresh-circle-2-anticlockwise::before {
  content: "\f9bc";
}

.lni-refresh-circle-2-clockwise::before {
  content: "\f9bd";
}

.lni-refresh-circle-3-anticlockwise::before {
  content: "\f9be";
}

.lni-refresh-circle-3-clockwise::before {
  content: "\f9bf";
}

.lni-refresh-dollar-1::before {
  content: "\f9c0";
}

.lni-refresh-dollar-2::before {
  content: "\f9c1";
}

.lni-refresh-user-1::before {
  content: "\f9c2";
}

.lni-refresh-user-2::before {
  content: "\f9c3";
}

.lni-remix-js::before {
  content: "\f9c4";
}

.lni-repeat-1::before {
  content: "\f9c5";
}

.lni-repeat-1-one::before {
  content: "\f9c6";
}

.lni-repeat-1-vertical-anticlockwise-1::before {
  content: "\f9c7";
}

.lni-repeat-1-vertical-anticlockwise-2::before {
  content: "\f9c8";
}

.lni-repeat-1-vertical-anticlockwise-3::before {
  content: "\f9c9";
}

.lni-repeat-1-vertical-clockwise-1::before {
  content: "\f9ca";
}

.lni-repeat-1-vertical-clockwise-2::before {
  content: "\f9cb";
}

.lni-repeat-1-vertical-clockwise-3::before {
  content: "\f9cc";
}

.lni-repeat-2-one::before {
  content: "\f9cd";
}

.lni-repeat-2-vertical-anticlockwise-1::before {
  content: "\f9ce";
}

.lni-repeat-2-vertical-anticlockwise-2::before {
  content: "\f9cf";
}

.lni-repeat-2-vertical-anticlockwise-3::before {
  content: "\f9d0";
}

.lni-repeat-2-vertical-clockwise-1::before {
  content: "\f9d1";
}

.lni-repeat-2-vertical-clockwise-2::before {
  content: "\f9d2";
}

.lni-repeat-2-vertical-clockwise-3::before {
  content: "\f9d3";
}

.lni-repeat-3-one::before {
  content: "\f9d4";
}

.lni-repeat-3-vertical-anticlockwise-1::before {
  content: "\f9d5";
}

.lni-repeat-3-vertical-anticlockwise-2::before {
  content: "\f9d6";
}

.lni-repeat-3-vertical-anticlockwise-3::before {
  content: "\f9d7";
}

.lni-repeat-3-vertical-clockwise-1::before {
  content: "\f9d8";
}

.lni-repeat-3-vertical-clockwise-2::before {
  content: "\f9d9";
}

.lni-repeat-3-vertical-clockwise-3::before {
  content: "\f9da";
}

.lni-repeat-anticlockwise-circle-1::before {
  content: "\f9db";
}

.lni-repeat-anticlockwise-circle-2::before {
  content: "\f9dc";
}

.lni-repeat-anticlockwise-square-1::before {
  content: "\f9dd";
}

.lni-repeat-anticlockwise-square-2::before {
  content: "\f9de";
}

.lni-repeat-clockwise-circle-1::before {
  content: "\f9df";
}

.lni-repeat-clockwise-circle-2::before {
  content: "\f9e0";
}

.lni-repeat-clockwise-square-1::before {
  content: "\f9e1";
}

.lni-repeat-clockwise-square-2::before {
  content: "\f9e2";
}

.lni-report-analytics::before {
  content: "\f9e3";
}

.lni-reservoir-1::before {
  content: "\f9e4";
}

.lni-reservoir-2::before {
  content: "\f9e5";
}

.lni-resistance-band::before {
  content: "\f9e6";
}

.lni-restaurant-menu::before {
  content: "\f9e7";
}

.lni-return::before {
  content: "\f9e8";
}

.lni-ring-diamond::before {
  content: "\f9e9";
}

.lni-ring-gold::before {
  content: "\f9ea";
}

.lni-road-1::before {
  content: "\f9eb";
}

.lni-road-2::before {
  content: "\f9ec";
}

.lni-road-barrier::before {
  content: "\f9ed";
}

.lni-rocket-1::before {
  content: "\f9ee";
}

.lni-rocket-2::before {
  content: "\f9ef";
}

.lni-rocket-3::before {
  content: "\f9f0";
}

.lni-rocket-3-dot-circle::before {
  content: "\f9f1";
}

.lni-rocket-4::before {
  content: "\f9f2";
}

.lni-rocket-5::before {
  content: "\f9f3";
}

.lni-rocket-6::before {
  content: "\f9f4";
}

.lni-rocket-bar-chart-1::before {
  content: "\f9f5";
}

.lni-rocket-bar-chart-2::before {
  content: "\f9f6";
}

.lni-rocket-bolt::before {
  content: "\f9f7";
}

.lni-rocket-bug::before {
  content: "\f9f8";
}

.lni-rocket-bulb::before {
  content: "\f9f9";
}

.lni-rocket-check-circle::before {
  content: "\f9fa";
}

.lni-rocket-cloud::before {
  content: "\f9fb";
}

.lni-rocket-database::before {
  content: "\f9fc";
}

.lni-rocket-disabled::before {
  content: "\f9fd";
}

.lni-rocket-dollar::before {
  content: "\f9fe";
}

.lni-rocket-error-circle::before {
  content: "\f9ff";
}

.lni-rocket-fire::before {
  content: "\fa00";
}

.lni-rocket-gear::before {
  content: "\fa01";
}

.lni-rocket-globe::before {
  content: "\fa02";
}

.lni-rocket-heart::before {
  content: "\fa03";
}

.lni-rocket-info-circle::before {
  content: "\fa04";
}

.lni-rocket-leaf::before {
  content: "\fa05";
}

.lni-rocket-locked::before {
  content: "\fa06";
}

.lni-rocket-moon::before {
  content: "\fa07";
}

.lni-rocket-number-1::before {
  content: "\fa08";
}

.lni-rocket-refresh::before {
  content: "\fa09";
}

.lni-rocket-reload::before {
  content: "\fa0a";
}

.lni-rocket-search::before {
  content: "\fa0b";
}

.lni-rocket-shield::before {
  content: "\fa0c";
}

.lni-rocket-star::before {
  content: "\fa0d";
}

.lni-rocket-sun::before {
  content: "\fa0e";
}

.lni-rocket-target::before {
  content: "\fa0f";
}

.lni-rocket-time::before {
  content: "\fa10";
}

.lni-rocket-timer::before {
  content: "\fa11";
}

.lni-rocket-trend-down::before {
  content: "\fa12";
}

.lni-rocket-trend-up::before {
  content: "\fa13";
}

.lni-rocket-unlocked::before {
  content: "\fa14";
}

.lni-rocket-user::before {
  content: "\fa15";
}

.lni-rocket-vr::before {
  content: "\fa16";
}

.lni-rocket-xmark-circle::before {
  content: "\fa17";
}

.lni-rook-1::before {
  content: "\fa18";
}

.lni-rook-2::before {
  content: "\fa19";
}

.lni-rotate-1-anticlockwise::before {
  content: "\fa1a";
}

.lni-rotate-1-clockwise::before {
  content: "\fa1b";
}

.lni-rotate-2::before {
  content: "\fa1c";
}

.lni-route-1::before {
  content: "\fa1d";
}

.lni-route-10::before {
  content: "\fa1e";
}

.lni-route-11::before {
  content: "\fa1f";
}

.lni-route-12::before {
  content: "\fa20";
}

.lni-route-13::before {
  content: "\fa21";
}

.lni-route-14::before {
  content: "\fa22";
}

.lni-route-15::before {
  content: "\fa23";
}

.lni-route-16::before {
  content: "\fa24";
}

.lni-route-17::before {
  content: "\fa25";
}

.lni-route-18::before {
  content: "\fa26";
}

.lni-route-19::before {
  content: "\fa27";
}

.lni-route-2::before {
  content: "\fa28";
}

.lni-route-20::before {
  content: "\fa29";
}

.lni-route-21::before {
  content: "\fa2a";
}

.lni-route-22::before {
  content: "\fa2b";
}

.lni-route-3::before {
  content: "\fa2c";
}

.lni-route-4::before {
  content: "\fa2d";
}

.lni-route-5::before {
  content: "\fa2e";
}

.lni-route-6::before {
  content: "\fa2f";
}

.lni-route-7::before {
  content: "\fa30";
}

.lni-route-8::before {
  content: "\fa31";
}

.lni-route-9::before {
  content: "\fa32";
}

.lni-row::before {
  content: "\fa33";
}

.lni-rss-left::before {
  content: "\fa34";
}

.lni-rss-right::before {
  content: "\fa35";
}

.lni-ruble-circle::before {
  content: "\fa36";
}

.lni-ruble-trend-down::before {
  content: "\fa37";
}

.lni-ruble-trend-up::before {
  content: "\fa38";
}

.lni-ruler-1::before {
  content: "\fa39";
}

.lni-ruler-2::before {
  content: "\fa3a";
}

.lni-ruler-4::before {
  content: "\fa3b";
}

.lni-ruler-5::before {
  content: "\fa3c";
}

.lni-ruler-pen::before {
  content: "\fa3d";
}

.lni-ruler-triangle-1::before {
  content: "\fa3e";
}

.lni-ruler-triangle-2::before {
  content: "\fa3f";
}

.lni-rupee::before {
  content: "\fa40";
}

.lni-rupee-circle::before {
  content: "\fa41";
}

.lni-rupee-trend-down::before {
  content: "\fa42";
}

.lni-rupee-trend-up::before {
  content: "\fa43";
}

.lni-sack-dollar::before {
  content: "\fa44";
}

.lni-safari::before {
  content: "\fa45";
}

.lni-saline-bottle-1::before {
  content: "\fa46";
}

.lni-saline-bottle-2::before {
  content: "\fa47";
}

.lni-saline-bottle-3::before {
  content: "\fa48";
}

.lni-saline-bottle-4::before {
  content: "\fa49";
}

.lni-saline-bottle-5::before {
  content: "\fa4a";
}

.lni-saline-bottle-6::before {
  content: "\fa4b";
}

.lni-sanity::before {
  content: "\fa4c";
}

.lni-satay::before {
  content: "\fa4d";
}

.lni-savings-dollar::before {
  content: "\fa4e";
}

.lni-saw-1::before {
  content: "\fa4f";
}

.lni-saw-2::before {
  content: "\fa50";
}

.lni-scale-eraser::before {
  content: "\fa51";
}

.lni-scale-machine::before {
  content: "\fa52";
}

.lni-scale-machine-digital::before {
  content: "\fa53";
}

.lni-scale-square::before {
  content: "\fa54";
}

.lni-scale-underline::before {
  content: "\fa55";
}

.lni-scaling::before {
  content: "\fa56";
}

.lni-scalpel::before {
  content: "\fa57";
}

.lni-scan-1::before {
  content: "\fa58";
}

.lni-scan-2::before {
  content: "\fa59";
}

.lni-scan-battery::before {
  content: "\fa5a";
}

.lni-scan-beat::before {
  content: "\fa5b";
}

.lni-scan-book::before {
  content: "\fa5c";
}

.lni-scan-bug::before {
  content: "\fa5d";
}

.lni-scan-check::before {
  content: "\fa5e";
}

.lni-scan-database::before {
  content: "\fa5f";
}

.lni-scan-document::before {
  content: "\fa60";
}

.lni-scan-error::before {
  content: "\fa61";
}

.lni-scan-eye::before {
  content: "\fa62";
}

.lni-scan-id::before {
  content: "\fa63";
}

.lni-scan-link::before {
  content: "\fa64";
}

.lni-scan-list::before {
  content: "\fa65";
}

.lni-scan-money::before {
  content: "\fa66";
}

.lni-scan-phone::before {
  content: "\fa67";
}

.lni-scan-server::before {
  content: "\fa68";
}

.lni-scan-smile::before {
  content: "\fa69";
}

.lni-scan-user::before {
  content: "\fa6a";
}

.lni-scan-wifi::before {
  content: "\fa6b";
}

.lni-scan-xmark::before {
  content: "\fa6c";
}

.lni-school-bench-1::before {
  content: "\fa6d";
}

.lni-school-bench-2::before {
  content: "\fa6e";
}

.lni-scissors-1-angular-left::before {
  content: "\fa6f";
}

.lni-scissors-1-angular-right::before {
  content: "\fa70";
}

.lni-scissors-1-horizontal-left::before {
  content: "\fa71";
}

.lni-scissors-1-horizontal-right::before {
  content: "\fa72";
}

.lni-scissors-1-vertical::before {
  content: "\fa73";
}

.lni-scissors-2-angular-left::before {
  content: "\fa74";
}

.lni-scissors-2-angular-right::before {
  content: "\fa75";
}

.lni-scissors-2-horizontal-left::before {
  content: "\fa76";
}

.lni-scissors-2-horizontal-right::before {
  content: "\fa77";
}

.lni-scissors-2-vertical::before {
  content: "\fa78";
}

.lni-scoter::before {
  content: "\fa79";
}

.lni-screen-users::before {
  content: "\fa7a";
}

.lni-screw-1::before {
  content: "\fa7b";
}

.lni-screw-2::before {
  content: "\fa7c";
}

.lni-screwdriver-1::before {
  content: "\fa7d";
}

.lni-screwdriver-2::before {
  content: "\fa7e";
}

.lni-screwdriver-wrench-1::before {
  content: "\fa7f";
}

.lni-screwdriver-wrench-2::before {
  content: "\fa80";
}

.lni-screwdriver-wrench-3::before {
  content: "\fa81";
}

.lni-scroll-angular-1::before {
  content: "\fa82";
}

.lni-scroll-angular-2::before {
  content: "\fa83";
}

.lni-scroll-down-1::before {
  content: "\fa84";
}

.lni-scroll-down-2::before {
  content: "\fa85";
}

.lni-scroll-horizontal::before {
  content: "\fa86";
}

.lni-scroll-vertical::before {
  content: "\fa87";
}

.lni-scythe-1::before {
  content: "\fa88";
}

.lni-scythe-2::before {
  content: "\fa89";
}

.lni-search-1::before {
  content: "\fa8a";
}

.lni-search-2::before {
  content: "\fa8b";
}

.lni-search-4k::before {
  content: "\fa8c";
}

.lni-search-arrow-downward::before {
  content: "\fa8d";
}

.lni-search-arrow-left::before {
  content: "\fa8e";
}

.lni-search-arrow-right::before {
  content: "\fa8f";
}

.lni-search-arrow-upward::before {
  content: "\fa90";
}

.lni-search-bar-chart::before {
  content: "\fa91";
}

.lni-search-binary::before {
  content: "\fa92";
}

.lni-search-bitcoin::before {
  content: "\fa93";
}

.lni-search-bluetooth::before {
  content: "\fa94";
}

.lni-search-bolt::before {
  content: "\fa95";
}

.lni-search-book::before {
  content: "\fa96";
}

.lni-search-bookmark::before {
  content: "\fa97";
}

.lni-search-bulb::before {
  content: "\fa98";
}

.lni-search-check::before {
  content: "\fa99";
}

.lni-search-cloud::before {
  content: "\fa9a";
}

.lni-search-code::before {
  content: "\fa9b";
}

.lni-search-crypto::before {
  content: "\fa9c";
}

.lni-search-database::before {
  content: "\fa9d";
}

.lni-search-doc::before {
  content: "\fa9e";
}

.lni-search-dollar::before {
  content: "\fa9f";
}

.lni-search-error-circle::before {
  content: "\faa0";
}

.lni-search-eye::before {
  content: "\faa1";
}

.lni-search-gear::before {
  content: "\faa2";
}

.lni-search-globe::before {
  content: "\faa3";
}

.lni-search-image::before {
  content: "\faa4";
}

.lni-search-info-circle::before {
  content: "\faa5";
}

.lni-search-link::before {
  content: "\faa6";
}

.lni-search-list::before {
  content: "\faa7";
}

.lni-search-map-marker::before {
  content: "\faa8";
}

.lni-search-minus::before {
  content: "\faa9";
}

.lni-search-music::before {
  content: "\faaa";
}

.lni-search-paperclip::before {
  content: "\faab";
}

.lni-search-percent::before {
  content: "\faac";
}

.lni-search-phone::before {
  content: "\faad";
}

.lni-search-plane-1::before {
  content: "\faae";
}

.lni-search-plane-2::before {
  content: "\faaf";
}

.lni-search-play::before {
  content: "\fab0";
}

.lni-search-plus::before {
  content: "\fab1";
}

.lni-search-plus-minus::before {
  content: "\fab2";
}

.lni-search-question-mark::before {
  content: "\fab3";
}

.lni-search-refresh::before {
  content: "\fab4";
}

.lni-search-reload-anticlockwise::before {
  content: "\fab5";
}

.lni-search-rx::before {
  content: "\fab6";
}

.lni-search-server::before {
  content: "\fab7";
}

.lni-search-shield::before {
  content: "\fab8";
}

.lni-search-star::before {
  content: "\fab9";
}

.lni-search-text::before {
  content: "\faba";
}

.lni-search-trend-down::before {
  content: "\fabb";
}

.lni-search-trend-up::before {
  content: "\fabc";
}

.lni-search-user::before {
  content: "\fabd";
}

.lni-search-video::before {
  content: "\fabe";
}

.lni-search-wifi::before {
  content: "\fabf";
}

.lni-search-xmark::before {
  content: "\fac0";
}

.lni-seeds::before {
  content: "\fac1";
}

.lni-select-cursor-1::before {
  content: "\fac2";
}

.lni-select-cursor-2::before {
  content: "\fac3";
}

.lni-send-1::before {
  content: "\fac4";
}

.lni-send-2::before {
  content: "\fac5";
}

.lni-send-3::before {
  content: "\fac6";
}

.lni-send-4::before {
  content: "\fac7";
}

.lni-seo-monitor::before {
  content: "\fac8";
}

.lni-seo-rechtangle::before {
  content: "\fac9";
}

.lni-server-1::before {
  content: "\faca";
}

.lni-server-2::before {
  content: "\facb";
}

.lni-server-3::before {
  content: "\facc";
}

.lni-server-4::before {
  content: "\facd";
}

.lni-server-5::before {
  content: "\face";
}

.lni-server-arrow-downward::before {
  content: "\facf";
}

.lni-server-arrow-left::before {
  content: "\fad0";
}

.lni-server-arrow-right::before {
  content: "\fad1";
}

.lni-server-arrow-upward::before {
  content: "\fad2";
}

.lni-server-bar-chart::before {
  content: "\fad3";
}

.lni-server-bolt::before {
  content: "\fad4";
}

.lni-server-check-circle::before {
  content: "\fad5";
}

.lni-server-cloud::before {
  content: "\fad6";
}

.lni-server-code::before {
  content: "\fad7";
}

.lni-server-disabled-1::before {
  content: "\fad8";
}

.lni-server-disabled-2::before {
  content: "\fad9";
}

.lni-server-error-circle::before {
  content: "\fada";
}

.lni-server-gear::before {
  content: "\fadb";
}

.lni-server-leaf::before {
  content: "\fadc";
}

.lni-server-link::before {
  content: "\fadd";
}

.lni-server-live::before {
  content: "\fade";
}

.lni-server-locked::before {
  content: "\fadf";
}

.lni-server-minus-circle::before {
  content: "\fae0";
}

.lni-server-pencil::before {
  content: "\fae1";
}

.lni-server-percent::before {
  content: "\fae2";
}

.lni-server-phone::before {
  content: "\fae3";
}

.lni-server-play::before {
  content: "\fae4";
}

.lni-server-question::before {
  content: "\fae5";
}

.lni-server-refresh::before {
  content: "\fae6";
}

.lni-server-shield::before {
  content: "\fae7";
}

.lni-server-time::before {
  content: "\fae8";
}

.lni-server-trash::before {
  content: "\fae9";
}

.lni-server-user::before {
  content: "\faea";
}

.lni-server-video::before {
  content: "\faeb";
}

.lni-server-wifi::before {
  content: "\faec";
}

.lni-server-xmark-circle::before {
  content: "\faed";
}

.lni-service-bell-1::before {
  content: "\faee";
}

.lni-service-bell-2::before {
  content: "\faef";
}

.lni-shampoo::before {
  content: "\faf0";
}

.lni-shape-builder-tool::before {
  content: "\faf1";
}

.lni-shapes::before {
  content: "\faf2";
}

.lni-share-1::before {
  content: "\faf3";
}

.lni-share-1-circle::before {
  content: "\faf4";
}

.lni-share-1-disabled::before {
  content: "\faf5";
}

.lni-share-1-square::before {
  content: "\faf6";
}

.lni-share-2::before {
  content: "\faf7";
}

.lni-share-2-circle-1::before {
  content: "\faf8";
}

.lni-share-2-circle-2::before {
  content: "\faf9";
}

.lni-share-2-square-1::before {
  content: "\fafa";
}

.lni-share-2-square-2::before {
  content: "\fafb";
}

.lni-share-3::before {
  content: "\fafc";
}

.lni-share-3-disabled::before {
  content: "\fafd";
}

.lni-share-all::before {
  content: "\fafe";
}

.lni-share-nodes::before {
  content: "\faff";
}

.lni-share-nodes-circle::before {
  content: "\fb00";
}

.lni-share-nodes-disabled::before {
  content: "\fb01";
}

.lni-share-nodes-square::before {
  content: "\fb02";
}

.lni-shark::before {
  content: "\fb03";
}

.lni-sheep::before {
  content: "\fb04";
}

.lni-shekel-circle::before {
  content: "\fb05";
}

.lni-shield-1::before {
  content: "\fb06";
}

.lni-shield-1-bulb::before {
  content: "\fb07";
}

.lni-shield-1-check::before {
  content: "\fb08";
}

.lni-shield-1-heart::before {
  content: "\fb09";
}

.lni-shield-1-leaf::before {
  content: "\fb0a";
}

.lni-shield-2::before {
  content: "\fb0b";
}

.lni-shield-2-bulb::before {
  content: "\fb0c";
}

.lni-shield-2-check::before {
  content: "\fb0d";
}

.lni-shield-2-heart::before {
  content: "\fb0e";
}

.lni-shield-2-leaf::before {
  content: "\fb0f";
}

.lni-shield-3::before {
  content: "\fb10";
}

.lni-shield-3-bulb::before {
  content: "\fb11";
}

.lni-shield-3-check::before {
  content: "\fb12";
}

.lni-shield-3-heart::before {
  content: "\fb13";
}

.lni-shield-3-leaf::before {
  content: "\fb14";
}

.lni-shield-4::before {
  content: "\fb15";
}

.lni-shield-4-bulb::before {
  content: "\fb16";
}

.lni-shield-4-check::before {
  content: "\fb17";
}

.lni-shield-4-heart::before {
  content: "\fb18";
}

.lni-shield-4-leaf::before {
  content: "\fb19";
}

.lni-shield-dollar::before {
  content: "\fb1a";
}

.lni-shift-left::before {
  content: "\fb1b";
}

.lni-shift-right::before {
  content: "\fb1c";
}

.lni-ship-1::before {
  content: "\fb1d";
}

.lni-ship-2::before {
  content: "\fb1e";
}

.lni-ship-3::before {
  content: "\fb1f";
}

.lni-ship-4::before {
  content: "\fb20";
}

.lni-ship-arrow-downward::before {
  content: "\fb21";
}

.lni-ship-arrow-upward::before {
  content: "\fb22";
}

.lni-ship-box::before {
  content: "\fb23";
}

.lni-ship-check-circle::before {
  content: "\fb24";
}

.lni-ship-containers-1::before {
  content: "\fb25";
}

.lni-ship-containers-2::before {
  content: "\fb26";
}

.lni-ship-disabled::before {
  content: "\fb27";
}

.lni-ship-dollar::before {
  content: "\fb28";
}

.lni-ship-error-circle::before {
  content: "\fb29";
}

.lni-ship-fire::before {
  content: "\fb2a";
}

.lni-ship-globe::before {
  content: "\fb2b";
}

.lni-ship-heart::before {
  content: "\fb2c";
}

.lni-ship-heart-circle::before {
  content: "\fb2d";
}

.lni-ship-info-circle::before {
  content: "\fb2e";
}

.lni-ship-leaf::before {
  content: "\fb2f";
}

.lni-ship-locked::before {
  content: "\fb30";
}

.lni-ship-map-marker::before {
  content: "\fb31";
}

.lni-ship-number-24::before {
  content: "\fb32";
}

.lni-ship-percent-circle::before {
  content: "\fb33";
}

.lni-ship-question-mark::before {
  content: "\fb34";
}

.lni-ship-recycle::before {
  content: "\fb35";
}

.lni-ship-refresh::before {
  content: "\fb36";
}

.lni-ship-return::before {
  content: "\fb37";
}

.lni-ship-search::before {
  content: "\fb38";
}

.lni-ship-shield::before {
  content: "\fb39";
}

.lni-ship-ship-thumbs-down::before {
  content: "\fb3a";
}

.lni-ship-smile::before {
  content: "\fb3b";
}

.lni-ship-star::before {
  content: "\fb3c";
}

.lni-ship-stearing::before {
  content: "\fb3d";
}

.lni-ship-thumbs-up::before {
  content: "\fb3e";
}

.lni-ship-time::before {
  content: "\fb3f";
}

.lni-ship-unlocked::before {
  content: "\fb40";
}

.lni-ship-user::before {
  content: "\fb41";
}

.lni-ship-xmark-circle::before {
  content: "\fb42";
}

.lni-shirt-1::before {
  content: "\fb43";
}

.lni-shirt-2::before {
  content: "\fb44";
}

.lni-shirt-3::before {
  content: "\fb45";
}

.lni-shirt-4::before {
  content: "\fb46";
}

.lni-shirt-5::before {
  content: "\fb47";
}

.lni-shirt-6::before {
  content: "\fb48";
}

.lni-shirt-formal::before {
  content: "\fb49";
}

.lni-shirt-long-sleeve::before {
  content: "\fb4a";
}

.lni-shirt-tank-top-1::before {
  content: "\fb4b";
}

.lni-shirt-tank-top-2::before {
  content: "\fb4c";
}

.lni-shirt-tank-top-3::before {
  content: "\fb4d";
}

.lni-shirt-tank-top-4::before {
  content: "\fb4e";
}

.lni-shoe-1::before {
  content: "\fb4f";
}

.lni-shoe-2::before {
  content: "\fb50";
}

.lni-shoe-3::before {
  content: "\fb51";
}

.lni-shop::before {
  content: "\fb52";
}

.lni-shop-food::before {
  content: "\fb53";
}

.lni-shop-search::before {
  content: "\fb54";
}

.lni-shop-sign-247::before {
  content: "\fb55";
}

.lni-shop-sign-Scissor::before {
  content: "\fb56";
}

.lni-shop-sign-check::before {
  content: "\fb57";
}

.lni-shop-sign-closed::before {
  content: "\fb58";
}

.lni-shop-sign-new::before {
  content: "\fb59";
}

.lni-shop-sign-open::before {
  content: "\fb5a";
}

.lni-shop-sign-paid::before {
  content: "\fb5b";
}

.lni-shop-sign-sale::before {
  content: "\fb5c";
}

.lni-shop-sign-xmark::before {
  content: "\fb5d";
}

.lni-shopify::before {
  content: "\fb5e";
}

.lni-shorts::before {
  content: "\fb5f";
}

.lni-shovel::before {
  content: "\fb60";
}

.lni-shower::before {
  content: "\fb61";
}

.lni-shuffle::before {
  content: "\fb62";
}

.lni-sign-aid::before {
  content: "\fb63";
}

.lni-sign-board::before {
  content: "\fb64";
}

.lni-sign-board-airplane-1::before {
  content: "\fb65";
}

.lni-sign-board-airplane-2::before {
  content: "\fb66";
}

.lni-sign-board-rent::before {
  content: "\fb67";
}

.lni-sign-board-sale::before {
  content: "\fb68";
}

.lni-sign-construction-1::before {
  content: "\fb69";
}

.lni-sign-construction-2::before {
  content: "\fb6a";
}

.lni-sign-hanging-left::before {
  content: "\fb6b";
}

.lni-sign-hanging-right::before {
  content: "\fb6c";
}

.lni-sign-post-left::before {
  content: "\fb6d";
}

.lni-sign-post-right::before {
  content: "\fb6e";
}

.lni-sign-washroom::before {
  content: "\fb6f";
}

.lni-signal-1-fair::before {
  content: "\fb70";
}

.lni-signal-1-full::before {
  content: "\fb71";
}

.lni-signal-1-good::before {
  content: "\fb72";
}

.lni-signal-1-low::before {
  content: "\fb73";
}

.lni-signal-2-disabled::before {
  content: "\fb74";
}

.lni-signal-2-fair::before {
  content: "\fb75";
}

.lni-signal-2-full::before {
  content: "\fb76";
}

.lni-signal-2-half::before {
  content: "\fb77";
}

.lni-signal-2-low::before {
  content: "\fb78";
}

.lni-signal-app::before {
  content: "\fb79";
}

.lni-signal-disabled::before {
  content: "\fb7a";
}

.lni-signal-one-min::before {
  content: "\fb7b";
}

.lni-signal-stream::before {
  content: "\fb7c";
}

.lni-signal-stream-disabled::before {
  content: "\fb7d";
}

.lni-signature::before {
  content: "\fb7e";
}

.lni-signs-post-1::before {
  content: "\fb7f";
}

.lni-signs-post-2::before {
  content: "\fb80";
}

.lni-signs-post-3::before {
  content: "\fb81";
}

.lni-silo-1::before {
  content: "\fb82";
}

.lni-silo-2::before {
  content: "\fb83";
}

.lni-sim::before {
  content: "\fb84";
}

.lni-sim-bar-chart::before {
  content: "\fb85";
}

.lni-sim-bolt::before {
  content: "\fb86";
}

.lni-sim-check-circle::before {
  content: "\fb87";
}

.lni-sim-code::before {
  content: "\fb88";
}

.lni-sim-disabled::before {
  content: "\fb89";
}

.lni-sim-disabled-2::before {
  content: "\fb8a";
}

.lni-sim-error-circle::before {
  content: "\fb8b";
}

.lni-sim-gear::before {
  content: "\fb8c";
}

.lni-sim-locked::before {
  content: "\fb8d";
}

.lni-sim-number-1::before {
  content: "\fb8e";
}

.lni-sim-percent-circle::before {
  content: "\fb8f";
}

.lni-sim-plus-circle::before {
  content: "\fb90";
}

.lni-sim-refresh::before {
  content: "\fb91";
}

.lni-sim-shield::before {
  content: "\fb92";
}

.lni-sim-user::before {
  content: "\fb93";
}

.lni-sim-wifi::before {
  content: "\fb94";
}

.lni-sim-xmark-circle::before {
  content: "\fb95";
}

.lni-sinusoid::before {
  content: "\fb96";
}

.lni-sitemap::before {
  content: "\fb97";
}

.lni-sitemap-triangle::before {
  content: "\fb98";
}

.lni-size-height-width::before {
  content: "\fb99";
}

.lni-sketch::before {
  content: "\fb9a";
}

.lni-skipping-rope::before {
  content: "\fb9b";
}

.lni-skirt-1::before {
  content: "\fb9c";
}

.lni-skirt-2::before {
  content: "\fb9d";
}

.lni-skirt-3::before {
  content: "\fb9e";
}

.lni-skype::before {
  content: "\fb9f";
}

.lni-slack::before {
  content: "\fba0";
}

.lni-slice-1::before {
  content: "\fba1";
}

.lni-slice-2::before {
  content: "\fba2";
}

.lni-slider-horizontal::before {
  content: "\fba3";
}

.lni-slider-vertical::before {
  content: "\fba4";
}

.lni-sliders-double-horizontal::before {
  content: "\fba5";
}

.lni-sliders-double-vertical::before {
  content: "\fba6";
}

.lni-sliders-horizontal-circle-1::before {
  content: "\fba7";
}

.lni-sliders-horizontal-circle-2::before {
  content: "\fba8";
}

.lni-sliders-horizontal-square-1::before {
  content: "\fba9";
}

.lni-sliders-horizontal-square-2::before {
  content: "\fbaa";
}

.lni-sliders-triple-horizontal-1::before {
  content: "\fbab";
}

.lni-sliders-triple-horizontal-2::before {
  content: "\fbac";
}

.lni-sliders-triple-vertical-1::before {
  content: "\fbad";
}

.lni-sliders-triple-vertical-2::before {
  content: "\fbae";
}

.lni-sliders-vertical-circle-1::before {
  content: "\fbaf";
}

.lni-sliders-vertical-circle-2::before {
  content: "\fbb0";
}

.lni-sliders-vertical-square-1::before {
  content: "\fbb1";
}

.lni-sliders-vertical-square-2::before {
  content: "\fbb2";
}

.lni-slideshare::before {
  content: "\fbb3";
}

.lni-slipper::before {
  content: "\fbb4";
}

.lni-snapchat::before {
  content: "\fbb5";
}

.lni-snowfall::before {
  content: "\fbb6";
}

.lni-sort-alphabetical::before {
  content: "\fbb7";
}

.lni-sort-high-to-low::before {
  content: "\fbb8";
}

.lni-soundcloud::before {
  content: "\fbb9";
}

.lni-spacex::before {
  content: "\fbba";
}

.lni-spatula::before {
  content: "\fbbb";
}

.lni-speaker::before {
  content: "\fbbc";
}

.lni-speed-boat-1::before {
  content: "\fbbd";
}

.lni-speed-boat-2::before {
  content: "\fbbe";
}

.lni-speed-boat-disabled::before {
  content: "\fbbf";
}

.lni-spellcheck::before {
  content: "\fbc0";
}

.lni-spinner-1::before {
  content: "\fbc1";
}

.lni-spinner-1-bottom-left-blank::before {
  content: "\fbc2";
}

.lni-spinner-1-bottom-right-blank::before {
  content: "\fbc3";
}

.lni-spinner-1-top-left-blank::before {
  content: "\fbc4";
}

.lni-spinner-1-top-right-blank::before {
  content: "\fbc5";
}

.lni-spinner-2::before {
  content: "\fbc6";
}

.lni-spinner-2-bold::before {
  content: "\fbc7";
}

.lni-spinner-2-dotted::before {
  content: "\fbc8";
}

.lni-spinner-2-sacle::before {
  content: "\fbc9";
}

.lni-spinner-3::before {
  content: "\fbca";
}

.lni-spinner-4::before {
  content: "\fbcb";
}

.lni-spinner-4-bottom-blank::before {
  content: "\fbcc";
}

.lni-spinner-4-bottom-left-blank::before {
  content: "\fbcd";
}

.lni-spinner-4-bottom-right-blank::before {
  content: "\fbce";
}

.lni-spinner-4-top-blank::before {
  content: "\fbcf";
}

.lni-spinner-4-top-left-blank::before {
  content: "\fbd0";
}

.lni-spinner-4-top-right-blank::before {
  content: "\fbd1";
}

.lni-spinner-5::before {
  content: "\fbd2";
}

.lni-spiral-tool::before {
  content: "\fbd3";
}

.lni-split::before {
  content: "\fbd4";
}

.lni-spoon::before {
  content: "\fbd5";
}

.lni-spoon-rotated::before {
  content: "\fbd6";
}

.lni-sports::before {
  content: "\fbd7";
}

.lni-spotify::before {
  content: "\fbd8";
}

.lni-spotify-alt::before {
  content: "\fbd9";
}

.lni-square::before {
  content: "\fbda";
}

.lni-square-triangle::before {
  content: "\fbdb";
}

.lni-squares::before {
  content: "\fbdc";
}

.lni-squarespace::before {
  content: "\fbdd";
}

.lni-ssd-disabled-1::before {
  content: "\fbde";
}

.lni-ssd-disabled-2::before {
  content: "\fbdf";
}

.lni-ssd-disabled-3::before {
  content: "\fbe0";
}

.lni-ssd-disabled-4::before {
  content: "\fbe1";
}

.lni-stackoverflow::before {
  content: "\fbe2";
}

.lni-stairs-1::before {
  content: "\fbe3";
}

.lni-stairs-2::before {
  content: "\fbe4";
}

.lni-stairs-3::before {
  content: "\fbe5";
}

.lni-stairs-4::before {
  content: "\fbe6";
}

.lni-stamp::before {
  content: "\fbe7";
}

.lni-stapler::before {
  content: "\fbe8";
}

.lni-star-aeroplane::before {
  content: "\fbe9";
}

.lni-star-arrow-right::before {
  content: "\fbea";
}

.lni-star-bitcoin::before {
  content: "\fbeb";
}

.lni-star-christmas-rounded::before {
  content: "\fbec";
}

.lni-star-christmas-sharp::before {
  content: "\fbed";
}

.lni-star-circle::before {
  content: "\fbee";
}

.lni-star-crypto::before {
  content: "\fbef";
}

.lni-star-dollar::before {
  content: "\fbf0";
}

.lni-star-error::before {
  content: "\fbf1";
}

.lni-star-eye::before {
  content: "\fbf2";
}

.lni-star-fat::before {
  content: "\fbf3";
}

.lni-star-fat-disabled::before {
  content: "\fbf4";
}

.lni-star-fat-falling::before {
  content: "\fbf5";
}

.lni-star-fat-half-1::before {
  content: "\fbf6";
}

.lni-star-fat-half-2::before {
  content: "\fbf7";
}

.lni-star-fat-half-3::before {
  content: "\fbf8";
}

.lni-star-fat-multiple::before {
  content: "\fbf9";
}

.lni-star-fat-rounded::before {
  content: "\fbfa";
}

.lni-star-fat-rounded-falling::before {
  content: "\fbfb";
}

.lni-star-fat-rounded-multiple::before {
  content: "\fbfc";
}

.lni-star-fat-shine::before {
  content: "\fbfd";
}

.lni-star-heart::before {
  content: "\fbfe";
}

.lni-star-info::before {
  content: "\fbff";
}

.lni-star-life::before {
  content: "\fc00";
}

.lni-star-marker::before {
  content: "\fc01";
}

.lni-star-minus::before {
  content: "\fc02";
}

.lni-star-multiple-1::before {
  content: "\fc03";
}

.lni-star-multiple-2::before {
  content: "\fc04";
}

.lni-star-number-5::before {
  content: "\fc05";
}

.lni-star-percent::before {
  content: "\fc06";
}

.lni-star-pin::before {
  content: "\fc07";
}

.lni-star-plus::before {
  content: "\fc08";
}

.lni-star-questionmark::before {
  content: "\fc09";
}

.lni-star-rechtangle::before {
  content: "\fc0a";
}

.lni-star-rounded-disabled::before {
  content: "\fc0b";
}

.lni-star-rounded-half-1::before {
  content: "\fc0c";
}

.lni-star-rounded-half-2::before {
  content: "\fc0d";
}

.lni-star-rounded-half-3::before {
  content: "\fc0e";
}

.lni-star-rounded-shine::before {
  content: "\fc0f";
}

.lni-star-sharp::before {
  content: "\fc10";
}

.lni-star-sharp-disabled::before {
  content: "\fc11";
}

.lni-star-sharp-half-1::before {
  content: "\fc12";
}

.lni-star-sharp-half-2::before {
  content: "\fc13";
}

.lni-star-sharp-half-3::before {
  content: "\fc14";
}

.lni-star-sharp-shine::before {
  content: "\fc15";
}

.lni-star-user::before {
  content: "\fc16";
}

.lni-star-wifi::before {
  content: "\fc17";
}

.lni-stars::before {
  content: "\fc18";
}

.lni-stationary-bike::before {
  content: "\fc19";
}

.lni-statista::before {
  content: "\fc1a";
}

.lni-steak-cooked::before {
  content: "\fc1b";
}

.lni-steak-meat::before {
  content: "\fc1c";
}

.lni-steam::before {
  content: "\fc1d";
}

.lni-stethoscope-1::before {
  content: "\fc1e";
}

.lni-stethoscope-2::before {
  content: "\fc1f";
}

.lni-stocking::before {
  content: "\fc20";
}

.lni-stop::before {
  content: "\fc21";
}

.lni-stopcock::before {
  content: "\fc22";
}

.lni-stopwatch::before {
  content: "\fc23";
}

.lni-stopwatch-beat-1::before {
  content: "\fc24";
}

.lni-stopwatch-beat-2::before {
  content: "\fc25";
}

.lni-stopwatch-disabled::before {
  content: "\fc26";
}

.lni-stopwatch-number-10::before {
  content: "\fc27";
}

.lni-stopwatch-number-20::before {
  content: "\fc28";
}

.lni-stopwatch-number-50::before {
  content: "\fc29";
}

.lni-storage-hdd-1::before {
  content: "\fc2a";
}

.lni-storage-hdd-2::before {
  content: "\fc2b";
}

.lni-storage-pen-drive-1::before {
  content: "\fc2c";
}

.lni-storage-pen-drive-2::before {
  content: "\fc2d";
}

.lni-storage-ssd-1::before {
  content: "\fc2e";
}

.lni-storage-ssd-2::before {
  content: "\fc2f";
}

.lni-storage-ssd-m::before {
  content: "\fc30";
}

.lni-storage-ssd-m-2::before {
  content: "\fc31";
}

.lni-strategy::before {
  content: "\fc32";
}

.lni-strategy-flow-chart::before {
  content: "\fc33";
}

.lni-strawberry-1::before {
  content: "\fc34";
}

.lni-strawberry-2::before {
  content: "\fc35";
}

.lni-strikethrough-1::before {
  content: "\fc36";
}

.lni-strikethrough-2::before {
  content: "\fc37";
}

.lni-stripe::before {
  content: "\fc38";
}

.lni-stumbleupon::before {
  content: "\fc39";
}

.lni-subnode-add::before {
  content: "\fc3a";
}

.lni-subnode-remove::before {
  content: "\fc3b";
}

.lni-subtract-selection::before {
  content: "\fc3c";
}

.lni-suitcase-1::before {
  content: "\fc3d";
}

.lni-suitcase-2::before {
  content: "\fc3e";
}

.lni-sun-1::before {
  content: "\fc3f";
}

.lni-sun-2::before {
  content: "\fc40";
}

.lni-sun-desert::before {
  content: "\fc41";
}

.lni-sun-haze-high::before {
  content: "\fc42";
}

.lni-sun-haze-low::before {
  content: "\fc43";
}

.lni-sun-water::before {
  content: "\fc44";
}

.lni-sun-wind::before {
  content: "\fc45";
}

.lni-sunflower::before {
  content: "\fc46";
}

.lni-supabase::before {
  content: "\fc47";
}

.lni-surfboard-1::before {
  content: "\fc48";
}

.lni-surfboard-2::before {
  content: "\fc49";
}

.lni-surfboard-3::before {
  content: "\fc4a";
}

.lni-surfboard-4::before {
  content: "\fc4b";
}

.lni-surfboard-5::before {
  content: "\fc4c";
}

.lni-svelte::before {
  content: "\fc4d";
}

.lni-swap-coins::before {
  content: "\fc4e";
}

.lni-swap-currency::before {
  content: "\fc4f";
}

.lni-swift::before {
  content: "\fc50";
}

.lni-swimming::before {
  content: "\fc51";
}

.lni-swimming-pool::before {
  content: "\fc52";
}

.lni-symbol::before {
  content: "\fc53";
}

.lni-symbol-moon-star::before {
  content: "\fc54";
}

.lni-tab::before {
  content: "\fc55";
}

.lni-table::before {
  content: "\fc56";
}

.lni-table-1::before {
  content: "\fc57";
}

.lni-table-2::before {
  content: "\fc58";
}

.lni-table-3::before {
  content: "\fc59";
}

.lni-table-chair::before {
  content: "\fc5a";
}

.lni-tablets::before {
  content: "\fc5b";
}

.lni-taco::before {
  content: "\fc5c";
}

.lni-tailwindcss::before {
  content: "\fc5d";
}

.lni-taj-mahal::before {
  content: "\fc5e";
}

.lni-taka::before {
  content: "\fc5f";
}

.lni-taka-circle::before {
  content: "\fc60";
}

.lni-taka-trend-down::before {
  content: "\fc61";
}

.lni-taka-trend-down-1::before {
  content: "\fc62";
}

.lni-tap::before {
  content: "\fc63";
}

.lni-tap-angular::before {
  content: "\fc64";
}

.lni-tap-long::before {
  content: "\fc65";
}

.lni-tap-long-angular::before {
  content: "\fc66";
}

.lni-tap-quick::before {
  content: "\fc67";
}

.lni-tap-quick-angular::before {
  content: "\fc68";
}

.lni-target-1::before {
  content: "\fc69";
}

.lni-target-2::before {
  content: "\fc6a";
}

.lni-target-3::before {
  content: "\fc6b";
}

.lni-target-4::before {
  content: "\fc6c";
}

.lni-target-5::before {
  content: "\fc6d";
}

.lni-target-bitcoin-1::before {
  content: "\fc6e";
}

.lni-target-bitcoin-2::before {
  content: "\fc6f";
}

.lni-target-bitcoin-3::before {
  content: "\fc70";
}

.lni-target-crypto-1::before {
  content: "\fc71";
}

.lni-target-crypto-2::before {
  content: "\fc72";
}

.lni-target-crypto-3::before {
  content: "\fc73";
}

.lni-target-envelope::before {
  content: "\fc74";
}

.lni-target-euro-1::before {
  content: "\fc75";
}

.lni-target-euro-2::before {
  content: "\fc76";
}

.lni-target-euro-3::before {
  content: "\fc77";
}

.lni-target-user::before {
  content: "\fc78";
}

.lni-target-yen-1::before {
  content: "\fc79";
}

.lni-target-yen-2::before {
  content: "\fc7a";
}

.lni-target-yen-3::before {
  content: "\fc7b";
}

.lni-task-done::before {
  content: "\fc7c";
}

.lni-task-done-circle::before {
  content: "\fc7d";
}

.lni-task-error::before {
  content: "\fc7e";
}

.lni-task-error-circle::before {
  content: "\fc7f";
}

.lni-task-stopped::before {
  content: "\fc80";
}

.lni-task-stopped-circle::before {
  content: "\fc81";
}

.lni-teabag::before {
  content: "\fc82";
}

.lni-teeth::before {
  content: "\fc83";
}

.lni-telegram::before {
  content: "\fc84";
}

.lni-telephone-1::before {
  content: "\fc85";
}

.lni-telephone-2::before {
  content: "\fc86";
}

.lni-telephone-3::before {
  content: "\fc87";
}

.lni-telephone-4::before {
  content: "\fc88";
}

.lni-telephone-arrow-bottom-left::before {
  content: "\fc89";
}

.lni-telephone-arrow-down::before {
  content: "\fc8a";
}

.lni-telephone-arrow-left::before {
  content: "\fc8b";
}

.lni-telephone-arrow-right::before {
  content: "\fc8c";
}

.lni-telephone-arrow-top::before {
  content: "\fc8d";
}

.lni-telephone-arrow-top-right::before {
  content: "\fc8e";
}

.lni-telephone-disabled::before {
  content: "\fc8f";
}

.lni-telephone-dollar::before {
  content: "\fc90";
}

.lni-telephone-dots::before {
  content: "\fc91";
}

.lni-telephone-hold::before {
  content: "\fc92";
}

.lni-telephone-missed-call-1::before {
  content: "\fc93";
}

.lni-telephone-missed-call-2::before {
  content: "\fc94";
}

.lni-telephone-plus::before {
  content: "\fc95";
}

.lni-telephone-reload::before {
  content: "\fc96";
}

.lni-telephone-wave::before {
  content: "\fc97";
}

.lni-telescope::before {
  content: "\fc98";
}

.lni-temple-1::before {
  content: "\fc99";
}

.lni-temple-2::before {
  content: "\fc9a";
}

.lni-tennis-ball::before {
  content: "\fc9b";
}

.lni-tent-1::before {
  content: "\fc9c";
}

.lni-tent-2::before {
  content: "\fc9d";
}

.lni-tent-3::before {
  content: "\fc9e";
}

.lni-terminal::before {
  content: "\fc9f";
}

.lni-terminal-circle::before {
  content: "\fca0";
}

.lni-terminal-hexagon::before {
  content: "\fca1";
}

.lni-terminal-octagon::before {
  content: "\fca2";
}

.lni-terminal-rechtangle::before {
  content: "\fca3";
}

.lni-terminal-square::before {
  content: "\fca4";
}

.lni-tesla::before {
  content: "\fca5";
}

.lni-test-tube-1::before {
  content: "\fca6";
}

.lni-test-tube-2::before {
  content: "\fca7";
}

.lni-test-tube-3::before {
  content: "\fca8";
}

.lni-text::before {
  content: "\fca9";
}

.lni-text-format::before {
  content: "\fcaa";
}

.lni-text-format-remove::before {
  content: "\fcab";
}

.lni-text-paragraph::before {
  content: "\fcac";
}

.lni-text-square::before {
  content: "\fcad";
}

.lni-text-width::before {
  content: "\fcae";
}

.lni-thermometer-1::before {
  content: "\fcaf";
}

.lni-thermometer-2::before {
  content: "\fcb0";
}

.lni-thermometer-progress-full-1::before {
  content: "\fcb1";
}

.lni-thermometer-progress-full-2::before {
  content: "\fcb2";
}

.lni-thermometer-progress-half::before {
  content: "\fcb3";
}

.lni-thumbs-down-1::before {
  content: "\fcb4";
}

.lni-thumbs-down-2::before {
  content: "\fcb5";
}

.lni-thumbs-down-3::before {
  content: "\fcb6";
}

.lni-thumbs-up-1::before {
  content: "\fcb7";
}

.lni-thumbs-up-2::before {
  content: "\fcb8";
}

.lni-thumbs-up-3::before {
  content: "\fcb9";
}

.lni-thumbs-up-locked::before {
  content: "\fcba";
}

.lni-thumbs-up-spark::before {
  content: "\fcbb";
}

.lni-ticket-1::before {
  content: "\fcbc";
}

.lni-ticket-2::before {
  content: "\fcbd";
}

.lni-ticket-airplane::before {
  content: "\fcbe";
}

.lni-tickets-1::before {
  content: "\fcbf";
}

.lni-tickets-2::before {
  content: "\fcc0";
}

.lni-tickets-3::before {
  content: "\fcc1";
}

.lni-tickets-star::before {
  content: "\fcc2";
}

.lni-tie::before {
  content: "\fcc3";
}

.lni-tiimer::before {
  content: "\fcc4";
}

.lni-tiktok::before {
  content: "\fcc5";
}

.lni-tiktok-alt::before {
  content: "\fcc6";
}

.lni-timelapse::before {
  content: "\fcc7";
}

.lni-timeline::before {
  content: "\fcc8";
}

.lni-timer-1::before {
  content: "\fcc9";
}

.lni-timer-2::before {
  content: "\fcca";
}

.lni-timer-half::before {
  content: "\fccb";
}

.lni-timer-quarter::before {
  content: "\fccc";
}

.lni-timer-quarter-pass::before {
  content: "\fccd";
}

.lni-toggle-1-neutral::before {
  content: "\fcce";
}

.lni-toggle-1-off::before {
  content: "\fccf";
}

.lni-toggle-1-on::before {
  content: "\fcd0";
}

.lni-toggle-2-neutral::before {
  content: "\fcd1";
}

.lni-toggle-2-off::before {
  content: "\fcd2";
}

.lni-toggle-2-on::before {
  content: "\fcd3";
}

.lni-tomato::before {
  content: "\fcd4";
}

.lni-tombstone::before {
  content: "\fcd5";
}

.lni-tombstone-cross::before {
  content: "\fcd6";
}

.lni-tombstone-moon-star::before {
  content: "\fcd7";
}

.lni-tombstone-octagon::before {
  content: "\fcd8";
}

.lni-tombstone-text::before {
  content: "\fcd9";
}

.lni-tooth::before {
  content: "\fcda";
}

.lni-torii-gate-1::before {
  content: "\fcdb";
}

.lni-torii-gate-2::before {
  content: "\fcdc";
}

.lni-tornado-1::before {
  content: "\fcdd";
}

.lni-tornado-2::before {
  content: "\fcde";
}

.lni-tornado-3::before {
  content: "\fcdf";
}

.lni-towel::before {
  content: "\fce0";
}

.lni-tower-broadcast-1::before {
  content: "\fce1";
}

.lni-tower-broadcast-2::before {
  content: "\fce2";
}

.lni-toyota::before {
  content: "\fce3";
}

.lni-tractor::before {
  content: "\fce4";
}

.lni-trade-mark::before {
  content: "\fce5";
}

.lni-traffic-cone-1::before {
  content: "\fce6";
}

.lni-traffic-cone-2::before {
  content: "\fce7";
}

.lni-traffic-light::before {
  content: "\fce8";
}

.lni-train-1::before {
  content: "\fce9";
}

.lni-train-2::before {
  content: "\fcea";
}

.lni-train-3::before {
  content: "\fceb";
}

.lni-trampoline::before {
  content: "\fcec";
}

.lni-transform-1::before {
  content: "\fced";
}

.lni-transform-2::before {
  content: "\fcee";
}

.lni-trash-1::before {
  content: "\fcef";
}

.lni-trash-1-disabled::before {
  content: "\fcf0";
}

.lni-trash-2::before {
  content: "\fcf1";
}

.lni-trash-2-disabled::before {
  content: "\fcf2";
}

.lni-trash-3::before {
  content: "\fcf3";
}

.lni-trash-3-disabled::before {
  content: "\fcf4";
}

.lni-trash-4::before {
  content: "\fcf5";
}

.lni-trash-4-disabled::before {
  content: "\fcf6";
}

.lni-trash-5::before {
  content: "\fcf7";
}

.lni-trash-5-disabled::before {
  content: "\fcf8";
}

.lni-trash-6::before {
  content: "\fcf9";
}

.lni-trash-6-disabled::before {
  content: "\fcfa";
}

.lni-trash-7::before {
  content: "\fcfb";
}

.lni-trash-7-disabled::before {
  content: "\fcfc";
}

.lni-trash-arrow-downward::before {
  content: "\fcfd";
}

.lni-trash-arrow-left::before {
  content: "\fcfe";
}

.lni-trash-arrow-right::before {
  content: "\fcff";
}

.lni-trash-arrow-upward::before {
  content: "\fd00";
}

.lni-trash-bitcoin::before {
  content: "\fd01";
}

.lni-trash-check::before {
  content: "\fd02";
}

.lni-trash-check-circle::before {
  content: "\fd03";
}

.lni-trash-cloud::before {
  content: "\fd04";
}

.lni-trash-code::before {
  content: "\fd05";
}

.lni-trash-crypto::before {
  content: "\fd06";
}

.lni-trash-database::before {
  content: "\fd07";
}

.lni-trash-disabled::before {
  content: "\fd08";
}

.lni-trash-document::before {
  content: "\fd09";
}

.lni-trash-error-circle::before {
  content: "\fd0a";
}

.lni-trash-gear::before {
  content: "\fd0b";
}

.lni-trash-image::before {
  content: "\fd0c";
}

.lni-trash-info-circle::before {
  content: "\fd0d";
}

.lni-trash-link::before {
  content: "\fd0e";
}

.lni-trash-list::before {
  content: "\fd0f";
}

.lni-trash-music::before {
  content: "\fd10";
}

.lni-trash-phone::before {
  content: "\fd11";
}

.lni-trash-play::before {
  content: "\fd12";
}

.lni-trash-plus::before {
  content: "\fd13";
}

.lni-trash-plus-circle::before {
  content: "\fd14";
}

.lni-trash-question-mark::before {
  content: "\fd15";
}

.lni-trash-redo::before {
  content: "\fd16";
}

.lni-trash-refresh-anticlockwise::before {
  content: "\fd17";
}

.lni-trash-refresh-clockwise::before {
  content: "\fd18";
}

.lni-trash-reload-anticlockwise::before {
  content: "\fd19";
}

.lni-trash-reload-clockwise::before {
  content: "\fd1a";
}

.lni-trash-search::before {
  content: "\fd1b";
}

.lni-trash-server::before {
  content: "\fd1c";
}

.lni-trash-shield::before {
  content: "\fd1d";
}

.lni-trash-time::before {
  content: "\fd1e";
}

.lni-trash-timer::before {
  content: "\fd1f";
}

.lni-trash-undo::before {
  content: "\fd20";
}

.lni-trash-user::before {
  content: "\fd21";
}

.lni-trash-vector-points::before {
  content: "\fd22";
}

.lni-trash-video::before {
  content: "\fd23";
}

.lni-trash-xmark::before {
  content: "\fd24";
}

.lni-trash-xmark-circle::before {
  content: "\fd25";
}

.lni-treadmill::before {
  content: "\fd26";
}

.lni-tree-1::before {
  content: "\fd27";
}

.lni-tree-2::before {
  content: "\fd28";
}

.lni-tree-3::before {
  content: "\fd29";
}

.lni-tree-4::before {
  content: "\fd2a";
}

.lni-tree-5::before {
  content: "\fd2b";
}

.lni-tree-6::before {
  content: "\fd2c";
}

.lni-tree-7::before {
  content: "\fd2d";
}

.lni-trees-1::before {
  content: "\fd2e";
}

.lni-trees-10::before {
  content: "\fd2f";
}

.lni-trees-11::before {
  content: "\fd30";
}

.lni-trees-2::before {
  content: "\fd31";
}

.lni-trees-3::before {
  content: "\fd32";
}

.lni-trees-4::before {
  content: "\fd33";
}

.lni-trees-5::before {
  content: "\fd34";
}

.lni-trees-6::before {
  content: "\fd35";
}

.lni-trees-7::before {
  content: "\fd36";
}

.lni-trees-8::before {
  content: "\fd37";
}

.lni-trees-9::before {
  content: "\fd38";
}

.lni-trello::before {
  content: "\fd39";
}

.lni-trend-down-1::before {
  content: "\fd3a";
}

.lni-trend-down-2::before {
  content: "\fd3b";
}

.lni-trend-up-1::before {
  content: "\fd3c";
}

.lni-trend-up-2::before {
  content: "\fd3d";
}

.lni-trend-up-rechtangle::before {
  content: "\fd3e";
}

.lni-triangle-1::before {
  content: "\fd3f";
}

.lni-triangle-2::before {
  content: "\fd40";
}

.lni-triangle-bolt::before {
  content: "\fd41";
}

.lni-triangle-xmark::before {
  content: "\fd42";
}

.lni-triangles-1::before {
  content: "\fd43";
}

.lni-triangles-2::before {
  content: "\fd44";
}

.lni-triangles-3::before {
  content: "\fd45";
}

.lni-trophy-1::before {
  content: "\fd46";
}

.lni-trophy-2::before {
  content: "\fd47";
}

.lni-trophy-3::before {
  content: "\fd48";
}

.lni-trophy-4::before {
  content: "\fd49";
}

.lni-trowel-1::before {
  content: "\fd4a";
}

.lni-trowel-2::before {
  content: "\fd4b";
}

.lni-trowel-3::before {
  content: "\fd4c";
}

.lni-truck::before {
  content: "\fd4d";
}

.lni-truck-construction-1::before {
  content: "\fd4e";
}

.lni-truck-construction-2::before {
  content: "\fd4f";
}

.lni-truck-construction-3::before {
  content: "\fd50";
}

.lni-truck-construction-4::before {
  content: "\fd51";
}

.lni-truck-container::before {
  content: "\fd52";
}

.lni-truck-container-empty::before {
  content: "\fd53";
}

.lni-truck-delivery-1::before {
  content: "\fd54";
}

.lni-truck-delivery-2::before {
  content: "\fd55";
}

.lni-truck-delivery-24::before {
  content: "\fd56";
}

.lni-truck-delivery-3::before {
  content: "\fd57";
}

.lni-truck-delivery-arrow-downward::before {
  content: "\fd58";
}

.lni-truck-delivery-arrow-right::before {
  content: "\fd59";
}

.lni-truck-delivery-arrow-upward::before {
  content: "\fd5a";
}

.lni-truck-delivery-battery::before {
  content: "\fd5b";
}

.lni-truck-delivery-bolt::before {
  content: "\fd5c";
}

.lni-truck-delivery-box::before {
  content: "\fd5d";
}

.lni-truck-delivery-check-circle::before {
  content: "\fd5e";
}

.lni-truck-delivery-chip::before {
  content: "\fd5f";
}

.lni-truck-delivery-disabled::before {
  content: "\fd60";
}

.lni-truck-delivery-dollar::before {
  content: "\fd61";
}

.lni-truck-delivery-error-circle::before {
  content: "\fd62";
}

.lni-truck-delivery-fast::before {
  content: "\fd63";
}

.lni-truck-delivery-fire::before {
  content: "\fd64";
}

.lni-truck-delivery-food::before {
  content: "\fd65";
}

.lni-truck-delivery-globe::before {
  content: "\fd66";
}

.lni-truck-delivery-info-circle::before {
  content: "\fd67";
}

.lni-truck-delivery-leaf::before {
  content: "\fd68";
}

.lni-truck-delivery-locked::before {
  content: "\fd69";
}

.lni-truck-delivery-map-marker::before {
  content: "\fd6a";
}

.lni-truck-delivery-money::before {
  content: "\fd6b";
}

.lni-truck-delivery-percent-circle::before {
  content: "\fd6c";
}

.lni-truck-delivery-phone::before {
  content: "\fd6d";
}

.lni-truck-delivery-plus-circle::before {
  content: "\fd6e";
}

.lni-truck-delivery-recycle::before {
  content: "\fd6f";
}

.lni-truck-delivery-refresh::before {
  content: "\fd70";
}

.lni-truck-delivery-return::before {
  content: "\fd71";
}

.lni-truck-delivery-search::before {
  content: "\fd72";
}

.lni-truck-delivery-shield::before {
  content: "\fd73";
}

.lni-truck-delivery-star::before {
  content: "\fd74";
}

.lni-truck-delivery-thumbs-down::before {
  content: "\fd75";
}

.lni-truck-delivery-thumbs-up::before {
  content: "\fd76";
}

.lni-truck-delivery-time::before {
  content: "\fd77";
}

.lni-truck-delivery-xmark-circle::before {
  content: "\fd78";
}

.lni-truck-dump::before {
  content: "\fd79";
}

.lni-truck-oil-1::before {
  content: "\fd7a";
}

.lni-truck-oil-2::before {
  content: "\fd7b";
}

.lni-tumblr::before {
  content: "\fd7c";
}

.lni-turborepo::before {
  content: "\fd7d";
}

.lni-turn-down-left::before {
  content: "\fd7e";
}

.lni-turn-down-right::before {
  content: "\fd7f";
}

.lni-turn-left::before {
  content: "\fd80";
}

.lni-turn-left-down::before {
  content: "\fd81";
}

.lni-turn-left-up::before {
  content: "\fd82";
}

.lni-turn-right::before {
  content: "\fd83";
}

.lni-turn-right-circle::before {
  content: "\fd84";
}

.lni-turn-right-down::before {
  content: "\fd85";
}

.lni-turn-right-hexagon::before {
  content: "\fd86";
}

.lni-turn-right-octagon::before {
  content: "\fd87";
}

.lni-turn-right-square::before {
  content: "\fd88";
}

.lni-turn-right-up::before {
  content: "\fd89";
}

.lni-turtle-1::before {
  content: "\fd8a";
}

.lni-turtle-2::before {
  content: "\fd8b";
}

.lni-tv-4k::before {
  content: "\fd8c";
}

.lni-tv-audio::before {
  content: "\fd8d";
}

.lni-tv-check-circle::before {
  content: "\fd8e";
}

.lni-tv-crt::before {
  content: "\fd8f";
}

.lni-tv-disabled-1::before {
  content: "\fd90";
}

.lni-tv-disabled-2::before {
  content: "\fd91";
}

.lni-tv-error-circle::before {
  content: "\fd92";
}

.lni-tv-gear::before {
  content: "\fd93";
}

.lni-tv-heart::before {
  content: "\fd94";
}

.lni-tv-leaf::before {
  content: "\fd95";
}

.lni-tv-live::before {
  content: "\fd96";
}

.lni-tv-locked-1::before {
  content: "\fd97";
}

.lni-tv-locked-2::before {
  content: "\fd98";
}

.lni-tv-minus-circle::before {
  content: "\fd99";
}

.lni-tv-modern::before {
  content: "\fd9a";
}

.lni-tv-moon::before {
  content: "\fd9b";
}

.lni-tv-play::before {
  content: "\fd9c";
}

.lni-tv-plus-circle::before {
  content: "\fd9d";
}

.lni-tv-recycle::before {
  content: "\fd9e";
}

.lni-tv-refresh::before {
  content: "\fd9f";
}

.lni-tv-reload::before {
  content: "\fda0";
}

.lni-tv-repair::before {
  content: "\fda1";
}

.lni-tv-search::before {
  content: "\fda2";
}

.lni-tv-sleep::before {
  content: "\fda3";
}

.lni-tv-sound::before {
  content: "\fda4";
}

.lni-tv-star::before {
  content: "\fda5";
}

.lni-tv-time::before {
  content: "\fda6";
}

.lni-tv-unlocked::before {
  content: "\fda7";
}

.lni-tv-user::before {
  content: "\fda8";
}

.lni-tv-video::before {
  content: "\fda9";
}

.lni-tv-vr::before {
  content: "\fdaa";
}

.lni-tv-wifi-1::before {
  content: "\fdab";
}

.lni-tv-wifi-2::before {
  content: "\fdac";
}

.lni-tweezers::before {
  content: "\fdad";
}

.lni-twitch::before {
  content: "\fdae";
}

.lni-twitter-old::before {
  content: "\fdaf";
}

.lni-typescript::before {
  content: "\fdb0";
}

.lni-uber::before {
  content: "\fdb1";
}

.lni-uber-symbol::before {
  content: "\fdb2";
}

.lni-ubuntu::before {
  content: "\fdb3";
}

.lni-umbrella-1::before {
  content: "\fdb4";
}

.lni-umbrella-2::before {
  content: "\fdb5";
}

.lni-umbrella-rain-1::before {
  content: "\fdb6";
}

.lni-umbrella-rain-2::before {
  content: "\fdb7";
}

.lni-underline::before {
  content: "\fdb8";
}

.lni-undo::before {
  content: "\fdb9";
}

.lni-undo-rotated::before {
  content: "\fdba";
}

.lni-union-selection::before {
  content: "\fdbb";
}

.lni-unlink-1-angular-left::before {
  content: "\fdbc";
}

.lni-unlink-1-angular-right::before {
  content: "\fdbd";
}

.lni-unlink-1-horizontal::before {
  content: "\fdbe";
}

.lni-unlink-1-vertical::before {
  content: "\fdbf";
}

.lni-unlink-2-angular-eft::before {
  content: "\fdc0";
}

.lni-unlink-2-angular-right::before {
  content: "\fdc1";
}

.lni-unlink-3-angular-left::before {
  content: "\fdc2";
}

.lni-unlink-3-angular-right::before {
  content: "\fdc3";
}

.lni-unlink-3-horizontal::before {
  content: "\fdc4";
}

.lni-unlink-3-vertical::before {
  content: "\fdc5";
}

.lni-unlocked-1::before {
  content: "\fdc6";
}

.lni-unlocked-2::before {
  content: "\fdc7";
}

.lni-unlocked-3::before {
  content: "\fdc8";
}

.lni-unsplash::before {
  content: "\fdc9";
}

.lni-upload-1::before {
  content: "\fdca";
}

.lni-upload-1-disabled::before {
  content: "\fdcb";
}

.lni-upload-2::before {
  content: "\fdcc";
}

.lni-upload-2-disabled::before {
  content: "\fdcd";
}

.lni-upload-3::before {
  content: "\fdce";
}

.lni-upload-3-disabled::before {
  content: "\fdcf";
}

.lni-upload-4::before {
  content: "\fdd0";
}

.lni-upload-4-disabled::before {
  content: "\fdd1";
}

.lni-upload-5::before {
  content: "\fdd2";
}

.lni-upload-5-disabled::before {
  content: "\fdd3";
}

.lni-upload-6::before {
  content: "\fdd4";
}

.lni-upload-6-disabled::before {
  content: "\fdd5";
}

.lni-upload-7::before {
  content: "\fdd6";
}

.lni-upload-7-disabled::before {
  content: "\fdd7";
}

.lni-upload-8::before {
  content: "\fdd8";
}

.lni-upload-8-disabled::before {
  content: "\fdd9";
}

.lni-upload-circle-1::before {
  content: "\fdda";
}

.lni-upload-circle-2::before {
  content: "\fddb";
}

.lni-upload-cloud::before {
  content: "\fddc";
}

.lni-upload-half-circle-1::before {
  content: "\fddd";
}

.lni-upload-half-circle-2::before {
  content: "\fdde";
}

.lni-upload-rechtangle::before {
  content: "\fddf";
}

.lni-upload-square-1::before {
  content: "\fde0";
}

.lni-upload-square-2::before {
  content: "\fde1";
}

.lni-uploading::before {
  content: "\fde2";
}

.lni-usb::before {
  content: "\fde3";
}

.lni-usb-port::before {
  content: "\fde4";
}

.lni-user-1::before {
  content: "\fde5";
}

.lni-user-2::before {
  content: "\fde6";
}

.lni-user-3::before {
  content: "\fde7";
}

.lni-user-4::before {
  content: "\fde8";
}

.lni-user-aids::before {
  content: "\fde9";
}

.lni-user-arrow-center-pointed::before {
  content: "\fdea";
}

.lni-user-arrow-top-right::before {
  content: "\fdeb";
}

.lni-user-bulb::before {
  content: "\fdec";
}

.lni-user-bulb-2::before {
  content: "\fded";
}

.lni-user-check::before {
  content: "\fdee";
}

.lni-user-check-circle::before {
  content: "\fdef";
}

.lni-user-circle-1::before {
  content: "\fdf0";
}

.lni-user-circle-2::before {
  content: "\fdf1";
}

.lni-user-code-1::before {
  content: "\fdf2";
}

.lni-user-code-2::before {
  content: "\fdf3";
}

.lni-user-disabled::before {
  content: "\fdf4";
}

.lni-user-dollar::before {
  content: "\fdf5";
}

.lni-user-downward::before {
  content: "\fdf6";
}

.lni-user-gear::before {
  content: "\fdf7";
}

.lni-user-globe-1::before {
  content: "\fdf8";
}

.lni-user-globe-2::before {
  content: "\fdf9";
}

.lni-user-globe-3::before {
  content: "\fdfa";
}

.lni-user-heart::before {
  content: "\fdfb";
}

.lni-user-info-circle::before {
  content: "\fdfc";
}

.lni-user-key::before {
  content: "\fdfd";
}

.lni-user-link::before {
  content: "\fdfe";
}

.lni-user-lokced::before {
  content: "\fdff";
}

.lni-user-map::before {
  content: "\fe00";
}

.lni-user-map-arrow-downward::before {
  content: "\fe01";
}

.lni-user-map-arrow-left::before {
  content: "\fe02";
}

.lni-user-map-arrow-right::before {
  content: "\fe03";
}

.lni-user-map-arrow-upward::before {
  content: "\fe04";
}

.lni-user-map-badge::before {
  content: "\fe05";
}

.lni-user-map-beat::before {
  content: "\fe06";
}

.lni-user-map-bitcoin::before {
  content: "\fe07";
}

.lni-user-map-bolt::before {
  content: "\fe08";
}

.lni-user-map-bookmark::before {
  content: "\fe09";
}

.lni-user-map-bulb::before {
  content: "\fe0a";
}

.lni-user-map-check-circle::before {
  content: "\fe0b";
}

.lni-user-map-chip::before {
  content: "\fe0c";
}

.lni-user-map-cloud::before {
  content: "\fe0d";
}

.lni-user-map-code::before {
  content: "\fe0e";
}

.lni-user-map-crypto::before {
  content: "\fe0f";
}

.lni-user-map-disabled-1::before {
  content: "\fe10";
}

.lni-user-map-disabled-2::before {
  content: "\fe11";
}

.lni-user-map-dollar::before {
  content: "\fe12";
}

.lni-user-map-error-circle::before {
  content: "\fe13";
}

.lni-user-map-eye::before {
  content: "\fe14";
}

.lni-user-map-fire::before {
  content: "\fe15";
}

.lni-user-map-gear::before {
  content: "\fe16";
}

.lni-user-map-heart::before {
  content: "\fe17";
}

.lni-user-map-heart-circle::before {
  content: "\fe18";
}

.lni-user-map-image::before {
  content: "\fe19";
}

.lni-user-map-incognito::before {
  content: "\fe1a";
}

.lni-user-map-info-circle::before {
  content: "\fe1b";
}

.lni-user-map-leaf::before {
  content: "\fe1c";
}

.lni-user-map-link::before {
  content: "\fe1d";
}

.lni-user-map-location::before {
  content: "\fe1e";
}

.lni-user-map-locked::before {
  content: "\fe1f";
}

.lni-user-map-map-marker::before {
  content: "\fe20";
}

.lni-user-map-minus-circle::before {
  content: "\fe21";
}

.lni-user-map-moon::before {
  content: "\fe22";
}

.lni-user-map-paperclip::before {
  content: "\fe23";
}

.lni-user-map-percent::before {
  content: "\fe24";
}

.lni-user-map-phone::before {
  content: "\fe25";
}

.lni-user-map-pie-chart::before {
  content: "\fe26";
}

.lni-user-map-pin::before {
  content: "\fe27";
}

.lni-user-map-plus-circle::before {
  content: "\fe28";
}

.lni-user-map-question-mark::before {
  content: "\fe29";
}

.lni-user-map-refresh::before {
  content: "\fe2a";
}

.lni-user-map-reload::before {
  content: "\fe2b";
}

.lni-user-map-search::before {
  content: "\fe2c";
}

.lni-user-map-share-nodes::before {
  content: "\fe2d";
}

.lni-user-map-shield::before {
  content: "\fe2e";
}

.lni-user-map-sound::before {
  content: "\fe2f";
}

.lni-user-map-star::before {
  content: "\fe30";
}

.lni-user-map-storage::before {
  content: "\fe31";
}

.lni-user-map-sun::before {
  content: "\fe32";
}

.lni-user-map-thumbs-down::before {
  content: "\fe33";
}

.lni-user-map-thumbs-up::before {
  content: "\fe34";
}

.lni-user-map-time::before {
  content: "\fe35";
}

.lni-user-map-timer::before {
  content: "\fe36";
}

.lni-user-map-trash::before {
  content: "\fe37";
}

.lni-user-map-turn-left::before {
  content: "\fe38";
}

.lni-user-map-turn-right::before {
  content: "\fe39";
}

.lni-user-map-unlocked::before {
  content: "\fe3a";
}

.lni-user-map-vr::before {
  content: "\fe3b";
}

.lni-user-map-wifi::before {
  content: "\fe3c";
}

.lni-user-map-xmark-circle::before {
  content: "\fe3d";
}

.lni-user-minus-circle::before {
  content: "\fe3e";
}

.lni-user-multiple-1::before {
  content: "\fe3f";
}

.lni-user-multiple-2::before {
  content: "\fe40";
}

.lni-user-multiple-3::before {
  content: "\fe41";
}

.lni-user-multiple-4::before {
  content: "\fe42";
}

.lni-user-pencil::before {
  content: "\fe43";
}

.lni-user-plus::before {
  content: "\fe44";
}

.lni-user-plus-circle::before {
  content: "\fe45";
}

.lni-user-question-mark::before {
  content: "\fe46";
}

.lni-user-refresh::before {
  content: "\fe47";
}

.lni-user-roadside::before {
  content: "\fe48";
}

.lni-user-search::before {
  content: "\fe49";
}

.lni-user-shield::before {
  content: "\fe4a";
}

.lni-user-star::before {
  content: "\fe4b";
}

.lni-user-street-view::before {
  content: "\fe4c";
}

.lni-user-tie::before {
  content: "\fe4d";
}

.lni-user-time::before {
  content: "\fe4e";
}

.lni-user-xmark-circle::before {
  content: "\fe4f";
}

.lni-users::before {
  content: "\fe50";
}

.lni-users-check::before {
  content: "\fe51";
}

.lni-users-minus-circle::before {
  content: "\fe52";
}

.lni-users-plus::before {
  content: "\fe53";
}

.lni-users-xmark::before {
  content: "\fe54";
}

.lni-uterus::before {
  content: "\fe55";
}

.lni-vaccine::before {
  content: "\fe56";
}

.lni-vault-1::before {
  content: "\fe57";
}

.lni-vault-2::before {
  content: "\fe58";
}

.lni-vault-3::before {
  content: "\fe59";
}

.lni-vault-4::before {
  content: "\fe5a";
}

.lni-vault-5::before {
  content: "\fe5b";
}

.lni-vector-corners::before {
  content: "\fe5c";
}

.lni-vector-nodes-1::before {
  content: "\fe5d";
}

.lni-vector-nodes-2::before {
  content: "\fe5e";
}

.lni-vector-nodes-3::before {
  content: "\fe5f";
}

.lni-vector-nodes-4::before {
  content: "\fe60";
}

.lni-vector-nodes-5::before {
  content: "\fe61";
}

.lni-vector-nodes-6::before {
  content: "\fe62";
}

.lni-vector-nodes-7::before {
  content: "\fe63";
}

.lni-vector-nodes-8::before {
  content: "\fe64";
}

.lni-vercel::before {
  content: "\fe65";
}

.lni-video::before {
  content: "\fe66";
}

.lni-video-call-chat::before {
  content: "\fe67";
}

.lni-video-call-comment::before {
  content: "\fe68";
}

.lni-video-call-horizontal::before {
  content: "\fe69";
}

.lni-video-call-vertical::before {
  content: "\fe6a";
}

.lni-video-camera-heart::before {
  content: "\fe6b";
}

.lni-video-play::before {
  content: "\fe6c";
}

.lni-video-playback::before {
  content: "\fe6d";
}

.lni-vimeo::before {
  content: "\fe6e";
}

.lni-virus::before {
  content: "\fe6f";
}

.lni-visa::before {
  content: "\fe70";
}

.lni-vite::before {
  content: "\fe71";
}

.lni-vk::before {
  content: "\fe72";
}

.lni-vmware::before {
  content: "\fe73";
}

.lni-volkswagen::before {
  content: "\fe74";
}

.lni-volume-1::before {
  content: "\fe75";
}

.lni-volume-2::before {
  content: "\fe76";
}

.lni-volume-high::before {
  content: "\fe77";
}

.lni-volume-low::before {
  content: "\fe78";
}

.lni-volume-mute::before {
  content: "\fe79";
}

.lni-volume-off::before {
  content: "\fe7a";
}

.lni-vr-1::before {
  content: "\fe7b";
}

.lni-vr-1-disabled-1::before {
  content: "\fe7c";
}

.lni-vr-1-disabled-2::before {
  content: "\fe7d";
}

.lni-vr-3-dot::before {
  content: "\fe7e";
}

.lni-vr-4k::before {
  content: "\fe7f";
}

.lni-vr-audio::before {
  content: "\fe80";
}

.lni-vr-bolt::before {
  content: "\fe81";
}

.lni-vr-bug::before {
  content: "\fe82";
}

.lni-vr-cardboard::before {
  content: "\fe83";
}

.lni-vr-chat::before {
  content: "\fe84";
}

.lni-vr-check-circle::before {
  content: "\fe85";
}

.lni-vr-chip::before {
  content: "\fe86";
}

.lni-vr-cloud::before {
  content: "\fe87";
}

.lni-vr-code::before {
  content: "\fe88";
}

.lni-vr-error-circle::before {
  content: "\fe89";
}

.lni-vr-gear::before {
  content: "\fe8a";
}

.lni-vr-head-front::before {
  content: "\fe8b";
}

.lni-vr-head-side::before {
  content: "\fe8c";
}

.lni-vr-heart::before {
  content: "\fe8d";
}

.lni-vr-image::before {
  content: "\fe8e";
}

.lni-vr-live::before {
  content: "\fe8f";
}

.lni-vr-locked::before {
  content: "\fe90";
}

.lni-vr-modern-1::before {
  content: "\fe91";
}

.lni-vr-modern-1-disabled::before {
  content: "\fe92";
}

.lni-vr-modern-2::before {
  content: "\fe93";
}

.lni-vr-modern-2-disabled::before {
  content: "\fe94";
}

.lni-vr-modern-3::before {
  content: "\fe95";
}

.lni-vr-modern-3-disabled::before {
  content: "\fe96";
}

.lni-vr-modern-wireless::before {
  content: "\fe97";
}

.lni-vr-modern-wireless-disabled::before {
  content: "\fe98";
}

.lni-vr-phone::before {
  content: "\fe99";
}

.lni-vr-play::before {
  content: "\fe9a";
}

.lni-vr-plus-circle::before {
  content: "\fe9b";
}

.lni-vr-refresh::before {
  content: "\fe9c";
}

.lni-vr-shield::before {
  content: "\fe9d";
}

.lni-vr-speaker::before {
  content: "\fe9e";
}

.lni-vr-star::before {
  content: "\fe9f";
}

.lni-vr-unlocked::before {
  content: "\fea0";
}

.lni-vr-video::before {
  content: "\fea1";
}

.lni-vr-vision-pro::before {
  content: "\fea2";
}

.lni-vr-vision-pro-disabled::before {
  content: "\fea3";
}

.lni-vr-wifi-1::before {
  content: "\fea4";
}

.lni-vr-wifi-2::before {
  content: "\fea5";
}

.lni-vr-xmark-circle::before {
  content: "\fea6";
}

.lni-vs-code::before {
  content: "\fea7";
}

.lni-vuejs::before {
  content: "\fea8";
}

.lni-waiter::before {
  content: "\fea9";
}

.lni-walker::before {
  content: "\feaa";
}

.lni-walkie-talkie-1::before {
  content: "\feab";
}

.lni-walkie-talkie-2::before {
  content: "\feac";
}

.lni-wallet-1::before {
  content: "\fead";
}

.lni-wallet-1-dollar::before {
  content: "\feae";
}

.lni-wallet-2::before {
  content: "\feaf";
}

.lni-wallet-3::before {
  content: "\feb0";
}

.lni-wallet-4::before {
  content: "\feb1";
}

.lni-warm-up::before {
  content: "\feb2";
}

.lni-watch-aids::before {
  content: "\feb3";
}

.lni-watch-apps::before {
  content: "\feb4";
}

.lni-watch-beat-1::before {
  content: "\feb5";
}

.lni-watch-beat-2::before {
  content: "\feb6";
}

.lni-watch-check::before {
  content: "\feb7";
}

.lni-watch-disabled::before {
  content: "\feb8";
}

.lni-watch-fire::before {
  content: "\feb9";
}

.lni-watch-gear::before {
  content: "\feba";
}

.lni-watch-heart-1::before {
  content: "\febb";
}

.lni-watch-heart-2::before {
  content: "\febc";
}

.lni-watch-leaf::before {
  content: "\febd";
}

.lni-watch-locked::before {
  content: "\febe";
}

.lni-watch-minus::before {
  content: "\febf";
}

.lni-watch-moon::before {
  content: "\fec0";
}

.lni-watch-number-10::before {
  content: "\fec1";
}

.lni-watch-number-20::before {
  content: "\fec2";
}

.lni-watch-number-50::before {
  content: "\fec3";
}

.lni-watch-pencil::before {
  content: "\fec4";
}

.lni-watch-play::before {
  content: "\fec5";
}

.lni-watch-plus::before {
  content: "\fec6";
}

.lni-watch-reload::before {
  content: "\fec7";
}

.lni-watch-user::before {
  content: "\fec8";
}

.lni-watch-wifi::before {
  content: "\fec9";
}

.lni-watch-xmark::before {
  content: "\feca";
}

.lni-water-bottle::before {
  content: "\fecb";
}

.lni-water-decrease::before {
  content: "\fecc";
}

.lni-water-drop-1::before {
  content: "\fecd";
}

.lni-water-drop-2::before {
  content: "\fece";
}

.lni-water-drops-1::before {
  content: "\fecf";
}

.lni-water-drops-2::before {
  content: "\fed0";
}

.lni-water-increase::before {
  content: "\fed1";
}

.lni-watering-can::before {
  content: "\fed2";
}

.lni-watermelon-slice::before {
  content: "\fed3";
}

.lni-waveform-lines::before {
  content: "\fed4";
}

.lni-weathercock::before {
  content: "\fed5";
}

.lni-webcam-1::before {
  content: "\fed6";
}

.lni-webcam-2::before {
  content: "\fed7";
}

.lni-webcam-3::before {
  content: "\fed8";
}

.lni-webcam-check-circle::before {
  content: "\fed9";
}

.lni-webcam-disabled::before {
  content: "\feda";
}

.lni-webcam-disabled-1::before {
  content: "\fedb";
}

.lni-webcam-disabled-2::before {
  content: "\fedc";
}

.lni-webcam-shield::before {
  content: "\fedd";
}

.lni-webflow::before {
  content: "\fede";
}

.lni-webhooks::before {
  content: "\fedf";
}

.lni-wechat::before {
  content: "\fee0";
}

.lni-wedding-heart::before {
  content: "\fee1";
}

.lni-weight-lifting::before {
  content: "\fee2";
}

.lni-weight-machine-1::before {
  content: "\fee3";
}

.lni-weight-machine-2::before {
  content: "\fee4";
}

.lni-weight-machine-3::before {
  content: "\fee5";
}

.lni-weight-machine-4::before {
  content: "\fee6";
}

.lni-well::before {
  content: "\fee7";
}

.lni-whale::before {
  content: "\fee8";
}

.lni-whatsapp::before {
  content: "\fee9";
}

.lni-wheat::before {
  content: "\feea";
}

.lni-wheelbarrow-empty::before {
  content: "\feeb";
}

.lni-wheelbarrow-filled::before {
  content: "\feec";
}

.lni-wheelbarrow-filled-2::before {
  content: "\feed";
}

.lni-wheelchair-1::before {
  content: "\feee";
}

.lni-wheelchair-2::before {
  content: "\feef";
}

.lni-wheelchair-3::before {
  content: "\fef0";
}

.lni-whistle::before {
  content: "\fef1";
}

.lni-wifi::before {
  content: "\fef2";
}

.lni-wifi-disabled::before {
  content: "\fef3";
}

.lni-wifi-error::before {
  content: "\fef4";
}

.lni-wifi-fair::before {
  content: "\fef5";
}

.lni-wifi-good::before {
  content: "\fef6";
}

.lni-wifi-low::before {
  content: "\fef7";
}

.lni-wind-1::before {
  content: "\fef8";
}

.lni-wind-2::before {
  content: "\fef9";
}

.lni-wind-rose::before {
  content: "\fefa";
}

.lni-windmill-1::before {
  content: "\fefb";
}

.lni-windmill-2::before {
  content: "\fefc";
}

.lni-windows::before {
  content: "\fefd";
}

.lni-wine-glass-1::before {
  content: "\fefe";
}

.lni-wine-glass-2::before {
  content: "\feff";
}

.lni-wine-glass-3::before {
  content: "\ff00";
}

.lni-wine-glass-4::before {
  content: "\ff01";
}

.lni-wise::before {
  content: "\ff02";
}

.lni-wordpress::before {
  content: "\ff03";
}

.lni-wrench::before {
  content: "\ff04";
}

.lni-wrist-watch-circle::before {
  content: "\ff05";
}

.lni-wrist-watch-square::before {
  content: "\ff06";
}

.lni-www::before {
  content: "\ff07";
}

.lni-www-cursor::before {
  content: "\ff08";
}

.lni-x::before {
  content: "\ff09";
}

.lni-x-ray::before {
  content: "\ff0a";
}

.lni-xampp::before {
  content: "\ff0b";
}

.lni-xbox::before {
  content: "\ff0c";
}

.lni-xmark::before {
  content: "\ff0d";
}

.lni-xmark-circle::before {
  content: "\ff0e";
}

.lni-xmark-hexagon::before {
  content: "\ff0f";
}

.lni-xmark-octagon::before {
  content: "\ff10";
}

.lni-xmark-square::before {
  content: "\ff11";
}

.lni-xrp::before {
  content: "\ff12";
}

.lni-yahoo::before {
  content: "\ff13";
}

.lni-yarn::before {
  content: "\ff14";
}

.lni-ycombinator::before {
  content: "\ff15";
}

.lni-yen::before {
  content: "\ff16";
}

.lni-yen-circle::before {
  content: "\ff17";
}

.lni-yen-trend-down::before {
  content: "\ff18";
}

.lni-yen-trend-up::before {
  content: "\ff19";
}

.lni-yin-yang-1::before {
  content: "\ff1a";
}

.lni-yin-yang-2::before {
  content: "\ff1b";
}

.lni-yoga-ball::before {
  content: "\ff1c";
}

.lni-yoga-mat-1::before {
  content: "\ff1d";
}

.lni-yoga-mat-2::before {
  content: "\ff1e";
}

.lni-yoga-mat-3::before {
  content: "\ff1f";
}

.lni-youtube::before {
  content: "\ff20";
}

.lni-youtube-kids::before {
  content: "\ff21";
}

.lni-youtube-music::before {
  content: "\ff22";
}

.lni-zapier::before {
  content: "\ff23";
}

.lni-zen::before {
  content: "\ff24";
}

.lni-zero-size::before {
  content: "\ff25";
}

.lni-zoom::before {
  content: "\ff26";
}

/**
 * Swiper 11.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2025
 */
/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .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 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.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: var(--swiper-pagination-bullet-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.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 {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.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-prev {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.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;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
