/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: IBM Plex Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible !important;
}

.collapse {
  visibility: collapse !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem !important;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem !important;
}

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

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

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

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

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.h-4 {
  height: 1rem !important;
}

.h-auto {
  height: auto !important;
}

.h-5 {
  height: 1.25rem !important;
}

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

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-64 {
  width: 16rem !important;
}

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

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

.border-separate {
  border-collapse: separate !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

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

.justify-center {
  justify-content: center !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

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

.rounded-full {
  border-radius: 9999px !important;
}

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

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

.border {
  border-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem !important;
}

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

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

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

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.font-medium {
  font-weight: 500 !important;
}

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

.font-semibold {
  font-weight: 600 !important;
}

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

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.block {
  margin-bottom: 0px !important;
}

.audit_report_header_full {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.seo-technical-advice a {
  font-weight: 700 !important;
  text-decoration-line: underline !important;
}

.mage-error {
  clear: both;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

@font-face {
  font-family: "uicons-bold-straight";

  src: url("../fonts/uicons-bold-straight.eot#iefix") format("embedded-opentype"),
    url("../fonts/uicons-bold-straight.woff2") format("woff2"),
    url("../fonts/uicons-bold-straight.woff") format("woff");
}

i[class^="fi-bs-"]:before, i[class*=" fi-bs-"]:before, span[class^="fi-bs-"]:before, span[class*="fi-bs-"]:before {
  font-family: uicons-bold-straight !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-bs-0:before {
  content: "\f101";
}

.fi-bs-1:before {
  content: "\f102";
}

.fi-bs-2:before {
  content: "\f103";
}

.fi-bs-3:before {
  content: "\f104";
}

.fi-bs-4:before {
  content: "\f105";
}

.fi-bs-5:before {
  content: "\f106";
}

.fi-bs-6:before {
  content: "\f107";
}

.fi-bs-7:before {
  content: "\f108";
}

.fi-bs-8:before {
  content: "\f109";
}

.fi-bs-9:before {
  content: "\f10a";
}

.fi-bs-a:before {
  content: "\f10b";
}

.fi-bs-acorn:before {
  content: "\f10c";
}

.fi-bs-ad:before {
  content: "\f10d";
}

.fi-bs-add-document:before {
  content: "\f10e";
}

.fi-bs-add-folder:before {
  content: "\f10f";
}

.fi-bs-add:before {
  content: "\f110";
}

.fi-bs-address-book:before {
  content: "\f111";
}

.fi-bs-air-conditioner:before {
  content: "\f112";
}

.fi-bs-air-freshener:before {
  content: "\f113";
}

.fi-bs-alarm-clock:before {
  content: "\f114";
}

.fi-bs-alarm-exclamation:before {
  content: "\f115";
}

.fi-bs-alarm-plus:before {
  content: "\f116";
}

.fi-bs-alarm-snooze:before {
  content: "\f117";
}

.fi-bs-album-circle-plus:before {
  content: "\f118";
}

.fi-bs-album-circle-user:before {
  content: "\f119";
}

.fi-bs-album-collection:before {
  content: "\f11a";
}

.fi-bs-album:before {
  content: "\f11b";
}

.fi-bs-align-justify:before {
  content: "\f11c";
}

.fi-bs-align-left:before {
  content: "\f11d";
}

.fi-bs-ambulance:before {
  content: "\f11e";
}

.fi-bs-angle-circle-down:before {
  content: "\f11f";
}

.fi-bs-angle-circle-left:before {
  content: "\f120";
}

.fi-bs-angle-circle-right:before {
  content: "\f121";
}

.fi-bs-angle-circle-up:before {
  content: "\f122";
}

.fi-bs-angle-double-left:before {
  content: "\f123";
}

.fi-bs-angle-double-right:before {
  content: "\f124";
}

.fi-bs-angle-double-small-down:before {
  content: "\f125";
}

.fi-bs-angle-double-small-left:before {
  content: "\f126";
}

.fi-bs-angle-double-small-right:before {
  content: "\f127";
}

.fi-bs-angle-double-small-up:before {
  content: "\f128";
}

.fi-bs-angle-down:before {
  content: "\f129";
}

.fi-bs-angle-left:before {
  content: "\f12a";
}

.fi-bs-angle-right:before {
  content: "\f12b";
}

.fi-bs-angle-small-down:before {
  content: "\f12c";
}

.fi-bs-angle-small-left:before {
  content: "\f12d";
}

.fi-bs-angle-small-right:before {
  content: "\f12e";
}

.fi-bs-angle-small-up:before {
  content: "\f12f";
}

.fi-bs-angle-square-down:before {
  content: "\f130";
}

.fi-bs-angle-square-left:before {
  content: "\f131";
}

.fi-bs-angle-square-right:before {
  content: "\f132";
}

.fi-bs-angle-square-up:before {
  content: "\f133";
}

.fi-bs-angle-up:before {
  content: "\f134";
}

.fi-bs-angry:before {
  content: "\f135";
}

.fi-bs-animated-icon:before {
  content: "\f136";
}

.fi-bs-apartment:before {
  content: "\f137";
}

.fi-bs-api:before {
  content: "\f138";
}

.fi-bs-apple-crate:before {
  content: "\f139";
}

.fi-bs-apple-whole:before {
  content: "\f13a";
}

.fi-bs-apps-add:before {
  content: "\f13b";
}

.fi-bs-apps-delete:before {
  content: "\f13c";
}

.fi-bs-apps-sort:before {
  content: "\f13d";
}

.fi-bs-apps:before {
  content: "\f13e";
}

.fi-bs-archive:before {
  content: "\f13f";
}

.fi-bs-archway:before {
  content: "\f140";
}

.fi-bs-arrow-alt-circle-down:before {
  content: "\f141";
}

.fi-bs-arrow-alt-circle-left:before {
  content: "\f142";
}

.fi-bs-arrow-alt-circle-right:before {
  content: "\f143";
}

.fi-bs-arrow-alt-circle-up:before {
  content: "\f144";
}

.fi-bs-arrow-alt-down:before {
  content: "\f145";
}

.fi-bs-arrow-alt-from-bottom:before {
  content: "\f146";
}

.fi-bs-arrow-alt-from-left:before {
  content: "\f147";
}

.fi-bs-arrow-alt-from-right:before {
  content: "\f148";
}

.fi-bs-arrow-alt-from-top:before {
  content: "\f149";
}

.fi-bs-arrow-alt-left:before {
  content: "\f14a";
}

.fi-bs-arrow-alt-right:before {
  content: "\f14b";
}

.fi-bs-arrow-alt-square-down:before {
  content: "\f14c";
}

.fi-bs-arrow-alt-square-left:before {
  content: "\f14d";
}

.fi-bs-arrow-alt-square-right:before {
  content: "\f14e";
}

.fi-bs-arrow-alt-square-up:before {
  content: "\f14f";
}

.fi-bs-arrow-alt-to-bottom:before {
  content: "\f150";
}

.fi-bs-arrow-alt-to-left:before {
  content: "\f151";
}

.fi-bs-arrow-alt-to-right:before {
  content: "\f152";
}

.fi-bs-arrow-alt-to-top:before {
  content: "\f153";
}

.fi-bs-arrow-alt-up:before {
  content: "\f154";
}

.fi-bs-arrow-circle-down:before {
  content: "\f155";
}

.fi-bs-arrow-circle-left:before {
  content: "\f156";
}

.fi-bs-arrow-circle-right:before {
  content: "\f157";
}

.fi-bs-arrow-circle-up:before {
  content: "\f158";
}

.fi-bs-arrow-down:before {
  content: "\f159";
}

.fi-bs-arrow-from-bottom:before {
  content: "\f15a";
}

.fi-bs-arrow-from-left:before {
  content: "\f15b";
}

.fi-bs-arrow-from-right:before {
  content: "\f15c";
}

.fi-bs-arrow-from-top:before {
  content: "\f15d";
}

.fi-bs-arrow-left:before {
  content: "\f15e";
}

.fi-bs-arrow-right:before {
  content: "\f15f";
}

.fi-bs-arrow-small-down:before {
  content: "\f160";
}

.fi-bs-arrow-small-left:before {
  content: "\f161";
}

.fi-bs-arrow-small-right:before {
  content: "\f162";
}

.fi-bs-arrow-small-up:before {
  content: "\f163";
}

.fi-bs-arrow-square-down:before {
  content: "\f164";
}

.fi-bs-arrow-square-left:before {
  content: "\f165";
}

.fi-bs-arrow-square-right:before {
  content: "\f166";
}

.fi-bs-arrow-square-up:before {
  content: "\f167";
}

.fi-bs-arrow-to-bottom:before {
  content: "\f168";
}

.fi-bs-arrow-to-left:before {
  content: "\f169";
}

.fi-bs-arrow-to-right:before {
  content: "\f16a";
}

.fi-bs-arrow-to-top:before {
  content: "\f16b";
}

.fi-bs-arrow-trend-down:before {
  content: "\f16c";
}

.fi-bs-arrow-trend-up:before {
  content: "\f16d";
}

.fi-bs-arrow-up-from-square:before {
  content: "\f16e";
}

.fi-bs-arrow-up-left-from-circle:before {
  content: "\f16f";
}

.fi-bs-arrow-up-left:before {
  content: "\f170";
}

.fi-bs-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f171";
}

.fi-bs-arrow-up-right-from-square:before {
  content: "\f172";
}

.fi-bs-arrow-up-right:before {
  content: "\f173";
}

.fi-bs-arrow-up-square-triangle:before {
  content: "\f174";
}

.fi-bs-arrow-up-to-dotted-line:before {
  content: "\f175";
}

.fi-bs-arrow-up:before {
  content: "\f176";
}

.fi-bs-arrows-alt-h:before {
  content: "\f177";
}

.fi-bs-arrows-alt-v:before {
  content: "\f178";
}

.fi-bs-arrows-alt:before {
  content: "\f179";
}

.fi-bs-arrows-cross:before {
  content: "\f17a";
}

.fi-bs-arrows-from-dotted-line:before {
  content: "\f17b";
}

.fi-bs-arrows-from-line:before {
  content: "\f17c";
}

.fi-bs-arrows-h-copy:before {
  content: "\f17d";
}

.fi-bs-arrows-h:before {
  content: "\f17e";
}

.fi-bs-arrows-repeat-1:before {
  content: "\f17f";
}

.fi-bs-arrows-repeat:before {
  content: "\f180";
}

.fi-bs-arrows-to-dotted-line:before {
  content: "\f181";
}

.fi-bs-arrows-to-line:before {
  content: "\f182";
}

.fi-bs-arrows:before {
  content: "\f183";
}

.fi-bs-assept-document:before {
  content: "\f184";
}

.fi-bs-assistive-listening-systems:before {
  content: "\f185";
}

.fi-bs-asterik:before {
  content: "\f186";
}

.fi-bs-at:before {
  content: "\f187";
}

.fi-bs-attribution-pen:before {
  content: "\f188";
}

.fi-bs-attribution-pencil:before {
  content: "\f189";
}

.fi-bs-aubergine:before {
  content: "\f18a";
}

.fi-bs-avocado:before {
  content: "\f18b";
}

.fi-bs-b:before {
  content: "\f18c";
}

.fi-bs-baby-carriage:before {
  content: "\f18d";
}

.fi-bs-background:before {
  content: "\f18e";
}

.fi-bs-backpack:before {
  content: "\f18f";
}

.fi-bs-bacon:before {
  content: "\f190";
}

.fi-bs-badge-check:before {
  content: "\f191";
}

.fi-bs-badge-dollar:before {
  content: "\f192";
}

.fi-bs-badge-percent:before {
  content: "\f193";
}

.fi-bs-badge-sheriff:before {
  content: "\f194";
}

.fi-bs-badge:before {
  content: "\f195";
}

.fi-bs-bags-shopping:before {
  content: "\f196";
}

.fi-bs-bahai:before {
  content: "\f197";
}

.fi-bs-balance-scale-left:before {
  content: "\f198";
}

.fi-bs-balance-scale-right:before {
  content: "\f199";
}

.fi-bs-balloons:before {
  content: "\f19a";
}

.fi-bs-ballot:before {
  content: "\f19b";
}

.fi-bs-ban:before {
  content: "\f19c";
}

.fi-bs-band-aid:before {
  content: "\f19d";
}

.fi-bs-bank:before {
  content: "\f19e";
}

.fi-bs-barber-shop:before {
  content: "\f19f";
}

.fi-bs-barcode-read:before {
  content: "\f1a0";
}

.fi-bs-barcode-scan:before {
  content: "\f1a1";
}

.fi-bs-barcode:before {
  content: "\f1a2";
}

.fi-bs-bars-progress:before {
  content: "\f1a3";
}

.fi-bs-baseball-alt:before {
  content: "\f1a4";
}

.fi-bs-baseball:before {
  content: "\f1a5";
}

.fi-bs-basketball-hoop:before {
  content: "\f1a6";
}

.fi-bs-basketball:before {
  content: "\f1a7";
}

.fi-bs-battery-bolt:before {
  content: "\f1a8";
}

.fi-bs-battery-empty:before {
  content: "\f1a9";
}

.fi-bs-battery-full:before {
  content: "\f1aa";
}

.fi-bs-battery-half:before {
  content: "\f1ab";
}

.fi-bs-battery-quarter:before {
  content: "\f1ac";
}

.fi-bs-battery-slash:before {
  content: "\f1ad";
}

.fi-bs-battery-three-quarters:before {
  content: "\f1ae";
}

.fi-bs-beacon:before {
  content: "\f1af";
}

.fi-bs-bed-alt:before {
  content: "\f1b0";
}

.fi-bs-bed:before {
  content: "\f1b1";
}

.fi-bs-beer:before {
  content: "\f1b2";
}

.fi-bs-bell-ring:before {
  content: "\f1b3";
}

.fi-bs-bell-school:before {
  content: "\f1b4";
}

.fi-bs-bell:before {
  content: "\f1b5";
}

.fi-bs-bells:before {
  content: "\f1b6";
}

.fi-bs-bench-tree:before {
  content: "\f1b7";
}

.fi-bs-betamax:before {
  content: "\f1b8";
}

.fi-bs-bike:before {
  content: "\f1b9";
}

.fi-bs-biking-mountain:before {
  content: "\f1ba";
}

.fi-bs-biking:before {
  content: "\f1bb";
}

.fi-bs-billiard:before {
  content: "\f1bc";
}

.fi-bs-binoculars:before {
  content: "\f1bd";
}

.fi-bs-blinds-open:before {
  content: "\f1be";
}

.fi-bs-blinds-raised:before {
  content: "\f1bf";
}

.fi-bs-blinds:before {
  content: "\f1c0";
}

.fi-bs-block-brick:before {
  content: "\f1c1";
}

.fi-bs-block:before {
  content: "\f1c2";
}

.fi-bs-blog-pencil:before {
  content: "\f1c3";
}

.fi-bs-blog-text:before {
  content: "\f1c4";
}

.fi-bs-bold:before {
  content: "\f1c5";
}

.fi-bs-bolt:before {
  content: "\f1c6";
}

.fi-bs-bomb:before {
  content: "\f1c7";
}

.fi-bs-bone:before {
  content: "\f1c8";
}

.fi-bs-book-alt:before {
  content: "\f1c9";
}

.fi-bs-book-arrow-right:before {
  content: "\f1ca";
}

.fi-bs-book-arrow-up:before {
  content: "\f1cb";
}

.fi-bs-book-atlas:before {
  content: "\f1cc";
}

.fi-bs-book-bookmark:before {
  content: "\f1cd";
}

.fi-bs-book-font:before {
  content: "\f1ce";
}

.fi-bs-book-open-cover:before {
  content: "\f1cf";
}

.fi-bs-book-open-reader:before {
  content: "\f1d0";
}

.fi-bs-book:before {
  content: "\f1d1";
}

.fi-bs-bookmark:before {
  content: "\f1d2";
}

.fi-bs-books:before {
  content: "\f1d3";
}

.fi-bs-border-all:before {
  content: "\f1d4";
}

.fi-bs-border-bottom:before {
  content: "\f1d5";
}

.fi-bs-border-center-h:before {
  content: "\f1d6";
}

.fi-bs-border-center-v:before {
  content: "\f1d7";
}

.fi-bs-border-inner:before {
  content: "\f1d8";
}

.fi-bs-border-left:before {
  content: "\f1d9";
}

.fi-bs-border-none:before {
  content: "\f1da";
}

.fi-bs-border-outer:before {
  content: "\f1db";
}

.fi-bs-border-right:before {
  content: "\f1dc";
}

.fi-bs-border-style-alt:before {
  content: "\f1dd";
}

.fi-bs-border-style:before {
  content: "\f1de";
}

.fi-bs-border-top:before {
  content: "\f1df";
}

.fi-bs-bottle:before {
  content: "\f1e0";
}

.fi-bs-bow-arrow:before {
  content: "\f1e1";
}

.fi-bs-bowling-ball:before {
  content: "\f1e2";
}

.fi-bs-bowling-pins:before {
  content: "\f1e3";
}

.fi-bs-bowling:before {
  content: "\f1e4";
}

.fi-bs-box-alt:before {
  content: "\f1e5";
}

.fi-bs-box-ballot:before {
  content: "\f1e6";
}

.fi-bs-box-check:before {
  content: "\f1e7";
}

.fi-bs-box-fragile:before {
  content: "\f1e8";
}

.fi-bs-box-open-full:before {
  content: "\f1e9";
}

.fi-bs-box-open:before {
  content: "\f1ea";
}

.fi-bs-box-tissue:before {
  content: "\f1eb";
}

.fi-bs-box-up:before {
  content: "\f1ec";
}

.fi-bs-box:before {
  content: "\f1ed";
}

.fi-bs-boxes:before {
  content: "\f1ee";
}

.fi-bs-boxing-glove:before {
  content: "\f1ef";
}

.fi-bs-braille:before {
  content: "\f1f0";
}

.fi-bs-brain-circuit:before {
  content: "\f1f1";
}

.fi-bs-brain:before {
  content: "\f1f2";
}

.fi-bs-bread-loaf:before {
  content: "\f1f3";
}

.fi-bs-bread-slice:before {
  content: "\f1f4";
}

.fi-bs-bread:before {
  content: "\f1f5";
}

.fi-bs-briefcase:before {
  content: "\f1f6";
}

.fi-bs-bring-forward:before {
  content: "\f1f7";
}

.fi-bs-bring-front:before {
  content: "\f1f8";
}

.fi-bs-broccoli:before {
  content: "\f1f9";
}

.fi-bs-broken-image:before {
  content: "\f1fa";
}

.fi-bs-broom:before {
  content: "\f1fb";
}

.fi-bs-browser:before {
  content: "\f1fc";
}

.fi-bs-brush:before {
  content: "\f1fd";
}

.fi-bs-bug:before {
  content: "\f1fe";
}

.fi-bs-building:before {
  content: "\f1ff";
}

.fi-bs-bulb:before {
  content: "\f200";
}

.fi-bs-bullet:before {
  content: "\f201";
}

.fi-bs-bullseye-pointer:before {
  content: "\f202";
}

.fi-bs-bullseye:before {
  content: "\f203";
}

.fi-bs-burger-alt:before {
  content: "\f204";
}

.fi-bs-burger-fries:before {
  content: "\f205";
}

.fi-bs-burger-glass:before {
  content: "\f206";
}

.fi-bs-burrito:before {
  content: "\f207";
}

.fi-bs-bus-alt:before {
  content: "\f208";
}

.fi-bs-bus:before {
  content: "\f209";
}

.fi-bs-business-time:before {
  content: "\f20a";
}

.fi-bs-butterfly:before {
  content: "\f20b";
}

.fi-bs-c:before {
  content: "\f20c";
}

.fi-bs-cabin:before {
  content: "\f20d";
}

.fi-bs-cake-birthday:before {
  content: "\f20e";
}

.fi-bs-cake-wedding:before {
  content: "\f20f";
}

.fi-bs-calculator:before {
  content: "\f210";
}

.fi-bs-calendar-check:before {
  content: "\f211";
}

.fi-bs-calendar-clock:before {
  content: "\f212";
}

.fi-bs-calendar-exclamation:before {
  content: "\f213";
}

.fi-bs-calendar-lines-pen:before {
  content: "\f214";
}

.fi-bs-calendar-lines:before {
  content: "\f215";
}

.fi-bs-calendar-minus:before {
  content: "\f216";
}

.fi-bs-calendar-pen:before {
  content: "\f217";
}

.fi-bs-calendar-plus:before {
  content: "\f218";
}

.fi-bs-calendar:before {
  content: "\f219";
}

.fi-bs-calendars:before {
  content: "\f21a";
}

.fi-bs-call-history:before {
  content: "\f21b";
}

.fi-bs-call-incoming:before {
  content: "\f21c";
}

.fi-bs-call-missed:before {
  content: "\f21d";
}

.fi-bs-call-outgoing:before {
  content: "\f21e";
}

.fi-bs-camcorder:before {
  content: "\f21f";
}

.fi-bs-camera:before {
  content: "\f220";
}

.fi-bs-camping:before {
  content: "\f221";
}

.fi-bs-candy-alt:before {
  content: "\f222";
}

.fi-bs-candy-cane:before {
  content: "\f223";
}

.fi-bs-candy-corn:before {
  content: "\f224";
}

.fi-bs-candy:before {
  content: "\f225";
}

.fi-bs-canned-food:before {
  content: "\f226";
}

.fi-bs-car-alt:before {
  content: "\f227";
}

.fi-bs-car-battery:before {
  content: "\f228";
}

.fi-bs-car-bolt:before {
  content: "\f229";
}

.fi-bs-car-building:before {
  content: "\f22a";
}

.fi-bs-car-bump:before {
  content: "\f22b";
}

.fi-bs-car-bus:before {
  content: "\f22c";
}

.fi-bs-car-circle-bolt:before {
  content: "\f22d";
}

.fi-bs-car-crash:before {
  content: "\f22e";
}

.fi-bs-car-garage:before {
  content: "\f22f";
}

.fi-bs-car-mechanic:before {
  content: "\f230";
}

.fi-bs-car-side-bolt:before {
  content: "\f231";
}

.fi-bs-car-side:before {
  content: "\f232";
}

.fi-bs-car-tilt:before {
  content: "\f233";
}

.fi-bs-car-wash:before {
  content: "\f234";
}

.fi-bs-car:before {
  content: "\f235";
}

.fi-bs-caravan-alt:before {
  content: "\f236";
}

.fi-bs-caravan:before {
  content: "\f237";
}

.fi-bs-caret-circle-down:before {
  content: "\f238";
}

.fi-bs-caret-circle-right:before {
  content: "\f239";
}

.fi-bs-caret-circle-up:before {
  content: "\f23a";
}

.fi-bs-caret-down:before {
  content: "\f23b";
}

.fi-bs-caret-left:before {
  content: "\f23c";
}

.fi-bs-caret-quare-up:before {
  content: "\f23d";
}

.fi-bs-caret-right:before {
  content: "\f23e";
}

.fi-bs-caret-square-down:before {
  content: "\f23f";
}

.fi-bs-caret-square-left_1:before {
  content: "\f240";
}

.fi-bs-caret-square-left:before {
  content: "\f241";
}

.fi-bs-caret-square-right:before {
  content: "\f242";
}

.fi-bs-caret-up:before {
  content: "\f243";
}

.fi-bs-carrot:before {
  content: "\f244";
}

.fi-bs-cars:before {
  content: "\f245";
}

.fi-bs-cash-register:before {
  content: "\f246";
}

.fi-bs-cassette-tape:before {
  content: "\f247";
}

.fi-bs-cassette-vhs:before {
  content: "\f248";
}

.fi-bs-castle:before {
  content: "\f249";
}

.fi-bs-chair-office:before {
  content: "\f24a";
}

.fi-bs-chair:before {
  content: "\f24b";
}

.fi-bs-charging-station:before {
  content: "\f24c";
}

.fi-bs-chart-area:before {
  content: "\f24d";
}

.fi-bs-chart-connected:before {
  content: "\f24e";
}

.fi-bs-chart-histogram:before {
  content: "\f24f";
}

.fi-bs-chart-line-up:before {
  content: "\f250";
}

.fi-bs-chart-network:before {
  content: "\f251";
}

.fi-bs-chart-pie-alt:before {
  content: "\f252";
}

.fi-bs-chart-pie:before {
  content: "\f253";
}

.fi-bs-chart-pyramid:before {
  content: "\f254";
}

.fi-bs-chart-scatter:before {
  content: "\f255";
}

.fi-bs-chart-set-theory:before {
  content: "\f256";
}

.fi-bs-chart-tree:before {
  content: "\f257";
}

.fi-bs-chat-arrow-down:before {
  content: "\f258";
}

.fi-bs-chat-arrow-grow:before {
  content: "\f259";
}

.fi-bs-check:before {
  content: "\f25a";
}

.fi-bs-checkbox:before {
  content: "\f25b";
}

.fi-bs-cheese-alt:before {
  content: "\f25c";
}

.fi-bs-cheese:before {
  content: "\f25d";
}

.fi-bs-cherry:before {
  content: "\f25e";
}

.fi-bs-chess-bishop:before {
  content: "\f25f";
}

.fi-bs-chess-board:before {
  content: "\f260";
}

.fi-bs-chess-clock-alt:before {
  content: "\f261";
}

.fi-bs-chess-clock:before {
  content: "\f262";
}

.fi-bs-chess-king-alt:before {
  content: "\f263";
}

.fi-bs-chess-king:before {
  content: "\f264";
}

.fi-bs-chess-knight-alt:before {
  content: "\f265";
}

.fi-bs-chess-knight:before {
  content: "\f266";
}

.fi-bs-chess-pawn-alt:before {
  content: "\f267";
}

.fi-bs-chess-pawn:before {
  content: "\f268";
}

.fi-bs-chess-piece:before {
  content: "\f269";
}

.fi-bs-chess-queen-alt:before {
  content: "\f26a";
}

.fi-bs-chess-queen:before {
  content: "\f26b";
}

.fi-bs-chess-rook-alt:before {
  content: "\f26c";
}

.fi-bs-chess-rook:before {
  content: "\f26d";
}

.fi-bs-chess:before {
  content: "\f26e";
}

.fi-bs-chevron-double-down:before {
  content: "\f26f";
}

.fi-bs-chevron-double-up:before {
  content: "\f270";
}

.fi-bs-child-head:before {
  content: "\f271";
}

.fi-bs-chocolate:before {
  content: "\f272";
}

.fi-bs-circle-0:before {
  content: "\f273";
}

.fi-bs-circle-1:before {
  content: "\f274";
}

.fi-bs-circle-2:before {
  content: "\f275";
}

.fi-bs-circle-3:before {
  content: "\f276";
}

.fi-bs-circle-4:before {
  content: "\f277";
}

.fi-bs-circle-5:before {
  content: "\f278";
}

.fi-bs-circle-6:before {
  content: "\f279";
}

.fi-bs-circle-7:before {
  content: "\f27a";
}

.fi-bs-circle-8:before {
  content: "\f27b";
}

.fi-bs-circle-9:before {
  content: "\f27c";
}

.fi-bs-circle-dashed:before {
  content: "\f27d";
}

.fi-bs-circle-envelope:before {
  content: "\f27e";
}

.fi-bs-circle-half-stroke:before {
  content: "\f27f";
}

.fi-bs-circle-heart:before {
  content: "\f280";
}

.fi-bs-circle-phone-flip:before {
  content: "\f281";
}

.fi-bs-circle-phone-hangup:before {
  content: "\f282";
}

.fi-bs-circle-phone:before {
  content: "\f283";
}

.fi-bs-circle-small:before {
  content: "\f284";
}

.fi-bs-circle:before {
  content: "\f285";
}

.fi-bs-city:before {
  content: "\f286";
}

.fi-bs-clip:before {
  content: "\f287";
}

.fi-bs-clipboard-list-check:before {
  content: "\f288";
}

.fi-bs-clipboard-list:before {
  content: "\f289";
}

.fi-bs-clock-eight-thirty:before {
  content: "\f28a";
}

.fi-bs-clock-eleven-thirty:before {
  content: "\f28b";
}

.fi-bs-clock-eleven:before {
  content: "\f28c";
}

.fi-bs-clock-five-thirty:before {
  content: "\f28d";
}

.fi-bs-clock-five:before {
  content: "\f28e";
}

.fi-bs-clock-four-thirty:before {
  content: "\f28f";
}

.fi-bs-clock-nine-thirty:before {
  content: "\f290";
}

.fi-bs-clock-nine:before {
  content: "\f291";
}

.fi-bs-clock-one-thirty:before {
  content: "\f292";
}

.fi-bs-clock-one:before {
  content: "\f293";
}

.fi-bs-clock-seven-thirty:before {
  content: "\f294";
}

.fi-bs-clock-seven:before {
  content: "\f295";
}

.fi-bs-clock-six-thirty:before {
  content: "\f296";
}

.fi-bs-clock-six:before {
  content: "\f297";
}

.fi-bs-clock-ten-thirty:before {
  content: "\f298";
}

.fi-bs-clock-ten:before {
  content: "\f299";
}

.fi-bs-clock-three-thirty:before {
  content: "\f29a";
}

.fi-bs-clock-three:before {
  content: "\f29b";
}

.fi-bs-clock-twelve-thirty:before {
  content: "\f29c";
}

.fi-bs-clock-twelve:before {
  content: "\f29d";
}

.fi-bs-clock-two-thirty:before {
  content: "\f29e";
}

.fi-bs-clock-two:before {
  content: "\f29f";
}

.fi-bs-clock:before {
  content: "\f2a0";
}

.fi-bs-cloud-check:before {
  content: "\f2a1";
}

.fi-bs-cloud-disabled:before {
  content: "\f2a2";
}

.fi-bs-cloud-download-alt:before {
  content: "\f2a3";
}

.fi-bs-cloud-download:before {
  content: "\f2a4";
}

.fi-bs-cloud-drizzle:before {
  content: "\f2a5";
}

.fi-bs-cloud-hail-mixed:before {
  content: "\f2a6";
}

.fi-bs-cloud-hail:before {
  content: "\f2a7";
}

.fi-bs-cloud-moon-rain:before {
  content: "\f2a8";
}

.fi-bs-cloud-moon:before {
  content: "\f2a9";
}

.fi-bs-cloud-rain:before {
  content: "\f2aa";
}

.fi-bs-cloud-rainbow:before {
  content: "\f2ab";
}

.fi-bs-cloud-share:before {
  content: "\f2ac";
}

.fi-bs-cloud-showers-heavy:before {
  content: "\f2ad";
}

.fi-bs-cloud-showers:before {
  content: "\f2ae";
}

.fi-bs-cloud-sleet:before {
  content: "\f2af";
}

.fi-bs-cloud-snow:before {
  content: "\f2b0";
}

.fi-bs-cloud-sun-rain:before {
  content: "\f2b1";
}

.fi-bs-cloud-sun:before {
  content: "\f2b2";
}

.fi-bs-cloud-upload-alt:before {
  content: "\f2b3";
}

.fi-bs-cloud-upload:before {
  content: "\f2b4";
}

.fi-bs-cloud:before {
  content: "\f2b5";
}

.fi-bs-clouds-moon:before {
  content: "\f2b6";
}

.fi-bs-clouds-sun:before {
  content: "\f2b7";
}

.fi-bs-clouds:before {
  content: "\f2b8";
}

.fi-bs-club:before {
  content: "\f2b9";
}

.fi-bs-cocktail-alt:before {
  content: "\f2ba";
}

.fi-bs-cocktail:before {
  content: "\f2bb";
}

.fi-bs-code-branch:before {
  content: "\f2bc";
}

.fi-bs-code-commit:before {
  content: "\f2bd";
}

.fi-bs-code-compare:before {
  content: "\f2be";
}

.fi-bs-code-fork:before {
  content: "\f2bf";
}

.fi-bs-code-merge:before {
  content: "\f2c0";
}

.fi-bs-code-pull-request-closed:before {
  content: "\f2c1";
}

.fi-bs-code-pull-request-draft:before {
  content: "\f2c2";
}

.fi-bs-code-pull-request:before {
  content: "\f2c3";
}

.fi-bs-code-simple:before {
  content: "\f2c4";
}

.fi-bs-coffee-pot:before {
  content: "\f2c5";
}

.fi-bs-coffee:before {
  content: "\f2c6";
}

.fi-bs-coin:before {
  content: "\f2c7";
}

.fi-bs-coins:before {
  content: "\f2c8";
}

.fi-bs-comet:before {
  content: "\f2c9";
}

.fi-bs-comment-alt-middle-top:before {
  content: "\f2ca";
}

.fi-bs-comment-alt-middle:before {
  content: "\f2cb";
}

.fi-bs-comment-alt:before {
  content: "\f2cc";
}

.fi-bs-comment-arrow-down:before {
  content: "\f2cd";
}

.fi-bs-comment-arrow-up-right:before {
  content: "\f2ce";
}

.fi-bs-comment-arrow-up:before {
  content: "\f2cf";
}

.fi-bs-comment-check:before {
  content: "\f2d0";
}

.fi-bs-comment-code:before {
  content: "\f2d1";
}

.fi-bs-comment-dollar:before {
  content: "\f2d2";
}

.fi-bs-comment-exclamation:before {
  content: "\f2d3";
}

.fi-bs-comment-heart:before {
  content: "\f2d4";
}

.fi-bs-comment-image:before {
  content: "\f2d5";
}

.fi-bs-comment-info:before {
  content: "\f2d6";
}

.fi-bs-comment-pen:before {
  content: "\f2d7";
}

.fi-bs-comment-question:before {
  content: "\f2d8";
}

.fi-bs-comment-quote:before {
  content: "\f2d9";
}

.fi-bs-comment-slash:before {
  content: "\f2da";
}

.fi-bs-comment-sms:before {
  content: "\f2db";
}

.fi-bs-comment-text:before {
  content: "\f2dc";
}

.fi-bs-comment-user:before {
  content: "\f2dd";
}

.fi-bs-comment-xmark:before {
  content: "\f2de";
}

.fi-bs-comment:before {
  content: "\f2df";
}

.fi-bs-comments-dollar:before {
  content: "\f2e0";
}

.fi-bs-comments-question-check:before {
  content: "\f2e1";
}

.fi-bs-comments-question:before {
  content: "\f2e2";
}

.fi-bs-comments:before {
  content: "\f2e3";
}

.fi-bs-compress-alt:before {
  content: "\f2e4";
}

.fi-bs-compress:before {
  content: "\f2e5";
}

.fi-bs-computer:before {
  content: "\f2e6";
}

.fi-bs-concierge-bell:before {
  content: "\f2e7";
}

.fi-bs-confetti:before {
  content: "\f2e8";
}

.fi-bs-cookie:before {
  content: "\f2e9";
}

.fi-bs-copy-alt:before {
  content: "\f2ea";
}

.fi-bs-copy-image:before {
  content: "\f2eb";
}

.fi-bs-copy:before {
  content: "\f2ec";
}

.fi-bs-copyright:before {
  content: "\f2ed";
}

.fi-bs-corn:before {
  content: "\f2ee";
}

.fi-bs-cow:before {
  content: "\f2ef";
}

.fi-bs-cowbell-more:before {
  content: "\f2f0";
}

.fi-bs-cowbell:before {
  content: "\f2f1";
}

.fi-bs-cream:before {
  content: "\f2f2";
}

.fi-bs-credit-card:before {
  content: "\f2f3";
}

.fi-bs-cricket:before {
  content: "\f2f4";
}

.fi-bs-croissant:before {
  content: "\f2f5";
}

.fi-bs-cross-circle:before {
  content: "\f2f6";
}

.fi-bs-cross-religion:before {
  content: "\f2f7";
}

.fi-bs-cross-small:before {
  content: "\f2f8";
}

.fi-bs-cross:before {
  content: "\f2f9";
}

.fi-bs-crown:before {
  content: "\f2fa";
}

.fi-bs-crystal-ball:before {
  content: "\f2fb";
}

.fi-bs-cube:before {
  content: "\f2fc";
}

.fi-bs-cupcake:before {
  content: "\f2fd";
}

.fi-bs-curling:before {
  content: "\f2fe";
}

.fi-bs-cursor-finger:before {
  content: "\f2ff";
}

.fi-bs-cursor-plus:before {
  content: "\f300";
}

.fi-bs-cursor-text-alt:before {
  content: "\f301";
}

.fi-bs-cursor-text:before {
  content: "\f302";
}

.fi-bs-cursor:before {
  content: "\f303";
}

.fi-bs-d:before {
  content: "\f304";
}

.fi-bs-dart:before {
  content: "\f305";
}

.fi-bs-dashboard:before {
  content: "\f306";
}

.fi-bs-data-transfer:before {
  content: "\f307";
}

.fi-bs-database:before {
  content: "\f308";
}

.fi-bs-delete-document:before {
  content: "\f309";
}

.fi-bs-delete-user:before {
  content: "\f30a";
}

.fi-bs-delete:before {
  content: "\f30b";
}

.fi-bs-democrat:before {
  content: "\f30c";
}

.fi-bs-desktop-wallpaper:before {
  content: "\f30d";
}

.fi-bs-devices:before {
  content: "\f30e";
}

.fi-bs-dewpoint:before {
  content: "\f30f";
}

.fi-bs-diagram-project:before {
  content: "\f310";
}

.fi-bs-diamond-turn-right:before {
  content: "\f311";
}

.fi-bs-diamond:before {
  content: "\f312";
}

.fi-bs-dice-alt:before {
  content: "\f313";
}

.fi-bs-dice-d10:before {
  content: "\f314";
}

.fi-bs-dice-d12:before {
  content: "\f315";
}

.fi-bs-dice-d20:before {
  content: "\f316";
}

.fi-bs-dice-d4:before {
  content: "\f317";
}

.fi-bs-dice-d6:before {
  content: "\f318";
}

.fi-bs-dice-d8:before {
  content: "\f319";
}

.fi-bs-dice-four:before {
  content: "\f31a";
}

.fi-bs-dice-one:before {
  content: "\f31b";
}

.fi-bs-dice-six:before {
  content: "\f31c";
}

.fi-bs-dice-three:before {
  content: "\f31d";
}

.fi-bs-dice-two:before {
  content: "\f31e";
}

.fi-bs-dice:before {
  content: "\f31f";
}

.fi-bs-diploma:before {
  content: "\f320";
}

.fi-bs-disco-ball:before {
  content: "\f321";
}

.fi-bs-disk:before {
  content: "\f322";
}

.fi-bs-display-code:before {
  content: "\f323";
}

.fi-bs-distribute-spacing-horizontal:before {
  content: "\f324";
}

.fi-bs-distribute-spacing-vertical:before {
  content: "\f325";
}

.fi-bs-dizzy:before {
  content: "\f326";
}

.fi-bs-doctor:before {
  content: "\f327";
}

.fi-bs-document-signed:before {
  content: "\f328";
}

.fi-bs-document:before {
  content: "\f329";
}

.fi-bs-dollar:before {
  content: "\f32a";
}

.fi-bs-donate:before {
  content: "\f32b";
}

.fi-bs-door-closed:before {
  content: "\f32c";
}

.fi-bs-door-open:before {
  content: "\f32d";
}

.fi-bs-down-left-and-up-right-to-center:before {
  content: "\f32e";
}

.fi-bs-download:before {
  content: "\f32f";
}

.fi-bs-drafting-compass:before {
  content: "\f330";
}

.fi-bs-dreidel:before {
  content: "\f331";
}

.fi-bs-drink-alt:before {
  content: "\f332";
}

.fi-bs-drumstick:before {
  content: "\f333";
}

.fi-bs-dungeon:before {
  content: "\f334";
}

.fi-bs-duplicate:before {
  content: "\f335";
}

.fi-bs-e-learning:before {
  content: "\f336";
}

.fi-bs-e:before {
  content: "\f337";
}

.fi-bs-earnings:before {
  content: "\f338";
}

.fi-bs-eclipse-alt:before {
  content: "\f339";
}

.fi-bs-eclipse:before {
  content: "\f33a";
}

.fi-bs-edit-alt:before {
  content: "\f33b";
}

.fi-bs-edit:before {
  content: "\f33c";
}

.fi-bs-egg-fried:before {
  content: "\f33d";
}

.fi-bs-egg:before {
  content: "\f33e";
}

.fi-bs-engine-warning:before {
  content: "\f33f";
}

.fi-bs-enter:before {
  content: "\f340";
}

.fi-bs-envelope-ban:before {
  content: "\f341";
}

.fi-bs-envelope-bulk:before {
  content: "\f342";
}

.fi-bs-envelope-download:before {
  content: "\f343";
}

.fi-bs-envelope-marker:before {
  content: "\f344";
}

.fi-bs-envelope-open-dollar:before {
  content: "\f345";
}

.fi-bs-envelope-open-text:before {
  content: "\f346";
}

.fi-bs-envelope-open:before {
  content: "\f347";
}

.fi-bs-envelope-plus:before {
  content: "\f348";
}

.fi-bs-envelope:before {
  content: "\f349";
}

.fi-bs-equality:before {
  content: "\f34a";
}

.fi-bs-euro:before {
  content: "\f34b";
}

.fi-bs-exchange-alt:before {
  content: "\f34c";
}

.fi-bs-exchange:before {
  content: "\f34d";
}

.fi-bs-exclamation:before {
  content: "\f34e";
}

.fi-bs-exit:before {
  content: "\f34f";
}

.fi-bs-expand-arrows-alt:before {
  content: "\f350";
}

.fi-bs-expand-arrows:before {
  content: "\f351";
}

.fi-bs-expand:before {
  content: "\f352";
}

.fi-bs-eye-crossed:before {
  content: "\f353";
}

.fi-bs-eye-dropper:before {
  content: "\f354";
}

.fi-bs-eye:before {
  content: "\f355";
}

.fi-bs-f:before {
  content: "\f356";
}

.fi-bs-face-awesome:before {
  content: "\f357";
}

.fi-bs-face-head-bandage:before {
  content: "\f358";
}

.fi-bs-farm:before {
  content: "\f359";
}

.fi-bs-feather:before {
  content: "\f35a";
}

.fi-bs-fence:before {
  content: "\f35b";
}

.fi-bs-ferris-wheel:before {
  content: "\f35c";
}

.fi-bs-field-hockey:before {
  content: "\f35d";
}

.fi-bs-fighter-jet:before {
  content: "\f35e";
}

.fi-bs-file-ai:before {
  content: "\f35f";
}

.fi-bs-file-chart-line:before {
  content: "\f360";
}

.fi-bs-file-chart-pie:before {
  content: "\f361";
}

.fi-bs-file-code:before {
  content: "\f362";
}

.fi-bs-file-eps:before {
  content: "\f363";
}

.fi-bs-file-excel:before {
  content: "\f364";
}

.fi-bs-file-export:before {
  content: "\f365";
}

.fi-bs-file-invoice-dollar:before {
  content: "\f366";
}

.fi-bs-file-invoice:before {
  content: "\f367";
}

.fi-bs-file-pdf:before {
  content: "\f368";
}

.fi-bs-file-powerpoint:before {
  content: "\f369";
}

.fi-bs-file-psd:before {
  content: "\f36a";
}

.fi-bs-file-spreadsheet:before {
  content: "\f36b";
}

.fi-bs-file-video:before {
  content: "\f36c";
}

.fi-bs-file-word:before {
  content: "\f36d";
}

.fi-bs-file:before {
  content: "\f36e";
}

.fi-bs-fill:before {
  content: "\f36f";
}

.fi-bs-film-slash:before {
  content: "\f370";
}

.fi-bs-film:before {
  content: "\f371";
}

.fi-bs-filter-slash:before {
  content: "\f372";
}

.fi-bs-filter:before {
  content: "\f373";
}

.fi-bs-filters:before {
  content: "\f374";
}

.fi-bs-fingerprint:before {
  content: "\f375";
}

.fi-bs-fire-flame-curved:before {
  content: "\f376";
}

.fi-bs-fire-smoke:before {
  content: "\f377";
}

.fi-bs-fish:before {
  content: "\f378";
}

.fi-bs-fishing-rod:before {
  content: "\f379";
}

.fi-bs-flag-alt:before {
  content: "\f37a";
}

.fi-bs-flag-checkered:before {
  content: "\f37b";
}

.fi-bs-flag-usa:before {
  content: "\f37c";
}

.fi-bs-flag:before {
  content: "\f37d";
}

.fi-bs-flame:before {
  content: "\f37e";
}

.fi-bs-flip-horizontal:before {
  content: "\f37f";
}

.fi-bs-flower-bouquet:before {
  content: "\f380";
}

.fi-bs-flower-tulip:before {
  content: "\f381";
}

.fi-bs-flower:before {
  content: "\f382";
}

.fi-bs-flushed:before {
  content: "\f383";
}

.fi-bs-fog:before {
  content: "\f384";
}

.fi-bs-folder-download:before {
  content: "\f385";
}

.fi-bs-folder-minus:before {
  content: "\f386";
}

.fi-bs-folder-times:before {
  content: "\f387";
}

.fi-bs-folder-tree:before {
  content: "\f388";
}

.fi-bs-folder-upload:before {
  content: "\f389";
}

.fi-bs-folder:before {
  content: "\f38a";
}

.fi-bs-folders:before {
  content: "\f38b";
}

.fi-bs-follow-folder:before {
  content: "\f38c";
}

.fi-bs-followcollection:before {
  content: "\f38d";
}

.fi-bs-following:before {
  content: "\f38e";
}

.fi-bs-football:before {
  content: "\f38f";
}

.fi-bs-fork:before {
  content: "\f390";
}

.fi-bs-form:before {
  content: "\f391";
}

.fi-bs-fort:before {
  content: "\f392";
}

.fi-bs-forward:before {
  content: "\f393";
}

.fi-bs-fox:before {
  content: "\f394";
}

.fi-bs-french-fries:before {
  content: "\f395";
}

.fi-bs-frown:before {
  content: "\f396";
}

.fi-bs-ftp:before {
  content: "\f397";
}

.fi-bs-funnel-dollar:before {
  content: "\f398";
}

.fi-bs-g:before {
  content: "\f399";
}

.fi-bs-gallery-thumbnails:before {
  content: "\f39a";
}

.fi-bs-gallery:before {
  content: "\f39b";
}

.fi-bs-game-board-alt:before {
  content: "\f39c";
}

.fi-bs-gamepad:before {
  content: "\f39d";
}

.fi-bs-garage-car:before {
  content: "\f39e";
}

.fi-bs-garage-open:before {
  content: "\f39f";
}

.fi-bs-garage:before {
  content: "\f3a0";
}

.fi-bs-garlic:before {
  content: "\f3a1";
}

.fi-bs-gas-pump-alt:before {
  content: "\f3a2";
}

.fi-bs-gas-pump-slash:before {
  content: "\f3a3";
}

.fi-bs-gas-pump:before {
  content: "\f3a4";
}

.fi-bs-gavel:before {
  content: "\f3a5";
}

.fi-bs-gem:before {
  content: "\f3a6";
}

.fi-bs-gif:before {
  content: "\f3a7";
}

.fi-bs-gift-card:before {
  content: "\f3a8";
}

.fi-bs-gift:before {
  content: "\f3a9";
}

.fi-bs-gifts:before {
  content: "\f3aa";
}

.fi-bs-gingerbread-man:before {
  content: "\f3ab";
}

.fi-bs-glass-cheers:before {
  content: "\f3ac";
}

.fi-bs-glass:before {
  content: "\f3ad";
}

.fi-bs-glasses:before {
  content: "\f3ae";
}

.fi-bs-globe-alt:before {
  content: "\f3af";
}

.fi-bs-globe:before {
  content: "\f3b0";
}

.fi-bs-golf-ball:before {
  content: "\f3b1";
}

.fi-bs-golf-club:before {
  content: "\f3b2";
}

.fi-bs-golf:before {
  content: "\f3b3";
}

.fi-bs-graduation-cap:before {
  content: "\f3b4";
}

.fi-bs-grape:before {
  content: "\f3b5";
}

.fi-bs-graphic-style:before {
  content: "\f3b6";
}

.fi-bs-graphic-tablet:before {
  content: "\f3b7";
}

.fi-bs-grid-alt:before {
  content: "\f3b8";
}

.fi-bs-grid-dividers:before {
  content: "\f3b9";
}

.fi-bs-grid:before {
  content: "\f3ba";
}

.fi-bs-grill:before {
  content: "\f3bb";
}

.fi-bs-grimace:before {
  content: "\f3bc";
}

.fi-bs-grin-alt:before {
  content: "\f3bd";
}

.fi-bs-grin-beam-sweat:before {
  content: "\f3be";
}

.fi-bs-grin-beam:before {
  content: "\f3bf";
}

.fi-bs-grin-hearts:before {
  content: "\f3c0";
}

.fi-bs-grin-squint-tears:before {
  content: "\f3c1";
}

.fi-bs-grin-squint:before {
  content: "\f3c2";
}

.fi-bs-grin-stars:before {
  content: "\f3c3";
}

.fi-bs-grin-tears:before {
  content: "\f3c4";
}

.fi-bs-grin-tongue-squint:before {
  content: "\f3c5";
}

.fi-bs-grin-tongue-wink:before {
  content: "\f3c6";
}

.fi-bs-grin-tongue:before {
  content: "\f3c7";
}

.fi-bs-grin-wink:before {
  content: "\f3c8";
}

.fi-bs-grin:before {
  content: "\f3c9";
}

.fi-bs-guitar:before {
  content: "\f3ca";
}

.fi-bs-gym:before {
  content: "\f3cb";
}

.fi-bs-h:before {
  content: "\f3cc";
}

.fi-bs-hamburger-soda:before {
  content: "\f3cd";
}

.fi-bs-hamburger:before {
  content: "\f3ce";
}

.fi-bs-hammer-crash:before {
  content: "\f3cf";
}

.fi-bs-hammer-war:before {
  content: "\f3d0";
}

.fi-bs-hammer:before {
  content: "\f3d1";
}

.fi-bs-hand-holding-box:before {
  content: "\f3d2";
}

.fi-bs-hand-holding-heart:before {
  content: "\f3d3";
}

.fi-bs-hand-holding-seedling:before {
  content: "\f3d4";
}

.fi-bs-hand-horns:before {
  content: "\f3d5";
}

.fi-bs-hand-lizard:before {
  content: "\f3d6";
}

.fi-bs-hand-peace:before {
  content: "\f3d7";
}

.fi-bs-hand:before {
  content: "\f3d8";
}

.fi-bs-hands-clapping:before {
  content: "\f3d9";
}

.fi-bs-handshake:before {
  content: "\f3da";
}

.fi-bs-happy:before {
  content: "\f3db";
}

.fi-bs-hastag:before {
  content: "\f3dc";
}

.fi-bs-hat-birthday:before {
  content: "\f3dd";
}

.fi-bs-hat-chef:before {
  content: "\f3de";
}

.fi-bs-head-side-brain:before {
  content: "\f3df";
}

.fi-bs-head-side-cough-slash:before {
  content: "\f3e0";
}

.fi-bs-head-side-cough:before {
  content: "\f3e1";
}

.fi-bs-head-side-mask:before {
  content: "\f3e2";
}

.fi-bs-head-side-medical:before {
  content: "\f3e3";
}

.fi-bs-head-side-thinking:before {
  content: "\f3e4";
}

.fi-bs-head-side-virus:before {
  content: "\f3e5";
}

.fi-bs-head-side:before {
  content: "\f3e6";
}

.fi-bs-head-vr:before {
  content: "\f3e7";
}

.fi-bs-headphones:before {
  content: "\f3e8";
}

.fi-bs-headset:before {
  content: "\f3e9";
}

.fi-bs-heart-arrow:before {
  content: "\f3ea";
}

.fi-bs-heart-crack:before {
  content: "\f3eb";
}

.fi-bs-heart:before {
  content: "\f3ec";
}

.fi-bs-heat:before {
  content: "\f3ed";
}

.fi-bs-helicopter-side:before {
  content: "\f3ee";
}

.fi-bs-highlighter-line:before {
  content: "\f3ef";
}

.fi-bs-highlighter:before {
  content: "\f3f0";
}

.fi-bs-hiking:before {
  content: "\f3f1";
}

.fi-bs-hockey-mask:before {
  content: "\f3f2";
}

.fi-bs-hockey-puck:before {
  content: "\f3f3";
}

.fi-bs-hockey-sticks:before {
  content: "\f3f4";
}

.fi-bs-home-location-alt:before {
  content: "\f3f5";
}

.fi-bs-home-location:before {
  content: "\f3f6";
}

.fi-bs-home:before {
  content: "\f3f7";
}

.fi-bs-hot-tub:before {
  content: "\f3f8";
}

.fi-bs-hotdog:before {
  content: "\f3f9";
}

.fi-bs-hotel:before {
  content: "\f3fa";
}

.fi-bs-hourglass-end:before {
  content: "\f3fb";
}

.fi-bs-hourglass:before {
  content: "\f3fc";
}

.fi-bs-house-blank:before {
  content: "\f3fd";
}

.fi-bs-house-building:before {
  content: "\f3fe";
}

.fi-bs-house-chimney-blank:before {
  content: "\f3ff";
}

.fi-bs-house-chimney-crack:before {
  content: "\f400";
}

.fi-bs-house-chimney-medical:before {
  content: "\f401";
}

.fi-bs-house-chimney-window:before {
  content: "\f402";
}

.fi-bs-house-chimney:before {
  content: "\f403";
}

.fi-bs-house-crack:before {
  content: "\f404";
}

.fi-bs-house-flood:before {
  content: "\f405";
}

.fi-bs-house-medical:before {
  content: "\f406";
}

.fi-bs-house-tree:before {
  content: "\f407";
}

.fi-bs-house-turret:before {
  content: "\f408";
}

.fi-bs-house-window:before {
  content: "\f409";
}

.fi-bs-hryvnia:before {
  content: "\f40a";
}

.fi-bs-humidity:before {
  content: "\f40b";
}

.fi-bs-hurricane:before {
  content: "\f40c";
}

.fi-bs-i:before {
  content: "\f40d";
}

.fi-bs-ice-cream:before {
  content: "\f40e";
}

.fi-bs-ice-skate:before {
  content: "\f40f";
}

.fi-bs-icon-star:before {
  content: "\f410";
}

.fi-bs-id-badge:before {
  content: "\f411";
}

.fi-bs-igloo:before {
  content: "\f412";
}

.fi-bs-images:before {
  content: "\f413";
}

.fi-bs-inbox-in:before {
  content: "\f414";
}

.fi-bs-inbox-out:before {
  content: "\f415";
}

.fi-bs-inbox:before {
  content: "\f416";
}

.fi-bs-incognito:before {
  content: "\f417";
}

.fi-bs-indent:before {
  content: "\f418";
}

.fi-bs-industry-windows:before {
  content: "\f419";
}

.fi-bs-infinity:before {
  content: "\f41a";
}

.fi-bs-info:before {
  content: "\f41b";
}

.fi-bs-interactive:before {
  content: "\f41c";
}

.fi-bs-interlining:before {
  content: "\f41d";
}

.fi-bs-interrogation:before {
  content: "\f41e";
}

.fi-bs-island-tropical:before {
  content: "\f41f";
}

.fi-bs-italic:before {
  content: "\f420";
}

.fi-bs-j:before {
  content: "\f421";
}

.fi-bs-jam:before {
  content: "\f422";
}

.fi-bs-jpg:before {
  content: "\f423";
}

.fi-bs-jug:before {
  content: "\f424";
}

.fi-bs-k:before {
  content: "\f425";
}

.fi-bs-kerning:before {
  content: "\f426";
}

.fi-bs-key:before {
  content: "\f427";
}

.fi-bs-keyboard:before {
  content: "\f428";
}

.fi-bs-keynote:before {
  content: "\f429";
}

.fi-bs-kiss-beam:before {
  content: "\f42a";
}

.fi-bs-kiss-wink-heart:before {
  content: "\f42b";
}

.fi-bs-kiss:before {
  content: "\f42c";
}

.fi-bs-kite:before {
  content: "\f42d";
}

.fi-bs-knife:before {
  content: "\f42e";
}

.fi-bs-l:before {
  content: "\f42f";
}

.fi-bs-label:before {
  content: "\f430";
}

.fi-bs-landmark-alt:before {
  content: "\f431";
}

.fi-bs-laptop-code:before {
  content: "\f432";
}

.fi-bs-laptop:before {
  content: "\f433";
}

.fi-bs-lasso-sparkles:before {
  content: "\f434";
}

.fi-bs-lasso:before {
  content: "\f435";
}

.fi-bs-laugh-beam:before {
  content: "\f436";
}

.fi-bs-laugh-squint:before {
  content: "\f437";
}

.fi-bs-laugh-wink:before {
  content: "\f438";
}

.fi-bs-laugh:before {
  content: "\f439";
}

.fi-bs-layer-minus:before {
  content: "\f43a";
}

.fi-bs-layer-plus:before {
  content: "\f43b";
}

.fi-bs-layers:before {
  content: "\f43c";
}

.fi-bs-layout-fluid:before {
  content: "\f43d";
}

.fi-bs-leaf:before {
  content: "\f43e";
}

.fi-bs-lemon:before {
  content: "\f43f";
}

.fi-bs-letter-case:before {
  content: "\f440";
}

.fi-bs-lettuce:before {
  content: "\f441";
}

.fi-bs-level-down-alt:before {
  content: "\f442";
}

.fi-bs-level-down:before {
  content: "\f443";
}

.fi-bs-level-up-alt:before {
  content: "\f444";
}

.fi-bs-level-up:before {
  content: "\f445";
}

.fi-bs-license:before {
  content: "\f446";
}

.fi-bs-life-ring:before {
  content: "\f447";
}

.fi-bs-light-switch-off:before {
  content: "\f448";
}

.fi-bs-light-switch-on:before {
  content: "\f449";
}

.fi-bs-light-switch:before {
  content: "\f44a";
}

.fi-bs-lightbulb-dollar:before {
  content: "\f44b";
}

.fi-bs-line-width:before {
  content: "\f44c";
}

.fi-bs-link-alt:before {
  content: "\f44d";
}

.fi-bs-link-horizontal-slash:before {
  content: "\f44e";
}

.fi-bs-link-horizontal:before {
  content: "\f44f";
}

.fi-bs-link-slash-alt:before {
  content: "\f450";
}

.fi-bs-link-slash:before {
  content: "\f451";
}

.fi-bs-link:before {
  content: "\f452";
}

.fi-bs-lipstick:before {
  content: "\f453";
}

.fi-bs-lira-sign:before {
  content: "\f454";
}

.fi-bs-list-check:before {
  content: "\f455";
}

.fi-bs-list:before {
  content: "\f456";
}

.fi-bs-loading:before {
  content: "\f457";
}

.fi-bs-location-alt:before {
  content: "\f458";
}

.fi-bs-location-crosshairs-slash:before {
  content: "\f459";
}

.fi-bs-location-crosshairs:before {
  content: "\f45a";
}

.fi-bs-location-dot-slash:before {
  content: "\f45b";
}

.fi-bs-lock-alt:before {
  content: "\f45c";
}

.fi-bs-lock:before {
  content: "\f45d";
}

.fi-bs-luchador:before {
  content: "\f45e";
}

.fi-bs-luggage-cart:before {
  content: "\f45f";
}

.fi-bs-luggage-rolling:before {
  content: "\f460";
}

.fi-bs-m:before {
  content: "\f461";
}

.fi-bs-magic-wand:before {
  content: "\f462";
}

.fi-bs-mailbox:before {
  content: "\f463";
}

.fi-bs-makeup-brush:before {
  content: "\f464";
}

.fi-bs-man-head:before {
  content: "\f465";
}

.fi-bs-map-marker-check:before {
  content: "\f466";
}

.fi-bs-map-marker-cross:before {
  content: "\f467";
}

.fi-bs-map-marker-edit:before {
  content: "\f468";
}

.fi-bs-map-marker-home:before {
  content: "\f469";
}

.fi-bs-map-marker-minus:before {
  content: "\f46a";
}

.fi-bs-map-marker-plus:before {
  content: "\f46b";
}

.fi-bs-map-marker-question:before {
  content: "\f46c";
}

.fi-bs-map-marker-slash:before {
  content: "\f46d";
}

.fi-bs-map-marker-smile:before {
  content: "\f46e";
}

.fi-bs-map-marker:before {
  content: "\f46f";
}

.fi-bs-map-pin:before {
  content: "\f470";
}

.fi-bs-map:before {
  content: "\f471";
}

.fi-bs-marker-time:before {
  content: "\f472";
}

.fi-bs-marker:before {
  content: "\f473";
}

.fi-bs-mars-double:before {
  content: "\f474";
}

.fi-bs-mars:before {
  content: "\f475";
}

.fi-bs-mask-carnival:before {
  content: "\f476";
}

.fi-bs-medicine:before {
  content: "\f477";
}

.fi-bs-megaphone:before {
  content: "\f478";
}

.fi-bs-meh-blank:before {
  content: "\f479";
}

.fi-bs-meh-rolling-eyes:before {
  content: "\f47a";
}

.fi-bs-meh:before {
  content: "\f47b";
}

.fi-bs-melon:before {
  content: "\f47c";
}

.fi-bs-menu-burger:before {
  content: "\f47d";
}

.fi-bs-menu-dots-vertical:before {
  content: "\f47e";
}

.fi-bs-menu-dots:before {
  content: "\f47f";
}

.fi-bs-message-code:before {
  content: "\f480";
}

.fi-bs-meteor:before {
  content: "\f481";
}

.fi-bs-microphone-alt:before {
  content: "\f482";
}

.fi-bs-microphone:before {
  content: "\f483";
}

.fi-bs-mind-share:before {
  content: "\f484";
}

.fi-bs-minus-small:before {
  content: "\f485";
}

.fi-bs-minus:before {
  content: "\f486";
}

.fi-bs-mobile-button:before {
  content: "\f487";
}

.fi-bs-mobile-notch:before {
  content: "\f488";
}

.fi-bs-mobile:before {
  content: "\f489";
}

.fi-bs-mockup:before {
  content: "\f48a";
}

.fi-bs-mode-landscape:before {
  content: "\f48b";
}

.fi-bs-mode-portrait:before {
  content: "\f48c";
}

.fi-bs-money-bill-wave-alt:before {
  content: "\f48d";
}

.fi-bs-money-bill-wave:before {
  content: "\f48e";
}

.fi-bs-money-check-edit-alt:before {
  content: "\f48f";
}

.fi-bs-money-check-edit:before {
  content: "\f490";
}

.fi-bs-money-check:before {
  content: "\f491";
}

.fi-bs-money:before {
  content: "\f492";
}

.fi-bs-monument:before {
  content: "\f493";
}

.fi-bs-moon-stars:before {
  content: "\f494";
}

.fi-bs-moon:before {
  content: "\f495";
}

.fi-bs-motorcycle:before {
  content: "\f496";
}

.fi-bs-mountains:before {
  content: "\f497";
}

.fi-bs-mouse:before {
  content: "\f498";
}

.fi-bs-move-to-folder-2:before {
  content: "\f499";
}

.fi-bs-move-to-folder:before {
  content: "\f49a";
}

.fi-bs-mug-alt:before {
  content: "\f49b";
}

.fi-bs-mug-hot-alt:before {
  content: "\f49c";
}

.fi-bs-mug-hot:before {
  content: "\f49d";
}

.fi-bs-mug-tea:before {
  content: "\f49e";
}

.fi-bs-mug:before {
  content: "\f49f";
}

.fi-bs-mushroom:before {
  content: "\f4a0";
}

.fi-bs-music-alt:before {
  content: "\f4a1";
}

.fi-bs-music-file:before {
  content: "\f4a2";
}

.fi-bs-music:before {
  content: "\f4a3";
}

.fi-bs-n:before {
  content: "\f4a4";
}

.fi-bs-navigation:before {
  content: "\f4a5";
}

.fi-bs-network-cloud:before {
  content: "\f4a6";
}

.fi-bs-network:before {
  content: "\f4a7";
}

.fi-bs-no-people:before {
  content: "\f4a8";
}

.fi-bs-noodles:before {
  content: "\f4a9";
}

.fi-bs-notebook:before {
  content: "\f4aa";
}

.fi-bs-o:before {
  content: "\f4ab";
}

.fi-bs-object-exclude:before {
  content: "\f4ac";
}

.fi-bs-object-intersect:before {
  content: "\f4ad";
}

.fi-bs-object-subtract:before {
  content: "\f4ae";
}

.fi-bs-object-union:before {
  content: "\f4af";
}

.fi-bs-oil-can:before {
  content: "\f4b0";
}

.fi-bs-oil-temp:before {
  content: "\f4b1";
}

.fi-bs-olive-oil:before {
  content: "\f4b2";
}

.fi-bs-olives:before {
  content: "\f4b3";
}

.fi-bs-onion:before {
  content: "\f4b4";
}

.fi-bs-opacity:before {
  content: "\f4b5";
}

.fi-bs-overline:before {
  content: "\f4b6";
}

.fi-bs-p:before {
  content: "\f4b7";
}

.fi-bs-package:before {
  content: "\f4b8";
}

.fi-bs-page-break:before {
  content: "\f4b9";
}

.fi-bs-paint-brush:before {
  content: "\f4ba";
}

.fi-bs-paint-roller:before {
  content: "\f4bb";
}

.fi-bs-palette:before {
  content: "\f4bc";
}

.fi-bs-pan:before {
  content: "\f4bd";
}

.fi-bs-paper-plane:before {
  content: "\f4be";
}

.fi-bs-parking-circle-slash:before {
  content: "\f4bf";
}

.fi-bs-parking-circle:before {
  content: "\f4c0";
}

.fi-bs-parking-slash:before {
  content: "\f4c1";
}

.fi-bs-parking:before {
  content: "\f4c2";
}

.fi-bs-passport:before {
  content: "\f4c3";
}

.fi-bs-password:before {
  content: "\f4c4";
}

.fi-bs-paste:before {
  content: "\f4c5";
}

.fi-bs-pattern:before {
  content: "\f4c6";
}

.fi-bs-pause:before {
  content: "\f4c7";
}

.fi-bs-paw:before {
  content: "\f4c8";
}

.fi-bs-peach:before {
  content: "\f4c9";
}

.fi-bs-pencil-ruler:before {
  content: "\f4ca";
}

.fi-bs-pencil:before {
  content: "\f4cb";
}

.fi-bs-pennant:before {
  content: "\f4cc";
}

.fi-bs-people-arrows-left-right:before {
  content: "\f4cd";
}

.fi-bs-people-carry-box:before {
  content: "\f4ce";
}

.fi-bs-people-dress:before {
  content: "\f4cf";
}

.fi-bs-people-pants:before {
  content: "\f4d0";
}

.fi-bs-people-poll:before {
  content: "\f4d1";
}

.fi-bs-people:before {
  content: "\f4d2";
}

.fi-bs-pepper-hot:before {
  content: "\f4d3";
}

.fi-bs-pepper:before {
  content: "\f4d4";
}

.fi-bs-percentage:before {
  content: "\f4d5";
}

.fi-bs-pharmacy:before {
  content: "\f4d6";
}

.fi-bs-phone-call:before {
  content: "\f4d7";
}

.fi-bs-phone-cross:before {
  content: "\f4d8";
}

.fi-bs-phone-office:before {
  content: "\f4d9";
}

.fi-bs-phone-pause:before {
  content: "\f4da";
}

.fi-bs-phone-slash:before {
  content: "\f4db";
}

.fi-bs-photo-film-music:before {
  content: "\f4dc";
}

.fi-bs-photo-video:before {
  content: "\f4dd";
}

.fi-bs-physics:before {
  content: "\f4de";
}

.fi-bs-picnic:before {
  content: "\f4df";
}

.fi-bs-picpeople-filled:before {
  content: "\f4e0";
}

.fi-bs-picpeople:before {
  content: "\f4e1";
}

.fi-bs-picture:before {
  content: "\f4e2";
}

.fi-bs-pie:before {
  content: "\f4e3";
}

.fi-bs-piggy-bank:before {
  content: "\f4e4";
}

.fi-bs-pineapple:before {
  content: "\f4e5";
}

.fi-bs-ping-pong:before {
  content: "\f4e6";
}

.fi-bs-pizza-slice:before {
  content: "\f4e7";
}

.fi-bs-plane-alt:before {
  content: "\f4e8";
}

.fi-bs-plane-arrival:before {
  content: "\f4e9";
}

.fi-bs-plane-departure:before {
  content: "\f4ea";
}

.fi-bs-plane-prop:before {
  content: "\f4eb";
}

.fi-bs-plane-tail:before {
  content: "\f4ec";
}

.fi-bs-plane:before {
  content: "\f4ed";
}

.fi-bs-plate:before {
  content: "\f4ee";
}

.fi-bs-play-alt:before {
  content: "\f4ef";
}

.fi-bs-play-pause:before {
  content: "\f4f0";
}

.fi-bs-play:before {
  content: "\f4f1";
}

.fi-bs-playing-cards:before {
  content: "\f4f2";
}

.fi-bs-plus-small:before {
  content: "\f4f3";
}

.fi-bs-plus:before {
  content: "\f4f4";
}

.fi-bs-podium-star:before {
  content: "\f4f5";
}

.fi-bs-podium:before {
  content: "\f4f6";
}

.fi-bs-poker-chip:before {
  content: "\f4f7";
}

.fi-bs-poo:before {
  content: "\f4f8";
}

.fi-bs-popcorn:before {
  content: "\f4f9";
}

.fi-bs-portrait:before {
  content: "\f4fa";
}

.fi-bs-pot:before {
  content: "\f4fb";
}

.fi-bs-pound:before {
  content: "\f4fc";
}

.fi-bs-power:before {
  content: "\f4fd";
}

.fi-bs-presentation:before {
  content: "\f4fe";
}

.fi-bs-print:before {
  content: "\f4ff";
}

.fi-bs-projector:before {
  content: "\f500";
}

.fi-bs-protractor:before {
  content: "\f501";
}

.fi-bs-pulse:before {
  content: "\f502";
}

.fi-bs-pumpkin:before {
  content: "\f503";
}

.fi-bs-puzzle-piece:before {
  content: "\f504";
}

.fi-bs-pyramid:before {
  content: "\f505";
}

.fi-bs-q:before {
  content: "\f506";
}

.fi-bs-qrcode:before {
  content: "\f507";
}

.fi-bs-question-square:before {
  content: "\f508";
}

.fi-bs-question:before {
  content: "\f509";
}

.fi-bs-quote-right:before {
  content: "\f50a";
}

.fi-bs-r:before {
  content: "\f50b";
}

.fi-bs-racquet:before {
  content: "\f50c";
}

.fi-bs-radish:before {
  content: "\f50d";
}

.fi-bs-rainbow:before {
  content: "\f50e";
}

.fi-bs-raindrops:before {
  content: "\f50f";
}

.fi-bs-ramp-loading:before {
  content: "\f510";
}

.fi-bs-rec:before {
  content: "\f511";
}

.fi-bs-receipt:before {
  content: "\f512";
}

.fi-bs-record-vinyl:before {
  content: "\f513";
}

.fi-bs-rectabgle-vertical:before {
  content: "\f514";
}

.fi-bs-rectangle-barcode:before {
  content: "\f515";
}

.fi-bs-rectangle-code:before {
  content: "\f516";
}

.fi-bs-rectangle-horizontal:before {
  content: "\f517";
}

.fi-bs-rectangle-panoramic:before {
  content: "\f518";
}

.fi-bs-rectangle-xmark:before {
  content: "\f519";
}

.fi-bs-recycle:before {
  content: "\f51a";
}

.fi-bs-redo-alt:before {
  content: "\f51b";
}

.fi-bs-redo:before {
  content: "\f51c";
}

.fi-bs-reflect-horizontal:before {
  content: "\f51d";
}

.fi-bs-reflect-vertical:before {
  content: "\f51e";
}

.fi-bs-reflect:before {
  content: "\f51f";
}

.fi-bs-refresh:before {
  content: "\f520";
}

.fi-bs-registered:before {
  content: "\f521";
}

.fi-bs-remove-folder:before {
  content: "\f522";
}

.fi-bs-remove-user:before {
  content: "\f523";
}

.fi-bs-replace:before {
  content: "\f524";
}

.fi-bs-reply-all:before {
  content: "\f525";
}

.fi-bs-republican:before {
  content: "\f526";
}

.fi-bs-resize:before {
  content: "\f527";
}

.fi-bs-resources:before {
  content: "\f528";
}

.fi-bs-restaurant:before {
  content: "\f529";
}

.fi-bs-rewind:before {
  content: "\f52a";
}

.fi-bs-rhombus:before {
  content: "\f52b";
}

.fi-bs-rings-wedding:before {
  content: "\f52c";
}

.fi-bs-road:before {
  content: "\f52d";
}

.fi-bs-rocket-lunch:before {
  content: "\f52e";
}

.fi-bs-rocket:before {
  content: "\f52f";
}

.fi-bs-roller-coaster:before {
  content: "\f530";
}

.fi-bs-room-service:before {
  content: "\f531";
}

.fi-bs-rotate-left:before {
  content: "\f532";
}

.fi-bs-rotate-right:before {
  content: "\f533";
}

.fi-bs-route-highway:before {
  content: "\f534";
}

.fi-bs-route-interstate:before {
  content: "\f535";
}

.fi-bs-route:before {
  content: "\f536";
}

.fi-bs-ruble-sign:before {
  content: "\f537";
}

.fi-bs-rugby-helmet:before {
  content: "\f538";
}

.fi-bs-rugby:before {
  content: "\f539";
}

.fi-bs-ruler-combined:before {
  content: "\f53a";
}

.fi-bs-ruler-horizontal:before {
  content: "\f53b";
}

.fi-bs-ruler-triangle:before {
  content: "\f53c";
}

.fi-bs-ruler-vertical:before {
  content: "\f53d";
}

.fi-bs-running:before {
  content: "\f53e";
}

.fi-bs-rupee-sign:before {
  content: "\f53f";
}

.fi-bs-rv:before {
  content: "\f540";
}

.fi-bs-s:before {
  content: "\f541";
}

.fi-bs-sack-dollar:before {
  content: "\f542";
}

.fi-bs-sack:before {
  content: "\f543";
}

.fi-bs-sad-cry:before {
  content: "\f544";
}

.fi-bs-sad-tear:before {
  content: "\f545";
}

.fi-bs-sad:before {
  content: "\f546";
}

.fi-bs-salad:before {
  content: "\f547";
}

.fi-bs-salt-pepper:before {
  content: "\f548";
}

.fi-bs-sandwich:before {
  content: "\f549";
}

.fi-bs-sauce:before {
  content: "\f54a";
}

.fi-bs-sausage:before {
  content: "\f54b";
}

.fi-bs-scale:before {
  content: "\f54c";
}

.fi-bs-school-bus:before {
  content: "\f54d";
}

.fi-bs-school:before {
  content: "\f54e";
}

.fi-bs-scissors:before {
  content: "\f54f";
}

.fi-bs-screen:before {
  content: "\f550";
}

.fi-bs-search-alt:before {
  content: "\f551";
}

.fi-bs-search-dollar:before {
  content: "\f552";
}

.fi-bs-search-heart:before {
  content: "\f553";
}

.fi-bs-search-location:before {
  content: "\f554";
}

.fi-bs-search:before {
  content: "\f555";
}

.fi-bs-seat-airline:before {
  content: "\f556";
}

.fi-bs-sensor-alert:before {
  content: "\f557";
}

.fi-bs-sensor-fire:before {
  content: "\f558";
}

.fi-bs-sensor-on:before {
  content: "\f559";
}

.fi-bs-sensor-smoke:before {
  content: "\f55a";
}

.fi-bs-sensor:before {
  content: "\f55b";
}

.fi-bs-settings-sliders:before {
  content: "\f55c";
}

.fi-bs-settings:before {
  content: "\f55d";
}

.fi-bs-share:before {
  content: "\f55e";
}

.fi-bs-shekel-sign:before {
  content: "\f55f";
}

.fi-bs-shield-check:before {
  content: "\f560";
}

.fi-bs-shield-exclamation:before {
  content: "\f561";
}

.fi-bs-shield-interrogation:before {
  content: "\f562";
}

.fi-bs-shield-plus:before {
  content: "\f563";
}

.fi-bs-shield:before {
  content: "\f564";
}

.fi-bs-ship-side:before {
  content: "\f565";
}

.fi-bs-ship:before {
  content: "\f566";
}

.fi-bs-shoe-prints:before {
  content: "\f567";
}

.fi-bs-shop-lock:before {
  content: "\f568";
}

.fi-bs-shop:before {
  content: "\f569";
}

.fi-bs-shopping-bag-add:before {
  content: "\f56a";
}

.fi-bs-shopping-bag:before {
  content: "\f56b";
}

.fi-bs-shopping-basket:before {
  content: "\f56c";
}

.fi-bs-shopping-cart-add:before {
  content: "\f56d";
}

.fi-bs-shopping-cart-check:before {
  content: "\f56e";
}

.fi-bs-shopping-cart:before {
  content: "\f56f";
}

.fi-bs-shrimp:before {
  content: "\f570";
}

.fi-bs-shuffle:before {
  content: "\f571";
}

.fi-bs-shuttle-van:before {
  content: "\f572";
}

.fi-bs-shuttlecock:before {
  content: "\f573";
}

.fi-bs-sidebar-flip:before {
  content: "\f574";
}

.fi-bs-sidebar:before {
  content: "\f575";
}

.fi-bs-sign-hanging:before {
  content: "\f576";
}

.fi-bs-sign-in-alt:before {
  content: "\f577";
}

.fi-bs-sign-out-alt:before {
  content: "\f578";
}

.fi-bs-signal-alt-1:before {
  content: "\f579";
}

.fi-bs-signal-alt-2:before {
  content: "\f57a";
}

.fi-bs-signal-alt:before {
  content: "\f57b";
}

.fi-bs-signal-stream-slash:before {
  content: "\f57c";
}

.fi-bs-signal-stream:before {
  content: "\f57d";
}

.fi-bs-sitemap:before {
  content: "\f57e";
}

.fi-bs-skateboard:before {
  content: "\f57f";
}

.fi-bs-skating:before {
  content: "\f580";
}

.fi-bs-skewer:before {
  content: "\f581";
}

.fi-bs-ski-jump:before {
  content: "\f582";
}

.fi-bs-ski-lift:before {
  content: "\f583";
}

.fi-bs-skiing-nordic:before {
  content: "\f584";
}

.fi-bs-skiing:before {
  content: "\f585";
}

.fi-bs-sledding:before {
  content: "\f586";
}

.fi-bs-sleigh:before {
  content: "\f587";
}

.fi-bs-smartphone:before {
  content: "\f588";
}

.fi-bs-smile-beam:before {
  content: "\f589";
}

.fi-bs-smile-wink:before {
  content: "\f58a";
}

.fi-bs-smiley-comment-alt:before {
  content: "\f58b";
}

.fi-bs-smog:before {
  content: "\f58c";
}

.fi-bs-smoke:before {
  content: "\f58d";
}

.fi-bs-snow-blowing:before {
  content: "\f58e";
}

.fi-bs-snowboarding:before {
  content: "\f58f";
}

.fi-bs-snowflake:before {
  content: "\f590";
}

.fi-bs-snowflakes:before {
  content: "\f591";
}

.fi-bs-snowmobile:before {
  content: "\f592";
}

.fi-bs-snowplow:before {
  content: "\f593";
}

.fi-bs-soap:before {
  content: "\f594";
}

.fi-bs-social-network:before {
  content: "\f595";
}

.fi-bs-sort-alpha-down-alt:before {
  content: "\f596";
}

.fi-bs-sort-alpha-down:before {
  content: "\f597";
}

.fi-bs-sort-alpha-up-alt:before {
  content: "\f598";
}

.fi-bs-sort-alpha-up:before {
  content: "\f599";
}

.fi-bs-sort-alt:before {
  content: "\f59a";
}

.fi-bs-sort-amount-down-alt:before {
  content: "\f59b";
}

.fi-bs-sort-amount-down:before {
  content: "\f59c";
}

.fi-bs-sort-amount-up-alt:before {
  content: "\f59d";
}

.fi-bs-sort-amount-up:before {
  content: "\f59e";
}

.fi-bs-sort-down:before {
  content: "\f59f";
}

.fi-bs-sort-numeric-down-alt:before {
  content: "\f5a0";
}

.fi-bs-sort-numeric-down:before {
  content: "\f5a1";
}

.fi-bs-sort:before {
  content: "\f5a2";
}

.fi-bs-soup:before {
  content: "\f5a3";
}

.fi-bs-spa:before {
  content: "\f5a4";
}

.fi-bs-space-shuttle:before {
  content: "\f5a5";
}

.fi-bs-spade:before {
  content: "\f5a6";
}

.fi-bs-sparkles:before {
  content: "\f5a7";
}

.fi-bs-speaker:before {
  content: "\f5a8";
}

.fi-bs-sphere:before {
  content: "\f5a9";
}

.fi-bs-spinner:before {
  content: "\f5aa";
}

.fi-bs-spoon:before {
  content: "\f5ab";
}

.fi-bs-square-0:before {
  content: "\f5ac";
}

.fi-bs-square-1:before {
  content: "\f5ad";
}

.fi-bs-square-2:before {
  content: "\f5ae";
}

.fi-bs-square-3:before {
  content: "\f5af";
}

.fi-bs-square-4:before {
  content: "\f5b0";
}

.fi-bs-square-5:before {
  content: "\f5b1";
}

.fi-bs-square-6:before {
  content: "\f5b2";
}

.fi-bs-square-7:before {
  content: "\f5b3";
}

.fi-bs-square-8:before {
  content: "\f5b4";
}

.fi-bs-square-9:before {
  content: "\f5b5";
}

.fi-bs-square-code:before {
  content: "\f5b6";
}

.fi-bs-square-heart:before {
  content: "\f5b7";
}

.fi-bs-square-plus:before {
  content: "\f5b8";
}

.fi-bs-square-root:before {
  content: "\f5b9";
}

.fi-bs-square-terminal:before {
  content: "\f5ba";
}

.fi-bs-square:before {
  content: "\f5bb";
}

.fi-bs-squircle:before {
  content: "\f5bc";
}

.fi-bs-stamp:before {
  content: "\f5bd";
}

.fi-bs-star-comment-alt:before {
  content: "\f5be";
}

.fi-bs-star-octogram:before {
  content: "\f5bf";
}

.fi-bs-star:before {
  content: "\f5c0";
}

.fi-bs-starfighter:before {
  content: "\f5c1";
}

.fi-bs-stars:before {
  content: "\f5c2";
}

.fi-bs-stats:before {
  content: "\f5c3";
}

.fi-bs-steak:before {
  content: "\f5c4";
}

.fi-bs-steering-wheel:before {
  content: "\f5c5";
}

.fi-bs-stethoscope:before {
  content: "\f5c6";
}

.fi-bs-sticker:before {
  content: "\f5c7";
}

.fi-bs-stop:before {
  content: "\f5c8";
}

.fi-bs-stopwatch:before {
  content: "\f5c9";
}

.fi-bs-store-alt:before {
  content: "\f5ca";
}

.fi-bs-store-lock:before {
  content: "\f5cb";
}

.fi-bs-strawberry:before {
  content: "\f5cc";
}

.fi-bs-street-view:before {
  content: "\f5cd";
}

.fi-bs-subtitles:before {
  content: "\f5ce";
}

.fi-bs-subway:before {
  content: "\f5cf";
}

.fi-bs-suitcase-alt:before {
  content: "\f5d0";
}

.fi-bs-summer:before {
  content: "\f5d1";
}

.fi-bs-sun:before {
  content: "\f5d2";
}

.fi-bs-sunrise-alt:before {
  content: "\f5d3";
}

.fi-bs-sunrise:before {
  content: "\f5d4";
}

.fi-bs-sunset:before {
  content: "\f5d5";
}

.fi-bs-surfing:before {
  content: "\f5d6";
}

.fi-bs-surprise:before {
  content: "\f5d7";
}

.fi-bs-sushi:before {
  content: "\f5d8";
}

.fi-bs-swimmer:before {
  content: "\f5d9";
}

.fi-bs-sword:before {
  content: "\f5da";
}

.fi-bs-symbol:before {
  content: "\f5db";
}

.fi-bs-syringe:before {
  content: "\f5dc";
}

.fi-bs-t:before {
  content: "\f5dd";
}

.fi-bs-table-columns:before {
  content: "\f5de";
}

.fi-bs-table-layout:before {
  content: "\f5df";
}

.fi-bs-table-picnic:before {
  content: "\f5e0";
}

.fi-bs-table-pivot:before {
  content: "\f5e1";
}

.fi-bs-table-rows:before {
  content: "\f5e2";
}

.fi-bs-table-tree:before {
  content: "\f5e3";
}

.fi-bs-tablet:before {
  content: "\f5e4";
}

.fi-bs-tachometer-alt-average:before {
  content: "\f5e5";
}

.fi-bs-tachometer-alt-fastest:before {
  content: "\f5e6";
}

.fi-bs-tachometer-alt-slow:before {
  content: "\f5e7";
}

.fi-bs-tachometer-alt-slowest:before {
  content: "\f5e8";
}

.fi-bs-tachometer-average:before {
  content: "\f5e9";
}

.fi-bs-tachometer-fast:before {
  content: "\f5ea";
}

.fi-bs-tachometer-fastest:before {
  content: "\f5eb";
}

.fi-bs-tachometer-slow:before {
  content: "\f5ec";
}

.fi-bs-tachometer-slowest:before {
  content: "\f5ed";
}

.fi-bs-tachometer:before {
  content: "\f5ee";
}

.fi-bs-taco:before {
  content: "\f5ef";
}

.fi-bs-tags:before {
  content: "\f5f0";
}

.fi-bs-tally:before {
  content: "\f5f1";
}

.fi-bs-target:before {
  content: "\f5f2";
}

.fi-bs-taxi-bus:before {
  content: "\f5f3";
}

.fi-bs-taxi:before {
  content: "\f5f4";
}

.fi-bs-temperature-down:before {
  content: "\f5f5";
}

.fi-bs-temperature-frigid:before {
  content: "\f5f6";
}

.fi-bs-temperature-high:before {
  content: "\f5f7";
}

.fi-bs-temperature-low:before {
  content: "\f5f8";
}

.fi-bs-temperature-up:before {
  content: "\f5f9";
}

.fi-bs-template-alt:before {
  content: "\f5fa";
}

.fi-bs-template:before {
  content: "\f5fb";
}

.fi-bs-tenge:before {
  content: "\f5fc";
}

.fi-bs-tennis:before {
  content: "\f5fd";
}

.fi-bs-terrace:before {
  content: "\f5fe";
}

.fi-bs-test-tube:before {
  content: "\f5ff";
}

.fi-bs-test:before {
  content: "\f600";
}

.fi-bs-text-check:before {
  content: "\f601";
}

.fi-bs-text-height:before {
  content: "\f602";
}

.fi-bs-text-shadow:before {
  content: "\f603";
}

.fi-bs-text-size:before {
  content: "\f604";
}

.fi-bs-text-slash:before {
  content: "\f605";
}

.fi-bs-text-width:before {
  content: "\f606";
}

.fi-bs-text:before {
  content: "\f607";
}

.fi-bs-thermometer-half:before {
  content: "\f608";
}

.fi-bs-thumbtack:before {
  content: "\f609";
}

.fi-bs-thunderstorm-moon:before {
  content: "\f60a";
}

.fi-bs-thunderstorm-sun:before {
  content: "\f60b";
}

.fi-bs-thunderstorm:before {
  content: "\f60c";
}

.fi-bs-ticket-alt:before {
  content: "\f60d";
}

.fi-bs-ticket:before {
  content: "\f60e";
}

.fi-bs-time-add:before {
  content: "\f60f";
}

.fi-bs-time-check:before {
  content: "\f610";
}

.fi-bs-time-delete:before {
  content: "\f611";
}

.fi-bs-time-fast:before {
  content: "\f612";
}

.fi-bs-time-forward-sixty:before {
  content: "\f613";
}

.fi-bs-time-forward-ten:before {
  content: "\f614";
}

.fi-bs-time-forward:before {
  content: "\f615";
}

.fi-bs-time-half-past:before {
  content: "\f616";
}

.fi-bs-time-oclock:before {
  content: "\f617";
}

.fi-bs-time-past:before {
  content: "\f618";
}

.fi-bs-time-quarter-past:before {
  content: "\f619";
}

.fi-bs-time-quarter-to:before {
  content: "\f61a";
}

.fi-bs-time-twenty-four:before {
  content: "\f61b";
}

.fi-bs-tire-flat:before {
  content: "\f61c";
}

.fi-bs-tire-pressure-warning:before {
  content: "\f61d";
}

.fi-bs-tire-rugged:before {
  content: "\f61e";
}

.fi-bs-tire:before {
  content: "\f61f";
}

.fi-bs-tired:before {
  content: "\f620";
}

.fi-bs-toilet-paper-blank:before {
  content: "\f621";
}

.fi-bs-tomato:before {
  content: "\f622";
}

.fi-bs-tool-box:before {
  content: "\f623";
}

.fi-bs-tool-crop:before {
  content: "\f624";
}

.fi-bs-tool-marquee:before {
  content: "\f625";
}

.fi-bs-tooth:before {
  content: "\f626";
}

.fi-bs-tornado:before {
  content: "\f627";
}

.fi-bs-tower-control:before {
  content: "\f628";
}

.fi-bs-tractor:before {
  content: "\f629";
}

.fi-bs-traffic-light-go:before {
  content: "\f62a";
}

.fi-bs-traffic-light-slow:before {
  content: "\f62b";
}

.fi-bs-traffic-light-stop:before {
  content: "\f62c";
}

.fi-bs-traffic-light:before {
  content: "\f62d";
}

.fi-bs-trailer:before {
  content: "\f62e";
}

.fi-bs-train-side:before {
  content: "\f62f";
}

.fi-bs-train-subway-tunnel:before {
  content: "\f630";
}

.fi-bs-train-tram:before {
  content: "\f631";
}

.fi-bs-train:before {
  content: "\f632";
}

.fi-bs-tram:before {
  content: "\f633";
}

.fi-bs-transform:before {
  content: "\f634";
}

.fi-bs-trash:before {
  content: "\f635";
}

.fi-bs-treasure-chest:before {
  content: "\f636";
}

.fi-bs-treatment:before {
  content: "\f637";
}

.fi-bs-tree-christmas:before {
  content: "\f638";
}

.fi-bs-tree-deciduous:before {
  content: "\f639";
}

.fi-bs-tree:before {
  content: "\f63a";
}

.fi-bs-triangle-warning:before {
  content: "\f63b";
}

.fi-bs-triangle:before {
  content: "\f63c";
}

.fi-bs-trophy-star:before {
  content: "\f63d";
}

.fi-bs-trophy:before {
  content: "\f63e";
}

.fi-bs-truck-container:before {
  content: "\f63f";
}

.fi-bs-truck-couch:before {
  content: "\f640";
}

.fi-bs-truck-loading:before {
  content: "\f641";
}

.fi-bs-truck-monster:before {
  content: "\f642";
}

.fi-bs-truck-moving:before {
  content: "\f643";
}

.fi-bs-truck-pickup:before {
  content: "\f644";
}

.fi-bs-truck-plow:before {
  content: "\f645";
}

.fi-bs-truck-ramp:before {
  content: "\f646";
}

.fi-bs-truck-side:before {
  content: "\f647";
}

.fi-bs-tty:before {
  content: "\f648";
}

.fi-bs-turkey:before {
  content: "\f649";
}

.fi-bs-tv-music:before {
  content: "\f64a";
}

.fi-bs-typewriter:before {
  content: "\f64b";
}

.fi-bs-u:before {
  content: "\f64c";
}

.fi-bs-umbrella-beach:before {
  content: "\f64d";
}

.fi-bs-umbrella:before {
  content: "\f64e";
}

.fi-bs-underline:before {
  content: "\f64f";
}

.fi-bs-undo-alt:before {
  content: "\f650";
}

.fi-bs-undo:before {
  content: "\f651";
}

.fi-bs-unlock:before {
  content: "\f652";
}

.fi-bs-upload:before {
  content: "\f653";
}

.fi-bs-usb-pendrive:before {
  content: "\f654";
}

.fi-bs-usd-circle:before {
  content: "\f655";
}

.fi-bs-usd-square:before {
  content: "\f656";
}

.fi-bs-user-add:before {
  content: "\f657";
}

.fi-bs-user-time:before {
  content: "\f658";
}

.fi-bs-user:before {
  content: "\f659";
}

.fi-bs-users-alt:before {
  content: "\f65a";
}

.fi-bs-users:before {
  content: "\f65b";
}

.fi-bs-utensils:before {
  content: "\f65c";
}

.fi-bs-v:before {
  content: "\f65d";
}

.fi-bs-vector-alt:before {
  content: "\f65e";
}

.fi-bs-vector:before {
  content: "\f65f";
}

.fi-bs-venus-double:before {
  content: "\f660";
}

.fi-bs-venus-mars:before {
  content: "\f661";
}

.fi-bs-venus:before {
  content: "\f662";
}

.fi-bs-vest-patches:before {
  content: "\f663";
}

.fi-bs-vest:before {
  content: "\f664";
}

.fi-bs-video-arrow-down-left:before {
  content: "\f665";
}

.fi-bs-video-arrow-up-right:before {
  content: "\f666";
}

.fi-bs-video-camera-alt:before {
  content: "\f667";
}

.fi-bs-video-camera:before {
  content: "\f668";
}

.fi-bs-video-plus:before {
  content: "\f669";
}

.fi-bs-video-slash:before {
  content: "\f66a";
}

.fi-bs-volcano:before {
  content: "\f66b";
}

.fi-bs-volleyball:before {
  content: "\f66c";
}

.fi-bs-volume:before {
  content: "\f66d";
}

.fi-bs-w:before {
  content: "\f66e";
}

.fi-bs-wagon-covered:before {
  content: "\f66f";
}

.fi-bs-wallet:before {
  content: "\f670";
}

.fi-bs-warehouse-alt:before {
  content: "\f671";
}

.fi-bs-water-bottle:before {
  content: "\f672";
}

.fi-bs-water-lower:before {
  content: "\f673";
}

.fi-bs-water-rise:before {
  content: "\f674";
}

.fi-bs-water:before {
  content: "\f675";
}

.fi-bs-watermelon:before {
  content: "\f676";
}

.fi-bs-wheat:before {
  content: "\f677";
}

.fi-bs-wheelchair:before {
  content: "\f678";
}

.fi-bs-whistle:before {
  content: "\f679";
}

.fi-bs-wifi-1:before {
  content: "\f67a";
}

.fi-bs-wifi-2:before {
  content: "\f67b";
}

.fi-bs-wifi-alt:before {
  content: "\f67c";
}

.fi-bs-wifi-exclamation:before {
  content: "\f67d";
}

.fi-bs-wifi-slash:before {
  content: "\f67e";
}

.fi-bs-wifi:before {
  content: "\f67f";
}

.fi-bs-wind-warning:before {
  content: "\f680";
}

.fi-bs-wind:before {
  content: "\f681";
}

.fi-bs-windsock:before {
  content: "\f682";
}

.fi-bs-wine-glass-crack:before {
  content: "\f683";
}

.fi-bs-woman-head:before {
  content: "\f684";
}

.fi-bs-world:before {
  content: "\f685";
}

.fi-bs-wrench-simple:before {
  content: "\f686";
}

.fi-bs-x:before {
  content: "\f687";
}

.fi-bs-y:before {
  content: "\f688";
}

.fi-bs-yen:before {
  content: "\f689";
}

.fi-bs-z:before {
  content: "\f68a";
}

.fi-bs-zoom-in:before {
  content: "\f68b";
}

.fi-bs-zoom-out:before {
  content: "\f68c";
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity)) !important;
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)) !important;
}

@media (min-width: 640px) {
  .sm\:w-auto {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

#website_meta_data {
  .pre-wrapper{
    position: relative;
  }
  .pre-wrapper .copy-snippet {
    border-radius: 0;
    min-width: 55px;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #bbb;
    color: #000000;
    font-family: 'HELEVETICA',sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42rem;
    margin: 0;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    position: absolute;
    background: #ccc;
    top: 0;
    right: 0;
  }
  .pre-wrapper .copy-snippet:disabled{
    color: #000000;
  }
  .pre-content {
    background: #000000;
    color: #ffffff;
    overflow: auto;
  }
  .website-name {
    font-weight: 700;
  }
  .website-title {
    padding: 20px 0 0 0;
  }
}
