@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "../plugins/toastr/toastr.min.css";
@import "../plugins/fancybox/jquery.fancybox.min.css";
@import "../plugins/bootstrap-datepicker/css/bootstrap-datepicker3.min.css";
@import url("https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa);
}

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa);
}

.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fad,
.fa-duotone {
  font-weight: 900;
}

.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: "Font Awesome 6 Duotone";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: "Font Awesome 6 Sharp";
}

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: "Font Awesome 6 Sharp Duotone";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "0";
  --fa--fa: "00";
}

.fa-1 {
  --fa: "1";
  --fa--fa: "11";
}

.fa-2 {
  --fa: "2";
  --fa--fa: "22";
}

.fa-3 {
  --fa: "3";
  --fa--fa: "33";
}

.fa-4 {
  --fa: "4";
  --fa--fa: "44";
}

.fa-5 {
  --fa: "5";
  --fa--fa: "55";
}

.fa-6 {
  --fa: "6";
  --fa--fa: "66";
}

.fa-7 {
  --fa: "7";
  --fa--fa: "77";
}

.fa-8 {
  --fa: "8";
  --fa--fa: "88";
}

.fa-9 {
  --fa: "9";
  --fa--fa: "99";
}

.fa-fill-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-wagon-covered {
  --fa: "";
  --fa--fa: "";
}

.fa-line-height {
  --fa: "";
  --fa--fa: "";
}

.fa-bagel {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-7 {
  --fa: "";
  --fa--fa: "";
}

.fa-at {
  --fa: "@";
  --fa--fa: "@@";
}

.fa-rectangles-mixed {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-outgoing {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-l {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-goggles {
  --fa: "";
  --fa--fa: "";
}

.fa-head-vr {
  --fa: "";
  --fa--fa: "";
}

.fa-text-height {
  --fa: "";
  --fa--fa: "";
}

.fa-user-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-user-times {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hand-yawn {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-min {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-slowest {
  --fa: "";
  --fa--fa: "";
}

.fa-stethoscope {
  --fa: "";
  --fa--fa: "";
}

.fa-coffin {
  --fa: "";
  --fa--fa: "";
}

.fa-message {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-salad {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-salad {
  --fa: "";
  --fa--fa: "";
}

.fa-info {
  --fa: "";
  --fa--fa: "";
}

.fa-robot-astromech {
  --fa: "";
  --fa--fa: "";
}

.fa-ring-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-fondue-pot {
  --fa: "";
  --fa--fa: "";
}

.fa-theta {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hand-peeking {
  --fa: "";
  --fa--fa: "";
}

.fa-square-user {
  --fa: "";
  --fa--fa: "";
}

.fa-down-left-and-up-right-to-center {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-explosion {
  --fa: "";
  --fa--fa: "";
}

.fa-file-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-file-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-text {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-square {
  --fa: "";
  --fa--fa: "";
}

.fa-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-building-un {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-three {
  --fa: "";
  --fa--fa: "";
}

.fa-tire-pressure-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-fair {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-days {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mp3-player {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-history {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-volleyball {
  --fa: "";
  --fa--fa: "";
}

.fa-volleyball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-haze {
  --fa: "";
  --fa--fa: "";
}

.fa-text-size {
  --fa: "";
  --fa--fa: "";
}

.fa-ufo {
  --fa: "";
  --fa--fa: "";
}

.fa-fork {
  --fa: "";
  --fa--fa: "";
}

.fa-utensil-fork {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode-scan {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-download {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-icicles {
  --fa: "";
  --fa--fa: "";
}

.fa-shovel {
  --fa: "";
  --fa--fa: "";
}

.fa-door-open {
  --fa: "";
  --fa--fa: "";
}

.fa-films {
  --fa: "";
  --fa--fa: "";
}

.fa-right-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-out-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc {
  --fa: "";
  --fa--fa: "";
}

.fa-atom {
  --fa: "";
  --fa--fa: "";
}

.fa-soap {
  --fa: "";
  --fa--fa: "";
}

.fa-icons {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-music-camera-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-lines-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-closed-captioning-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-calculator-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-calculator-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-v {
  --fa: "";
  --fa--fa: "";
}

.fa-location-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-pump-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-fingerprint {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-boot {
  --fa: "";
  --fa--fa: "";
}

.fa-standard-definition {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-sd {
  --fa: "";
  --fa--fa: "";
}

.fa-h1 {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-right {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-location {
  --fa: "";
  --fa--fa: "";
}

.fa-search-location {
  --fa: "";
  --fa--fa: "";
}

.fa-message-bot {
  --fa: "";
  --fa--fa: "";
}

.fa-forward-step {
  --fa: "";
  --fa--fa: "";
}

.fa-step-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-light-ceiling {
  --fa: "";
  --fa--fa: "";
}

.fa-message-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-scoop {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-shaved-ice {
  --fa: "";
  --fa--fa: "";
}

.fa-square-x {
  --fa: "";
  --fa--fa: "";
}

.fa-building-memo {
  --fa: "";
  --fa--fa: "";
}

.fa-utility-pole-double {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-checkered {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-up {
  --fa: "";
  --fa--fa: "";
}

.fa-football {
  --fa: "";
  --fa--fa: "";
}

.fa-football-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-user-vneck {
  --fa: "";
  --fa--fa: "";
}

.fa-school-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-crop {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-down {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-down {
  --fa: "";
  --fa--fa: "";
}

.fa-users-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-people-roof {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-location-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-exclamation-on {
  --fa: "";
  --fa--fa: "";
}

.fa-people-line {
  --fa: "";
  --fa--fa: "";
}

.fa-beer-mug-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-beer {
  --fa: "";
  --fa--fa: "";
}

.fa-carpool {
  --fa: "";
  --fa--fa: "";
}

.fa-car-people {
  --fa: "";
  --fa--fa: "";
}

.fa-crate-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-predecessor {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-person-carry-box {
  --fa: "";
  --fa--fa: "";
}

.fa-person-carry {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-burn {
  --fa: "";
  --fa--fa: "";
}

.fa-person {
  --fa: "";
  --fa--fa: "";
}

.fa-male {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-file-csv {
  --fa: "";
  --fa--fa: "";
}

.fa-menorah {
  --fa: "";
  --fa--fa: "";
}

.fa-union {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-left {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-left {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-record-vinyl {
  --fa: "";
  --fa--fa: "";
}

.fa-bring-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-square-p {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-sigma {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-movie {
  --fa: "";
  --fa--fa: "";
}

.fa-bong {
  --fa: "";
  --fa--fa: "";
}

.fa-clarinet {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-spaghetti-monster-flying {
  --fa: "";
  --fa--fa: "";
}

.fa-pastafarianism {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-up-across-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-rotate-reverse {
  --fa: "";
  --fa--fa: "";
}

.fa-leaf-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-house-building {
  --fa: "";
  --fa--fa: "";
}

.fa-cheese-swiss {
  --fa: "";
  --fa--fa: "";
}

.fa-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-utensil-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-jar-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-envelopes-bulk {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-bulk {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-bow-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-h {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-symbol {
  --fa: "";
  --fa--fa: "";
}

.fa-merge {
  --fa: "";
  --fa--fa: "";
}

.fa-pager {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-address-book {
  --fa: "";
  --fa--fa: "";
}

.fa-contact-book {
  --fa: "";
  --fa--fa: "";
}

.fa-pan-frying {
  --fa: "";
  --fa--fa: "";
}

.fa-grid {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-football-helmet {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-love {
  --fa: "";
  --fa--fa: "";
}

.fa-trees {
  --fa: "";
  --fa--fa: "";
}

.fa-strikethrough {
  --fa: "";
  --fa--fa: "";
}

.fa-page {
  --fa: "";
  --fa--fa: "";
}

.fa-k {
  --fa: "K";
  --fa--fa: "KK";
}

.fa-diagram-previous {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-min {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-slowest {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-grid {
  --fa: "";
  --fa--fa: "";
}

.fa-eggplant {
  --fa: "";
  --fa--fa: "";
}

.fa-excavator {
  --fa: "";
  --fa--fa: "";
}

.fa-ram {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-lips {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-comments {
  --fa: "";
  --fa--fa: "";
}

.fa-paste {
  --fa: "";
  --fa--fa: "";
}

.fa-file-clipboard {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-code-pull-request {
  --fa: "";
  --fa--fa: "";
}

.fa-pumpkin {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-list {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-field {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-sine {
  --fa: "";
  --fa--fa: "";
}

.fa-blueberries {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ramp-box {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-loading {
  --fa: "";
  --fa--fa: "";
}

.fa-note {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-square {
  --fa: "";
  --fa--fa: "";
}

.fa-user-check {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-vial-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-book-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-book-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-flag-hole {
  --fa: "";
  --fa--fa: "";
}

.fa-message-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-face-unamused {
  --fa: "";
  --fa--fa: "";
}

.fa-sheet-plastic {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-blog {
  --fa: "";
  --fa--fa: "";
}

.fa-user-ninja {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bowling-pins {
  --fa: "";
  --fa--fa: "";
}

.fa-person-arrow-up-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll-torah {
  --fa: "";
  --fa--fa: "";
}

.fa-torah {
  --fa: "";
  --fa--fa: "";
}

.fa-webhook {
  --fa: "";
  --fa--fa: "";
}

.fa-blinds-open {
  --fa: "";
  --fa--fa: "";
}

.fa-fence {
  --fa: "";
  --fa--fa: "";
}

.fa-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-up {
  --fa: "";
  --fa--fa: "";
}

.fa-broom-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-quidditch {
  --fa: "";
  --fa--fa: "";
}

.fa-quidditch-broom-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-drumstick {
  --fa: "";
  --fa--fa: "";
}

.fa-square-v {
  --fa: "";
  --fa--fa: "";
}

.fa-face-awesome {
  --fa: "";
  --fa--fa: "";
}

.fa-gave-dandy {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-off {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-off {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-horns {
  --fa: "";
  --fa--fa: "";
}

.fa-box-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-grapes {
  --fa: "";
  --fa--fa: "";
}

.fa-person-drowning {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-max {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-m {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-image {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-9-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tongue-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-shish-kebab {
  --fa: "";
  --fa--fa: "";
}

.fa-spray-can {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-snooze {
  --fa: "";
  --fa--fa: "";
}

.fa-scarecrow {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-monster {
  --fa: "";
  --fa--fa: "";
}

.fa-gift-card {
  --fa: "";
  --fa--fa: "";
}

.fa-w {
  --fa: "W";
  --fa--fa: "WW";
}

.fa-code-pull-request-draft {
  --fa: "";
  --fa--fa: "";
}

.fa-square-b {
  --fa: "";
  --fa--fa: "";
}

.fa-elephant {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-africa {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-africa {
  --fa: "";
  --fa--fa: "";
}

.fa-rainbow {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-notch {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-screen-button {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-paw {
  --fa: "";
  --fa--fa: "";
}

.fa-message-question {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-trowel-bricks {
  --fa: "";
  --fa--fa: "";
}

.fa-square-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-face-flushed {
  --fa: "";
  --fa--fa: "";
}

.fa-flushed {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-user {
  --fa: "";
  --fa--fa: "";
}

.fa-microwave {
  --fa: "";
  --fa--fa: "";
}

.fa-chf-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-reflect-both {
  --fa: "";
  --fa--fa: "";
}

.fa-gavel {
  --fa: "";
  --fa--fa: "";
}

.fa-legal {
  --fa: "";
  --fa--fa: "";
}

.fa-sprinkler-ceiling {
  --fa: "";
  --fa--fa: "";
}

.fa-browsers {
  --fa: "";
  --fa--fa: "";
}

.fa-trillium {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-music-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ramp {
  --fa: "";
  --fa--fa: "";
}

.fa-binoculars {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-box-tissue {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-c {
  --fa: "";
  --fa--fa: "";
}

.fa-star-christmas {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-bullet {
  --fa: "";
  --fa--fa: "";
}

.fa-motorcycle {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-christmas {
  --fa: "";
  --fa--fa: "";
}

.fa-tire-flat {
  --fa: "";
  --fa--fa: "";
}

.fa-sunglasses {
  --fa: "";
  --fa--fa: "";
}

.fa-badge {
  --fa: "";
  --fa--fa: "";
}

.fa-message-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-message-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-concierge {
  --fa: "";
  --fa--fa: "";
}

.fa-concierge-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-file-mp3 {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-progress {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-rook-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-rook-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-root {
  --fa: "";
  --fa--fa: "";
}

.fa-album-collection-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-people-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-people-arrows-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-post {
  --fa: "";
  --fa--fa: "";
}

.fa-face-angry-horns {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-and-venus-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-tombstone {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-scissors {
  --fa: "";
  --fa--fa: "";
}

.fa-cut {
  --fa: "";
  --fa--fa: "";
}

.fa-list-music {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-plant-wilt {
  --fa: "";
  --fa--fa: "";
}

.fa-toilets-portable {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-puck {
  --fa: "";
  --fa--fa: "";
}

.fa-mustache {
  --fa: "";
  --fa--fa: "";
}

.fa-hyphen {
  --fa: "-";
  --fa--fa: "--";
}

.fa-table {
  --fa: "";
  --fa--fa: "";
}

.fa-user-chef {
  --fa: "";
  --fa--fa: "";
}

.fa-message-image {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-image {
  --fa: "";
  --fa--fa: "";
}

.fa-users-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-triangle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-alert {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-tachograph-digital {
  --fa: "";
  --fa--fa: "";
}

.fa-digital-tachograph {
  --fa: "";
  --fa--fa: "";
}

.fa-face-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-pickleball {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp-half {
  --fa: "";
  --fa--fa: "";
}

.fa-users-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-clover {
  --fa: "";
  --fa--fa: "";
}

.fa-meat {
  --fa: "";
  --fa--fa: "";
}

.fa-reply {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-reply {
  --fa: "";
  --fa--fa: "";
}

.fa-star-and-crescent {
  --fa: "";
  --fa--fa: "";
}

.fa-empty-set {
  --fa: "";
  --fa--fa: "";
}

.fa-house-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-square-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-square {
  --fa: "";
  --fa--fa: "";
}

.fa-helicopter {
  --fa: "";
  --fa--fa: "";
}

.fa-bird {
  --fa: "";
  --fa--fa: "";
}

.fa-compass {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-half-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-utensils {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-code {
  --fa: "";
  --fa--fa: "";
}

.fa-joystick {
  --fa: "";
  --fa--fa: "";
}

.fa-grill-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-vertical-history {
  --fa: "";
  --fa--fa: "";
}

.fa-swatchbook {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-bars {
  --fa: "";
  --fa--fa: "";
}

.fa-navicon {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-left {
  --fa: "";
  --fa--fa: "";
}

.fa-people-group {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-end {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-broken {
  --fa: "";
  --fa--fa: "";
}

.fa-face-beam-hand-over-mouth {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet-percent {
  --fa: "";
  --fa--fa: "";
}

.fa-humidity {
  --fa: "";
  --fa--fa: "";
}

.fa-square-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-square-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-corn {
  --fa: "";
  --fa--fa: "";
}

.fa-roller-coaster {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-film-music {
  --fa: "";
  --fa--fa: "";
}

.fa-radar {
  --fa: "";
  --fa--fa: "";
}

.fa-sickle {
  --fa: "";
  --fa--fa: "";
}

.fa-film {
  --fa: "";
  --fa--fa: "";
}

.fa-coconut {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-cassette-tape {
  --fa: "";
  --fa--fa: "";
}

.fa-square-terminal {
  --fa: "";
  --fa--fa: "";
}

.fa-people-robbery {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-list {
  --fa: "";
  --fa--fa: "";
}

.fa-block {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-school-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-out {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown-slight {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sidebar-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock-keyhole {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-list {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers-heavy {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-sitemap {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-section {
  --fa: "";
  --fa--fa: "";
}

.fa-space-station-moon-construction {
  --fa: "";
  --fa--fa: "";
}

.fa-space-station-moon-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dollar-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-donate {
  --fa: "";
  --fa--fa: "";
}

.fa-memory {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sleeping {
  --fa: "";
  --fa--fa: "";
}

.fa-road-spikes {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-burner {
  --fa: "";
  --fa--fa: "";
}

.fa-squirrel {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-top {
  --fa: "";
  --fa--fa: "";
}

.fa-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-face-cowboy-hat {
  --fa: "";
  --fa--fa: "";
}

.fa-hanukiah {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-scatter-3d {
  --fa: "";
  --fa--fa: "";
}

.fa-display-chart-up {
  --fa: "";
  --fa--fa: "";
}

.fa-square-code {
  --fa: "";
  --fa--fa: "";
}

.fa-feather {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-low {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-down {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-times-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-vote-nay {
  --fa: "";
  --fa--fa: "";
}

.fa-box-taped {
  --fa: "";
  --fa--fa: "";
}

.fa-box-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-swords {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sun-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-album {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-n {
  --fa: "";
  --fa--fa: "";
}

.fa-compress {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-ankh {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-child {
  --fa: "";
  --fa--fa: "";
}

.fa-asterisk {
  --fa: "*";
  --fa--fa: "**";
}

.fa-key-skeleton-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-luchador-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-luchador {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-luchador {
  --fa: "";
  --fa--fa: "";
}

.fa-square-check {
  --fa: "";
  --fa--fa: "";
}

.fa-check-square {
  --fa: "";
  --fa--fa: "";
}

.fa-shredder {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open-cover {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-sandwich {
  --fa: "";
  --fa--fa: "";
}

.fa-peseta-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-square-parking-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-parking-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-train-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-heading {
  --fa: "";
  --fa--fa: "";
}

.fa-header {
  --fa: "";
  --fa--fa: "";
}

.fa-ghost {
  --fa: "";
  --fa--fa: "";
}

.fa-face-anguished {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-sticks {
  --fa: "";
  --fa--fa: "";
}

.fa-abacus {
  --fa: "";
  --fa--fa: "";
}

.fa-film-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-film-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-list {
  --fa: "";
  --fa--fa: "";
}

.fa-list-squares {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-palm {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-user-beard-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-gamepad {
  --fa: "";
  --fa--fa: "";
}

.fa-border-center-v {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-dot-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-face-dizzy {
  --fa: "";
  --fa--fa: "";
}

.fa-dizzy {
  --fa: "";
  --fa--fa: "";
}

.fa-egg {
  --fa: "";
  --fa--fa: "";
}

.fa-up-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-top {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-fitness {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-nine-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-campground {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-jug {
  --fa: "";
  --fa--fa: "";
}

.fa-futbol {
  --fa: "";
  --fa--fa: "";
}

.fa-futbol-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-soccer-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-snow-blowing {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-top {
  --fa: "";
  --fa--fa: "";
}

.fa-gas-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-monkey {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-pro {
  --fa: "";
  --fa--fa: "";
}

.fa-pro {
  --fa: "";
  --fa--fa: "";
}

.fa-house-night {
  --fa: "";
  --fa--fa: "";
}

.fa-hot-tub-person {
  --fa: "";
  --fa--fa: "";
}

.fa-hot-tub {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-blanket {
  --fa: "";
  --fa--fa: "";
}

.fa-map-location {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marked {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood-water {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-question-check {
  --fa: "";
  --fa--fa: "";
}

.fa-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-backpack {
  --fa: "";
  --fa--fa: "";
}

.fa-square-small {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-crosshairs-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-sack-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-to-square {
  --fa: "";
  --fa--fa: "";
}

.fa-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-square-sliders {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-h-square {
  --fa: "";
  --fa--fa: "";
}

.fa-car-side {
  --fa: "";
  --fa--fa: "";
}

.fa-message-middle-top {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle-top-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-on {
  --fa: "";
  --fa--fa: "";
}

.fa-knife {
  --fa: "";
  --fa--fa: "";
}

.fa-utensil-knife {
  --fa: "";
  --fa--fa: "";
}

.fa-share-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-share-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-display-chart-up-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-sine {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-w {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-calendar {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-half {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-microscope {
  --fa: "";
  --fa--fa: "";
}

.fa-sunset {
  --fa: "";
  --fa--fa: "";
}

.fa-sink {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-container-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-bag {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-z-a {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mitten {
  --fa: "";
  --fa--fa: "";
}

.fa-reply-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-reply-time {
  --fa: "";
  --fa--fa: "";
}

.fa-person-rays {
  --fa: "";
  --fa--fa: "";
}

.fa-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-f {
  --fa: "";
  --fa--fa: "";
}

.fa-users {
  --fa: "";
  --fa--fa: "";
}

.fa-face-pleading {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-vial {
  --fa: "";
  --fa--fa: "";
}

.fa-police-box {
  --fa: "";
  --fa--fa: "";
}

.fa-cucumber {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-brain {
  --fa: "";
  --fa--fa: "";
}

.fa-hand {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-paper {
  --fa: "";
  --fa--fa: "";
}

.fa-person-biking-mountain {
  --fa: "";
  --fa--fa: "";
}

.fa-biking-mountain {
  --fa: "";
  --fa--fa: "";
}

.fa-utensils-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-print-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-print-search {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-left-down {
  --fa: "";
  --fa--fa: "";
}

.fa-om {
  --fa: "";
  --fa--fa: "";
}

.fa-pi {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-round-potion {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-potion {
  --fa: "";
  --fa--fa: "";
}

.fa-face-shush {
  --fa: "";
  --fa--fa: "";
}

.fa-worm {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-plug {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-square-i {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-face-saluting {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-low {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-slow {
  --fa: "";
  --fa--fa: "";
}

.fa-face-persevering {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-spock {
  --fa: "";
  --fa--fa: "";
}

.fa-spider-web {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-microphone {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-book-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-popsicle {
  --fa: "";
  --fa--fa: "";
}

.fa-command {
  --fa: "";
  --fa--fa: "";
}

.fa-blinds {
  --fa: "";
  --fa--fa: "";
}

.fa-stopwatch {
  --fa: "";
  --fa--fa: "";
}

.fa-saxophone {
  --fa: "";
  --fa--fa: "";
}

.fa-square-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-field-hockey-stick-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-field-hockey {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-square-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-scream {
  --fa: "";
  --fa--fa: "";
}

.fa-square-m {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-web {
  --fa: "";
  --fa--fa: "";
}

.fa-webcam {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-cfl {
  --fa: "";
  --fa--fa: "";
}

.fa-window-frame-open {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-period {
  --fa: ".";
  --fa--fa: "..";
}

.fa-face-grin-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-up-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-thought-bubble {
  --fa: "";
  --fa--fa: "";
}

.fa-skeleton-ribs {
  --fa: "";
  --fa--fa: "";
}

.fa-raygun {
  --fa: "";
  --fa--fa: "";
}

.fa-flute {
  --fa: "";
  --fa--fa: "";
}

.fa-acorn {
  --fa: "";
  --fa--fa: "";
}

.fa-video-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-grate-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-seal-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-bishop {
  --fa: "";
  --fa--fa: "";
}

.fa-message-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-beans {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-witch {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-three-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-deaf {
  --fa: "";
  --fa--fa: "";
}

.fa-deaf {
  --fa: "";
  --fa--fa: "";
}

.fa-deafness {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-of-hearing {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-eclipse {
  --fa: "";
  --fa--fa: "";
}

.fa-face-relieved {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-five {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-square-rss {
  --fa: "";
  --fa--fa: "";
}

.fa-rss-square {
  --fa: "";
  --fa--fa: "";
}

.fa-face-zany {
  --fa: "";
  --fa--fa: "";
}

.fa-tricycle {
  --fa: "";
  --fa--fa: "";
}

.fa-land-mine-on {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-i-cursor {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-mixed-up-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-salt-shaker {
  --fa: "";
  --fa--fa: "";
}

.fa-stamp {
  --fa: "";
  --fa--fa: "";
}

.fa-file-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-draw-square {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-under-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-reverse-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-stairs {
  --fa: "";
  --fa--fa: "";
}

.fa-drone-front {
  --fa: "";
  --fa--fa: "";
}

.fa-drone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-high {
  --fa: "";
  --fa--fa: "";
}

.fa-user-helmet-safety {
  --fa: "";
  --fa--fa: "";
}

.fa-user-construction {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hard-hat {
  --fa: "";
  --fa--fa: "";
}

.fa-i {
  --fa: "I";
  --fa--fa: "II";
}

.fa-hryvnia-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-hryvnia {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "";
  --fa--fa: "";
}

.fa-pills {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tooth {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball-hoop {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-v {
  --fa: "V";
  --fa--fa: "VV";
}

.fa-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-squid {
  --fa: "";
  --fa--fa: "";
}

.fa-leafy-green {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-calendars {
  --fa: "";
  --fa--fa: "";
}

.fa-bangladeshi-taka-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bicycle {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer-war {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-d {
  --fa: "";
  --fa--fa: "";
}

.fa-spider-black-widow {
  --fa: "";
  --fa--fa: "";
}

.fa-staff-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-rod-asclepius {
  --fa: "";
  --fa--fa: "";
}

.fa-rod-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-staff-aesculapius {
  --fa: "";
  --fa--fa: "";
}

.fa-pear {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-cough-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-file-mov {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-apartment {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-ambulance {
  --fa: "";
  --fa--fa: "";
}

.fa-pepper {
  --fa: "";
  --fa--fa: "";
}

.fa-piano {
  --fa: "";
  --fa--fa: "";
}

.fa-gun-squirt {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-snowman {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alien {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-check {
  --fa: "";
  --fa--fa: "";
}

.fa-mortar-pestle {
  --fa: "";
  --fa--fa: "";
}

.fa-road-barrier {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-candlestick {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-school {
  --fa: "";
  --fa--fa: "";
}

.fa-igloo {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-round {
  --fa: "(";
  --fa--fa: "((";
}

.fa-parenthesis {
  --fa: "(";
  --fa--fa: "((";
}

.fa-joint {
  --fa: "";
  --fa--fa: "";
}

.fa-horse-saddle {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-marshmallows {
  --fa: "";
  --fa--fa: "";
}

.fa-filters {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-on {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-med {
  --fa: "";
  --fa--fa: "";
}

.fa-horse {
  --fa: "";
  --fa--fa: "";
}

.fa-q {
  --fa: "Q";
  --fa--fa: "QQ";
}

.fa-monitor-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-monitor-heart-rate {
  --fa: "";
  --fa--fa: "";
}

.fa-link-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-whistle {
  --fa: "";
  --fa--fa: "";
}

.fa-g {
  --fa: "G";
  --fa--fa: "GG";
}

.fa-wine-glass-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-fragile {
  --fa: "";
  --fa--fa: "";
}

.fa-slot-machine {
  --fa: "";
  --fa--fa: "";
}

.fa-notes-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-car-wash {
  --fa: "";
  --fa--fa: "";
}

.fa-escalator {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-image {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-half {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-half {
  --fa: "";
  --fa--fa: "";
}

.fa-dong-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-donut {
  --fa: "";
  --fa--fa: "";
}

.fa-doughnut {
  --fa: "";
  --fa--fa: "";
}

.fa-capsules {
  --fa: "";
  --fa--fa: "";
}

.fa-poo-storm {
  --fa: "";
  --fa--fa: "";
}

.fa-poo-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-file-vector {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown-open {
  --fa: "";
  --fa--fa: "";
}

.fa-frown-open {
  --fa: "";
  --fa--fa: "";
}

.fa-square-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-shopping-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-square-j {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-up {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-big-small {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-up {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode-read {
  --fa: "";
  --fa--fa: "";
}

.fa-baguette {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-soft-serve {
  --fa: "";
  --fa--fa: "";
}

.fa-face-holding-back-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-train-subway-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-subway-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-square-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-square {
  --fa: "";
  --fa--fa: "";
}

.fa-semicolon {
  --fa: ";";
  --fa--fa: ";;";
}

.fa-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-fan-table {
  --fa: "";
  --fa--fa: "";
}

.fa-align-justify {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-low {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card-front {
  --fa: "";
  --fa--fa: "";
}

.fa-brain-arrow-curved-right {
  --fa: "";
  --fa--fa: "";
}

.fa-mind-share {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella-beach {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-un {
  --fa: "";
  --fa--fa: "";
}

.fa-location-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-left {
  --fa: "";
  --fa--fa: "";
}

.fa-bullseye {
  --fa: "";
  --fa--fa: "";
}

.fa-sushi {
  --fa: "";
  --fa--fa: "";
}

.fa-nigiri {
  --fa: "";
  --fa--fa: "";
}

.fa-message-captions {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-captions {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-list {
  --fa: "";
  --fa--fa: "";
}

.fa-bacon {
  --fa: "";
  --fa--fa: "";
}

.fa-option {
  --fa: "";
  --fa--fa: "";
}

.fa-raccoon {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-file-cad {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-top {
  --fa: "";
  --fa--fa: "";
}

.fa-folder {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-face-anxious-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-file-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-file-medical-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-microchip-ai {
  --fa: "";
  --fa--fa: "";
}

.fa-mug {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-up-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-radiation {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-seedling {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-crutches {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-parking-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-leaf-oak {
  --fa: "";
  --fa--fa: "";
}

.fa-square-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-vial {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge {
  --fa: "";
  --fa--fa: "";
}

.fa-dashboard {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-med {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-average {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-magic-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-magic-wand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-lambda {
  --fa: "";
  --fa--fa: "";
}

.fa-e {
  --fa: "E";
  --fa--fa: "EE";
}

.fa-pizza {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-chopsticks-noodles {
  --fa: "";
  --fa--fa: "";
}

.fa-h3 {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-clip {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-percent {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-reverse {
  --fa: "";
  --fa--fa: "";
}

.fa-user {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor {
  --fa: "";
  --fa--fa: "";
}

.fa-comma {
  --fa: ",";
  --fa--fa: ",,";
}

.fa-school-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-under {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-reverse {
  --fa: "";
  --fa--fa: "";
}

.fa-light-emergency {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-dumpster {
  --fa: "";
  --fa--fa: "";
}

.fa-van-shuttle {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttle-van {
  --fa: "";
  --fa--fa: "";
}

.fa-building-user {
  --fa: "";
  --fa--fa: "";
}

.fa-light-switch {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-highlighter {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-rate {
  --fa: "";
  --fa--fa: "";
}

.fa-key {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-santa {
  --fa: "";
  --fa--fa: "";
}

.fa-tamale {
  --fa: "";
  --fa--fa: "";
}

.fa-box-check {
  --fa: "";
  --fa--fa: "";
}

.fa-bullhorn {
  --fa: "";
  --fa--fa: "";
}

.fa-steak {
  --fa: "";
  --fa--fa: "";
}

.fa-location-crosshairs-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-location-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dolly {
  --fa: "";
  --fa--fa: "";
}

.fa-globe {
  --fa: "";
  --fa--fa: "";
}

.fa-synagogue {
  --fa: "";
  --fa--fa: "";
}

.fa-file-chart-column {
  --fa: "";
  --fa--fa: "";
}

.fa-file-chart-line {
  --fa: "";
  --fa--fa: "";
}

.fa-person-half-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-image {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-road-bridge {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-message-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-location-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-c {
  --fa: "C";
  --fa--fa: "CC";
}

.fa-tablet-button {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress-fairy {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-history-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-building-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line-up {
  --fa: "";
  --fa--fa: "";
}

.fa-mailbox {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-posts {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-pizza-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-area {
  --fa: "";
  --fa--fa: "";
}

.fa-area-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-three-quarters-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-scalpel {
  --fa: "";
  --fa--fa: "";
}

.fa-ban {
  --fa: "";
  --fa--fa: "";
}

.fa-cancel {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-bookmark-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-egg-fried {
  --fa: "";
  --fa--fa: "";
}

.fa-face-weary {
  --fa: "";
  --fa--fa: "";
}

.fa-uniform-martial-arts {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-dust {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-text {
  --fa: "";
  --fa--fa: "";
}

.fa-spray-can-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-air-freshener {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-strong {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-star {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-min {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat {
  --fa: "";
  --fa--fa: "";
}

.fa-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-page-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-file-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-box {
  --fa: "";
  --fa--fa: "";
}

.fa-venus-mars {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-seven-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-four-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-good {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-cactus {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-charging-station {
  --fa: "";
  --fa--fa: "";
}

.fa-shapes {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-circle-square {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-tail {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-max {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-fastest {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-u {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone-hangup {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-peanuts {
  --fa: "";
  --fa--fa: "";
}

.fa-shuffle {
  --fa: "";
  --fa--fa: "";
}

.fa-random {
  --fa: "";
  --fa--fa: "";
}

.fa-person-running {
  --fa: "";
  --fa--fa: "";
}

.fa-running {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-lines-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-bin-bottles-recycle {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-file-dashed-line {
  --fa: "";
  --fa--fa: "";
}

.fa-page-break {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-curly-right {
  --fa: "}";
  --fa--fa: "}}";
}

.fa-spider {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-three {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-bound {
  --fa: "";
  --fa--fa: "";
}

.fa-scalpel-line-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-scalpel-path {
  --fa: "";
  --fa--fa: "";
}

.fa-file-invoice-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-face-astonished {
  --fa: "";
  --fa--fa: "";
}

.fa-window {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-ear {
  --fa: "";
  --fa--fa: "";
}

.fa-file-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-venn {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-x-ray {
  --fa: "";
  --fa--fa: "";
}

.fa-goal-net {
  --fa: "";
  --fa--fa: "";
}

.fa-coffin-cross {
  --fa: "";
  --fa--fa: "";
}

.fa-octopus {
  --fa: "";
  --fa--fa: "";
}

.fa-spell-check {
  --fa: "";
  --fa--fa: "";
}

.fa-location-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-times {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-quarter-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-lasso {
  --fa: "";
  --fa--fa: "";
}

.fa-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-person-to-portal {
  --fa: "";
  --fa--fa: "";
}

.fa-portal-enter {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-star {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-mouse {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-in {
  --fa: "";
  --fa--fa: "";
}

.fa-pegasus {
  --fa: "";
  --fa--fa: "";
}

.fa-files-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-cannon {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-person-ski-lift {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-lift {
  --fa: "";
  --fa--fa: "";
}

.fa-square-6 {
  --fa: "";
  --fa--fa: "";
}

.fa-shop-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-store-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-wind-turbine {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-sheriff {
  --fa: "";
  --fa--fa: "";
}

.fa-server {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-covid-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-intersection {
  --fa: "";
  --fa--fa: "";
}

.fa-shop-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-family {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-start {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair-buns {
  --fa: "";
  --fa--fa: "";
}

.fa-blender-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-person-seat-reclined {
  --fa: "";
  --fa--fa: "";
}

.fa-paper-plane-top {
  --fa: "";
  --fa--fa: "";
}

.fa-paper-plane-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-send {
  --fa: "";
  --fa--fa: "";
}

.fa-message-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-group-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-e {
  --fa: "";
  --fa--fa: "";
}

.fa-building-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-max {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-fastest {
  --fa: "";
  --fa--fa: "";
}

.fa-person-breastfeeding {
  --fa: "";
  --fa--fa: "";
}

.fa-apostrophe {
  --fa: "'";
  --fa--fa: "''";
}

.fa-file-png {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-hydrant {
  --fa: "";
  --fa--fa: "";
}

.fa-right-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-in-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-video-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-venus {
  --fa: "";
  --fa--fa: "";
}

.fa-passport {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbtack-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-thumb-tack-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-in {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-heartbeat {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-8 {
  --fa: "";
  --fa--fa: "";
}

.fa-clouds-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-ten-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-people-carry-box {
  --fa: "";
  --fa--fa: "";
}

.fa-people-carry {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-user {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-high {
  --fa: "";
  --fa--fa: "";
}

.fa-microchip {
  --fa: "";
  --fa--fa: "";
}

.fa-left-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-weight-hanging {
  --fa: "";
  --fa--fa: "";
}

.fa-xmarks-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-file-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-range {
  --fa: "";
  --fa--fa: "";
}

.fa-flower-daffodil {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-up {
  --fa: "";
  --fa--fa: "";
}

.fa-weight-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-weight {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-star-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-books {
  --fa: "";
  --fa--fa: "";
}

.fa-user-group {
  --fa: "";
  --fa--fa: "";
}

.fa-user-friends {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-a-z {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-up {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-group-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-play-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-block-question {
  --fa: "";
  --fa--fa: "";
}

.fa-snooze {
  --fa: "";
  --fa--fa: "";
}

.fa-zzz {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-image {
  --fa: "";
  --fa--fa: "";
}

.fa-tv-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-square-t {
  --fa: "";
  --fa--fa: "";
}

.fa-farm {
  --fa: "";
  --fa--fa: "";
}

.fa-barn-silo {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-knight {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-sort {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-palette-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-code-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-panel-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-binary-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-burrito {
  --fa: "";
  --fa--fa: "";
}

.fa-violin {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-column {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-instrument {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-music {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair {
  --fa: "";
  --fa--fa: "";
}

.fa-user-pilot-tie {
  --fa: "";
  --fa--fa: "";
}

.fa-piano-keyboard {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-on {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking {
  --fa: "";
  --fa--fa: "";
}

.fa-walking {
  --fa: "";
  --fa--fa: "";
}

.fa-l {
  --fa: "L";
  --fa--fa: "LL";
}

.fa-signal-stream {
  --fa: "";
  --fa--fa: "";
}

.fa-down-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-z {
  --fa: "";
  --fa--fa: "";
}

.fa-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-pulse {
  --fa: "";
  --fa--fa: "";
}

.fa-procedures {
  --fa: "";
  --fa--fa: "";
}

.fa-house-day {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttle-space {
  --fa: "";
  --fa--fa: "";
}

.fa-space-shuttle {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt-long-sleeve {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-open {
  --fa: "";
  --fa--fa: "";
}

.fa-album-collection-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-candy {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-soup {
  --fa: "";
  --fa--fa: "";
}

.fa-flatbread {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-code-fork {
  --fa: "";
  --fa--fa: "";
}

.fa-city {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-weak {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-twelve {
  --fa: "";
  --fa--fa: "";
}

.fa-pepper-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-citrus-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-sheep {
  --fa: "";
  --fa--fa: "";
}

.fa-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-colon-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-headset {
  --fa: "";
  --fa--fa: "";
}

.fa-badger-honey {
  --fa: "";
  --fa--fa: "";
}

.fa-h4 {
  --fa: "";
  --fa--fa: "";
}

.fa-store-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-user-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-up {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-v {
  --fa: "";
  --fa--fa: "";
}

.fa-champagne-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-cheers {
  --fa: "";
  --fa--fa: "";
}

.fa-taco {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-file-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-file-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-strong {
  --fa: "";
  --fa--fa: "";
}

.fa-messages {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bath {
  --fa: "";
  --fa--fa: "";
}

.fa-bathtub {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-history-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-underline {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-pill {
  --fa: "";
  --fa--fa: "";
}

.fa-user-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-user-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-binary-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-square-o {
  --fa: "";
  --fa--fa: "";
}

.fa-caduceus {
  --fa: "";
  --fa--fa: "";
}

.fa-signature {
  --fa: "";
  --fa--fa: "";
}

.fa-stroopwafel {
  --fa: "";
  --fa--fa: "";
}

.fa-bold {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-building-ngo {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-engine-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-engine-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-k {
  --fa: "";
  --fa--fa: "";
}

.fa-manat-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-not-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-border-top-left {
  --fa: "";
  --fa--fa: "";
}

.fa-border-style {
  --fa: "";
  --fa--fa: "";
}

.fa-map-location-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marked-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tilde {
  --fa: "~";
  --fa--fa: "~~";
}

.fa-jedi {
  --fa: "";
  --fa--fa: "";
}

.fa-square-poll-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-poll {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-square-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-dog-leashed {
  --fa: "";
  --fa--fa: "";
}

.fa-car-battery {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-car {
  --fa: "";
  --fa--fa: "";
}

.fa-face-downcast-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-mailbox-flag-up {
  --fa: "";
  --fa--fa: "";
}

.fa-memo-circle-info {
  --fa: "";
  --fa--fa: "";
}

.fa-gift {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-two {
  --fa: "";
  --fa--fa: "";
}

.fa-volume {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-medium {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-coin-front {
  --fa: "";
  --fa--fa: "";
}

.fa-file-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-message-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-treasure-chest {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-queen {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush-fine {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-brush-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-brush-fine {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-glasses {
  --fa: "";
  --fa--fa: "";
}

.fa-hood-cloak {
  --fa: "";
  --fa--fa: "";
}

.fa-square-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-bring-front {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-board {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-cheese {
  --fa: "";
  --fa--fa: "";
}

.fa-cheeseburger {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-swap-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-right-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-person-chalkboard {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-right {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-stroke-h {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-fist {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-rock {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-tally {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-square-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers-water {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-bar {
  --fa: "";
  --fa--fa: "";
}

.fa-bar-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-bubbles {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-wash {
  --fa: "";
  --fa--fa: "";
}

.fa-less-than-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-train {
  --fa: "";
  --fa--fa: "";
}

.fa-up-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-low-vision {
  --fa: "";
  --fa--fa: "";
}

.fa-low-vision {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light-go {
  --fa: "";
  --fa--fa: "";
}

.fa-face-exhaling {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-user-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-00 {
  --fa: "";
  --fa--fa: "";
}

.fa-crow {
  --fa: "";
  --fa--fa: "";
}

.fa-cassette-betamax {
  --fa: "";
  --fa--fa: "";
}

.fa-betamax {
  --fa: "";
  --fa--fa: "";
}

.fa-sailboat {
  --fa: "";
  --fa--fa: "";
}

.fa-window-restore {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-file-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-v {
  --fa: "";
  --fa--fa: "";
}

.fa-square-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-square {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-scoops {
  --fa: "";
  --fa--fa: "";
}

.fa-mistletoe {
  --fa: "";
  --fa--fa: "";
}

.fa-custard {
  --fa: "";
  --fa--fa: "";
}

.fa-lacrosse-stick {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-sunrise {
  --fa: "";
  --fa--fa: "";
}

.fa-subtitles {
  --fa: "";
  --fa--fa: "";
}

.fa-panel-ews {
  --fa: "";
  --fa--fa: "";
}

.fa-torii-gate {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-message-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-frog {
  --fa: "";
  --fa--fa: "";
}

.fa-bucket {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-image {
  --fa: "";
  --fa--fa: "";
}

.fa-window-frame {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone {
  --fa: "";
  --fa--fa: "";
}

.fa-cow {
  --fa: "";
  --fa--fa: "";
}

.fa-file-zip {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-down-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-top {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-times {
  --fa: "";
  --fa--fa: "";
}

.fa-screwdriver {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-sort-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-house-tsunami {
  --fa: "";
  --fa--fa: "";
}

.fa-square-nfi {
  --fa: "";
  --fa--fa: "";
}

.fa-forklift {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-ground-water {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-square-right {
  --fa: "]";
  --fa--fa: "]]";
}

.fa-martini-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-martini-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-back {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-undo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-table-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-square-a {
  --fa: "";
  --fa--fa: "";
}

.fa-tick {
  --fa: "";
  --fa--fa: "";
}

.fa-lemon {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake {
  --fa: "";
  --fa--fa: "";
}

.fa-gem {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-box {
  --fa: "";
  --fa--fa: "";
}

.fa-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-refrigerator {
  --fa: "";
  --fa--fa: "";
}

.fa-monument {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-align-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-snowplow {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-right {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-right {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ramp-couch {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-couch {
  --fa: "";
  --fa--fa: "";
}

.fa-cannabis {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-play {
  --fa: "";
  --fa--fa: "";
}

.fa-play-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "";
  --fa--fa: "";
}

.fa-location-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-tablets {
  --fa: "";
  --fa--fa: "";
}

.fa-360-degrees {
  --fa: "";
  --fa--fa: "";
}

.fa-ethernet {
  --fa: "";
  --fa--fa: "";
}

.fa-euro-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-eur {
  --fa: "";
  --fa--fa: "";
}

.fa-euro {
  --fa: "";
  --fa--fa: "";
}

.fa-chair {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-check-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-square-dashed-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-money-simple-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-bat {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-stop-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-headphones {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-rotary {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-compass-drafting {
  --fa: "";
  --fa--fa: "";
}

.fa-drafting-compass {
  --fa: "";
  --fa--fa: "";
}

.fa-plate-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-chopsticks {
  --fa: "";
  --fa--fa: "";
}

.fa-car-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-car-mechanic {
  --fa: "";
  --fa--fa: "";
}

.fa-icicles {
  --fa: "";
  --fa--fa: "";
}

.fa-person-shelter {
  --fa: "";
  --fa--fa: "";
}

.fa-neuter {
  --fa: "";
  --fa--fa: "";
}

.fa-id-badge {
  --fa: "";
  --fa--fa: "";
}

.fa-kazoo {
  --fa: "";
  --fa--fa: "";
}

.fa-marker {
  --fa: "";
  --fa--fa: "";
}

.fa-bin-bottles {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-large {
  --fa: "";
  --fa--fa: "";
}

.fa-helicopter-symbol {
  --fa: "";
  --fa--fa: "";
}

.fa-aperture {
  --fa: "";
  --fa--fa: "";
}

.fa-universal-access {
  --fa: "";
  --fa--fa: "";
}

.fa-gear-complex {
  --fa: "";
  --fa--fa: "";
}

.fa-file-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-file-search {
  --fa: "";
  --fa--fa: "";
}

.fa-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-user-police {
  --fa: "";
  --fa--fa: "";
}

.fa-lari-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-volcano {
  --fa: "";
  --fa--fa: "";
}

.fa-teddy-bear {
  --fa: "";
  --fa--fa: "";
}

.fa-stocking {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-image-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-snorkel {
  --fa: "";
  --fa--fa: "";
}

.fa-smoke {
  --fa: "";
  --fa--fa: "";
}

.fa-sterling-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-gbp {
  --fa: "";
  --fa--fa: "";
}

.fa-pound-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-viruses {
  --fa: "";
  --fa--fa: "";
}

.fa-square-person-confined {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tie {
  --fa: "";
  --fa--fa: "";
}

.fa-up-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-certificate {
  --fa: "";
  --fa--fa: "";
}

.fa-crystal-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-reply-all {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-reply-all {
  --fa: "";
  --fa--fa: "";
}

.fa-suitcase {
  --fa: "";
  --fa--fa: "";
}

.fa-person-skating {
  --fa: "";
  --fa--fa: "";
}

.fa-skating {
  --fa: "";
  --fa--fa: "";
}

.fa-star-shooting {
  --fa: "";
  --fa--fa: "";
}

.fa-binary-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-funnel-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-retro {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-file-import {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-file {
  --fa: "";
  --fa--fa: "";
}

.fa-banjo {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-square {
  --fa: "";
  --fa--fa: "";
}

.fa-light-emergency-on {
  --fa: "";
  --fa--fa: "";
}

.fa-kerning {
  --fa: "";
  --fa--fa: "";
}

.fa-box-open {
  --fa: "";
  --fa--fa: "";
}

.fa-square-f {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll {
  --fa: "";
  --fa--fa: "";
}

.fa-spa {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-right {
  --fa: "";
  --fa--fa: "";
}

.fa-strawberry {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eight-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-engines {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hill-avalanche {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-bomb {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-low {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-slow {
  --fa: "";
  --fa--fa: "";
}

.fa-registered {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-address-card {
  --fa: "";
  --fa--fa: "";
}

.fa-contact-card {
  --fa: "";
  --fa--fa: "";
}

.fa-vcard {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-fft {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-unbalanced-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale-right {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-subscript {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-directions {
  --fa: "";
  --fa--fa: "";
}

.fa-integral {
  --fa: "";
  --fa--fa: "";
}

.fa-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-house-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-house {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tired {
  --fa: "";
  --fa--fa: "";
}

.fa-tired {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bills {
  --fa: "";
  --fa--fa: "";
}

.fa-blinds-raised {
  --fa: "";
  --fa--fa: "";
}

.fa-smog {
  --fa: "";
  --fa--fa: "";
}

.fa-ufo-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-hydra {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-user-vneck-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-square-a-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-crutch {
  --fa: "";
  --fa--fa: "";
}

.fa-gas-pump-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-upload-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-palette {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-vest {
  --fa: "";
  --fa--fa: "";
}

.fa-pig {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-full {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-person-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-construction {
  --fa: "";
  --fa--fa: "";
}

.fa-ferry {
  --fa: "";
  --fa--fa: "";
}

.fa-bullseye-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-down-to-people {
  --fa: "";
  --fa--fa: "";
}

.fa-seedling {
  --fa: "";
  --fa--fa: "";
}

.fa-sprout {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-seven {
  --fa: "";
  --fa--fa: "";
}

.fa-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt-h {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-packing {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-flashlight {
  --fa: "";
  --fa--fa: "";
}

.fa-file-jpg {
  --fa: "";
  --fa--fa: "";
}

.fa-group-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-food {
  --fa: "";
  --fa--fa: "";
}

.fa-square-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-candy-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-wide-short {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-down {
  --fa: "";
  --fa--fa: "";
}

.fa-square-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-dollar-square {
  --fa: "";
  --fa--fa: "";
}

.fa-usd-square {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-seedling {
  --fa: "";
  --fa--fa: "";
}

.fa-message-check {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-check {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-thunderstorm {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-text-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-remove-format {
  --fa: "";
  --fa--fa: "";
}

.fa-watch {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-text {
  --fa: "";
  --fa--fa: "";
}

.fa-projector {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-tombstone-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-tombstone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-king-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-king-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-6 {
  --fa: "";
  --fa--fa: "";
}

.fa-waves-sine {
  --fa: "";
  --fa--fa: "";
}

.fa-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-left {
  --fa: "";
  --fa--fa: "";
}

.fa-file-word {
  --fa: "";
  --fa--fa: "";
}

.fa-file-powerpoint {
  --fa: "";
  --fa--fa: "";
}

.fa-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-center-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-h {
  --fa: "";
  --fa--fa: "";
}

.fa-house-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-download {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-download-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-wreath {
  --fa: "";
  --fa--fa: "";
}

.fa-children {
  --fa: "";
  --fa--fa: "";
}

.fa-meter-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard {
  --fa: "";
  --fa--fa: "";
}

.fa-blackboard {
  --fa: "";
  --fa--fa: "";
}

.fa-user-large-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-strong {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-lollipop {
  --fa: "";
  --fa--fa: "";
}

.fa-lollypop {
  --fa: "";
  --fa--fa: "";
}

.fa-list-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open {
  --fa: "";
  --fa--fa: "";
}

.fa-draw-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-cat-space {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-simple-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-rabbit-running {
  --fa: "";
  --fa--fa: "";
}

.fa-rabbit-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-memo-pad {
  --fa: "";
  --fa--fa: "";
}

.fa-mattress-pillow {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-alicorn {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-question {
  --fa: "";
  --fa--fa: "";
}

.fa-gingerbread-man {
  --fa: "";
  --fa--fa: "";
}

.fa-guarani-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-fries {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-tea {
  --fa: "";
  --fa--fa: "";
}

.fa-border-top {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-refresh {
  --fa: "";
  --fa--fa: "";
}

.fa-sync {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-book-open {
  --fa: "";
  --fa--fa: "";
}

.fa-book-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-extinguisher {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-arrows-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-garage-open {
  --fa: "";
  --fa--fa: "";
}

.fa-shelves-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-cruzeiro-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-apple {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-calculator {
  --fa: "";
  --fa--fa: "";
}

.fa-list-dropdown {
  --fa: "";
  --fa--fa: "";
}

.fa-cabinet-filing {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-soda {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-greater-than-equal {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet-box {
  --fa: "";
  --fa--fa: "";
}

.fa-face-confounded {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-halved {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-plow {
  --fa: "";
  --fa--fa: "";
}

.fa-book-atlas {
  --fa: "";
  --fa--fa: "";
}

.fa-atlas {
  --fa: "";
  --fa--fa: "";
}

.fa-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle-top {
  --fa: "";
  --fa--fa: "";
}

.fa-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-layer-group {
  --fa: "";
  --fa--fa: "";
}

.fa-restroom-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-border-outer {
  --fa: "";
  --fa--fa: "";
}

.fa-hashtag-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-two-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-archway {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-house-damage {
  --fa: "";
  --fa--fa: "";
}

.fa-file-zipper {
  --fa: "";
  --fa--fa: "";
}

.fa-file-archive {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-perforated {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-half {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-check {
  --fa: "";
  --fa--fa: "";
}

.fa-square {
  --fa: "";
  --fa--fa: "";
}

.fa-memo {
  --fa: "";
  --fa--fa: "";
}

.fa-martini-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-martini {
  --fa: "";
  --fa--fa: "";
}

.fa-couch {
  --fa: "";
  --fa--fa: "";
}

.fa-cedi-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-italic {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-citrus {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-lines-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-column-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-church {
  --fa: "";
  --fa--fa: "";
}

.fa-person-snowmobiling {
  --fa: "";
  --fa--fa: "";
}

.fa-snowmobile {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hushed {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-pickaxe {
  --fa: "";
  --fa--fa: "";
}

.fa-link-simple-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-democrat {
  --fa: "";
  --fa--fa: "";
}

.fa-face-confused {
  --fa: "";
  --fa--fa: "";
}

.fa-pinball {
  --fa: "";
  --fa--fa: "";
}

.fa-z {
  --fa: "Z";
  --fa--fa: "ZZ";
}

.fa-person-skiing {
  --fa: "";
  --fa--fa: "";
}

.fa-skiing {
  --fa: "";
  --fa--fa: "";
}

.fa-deer {
  --fa: "";
  --fa--fa: "";
}

.fa-input-pipe {
  --fa: "";
  --fa--fa: "";
}

.fa-road-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-a {
  --fa: "A";
  --fa--fa: "AA";
}

.fa-bookmark-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-down {
  --fa: "";
  --fa--fa: "";
}

.fa-mace {
  --fa: "";
  --fa--fa: "";
}

.fa-feather-pointed {
  --fa: "";
  --fa--fa: "";
}

.fa-feather-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-sausage {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-p {
  --fa: "P";
  --fa--fa: "PP";
}

.fa-broom-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-snowflake {
  --fa: "";
  --fa--fa: "";
}

.fa-stomach {
  --fa: "";
  --fa--fa: "";
}

.fa-newspaper {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-ad {
  --fa: "";
  --fa--fa: "";
}

.fa-ad {
  --fa: "";
  --fa--fa: "";
}

.fa-guitar-electric {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-moon-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-bread-slice-butter {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-user-group-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-users-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-i {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-check {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-locust {
  --fa: "";
  --fa--fa: "";
}

.fa-sort {
  --fa: "";
  --fa--fa: "";
}

.fa-unsorted {
  --fa: "";
  --fa--fa: "";
}

.fa-list-ol {
  --fa: "";
  --fa--fa: "";
}

.fa-list-1-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-list-numeric {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-waterfall {
  --fa: "";
  --fa--fa: "";
}

.fa-sparkle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-party {
  --fa: "";
  --fa--fa: "";
}

.fa-kidneys {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-network {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d4 {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-vector-square {
  --fa: "";
  --fa--fa: "";
}

.fa-bread-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-language {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-awn-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-wink-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-kiss-wink-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-dagger {
  --fa: "";
  --fa--fa: "";
}

.fa-podium {
  --fa: "";
  --fa--fa: "";
}

.fa-diamonds-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-memo-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-route-highway {
  --fa: "";
  --fa--fa: "";
}

.fa-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-filter {
  --fa: "";
  --fa--fa: "";
}

.fa-square-g {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-user-nurse-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-question {
  --fa: "?";
  --fa--fa: "??";
}

.fa-file-signature {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-large-on {
  --fa: "";
  --fa--fa: "";
}

.fa-up-down-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-dryer-heat {
  --fa: "";
  --fa--fa: "";
}

.fa-dryer-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-user {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-small-big {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-train-track {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-code {
  --fa: "";
  --fa--fa: "";
}

.fa-whiskey-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-whiskey {
  --fa: "";
  --fa--fa: "";
}

.fa-moon-stars {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-clothes-hanger {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-notch {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-iphone {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link {
  --fa: "";
  --fa--fa: "";
}

.fa-cubes-stacked {
  --fa: "";
  --fa--fa: "";
}

.fa-images-user {
  --fa: "";
  --fa--fa: "";
}

.fa-won-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-krw {
  --fa: "";
  --fa--fa: "";
}

.fa-won {
  --fa: "";
  --fa--fa: "";
}

.fa-image-polaroid-user {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-covid {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ellipsis {
  --fa: "";
  --fa--fa: "";
}

.fa-pie {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-knight-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-knight-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-austral-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-f {
  --fa: "F";
  --fa--fa: "FF";
}

.fa-leaf {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-bunk {
  --fa: "";
  --fa--fa: "";
}

.fa-road {
  --fa: "";
  --fa--fa: "";
}

.fa-taxi {
  --fa: "";
  --fa--fa: "";
}

.fa-cab {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie {
  --fa: "";
  --fa--fa: "";
}

.fa-pie-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt-lightning {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eight {
  --fa: "";
  --fa--fa: "";
}

.fa-sack-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-file-xls {
  --fa: "";
  --fa--fa: "";
}

.fa-file-excel {
  --fa: "";
  --fa--fa: "";
}

.fa-file-contract {
  --fa: "";
  --fa--fa: "";
}

.fa-fish-fins {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-q {
  --fa: "";
  --fa--fa: "";
}

.fa-building-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-beam {
  --fa: "";
  --fa--fa: "";
}

.fa-object-ungroup {
  --fa: "";
  --fa--fa: "";
}

.fa-face-disguise {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-alien-8bit {
  --fa: "";
  --fa--fa: "";
}

.fa-alien-monster {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-poop {
  --fa: "";
  --fa--fa: "";
}

.fa-object-exclude {
  --fa: "";
  --fa--fa: "";
}

.fa-telescope {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker {
  --fa: "";
  --fa--fa: "";
}

.fa-square-list {
  --fa: "";
  --fa--fa: "";
}

.fa-kaaba {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-safety {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-hat {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-hard {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-code {
  --fa: "";
  --fa--fa: "";
}

.fa-sim-cards {
  --fa: "";
  --fa--fa: "";
}

.fa-starship {
  --fa: "";
  --fa--fa: "";
}

.fa-eject {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-seal {
  --fa: "";
  --fa--fa: "";
}

.fa-user-cowboy {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-vertical-nft {
  --fa: "";
  --fa--fa: "";
}

.fa-face-rolling-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-meh-rolling-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-bread-loaf {
  --fa: "";
  --fa--fa: "";
}

.fa-rings-wedding {
  --fa: "";
  --fa--fa: "";
}

.fa-object-group {
  --fa: "";
  --fa--fa: "";
}

.fa-french-fries {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line {
  --fa: "";
  --fa--fa: "";
}

.fa-line-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-download {
  --fa: "";
  --fa--fa: "";
}

.fa-send-back {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-ventilator {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets {
  --fa: "";
  --fa--fa: "";
}

.fa-signature-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-signs-post {
  --fa: "";
  --fa--fa: "";
}

.fa-map-signs {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-cash-register {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-melon-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-space-station-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-message-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-cup-straw {
  --fa: "";
  --fa--fa: "";
}

.fa-left-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-right {
  --fa: "";
  --fa--fa: "";
}

.fa-h {
  --fa: "H";
  --fa--fa: "HH";
}

.fa-basket-shopping-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-basket-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-nine {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-tarp {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sleepy {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-horns {
  --fa: "";
  --fa--fa: "";
}

.fa-screwdriver-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-tools {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-eye {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-trophy-star {
  --fa: "";
  --fa--fa: "";
}

.fa-trophy-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-thermometer {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-posts-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt-running {
  --fa: "";
  --fa--fa: "";
}

.fa-book-circle-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-face-nauseated {
  --fa: "";
  --fa--fa: "";
}

.fa-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-file-chart-pie {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-and-venus {
  --fa: "";
  --fa--fa: "";
}

.fa-house-user {
  --fa: "";
  --fa--fa: "";
}

.fa-home-user {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dumpster-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-left-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-left {
  --fa: "";
  --fa--fa: "";
}

.fa-house-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-paw-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-paw-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets-round {
  --fa: "";
  --fa--fa: "";
}

.fa-parentheses {
  --fa: "";
  --fa--fa: "";
}

.fa-martini-glass-citrus {
  --fa: "";
  --fa--fa: "";
}

.fa-cocktail {
  --fa: "";
  --fa--fa: "";
}

.fa-user-shakespeare {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-face-surprise {
  --fa: "";
  --fa--fa: "";
}

.fa-surprise {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-water {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-pause {
  --fa: "";
  --fa--fa: "";
}

.fa-pause-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-folders {
  --fa: "";
  --fa--fa: "";
}

.fa-angel {
  --fa: "";
  --fa--fa: "";
}

.fa-value-absolute {
  --fa: "";
  --fa--fa: "";
}

.fa-rabbit {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-euro {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-whole {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-kitchen-set {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-half {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-keyhole {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-r {
  --fa: "R";
  --fa--fa: "RR";
}

.fa-temperature-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-square-info {
  --fa: "";
  --fa--fa: "";
}

.fa-info-square {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-usd {
  --fa: "";
  --fa--fa: "";
}

.fa-cube {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-triangle-square {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-down {
  --fa: "";
  --fa--fa: "";
}

.fa-bitcoin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-shutters {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-dog {
  --fa: "";
  --fa--fa: "";
}

.fa-solar-panel {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-open {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-elevator {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-transfer {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-trend-up {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-poll-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-poll-h {
  --fa: "";
  --fa--fa: "";
}

.fa-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-left-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-sword {
  --fa: "";
  --fa--fa: "";
}

.fa-backward-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-fast-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-recycle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-astronaut {
  --fa: "";
  --fa--fa: "";
}

.fa-interrobang {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-trademark {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball {
  --fa: "";
  --fa--fa: "";
}

.fa-basketball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-fork-knife {
  --fa: "";
  --fa--fa: "";
}

.fa-utensils-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-satellite-dish {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-check {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-slider {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-screen-button {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-one-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-out {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-high {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-up {
  --fa: "";
  --fa--fa: "";
}

.fa-users-rays {
  --fa: "";
  --fa--fa: "";
}

.fa-wallet {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-check {
  --fa: "";
  --fa--fa: "";
}

.fa-flatbread-stuffed {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-check {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-shipping-timed {
  --fa: "";
  --fa--fa: "";
}

.fa-pool-8-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-file-audio {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-hashtag {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-radar {
  --fa: "";
  --fa--fa: "";
}

.fa-staff {
  --fa: "";
  --fa--fa: "";
}

.fa-burger {
  --fa: "";
  --fa--fa: "";
}

.fa-hamburger {
  --fa: "";
  --fa--fa: "";
}

.fa-utility-pole {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-6 {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-wrench {
  --fa: "";
  --fa--fa: "";
}

.fa-bugs {
  --fa: "";
  --fa--fa: "";
}

.fa-vector-polygon {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-nested {
  --fa: "";
  --fa--fa: "";
}

.fa-rupee-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-rupee {
  --fa: "";
  --fa--fa: "";
}

.fa-file-image {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-question {
  --fa: "";
  --fa--fa: "";
}

.fa-question-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-perforated {
  --fa: "";
  --fa--fa: "";
}

.fa-image-user {
  --fa: "";
  --fa--fa: "";
}

.fa-buoy {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-departure {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-book-bookmark {
  --fa: "";
  --fa--fa: "";
}

.fa-border-center-h {
  --fa: "";
  --fa--fa: "";
}

.fa-can-food {
  --fa: "";
  --fa--fa: "";
}

.fa-typewriter {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-k {
  --fa: "";
  --fa--fa: "";
}

.fa-face-hand-over-mouth {
  --fa: "";
  --fa--fa: "";
}

.fa-popcorn {
  --fa: "";
  --fa--fa: "";
}

.fa-house-water {
  --fa: "";
  --fa--fa: "";
}

.fa-house-flood {
  --fa: "";
  --fa--fa: "";
}

.fa-object-subtract {
  --fa: "";
  --fa--fa: "";
}

.fa-code-branch {
  --fa: "";
  --fa--fa: "";
}

.fa-warehouse-full {
  --fa: "";
  --fa--fa: "";
}

.fa-warehouse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-cowboy {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-file-doc {
  --fa: "";
  --fa--fa: "";
}

.fa-square-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-front {
  --fa: "";
  --fa--fa: "";
}

.fa-cat {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-left {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-files {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-face-clouds {
  --fa: "";
  --fa--fa: "";
}

.fa-user-crown {
  --fa: "";
  --fa--fa: "";
}

.fa-basket-shopping-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-field {
  --fa: "";
  --fa--fa: "";
}

.fa-route {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-question {
  --fa: "";
  --fa--fa: "";
}

.fa-panorama {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-teeth-open {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tie-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-right {
  --fa: "";
  --fa--fa: "";
}

.fa-tags {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-forward-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-fast-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-meh-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-meh-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-user-robot {
  --fa: "";
  --fa--fa: "";
}

.fa-square-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-card-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-face-zipper {
  --fa: "";
  --fa--fa: "";
}

.fa-face-raised-eyebrow {
  --fa: "";
  --fa--fa: "";
}

.fa-house-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-up {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-progress {
  --fa: "";
  --fa--fa: "";
}

.fa-tasks-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-faucet-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-dolphin {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-r {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-flatbed {
  --fa: "";
  --fa--fa: "";
}

.fa-ban-smoking {
  --fa: "";
  --fa--fa: "";
}

.fa-smoking-ban {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-sort-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-circle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-terminal {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-button {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-basket-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-basket {
  --fa: "";
  --fa--fa: "";
}

.fa-tape {
  --fa: "";
  --fa--fa: "";
}

.fa-chestnut {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-eye {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-cry {
  --fa: "";
  --fa--fa: "";
}

.fa-sad-cry {
  --fa: "";
  --fa--fa: "";
}

.fa-heat {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-airline {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-perforated-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-boot-heeled {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-audio-description {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-to-person {
  --fa: "";
  --fa--fa: "";
}

.fa-file-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon {
  --fa: "";
  --fa--fa: "";
}

.fa-manhole {
  --fa: "";
  --fa--fa: "";
}

.fa-user-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-observation {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disks {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-blank-under {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-reverse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-code {
  --fa: "";
  --fa--fa: "";
}

.fa-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-perfect {
  --fa: "";
  --fa--fa: "";
}

.fa-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-bus {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-left-from-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney {
  --fa: "";
  --fa--fa: "";
}

.fa-home-lg {
  --fa: "";
  --fa--fa: "";
}

.fa-window-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-dryer {
  --fa: "";
  --fa--fa: "";
}

.fa-face-frown {
  --fa: "";
  --fa--fa: "";
}

.fa-frown {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-bishop-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-bishop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt-tank-top {
  --fa: "";
  --fa--fa: "";
}

.fa-diploma {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-screencast {
  --fa: "";
  --fa--fa: "";
}

.fa-walker {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription {
  --fa: "";
  --fa--fa: "";
}

.fa-shop {
  --fa: "";
  --fa--fa: "";
}

.fa-store-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk {
  --fa: "";
  --fa--fa: "";
}

.fa-save {
  --fa: "";
  --fa--fa: "";
}

.fa-vihara {
  --fa: "";
  --fa--fa: "";
}

.fa-face-kiss-closed-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-unbalanced {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale-left {
  --fa: "";
  --fa--fa: "";
}

.fa-file-user {
  --fa: "";
  --fa--fa: "";
}

.fa-user-police-tie {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tongue-money {
  --fa: "";
  --fa--fa: "";
}

.fa-tennis-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-square-l {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-commenting {
  --fa: "";
  --fa--fa: "";
}

.fa-plant-wilt {
  --fa: "";
  --fa--fa: "";
}

.fa-scarf {
  --fa: "";
  --fa--fa: "";
}

.fa-album-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-user-nurse-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-squint {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-ellipsis-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-usd {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-dividers {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-diagram {
  --fa: "";
  --fa--fa: "";
}

.fa-bacterium {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-drum-steelpan {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-scissors {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-praying {
  --fa: "";
  --fa--fa: "";
}

.fa-praying-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-face-pensive {
  --fa: "";
  --fa--fa: "";
}

.fa-user-music {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-redo {
  --fa: "";
  --fa--fa: "";
}

.fa-messages-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-alt-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-on {
  --fa: "";
  --fa--fa: "";
}

.fa-balloon {
  --fa: "";
  --fa--fa: "";
}

.fa-biohazard {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-queen-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-queen-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-location-crosshairs {
  --fa: "";
  --fa--fa: "";
}

.fa-location {
  --fa: "";
  --fa--fa: "";
}

.fa-mars-double {
  --fa: "";
  --fa--fa: "";
}

.fa-left-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-leave {
  --fa: "";
  --fa--fa: "";
}

.fa-house-leave {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-depart {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-card-club {
  --fa: "";
  --fa--fa: "";
}

.fa-child-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-users-between-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-lungs-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-spinner-third {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-mouse-scrollwheel {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-times {
  --fa: "";
  --fa--fa: "";
}

.fa-child-reaching {
  --fa: "";
  --fa--fa: "";
}

.fa-table-layout {
  --fa: "";
  --fa--fa: "";
}

.fa-narwhal {
  --fa: "";
  --fa--fa: "";
}

.fa-ramp-loading {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-toothbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-border-inner {
  --fa: "";
  --fa--fa: "";
}

.fa-paw-claws {
  --fa: "";
  --fa--fa: "";
}

.fa-kiwi-fruit {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light-slow {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-code {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-brightness {
  --fa: "";
  --fa--fa: "";
}

.fa-books-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-house-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-home-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-square-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-square-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-square {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-user-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-1-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-up {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-low {
  --fa: "";
  --fa--fa: "";
}

.fa-door-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-mobile {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-laptop {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-alt-advanced {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-six {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-twin-ion-engine {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-rocket-launch {
  --fa: "";
  --fa--fa: "";
}

.fa-mosquito-net {
  --fa: "";
  --fa--fa: "";
}

.fa-file-fragment {
  --fa: "";
  --fa--fa: "";
}

.fa-vent-damper {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-water {
  --fa: "";
  --fa--fa: "";
}

.fa-ban-bug {
  --fa: "";
  --fa--fa: "";
}

.fa-debug {
  --fa: "";
  --fa--fa: "";
}

.fa-person-booth {
  --fa: "";
  --fa--fa: "";
}

.fa-text-width {
  --fa: "";
  --fa--fa: "";
}

.fa-garage-car {
  --fa: "";
  --fa--fa: "";
}

.fa-square-kanban {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-wizard {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-kanban {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-fancy {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-pot {
  --fa: "";
  --fa--fa: "";
}

.fa-mouse-field {
  --fa: "";
  --fa--fa: "";
}

.fa-person-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-digging {
  --fa: "";
  --fa--fa: "";
}

.fa-shower-down {
  --fa: "";
  --fa--fa: "";
}

.fa-shower-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-box-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-brightness {
  --fa: "";
  --fa--fa: "";
}

.fa-car-side-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-file-xml {
  --fa: "";
  --fa--fa: "";
}

.fa-ornament {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-incoming {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-word {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-fingers-crossed {
  --fa: "";
  --fa--fa: "";
}

.fa-trash {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-med {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-average {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-small-big {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-book-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-face-melting {
  --fa: "";
  --fa--fa: "";
}

.fa-poo {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-clip-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-right {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-right-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-scroll-old {
  --fa: "";
  --fa--fa: "";
}

.fa-guitars {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-hose {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-six {
  --fa: "";
  --fa--fa: "";
}

.fa-shirt {
  --fa: "";
  --fa--fa: "";
}

.fa-t-shirt {
  --fa: "";
  --fa--fa: "";
}

.fa-tshirt {
  --fa: "";
  --fa--fa: "";
}

.fa-billboard {
  --fa: "";
  --fa--fa: "";
}

.fa-square-r {
  --fa: "";
  --fa--fa: "";
}

.fa-cubes {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp-floor {
  --fa: "";
  --fa--fa: "";
}

.fa-square-7 {
  --fa: "";
  --fa--fa: "";
}

.fa-tenge-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-tenge {
  --fa: "";
  --fa--fa: "";
}

.fa-headphones {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding {
  --fa: "";
  --fa--fa: "";
}

.fa-campfire {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-ampersand {
  --fa: "";
  --fa--fa: "";
}

.fa-snowflakes {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-clapping {
  --fa: "";
  --fa--fa: "";
}

.fa-republican {
  --fa: "";
  --fa--fa: "";
}

.fa-leaf-maple {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-cup-straw-swoosh {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-align-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d6 {
  --fa: "";
  --fa--fa: "";
}

.fa-restroom {
  --fa: "";
  --fa--fa: "";
}

.fa-high-definition {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-hd {
  --fa: "";
  --fa--fa: "";
}

.fa-j {
  --fa: "J";
  --fa--fa: "JJ";
}

.fa-galaxy {
  --fa: "";
  --fa--fa: "";
}

.fa-users-viewfinder {
  --fa: "";
  --fa--fa: "";
}

.fa-file-video {
  --fa: "";
  --fa--fa: "";
}

.fa-cherries {
  --fa: "";
  --fa--fa: "";
}

.fa-up-right-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-external-link-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-sort {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells {
  --fa: "";
  --fa--fa: "";
}

.fa-th {
  --fa: "";
  --fa--fa: "";
}

.fa-bag-shopping-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-file-pdf {
  --fa: "";
  --fa--fa: "";
}

.fa-siren {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-image-landscape {
  --fa: "";
  --fa--fa: "";
}

.fa-landscape {
  --fa: "";
  --fa--fa: "";
}

.fa-tank-water {
  --fa: "";
  --fa--fa: "";
}

.fa-curling-stone {
  --fa: "";
  --fa--fa: "";
}

.fa-curling {
  --fa: "";
  --fa--fa: "";
}

.fa-gamepad-modern {
  --fa: "";
  --fa--fa: "";
}

.fa-gamepad-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-messages-question {
  --fa: "";
  --fa--fa: "";
}

.fa-book-bible {
  --fa: "";
  --fa--fa: "";
}

.fa-bible {
  --fa: "";
  --fa--fa: "";
}

.fa-o {
  --fa: "O";
  --fa--fa: "OO";
}

.fa-suitcase-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-medkit {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eleven-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-rv {
  --fa: "";
  --fa--fa: "";
}

.fa-user-secret {
  --fa: "";
  --fa--fa: "";
}

.fa-otter {
  --fa: "";
  --fa--fa: "";
}

.fa-dreidel {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-female {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-business-time {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-flower-tulip {
  --fa: "";
  --fa--fa: "";
}

.fa-people-pants-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-drizzle {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-large {
  --fa: "";
  --fa--fa: "";
}

.fa-th-large {
  --fa: "";
  --fa--fa: "";
}

.fa-book-tanakh {
  --fa: "";
  --fa--fa: "";
}

.fa-tanakh {
  --fa: "";
  --fa--fa: "";
}

.fa-solar-system {
  --fa: "";
  --fa--fa: "";
}

.fa-seal-question {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-volume {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-control-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-disc-drive {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-cowboy-side {
  --fa: "";
  --fa--fa: "";
}

.fa-table-rows {
  --fa: "";
  --fa--fa: "";
}

.fa-rows {
  --fa: "";
  --fa--fa: "";
}

.fa-location-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-face-fearful {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-user {
  --fa: "";
  --fa--fa: "";
}

.fa-bus-school {
  --fa: "";
  --fa--fa: "";
}

.fa-film-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-book-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-book-spells {
  --fa: "";
  --fa--fa: "";
}

.fa-washing-machine {
  --fa: "";
  --fa--fa: "";
}

.fa-washer {
  --fa: "";
  --fa--fa: "";
}

.fa-child {
  --fa: "";
  --fa--fa: "";
}

.fa-lira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-user-visor {
  --fa: "";
  --fa--fa: "";
}

.fa-file-plus-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-clock-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-clock-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-satellite {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-steering-wheel {
  --fa: "";
  --fa--fa: "";
}

.fa-tag {
  --fa: "";
  --fa--fa: "";
}

.fa-stretcher {
  --fa: "";
  --fa--fa: "";
}

.fa-book-section {
  --fa: "";
  --fa--fa: "";
}

.fa-book-law {
  --fa: "";
  --fa--fa: "";
}

.fa-inboxes {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-bean {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-yen {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets-curly {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-stroke-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-v-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-comment {
  --fa: "";
  --fa--fa: "";
}

.fa-square-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-cake-candles {
  --fa: "";
  --fa--fa: "";
}

.fa-birthday-cake {
  --fa: "";
  --fa--fa: "";
}

.fa-cake {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-ladder {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tissue {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-up {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-up {
  --fa: "";
  --fa--fa: "";
}

.fa-bin-recycle {
  --fa: "";
  --fa--fa: "";
}

.fa-paperclip {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-line-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-city {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-a {
  --fa: "";
  --fa--fa: "";
}

.fa-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-lungs {
  --fa: "";
  --fa--fa: "";
}

.fa-person-pinball {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-9-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-core {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-y {
  --fa: "";
  --fa--fa: "";
}

.fa-h6 {
  --fa: "";
  --fa--fa: "";
}

.fa-litecoin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-small {
  --fa: "";
  --fa--fa: "";
}

.fa-border-none {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-wifi-circle-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-wifi-group {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-parachute-box {
  --fa: "";
  --fa--fa: "";
}

.fa-reflect-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-message-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-rugby-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-music {
  --fa: "";
  --fa--fa: "";
}

.fa-indent {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-deciduous {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle-piece-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-puzzle-piece-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-field-un {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-trash {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass {
  --fa: "";
  --fa--fa: "";
}

.fa-hourglass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain {
  --fa: "";
  --fa--fa: "";
}

.fa-file-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-file-times {
  --fa: "";
  --fa--fa: "";
}

.fa-house-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-home-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-meter-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor {
  --fa: "";
  --fa--fa: "";
}

.fa-user-md {
  --fa: "";
  --fa--fa: "";
}

.fa-slash-back {
  --fa: "\\";
  --fa--fa: "\\\\";
}

.fa-circle-info {
  --fa: "";
  --fa--fa: "";
}

.fa-info-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-fishing-rod {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer-crash {
  --fa: "";
  --fa--fa: "";
}

.fa-message-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-meatball {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-polaroid {
  --fa: "";
  --fa--fa: "";
}

.fa-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-virus {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-meteor {
  --fa: "";
  --fa--fa: "";
}

.fa-car-on {
  --fa: "";
  --fa--fa: "";
}

.fa-sleigh {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-1-9 {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-numeric-down {
  --fa: "";
  --fa--fa: "";
}

.fa-buoy-mooring {
  --fa: "";
  --fa--fa: "";
}

.fa-square-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-water {
  --fa: "";
  --fa--fa: "";
}

.fa-file-eps {
  --fa: "";
  --fa--fa: "";
}

.fa-tricycle-adult {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-water {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp-half-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-signal {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-prop {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-check {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-desk {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-time {
  --fa: "";
  --fa--fa: "";
}

.fa-braille {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-prescription-bottle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-plate-utensils {
  --fa: "";
  --fa--fa: "";
}

.fa-family-pants {
  --fa: "";
  --fa--fa: "";
}

.fa-hose-reel {
  --fa: "";
  --fa--fa: "";
}

.fa-house-window {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark {
  --fa: "";
  --fa--fa: "";
}

.fa-truck {
  --fa: "";
  --fa--fa: "";
}

.fa-music-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-crosshairs {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-rainbow {
  --fa: "";
  --fa--fa: "";
}

.fa-person-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-alien {
  --fa: "";
  --fa--fa: "";
}

.fa-tent {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-vest-patches {
  --fa: "";
  --fa--fa: "";
}

.fa-people-dress-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-check-double {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-a-z {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-asc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-down {
  --fa: "";
  --fa--fa: "";
}

.fa-bowling-ball-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-school-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-large {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-viewfinder {
  --fa: "";
  --fa--fa: "";
}

.fa-screenshot {
  --fa: "";
  --fa--fa: "";
}

.fa-message-music {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-music {
  --fa: "";
  --fa--fa: "";
}

.fa-car-building {
  --fa: "";
  --fa--fa: "";
}

.fa-border-bottom-right {
  --fa: "";
  --fa--fa: "";
}

.fa-border-style-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-arrow-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-octagon-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-cookie {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-back {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-rotate-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-undo {
  --fa: "";
  --fa--fa: "";
}

.fa-tv-music {
  --fa: "";
  --fa--fa: "";
}

.fa-hard-drive {
  --fa: "";
  --fa--fa: "";
}

.fa-hdd {
  --fa: "";
  --fa--fa: "";
}

.fa-reel {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-squint-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-squint-tears {
  --fa: "";
  --fa--fa: "";
}

.fa-dumbbell {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-list {
  --fa: "";
  --fa--fa: "";
}

.fa-list-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tarp-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-alarm-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-cone {
  --fa: "";
  --fa--fa: "";
}

.fa-grate {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-person-skiing-nordic {
  --fa: "";
  --fa--fa: "";
}

.fa-skiing-nordic {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-person-from-portal {
  --fa: "";
  --fa--fa: "";
}

.fa-portal-exit {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-arrival {
  --fa: "";
  --fa--fa: "";
}

.fa-cowbell-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-cowbell-more {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-distribute-spacing-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-bars-fair {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-alt-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-sportsball {
  --fa: "";
  --fa--fa: "";
}

.fa-game-console-handheld-crank {
  --fa: "";
  --fa--fa: "";
}

.fa-train-subway {
  --fa: "";
  --fa--fa: "";
}

.fa-subway {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-gantt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-upside-down {
  --fa: "";
  --fa--fa: "";
}

.fa-ball-pile {
  --fa: "";
  --fa--fa: "";
}

.fa-badge-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bills-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bills-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-list-timeline {
  --fa: "";
  --fa--fa: "";
}

.fa-indian-rupee-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-indian-rupee {
  --fa: "";
  --fa--fa: "";
}

.fa-inr {
  --fa: "";
  --fa--fa: "";
}

.fa-crop-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-crop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-left-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-left {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-down {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-up-right {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-bolt-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-thunderstorm-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-left-up {
  --fa: "";
  --fa--fa: "";
}

.fa-dna {
  --fa: "";
  --fa--fa: "";
}

.fa-virus-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-round-right {
  --fa: ")";
  --fa--fa: "))";
}

.fa-circle-sterling {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-subtract {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame {
  --fa: "";
  --fa--fa: "";
}

.fa-flame {
  --fa: "";
  --fa--fa: "";
}

.fa-right-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-to-right {
  --fa: "";
  --fa--fa: "";
}

.fa-gif {
  --fa: "";
  --fa--fa: "";
}

.fa-chess {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-font-case {
  --fa: "";
  --fa--fa: "";
}

.fa-street-view {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-franc-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-round-poison {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-poison {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-off {
  --fa: "";
  --fa--fa: "";
}

.fa-book-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-user {
  --fa: "";
  --fa--fa: "";
}

.fa-user-chart {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-asl-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-american-sign-language-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-asl-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "";
  --fa--fa: "";
}

.fa-presentation-screen {
  --fa: "";
  --fa--fa: "";
}

.fa-presentation {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-halo {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-return {
  --fa: "";
  --fa--fa: "";
}

.fa-house-person-arrive {
  --fa: "";
  --fa--fa: "";
}

.fa-house-return {
  --fa: "";
  --fa--fa: "";
}

.fa-message-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-times {
  --fa: "";
  --fa--fa: "";
}

.fa-message-times {
  --fa: "";
  --fa--fa: "";
}

.fa-file-certificate {
  --fa: "";
  --fa--fa: "";
}

.fa-file-award {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-security {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-home {
  --fa: "";
  --fa--fa: "";
}

.fa-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tint-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-book-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-mosque {
  --fa: "";
  --fa--fa: "";
}

.fa-duck {
  --fa: "";
  --fa--fa: "";
}

.fa-mosquito {
  --fa: "";
  --fa--fa: "";
}

.fa-star-of-david {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-swallowtail {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-car-garage {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-shopping-cart {
  --fa: "";
  --fa--fa: "";
}

.fa-book-font {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-vials {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper-full {
  --fa: "";
  --fa--fa: "";
}

.fa-distribute-spacing-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-rugged {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-frigid {
  --fa: "";
  --fa--fa: "";
}

.fa-moped {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-smile-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-radio-tuner {
  --fa: "";
  --fa--fa: "";
}

.fa-radio-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-swear {
  --fa: "";
  --fa--fa: "";
}

.fa-water-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-water-lower {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-touchscreen {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-7 {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-person-ski-jumping {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-jump {
  --fa: "";
  --fa--fa: "";
}

.fa-place-of-worship {
  --fa: "";
  --fa--fa: "";
}

.fa-water-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-water-rise {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform-path {
  --fa: "";
  --fa--fa: "";
}

.fa-split {
  --fa: "";
  --fa--fa: "";
}

.fa-film-canister {
  --fa: "";
  --fa--fa: "";
}

.fa-film-cannister {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-times {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-paper-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-screen {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-android-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-music {
  --fa: "";
  --fa--fa: "";
}

.fa-display-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-share-all {
  --fa: "";
  --fa--fa: "";
}

.fa-peapod {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-axe {
  --fa: "";
  --fa--fa: "";
}

.fa-square-d {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-signal-out {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-up {
  --fa: "";
  --fa--fa: "";
}

.fa-level-up {
  --fa: "";
  --fa--fa: "";
}

.fa-u {
  --fa: "U";
  --fa--fa: "UU";
}

.fa-arrow-up-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-square-root-variable {
  --fa: "";
  --fa--fa: "";
}

.fa-square-root-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-light-switch-on {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-raindrops {
  --fa: "";
  --fa--fa: "";
}

.fa-dash {
  --fa: "";
  --fa--fa: "";
}

.fa-minus-large {
  --fa: "";
  --fa--fa: "";
}

.fa-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-four {
  --fa: "";
  --fa--fa: "";
}

.fa-input-numeric {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-tow {
  --fa: "";
  --fa--fa: "";
}

.fa-backward-step {
  --fa: "";
  --fa--fa: "";
}

.fa-step-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-pallet {
  --fa: "";
  --fa--fa: "";
}

.fa-car-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-maximize {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-faucet {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sleet {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp-street {
  --fa: "";
  --fa--fa: "";
}

.fa-list-radio {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-nib-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball-bat-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-square-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-overline {
  --fa: "";
  --fa--fa: "";
}

.fa-s {
  --fa: "S";
  --fa--fa: "SS";
}

.fa-timeline {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-usb-drive {
  --fa: "";
  --fa--fa: "";
}

.fa-ballot {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-down {
  --fa: "";
  --fa--fa: "";
}

.fa-location-dot-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cards {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-clinic-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-boxing-glove {
  --fa: "";
  --fa--fa: "";
}

.fa-glove-boxing {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-school {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-screen {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-android-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-up {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-location-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-location-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-head-bandage {
  --fa: "";
  --fa--fa: "";
}

.fa-sushi-roll {
  --fa: "";
  --fa--fa: "";
}

.fa-maki-roll {
  --fa: "";
  --fa--fa: "";
}

.fa-makizushi {
  --fa: "";
  --fa--fa: "";
}

.fa-car-bump {
  --fa: "";
  --fa--fa: "";
}

.fa-piggy-bank {
  --fa: "";
  --fa--fa: "";
}

.fa-racquet {
  --fa: "";
  --fa--fa: "";
}

.fa-car-mirrors {
  --fa: "";
  --fa--fa: "";
}

.fa-industry-windows {
  --fa: "";
  --fa--fa: "";
}

.fa-industry-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt-auto {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-half {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-flux-capacitor {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain-city {
  --fa: "";
  --fa--fa: "";
}

.fa-coins {
  --fa: "";
  --fa--fa: "";
}

.fa-honey-pot {
  --fa: "";
  --fa--fa: "";
}

.fa-olive {
  --fa: "";
  --fa--fa: "";
}

.fa-khanda {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-list {
  --fa: "";
  --fa--fa: "";
}

.fa-outlet {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-h {
  --fa: "";
  --fa--fa: "";
}

.fa-cauldron {
  --fa: "";
  --fa--fa: "";
}

.fa-people {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-network-wired {
  --fa: "";
  --fa--fa: "";
}

.fa-croissant {
  --fa: "";
  --fa--fa: "";
}

.fa-map-pin {
  --fa: "";
  --fa--fa: "";
}

.fa-hamsa {
  --fa: "";
  --fa--fa: "";
}

.fa-cent-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-swords-laser {
  --fa: "";
  --fa--fa: "";
}

.fa-flask {
  --fa: "";
  --fa--fa: "";
}

.fa-person-pregnant {
  --fa: "";
  --fa--fa: "";
}

.fa-square-u {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-router {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-v {
  --fa: "";
  --fa--fa: "";
}

.fa-sword-laser-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket {
  --fa: "";
  --fa--fa: "";
}

.fa-power-off {
  --fa: "";
  --fa--fa: "";
}

.fa-coin {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-right-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-right {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-b {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dress-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-collar {
  --fa: "";
  --fa--fa: "";
}

.fa-lights-holiday {
  --fa: "";
  --fa--fa: "";
}

.fa-citrus {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-usa {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-file {
  --fa: "";
  --fa--fa: "";
}

.fa-tty {
  --fa: "";
  --fa--fa: "";
}

.fa-teletype {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-tree-map {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-next {
  --fa: "";
  --fa--fa: "";
}

.fa-person-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-five-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe-valve {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-message {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-face-spiral-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-compress-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-phone-hangup {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-gear-complex-code {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-badminton {
  --fa: "";
  --fa--fa: "";
}

.fa-closed-captioning {
  --fa: "";
  --fa--fa: "";
}

.fa-person-hiking {
  --fa: "";
  --fa--fa: "";
}

.fa-hiking {
  --fa: "";
  --fa--fa: "";
}

.fa-right-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-left {
  --fa: "";
  --fa--fa: "";
}

.fa-venus-double {
  --fa: "";
  --fa--fa: "";
}

.fa-images {
  --fa: "";
  --fa--fa: "";
}

.fa-calculator {
  --fa: "";
  --fa--fa: "";
}

.fa-shuttlecock {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-evil {
  --fa: "";
  --fa--fa: "";
}

.fa-people-pulling {
  --fa: "";
  --fa--fa: "";
}

.fa-n {
  --fa: "N";
  --fa--fa: "NN";
}

.fa-swap {
  --fa: "";
  --fa--fa: "";
}

.fa-garage {
  --fa: "";
  --fa--fa: "";
}

.fa-cable-car {
  --fa: "";
  --fa--fa: "";
}

.fa-tram {
  --fa: "";
  --fa--fa: "";
}

.fa-shovel-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-face-lying {
  --fa: "";
  --fa--fa: "";
}

.fa-sprinkler {
  --fa: "";
  --fa--fa: "";
}

.fa-building-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-person-sledding {
  --fa: "";
  --fa--fa: "";
}

.fa-sledding {
  --fa: "";
  --fa--fa: "";
}

.fa-game-console-handheld {
  --fa: "";
  --fa--fa: "";
}

.fa-ship {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-six-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tugrik-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-download {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-shelves {
  --fa: "";
  --fa--fa: "";
}

.fa-inventory {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-snow {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin {
  --fa: "";
  --fa--fa: "";
}

.fa-grin {
  --fa: "";
  --fa--fa: "";
}

.fa-delete-left {
  --fa: "";
  --fa--fa: "";
}

.fa-backspace {
  --fa: "";
  --fa--fa: "";
}

.fa-oven {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-eyedropper {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-captions {
  --fa: "";
  --fa--fa: "";
}

.fa-comments-question {
  --fa: "";
  --fa--fa: "";
}

.fa-scribble {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-loader {
  --fa: "";
  --fa--fa: "";
}

.fa-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-user-pilot {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-android {
  --fa: "";
  --fa--fa: "";
}

.fa-mobile-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-code-pull-request-closed {
  --fa: "";
  --fa--fa: "";
}

.fa-face-meh {
  --fa: "";
  --fa--fa: "";
}

.fa-meh {
  --fa: "";
  --fa--fa: "";
}

.fa-align-center {
  --fa: "";
  --fa--fa: "";
}

.fa-book-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-book-dead {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card {
  --fa: "";
  --fa--fa: "";
}

.fa-drivers-license {
  --fa: "";
  --fa--fa: "";
}

.fa-face-dotted {
  --fa: "";
  --fa--fa: "";
}

.fa-face-worried {
  --fa: "";
  --fa--fa: "";
}

.fa-outdent {
  --fa: "";
  --fa--fa: "";
}

.fa-dedent {
  --fa: "";
  --fa--fa: "";
}

.fa-court-sport {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-house {
  --fa: "";
  --fa--fa: "";
}

.fa-home {
  --fa: "";
  --fa--fa: "";
}

.fa-home-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-home-lg-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-vector-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-car-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-week {
  --fa: "";
  --fa--fa: "";
}

.fa-flying-disc {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-square-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-b {
  --fa: "B";
  --fa--fa: "BB";
}

.fa-seat-airline {
  --fa: "";
  --fa--fa: "";
}

.fa-moon-over-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-eclipse-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-pipe {
  --fa: "|";
  --fa--fa: "||";
}

.fa-file-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-potato {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-one {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-a {
  --fa: "";
  --fa--fa: "";
}

.fa-helmet-battle {
  --fa: "";
  --fa--fa: "";
}

.fa-butter {
  --fa: "";
  --fa--fa: "";
}

.fa-blanket-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-kiwi-bird {
  --fa: "";
  --fa--fa: "";
}

.fa-castle {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-club {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-exchange {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-right {
  --fa: "";
  --fa--fa: "";
}

.fa-redo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-utensils {
  --fa: "";
  --fa--fa: "";
}

.fa-cutlery {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-wide-short {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-up {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-balloons {
  --fa: "";
  --fa--fa: "";
}

.fa-mill-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-rice {
  --fa: "";
  --fa--fa: "";
}

.fa-timeline-arrow {
  --fa: "";
  --fa--fa: "";
}

.fa-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-game-board-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-game-board-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-video {
  --fa: "";
  --fa--fa: "";
}

.fa-video-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-scatter-bubble {
  --fa: "";
  --fa--fa: "";
}

.fa-house-turret {
  --fa: "";
  --fa--fa: "";
}

.fa-banana {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-skull {
  --fa: "";
  --fa--fa: "";
}

.fa-people-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-loveseat {
  --fa: "";
  --fa--fa: "";
}

.fa-couch-small {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-broadcast {
  --fa: "";
  --fa--fa: "";
}

.fa-broadcast-tower {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-pickup {
  --fa: "";
  --fa--fa: "";
}

.fa-block-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-up-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-up {
  --fa: "";
  --fa--fa: "";
}

.fa-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-code-merge {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-dollar-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-money-check-edit-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-up-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-from-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-upload {
  --fa: "";
  --fa--fa: "";
}

.fa-hurricane {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-round-2-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-people-pants {
  --fa: "";
  --fa--fa: "";
}

.fa-mound {
  --fa: "";
  --fa--fa: "";
}

.fa-windsock {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-half {
  --fa: "";
  --fa--fa: "";
}

.fa-brake-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet-portable {
  --fa: "";
  --fa--fa: "";
}

.fa-compact-disc {
  --fa: "";
  --fa--fa: "";
}

.fa-file-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-file-download {
  --fa: "";
  --fa--fa: "";
}

.fa-saxophone-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-sax-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-web-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-webcam-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-caravan {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-cat {
  --fa: "";
  --fa--fa: "";
}

.fa-message-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-zap {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-check {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-water {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-well {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-column-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-person-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-left-up {
  --fa: "";
  --fa--fa: "";
}

.fa-vault {
  --fa: "";
  --fa--fa: "";
}

.fa-mars {
  --fa: "";
  --fa--fa: "";
}

.fa-toilet {
  --fa: "";
  --fa--fa: "";
}

.fa-plane-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-yen-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cny {
  --fa: "";
  --fa--fa: "";
}

.fa-jpy {
  --fa: "";
  --fa--fa: "";
}

.fa-rmb {
  --fa: "";
  --fa--fa: "";
}

.fa-yen {
  --fa: "";
  --fa--fa: "";
}

.fa-gear-code {
  --fa: "";
  --fa--fa: "";
}

.fa-notes {
  --fa: "";
  --fa--fa: "";
}

.fa-ruble-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-rouble {
  --fa: "";
  --fa--fa: "";
}

.fa-rub {
  --fa: "";
  --fa--fa: "";
}

.fa-ruble {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-undo {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-champagne-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-champagne {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-center-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-screen-users {
  --fa: "";
  --fa--fa: "";
}

.fa-users-class {
  --fa: "";
  --fa--fa: "";
}

.fa-guitar {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-square-8 {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets-square {
  --fa: "";
  --fa--fa: "";
}

.fa-brackets {
  --fa: "";
  --fa--fa: "";
}

.fa-laptop-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-hockey-stick-puck {
  --fa: "";
  --fa--fa: "";
}

.fa-house-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-fair {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-face-laugh-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-laugh-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-dollar-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-usd-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-horse-head {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-repeat {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bore-hole {
  --fa: "";
  --fa--fa: "";
}

.fa-industry {
  --fa: "";
  --fa--fa: "";
}

.fa-image-polaroid {
  --fa: "";
  --fa--fa: "";
}

.fa-wave-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-left-down {
  --fa: "";
  --fa--fa: "";
}

.fa-person-running-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-circle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-grill {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-turn-to-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-mixed {
  --fa: "";
  --fa--fa: "";
}

.fa-analytics {
  --fa: "";
  --fa--fa: "";
}

.fa-florin-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-short-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-desc {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-less-than {
  --fa: "<";
  --fa--fa: "<<";
}

.fa-display-code {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-code {
  --fa: "";
  --fa--fa: "";
}

.fa-face-drooling {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-temperature {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-temp {
  --fa: "";
  --fa--fa: "";
}

.fa-square-question {
  --fa: "";
  --fa--fa: "";
}

.fa-question-square {
  --fa: "";
  --fa--fa: "";
}

.fa-air-conditioner {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-down {
  --fa: "";
  --fa--fa: "";
}

.fa-mountains {
  --fa: "";
  --fa--fa: "";
}

.fa-omega {
  --fa: "";
  --fa--fa: "";
}

.fa-car-tunnel {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dolly-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-pan-food {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-cough {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbs-down {
  --fa: "";
  --fa--fa: "";
}

.fa-user-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-airline {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-perforated-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-tickets-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-double-peak {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-h {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-pawn {
  --fa: "";
  --fa--fa: "";
}

.fa-kit-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-first-aid {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-2-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-bells {
  --fa: "";
  --fa--fa: "";
}

.fa-person-through-window {
  --fa: "";
  --fa--fa: "";
}

.fa-toolbox {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-badge {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-waveform {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-bug {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-chopsticks {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card {
  --fa: "";
  --fa--fa: "";
}

.fa-credit-card-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-s {
  --fa: "";
  --fa--fa: "";
}

.fa-box-ballot {
  --fa: "";
  --fa--fa: "";
}

.fa-car {
  --fa: "";
  --fa--fa: "";
}

.fa-automobile {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-hand {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tie-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-podium-star {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair-mullet {
  --fa: "";
  --fa--fa: "";
}

.fa-business-front {
  --fa: "";
  --fa--fa: "";
}

.fa-party-back {
  --fa: "";
  --fa--fa: "";
}

.fa-trian-balbot {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-stand {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open-reader {
  --fa: "";
  --fa--fa: "";
}

.fa-book-reader {
  --fa: "";
  --fa--fa: "";
}

.fa-family-dress {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-x {
  --fa: "";
  --fa--fa: "";
}

.fa-cabin {
  --fa: "";
  --fa--fa: "";
}

.fa-mountain-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-simple-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-left-right-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-left {
  --fa: "";
  --fa--fa: "";
}

.fa-message-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-messaging {
  --fa: "";
  --fa--fa: "";
}

.fa-file-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-beer-mug {
  --fa: "";
  --fa--fa: "";
}

.fa-beer-foam {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d20 {
  --fa: "";
  --fa--fa: "";
}

.fa-drone {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-up {
  --fa: "";
  --fa--fa: "";
}

.fa-medal {
  --fa: "";
  --fa--fa: "";
}

.fa-person-fairy {
  --fa: "";
  --fa--fa: "";
}

.fa-bed {
  --fa: "";
  --fa--fa: "";
}

.fa-book-copy {
  --fa: "";
  --fa--fa: "";
}

.fa-square-h {
  --fa: "";
  --fa--fa: "";
}

.fa-h-square {
  --fa: "";
  --fa--fa: "";
}

.fa-square-c {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-two {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ellipsis-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-users {
  --fa: "";
  --fa--fa: "";
}

.fa-podcast {
  --fa: "";
  --fa--fa: "";
}

.fa-bee {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-full {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer-full {
  --fa: "";
  --fa--fa: "";
}

.fa-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-candy-bar {
  --fa: "";
  --fa--fa: "";
}

.fa-chocolate-bar {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-large {
  --fa: "";
  --fa--fa: "";
}

.fa-pinata {
  --fa: "";
  --fa--fa: "";
}

.fa-file-ppt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-superscript {
  --fa: "";
  --fa--fa: "";
}

.fa-bowl-spoon {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-check {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-star-of-life {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light-stop {
  --fa: "";
  --fa--fa: "";
}

.fa-paint-roller {
  --fa: "";
  --fa--fa: "";
}

.fa-accent-grave {
  --fa: "`";
  --fa--fa: "``";
}

.fa-handshake-angle {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-helping {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-med-low {
  --fa: "";
  --fa--fa: "";
}

.fa-location-dot {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-crab {
  --fa: "";
  --fa--fa: "";
}

.fa-box-open-full {
  --fa: "";
  --fa--fa: "";
}

.fa-box-full {
  --fa: "";
  --fa--fa: "";
}

.fa-file {
  --fa: "";
  --fa--fa: "";
}

.fa-greater-than {
  --fa: ">";
  --fa--fa: ">>";
}

.fa-quotes {
  --fa: "";
  --fa--fa: "";
}

.fa-pretzel {
  --fa: "";
  --fa--fa: "";
}

.fa-t-rex {
  --fa: "";
  --fa--fa: "";
}

.fa-person-swimming {
  --fa: "";
  --fa--fa: "";
}

.fa-swimmer {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-user-robot-xmarks {
  --fa: "";
  --fa--fa: "";
}

.fa-message-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-candy-corn {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-search {
  --fa: "";
  --fa--fa: "";
}

.fa-notebook {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-wifi {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-tint {
  --fa: "";
  --fa--fa: "";
}

.fa-bullseye-pointer {
  --fa: "";
  --fa--fa: "";
}

.fa-eraser {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-image {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-americas {
  --fa: "";
  --fa--fa: "";
}

.fa-earth {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-america {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-americas {
  --fa: "";
  --fa--fa: "";
}

.fa-file-svg {
  --fa: "";
  --fa--fa: "";
}

.fa-crate-apple {
  --fa: "";
  --fa--fa: "";
}

.fa-apple-crate {
  --fa: "";
  --fa--fa: "";
}

.fa-person-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-game-board {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-chef {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-right {
  --fa: "";
  --fa--fa: "";
}

.fa-dove {
  --fa: "";
  --fa--fa: "";
}

.fa-snowflake-droplets {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-socks {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sunglasses {
  --fa: "";
  --fa--fa: "";
}

.fa-inbox {
  --fa: "";
  --fa--fa: "";
}

.fa-square-0 {
  --fa: "";
  --fa--fa: "";
}

.fa-section {
  --fa: "";
  --fa--fa: "";
}

.fa-square-this-way-up {
  --fa: "";
  --fa--fa: "";
}

.fa-box-up {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-high {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-alt-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-square-ampersand {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-open-text {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp-desk {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hospital-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-poll-people {
  --fa: "";
  --fa--fa: "";
}

.fa-whiskey-glass-ice {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-whiskey-rocks {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-rook {
  --fa: "";
  --fa--fa: "";
}

.fa-user-bounty-hunter {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-staggered {
  --fa: "";
  --fa--fa: "";
}

.fa-reorder {
  --fa: "";
  --fa--fa: "";
}

.fa-stream {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-sankey {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-hail-mixed {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-dharmachakra {
  --fa: "";
  --fa--fa: "";
}

.fa-objects-align-left {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-can-drip {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smiling-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-broccoli {
  --fa: "";
  --fa--fa: "";
}

.fa-route-interstate {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-muffs {
  --fa: "";
  --fa--fa: "";
}

.fa-hotdog {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-with-cane {
  --fa: "";
  --fa--fa: "";
}

.fa-blind {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-90 {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-terminal {
  --fa: "";
  --fa--fa: "";
}

.fa-kite {
  --fa: "";
  --fa--fa: "";
}

.fa-drum {
  --fa: "";
  --fa--fa: "";
}

.fa-scrubber {
  --fa: "";
  --fa--fa: "";
}

.fa-ice-cream {
  --fa: "";
  --fa--fa: "";
}

.fa-heart-circle-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-fish-bones {
  --fa: "";
  --fa--fa: "";
}

.fa-deer-rudolph {
  --fa: "";
  --fa--fa: "";
}

.fa-fax {
  --fa: "";
  --fa--fa: "";
}

.fa-paragraph {
  --fa: "";
  --fa--fa: "";
}

.fa-head-side-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-square-e {
  --fa: "";
  --fa--fa: "";
}

.fa-meter-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-hail {
  --fa: "";
  --fa--fa: "";
}

.fa-check-to-slot {
  --fa: "";
  --fa--fa: "";
}

.fa-vote-yea {
  --fa: "";
  --fa--fa: "";
}

.fa-money-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-star-half {
  --fa: "";
  --fa--fa: "";
}

.fa-car-bus {
  --fa: "";
  --fa--fa: "";
}

.fa-speaker {
  --fa: "";
  --fa--fa: "";
}

.fa-timer {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-stacked {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-boxes-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-grill-hot {
  --fa: "";
  --fa--fa: "";
}

.fa-ballot-check {
  --fa: "";
  --fa--fa: "";
}

.fa-link {
  --fa: "";
  --fa--fa: "";
}

.fa-chain {
  --fa: "";
  --fa--fa: "";
}

.fa-ear-listen {
  --fa: "";
  --fa--fa: "";
}

.fa-assistive-listening-systems {
  --fa: "";
  --fa--fa: "";
}

.fa-file-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-city {
  --fa: "";
  --fa--fa: "";
}

.fa-play {
  --fa: "";
  --fa--fa: "";
}

.fa-font {
  --fa: "";
  --fa--fa: "";
}

.fa-cup-togo {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee-togo {
  --fa: "";
  --fa--fa: "";
}

.fa-square-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-lettuce {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-row-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-rupiah-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-search {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tennis-paddle-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-ping-pong-paddle-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-table-tennis {
  --fa: "";
  --fa--fa: "";
}

.fa-person-dots-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-diagnoses {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-down {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-down {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-restore-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-good {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-location-question {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-question {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-times {
  --fa: "";
  --fa--fa: "";
}

.fa-save-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-save-times {
  --fa: "";
  --fa--fa: "";
}

.fa-naira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-peach {
  --fa: "";
  --fa--fa: "";
}

.fa-circles-overlap-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-pronoun {
  --fa: "";
  --fa--fa: "";
}

.fa-taxi-bus {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-curly {
  --fa: "{";
  --fa--fa: "{{";
}

.fa-bracket-curly-left {
  --fa: "{";
  --fa--fa: "{{";
}

.fa-lobster {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-flatbed-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-colon {
  --fa: ":";
  --fa--fa: "::";
}

.fa-cart-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-wand {
  --fa: "";
  --fa--fa: "";
}

.fa-walkie-talkie {
  --fa: "";
  --fa--fa: "";
}

.fa-file-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-file-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-receipt {
  --fa: "";
  --fa--fa: "";
}

.fa-table-picnic {
  --fa: "";
  --fa--fa: "";
}

.fa-square-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-square {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-square {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-microphone-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-microphone-circle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-display-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-suitcase-rolling {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-transporter-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hoodie {
  --fa: "";
  --fa--fa: "";
}

.fa-hands-holding-diamond {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-receiving {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-simple-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-down {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-full {
  --fa: "";
  --fa--fa: "";
}

.fa-battery {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-5 {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-book-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-hospitals {
  --fa: "";
  --fa--fa: "";
}

.fa-club {
  --fa: "";
  --fa--fa: "";
}

.fa-skull-crossbones {
  --fa: "";
  --fa--fa: "";
}

.fa-droplet-degree {
  --fa: "";
  --fa--fa: "";
}

.fa-dewpoint {
  --fa: "";
  --fa--fa: "";
}

.fa-code-compare {
  --fa: "";
  --fa--fa: "";
}

.fa-list-ul {
  --fa: "";
  --fa--fa: "";
}

.fa-list-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-watermelon-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-ellipsis {
  --fa: "";
  --fa--fa: "";
}

.fa-school-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-cell {
  --fa: "";
  --fa--fa: "";
}

.fa-sd-cards {
  --fa: "";
  --fa--fa: "";
}

.fa-jug-bottle {
  --fa: "";
  --fa--fa: "";
}

.fa-down-long {
  --fa: "";
  --fa--fa: "";
}

.fa-long-arrow-alt-down {
  --fa: "";
  --fa--fa: "";
}

.fa-envelopes {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-office {
  --fa: "";
  --fa--fa: "";
}

.fa-ranking-star {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-king {
  --fa: "";
  --fa--fa: "";
}

.fa-nfc-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-person-harassing {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-play {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-winter {
  --fa: "";
  --fa--fa: "";
}

.fa-brazilian-real-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-dome {
  --fa: "";
  --fa--fa: "";
}

.fa-landmark-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-bone-break {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-down-from-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-tv {
  --fa: "";
  --fa--fa: "";
}

.fa-television {
  --fa: "";
  --fa--fa: "";
}

.fa-tv-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-border-left {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-shrimp {
  --fa: "";
  --fa--fa: "";
}

.fa-list-check {
  --fa: "";
  --fa--fa: "";
}

.fa-tasks {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-subtask {
  --fa: "";
  --fa--fa: "";
}

.fa-jug-detergent {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-user-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-square-y {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-planet-ringed {
  --fa: "";
  --fa--fa: "";
}

.fa-mushroom {
  --fa: "";
  --fa--fa: "";
}

.fa-user-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-megaphone {
  --fa: "";
  --fa--fa: "";
}

.fa-wreath-laurel {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-exclamation-check {
  --fa: "";
  --fa--fa: "";
}

.fa-wind {
  --fa: "";
  --fa--fa: "";
}

.fa-box-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-box-usd {
  --fa: "";
  --fa--fa: "";
}

.fa-car-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-car-crash {
  --fa: "";
  --fa--fa: "";
}

.fa-y {
  --fa: "Y";
  --fa--fa: "YY";
}

.fa-user-headset {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-retweet {
  --fa: "";
  --fa--fa: "";
}

.fa-retweet-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-person-snowboarding {
  --fa: "";
  --fa--fa: "";
}

.fa-snowboarding {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-right {
  --fa: "";
  --fa--fa: "";
}

.fa-lacrosse-stick-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-shipping-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-user-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-star-sharp {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-star {
  --fa: "";
  --fa--fa: "";
}

.fa-star-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-fish {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-fog {
  --fa: "";
  --fa--fa: "";
}

.fa-fog {
  --fa: "";
  --fa--fa: "";
}

.fa-waffle {
  --fa: "";
  --fa--fa: "";
}

.fa-music-note {
  --fa: "";
  --fa--fa: "";
}

.fa-music-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-shopping-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-object-union {
  --fa: "";
  --fa--fa: "";
}

.fa-user-graduate {
  --fa: "";
  --fa--fa: "";
}

.fa-starfighter {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-adjust {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-long-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-square-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-square-down {
  --fa: "";
  --fa--fa: "";
}

.fa-diamond-half-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-clapperboard {
  --fa: "";
  --fa--fa: "";
}

.fa-square-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-square-left {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-intercom {
  --fa: "";
  --fa--fa: "";
}

.fa-link-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-mango {
  --fa: "";
  --fa--fa: "";
}

.fa-music-note-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-music-alt-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-radiation {
  --fa: "";
  --fa--fa: "";
}

.fa-radiation-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-tongue-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-stand {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball {
  --fa: "";
  --fa--fa: "";
}

.fa-baseball-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-p {
  --fa: "";
  --fa--fa: "";
}

.fa-award-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-jet-fighter-up {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-project {
  --fa: "";
  --fa--fa: "";
}

.fa-project-diagram {
  --fa: "";
  --fa--fa: "";
}

.fa-pedestal {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-pyramid {
  --fa: "";
  --fa--fa: "";
}

.fa-sidebar {
  --fa: "";
  --fa--fa: "";
}

.fa-snowman-head {
  --fa: "";
  --fa--fa: "";
}

.fa-frosty-head {
  --fa: "";
  --fa--fa: "";
}

.fa-copy {
  --fa: "";
  --fa--fa: "";
}

.fa-burger-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-mute {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-times {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-bars-filter {
  --fa: "";
  --fa--fa: "";
}

.fa-paintbrush-pencil {
  --fa: "";
  --fa--fa: "";
}

.fa-party-bell {
  --fa: "";
  --fa--fa: "";
}

.fa-user-vneck-hair {
  --fa: "";
  --fa--fa: "";
}

.fa-jack-o-lantern {
  --fa: "";
  --fa--fa: "";
}

.fa-grip {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-share-from-square {
  --fa: "";
  --fa--fa: "";
}

.fa-share-square {
  --fa: "";
  --fa--fa: "";
}

.fa-keynote {
  --fa: "";
  --fa--fa: "";
}

.fa-child-combatant {
  --fa: "";
  --fa--fa: "";
}

.fa-child-rifle {
  --fa: "";
  --fa--fa: "";
}

.fa-gun {
  --fa: "";
  --fa--fa: "";
}

.fa-square-phone {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-square {
  --fa: "";
  --fa--fa: "";
}

.fa-hat-beach {
  --fa: "";
  --fa--fa: "";
}

.fa-plus {
  --fa: "+";
  --fa--fa: "++";
}

.fa-add {
  --fa: "+";
  --fa--fa: "++";
}

.fa-expand {
  --fa: "";
  --fa--fa: "";
}

.fa-computer {
  --fa: "";
  --fa--fa: "";
}

.fa-fort {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-check {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-close {
  --fa: "";
  --fa--fa: "";
}

.fa-multiply {
  --fa: "";
  --fa--fa: "";
}

.fa-remove {
  --fa: "";
  --fa--fa: "";
}

.fa-times {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smirking {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-down-left-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard-user {
  --fa: "";
  --fa--fa: "";
}

.fa-chalkboard-teacher {
  --fa: "";
  --fa--fa: "";
}

.fa-rhombus {
  --fa: "";
  --fa--fa: "";
}

.fa-claw-marks {
  --fa: "";
  --fa--fa: "";
}

.fa-peso-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-tongue {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-building-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-phone-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-circle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-users-line {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-left {
  --fa: "";
  --fa--fa: "";
}

.fa-quote-left-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tractor {
  --fa: "";
  --fa--fa: "";
}

.fa-down-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-key-skeleton {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-restore {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-up-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-lines-leaning {
  --fa: "";
  --fa--fa: "";
}

.fa-square-q {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-combined {
  --fa: "";
  --fa--fa: "";
}

.fa-symbols {
  --fa: "";
  --fa--fa: "";
}

.fa-icons-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-copyright {
  --fa: "";
  --fa--fa: "";
}

.fa-flask-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-highlighter-line {
  --fa: "";
  --fa--fa: "";
}

.fa-bracket-square {
  --fa: "[";
  --fa--fa: "[[";
}

.fa-bracket {
  --fa: "[";
  --fa--fa: "[[";
}

.fa-bracket-left {
  --fa: "[";
  --fa--fa: "[[";
}

.fa-island-tropical {
  --fa: "";
  --fa--fa: "";
}

.fa-island-tree-palm {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-left {
  --fa: "";
  --fa--fa: "";
}

.fa-h2 {
  --fa: "";
  --fa--fa: "";
}

.fa-equals {
  --fa: "=";
  --fa--fa: "==";
}

.fa-cake-slice {
  --fa: "";
  --fa--fa: "";
}

.fa-shortcake {
  --fa: "";
  --fa--fa: "";
}

.fa-building-magnifying-glass {
  --fa: "";
  --fa--fa: "";
}

.fa-peanut {
  --fa: "";
  --fa--fa: "";
}

.fa-wrench-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-blender {
  --fa: "";
  --fa--fa: "";
}

.fa-teeth {
  --fa: "";
  --fa--fa: "";
}

.fa-tally-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-shekel-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-ils {
  --fa: "";
  --fa--fa: "";
}

.fa-shekel {
  --fa: "";
  --fa--fa: "";
}

.fa-sheqel {
  --fa: "";
  --fa--fa: "";
}

.fa-sheqel-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-cars {
  --fa: "";
  --fa--fa: "";
}

.fa-axe-battle {
  --fa: "";
  --fa--fa: "";
}

.fa-user-hair-long {
  --fa: "";
  --fa--fa: "";
}

.fa-map {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-info {
  --fa: "";
  --fa--fa: "";
}

.fa-face-disappointed {
  --fa: "";
  --fa--fa: "";
}

.fa-lasso-sparkles {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-eleven {
  --fa: "";
  --fa--fa: "";
}

.fa-rocket {
  --fa: "";
  --fa--fa: "";
}

.fa-siren-on {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-ten {
  --fa: "";
  --fa--fa: "";
}

.fa-candle-holder {
  --fa: "";
  --fa--fa: "";
}

.fa-video-arrow-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-film {
  --fa: "";
  --fa--fa: "";
}

.fa-photo-video {
  --fa: "";
  --fa--fa: "";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-save-circle-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-hexagon-nodes-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-planet-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-face-eyes-xmarks {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-scatter {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-gf {
  --fa: "";
  --fa--fa: "";
}

.fa-display-arrow-down {
  --fa: "";
  --fa--fa: "";
}

.fa-store {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-trend-up {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-olive-branch {
  --fa: "";
  --fa--fa: "";
}

.fa-angle {
  --fa: "";
  --fa--fa: "";
}

.fa-vacuum-robot {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-hanging {
  --fa: "";
  --fa--fa: "";
}

.fa-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-square-divide {
  --fa: "";
  --fa--fa: "";
}

.fa-folder-check {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-stream-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bezier-curve {
  --fa: "";
  --fa--fa: "";
}

.fa-eye-dropper-half {
  --fa: "";
  --fa--fa: "";
}

.fa-store-lock {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-bolt-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-thunderstorm-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-quote {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet {
  --fa: "";
  --fa--fa: "";
}

.fa-tablet-android {
  --fa: "";
  --fa--fa: "";
}

.fa-school-flag {
  --fa: "";
  --fa--fa: "";
}

.fa-message-code {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-half {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-half-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-half-full {
  --fa: "";
  --fa--fa: "";
}

.fa-fill {
  --fa: "";
  --fa--fa: "";
}

.fa-message-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-up {
  --fa: "";
  --fa--fa: "";
}

.fa-dinosaur {
  --fa: "";
  --fa--fa: "";
}

.fa-drumstick-bite {
  --fa: "";
  --fa--fa: "";
}

.fa-link-horizontal-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-horizontal-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-holly-berry {
  --fa: "";
  --fa--fa: "";
}

.fa-nose {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-left-to-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-bacteria {
  --fa: "";
  --fa--fa: "";
}

.fa-clouds {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-lizard {
  --fa: "";
  --fa--fa: "";
}

.fa-table-pivot {
  --fa: "";
  --fa--fa: "";
}

.fa-filter-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-undo {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-can-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-undo-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-notdef {
  --fa: "";
  --fa--fa: "";
}

.fa-disease {
  --fa: "";
  --fa--fa: "";
}

.fa-person-to-door {
  --fa: "";
  --fa--fa: "";
}

.fa-turntable {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-genderless {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-right {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-weak {
  --fa: "";
  --fa--fa: "";
}

.fa-signal-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-five {
  --fa: "";
  --fa--fa: "";
}

.fa-retweet {
  --fa: "";
  --fa--fa: "";
}

.fa-car-rear {
  --fa: "";
  --fa--fa: "";
}

.fa-car-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-pump-soap {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-classic {
  --fa: "";
  --fa--fa: "";
}

.fa-frame {
  --fa: "";
  --fa--fa: "";
}

.fa-video-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-stroke {
  --fa: "";
  --fa--fa: "";
}

.fa-ellipsis-h-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-radio {
  --fa: "";
  --fa--fa: "";
}

.fa-baby-carriage {
  --fa: "";
  --fa--fa: "";
}

.fa-carriage-baby {
  --fa: "";
  --fa--fa: "";
}

.fa-face-expressionless {
  --fa: "";
  --fa--fa: "";
}

.fa-down-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-music {
  --fa: "";
  --fa--fa: "";
}

.fa-traffic-light {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-thermometer {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-vr-cardboard {
  --fa: "";
  --fa--fa: "";
}

.fa-car-tilt {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-circle-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-brightness-low {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-middle-finger {
  --fa: "";
  --fa--fa: "";
}

.fa-percent {
  --fa: "%";
  --fa--fa: "%%";
}

.fa-percentage {
  --fa: "%";
  --fa--fa: "%%";
}

.fa-truck-moving {
  --fa: "";
  --fa--fa: "";
}

.fa-glass-water-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt {
  --fa: "";
  --fa--fa: "";
}

.fa-location-check {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-check {
  --fa: "";
  --fa--fa: "";
}

.fa-coin-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-display {
  --fa: "";
  --fa--fa: "";
}

.fa-person-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-smile {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-hangup {
  --fa: "";
  --fa--fa: "";
}

.fa-signature-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbtack {
  --fa: "";
  --fa--fa: "";
}

.fa-thumb-tack {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-trophy {
  --fa: "";
  --fa--fa: "";
}

.fa-clouds-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-person-praying {
  --fa: "";
  --fa--fa: "";
}

.fa-pray {
  --fa: "";
  --fa--fa: "";
}

.fa-hammer {
  --fa: "";
  --fa--fa: "";
}

.fa-face-vomit {
  --fa: "";
  --fa--fa: "";
}

.fa-speakers {
  --fa: "";
  --fa--fa: "";
}

.fa-tty-answer {
  --fa: "";
  --fa--fa: "";
}

.fa-teletype-answer {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-tea-saucer {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-lean-canvas {
  --fa: "";
  --fa--fa: "";
}

.fa-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-dial {
  --fa: "";
  --fa--fa: "";
}

.fa-dial-med-high {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-peace {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-trash {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-rotate {
  --fa: "";
  --fa--fa: "";
}

.fa-sync-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-spinner {
  --fa: "";
  --fa--fa: "";
}

.fa-tower-control {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-triangle-square {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-shapes-up {
  --fa: "";
  --fa--fa: "";
}

.fa-whale {
  --fa: "";
  --fa--fa: "";
}

.fa-robot {
  --fa: "";
  --fa--fa: "";
}

.fa-peace {
  --fa: "";
  --fa--fa: "";
}

.fa-party-horn {
  --fa: "";
  --fa--fa: "";
}

.fa-gears {
  --fa: "";
  --fa--fa: "";
}

.fa-cogs {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-bright {
  --fa: "";
  --fa--fa: "";
}

.fa-sun-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-warehouse {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-arm {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-keyhole-open {
  --fa: "";
  --fa--fa: "";
}

.fa-lock-open-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-fragile {
  --fa: "";
  --fa--fa: "";
}

.fa-box-fragile {
  --fa: "";
  --fa--fa: "";
}

.fa-square-wine-glass-crack {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-right-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-square-n {
  --fa: "";
  --fa--fa: "";
}

.fa-splotch {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-hearts {
  --fa: "";
  --fa--fa: "";
}

.fa-meter {
  --fa: "";
  --fa--fa: "";
}

.fa-mandolin {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-four {
  --fa: "";
  --fa--fa: "";
}

.fa-sim-card {
  --fa: "";
  --fa--fa: "";
}

.fa-transgender {
  --fa: "";
  --fa--fa: "";
}

.fa-transgender-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-mercury {
  --fa: "";
  --fa--fa: "";
}

.fa-up-from-bracket {
  --fa: "";
  --fa--fa: "";
}

.fa-knife-kitchen {
  --fa: "";
  --fa--fa: "";
}

.fa-border-right {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-turn-down {
  --fa: "";
  --fa--fa: "";
}

.fa-level-down {
  --fa: "";
  --fa--fa: "";
}

.fa-spade {
  --fa: "";
  --fa--fa: "";
}

.fa-card-spade {
  --fa: "";
  --fa--fa: "";
}

.fa-line-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-ant {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-to-right {
  --fa: "";
  --fa--fa: "";
}

.fa-person-falling-burst {
  --fa: "";
  --fa--fa: "";
}

.fa-flag-pennant {
  --fa: "";
  --fa--fa: "";
}

.fa-pennant {
  --fa: "";
  --fa--fa: "";
}

.fa-conveyor-belt-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-user-group-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-award {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-ticket-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-building {
  --fa: "";
  --fa--fa: "";
}

.fa-angles-left {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-double-left {
  --fa: "";
  --fa--fa: "";
}

.fa-camcorder {
  --fa: "";
  --fa--fa: "";
}

.fa-video-handheld {
  --fa: "";
  --fa--fa: "";
}

.fa-pancakes {
  --fa: "";
  --fa--fa: "";
}

.fa-album-circle-user {
  --fa: "";
  --fa--fa: "";
}

.fa-subtitles-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-qrcode {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d10 {
  --fa: "";
  --fa--fa: "";
}

.fa-fireplace {
  --fa: "";
  --fa--fa: "";
}

.fa-browser {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-paintbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-paintbrush {
  --fa: "";
  --fa--fa: "";
}

.fa-fish-cooked {
  --fa: "";
  --fa--fa: "";
}

.fa-chair-office {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-music {
  --fa: "";
  --fa--fa: "";
}

.fa-nesting-dolls {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-rotate-left {
  --fa: "";
  --fa--fa: "";
}

.fa-history {
  --fa: "";
  --fa--fa: "";
}

.fa-trumpet {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-beam-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-beam-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-smoke {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-missed {
  --fa: "";
  --fa--fa: "";
}

.fa-file-export {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-right-from-file {
  --fa: "";
  --fa--fa: "";
}

.fa-shield {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-short-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-amount-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-repeat-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-repeat-1-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-gun-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-avocado {
  --fa: "";
  --fa--fa: "";
}

.fa-binary {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-glasses-round {
  --fa: "";
  --fa--fa: "";
}

.fa-glasses-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-phone-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-ditto {
  --fa: '"';
  --fa--fa: '""';
}

.fa-person-seat {
  --fa: "";
  --fa--fa: "";
}

.fa-house-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-ball-tee {
  --fa: "";
  --fa--fa: "";
}

.fa-golf-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-chevron-left {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-circle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-house-chimney-window {
  --fa: "";
  --fa--fa: "";
}

.fa-scythe {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-nib {
  --fa: "";
  --fa--fa: "";
}

.fa-ban-parking {
  --fa: "";
  --fa--fa: "";
}

.fa-parking-circle-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrow-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-face-diagonal-mouth {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-cells {
  --fa: "";
  --fa--fa: "";
}

.fa-cricket-bat-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-cricket {
  --fa: "";
  --fa--fa: "";
}

.fa-tents {
  --fa: "";
  --fa--fa: "";
}

.fa-wand-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-magic {
  --fa: "";
  --fa--fa: "";
}

.fa-dog {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-line {
  --fa: "";
  --fa--fa: "";
}

.fa-atom-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-atom-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-ampersand {
  --fa: "&";
  --fa--fa: "&&";
}

.fa-carrot {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-line {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-from-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass-empty {
  --fa: "";
  --fa--fa: "";
}

.fa-wine-glass-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-star {
  --fa: "";
  --fa--fa: "";
}

.fa-cheese {
  --fa: "";
  --fa--fa: "";
}

.fa-send-backward {
  --fa: "";
  --fa--fa: "";
}

.fa-yin-yang {
  --fa: "";
  --fa--fa: "";
}

.fa-music {
  --fa: "";
  --fa--fa: "";
}

.fa-compass-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-one {
  --fa: "";
  --fa--fa: "";
}

.fa-file-music {
  --fa: "";
  --fa--fa: "";
}

.fa-code-commit {
  --fa: "";
  --fa--fa: "";
}

.fa-temperature-low {
  --fa: "";
  --fa--fa: "";
}

.fa-person-biking {
  --fa: "";
  --fa--fa: "";
}

.fa-biking {
  --fa: "";
  --fa--fa: "";
}

.fa-display-chart-up-circle-currency {
  --fa: "";
  --fa--fa: "";
}

.fa-skeleton {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-g {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-arrow-up-left {
  --fa: "";
  --fa--fa: "";
}

.fa-coin-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-broom {
  --fa: "";
  --fa--fa: "";
}

.fa-vacuum {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-card-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-cfl-on {
  --fa: "";
  --fa--fa: "";
}

.fa-melon {
  --fa: "";
  --fa--fa: "";
}

.fa-gopuram {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-oceania {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-oceania {
  --fa: "";
  --fa--fa: "";
}

.fa-container-storage {
  --fa: "";
  --fa--fa: "";
}

.fa-face-pouting {
  --fa: "";
  --fa--fa: "";
}

.fa-square-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-square {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-square {
  --fa: "";
  --fa--fa: "";
}

.fa-face-explode {
  --fa: "";
  --fa--fa: "";
}

.fa-exploding-head {
  --fa: "";
  --fa--fa: "";
}

.fa-hashtag {
  --fa: "#";
  --fa--fa: "##";
}

.fa-up-right-and-down-left-from-center {
  --fa: "";
  --fa--fa: "";
}

.fa-expand-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-oil-can {
  --fa: "";
  --fa--fa: "";
}

.fa-t {
  --fa: "T";
  --fa--fa: "TT";
}

.fa-transformer-bolt {
  --fa: "";
  --fa--fa: "";
}

.fa-hippo {
  --fa: "";
  --fa--fa: "";
}

.fa-chart-column {
  --fa: "";
  --fa--fa: "";
}

.fa-cassette-vhs {
  --fa: "";
  --fa--fa: "";
}

.fa-vhs {
  --fa: "";
  --fa--fa: "";
}

.fa-infinity {
  --fa: "";
  --fa--fa: "";
}

.fa-vial-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-chimney {
  --fa: "";
  --fa--fa: "";
}

.fa-object-intersect {
  --fa: "";
  --fa--fa: "";
}

.fa-person-arrow-down-to-line {
  --fa: "";
  --fa--fa: "";
}

.fa-voicemail {
  --fa: "";
  --fa--fa: "";
}

.fa-block-brick {
  --fa: "";
  --fa--fa: "";
}

.fa-wall-brick {
  --fa: "";
  --fa--fa: "";
}

.fa-fan {
  --fa: "";
  --fa--fa: "";
}

.fa-bags-shopping {
  --fa: "";
  --fa--fa: "";
}

.fa-paragraph-left {
  --fa: "";
  --fa--fa: "";
}

.fa-paragraph-rtl {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-luggage {
  --fa: "";
  --fa--fa: "";
}

.fa-caravan-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-caravan-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-turtle {
  --fa: "";
  --fa--fa: "";
}

.fa-pencil-mechanical {
  --fa: "";
  --fa--fa: "";
}

.fa-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-alt-v {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-moon-rain {
  --fa: "";
  --fa--fa: "";
}

.fa-booth-curtain {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar {
  --fa: "";
  --fa--fa: "";
}

.fa-box-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-trailer {
  --fa: "";
  --fa--fa: "";
}

.fa-user-doctor-message {
  --fa: "";
  --fa--fa: "";
}

.fa-user-md-chat {
  --fa: "";
  --fa--fa: "";
}

.fa-bahai {
  --fa: "";
  --fa--fa: "";
}

.fa-haykal {
  --fa: "";
  --fa--fa: "";
}

.fa-lighthouse {
  --fa: "";
  --fa--fa: "";
}

.fa-amp-guitar {
  --fa: "";
  --fa--fa: "";
}

.fa-sd-card {
  --fa: "";
  --fa--fa: "";
}

.fa-volume-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-border-bottom {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-weak {
  --fa: "";
  --fa--fa: "";
}

.fa-wifi-1 {
  --fa: "";
  --fa--fa: "";
}

.fa-dragon {
  --fa: "";
  --fa--fa: "";
}

.fa-shoe-prints {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grin-tongue-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-grin-tongue-wink {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding {
  --fa: "";
  --fa--fa: "";
}

.fa-plug-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-link-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-broken {
  --fa: "";
  --fa--fa: "";
}

.fa-chain-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-unlink {
  --fa: "";
  --fa--fa: "";
}

.fa-clone {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-arrow-loop-left {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-z-a {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-alpha-up-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-flame-curved {
  --fa: "";
  --fa--fa: "";
}

.fa-fire-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-tornado {
  --fa: "";
  --fa--fa: "";
}

.fa-file-circle-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-delete-right {
  --fa: "";
  --fa--fa: "";
}

.fa-book-quran {
  --fa: "";
  --fa--fa: "";
}

.fa-quran {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-quarter {
  --fa: "";
  --fa--fa: "";
}

.fa-anchor {
  --fa: "";
  --fa--fa: "";
}

.fa-border-all {
  --fa: "";
  --fa--fa: "";
}

.fa-function {
  --fa: "";
  --fa--fa: "";
}

.fa-face-angry {
  --fa: "";
  --fa--fa: "";
}

.fa-angry {
  --fa: "";
  --fa--fa: "";
}

.fa-people-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-cookie-bite {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-trend-down {
  --fa: "";
  --fa--fa: "";
}

.fa-rss {
  --fa: "";
  --fa--fa: "";
}

.fa-feed {
  --fa: "";
  --fa--fa: "";
}

.fa-face-monocle {
  --fa: "";
  --fa--fa: "";
}

.fa-draw-polygon {
  --fa: "";
  --fa--fa: "";
}

.fa-scale-balanced {
  --fa: "";
  --fa--fa: "";
}

.fa-balance-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-note {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-big-small {
  --fa: "";
  --fa--fa: "";
}

.fa-sort-size-down {
  --fa: "";
  --fa--fa: "";
}

.fa-gauge-simple-high {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer {
  --fa: "";
  --fa--fa: "";
}

.fa-tachometer-fast {
  --fa: "";
  --fa--fa: "";
}

.fa-do-not-enter {
  --fa: "";
  --fa--fa: "";
}

.fa-shower {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d8 {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop {
  --fa: "";
  --fa--fa: "";
}

.fa-desktop-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-m {
  --fa: "M";
  --fa--fa: "MM";
}

.fa-spinner-scale {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-dots-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-face-viewfinder {
  --fa: "";
  --fa--fa: "";
}

.fa-soft-serve {
  --fa: "";
  --fa--fa: "";
}

.fa-creemee {
  --fa: "";
  --fa--fa: "";
}

.fa-h5 {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-down {
  --fa: "";
  --fa--fa: "";
}

.fa-table-list {
  --fa: "";
  --fa--fa: "";
}

.fa-th-list {
  --fa: "";
  --fa--fa: "";
}

.fa-basket-shopping-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-sms {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-landscape {
  --fa: "";
  --fa--fa: "";
}

.fa-clipboard-list-check {
  --fa: "";
  --fa--fa: "";
}

.fa-turkey {
  --fa: "";
  --fa--fa: "";
}

.fa-book {
  --fa: "";
  --fa--fa: "";
}

.fa-user-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-ice-skate {
  --fa: "";
  --fa--fa: "";
}

.fa-check {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-three-quarters {
  --fa: "";
  --fa--fa: "";
}

.fa-battery-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-tomato {
  --fa: "";
  --fa--fa: "";
}

.fa-sword-laser {
  --fa: "";
  --fa--fa: "";
}

.fa-house-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-buildings {
  --fa: "";
  --fa--fa: "";
}

.fa-angle-left {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed-boxes {
  --fa: "";
  --fa--fa: "";
}

.fa-dolly-flatbed-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-diagram-successor {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-w {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-split-up-and-left {
  --fa: "";
  --fa--fa: "";
}

.fa-lamp {
  --fa: "";
  --fa--fa: "";
}

.fa-airplay {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-fist {
  --fa: "";
  --fa--fa: "";
}

.fa-fist-raised {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-quartered {
  --fa: "";
  --fa--fa: "";
}

.fa-slash-forward {
  --fa: "/";
  --fa--fa: "//";
}

.fa-location-pen {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-edit {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-moon {
  --fa: "";
  --fa--fa: "";
}

.fa-pot-food {
  --fa: "";
  --fa--fa: "";
}

.fa-briefcase {
  --fa: "";
  --fa--fa: "";
}

.fa-person-falling {
  --fa: "";
  --fa--fa: "";
}

.fa-image-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-portrait {
  --fa: "";
  --fa--fa: "";
}

.fa-user-tag {
  --fa: "";
  --fa--fa: "";
}

.fa-rug {
  --fa: "";
  --fa--fa: "";
}

.fa-print-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-europe {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-europe {
  --fa: "";
  --fa--fa: "";
}

.fa-cart-flatbed-suitcase {
  --fa: "";
  --fa--fa: "";
}

.fa-luggage-cart {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-back-point-ribbon {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-times {
  --fa: "";
  --fa--fa: "";
}

.fa-times-rectangle {
  --fa: "";
  --fa--fa: "";
}

.fa-window-close {
  --fa: "";
  --fa--fa: "";
}

.fa-tire-rugged {
  --fa: "";
  --fa--fa: "";
}

.fa-lightbulb-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-cowbell {
  --fa: "";
  --fa--fa: "";
}

.fa-baht-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-corner {
  --fa: "";
  --fa--fa: "";
}

.fa-chevrons-right {
  --fa: "";
  --fa--fa: "";
}

.fa-chevron-double-right {
  --fa: "";
  --fa--fa: "";
}

.fa-book-open {
  --fa: "";
  --fa--fa: "";
}

.fa-book-journal-whills {
  --fa: "";
  --fa--fa: "";
}

.fa-journal-whills {
  --fa: "";
  --fa--fa: "";
}

.fa-inhaler {
  --fa: "";
  --fa--fa: "";
}

.fa-handcuffs {
  --fa: "";
  --fa--fa: "";
}

.fa-snake {
  --fa: "";
  --fa--fa: "";
}

.fa-triangle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation-triangle {
  --fa: "";
  --fa--fa: "";
}

.fa-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-note-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-database {
  --fa: "";
  --fa--fa: "";
}

.fa-down-left {
  --fa: "";
  --fa--fa: "";
}

.fa-share {
  --fa: "";
  --fa--fa: "";
}

.fa-mail-forward {
  --fa: "";
  --fa--fa: "";
}

.fa-face-thinking {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-down-right {
  --fa: "";
  --fa--fa: "";
}

.fa-bottle-droplet {
  --fa: "";
  --fa--fa: "";
}

.fa-mask-face {
  --fa: "";
  --fa--fa: "";
}

.fa-hill-rockslide {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-keyboard {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-o {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-horizontal {
  --fa: "";
  --fa--fa: "";
}

.fa-message-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-right-left {
  --fa: "";
  --fa--fa: "";
}

.fa-exchange-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-columns-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-paper-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-road-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-dungeon {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-box {
  --fa: "";
  --fa--fa: "";
}

.fa-input-text {
  --fa: "";
  --fa--fa: "";
}

.fa-window-flip {
  --fa: "";
  --fa--fa: "";
}

.fa-window-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-align-right {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner-gun {
  --fa: "";
  --fa--fa: "";
}

.fa-scanner {
  --fa: "";
  --fa--fa: "";
}

.fa-tire {
  --fa: "";
  --fa--fa: "";
}

.fa-engine {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-1-wave {
  --fa: "";
  --fa--fa: "";
}

.fa-money-bill-wave-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-life-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-hands {
  --fa: "";
  --fa--fa: "";
}

.fa-sign-language {
  --fa: "";
  --fa--fa: "";
}

.fa-signing {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-caret-right {
  --fa: "";
  --fa--fa: "";
}

.fa-caret-circle-right {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-left {
  --fa: "";
  --fa--fa: "";
}

.fa-wheat {
  --fa: "";
  --fa--fa: "";
}

.fa-file-spreadsheet {
  --fa: "";
  --fa--fa: "";
}

.fa-audio-description-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-bell-ring {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-day {
  --fa: "";
  --fa--fa: "";
}

.fa-water-ladder {
  --fa: "";
  --fa--fa: "";
}

.fa-ladder-water {
  --fa: "";
  --fa--fa: "";
}

.fa-swimming-pool {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-up-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrows-v {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-pawn-piece {
  --fa: "";
  --fa--fa: "";
}

.fa-chess-pawn-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-face-grimace {
  --fa: "";
  --fa--fa: "";
}

.fa-grimace {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair-move {
  --fa: "";
  --fa--fa: "";
}

.fa-wheelchair-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-down {
  --fa: "";
  --fa--fa: "";
}

.fa-level-down-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-square-s {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-barcode {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-person-walking-arrow-right {
  --fa: "";
  --fa--fa: "";
}

.fa-square-envelope {
  --fa: "";
  --fa--fa: "";
}

.fa-envelope-square {
  --fa: "";
  --fa--fa: "";
}

.fa-dice {
  --fa: "";
  --fa--fa: "";
}

.fa-unicorn {
  --fa: "";
  --fa--fa: "";
}

.fa-bowling-ball {
  --fa: "";
  --fa--fa: "";
}

.fa-pompebled {
  --fa: "";
  --fa--fa: "";
}

.fa-brain {
  --fa: "";
  --fa--fa: "";
}

.fa-watch-smart {
  --fa: "";
  --fa--fa: "";
}

.fa-book-user {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-cloud {
  --fa: "";
  --fa--fa: "";
}

.fa-sensor-smoke {
  --fa: "";
  --fa--fa: "";
}

.fa-clapperboard-play {
  --fa: "";
  --fa--fa: "";
}

.fa-bandage {
  --fa: "";
  --fa--fa: "";
}

.fa-band-aid {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-times-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-xmark-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-4 {
  --fa: "";
  --fa--fa: "";
}

.fa-gifts {
  --fa: "";
  --fa--fa: "";
}

.fa-album-collection {
  --fa: "";
  --fa--fa: "";
}

.fa-hotel {
  --fa: "";
  --fa--fa: "";
}

.fa-earth-asia {
  --fa: "";
  --fa--fa: "";
}

.fa-globe-asia {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card-clip {
  --fa: "";
  --fa--fa: "";
}

.fa-id-card-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-search-plus {
  --fa: "";
  --fa--fa: "";
}

.fa-thumbs-up {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-showers {
  --fa: "";
  --fa--fa: "";
}

.fa-user-clock {
  --fa: "";
  --fa--fa: "";
}

.fa-onion {
  --fa: "";
  --fa--fa: "";
}

.fa-clock-twelve-thirty {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-to-dotted-line {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-allergies {
  --fa: "";
  --fa--fa: "";
}

.fa-file-invoice {
  --fa: "";
  --fa--fa: "";
}

.fa-window-minimize {
  --fa: "";
  --fa--fa: "";
}

.fa-rectangle-wide {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-arrow-up {
  --fa: "";
  --fa--fa: "";
}

.fa-garlic {
  --fa: "";
  --fa--fa: "";
}

.fa-mug-saucer {
  --fa: "";
  --fa--fa: "";
}

.fa-coffee {
  --fa: "";
  --fa--fa: "";
}

.fa-brush {
  --fa: "";
  --fa--fa: "";
}

.fa-file-half-dashed {
  --fa: "";
  --fa--fa: "";
}

.fa-tree-decorated {
  --fa: "";
  --fa--fa: "";
}

.fa-mask {
  --fa: "";
  --fa--fa: "";
}

.fa-calendar-heart {
  --fa: "";
  --fa--fa: "";
}

.fa-magnifying-glass-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-search-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-flower {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-down-from-arc {
  --fa: "";
  --fa--fa: "";
}

.fa-right-left-large {
  --fa: "";
  --fa--fa: "";
}

.fa-ruler-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-circles-overlap {
  --fa: "";
  --fa--fa: "";
}

.fa-user-large {
  --fa: "";
  --fa--fa: "";
}

.fa-user-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-starship-freighter {
  --fa: "";
  --fa--fa: "";
}

.fa-train-tram {
  --fa: "";
  --fa--fa: "";
}

.fa-bridge-suspension {
  --fa: "";
  --fa--fa: "";
}

.fa-trash-check {
  --fa: "";
  --fa--fa: "";
}

.fa-user-nurse {
  --fa: "";
  --fa--fa: "";
}

.fa-boombox {
  --fa: "";
  --fa--fa: "";
}

.fa-syringe {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-sun {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-stopwatch-20 {
  --fa: "";
  --fa--fa: "";
}

.fa-square-full {
  --fa: "";
  --fa--fa: "";
}

.fa-grip-dots {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-swirl {
  --fa: "";
  --fa--fa: "";
}

.fa-falafel {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-magnet {
  --fa: "";
  --fa--fa: "";
}

.fa-jar {
  --fa: "";
  --fa--fa: "";
}

.fa-gramophone {
  --fa: "";
  --fa--fa: "";
}

.fa-dice-d12 {
  --fa: "";
  --fa--fa: "";
}

.fa-note-sticky {
  --fa: "";
  --fa--fa: "";
}

.fa-sticky-note {
  --fa: "";
  --fa--fa: "";
}

.fa-down {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-alt-down {
  --fa: "";
  --fa--fa: "";
}

.fa-hundred-points {
  --fa: "";
  --fa--fa: "";
}

.fa-100 {
  --fa: "";
  --fa--fa: "";
}

.fa-paperclip-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-wind-warning {
  --fa: "";
  --fa--fa: "";
}

.fa-wind-circle-exclamation {
  --fa: "";
  --fa--fa: "";
}

.fa-location-pin-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-map-marker-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-sweat {
  --fa: "";
  --fa--fa: "";
}

.fa-bug-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-cupcake {
  --fa: "";
  --fa--fa: "";
}

.fa-light-switch-off {
  --fa: "";
  --fa--fa: "";
}

.fa-toggle-large-off {
  --fa: "";
  --fa--fa: "";
}

.fa-pen-fancy-slash {
  --fa: "";
  --fa--fa: "";
}

.fa-truck-container {
  --fa: "";
  --fa--fa: "";
}

.fa-boot {
  --fa: "";
  --fa--fa: "";
}

.fa-arrow-up-from-water-pump {
  --fa: "";
  --fa--fa: "";
}

.fa-file-check {
  --fa: "";
  --fa--fa: "";
}

.fa-bone {
  --fa: "";
  --fa--fa: "";
}

.fa-cards-blank {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-3 {
  --fa: "";
  --fa--fa: "";
}

.fa-bench-tree {
  --fa: "";
  --fa--fa: "";
}

.fa-keyboard-brightness-low {
  --fa: "";
  --fa--fa: "";
}

.fa-ski-boot-ski {
  --fa: "";
  --fa--fa: "";
}

.fa-brain-circuit {
  --fa: "";
  --fa--fa: "";
}

.fa-table-cells-row-unlock {
  --fa: "";
  --fa--fa: "";
}

.fa-user-injured {
  --fa: "";
  --fa--fa: "";
}

.fa-block-brick-fire {
  --fa: "";
  --fa--fa: "";
}

.fa-firewall {
  --fa: "";
  --fa--fa: "";
}

.fa-face-sad-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-sad-tear {
  --fa: "";
  --fa--fa: "";
}

.fa-plane {
  --fa: "";
  --fa--fa: "";
}

.fa-tent-arrows-down {
  --fa: "";
  --fa--fa: "";
}

.fa-exclamation {
  --fa: "!";
  --fa--fa: "!!";
}

.fa-arrows-spin {
  --fa: "";
  --fa--fa: "";
}

.fa-face-smile-relaxed {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-xmark {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-times {
  --fa: "";
  --fa--fa: "";
}

.fa-print {
  --fa: "";
  --fa--fa: "";
}

.fa-turkish-lira-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-try {
  --fa: "";
  --fa--fa: "";
}

.fa-turkish-lira {
  --fa: "";
  --fa--fa: "";
}

.fa-face-nose-steam {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-waveform-lines {
  --fa: "";
  --fa--fa: "";
}

.fa-waveform-circle {
  --fa: "";
  --fa--fa: "";
}

.fa-dollar-sign {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-dollar {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-usd {
  --fa: "$";
  --fa--fa: "$$";
}

.fa-ferris-wheel {
  --fa: "";
  --fa--fa: "";
}

.fa-computer-speaker {
  --fa: "";
  --fa--fa: "";
}

.fa-skull-cow {
  --fa: "";
  --fa--fa: "";
}

.fa-x {
  --fa: "X";
  --fa--fa: "XX";
}

.fa-magnifying-glass-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-search-dollar {
  --fa: "";
  --fa--fa: "";
}

.fa-users-gear {
  --fa: "";
  --fa--fa: "";
}

.fa-users-cog {
  --fa: "";
  --fa--fa: "";
}

.fa-person-military-pointing {
  --fa: "";
  --fa--fa: "";
}

.fa-building-columns {
  --fa: "";
  --fa--fa: "";
}

.fa-bank {
  --fa: "";
  --fa--fa: "";
}

.fa-institution {
  --fa: "";
  --fa--fa: "";
}

.fa-museum {
  --fa: "";
  --fa--fa: "";
}

.fa-university {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-t {
  --fa: "";
  --fa--fa: "";
}

.fa-sack {
  --fa: "";
  --fa--fa: "";
}

.fa-grid-2 {
  --fa: "";
  --fa--fa: "";
}

.fa-camera-cctv {
  --fa: "";
  --fa--fa: "";
}

.fa-cctv {
  --fa: "";
  --fa--fa: "";
}

.fa-umbrella {
  --fa: "";
  --fa--fa: "";
}

.fa-trowel {
  --fa: "";
  --fa--fa: "";
}

.fa-horizontal-rule {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-front {
  --fa: "";
  --fa--fa: "";
}

.fa-bed-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-d {
  --fa: "D";
  --fa--fa: "DD";
}

.fa-stapler {
  --fa: "";
  --fa--fa: "";
}

.fa-masks-theater {
  --fa: "";
  --fa--fa: "";
}

.fa-theater-masks {
  --fa: "";
  --fa--fa: "";
}

.fa-file-gif {
  --fa: "";
  --fa--fa: "";
}

.fa-kip-sign {
  --fa: "";
  --fa--fa: "";
}

.fa-face-woozy {
  --fa: "";
  --fa--fa: "";
}

.fa-cloud-question {
  --fa: "";
  --fa--fa: "";
}

.fa-pineapple {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-point-left {
  --fa: "";
  --fa--fa: "";
}

.fa-gallery-thumbnails {
  --fa: "";
  --fa--fa: "";
}

.fa-circle-j {
  --fa: "";
  --fa--fa: "";
}

.fa-eyes {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-simple {
  --fa: "";
  --fa--fa: "";
}

.fa-handshake-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-page-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-file-caret-up {
  --fa: "";
  --fa--fa: "";
}

.fa-jet-fighter {
  --fa: "";
  --fa--fa: "";
}

.fa-fighter-jet {
  --fa: "";
  --fa--fa: "";
}

.fa-comet {
  --fa: "";
  --fa--fa: "";
}

.fa-square-share-nodes {
  --fa: "";
  --fa--fa: "";
}

.fa-share-alt-square {
  --fa: "";
  --fa--fa: "";
}

.fa-reflect-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-shield-keyhole {
  --fa: "";
  --fa--fa: "";
}

.fa-file-mp4 {
  --fa: "";
  --fa--fa: "";
}

.fa-barcode {
  --fa: "";
  --fa--fa: "";
}

.fa-bulldozer {
  --fa: "";
  --fa--fa: "";
}

.fa-plus-minus {
  --fa: "";
  --fa--fa: "";
}

.fa-square-sliders-vertical {
  --fa: "";
  --fa--fa: "";
}

.fa-sliders-v-square {
  --fa: "";
  --fa--fa: "";
}

.fa-video {
  --fa: "";
  --fa--fa: "";
}

.fa-video-camera {
  --fa: "";
  --fa--fa: "";
}

.fa-message-middle {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-middle-alt {
  --fa: "";
  --fa--fa: "";
}

.fa-graduation-cap {
  --fa: "";
  --fa--fa: "";
}

.fa-mortar-board {
  --fa: "";
  --fa--fa: "";
}

.fa-hand-holding-medical {
  --fa: "";
  --fa--fa: "";
}

.fa-person-circle-check {
  --fa: "";
  --fa--fa: "";
}

.fa-square-z {
  --fa: "";
  --fa--fa: "";
}

.fa-message-text {
  --fa: "";
  --fa--fa: "";
}

.fa-comment-alt-text {
  --fa: "";
  --fa--fa: "";
}

.fa-turn-up {
  --fa: "";
  --fa--fa: "";
}

.fa-level-up-alt {
  --fa: "";
  --fa--fa: "";
}

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

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

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "";
}

.fa-hooli {
  --fa: "";
}

.fa-yelp {
  --fa: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-shopware {
  --fa: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-aws {
  --fa: "";
}

.fa-redhat {
  --fa: "";
}

.fa-yoast {
  --fa: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-ups {
  --fa: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-bity {
  --fa: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-first-order {
  --fa: "";
}

.fa-modx {
  --fa: "";
}

.fa-guilded {
  --fa: "";
}

.fa-vnv {
  --fa: "";
}

.fa-square-js {
  --fa: "";
}

.fa-js-square {
  --fa: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-qq {
  --fa: "";
}

.fa-orcid {
  --fa: "";
}

.fa-java {
  --fa: "";
}

.fa-invision {
  --fa: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-centercode {
  --fa: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-drupal {
  --fa: "";
}

.fa-jxl {
  --fa: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-unity {
  --fa: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-vk {
  --fa: "";
}

.fa-untappd {
  --fa: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-contao {
  --fa: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-brave {
  --fa: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-edge {
  --fa: "";
}

.fa-threads {
  --fa: "";
}

.fa-napster {
  --fa: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-artstation {
  --fa: "";
}

.fa-markdown {
  --fa: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-algolia {
  --fa: "";
}

.fa-red-river {
  --fa: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-safari {
  --fa: "";
}

.fa-google {
  --fa: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-evernote {
  --fa: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-adversal {
  --fa: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-weixin {
  --fa: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-codepen {
  --fa: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-lyft {
  --fa: "";
}

.fa-rev {
  --fa: "";
}

.fa-windows {
  --fa: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-meetup {
  --fa: "";
}

.fa-centos {
  --fa: "";
}

.fa-adn {
  --fa: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-node {
  --fa: "";
}

.fa-mix {
  --fa: "";
}

.fa-steam {
  --fa: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-scribd {
  --fa: "";
}

.fa-debian {
  --fa: "";
}

.fa-openid {
  --fa: "";
}

.fa-instalod {
  --fa: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-r-project {
  --fa: "";
}

.fa-delicious {
  --fa: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-app-store {
  --fa: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-golang {
  --fa: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-grav {
  --fa: "";
}

.fa-weibo {
  --fa: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-rendact {
  --fa: "";
}

.fa-angellist {
  --fa: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-skype {
  --fa: "";
}

.fa-joget {
  --fa: "";
}

.fa-fedora {
  --fa: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-meta {
  --fa: "";
}

.fa-laravel {
  --fa: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-hips {
  --fa: "";
}

.fa-css {
  --fa: "";
}

.fa-behance {
  --fa: "";
}

.fa-reddit {
  --fa: "";
}

.fa-discord {
  --fa: "";
}

.fa-chrome {
  --fa: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-confluence {
  --fa: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-mdb {
  --fa: "";
}

.fa-dochub {
  --fa: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-ebay {
  --fa: "";
}

.fa-amazon {
  --fa: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-yarn {
  --fa: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-500px {
  --fa: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-apple {
  --fa: "";
}

.fa-hive {
  --fa: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-keybase {
  --fa: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-padlet {
  --fa: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-square-github {
  --fa: "";
}

.fa-github-square {
  --fa: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-fedex {
  --fa: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-shopify {
  --fa: "";
}

.fa-neos {
  --fa: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-swift {
  --fa: "";
}

.fa-angular {
  --fa: "";
}

.fa-speakap {
  --fa: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-empire {
  --fa: "";
}

.fa-envira {
  --fa: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-firefox {
  --fa: "";
}

.fa-linode {
  --fa: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-sith {
  --fa: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-page4 {
  --fa: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-react {
  --fa: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-opera {
  --fa: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-umbraco {
  --fa: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-stripe {
  --fa: "";
}

.fa-houzz {
  --fa: "";
}

.fa-gg {
  --fa: "";
}

.fa-dhl {
  --fa: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-xing {
  --fa: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-playstation {
  --fa: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-less {
  --fa: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-opencart {
  --fa: "";
}

.fa-vine {
  --fa: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-paypal {
  --fa: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-patreon {
  --fa: "";
}

.fa-avianex {
  --fa: "";
}

.fa-ello {
  --fa: "";
}

.fa-gofore {
  --fa: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-osi {
  --fa: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-periscope {
  --fa: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-schlix {
  --fa: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-usps {
  --fa: "";
}

.fa-megaport {
  --fa: "";
}

.fa-magento {
  --fa: "";
}

.fa-spotify {
  --fa: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-fly {
  --fa: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-aviato {
  --fa: "";
}

.fa-itunes {
  --fa: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-blogger {
  --fa: "";
}

.fa-flickr {
  --fa: "";
}

.fa-viber {
  --fa: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-digg {
  --fa: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-symfony {
  --fa: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-etsy {
  --fa: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-audible {
  --fa: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-erlang {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-42-group {
  --fa: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-elementor {
  --fa: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-palfed {
  --fa: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-resolving {
  --fa: "";
}

.fa-xbox {
  --fa: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-renren {
  --fa: "";
}

.fa-linux {
  --fa: "";
}

.fa-glide {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-twitch {
  --fa: "";
}

.fa-flutter {
  --fa: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-mixer {
  --fa: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-figma {
  --fa: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-upwork {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-uikit {
  --fa: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-google-play {
  --fa: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-line {
  --fa: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-imdb {
  --fa: "";
}

.fa-deezer {
  --fa: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-jira {
  --fa: "";
}

.fa-docker {
  --fa: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-gitter {
  --fa: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-microblog {
  --fa: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-yandex {
  --fa: "";
}

.fa-readme {
  --fa: "";
}

.fa-html5 {
  --fa: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-sass {
  --fa: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wsh {
  --fa: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-medapps {
  --fa: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-apper {
  --fa: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-waze {
  --fa: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-rust {
  --fa: "";
}

.fa-wix {
  --fa: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-supple {
  --fa: "";
}

.fa-webflow {
  --fa: "";
}

.fa-rebel {
  --fa: "";
}

.fa-css3 {
  --fa: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-square-git {
  --fa: "";
}

.fa-git-square {
  --fa: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-trello {
  --fa: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-grunt {
  --fa: "";
}

.fa-weebly {
  --fa: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-themeco {
  --fa: "";
}

.fa-python {
  --fa: "";
}

.fa-android {
  --fa: "";
}

.fa-bots {
  --fa: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-js {
  --fa: "";
}

.fa-ideal {
  --fa: "";
}

.fa-git {
  --fa: "";
}

.fa-dev {
  --fa: "";
}

.fa-sketch {
  --fa: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-uber {
  --fa: "";
}

.fa-github {
  --fa: "";
}

.fa-php {
  --fa: "";
}

.fa-alipay {
  --fa: "";
}

.fa-youtube {
  --fa: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-firefox-browser {
  --fa: "";
}

.fa-replyd {
  --fa: "";
}

.fa-suse {
  --fa: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-twitter {
  --fa: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-buffer {
  --fa: "";
}

.fa-npm {
  --fa: "";
}

.fa-yammer {
  --fa: "";
}

.fa-btc {
  --fa: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-stubber {
  --fa: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-odysee {
  --fa: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-node-js {
  --fa: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-medrt {
  --fa: "";
}

.fa-usb {
  --fa: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-quora {
  --fa: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-amilia {
  --fa: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-discourse {
  --fa: "";
}

.fa-joomla {
  --fa: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-gulp {
  --fa: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-strava {
  --fa: "";
}

.fa-ember {
  --fa: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-pushed {
  --fa: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-wodu {
  --fa: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-intercom {
  --fa: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-korvue {
  --fa: "";
}

.fa-pix {
  --fa: "";
}

.fa-steam-symbol {
  --fa: "";
}

:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.ttf") format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2") format("woff2"), url("../webfonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0f4e91;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(7.828125, 40.70625, 75.671875);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(187.8, 205.44, 224.2);
}

.table-hover .table-primary:hover {
  background-color: rgb(170.3142857143, 192.5442857143, 216.1857142857);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(170.3142857143, 192.5442857143, 216.1857142857);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(244.36, 245.48, 246.04);
}

.table-hover .table-secondary:hover {
  background-color: rgb(230.5171428571, 233.0942857143, 234.3828571429);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(230.5171428571, 233.0942857143, 234.3828571429);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dddf;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: rgb(53.359375, 140.96875, 234.140625);
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0f4e91;
  border-color: #0f4e91;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(11.4140625, 59.353125, 110.3359375);
  border-color: rgb(10.21875, 53.1375, 98.78125);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 78, 145, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0f4e91;
  border-color: #0f4e91;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.21875, 53.1375, 98.78125);
  border-color: rgb(9.0234375, 46.921875, 87.2265625);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 78, 145, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #d9dddf;
  border-color: #d9dddf;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(196.2357142857, 202.4214285714, 205.5142857143);
  border-color: rgb(189.3142857143, 196.2285714286, 199.6857142857);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 221, 223, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #d9dddf;
  border-color: #d9dddf;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(189.3142857143, 196.2285714286, 199.6857142857);
  border-color: rgb(182.3928571429, 190.0357142857, 193.8571428571);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 221, 223, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-primary {
  color: #0f4e91;
  background-color: transparent;
  background-image: none;
  border-color: #0f4e91;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0f4e91;
  border-color: #0f4e91;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 78, 145, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0f4e91;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f4e91;
  border-color: #0f4e91;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 78, 145, 0.5);
}

.btn-outline-secondary {
  color: #d9dddf;
  background-color: transparent;
  background-image: none;
  border-color: #d9dddf;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #d9dddf;
  border-color: #d9dddf;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 221, 223, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #d9dddf;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #d9dddf;
  border-color: #d9dddf;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 221, 223, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #0f4e91;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(7.828125, 40.70625, 75.671875);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0f4e91;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(99.578125, 167.10625, 238.921875);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0f4e91;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0f4e91;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 78, 145, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(15, 78, 145, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0f4e91;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 78, 145, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #d9dddf;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(53.359375, 140.96875, 234.140625);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(53.359375, 140.96875, 234.140625, 0.5);
}
.custom-select:focus::-ms-value {
  color: #000;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: rgb(53.359375, 140.96875, 234.140625);
  box-shadow: none;
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: rgb(53.359375, 140.96875, 234.140625);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 1px solid #d9dddf;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #d9dddf;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0f4e91;
  background-color: #fff;
  border: 1px solid #d9dddf;
}
.page-link:hover {
  color: rgb(7.828125, 40.70625, 75.671875);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #0f4e91;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(10.21875, 53.1375, 98.78125);
}

.badge-secondary {
  color: #212529;
  background-color: #d9dddf;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(189.3142857143, 196.2285714286, 199.6857142857);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(7.8, 40.56, 75.4);
  background-color: rgb(207, 219.6, 233);
  border-color: rgb(187.8, 205.44, 224.2);
}
.alert-primary hr {
  border-top-color: rgb(170.3142857143, 192.5442857143, 216.1857142857);
}
.alert-primary .alert-link {
  color: rgb(3.01875, 15.6975, 29.18125);
}

.alert-secondary {
  color: rgb(112.84, 114.92, 115.96);
  background-color: rgb(247.4, 248.2, 248.6);
  border-color: rgb(244.36, 245.48, 246.04);
}
.alert-secondary hr {
  border-top-color: rgb(230.5171428571, 233.0942857143, 234.3828571429);
}
.alert-secondary .alert-link {
  color: rgb(87.6877272727, 89.3040909091, 90.1122727273);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

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

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

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

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

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #0f4e91;
  transition: width 0.6s ease;
}

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0f4e91;
  border-color: #0f4e91;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(7.8, 40.56, 75.4);
  background-color: rgb(187.8, 205.44, 224.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(7.8, 40.56, 75.4);
  background-color: rgb(170.3142857143, 192.5442857143, 216.1857142857);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.8, 40.56, 75.4);
  border-color: rgb(7.8, 40.56, 75.4);
}

.list-group-item-secondary {
  color: rgb(112.84, 114.92, 115.96);
  background-color: rgb(244.36, 245.48, 246.04);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(112.84, 114.92, 115.96);
  background-color: rgb(230.5171428571, 233.0942857143, 234.3828571429);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(112.84, 114.92, 115.96);
  border-color: rgb(112.84, 114.92, 115.96);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

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

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

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

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

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

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0f4e91 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(10.21875, 53.1375, 98.78125) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(189.3142857143, 196.2285714286, 199.6857142857) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0f4e91 !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #0f4e91 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(10.21875, 53.1375, 98.78125) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(189.3142857143, 196.2285714286, 199.6857142857) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

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

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

* {
  outline: none;
}

dl, dd, dt, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  color: #0f4e91;
  font-weight: 700;
}

h2 {
  color: #004586;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  font-size: 26px;
}

h4 {
  margin-bottom: 15px;
}

body {
  font-family: "Istok Web", Arial, sans-serif;
  font-size: 14px;
  color: #000;
  min-width: 320px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.ds-checkbox-inline,
.ds-checkbox-list,
.ds-radio-inline,
.ds-radio-list {
  padding-top: 7px;
}

.ds-checkbox-list .ds-checkbox,
.ds-radio-list .ds-radio {
  display: block;
  margin-bottom: 10px;
}

.ds-checkbox-inline .ds-checkbox,
.ds-radio-inline .ds-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  width: auto;
}

.ds-checkbox-inline .ds-checkbox:last-child,
.ds-radio-inline .ds-radio:last-child {
  margin-right: 0;
}

.ds-checkbox,
.ds-radio {
  user-select: none;
  font-family: inherit !important;
  padding-top: 2px;
  padding-left: 27px;
  cursor: pointer;
  position: relative;
}

.ds-checkbox input,
.ds-radio input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.ds-checkbox span,
.ds-radio span {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #d9dddf;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  line-height: 14px;
}

.ds-radio span {
  border-radius: 50%;
  line-height: 16px;
}

.ds-radio input:checked ~ span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f4e91;
  display: inline-block;
}

.ds-checkbox input:checked ~ span:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  color: #0f4e91;
  text-align: center;
  line-height: 14px;
  position: relative;
  top: 2px;
}

.ds-checkbox input:disabled ~ span {
  cursor: not-allowed;
}

.widget {
  background: #fff;
  box-shadow: 0 5px 62px rgba(0, 0, 0, 0.15);
  padding: 40px;
  margin-bottom: 30px;
}
.widget .title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
}
.widget .title i {
  color: #d8dde0;
  font-size: 40px;
  margin-right: 20px;
  vertical-align: middle;
}
.widget .subtitle {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
.widget .subtitle:after {
  content: "";
  height: 1px;
  background: #cdd0d2;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 15px;
}
.widget .form-control {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.widget .input-error {
  margin-top: -15px;
}

.widget-padding-lg {
  padding-left: 130px;
  padding-right: 130px;
}

.widget-footer {
  background: #f8f8f8;
  margin: 40px -130px -40px -130px;
  padding: 40px 130px;
}

@media (max-width: 767px) {
  .widget-padding-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header {
  margin-top: 47px;
  margin-bottom: 8px;
  display: flex;
}
.header .search {
  flex: 1 1 0;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
.header .search .input-group {
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.header .search .input-group input {
  height: 50px;
}
.header .search .claim {
  text-transform: uppercase;
  color: #0f4e91;
  font-weight: bold;
  font-size: 12px;
}
.header .toolbar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.header .toolbar i {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
.header .toolbar .btn-favs {
  position: relative;
}
.header .toolbar .btn-favs .badge {
  background-color: #b3020a;
  position: absolute;
  top: -8px;
  right: 12px;
  color: #fff;
  min-width: 16px;
  min-height: 16px;
  border-radius: 8px;
}
.header .toolbar .btn-cart {
  position: relative;
}
.header .toolbar .btn-cart i {
  font-size: 40px;
  font-weight: 200;
}
.header .toolbar .btn-cart .badge {
  background-color: #b3020a;
  position: absolute;
  top: 6px;
  right: -2px;
  color: #fff;
  min-width: 16px;
  min-height: 16px;
  border-radius: 8px;
}

.footer {
  background: #ececec;
  padding: 33px;
}
.footer h4 {
  text-transform: uppercase;
}
.footer .fa-brands {
  font-size: 30px;
  margin-right: 5px;
}
.footer .fa-brands.fa-square-facebook {
  color: #3b5998;
}
.footer .fa-brands.fa-linkedin {
  color: #0274b3;
}

.content {
  min-height: 70vh;
  margin-bottom: 40px;
}

.form-plus-minus {
  max-width: 100px;
  flex-wrap: nowrap;
}
.form-plus-minus input {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  min-width: 30px;
}

.product-detail .detail-image img {
  max-width: 100%;
}
.product-detail .add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  max-width: 400px;
}
.product-detail .add-to-cart select {
  width: 100%;
  margin-bottom: 15px;
}
.product-detail .main-params {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-detail .main-params dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.product-detail .main-params dl dt {
  /*flex: 0 0 150px;*/
  padding-right: 10px;
}
.product-detail .detail-price {
  color: #0f4e91;
  border-radius: 5px;
  background: #e4f4fe;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 400px;
}
.product-detail .detail-price dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.product-detail .detail-price dl:last-child {
  margin-bottom: 0;
}
.product-detail .detail-price dt {
  font-weight: normal;
}
.product-detail .detail-price dd {
  font-weight: normal;
}
.product-detail .detail-price dl:first-child dt {
  font-weight: 800;
  font-size: 15px;
}
.product-detail .detail-price .price {
  font-size: 20px;
  font-weight: 800;
}
.product-detail .detail-price .old-price {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}
.product-detail .detail-price .old-price:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: rotateZ(-15deg);
  border-top: 1px solid #b3020a;
}
.product-detail .nav-tabs {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: none;
  font-family: "FibraAlt", sans-serif;
}
.product-detail .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #d9dddf;
  color: #696052;
}
.product-detail .nav-tabs .nav-link.active {
  border-color: #0f4e91;
}
.product-detail .tab-content {
  color: #696052;
  font-size: 15px;
  margin-bottom: 30px;
}
.product-detail .tab-content ul, .product-detail .tab-content ol {
  margin-left: 20px;
}
.product-detail .tab-product-content {
  line-height: 200%;
}
.product-detail .parameters {
  border-collapse: collapse;
  width: 100%;
}
.product-detail .parameters th, .product-detail .parameters td {
  padding: 3px 0;
  border-bottom: 1px solid #d9dddf;
}
.product-detail .parameters th.section {
  color: #000;
  padding-top: 30px;
  border-bottom: none;
}
.product-detail .parameters td {
  text-align: right;
}
.product-detail .parameters tr:last-child th, .product-detail .parameters tr:last-child td {
  border: none;
}
.product-detail .attachements {
  list-style: none;
  margin-left: 0 !important;
}
.product-detail .attachements li {
  margin-bottom: 5px;
}
.product-detail .attachements i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.product-detail .tab-product-content img {
  max-width: 100%;
  height: auto;
}

.categories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.categories-grid .category {
  cursor: pointer;
  border: 1px solid #eeebf0;
  transition: border-color 0.5s ease;
  text-align: center;
  width: calc(25% - 15px);
}
.categories-grid .category:hover {
  border: 1px solid #b1afb4;
}
.categories-grid .category img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.categories-grid .category .category-text {
  padding: 10px;
}
.categories-grid .category .name {
  color: #04afff;
  font-size: 16px;
  display: block;
}
.categories-grid .category .description {
  font-size: 13px;
  display: block;
}

.flags {
  color: #f46314;
  font-weight: bold;
}
.flags .flag:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  margin-right: 10px;
  vertical-align: middle;
}

.products.grid {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1px;
  padding-top: 1px;
  margin-right: -4px;
}
.products.grid .product {
  position: relative;
  flex: 0 0 25%;
  border: 1px #eeebf0 solid;
  margin-left: -1px;
  margin-top: -1px;
  padding: 15px;
  transition: border-color 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.products.grid .product:hover {
  border: 1px solid #b1afb4;
  z-index: 10;
}
.products.grid .product img {
  text-align: center;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease;
}
.products.grid .product:hover img {
  transform: scale(1.05);
}
.products.grid .product .name {
  display: block;
  font-size: 16px;
  color: #04afff;
}
.products.grid .product .code {
  display: block;
  font-size: 11px;
}

.products.list {
  width: 100%;
}
.products.list th, .products.list td {
  padding: 3px 6px;
}
.products.list th {
  background: #0f4e91;
  color: #fff;
  white-space: nowrap;
}
.products.list img {
  max-width: 69px;
  max-height: 69px;
  display: block;
}
.products.list .add-to-cart {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 400px;
}
.products.list .add-to-cart select {
  width: 100%;
  margin-bottom: 15px;
}
.products.list .btn-add {
  min-height: 31px;
}
.products.list .btn-add.spinner {
  padding-right: 24px !important;
}
.products.list .btn-add.spinner:after {
  right: 2px;
}

.dropdown-cart {
  display: none;
  position: absolute;
  right: -20px;
  top: 90px;
  background: #fff;
  width: 320px;
  border-radius: 5px;
  padding: 25px 20px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.dropdown-cart i {
  font-size: inherit !important;
}
.dropdown-cart .btn {
  font-size: 13px;
}
.dropdown-cart:after {
  right: 40px;
  top: -15px;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #0f4e91 transparent;
}
.dropdown-cart .cart-rename {
  display: none;
}
.dropdown-cart .empty-message {
  padding: 10px;
  text-align: center;
  background: #f0f1f2;
  border-radius: 5px;
  font-style: italic;
  color: #8e8e8e;
  margin: 20px 0;
}
.dropdown-cart .scrollbar-outer {
  max-height: 60vh;
}
.dropdown-cart .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  width: 3px;
}
.dropdown-cart .drop-products {
  margin: 20px 0;
  font-size: 11px;
}
.dropdown-cart .drop-products .drop-product {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9dddf;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.dropdown-cart .drop-products .drop-product:last-child {
  border-bottom: none;
}
.dropdown-cart .drop-products .drop-product .image {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  margin-right: 15px;
}
.dropdown-cart .drop-products .drop-product .image img {
  max-width: 100%;
  max-height: 100%;
}
.dropdown-cart .drop-products .drop-product .name {
  flex: 1 1 100%;
}
.dropdown-cart .drop-products .drop-product .price-qty {
  display: flex;
  justify-content: space-between;
}
.dropdown-cart .drop-products .drop-product .price-qty dt, .dropdown-cart .drop-products .drop-product .price-qty dd {
  font-weight: bold;
}
.dropdown-cart .drop-products .drop-product .btn-delete {
  margin-left: 15px;
  margin-right: 5px;
}

.mobile-search {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  background: #6a5f53;
  height: 60px;
  z-index: 20000;
  transition: all 0.2s ease-out;
}

.mobile-search.active {
  top: 0;
}

.mobile-search input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 15px;
  color: #fff;
  font-size: 22px;
  border: none;
}

.mobile-search input::-webkit-input-placeholder {
  color: #fff;
}

.mobile-search input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.mobile-search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.mobile-search input:-ms-input-placeholder {
  color: #fff;
}

.mobile-search .btn-close,
.mobile-search .btn-search {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
}

.mobile-search .btn-search {
  right: 60px;
}

.page-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10000;
  opacity: 0.7;
}

.side-menu-wrapper {
  overflow: hidden;
  min-width: 320px;
}

.mobile-menu {
  position: fixed;
  width: 320px;
  background: #FBFBFB;
  left: -350px;
  top: 0;
  height: 500px;
  z-index: 30000;
  height: 100%;
  box-shadow: 1px 0 30px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  transition: all 0.3s ease;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu .btn-close {
  position: absolute;
  right: 10px;
  top: -6px;
  padding: 5px;
  font-size: 26px;
  color: #0f4e91;
}

.mobile-menu .btn-close:hover {
  text-decoration: none;
}

.mobile-menu .menu > li {
  border-radius: 5px;
}

.mobile-menu .menu > li.active:before {
  display: none;
}

.mobile-menu .mm-container {
  padding: 10px;
}
.mobile-menu .profile-menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  font-size: 11px;
  margin-top: 2px;
  margin-bottom: 20px;
}
.mobile-menu .profile-menu a {
  color: #7a7e81;
}
.mobile-menu .profile-menu li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: #7a7e81;
  font-size: 10px;
}
.mobile-menu .profile-menu li:last-child:after {
  content: "";
}
.mobile-menu .profile-menu i {
  margin-right: 5px;
}
.mobile-menu .top-menu > ul {
  user-select: none;
  margin-bottom: 30px;
  border: 1px solid #d9dddf;
  border-radius: 5px;
}
.mobile-menu .top-menu > ul > li > a {
  display: block;
  color: inherit;
  font-size: 14px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #d9dddf;
}
.mobile-menu .top-menu > ul > li > a:hover {
  text-decoration: none;
}
.mobile-menu .top-menu > ul > li > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 300;
  position: absolute;
  right: 26px;
}
.mobile-menu .top-menu > ul > li:last-child > a {
  border-bottom: none;
}
.mobile-menu .top-menu .sub-categories {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9dddf;
}
.mobile-menu .top-menu .sub-categories a {
  display: block;
  padding: 7px 40px 7px 50px;
  color: inherit;
  font-size: 14px;
  position: relative;
  transition: background-color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-menu .top-menu .sub-categories a:hover {
  text-decoration: none;
}
.mobile-menu .top-menu .active > .sub-categories {
  display: block;
}
.mobile-menu .categories {
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .mobile-menu .top-menu > ul > li > a,
  .mobile-menu .top-menu .sub-categories a {
    font-size: 13px;
  }
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  background: #121212;
  padding: 10px 15px;
  z-index: 5000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  transition: all 0.7s ease;
}
.scroll-top.active {
  opacity: 0.6;
  visibility: visible;
}
.scroll-top:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .scroll-top {
    bottom: 10px;
    right: 10px;
  }
}
.modal .modal-header-small {
  padding: 20px 25px;
}
.modal .close {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #332f28;
  opacity: 1;
}
.modal .close i {
  color: #0f4e91;
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.modal-thx .modal-body {
  text-align: center;
  padding: 0 30px 75px 30px;
}
.modal-thx .modal-body i {
  font-size: 65px;
  color: #00c41c;
}
.modal-thx .modal-body p {
  font-size: 25px;
  font-weight: bold;
  margin: 60px 0;
}
.modal-thx .modal-body .btn {
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 30px;
}

.modal-backdrop {
  background: #bfbfbf;
}

.modal-content {
  border: none;
  box-shadow: 0 5px 62px rgba(0, 0, 0, 0.15);
}

.modal-title {
  font-weight: bold;
  font-size: 16px;
}
.modal-title i {
  color: #0f4e91;
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

.modal-login .modal-body {
  text-align: center;
  padding-bottom: 30px;
}
.modal-login .reset-part {
  display: none;
}
.modal-login .form-group {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.modal-login h2 {
  margin-top: -20px;
  margin-bottom: 30px;
}
.modal-login h2 i {
  color: #ddd;
  margin-right: 20px;
  font-size: 60px;
  vertical-align: middle;
}
.modal-login .btn {
  display: block;
  margin: 30px auto 10px auto;
}

.stock-yes {
  color: #00c81c;
}

.stock-no {
  color: #0f4e91;
}

.stock-partial {
  color: #00c81c;
}
.stock-partial i {
  color: #0f4e91;
}

.cart-page {
  margin-bottom: 80px;
}
.cart-page .alert-warning {
  margin-bottom: 30px;
}
.cart-page .steps {
  padding: 20px 30px;
  font-weight: bold;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cart-page .steps a {
  color: #332f28;
  white-space: nowrap;
}
.cart-page .steps a:hover {
  text-decoration: none;
}
.cart-page .steps i {
  color: #0f4e91;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 25px;
}
.cart-page .steps li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-page .steps li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 35px;
  font-weight: 300;
  vertical-align: middle;
  margin: 0 70px;
  display: inline-block;
  color: #8d8d8d;
}
.cart-page .steps li:last-child:after {
  display: none;
}
.cart-page .steps .active a {
  color: #0f4e91;
}
.cart-page .steps .completed a {
  color: #0f4e91;
}
.cart-page .steps .completed a i {
  color: inherit;
}
.cart-page .cart-content {
  padding: 40px 100px;
}
.cart-page .cart-flash {
  padding: 0 100px;
}
.cart-page .cart-flash .alert {
  margin-top: 50px;
}
.cart-page .cart-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cart-page .cart-tools .cart-name label {
  font-weight: bold;
  font-size: 20px;
  margin-right: 30px;
}
.cart-page .cart-tools .cart-name .form-control {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.cart-page .cart-info {
  text-align: center;
  margin-top: 40px;
}
.cart-page .cart-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.cart-page .cart-actions .ds-checkbox-inline {
  padding-top: 0;
}
.cart-page .cart-actions .btn {
  font-size: 14px;
}
.cart-page .shipping-payment-options .options-list {
  list-style: none;
  font-weight: bold;
  font-size: 14px;
}
.cart-page .shipping-payment-options .options-list > li {
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.cart-page .shipping-payment-options .options-list > li:last-child {
  border-bottom: none;
}
.cart-page .shipping-payment-options .options-list > li.disabled {
  color: #ccc !important;
}
.cart-page .shipping-payment-options .options-list .ds-radio {
  padding-left: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.cart-page .shipping-payment-options .options-list .ds-radio span {
  left: -30px;
}
.cart-page .shipping-payment-options .options-list .option-desc {
  position: relative;
  padding-left: 30px;
}
.cart-page .shipping-payment-options .options-list .option-price {
  text-align: right;
}
.cart-page .shipping-payment-options .options-list .option-price.bonus {
  color: #00c41c;
}
.cart-page .shipping-payment-options .options-list .disabled .option-price {
  color: inherit;
}
.cart-page .shipping-payment-options .options-list .description {
  font-weight: normal;
  font-size: 13px;
}
.cart-page .shipping-payment-options .options-list .payment-logos {
  margin-top: 15px;
  list-style: none;
  display: flex;
}
.cart-page .shipping-payment-options .options-list .payment-logos li {
  margin-right: 10px;
}
.cart-page .shipping-payment-options .options-list .payment-logos img {
  height: 30px;
}
.cart-page .user-info .form-group {
  margin-bottom: 30px;
}
.cart-page .user-info .form-control {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0px;
}
.cart-page .user-info .title {
  margin-top: 50px;
}
.cart-page .user-info .title:first-child {
  margin-top: 0;
}
.cart-page .recapitulation .table-cart tr:nth-child(2n+2) td {
  background: none;
}
.cart-page .recapitulation .table-cart td {
  padding: 5px;
}
.cart-page .recapitulation .table-cart td:first-child {
  padding-left: 0;
}
.cart-page .recapitulation .table-cart td:last-child {
  padding-right: 0;
}
.cart-page .recapitulation .table-cart .price-total {
  text-align: right;
}
.cart-page .recapitulation .table-cart .image a {
  width: 60px;
  height: 60px;
}
.cart-page .recapitulation .cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  border-top: 1px solid #dbdddc;
  margin-top: 15px;
  padding-top: 20px;
}
.cart-page .recapitulation .cart-total .label {
  font-size: 20px;
  margin-right: 60px;
}
.cart-page .recapitulation .cart-total dl {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.cart-page .recapitulation .cart-total dl dt {
  margin-right: 60px;
}
.cart-page select.form-control:not([size]):not([multiple]) {
  height: 47px;
}
.cart-page .bonus-points {
  padding: 30px;
  margin-top: -40px;
}
.cart-page .bonus-points .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.cart-page .bonus-points p {
  color: #7a7e81;
}
.cart-page .bonus-points label {
  font-weight: bold;
}
.cart-page .bonus-points .input-group {
  margin-left: 20px;
  max-width: 110px;
}
.cart-page .order-bonus-points {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 1400px) {
  .cart-page .steps li:after {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .cart-page .steps li:after {
    display: none;
  }
  .cart-page .steps li {
    margin-right: 20px;
  }
  .cart-page .steps i {
    margin-right: 10px;
  }
  .cart-page .steps {
    font-size: 15px;
  }
  .widget-padding-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .cart-page .cart-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .widget .title i {
    font-size: 20px;
    margin-right: 10px;
  }
  .widget .title {
    font-size: 16px;
  }
  .cart-page .cart-content {
    padding: 15px;
  }
  .cart-page .cart-content .widget {
    margin-bottom: 15px;
  }
  .cart-page .cart-content .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cart-page .cart-content .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-actions {
    flex-wrap: wrap;
  }
  .cart-actions .btn {
    padding: 10px 15px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .cart-page .cart-actions-last {
    justify-content: center;
    flex-flow: column;
  }
  .cart-page .cart-actions-last .btn-secondary {
    display: none;
  }
  .cart-page .cart-actions-last .btn-primary {
    margin-top: 20px;
  }
  .cart-page .shipping-payment-options .options-list li {
    display: block;
  }
  .cart-page .shipping-payment-options .options-list .option-price {
    text-align: left;
    padding-left: 30px;
  }
  .widget.recapitulation .table-cart td {
    font-size: 11px;
  }
  .widget.recapitulation .cart-total .label {
    margin-right: 15px;
  }
  .widget.recapitulation .cart-total .prices {
    font-size: 11px;
  }
  .widget.recapitulation .cart-total .prices dd {
    white-space: nowrap;
  }
}
.table-cart-container {
  background: #fff;
  box-shadow: 0 5px 62px rgba(0, 0, 0, 0.15);
}
.table-cart-container .cart-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  font-weight: bold;
}
.table-cart-container .cart-total .label {
  font-size: 30px;
  margin-right: 60px;
}
.table-cart-container .cart-total dl {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.table-cart-container .cart-total dl dt {
  margin-right: 60px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.table-cart {
  width: 100%;
}
.table-cart th {
  background: #d9dddf;
  padding: 18px 15px;
}
.table-cart th:first-child {
  padding-left: 30px;
}
.table-cart td {
  background: #fff;
  font-size: 15px;
  padding: 20px 15px;
}
.table-cart td:first-child {
  padding-left: 30px;
}
.table-cart tr:nth-child(2n+2) td {
  background: #f6f7f7;
}
.table-cart .image a {
  background: #fff;
  padding: 5px;
  display: flex;
  width: 77px;
  height: 77px;
  border: 1px solid #d9dddf;
  justify-content: center;
  align-items: center;
}
.table-cart .image a img {
  max-width: 100%;
  max-height: 100%;
}
.table-cart .delete a {
  display: inline-block;
  padding: 8px;
  color: #7a7e81;
}
.table-cart .delete a:hover {
  color: #0f4e91;
  text-decoration: none;
}
.table-cart .stock {
  font-size: 13px;
}
.table-cart .stock span i {
  margin-right: 3px;
}
.table-cart .stock em {
  font-size: inherit;
  font-style: normal;
  color: #332f28;
}
.table-cart .stock .stock-partial em {
  color: #0f4e91;
  font-weight: bold;
}
.table-cart .price,
.table-cart .price-total {
  font-weight: bold;
  white-space: nowrap;
}
.table-cart .qty {
  display: inline-block;
  position: relative;
  width: 122px;
  margin-right: 5px;
}
.table-cart .qty .form-control {
  padding-left: 38px;
  padding-right: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.table-cart .qty i {
  height: 34px;
  line-height: 23px;
  width: 34px;
  text-align: center;
  background: #f0f1f1;
  font-size: 18px;
  color: #7a7e81;
  position: absolute;
  top: 1px;
  cursor: pointer;
  padding: 5px;
}
.table-cart .qty i:hover {
  color: #0f4e91;
}
.table-cart .qty .plus {
  right: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-cart .qty .minus {
  left: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-cart .alternatives-row {
  box-shadow: inset 0 1px 2px 0 rgba(50, 50, 50, 0.1);
}
.table-cart .alternatives-row td {
  background: #e7ebec;
}
.table-cart .alternatives-row .compare {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  margin-top: -10px;
}
.table-cart .alternatives-row .compare i {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.table-cart .alternatives {
  display: flex;
  flex-wrap: wrap;
}
.table-cart .alternatives .alternative {
  width: 200px;
  font-size: 13px;
  margin: 15px;
  text-align: center;
}
.table-cart .alternatives .alternative .image a {
  margin: auto;
  margin-bottom: 10px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
  width: 130px;
  height: 130px;
}
.table-cart .alternatives .alternative .product-name {
  display: block;
}
.table-cart .alternatives .alternative .price {
  display: block;
  margin-bottom: 10px;
}
.table-cart .alternatives .alternative .product-purchase {
  max-width: 250px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.table-cart .alternatives .alternative .product-purchase .quantity {
  margin: auto;
  margin-top: 10px;
  max-width: 90px;
}
.table-cart .alternatives .alternative .product-purchase .quantity input {
  text-align: center;
}
.table-cart .alternatives .alternative .product-purchase .quantity .btn {
  padding: 5px;
}

@media (max-width: 1400px) {
  .table-cart th, .table-cart td {
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .table-cart thead {
    display: none;
  }
  .table-cart tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d9dddf;
  }
  .table-cart tbody tr:last-child {
    border-bottom: none;
  }
  .table-cart tbody tr:nth-child(2n+2) td {
    background: #fff;
  }
  .table-cart tbody tr.alternatives-row {
    display: block;
  }
  .table-cart tbody tr.alternatives-row td {
    display: block;
  }
  .table-cart tbody tr.alternatives-row .alternatives {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cart-page .cart-tools .cart-name .form-control {
    display: block;
    margin-bottom: 10px;
  }
  .cart-inquiry .btn {
    padding: 15px 20px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .table-cart td:nth-child(1),
  .table-cart td:nth-child(4) {
    flex-basis: 100%;
    text-align: center;
  }
  .table-cart .image a {
    margin: 0 auto;
  }
  .table-cart tbody tr {
    flex-flow: column;
    padding: 20px;
  }
  .table-cart tbody tr td {
    padding: 5px;
  }
  .table-cart tbody tr.alternatives-row {
    padding: 0;
  }
  .table-cart-container .cart-total {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .table-cart-container .cart-total .label {
    margin-right: 0;
  }
  .table-cart-container .cart-total dl dt {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .cart-page .cart-tools {
    flex-flow: column;
  }
  .cart-page .cart-tools .cart-name {
    text-align: center;
  }
  .cart-page .cart-tools .cart-name label {
    margin-right: 0;
  }
  .cart-inquiry {
    margin-top: 20px;
  }
}
@media (max-width: 440px) {
  .cart-page .recapitulation .cart-total {
    display: block;
  }
  .cart-page .recapitulation .cart-total .label {
    margin-bottom: 20px;
  }
}
.btn-small-link {
  padding: 5px;
  display: inline-block;
  color: #332f28;
}
.btn-small-link i {
  color: #0f4e91;
  margin-right: 7px;
  text-decoration: none;
  display: inline-block;
}

.modal-dialog-cart-editor .table {
  margin-bottom: 0px;
}
.modal-dialog-cart-editor .table td:first-child i {
  color: #0f4e91;
  font-size: 16px;
  margin-right: 15px;
}
.modal-dialog-cart-editor .table .line-options {
  text-align: right;
}
.modal-dialog-cart-editor .table .line-options a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb {
  background: #ececec;
  color: #332f28;
  font-size: 12px;
}
.breadcrumb i {
  margin-right: 5px;
}
.breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 12px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb a {
  color: #0f4e91;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.widget-cart-login {
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-cart-login .login-info {
  margin-right: 60px;
}
.widget-cart-login > div {
  margin-left: 5px;
  margin-right: 5px;
}
.widget-cart-login .title {
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
}
.widget-cart-login .btn {
  height: 47px;
  position: relative;
  top: -3px;
}

@media (max-width: 790px) {
  .widget-cart-login {
    display: block;
  }
  .widget-cart-login > div {
    margin: 0;
  }
  .widget-cart-login .login-info {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .widget-cart-login .btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.search-autocomp {
  background: #fff;
  border: 1px solid #d9dddf;
  position: absolute;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 80vh;
  min-width: 320px;
  overflow-y: auto;
}
@media (min-width: 700px) {
  .search-autocomp {
    min-width: 500px;
  }
}
.search-autocomp .section {
  background: #f0f1f2;
  padding: 8px 15px;
}
.search-autocomp a {
  color: #332f28;
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  border-bottom: 1px solid #d9dddf;
}
.search-autocomp a:last-child {
  border-bottom: none;
}
.search-autocomp a:hover, .search-autocomp a.active {
  background: #fffccd;
}
.search-autocomp a em {
  display: inline-block;
  background: #ffef07;
  color: inherit;
  font-style: normal;
}
.search-autocomp .products-results a {
  display: flex;
  align-items: center;
}
.search-autocomp .products-results a .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex: 0 0 60px;
}
.search-autocomp .products-results a .image img {
  max-width: 40px;
  max-height: 40px;
}
.search-autocomp .products-results a .name {
  flex: 1 1 auto;
  font-weight: bold;
}
.search-autocomp .products-results a .name strong {
  display: block;
  font-weight: normal;
}
.search-autocomp .products-results a .price {
  flex: 0 0 100px;
  text-align: right;
}
.search-autocomp .empty {
  display: block;
  padding: 8px 15px;
  font-style: italic;
  color: #7a7e81;
}

.catalog.loading {
  opacity: 0.3;
}

.input-error {
  display: block;
  margin-bottom: 20px;
  color: #721c24;
}

.form-group.required label:after {
  content: "*";
  color: #ff534e;
  display: inline-block;
  margin-left: 5px;
}

.section-heading {
  font-size: 19px;
  font-weight: 300;
  border-bottom: 1px solid #dbdcde;
  padding-bottom: 10px;
  margin-top: 30px;
}

.sub-heading {
  font-size: 14px;
}

.widget-toolbar {
  margin-bottom: 30px;
}
.widget-toolbar:after {
  content: "";
  display: table;
  clear: both;
}

.profile-addresses .address-block {
  margin-bottom: 30px;
}
.profile-addresses .address-block .address {
  margin-bottom: 5px;
}
.profile-addresses .address-block.default .address {
  font-weight: bold;
}

.new-shipping {
  display: none;
}

.table-toolbar {
  margin-bottom: 20px;
}

.table .actions {
  text-align: center;
  white-space: nowrap;
  width: 1px;
}

.col-menu {
  flex: 0 1 300px;
  max-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "FibraAlt", sans-serif;
  color: #6a5f53;
}

@media (max-width: 1300px) {
  .col-menu {
    flex-basis: 300px;
    max-width: 300px;
  }
  .categories > li > a {
    font-size: 13px;
  }
  .categories .sub-categories a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .col-menu {
    display: none;
  }
}
.site-menu {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.site-menu li {
  list-style: none;
}
.site-menu li a {
  font-size: 13px;
  display: block;
  padding: 15px 20px;
  color: #0f4e91;
}
.site-menu li a:hover {
  text-decoration: none;
}
.site-menu > li > a {
  background: #ececec;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 2px;
}
.site-menu ul a {
  position: relative;
  font-size: 14px;
  background: #5b5f62;
  border-bottom: 1px solid #6e7275;
  transition: background-color 0.3s ease;
}
.site-menu ul a:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 10px;
  right: 30px;
}
.site-menu ul a:hover {
  background: #6c7275;
}
.site-menu .active a {
  font-weight: bold;
}

.pagination {
  margin: 20px 0;
  justify-content: center;
  font-size: 18px;
}
.pagination .page-link {
  border-radius: 5px;
  margin: 0 3px;
  padding: 5px 5px;
  min-width: 33px;
  text-align: center;
  font-size: 14px;
}
.pagination .page-link:hover {
  color: #0f4e91;
  background-color: #e5e6e8;
}
.pagination .disabled .page-link {
  background: #e5e6e8;
  color: #7a7e81;
}
.pagination .prev,
.pagination .next {
  font-size: 18px;
}
.pagination .prev .page-link,
.pagination .next .page-link {
  border: none;
}
.pagination .prev.disabled .page-link,
.pagination .next.disabled .page-link {
  background: none;
  color: #e4e7e8;
}
.pagination .more {
  color: #7a7e81;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .pagination {
    display: none;
  }
}
.products.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
.products.owl-carousel .owl-item img {
  width: auto;
}
.products.owl-carousel .product {
  display: block;
  border: none;
}
.products.owl-carousel .owl-stage {
  position: absolute;
}
.products.owl-carousel .owl-stage-outer {
  height: 420px;
}

.carousel-nav {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.carousel-nav .carousel-nav-cnt {
  position: relative;
}
.carousel-nav .carousel-prevnext button {
  cursor: pointer;
  border: none;
  background: none;
  color: #7a7e81;
  font-size: 20px;
  position: absolute;
  top: -10px;
}
.carousel-nav .carousel-prevnext .owl-prev {
  left: -25px;
}
.carousel-nav .carousel-prevnext .owl-next {
  right: -25px;
}
.carousel-nav .carousel-dots {
  font-size: 0;
}
.carousel-nav .carousel-dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #0f4e91;
  cursor: pointer;
  margin: 0 10px;
  vertical-align: middle;
}
.carousel-nav .carousel-dots button.active {
  background: #332f28;
}

.tab-content-carousel > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.tab-content-carousel > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.read-more {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.btn.spinner {
  position: relative;
}

.btn.spinner:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNmZmYiPgogIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPgogICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIgogICAgICAgIGJlZ2luPSIwcyIgZHVyPSIxLjhzIgogICAgICAgIHZhbHVlcz0iMTsgMjAiCiAgICAgICAgY2FsY01vZGU9InNwbGluZSIKICAgICAgICBrZXlUaW1lcz0iMDsgMSIKICAgICAgICBrZXlTcGxpbmVzPSIwLjE2NSwgMC44NCwgMC40NCwgMSIKICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLW9wYWNpdHkiCiAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuOHMiCiAgICAgICAgdmFsdWVzPSIxOyAwIgogICAgICAgIGNhbGNNb2RlPSJzcGxpbmUiCiAgICAgICAga2V5VGltZXM9IjA7IDEiCiAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIKICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICAgIDwvY2lyY2xlPgogICAgPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMSI+CiAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiCiAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuOHMiCiAgICAgICAgdmFsdWVzPSIxOyAyMCIKICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIgogICAgICAgIGtleVRpbWVzPSIwOyAxIgogICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIgogICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIKICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS44cyIKICAgICAgICB2YWx1ZXM9IjE7IDAiCiAgICAgICAgY2FsY01vZGU9InNwbGluZSIKICAgICAgICBrZXlUaW1lcz0iMDsgMSIKICAgICAgICBrZXlTcGxpbmVzPSIwLjMsIDAuNjEsIDAuMzU1LCAxIgogICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgPC9jaXJjbGU+CiAgPC9nPgo8L3N2Zz4=");
  background-size: contain;
}

.btn:not(.btn-lg).spinner {
  padding-right: 50px;
}

.btn:not(.btn-lg).btn-icon-only.spinner {
  padding-right: 35px;
}
.btn:not(.btn-lg).btn-icon-only.spinner i {
  display: none;
}

.btn-favorite {
  border: none;
  background: none;
  color: #e91e63;
  font-size: 18px;
}
.btn-favorite:after {
  content: "\f004";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
}
.btn-favorite.in-favorites:after {
  font-weight: 800;
}

/*# sourceMappingURL=style.css.map */
