@charset "UTF-8";

/*!
* Bootstrap  v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

:root,
[data-bs-theme=light] {
    --bs-blue: #15fd0d;
    --bs-indigo: #2af210;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd1488;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #35fd0d;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

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

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

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

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

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

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

@media(min-width:1200px) {

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

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {

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

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {

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

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {

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

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

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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

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

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

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

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

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

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

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

textarea {
    resize: vertical
}

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

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

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

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

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

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

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

@media(min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.figure {
    display: inline-block
}

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

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

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

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

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

.col {
    flex: 1 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .col-sm {
        flex: 1 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-md {
        flex: 1 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {
    .col-lg {
        flex: 1 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {
    .col-xl {
        flex: 1 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1400px) {
    .col-xxl {
        flex: 1 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

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

.caption-top {
    caption-side: top
}

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

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

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

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

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

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

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

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

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

.table-primary,
.table-secondary {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

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

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

.table-info,
.table-success {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

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

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

.table-danger,
.table-warning {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

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

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

.table-dark,
.table-light {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

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

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

@media(max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

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

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

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

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

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

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

.form-control-sm {
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

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

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

.form-control-lg {
    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

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

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

textarea.form-control {
    min-height: calc(1.5em + .75rem + var(--bs-border-width)*2)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + var(--bs-border-width)*2)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + var(--bs-border-width)*2)
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + var(--bs-border-width)*2);
    padding: .375rem
}

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

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + var(--bs-border-width)*2)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + var(--bs-border-width)*2)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

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

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

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

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

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

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

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

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

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

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

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

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

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

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

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

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

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

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

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

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

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

@media(prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

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

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

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

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

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

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

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

.form-range:focus {
    outline: 0
}

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

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

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

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

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

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

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

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

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

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

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + var(--bs-border-width)*2);
    min-height: calc(3.5rem + var(--bs-border-width)*2);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:-ms-input-placeholder,
.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

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

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

.form-floating>.form-control-plaintext:not(:-ms-input-placeholder),
.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

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

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

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

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label:after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-select~label:after {
    position: absolute;
    inset: 1rem .375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>.form-control:disabled~label:after,
.form-floating>:disabled~label:after {
    background-color: var(--bs-secondary-bg)
}

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

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

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

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

.input-group .btn:focus {
    z-index: 5
}

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

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

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

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

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

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

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

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

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

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

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

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

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

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

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

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

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

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

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

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

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

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

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

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

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

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

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

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

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

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

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

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

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

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

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

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

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

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

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

.dropdown-menu-end {
    --bs-position: end
}

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

@media(min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

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

    .dropdown-menu-sm-end {
        --bs-position: end
    }

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

@media(min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

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

    .dropdown-menu-md-end {
        --bs-position: end
    }

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

@media(min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

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

    .dropdown-menu-lg-end {
        --bs-position: end
    }

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

@media(min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

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

    .dropdown-menu-xl-end {
        --bs-position: end
    }

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

@media(min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

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

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

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

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width)*-1)
}

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

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width)*-1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1*var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5*var(--bs-card-title-spacer-y));
    color: var(--bs-card-subtitle-color)
}

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

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-.5*var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-.5*var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1.3rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #146c43;
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width)*-1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

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

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

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

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1*var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color)
}

.btn-close:hover {
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white,
[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5*var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-.5*var(--bs-modal-header-padding-y)) calc(-.5*var(--bs-modal-header-padding-x)) calc(-.5*var(--bs-modal-header-padding-y)) auto
}

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

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

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: calc(-1*var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: calc(-1*var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border: 0 solid transparent
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-top>.popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5*var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

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

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

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

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-border,
.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent
}

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

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

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

@media(prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

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

@media(max-width:575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:575.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media(max-width:575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible
    }
}

@media(min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:767.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media(max-width:767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible
    }
}

@media(min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:991.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media(max-width:991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible
    }
}

@media(min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:1199.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media(max-width:1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible
    }
}

@media(min-width:1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

@media(max-width:1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width:1399.98px)and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media(max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%
    }

    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media(min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media(prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

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

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
    margin-top: calc(-.5*var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5*var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5*var(--bs-offcanvas-padding-y))
}

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

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

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn:before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

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

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

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

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

.text-bg-primary {
    color: #fff !important;
    background-color: #198754 !important
}

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

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

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

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

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

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

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

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

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

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

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

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

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

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

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

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

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

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

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

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

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

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

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

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

.sticky-bottom {
    bottom: 0
}

@media(min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

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

@media(min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

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

@media(min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

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

@media(min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

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

@media(min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

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

.hstack {
    flex-direction: row;
    align-items: center
}

.hstack,
.vstack {
    display: flex;
    align-self: stretch
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

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

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

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

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

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

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

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

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

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

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

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

.opacity-0 {
    opacity: 0 !important
}

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

.opacity-50 {
    opacity: .5 !important
}

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

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

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

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

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

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

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

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

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

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

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

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

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

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

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

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

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

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

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

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

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

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

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

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

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

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.m-auto {
    margin: auto !important
}

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

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

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

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

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

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

.me-2 {
    margin-right: .5rem !important
}

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

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

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

.me-auto {
    margin-right: auto !important
}

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

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

.ms-2 {
    margin-left: .5rem !important
}

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

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

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

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

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

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

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

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

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

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

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

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

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

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

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

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

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

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

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

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

.fst-normal {
    font-style: normal !important
}

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

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

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

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

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

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

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

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

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

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

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #198754 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

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

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

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

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

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

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

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

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

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

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

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

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

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

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

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

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

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

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media(min-width:576px) {
    .float-sm-start {
        float: left !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-sm-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

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

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

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

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

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

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

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

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

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

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

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

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

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

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

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

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

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

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

@media(min-width:768px) {
    .float-md-start {
        float: left !important
    }

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

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

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

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

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

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

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

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

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

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

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

    .d-md-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

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

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

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

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

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

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

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

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

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

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

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

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

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

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

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

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

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

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

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

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

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

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

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

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

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

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

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

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

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

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

@media(min-width:992px) {
    .float-lg-start {
        float: left !important
    }

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

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.rdrCalendarWrapper {
    box-sizing: border-box;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rdrDateDisplay {
    display: flex;
    justify-content: space-between
}

.rdrDateDisplayItem {
    flex: 1 1;
    width: 0;
    text-align: center;
    color: inherit
}

.rdrDateDisplayItem+.rdrDateDisplayItem {
    margin-left: .833em
}

.rdrDateDisplayItem input {
    text-align: inherit
}

.rdrDateDisplayItem input:disabled {
    cursor: default
}

.rdrMonthAndYearWrapper {
    box-sizing: inherit;
    display: flex;
    justify-content: space-between
}

.rdrMonthAndYearPickers {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.rdrNextPrevButton {
    box-sizing: inherit;
    cursor: pointer;
    outline: none
}

.rdrMonths {
    display: flex
}

.rdrMonthsVertical {
    flex-direction: column
}

.rdrMonthsHorizontal>div>div>div {
    display: flex;
    flex-direction: row
}

.rdrMonth {
    width: 27.667em
}

.rdrWeekDays {
    display: flex
}

.rdrWeekDay {
    flex-basis: 14.2857142857%;
    box-sizing: inherit;
    text-align: center
}

.rdrDays {
    display: flex;
    flex-wrap: wrap
}

.rdrInfiniteMonths {
    overflow: auto
}

.rdrDateRangeWrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rdrDateInput {
    position: relative
}

.rdrDateInput input {
    outline: none
}

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: red
}

.rdrDay {
    box-sizing: inherit;
    width: 14.2857142857%;
    position: relative;
    font: inherit;
    cursor: pointer
}

.rdrDayNumber {
    display: block;
    position: relative
}

.rdrDayNumber span {
    color: #1d2429
}

.rdrDayDisabled {
    cursor: not-allowed
}

@supports(-ms-ime-align:auto) {
    .rdrDay {
        flex-basis: 14.285% !important
    }
}

.rdrEndEdge,
.rdrInRange,
.rdrSelected,
.rdrStartEdge {
    pointer-events: none
}

.rdrDateRangePickerWrapper {
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rdrStaticRanges {
    display: flex;
    flex-direction: column
}

.rdrStaticRange {
    font-size: inherit
}

.rdrInputRange {
    display: flex
}

.rdrCalendarWrapper {
    color: #000;
    font-size: 12px
}

.rdrDateDisplayWrapper {
    background-color: #eff2f7
}

.rdrDateDisplay {
    margin: .833em
}

.rdrDateDisplayItem {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(35, 57, 66, .21);
    border: 1px solid transparent
}

.rdrDateDisplayItem input {
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0;
    background: transparent;
    width: 100%;
    color: #849095
}

.rdrDateDisplayItemActive {
    border-color: currentColor
}

.rdrDateDisplayItemActive input {
    color: #7d888d
}

.rdrMonthAndYearWrapper {
    align-items: center;
    height: 60px;
    padding-top: 10px
}

.rdrMonthAndYearPickers {
    font-weight: 600
}

.rdrMonthAndYearPickers select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
}

.rdrMonthAndYearPickers select:hover {
    background-color: rgba(0, 0, 0, .07)
}

.rdrMonthPicker,
.rdrYearPicker {
    margin: 0 5px
}

.rdrNextPrevButton {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 .833em;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #eff2f7
}

.rdrNextPrevButton:hover {
    background: #e1e7f0
}

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px)
}

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent #34495e transparent transparent;
    transform: translate(-3px)
}

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent #34495e;
    transform: translate(3px)
}

.rdrWeekDays {
    padding: 0 .833em
}

.rdrMonth {
    padding: 0 .833em 1.666em
}

.rdrMonth .rdrWeekDays {
    padding: 0
}

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
    display: none
}

.rdrWeekDay {
    font-weight: 400;
    line-height: 2.667em;
    color: #849095
}

.rdrDay {
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0;
    line-height: 3em;
    height: 3em;
    text-align: center;
    color: #1d2429
}

.rdrDay:focus {
    outline: 0
}

.rdrDayNumber {
    outline: 0;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    top: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.rdrDayToday .rdrDayNumber span {
    font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff
}

.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after {
    background: #fff
}

.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span {
    color: hsla(0, 0%, 100%, .85)
}

.rdrEndEdge,
.rdrInRange,
.rdrSelected,
.rdrStartEdge {
    background: currentColor;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 5px
}

.rdrSelected {
    left: 2px;
    right: 2px
}

.rdrStartEdge {
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px
}

.rdrEndEdge {
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px
}

.rdrSelected {
    border-radius: 1.042em
}

.rdrDayStartOfMonth .rdrEndEdge,
.rdrDayStartOfMonth .rdrInRange,
.rdrDayStartOfWeek .rdrEndEdge,
.rdrDayStartOfWeek .rdrInRange {
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px
}

.rdrDayEndOfMonth .rdrInRange,
.rdrDayEndOfMonth .rdrStartEdge,
.rdrDayEndOfWeek .rdrInRange,
.rdrDayEndOfWeek .rdrStartEdge {
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px
}

.rdrDayStartOfMonth .rdrDayEndPreview,
.rdrDayStartOfMonth .rdrDayInPreview,
.rdrDayStartOfWeek .rdrDayEndPreview,
.rdrDayStartOfWeek .rdrDayInPreview {
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0
}

.rdrDayEndOfMonth .rdrDayInPreview,
.rdrDayEndOfMonth .rdrDayStartPreview,
.rdrDayEndOfWeek .rdrDayInPreview,
.rdrDayEndOfWeek .rdrDayStartPreview {
    border-top-right-radius: 1.333em;
    border-bottom-right-radius: 1.333em;
    border-right-width: 1px;
    right: 0
}

.rdrDayEndPreview,
.rdrDayInPreview,
.rdrDayStartPreview {
    background: hsla(0, 0%, 100%, .09);
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 3px;
    pointer-events: none;
    border: 0 solid;
    z-index: 1
}

.rdrDayStartPreview {
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    left: 0
}

.rdrDayEndPreview,
.rdrDayInPreview {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.rdrDayEndPreview {
    border-right-width: 1px;
    border-top-right-radius: 1.333em;
    border-bottom-right-radius: 1.333em;
    right: 2px;
    right: 0
}

.rdrDefinedRangesWrapper {
    font-size: 12px;
    width: 226px;
    border-right: 1px solid #eff2f7;
    background: #fff
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
    color: currentColor;
    font-weight: 600
}

.rdrStaticRange {
    border: 0;
    cursor: pointer;
    display: block;
    outline: 0;
    border-bottom: 1px solid #eff2f7;
    padding: 0;
    background: #fff
}

.rdrStaticRange:focus .rdrStaticRangeLabel,
.rdrStaticRange:hover .rdrStaticRangeLabel {
    background: #eff2f7
}

.rdrStaticRangeLabel {
    display: block;
    outline: 0;
    line-height: 18px;
    padding: 10px 20px;
    text-align: left
}

.rdrInputRanges {
    padding: 10px 0
}

.rdrInputRange {
    align-items: center;
    padding: 5px 20px
}

.rdrInputRangeInput {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dee7eb;
    margin-right: 10px;
    color: #6c767a
}

.rdrInputRangeInput:focus,
.rdrInputRangeInput:hover {
    border-color: #b4bfc4;
    outline: 0;
    color: #333
}

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
    content: "";
    border: 1px solid;
    border-radius: 1.333em;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    right: 0;
    background: transparent
}

.rdrDayPassive {
    pointer-events: none
}

.rdrDayPassive .rdrDayNumber span {
    color: #d5dce0
}

.rdrDayPassive .rdrDayEndPreview,
.rdrDayPassive .rdrDayInPreview,
.rdrDayPassive .rdrDayStartPreview,
.rdrDayPassive .rdrEndEdge,
.rdrDayPassive .rdrInRange,
.rdrDayPassive .rdrSelected,
.rdrDayPassive .rdrStartEdge {
    display: none
}

.rdrDayDisabled {
    background-color: #f8f8f8
}

.rdrDayDisabled .rdrDayNumber span {
    color: #aeb9bf
}

.rdrDayDisabled .rdrDayEndPreview,
.rdrDayDisabled .rdrDayInPreview,
.rdrDayDisabled .rdrDayStartPreview,
.rdrDayDisabled .rdrEndEdge,
.rdrDayDisabled .rdrInRange,
.rdrDayDisabled .rdrSelected,
.rdrDayDisabled .rdrStartEdge {
    filter: grayscale(100%) opacity(60%)
}

.rdrMonthName {
    text-align: left;
    font-weight: 600;
    color: #849095;
    padding: .833em
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon:before,
.react-datepicker__year-read-view--down-arrow {
    border-color: #ccc;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    top: 6px;
    width: 9px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
    margin-left: -4px;
    position: absolute;
    width: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    box-sizing: content-box;
    position: absolute;
    height: 0;
    width: 1px;
    content: "";
    z-index: -1;
    border: 8px solid transparent;
    left: -8px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    border-top: none;
    border-bottom-color: #f0f0f0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after {
    top: 0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
    top: -1px;
    border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
    bottom: 0;
    margin-bottom: -8px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    border-bottom: none;
    border-top-color: #fff
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after {
    bottom: 0
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before {
    bottom: -1px;
    border-top-color: #aeaeae
}

.react-datepicker-wrapper {
    display: inline-block;
    padding: 0;
    border: 0
}

.react-datepicker {
    font-family: Helvetica Neue, helvetica, arial, sans-serif;
    font-size: .8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    display: inline-block;
    position: relative
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px
}

.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px
}

.react-datepicker-popper {
    z-index: 1
}

.react-datepicker-popper[data-placement^=bottom] {
    padding-top: 10px
}

.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,
.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
    left: auto;
    right: 50px
}

.react-datepicker-popper[data-placement^=top] {
    padding-bottom: 10px
}

.react-datepicker-popper[data-placement^=right] {
    padding-left: 8px
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
    left: auto;
    right: 42px
}

.react-datepicker-popper[data-placement^=left] {
    padding-right: 8px
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
    left: 42px;
    right: auto
}

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: .3rem;
    padding: 8px 0;
    position: relative
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
    border-top-left-radius: 0
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: .3rem
}

.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
    display: inline-block;
    margin: 0 15px
}

.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
    margin-top: 0;
    color: #000;
    font-weight: 700;
    font-size: .944rem
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.react-datepicker__navigation {
    align-items: center;
    background: none;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    z-index: 1;
    height: 32px;
    width: 32px;
    text-indent: -999em;
    overflow: hidden
}

.react-datepicker__navigation--previous {
    left: 2px
}

.react-datepicker__navigation--next {
    right: 2px
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 85px
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__navigation--years-previous {
    top: 4px
}

.react-datepicker__navigation--years-upcoming {
    top: -4px
}

.react-datepicker__navigation:hover :before {
    border-color: #a6a6a6
}

.react-datepicker__navigation-icon {
    position: relative;
    top: -1px;
    font-size: 20px;
    width: 0
}

.react-datepicker__navigation-icon--next {
    left: -2px
}

.react-datepicker__navigation-icon--next:before {
    transform: rotate(45deg);
    left: -7px
}

.react-datepicker__navigation-icon--previous {
    right: -2px
}

.react-datepicker__navigation-icon--previous:before {
    transform: rotate(225deg);
    right: -7px
}

.react-datepicker__month-container {
    float: left
}

.react-datepicker__year {
    margin: .4rem;
    text-align: center
}

.react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px
}

.react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px
}

.react-datepicker__month {
    margin: .4rem;
    text-align: center
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px
}

.react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left
}

.react-datepicker__input-time-container .react-datepicker-time__caption,
.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: auto
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
    -moz-appearance: textfield
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    margin-left: 5px;
    display: inline-block
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 85px
}

.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    position: absolute;
    right: -87px;
    top: 0
}

.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: #fff;
    border-bottom-right-radius: .3rem
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    width: 85px;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
    border-bottom-right-radius: .3rem
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    list-style: none;
    margin: 0;
    height: calc(195px + .85rem);
    overflow-y: scroll;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    box-sizing: content-box
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
    cursor: pointer;
    background-color: #f0f0f0
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: #216ba5;
    color: #fff;
    font-weight: 700
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
    background-color: #216ba5
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
    color: #ccc
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
    cursor: default;
    background-color: transparent
}

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: .3rem;
    background-color: #f0f0f0
}

.react-datepicker__day-names,
.react-datepicker__week {
    white-space: nowrap
}

.react-datepicker__day-names {
    margin-bottom: -8px
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: .166rem
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
    cursor: pointer
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
    border-radius: .3rem;
    background-color: #f0f0f0
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
    font-weight: 700
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
    border-radius: .3rem;
    background-color: #3dcc4a;
    color: #fff
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
    background-color: #32be3f
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
    color: #f0f
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
    color: green
}

.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
    position: relative;
    border-radius: .3rem;
    background-color: #ff6803;
    color: #fff
}

.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s ease-in-out
}

.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
    background-color: #cf5300
}

.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
    visibility: visible;
    opacity: 1
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected,
.react-datepicker__month-text--in-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--selected,
.react-datepicker__quarter-text--in-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__year-text--in-range,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--selected {
    border-radius: .3rem;
    background-color: #216ba5;
    color: #fff
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__year-text--in-range:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    border-radius: .3rem;
    background-color: #bad9f1;
    color: #000
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
    background-color: #1d5d90
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) {
    background-color: rgba(33, 107, 165, .5)
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
    cursor: default;
    color: #ccc
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
    background-color: transparent
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
    position: absolute;
    padding: .5rem;
    box-sizing: content-box
}

.react-datepicker__view-calendar-icon input {
    padding: 6px 10px 5px 25px
}

.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
    border: 1px solid transparent;
    border-radius: .3rem;
    position: relative
}

.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
    cursor: pointer
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
    border-top-color: #b3b3b3
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
    transform: rotate(135deg);
    right: -16px;
    top: 0
}

.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: .3rem;
    border: 1px solid #aeaeae
}

.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
    cursor: pointer
}

.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll
}

.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
    background-color: #ccc
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3
}

.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
    position: absolute;
    left: 15px
}

.react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0 6px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.react-datepicker__close-icon:after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "×"
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
    clear: left
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem
}

@media(max-height:550px), (max-width:400px) {

    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__time-name {
        width: 2rem;
        line-height: 2rem
    }
}

.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem
}

.react-datepicker__children-container {
    width: 13.8rem;
    margin: .4rem;
    padding-right: .2rem;
    padding-left: .2rem;
    height: auto
}

.react-datepicker__aria-live {
    position: absolute;
    clip-path: circle(0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap
}

.react-datepicker__calendar-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.125em
}

/*Bootstrap toaster*/
.toast {
    border-radius: 10px;
}

.toast-header {
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
}

.toast-header .btn-close {
    width: 20px;
    height: 10px;
    padding: 0px 1px;
    filter: invert(1);
}

.toast-body {
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    padding: 0px 14px 14px 14px;
}

.toast.success .toast-header,
.toast.success .toast-body {
    background-color: #13a96c;
}

.toast.warning .toast-header,
.toast.warning .toast-body {
    background-color: rgb(229 153 40);
}

.toast.error .toast-header,
.toast.error .toast-body {
    background-color: rgb(255 85 119);
}

/*End toaster*/

* {
    /* font-family: Urbanist, sans-serif !important */
    font-family: "Mozilla Text", sans-serif !important
}

:root {
    --color-primary: #198754;
    --color-primary-96: #198754f5;
    --color-primary-88: #198754e0;
    --color-primary-80: #198754cc;
    --color-primary-72: #198754b8;
    --color-primary-64: #198754a3;
    --color-primary-56: #1987548f;
    --color-primary-48: #1987547a;
    --color-primary-32: #19875452;
    --color-primary-24: #1987543d;
    --color-primary-16: #19875429;
    --color-primary-08: #19875414;
    --color-primary-04: #1987540a;
    --color-primary-02: #19875405;
    --color-white: #fff;
    --color-white-96: #fffffff5;
    --color-white-88: #ffffffe0;
    --color-white-80: #ffffffcc;
    --color-white-72: #ffffffb8;
    --color-white-64: #ffffffa3;
    --color-white-56: #ffffff8f;
    --color-white-48: #ffffff7a;
    --color-white-32: #ffffff52;
    --color-white-24: #ffffff3d;
    --color-white-16: #ffffff29;
    --color-white-08: #ffffff14;
    --color-white-04: #ffffff0a;
    --color-white-02: #ffffff05;
    --color-dark: #0c2f64;
    --color-dark-96: #0c2f64f5;
    --color-dark-88: #0c2f64e0;
    --color-dark-80: #0c2f64cc;
    --color-dark-72: #0c2f64b8;
    --color-dark-64: #0c2f64a3;
    --color-dark-56: #0c2f648f;
    --color-dark-48: #0c2f647a;
    --color-dark-32: #0c2f6452;
    --color-dark-24: #0c2f643d;
    --color-dark-16: #0c2f6429;
    --color-dark-08: #0c2f6414;
    --color-dark-04: #0c2f640a;
    --color-dark-02: #0c2f6405;
    --color-yellow: #fec514;
    --color-yellow-04: #fec5140a;
    --color-yellow-08: #fec51414;
    --color-yellow-16: #fec51429;
    --color-yellow-88: #fec514e0;
    --color-orange: #ff6300;
    --color-orange-88: #ff6300e0;
    --color-blue: #0657a3;
    --color-blue-04: #0657a30a;
    --color-blue-08: #0657a314;
    --color-blue-16: #0657a329;
    --color-blue-88: #0657a3e0;
    --color-purple: #6e17b0;
    --color-purple-88: #6e17b0e0;
    --color-green: #00bfb3;
    --color-green-04: #00bfb30a;
    --color-green-08: #00bfb314;
    --color-green-16: #00bfb329;
    --color-green-88: #00bfb3e0;
    --color-red: #f0425f;
    --color-red-04: #f0425f0a;
    --color-red-08: #f0425f14;
    --color-red-16: #f0425f29;
    --color-red-88: #f0425fe0
}

.mode-dark {
    --color-dark: #fff;
    --color-dark-96: #fffffff5;
    --color-dark-88: #ffffffe0;
    --color-dark-80: #ffffffcc;
    --color-dark-72: #ffffffb8;
    --color-dark-64: #ffffffa3;
    --color-dark-56: #ffffff8f;
    --color-dark-48: #ffffff7a;
    --color-dark-32: #ffffff52;
    --color-dark-24: #ffffff3d;
    --color-dark-16: #ffffff29;
    --color-dark-08: #ffffff14;
    --color-dark-04: #ffffff0a;
    --color-dark-02: #ffffff05;
    --color-white: #001524;
    --color-white-96: #001524f5;
    --color-white-88: #001524e0;
    --color-white-80: #001524cc;
    --color-white-72: #001524b8;
    --color-white-64: #001524a3;
    --color-white-56: #0015248f;
    --color-white-48: #0015247a;
    --color-white-32: #00152452;
    --color-white-24: #0015243d;
    --color-white-16: #00152429;
    --color-white-08: #00152414;
    --color-white-04: #0015240a;
    --color-white-02: #00152405
}

i {
    font-family: Font Awesome\ 6 Free, sans-serif !important
}

body,
html {
    height: 100%;
    font-size: 14px
}

p {
    font-size: 1.40rem;
    color: #8197b1
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.text-success {
    color: #00cb58 !important
}

.text-primary {
    color: #005bfe !important
}

a,
a:link {
    text-decoration: none;
    font-weight: 600;
    color: #005bfe;
    transition: .2s
}

a:hover,
a:link:hover {
    opacity: .71
}

.text-orange {
    color: #ff6d1c !important
}

.icons {
    color: #198754;
    font-size: 1.71rem;
    min-width: 1.71rem;
    margin-right: 1.14rem
}

input.form-control,
select.form-control,
select.form-select {
    height: 3.28rem
}

.form-control,
input.form-control,
select.form-control,
select.form-select {
    padding: .71rem 1.14rem;
    border-radius: .57rem;
    border: .14rem solid rgba(0, 92, 204, .239)
}

input.form-control::-moz-placeholder,
select.form-control::-moz-placeholder,
select.form-select::-moz-placeholder {
    color: #8197b1;
    font-size: 1.14rem;
    font-weight: 500
}

input.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select.form-select:-ms-input-placeholder {
    color: #8197b1;
    font-size: 1.14rem;
    font-weight: 500
}

input.form-control::placeholder,
select.form-control::placeholder,
select.form-select::placeholder {
    color: #8197b1;
    font-size: 1.14rem;
    font-weight: 500
}

label {
    font-size: 1.14rem;
    font-weight: 600;
    color: #222
}

.div-v {
    width: .07rem;
    height: 100%;
    background: rgba(129, 151, 177, .522);
    display: block;
    margin: auto
}

ul.pagination a.page-link {
    width: 2.57rem;
    height: 2.57rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 .57rem;
    border-radius: .57rem !important;
    border-color: transparent;
    color: #93acc2;
    font-size: 1rem;
    font-weight: 600
}

ul.pagination a.page-link ion-icon {
    font-size: 1.14rem;
    min-width: 1.14rem
}

ul.pagination li.disabled a.page-link {
    background: rgba(0, 93, 203, .102);
    color: #93acc2;
    border-color: transparent
}

ul.pagination li.active a.page-link {
    background: #198754;
    border-color: #198754
}

ul.pagination li.active a.page-link:hover {
    background: #198754;
    border-color: #198754;
    opacity: .8
}

.btn {
    font-weight: 600;
    font-size: 1.14rem;
    border-radius: .57rem;
    padding: .71rem 1.28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn:active,
.btn:focus,
.btn:hover {
    opacity: .9;
    transition: .2s
}

.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    color: #fff;
    background: #198754;
    border: .07rem solid #198754
}

.btn.btn-secondary,
.btn.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    color: #fff;
    background: #222;
    border: .07rem solid #222
}

.btn.btn-primary-outline,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:hover {
    color: #198754;
    background: transparent;
    border: .07rem solid #198754
}

.btn.btn-white,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover {
    color: #198754;
    background: #fff;
    border: .07rem solid #198754
}

.btn.btn-orange,
.btn.btn-orange:active,
.btn.btn-orange:focus,
.btn.btn-orange:hover {
    color: #fff;
    background: #ff6d1c;
    border: .07rem solid #ff6d1c
}

.btn.btn-orange-outline,
.btn.btn-orange-outline:active,
.btn.btn-orange-outline:focus,
.btn.btn-orange-outline:hover {
    color: #ff6d1c;
    background: transparent;
    border: .07rem solid #ff6d1c
}

.btn.btn-success,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
    color: #fff;
    background: #00cb58;
    border: .07rem solid #00cb58
}

.btn.btn-blue-light,
.btn.btn-blue-light:active,
.btn.btn-blue-light:focus,
.btn.btn-blue-light:hover {
    color: #222;
    background: #c2d8f3;
    border: .07rem solid #c2d8f3
}

.link,
.link:active,
.link:focus,
.link:hover {
    color: #198754;
    background: transparent;
    border: .07rem solid transparent;
    padding: .28rem 0;
    font-size: 1.14rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center
}

.btn.btn-grey-outline,
.btn.btn-grey-outline:active,
.btn.btn-grey-outline:focus,
.btn.btn-grey-outline:hover {
    color: var(--color-dark-56);
    background: var(--color-dark-04)
}

.tabs {
    display: flex
}

.tabs .item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .57rem 1.71rem;
    border: .07rem solid transparent;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
    border-radius: .57rem;
    color: #198754;
    transition: .2s
}

.tabs .item:hover {
    opacity: .8
}

.tabs .item.active {
    background: #198754;
    color: #fff;
    border-color: #198754
}

.tabs .item.active:hover {
    opacity: 1
}

.unfocus {
    position: relative;
    overflow: hidden
}

.unfocus:before {
    content: "";
    width: 110%;
    height: 110%;
    -webkit-backdrop-filter: blur(.42rem) brightness(.96);
    backdrop-filter: blur(.42rem) brightness(.96);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 88
}

.unfocus-content {
    display: none
}

.unfocus .unfocus-content {
    position: absolute;
    top: 1.71rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 99;
    padding: 1.71rem;
    display: block;
    border-radius: 1.14rem;
    background: #fff;
    box-shadow: 0 0 1.71rem -.57rem rgba(0, 47, 102, .2)
}

header {
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 0
}

header .content {
    width: 100%;
    padding: 1.71rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header.content .logo {
    display: block
}

header .content .logo img {
    min-width: unset !important;
    width: auto !important;
    margin: 0 !important
}

header .content nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header .content nav ul li a {
    padding: .71rem 1.71rem;
    font-size: 1.14rem;
    font-weight: 600;
    color: #222;
    transition: .2s
}

header .content nav ul li a:hover {
    color: #198754
}

header .content nav ul li a.profile {
    width: 3.28rem;
    height: 3.28rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 3.28rem;
    background: rgba(0, 47, 102, .102);
    color: #222;
    font-size: 1.14rem;
    font-weight: 900
}

header .content nav ul li a.profile:hover {
    background: rgba(0, 47, 102, .2)
}

header .content nav ul li button.menu {
    display: none
}

header.simple .content,
header.white .content {
    padding: 1.71rem 2.28rem
}

aside.mobile,
header.simple .content,
header.white .content {
    background: #fff;
    box-shadow: 0 0 1.71rem -.57rem rgba(0, 47, 102, .2)
}

aside.mobile {
    position: fixed;
    left: -28.57rem;
    top: 0;
    z-index: 8;
    width: 100%;
    max-width: 21.42rem;
    height: 100%;
    max-height: 100vh;
    transition: .2s
}

aside.mobile.open {
    left: 0
}

aside.mobile .content {
    padding: 1.71rem
}

aside.mobile .content .logo {
    padding-bottom: 1.71rem;
    margin-bottom: 1.14rem;
    display: block;
    border-bottom: .07rem solid rgba(0, 47, 102, .102)
}

aside.mobile .content .logo img {
    height: 3.57rem
}

aside.mobile .content ul li a {
    margin-bottom: 1.14rem;
    display: flex;
    color: #222;
    font-weight: 600
}

aside.mobile .content ul li a:hover {
    color: #198754
}

aside.mobile .content ul li a.btn {
    width: 100%;
    padding: .71rem 1.71rem;
    margin-bottom: .57rem
}

aside.mobile .content ul li a.btn.btn-primary {
    color: #fff
}

aside.profile {
    position: fixed;
    right: -28.57rem;
    top: 0;
    z-index: 8;
    padding: 1.71rem;
    width: 100%;
    max-width: 21.42rem;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    box-shadow: 0 0 1.71rem -.57rem rgba(0, 47, 102, .2);
    transition: .2s
}

aside.profile.open {
    right: 0
}

aside.profile .header {
    margin-bottom: 1.71rem;
    display: flex;
    justify-content: space-between
}

aside.profile .header .notification {
    background: transparent;
    border: none;
    color: #198754;
    font-size: 1.85rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

aside.profile .header .notification span {
    background: #ff1c1c;
    color: #fff;
    width: .85rem;
    height: .85rem;
    font-size: .57rem;
    font-weight: 800;
    border-radius: .85rem;
    position: absolute;
    top: 0;
    right: 0
}

aside.profile .header .link {
    background: transparent;
    border: none;
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.14rem;
    font-weight: 600
}

aside.profile .content {
    height: calc(100% - 2.28rem)
}

aside.profile .content,
aside.profile .content .user {
    display: flex;
    flex-direction: column;
    align-items: center
}

aside.profile .content .user {
    text-align: center
}

aside.profile .content .user .image {
    width: 6.42rem;
    height: 6.42rem;
    border-radius: 6.42rem;
    background: rgba(0, 47, 102, .102);
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.28rem;
    font-weight: 700;
    margin-bottom: .71rem
}

aside.profile .content .user h4 {
    font-size: 1.28rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0
}

aside.profile .content .user h6 {
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #8197b1
}

aside.profile .content .creditos {
    background: #198754;
    color: #fff;
    border-radius: 1.14rem;
    padding: 1.28rem;
    box-shadow: 0 0 1.71rem -.57rem #222
}

aside.profile .content .creditos h6 {
    margin-bottom: .28rem;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .07rem
}

aside.profile .content .creditos h2 {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700
}

section.home {
    padding: 1.5rem 0 0
}

section.home h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #222
}

@media(max-width:991px) {
    
section.home h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #222
}

}

section.home p {
    font-size: 1.45rem;
    font-weight: 500;
    color: #8197b1
}

section.home .form-advanced,
section.home .form-simple {
    transition: .2s
}

section.home .form-advanced {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: .85rem;
    width: 100%;
    transition: visibility 0s, opacity .2s
}

section.blocks {
    padding: 2.5rem 0
}

section.blocks .item {
    border-radius: 1.14rem;
    display: block;
    transition: .2s
}

section.blocks .item:hover {
    transform: scale(1.05);
    filter: saturate(1.1)
}

section.blocks .item:focus {
    filter: brightness(.96);
    transform: scale(.96)
}

section.tendencies {
    padding: 4.57rem 0 8rem;
    position: relative
}

section.tendencies div.container {
    position: relative
}

section.tendencies div.container:before {
    content: "";
    width: 100%;
    height: 24%;
    background: rgba(86, 92, 103, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 3px 3px 3px 0;
    z-index: 0
}

section.tendencies div.container>div {
    position: relative;
    z-index: 8
}

section.tendencies div.item h4 {
    font-size: 1.56rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #198754
}

section.tendencies div.item h4 span:last-child {
    display: inline-flex;
    margin-bottom: -2px;
    margin-left: .28rem
}

section.tendencies div.item div.content {
    background: #fff;
    padding: 2rem;
    border-radius: 0.57rem 0.57rem 0.57rem 0;
    box-shadow: 0 0 1.71rem -1rem rgba(0, 47, 102, .4);
    text-align: center;
    position: relative;
    width:100%;
    margin:auto
}

@media(max-width:768px) {
section.tendencies div.item div.content {
    background: #fff;
    padding: 2rem;
    border-radius: 0.57rem 0.57rem 0.57rem 0;
    box-shadow: 0 0 1.71rem -1rem rgba(0, 47, 102, .4);
    text-align: center;
    position: relative;
     width:69%;
    margin:auto
}
}

section.tendencies div.item div.content h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 4.71rem;
    font-weight: 700;
    color: #198754
}

section.tendencies div.item div.content h2>span:first-child {
    display: flex;
    align-items: center
}

section.tendencies div.item div.content h2>span>span:first-child {
    font-size: 3rem;
    display: inline-flex;
    margin-right: .56rem;
    margin-left: -2.14rem
}

section.tendencies div.item div.content h2>span:last-child {
    font-size: 1.56rem
}

section.tendencies div.item.active div.content {
    background: #198754
}

section.tendencies div.item.active div.content h2 {
    color: #FFFFFF
}

section.tendencies div.item div.content div.emoji {
    font-size: 3.71rem;
    min-height: 7rem
}

section.tendencies div.item div.content div.emoji span {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%)
}

section.tendencies div.container-items {
    padding: 1rem 2.28rem 2.28rem
}

@media(max-width:991px) {
    section.tendencies div.container:before {
        content: none
    }

    section.tendencies div.container-items {
        padding: 0
    }
}

section.plans {
    padding: 0 0 4.57rem
}

section.plans .item {
    padding: 1.71rem;
    border-radius: 1.14rem;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%
}

section.plans .item ul {
    width: 100%;
    margin-bottom: .57rem
}

section.plans .item ul li {
    margin-bottom: .57rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #8197b1
}

section.plans .item ul li ion-icon {
    margin-right: .28rem;
    font-size: .85rem;
    color: #198754
}

section.plans .item h6 {
    color: #198754;
    border-radius: .28rem;
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07rem;
    padding: .28rem .57rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

section.plans .item h4 {
    font-size: 2.56rem;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 1.71rem
}

section.plans .item h4 span {
    font-size: 1.14rem;
    color: #222
}

section.plans .item h4 small {
    font-size: 1.14rem;
    color: #8197b1
}

section.plans .item .btn {
    margin-top: auto
}

section.how .item h4 {
    font-size: 1.42rem;
    font-weight: 600;
    color: #222
}

section.how .item p {
    font-size: 1.14rem;
    font-weight: 500;
    color: #8197b1
}

section.blog {
    padding: 4.57rem 0
}

section.blog div.item {
    border-radius: 1.14rem;
    margin-bottom: 1.14rem
}

section.blog .item h4 {
    font-size: 1.42rem;
    font-weight: 600;
    color: #222
}

section.blog .item p {
    font-size: 1rem;
    font-weight: 500;
    color: #8197b1
}

section.blog .item a {
    font-size: 1.14rem;
    font-weight: 600;
    text-decoration: underline;
    color: #198754
}

section .title h2 {
    font-size: 3.42rem
}

section .title h2,
section .title h3 {
    font-weight: 700;
    color: #222;
    margin-bottom: .28rem
}

section .title h3 {
    font-size: 2.28rem
}

section .title p {
    color: #8197b1;
    font-weight: 500
}

footer {
    background: #fafcff;
    padding: 3.42rem 0 0
}

footer .logo {
    display: block
}

footer .logo img {
    height: 3.57rem
}

footer p {
    color: #8197b1
}

footer h4 {
    font-size: 1.28rem;
    font-weight: 700;
    color: #222
}

footer ul li {
    margin-bottom: 0.8rem
}

footer ul li a {
    font-weight: 600;
    display: flex;
    align-items: center
}

footer ul li a ion-icon {
    font-size: 1rem;
    margin-right: .28rem
}

footer .copyright {
    background: #198754;
    color: #fff;
    padding: 1.14rem;
    margin-top: 1.71rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem
}

section.resultado {
    padding: 4.57rem 0
}

section .title h4 {
    font-size: 1.71rem;
    color: #222
}

section .title h4,
section .title h5 {
    font-weight: 700;
    margin-bottom: .28rem
}

section .title h5 {
    font-size: 1.28rem;
    color: #198754
}

section .relacionados .item {
    padding: 1.71rem;
    background: #fafcff;
    border-radius: 1.14rem
}

section .relacionados .item h4 {
    color: #222;
    font-weight: 700;
    font-size: 1.14rem
}

section .relacionados .item p {
    color: #8197b1;
    font-size: 1rem;
    line-height: 1.4
}

section .relacionados .item .link {
    justify-content: flex-start;
    text-decoration: underline;
    padding: 0
}

section .pesquisa .item {
    padding: 1.71rem;
    background: #fafcff;
    border-radius: 1.14rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

section .pesquisa .item h4 {
    color: #222;
    font-weight: 700;
    font-size: 1.42rem;
    padding-right: 1.71rem
}

section .pesquisa .item p {
    color: #8197b1;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
    padding-right: 1.14rem
}

section .pesquisa .item .btn {
    white-space: nowrap
}

section.resultado .informacoes {
    padding: 2.28rem;
    background: #fff;
    border-radius: .57rem;
    box-shadow: 0 0 1.71rem -1.14rem rgba(0, 47, 102, .31)
}

section .informacoes .item-block {
    padding: 1.14rem;
    border-radius: .57rem;
    background: #fafcff;
    display: flex;
    align-items: center
}

section .informacoes .item-block ion-icon {
    font-size: 1.71rem;
    min-width: 1.71rem;
    margin-right: 1.14rem;
    color: #198754
}

section .informacoes .item-block label {
    font-size: .71rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03rem;
    color: #222;
    display: block
}

section .informacoes .item-block h4 {
    font-size: 1.14rem;
    font-weight: 800;
    color: #222;
    margin: 0
}

section .informacoes .list-striped {
    border-radius: .57rem;
    overflow: hidden
}

section .informacoes .list-striped .item .content {
    background: #fafcff;
    display: flex;
    flex-direction: column;
    padding: 1.14rem 1.42rem
}

section .informacoes .list-striped>.item:nth-of-type(odd)>*,
section .informacoes .list-striped>.sub-items .item:nth-of-type(2n)>* {
    background: #fff
}

section .informacoes .list-striped .item .content p {
    margin: 0;
    color: #222;
    font-size: 1.14rem;
    font-weight: 700
}

section .informacoes .list-striped .item .content label {
    font-size: .71rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03rem;
    color: #222;
    display: block
}

section.resultado-full {
    padding-top: 7rem
}

section.resultado-full .logo {
    padding-bottom: 3.42rem
}

section.resultado-full .logo img {
    height: 3.57rem
}

section.resultado-full .search {
    padding: 2.28rem 0
}

section.resultado-full .pesquisa {
    padding: 2.28rem;
    background: #fff
}

section.resultado-full .pesquisa .list-or-map {
    display: flex
}

section.resultado-full .pesquisa .list-or-map button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-size: 1.14rem;
    margin-left: -.07rem;
    color: #198754;
    border: .07rem solid #198754;
    height: 2.85rem;
    padding: 0 1.14rem
}

section.resultado-full .pesquisa .list-or-map button:first-child {
    border-radius: .57rem 0 0 .57rem
}

section.resultado-full .pesquisa .list-or-map button:last-child {
    border-radius: 0 .57rem .57rem 0
}

section.resultado-full .pesquisa .list-or-map button.active {
    background: #198754;
    color: #fff
}

section.resultado-full .pesquisa .list-or-map button span {
    font-size: 1.14rem;
    font-weight: 600;
    line-height: 1
}

main.access {
    display: flex;
    height: 100%
}

main.access .left,
main.access .right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 3.42rem
}

main.access .logo {
    text-align: center;
    margin-bottom: 3.42rem
}

main.access .logo img {
    height: 3.57rem
}

main.access .left form {
    max-width: 21.42rem
}

main.access .left h4 {
    font-size: 1.28rem
}

main.access .right h4 {
    color: #222;
    font-size: 1.42rem;
    font-weight: 700
}

main.access .right h2 {
    color: #222;
    font-size: 2.28rem;
    font-weight: 700;
    margin-bottom: 1.71rem
}

main.access .left h4 {
    color: #222;
    font-size: 1.42rem;
    font-weight: 700
}

main.access .left h2 {
    color: #222;
    font-size: 3.28rem;
    font-weight: 700;
    margin-bottom: 1.71rem
}

header.checkout {
    background: #fff;
    box-shadow: 0 0 1.71rem -.57rem rgba(0, 48, 102, .204)
}

header.checkout .segure img {
    height: 3.57rem
}

main.checkout {
    padding-top: 8.71rem;
    padding-bottom: 3.42rem
}

main.checkout .field {
    padding: 2.28rem;
    background: #fff;
    border: .14rem solid #c2d8f3;
    border-radius: 1.14rem
}

main.checkout .field.navigate {
    justify-content: space-between
}

main.checkout .field.navigate,
main.checkout .field.navigate ul {
    display: flex;
    align-items: center
}

main.checkout .field.navigate ul li span.div {
    width: 3.42rem;
    height: .14rem;
    display: flex;
    background: rgba(0, 48, 102, .2)
}

main.checkout .field.navigate ul li a {
    padding: 0 1.14rem;
    display: flex;
    align-items: center;
    color: rgba(0, 48, 102, .2);
    font-weight: 700
}

main.checkout .field.navigate ul li a ion-icon {
    margin-right: .57rem;
    font-size: 1.71rem
}

main.checkout .field.navigate ul li a.active {
    color: #198754
}

main.checkout .field.navigate .btn {
    padding: 0;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center
}

main.checkout .field.navigate .btn ion-icon {
    font-size: 1rem
}

main.checkout .field h4 {
    font-size: 1.28rem;
    font-weight: 700;
    color: #222
}

main.checkout .type-payment .item {
    padding: 1.14rem;
    background: #edf0f9;
    border: .07rem solid #198754;
    color: #222;
    margin-bottom: 1.14rem;
    border-radius: .57rem;
    display: flex;
    align-items: center
}

main.checkout .type-payment .item input {
    margin-right: 1.14rem
}

main.checkout .type-payment .item ion-icon {
    margin-right: 1.14rem;
    font-size: 1.71rem
}

main.checkout .type-payment .item span {
    font-size: 1.14rem;
    font-weight: 600
}

main.checkout .field.informations ul li {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #8197b1
}

main.checkout .field.informations ul li div {
    display: flex
}

main.checkout .field.informations ul li div:first-child span {
    margin-right: 1.14rem
}

main.checkout .field.informations ul li div:last-child span {
    margin-left: 1.14rem
}

main.checkout .field.informations ul li.total {
    color: #222
}

section.blocks .item {
    position: relative;
    filter: saturate(1.5) brightness(.95) contrast(1.1)
}

section.blocks .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

section.blocks .item .content h4 {
    font-size: 1.28rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

section.blocks .item .content h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    margin: 0
}

section.blocks .item .content h2 span {
    font-size: 1.71rem
}

footer .social ul,
footer .social ul li a {
    display: flex;
    align-items: center
}

footer .social ul li a {
    padding: .57rem;
    background: #198754;
    color: #fff;
    border-radius: .57rem;
    justify-content: center;
    margin-right: .57rem
}

footer .social ul li a ion-icon {
    font-size: 1.14rem;
    min-width: 1.14rem;
    margin: 0
}

.input-check {
    display: flex;
    align-items: center
}

.input-check input {
    margin-right: .57rem;
    margin-top: .07rem
}

@media(max-width:1200px) {

    body,
    html {
        font-size: 13px
    }

    section.resultado-full {
        flex-direction: column
    }

    section.resultado-full .pesquisa,
    section.resultado-full .search {
        width: 100%
    }
}

@media(max-width:991px) {

    body,
    html {
        font-size: 12px
    }

    .container,
    .container-fluid {
        padding: 0 1.71rem
    }

    header .content nav ul li a {
        display: none
    }

    header .content nav ul li button.menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1.14rem;
        padding: 0;
        background: none;
        border: none;
        font-size: 2.28rem;
        color: #198754
    }

    section .pesquisa .item {
        flex-direction: column;
        align-items: flex-start
    }

    section .pesquisa .item .btn {
        margin-top: 1.14rem
    }

    section.home {
        padding-top: 1.57rem
    }

    main.access {
        flex-direction: column
    }

    main.access .left,
    main.access .right {
        min-height: 50vh
    }
}

.tabs .item {
    border: .07rem solid #005bfe;
    margin-right: .57rem
}

section.blocks .item .content h2 {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column
}

section.blocks .item .content h2 span:last-child {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05rem
}

section.blocks .item .content h2 span:first-child {
    font-size: 3.6rem
}

section.blocks .item .content {
    padding: 1.48rem
}

section.resultado-full {
    display: flex;
    padding-top: 8rem
}

section.resultado-full .pesquisa {
    margin: 1.5rem 0;
    border-radius: .57rem;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .31);
    background: linear-gradient(45deg, #fff, hsla(0, 0%, 100%, .702))
}

section .resumo-segmento .item {
    padding: 1.14rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0 1.71rem -1.14rem rgba(0, 47, 102, .31)
}

section .resumo-segmento .item img {
    width: 4.57rem;
    height: 4.57rem
}

section .resumo-segmento .item div {
    margin-left: 1.71rem
}

section .resumo-segmento .item {
    padding: 1.14rem 1.71rem;
    background: #fff;
    border-radius: .57rem
}

section .resumo-segmento .item label {
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .071rem;
    font-weight: 700;
    color: #198754;
    margin-bottom: .14rem
}

section .resumo-segmento .item h4 {
    font-size: 2.28rem;
    font-weight: 700;
    line-height: 1;
    color: #222;
    margin-bottom: 0
}

section .resumo-segmento .item small {
    font-size: 1rem;
    color: #8197b1;
    font-weight: 500
}

@media(max-width:768px) {
    .btn {
        width: 100%
    }
}

.form-floating>label {
    top: 50% !important;
    left: 1.14rem;
    transform: translateY(-50%) !important;
    padding: 0;
    margin: 0;
    border: none;
    height: auto;
    display: inline-flex !important;
    font-size: 1rem
}

.form-floating>.form-control {
    padding: 1rem 1rem 1rem 3rem !important;
    height: 3.28rem;
    line-height: 1
}

header .content nav ul li a.btn.credit {
    display: flex;
    align-items: center;
    text-align: start;
    background: transparent;
    color: #222;
    border-color: #222;
    padding: .42rem .85rem
}

header .content nav ul li a.btn.credit ion-icon {
    font-size: 1.71rem;
    margin-right: .71rem;
    color: #222
}

header .content nav ul li a.btn.credit h6 {
    font-size: .57rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07rem;
    margin-bottom: 0;
    color: #222
}

header .content nav ul li a.btn.credit h4 {
    font-weight: 700;
    font-size: 1.14rem;
    margin-bottom: 0
}

section.steps {
    padding: 0 0 4.57rem
}

section.steps .item {
    padding: 0.71rem;
  border-radius: 1.14rem;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 2.28rem);
  margin-top: 2.28rem;

}

section.steps .item label {
    width: 7.14rem;
    height: 7.14rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.28rem;
    background: #198754;
    color: #fff;
    border-radius: 7.14rem;
    margin-top: -3.57rem;
    margin-bottom: -.57rem;
    position: relative;
    top: -1.71rem
}

section.steps .item h4 {
    font-size: 1.48rem;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: .71rem
}

section.steps .item .btn {
    margin-top: auto
}

section.steps .item p {
    font-size: 1.15rem
}

section.packs {
    padding: 0 0 4.57rem
}

@media(max-width:768px) {

    section.packs {
        padding: 3rem 0 4.57rem
    }
}


section.packs .item {
    padding: 1.71rem;
    border-radius: 1.14rem;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%
}

section.packs .item h6 {
    color: #198754;
    border-radius: .28rem;
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07rem;
    padding: .28rem .57rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

section.packs .item h4 {
    margin-bottom: 1.61rem
}

section.packs .item h4 span {
    font-size: 1.14rem;
    color: #222
}

section.packs .item h4 small {
    font-size: 1.14rem;
    color: #8197b1
}

section.packs .item .btn {
    margin-top: auto
}

section.resultado-full nav .btn.btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: .2s
}

.btn {
    box-shadow: none !important
}

aside.profile .content .creditos {
    border-radius: .71rem;
    box-shadow: none
}

aside.profile {
    padding: 1.71rem 1.71rem 4.57rem
}

section.packs .item.spotlight {
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .31);
    border-radius: 0 0 1.14rem 1.14rem;
    position: relative
}

section.packs .item.spotlight div.spotlight {
    padding: 6px 6px 3px;
    background: #ff6d1c;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: -16px;
    border-radius: 1.14rem 1.14rem 0 0
}

aside.profile .header .link.close {
    font-size: 2rem;
    color: rgba(0, 47, 102, .29);
    cursor: pointer
}

aside.profile .content .user h6 {
    font-size: 11px;
    margin-top: 4px;
    margin-bottom: 24px
}

aside.profile .content .user h4 {
    font-size: 22px
}

header.white {
    background: #fff;
    box-shadow: 0 0 1.71rem -.57rem rgba(0, 47, 102, .2)
}

header.white .content {
    box-shadow: none
}

section.resultado-full .container-painel {
    background: linear-gradient(45deg, #fff, hsla(0, 0%, 100%, .702))
}

header .content nav ul li a.profile {
    background: #198754;
    color: #fff;
    line-height: 1;
    padding-top: 2px
}

header .content nav ul li a.profile:hover {
    background: #198754;
    opacity: .8
}

@media(max-width:991px) {
    main.access {
        flex-direction: column-reverse
    }
}

.alert {
    border-radius: .57rem;
    font-weight: 600
}

.alert-warning {
    color: #664d03;
    background-color: #fffae6;
    border-color: #fffae6
}

.alert-success {
    color: #03660b;
    background-color: #e8ffe6;
    border-color: #e8ffe6
}

section.resultado-full .container-painel {
    border-radius: .57rem;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .31);
    background: linear-gradient(45deg, #fff, #fff);
    padding: 2.28rem
}

section.resultado-full {
    min-height: 70vh
}

@media(max-width:768px) {
    header .content .logo img {
        height: 2.28rem !important
    }

    section.resultado-full .navbar-nav {
        flex-wrap: wrap;
        flex-direction: row
    }

    section.resultado-full li.nav-item {
        margin-bottom: 4px;
        width: calc(50% - 2px)
    }

    section.resultado-full li.nav-item:first-child,
    section.resultado-full li.nav-item:nth-child(3) {
        margin-right: 4px
    }
}

.rdt_TableHeader {
    padding: 0 !important;
    background-color: #000
}

.btn.small {
    padding: .31rem 1.21rem
}

section.resultado-full li.nav-item {
    white-space: nowrap
}

button.btn.btn-danger-outline.btn-link {
    color: #dc3545;
    border: 1px solid #dc3545
}

.navbar-nav {
    width: 100%
}

section.resultado-full .container-painel header {
    padding: 0;
    min-height: unset;
    position: inherit !important
}

section.resultado-full .container-painel header label {
    font-size: 1.71rem;
    color: #222;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .28rem
}

section.tendencies .item .content h4 {
    text-transform: uppercase
}

section.packs .item h4 {
    font-size: 2.56rem;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: .57rem
}

section.packs .item h5 {
    margin-bottom: 1.61rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ff6d1c
}

section.resultado-full .content-white {
    margin: 1.5rem 0;
    border-radius: .57rem;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .31);
    background: linear-gradient(45deg, #fff, #fff);
    padding: 32px 40px
}

li {
    font-size: 1rem;
    color: #FFF
}

.content-result-search {
    margin-top: 1rem;
    border-radius: .57rem;
    min-height: 56vh
}

section .pesquisa .item {
    border-radius: .57rem
}

.tituloEmpresa {
    color: #222 !important
}

.tituloEmpresa-visualizada {
    color: rgba(0, 47, 102, .631) !important
}

section.video {
    padding: 0 0 3.42rem
}

section.video div.content {
    border-radius: .57rem;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .31);
    background: url(/images/video.png) no-repeat left 0/34%, linear-gradient(45deg, #fff, hsla(0, 0%, 100%, .702))
}

section.video div.video {
    padding-top: 80%;
    position: relative;
    display: flex
}

section.video div.video ion-icon {
    font-size: 3.42rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: .2s
}

section.video div.video:hover ion-icon {
    font-size: 5rem
}

@media(max-width:991px) {
    section.video div.content {
        padding: 1.71rem
    }

    section.video div.video {
        padding-top: 100%
    }

    section.video div.content {
        background: url(/images/video.png) no-repeat left 0/96%, linear-gradient(45deg, #fff, hsla(0, 0%, 100%, .702)) !important
    }
}

.rounded {
    border-radius: .56rem !important
}

.bg-light {
    background-color: rgba(0, 93, 203, .02) !important
}

.form-check {
    margin-bottom: 0
}

.modal {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 88882
}

.modal .modal-content {
    border: 1px solid #fff;
    border-radius: .57rem
}

.modal .modal-header h5 {
    margin-bottom: .28rem
}

.modal-backdrop {
    background-color: #020202
}

.modal .close-out {
    z-index: 8888;
    border-radius: 0 .56rem 0 .56rem;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .31);
    width: 2.56rem;
    height: 2.56rem;
    padding: 0;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #198754;
    border: 1px solid #198754;
    color: #fff;
    opacity: 1
}

.modal iframe {
    height: 50vh
}

.modal-backdrop {
    background-color: rgba(0, 93, 203, .302)
}

button.close-out {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.28rem
}

hr {
    margin: 0;
    color: #ccc
}

.only-logged {
    position: relative
}

.only-logged>:not(.login) {
    opacity: .2
}

.only-logged:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(230, 238, 255, 0);
    -webkit-backdrop-filter: blur(.28rem);
    backdrop-filter: blur(.28rem);
    opacity: 1;
    border-radius: .56rem;
    z-index: 1
}

.only-logged>.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 1.16rem;
    color: #222;
    padding: 2.28rem 2.85rem;
    background: #fff;
    box-shadow: 0 0 1.71rem -1.14rem rgba(0, 47, 102, .31);
    border-radius: .56rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.only-logged>.login h3 {
    font-size: 1.85rem
}

@media(max-width:768px) {
    .only-logged>.login {
        width: 100%
    }

    section .title h2 {
        font-size: 2.42rem
    }

}

div.items-plans {
    width: 100%;
    display: flex;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .32);
    margin-top: 2.56rem
}

@media(max-width:768px) {

    div.items-plans {
        width: 100%;
        display: flex;
        border-radius: 1rem;
        box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .32);
        margin-top: 0.56rem
    }

}

div.items-plans div.item {
    width: 100%;
    border-radius: 0;
    padding: 0;
    align-items: unset;
    color: #8197b1;
    background: #fff;
    border: 1px solid rgba(0, 92, 204, .161)
}

div.items-plans div.item:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

div.items-plans div.item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

div.items-plans div.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.14rem;
    border-bottom: 1px solid rgba(0, 92, 204, .161);
    text-align: center
}

div.items-plans div.title span {
    font-size: 1.56rem;
    font-weight: 700;
    line-height: 1.2;
    display: inline-flex;
    margin-top: .25rem;
    color: #222
}

div.items-plans div.title span:last-child {
    letter-spacing: .07rem
}

div.items-plans div.title span:last-child,
div.items-plans ul li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85rem;
    color: #198754
}

div.items-plans ul li {
    text-align: center;
    letter-spacing: 1px;
    color: #8197b1
}

div.items-plans div.price,
div.items-plans ul li {
    border-bottom: 1px solid rgba(0, 92, 204, .161);
    padding: 1.14rem
}

div.items-plans div.price h4 {
    font-size: 2.56rem;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 0
}

div.items-plans div.price h4 span {
    font-size: 1.14rem;
    color: #222
}

div.items-plans div.buttons {
    padding: 1.14rem
}

div.items-plans div.item.spotlight {
    transform: scale(1.1);
    box-shadow: 0 0 1.71rem -1rem rgba(0, 47, 102, .4);
    margin: 0 .85rem
}

div.items-plans div.item.spotlight div.spotlight {
    padding: 6px 6px 3px;
    background: #198754;
    border: 1px solid #198754;
    color: #fff;
    width: calc(100% + 2px);
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: -2rem;
    left: -1px;
    border-radius: 1.14rem 1.14rem 0 0
}

@media(max-width:768px) {
    div.items-plans {
        flex-direction: column
    }

    div.items-plans div.item {
        border-radius: 1rem;
        margin-bottom: 1.14rem
    }

    div.items-plans div.item.spotlight {
        transform: scale(1);
        margin: 2rem 0 1.14rem
    }
}

section.faq .accordion-item {
    border: 1px solid rgba(0, 92, 204, 0)
}

section.faq .accordion-item:first-of-type,
section.faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

section.faq .accordion-item:last-of-type,
section.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

section.faq .accordion-button {
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
    color: #198754
}

section.faq .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 92, 204, 0)
}

section.faq .accordion-item:first-of-type .accordion-button {
    color: #198754
}

section.faq .accordion-body {
    color: #222;
    font-size: 1.1rem
}

section.faq .accordion-body,
section.faq .accordion-header {
    border-bottom: 1px solid rgba(0, 92, 204, .161)
}

section.faq .accordion-item:last-of-type .accordion-body,
section.faq .accordion-item:last-of-type .accordion-header {
    border-bottom: 0
}

div.button-play {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 3rem;
    color: hsla(0, 0%, 100%, .698);
    border-radius: .56rem;
    transition: .2s;
    overflow: hidden;
    cursor: pointer
}

.bg-image-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* background: linear-gradient(0deg, rgba(0, 91, 203, .6), rgba(0, 91, 203, .6)) */
    /* background: linear-gradient(0deg, rgba(63, 203, 0, 0.6), rgba(102, 223, 34, 0.6)); */
    background: linear-gradient(0deg, rgba(48, 137, 7, 0.85), rgba(102, 223, 34, 0.6));
}

a.button-play ion-icon {
    transition: .2s
}

a.button-play:hover ion-icon {
    color: hsla(0, 0%, 100%, .918)
}

section.steps .item h4 {
    margin-bottom: .56rem
}

@media(max-width:768px) {
    a.button-play {
        min-height: 150px
    }

    .titleExport {
        text-align: center !important;
        margin-left: 0 !important
    }
}

@media(min-width:1700px) {
    div.col-4-lg:has(.item-export) {
        width: 25%
    }
}

.titleExport {
    text-align: unset;
    margin-left: 5rem
}

div.item-export {
    padding: 1.56rem 1.71rem 1.28rem;
    display: flex;
    flex-direction: column;
    border-radius: .56rem;
    background: #fafcff;
    border: 1px solid rgba(0, 47, 102, .102);
    transition: .2s
}

div.item-export.connected {
    border: 1px solid #9bb2d4;
    position: relative;
    overflow: hidden
}

div.item-export.connected span.connected {
    padding: .32rem .56rem .2rem .71rem;
    border-radius: 0 .56rem 0;
    display: inline-flex;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #9bb2d4;
    color: #fff;
    font-size: .71rem;
    font-weight: 700;
    letter-spacing: .07rem
}

div.item-export div.title {
    display: flex
}

div.item-export div.title img {
    max-width: 100%;
    height: 2.28rem;
    display: block;
    margin-right: 1.14rem
}

div.item-export div.title h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin: 0 0 .28rem;
    border-radius: .28rem
}

div.item-export div.title p {
    margin: 0;
    font-size: .71rem
}

div.item-export .btn {
    padding: .28rem 1rem .2rem;
    margin-top: .56rem;
    font-size: .71rem;
    letter-spacing: .07rem;
    width: auto
}

span.pill {
    font-size: .85rem;
    font-weight: 600;
    color: #95a2b2;
    border: 1px solid #95a2b2;
    display: inline-flex;
    align-items: center;
    padding: .28rem 1.1rem .07rem .8rem;
    border-radius: 1rem;
    margin-right: .56rem
}

span.pill svg {
    height: 1.28rem;
    margin: -1.3rem .28rem -1rem 0;
    border-color: #222
}

span.pill.green {
    color: #fff;
    background-color: #31c471;
    border: 1px solid #31c471
}

span.pill.red {
    color: #fff;
    background-color: #ff0f0d;
    border: 1px solid #ff0f0d
}

span.pill.yellow {
    color: #fff;
    background-color: #f5cd00;
    border: 1px solid #f5cd00
}

span.pill.gray {
    color: #fff;
    background-color: #95a2b2;
    border: 1px solid #95a2b2
}

section .pesquisa .item {
    background: #fff;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .32);
    padding-top: 1.5rem;
    padding-bottom: 1.32rem;
    border-radius: .71rem;
    position: relative
}

section .pesquisa .item .btn {
    padding: .48rem 1.32rem;
    margin-top: -1rem !important
}

@media(max-width:576px) {
    section .pesquisa .item .btn {
        margin-top: .85rem !important
    }

    section .pesquisa .item {
        padding-top: 1.5rem
    }
}

.grecaptcha-badge {
    display: none !important
}

section.power-bi {
    min-height: 100vh;
    padding: 3.42rem
}

section.power-bi div.content {
    padding: 1.71rem 2.28rem 1.28rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem -1rem rgba(0, 47, 102, .32)
}

section.power-bi div.content div.graph {
    background: rgba(0, 47, 102, .102);
    border-radius: .56rem
}

section.power-bi div.content div.title h6 {
    font-weight: 700;
    color: #222
}

section.power-bi div.content div.title h4 {
    font-size: 1.56rem;
    color: #222;
    margin-bottom: .28rem
}

section.power-bi div.content div.counter {
    display: flex;
    align-items: center
}

section.power-bi div.content div.counter h2 {
    font-weight: 700;
    font-size: 2.56rem;
    color: #222;
    margin-bottom: 0
}

section.power-bi div.content div.counter div.image img {
    width: 4rem;
    margin-right: 1.71rem
}

section.power-bi div.content div.map div.svg-container {
    position: unset !important
}

section.power-bi div.content div.map div.svg-container svg {
    width: calc(100% + 1.14rem) !important;
    height: auto !important;
    margin-left: -1.14rem
}

section.power-bi div.content div.map div.svg-container svg path {
    stroke-width: 4px !important
}

section.power-bi div.content div.map div.svg-container svg path:hover {
    opacity: .8
}

div.between-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:911px) {
    div.between-title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

div.nav-type-tabs {
    display: flex
}

div.nav-type-tabs>a,
div.nav-type-tabs>button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.14rem;
    line-height: 1;
    font-weight: 700;
    color: #198754;
    border: 1px solid #198754;
    border-width: 1px 1px 1px 0 !important;
    background: #fff;
    height: 2.85rem;
    padding: 0 1.14rem;
    transition: .2s
}

div.nav-type-tabs>a:hover,
div.nav-type-tabs>button:hover {
    background: rgba(0, 48, 102, .06)
}

div.nav-type-tabs>a.active,
div.nav-type-tabs>button.active {
    background: #198754;
    color: #fff
}

div.nav-type-tabs>a.active:hover,
div.nav-type-tabs>button.active:hover {
    background: rgba(0, 89, 255, .95);
    border: 1px solid #198754
}

div.nav-type-tabs>a:first-child,
div.nav-type-tabs>button:first-child {
    border-top-left-radius: .56rem;
    border-bottom-left-radius: .56rem;
    border-width: 1px 0 1px 1px !important
}

div.nav-type-tabs>a:last-child,
div.nav-type-tabs>button:last-child {
    border-top-right-radius: .56rem;
    border-bottom-right-radius: .56rem
}

@media(max-width:768px) {
    .business-intelingence .title h2 {
        line-height: 3rem !important
    }
}

.bbc-news-vj-wrapper {
    color: #404040;
    box-sizing: border-box
}

.bbc-news-vj-wrapper *,
.bbc-news-vj-wrapper :after,
.bbc-news-vj-wrapper :before {
    box-sizing: inherit
}

@media(prefers-reduced-motion:reduce) {
    .bbc-news-vj-wrapper * {
        animation: none;
        transition: none
    }
}

.bbc-news-vj-wrapper ol,
.bbc-news-vj-wrapper p,
.bbc-news-vj-wrapper ul {
    font-size: 1em
}

.bbc-news-vj-wrapper p {
    line-height: 1.375;
    margin-top: 1em
}

.bbc-news-vj-wrapper ol,
.bbc-news-vj-wrapper ul {
    margin: 1em 0;
    list-style-position: inside;
    padding: 0
}

.bbc-news-vj-wrapper li {
    line-height: 1.375
}

.bbc-news-vj-wrapper img {
    display: block;
    max-width: 100%
}

.bbc-news-vj-wrapper a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc
}

.bbc-news-vj-wrapper a:active,
.bbc-news-vj-wrapper a:focus,
.bbc-news-vj-wrapper a:hover {
    border-bottom: 0;
    color: #1167a8
}

.bbc-news-vj-wrapper blockquote {
    line-height: 1.3636;
    position: relative;
    text-align: left
}

.bbc-news-vj-wrapper button,
.bbc-news-vj-wrapper input[type=button],
.bbc-news-vj-wrapper input[type=checkbox],
.bbc-news-vj-wrapper input[type=radio],
.bbc-news-vj-wrapper input[type=submit],
.bbc-news-vj-wrapper label,
.bbc-news-vj-wrapper select {
    cursor: pointer
}

.bbc-news-vj-wrapper textarea {
    display: block
}

.bbc-news-vj-direction--rtl,
.bbc-news-vj-direction--rtl .gel-layout__item {
    text-align: right;
    direction: rtl
}

.bbc-news-vj-direction--rtl .gel-layout__item blockquote,
.bbc-news-vj-direction--rtl blockquote {
    text-align: right
}

.bbc-news-vj-wrapper--amp .gel-wrap,
.bbc-news-vj-wrapper--embed .gel-wrap {
    padding: 0
}

.bbc-news-vj-wrapper button,
.bbc-news-vj-wrapper input[type=button],
.bbc-news-vj-wrapper input[type=email],
.bbc-news-vj-wrapper input[type=number],
.bbc-news-vj-wrapper input[type=password],
.bbc-news-vj-wrapper input[type=search],
.bbc-news-vj-wrapper input[type=submit],
.bbc-news-vj-wrapper input[type=tel],
.bbc-news-vj-wrapper input[type=text],
.bbc-news-vj-wrapper input[type=url],
.bbc-news-vj-wrapper select,
.bbc-news-vj-wrapper textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-sizing: border-box;
    font-family: ReithSans, Helmet, Freesans, Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 1.25em;
    padding: .55em .6em .5em;
    vertical-align: top;
    transition: border .5s ease
}

.bbc-news-vj-wrapper button:active,
.bbc-news-vj-wrapper button:focus,
.bbc-news-vj-wrapper button:hover,
.bbc-news-vj-wrapper input:active[type=button],
.bbc-news-vj-wrapper input:active[type=email],
.bbc-news-vj-wrapper input:active[type=number],
.bbc-news-vj-wrapper input:active[type=password],
.bbc-news-vj-wrapper input:active[type=search],
.bbc-news-vj-wrapper input:active[type=submit],
.bbc-news-vj-wrapper input:active[type=tel],
.bbc-news-vj-wrapper input:active[type=text],
.bbc-news-vj-wrapper input:active[type=url],
.bbc-news-vj-wrapper input:focus[type=button],
.bbc-news-vj-wrapper input:focus[type=email],
.bbc-news-vj-wrapper input:focus[type=number],
.bbc-news-vj-wrapper input:focus[type=password],
.bbc-news-vj-wrapper input:focus[type=search],
.bbc-news-vj-wrapper input:focus[type=submit],
.bbc-news-vj-wrapper input:focus[type=tel],
.bbc-news-vj-wrapper input:focus[type=text],
.bbc-news-vj-wrapper input:focus[type=url],
.bbc-news-vj-wrapper input:hover[type=button],
.bbc-news-vj-wrapper input:hover[type=email],
.bbc-news-vj-wrapper input:hover[type=number],
.bbc-news-vj-wrapper input:hover[type=password],
.bbc-news-vj-wrapper input:hover[type=search],
.bbc-news-vj-wrapper input:hover[type=submit],
.bbc-news-vj-wrapper input:hover[type=tel],
.bbc-news-vj-wrapper input:hover[type=text],
.bbc-news-vj-wrapper input:hover[type=url],
.bbc-news-vj-wrapper select:active,
.bbc-news-vj-wrapper select:focus,
.bbc-news-vj-wrapper select:hover,
.bbc-news-vj-wrapper textarea:active,
.bbc-news-vj-wrapper textarea:focus,
.bbc-news-vj-wrapper textarea:hover {
    border-color: #10619f;
    outline-offset: -1px
}

.bbc-news-vj-wrapper button:last-child,
.bbc-news-vj-wrapper input:last-child[type=button],
.bbc-news-vj-wrapper input:last-child[type=email],
.bbc-news-vj-wrapper input:last-child[type=number],
.bbc-news-vj-wrapper input:last-child[type=password],
.bbc-news-vj-wrapper input:last-child[type=search],
.bbc-news-vj-wrapper input:last-child[type=submit],
.bbc-news-vj-wrapper input:last-child[type=tel],
.bbc-news-vj-wrapper input:last-child[type=text],
.bbc-news-vj-wrapper input:last-child[type=url],
.bbc-news-vj-wrapper select:last-child,
.bbc-news-vj-wrapper textarea:last-child {
    margin-bottom: 0
}

.election-map__controls button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    margin: 0 .6667em .8889em 0;
    padding: .55em .8em .5em;
    text-decoration: none;
    transition: background-color .3s ease, min-width .5s ease, color .3s ease, border-color .3s ease;
    width: auto;
    background-repeat: no-repeat;
    background-color: #007f7f;
    border: 2px solid #007f7f;
    color: #fff
}

.bbc-news-vj-direction--rtl {
    direction: rtl
}

.off-screen,
.sr-only {
    position: absolute;
    border: 0;
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    -webkit-clip-path: inset(100%);
    -webkit-clip: rect(1px, 1px, 1px, 1px)
}

.bbc-news-vj-wrapper {
    font-family: ReithSans, Helmet, Freesans, Helvetica, Arial, sans-serif
}

.bbc-news-vj-wrapper .highlight--italic {
    font-style: italic
}

.bbc-news-vj-wrapper .highlight--bold,
blockquote {
    font-weight: 700
}

blockquote {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5em;
    letter-spacing: -.03em;
    margin: 1em
}

blockquote:before {
    content: "‘‘";
    display: block;
    font-size: 64px;
    letter-spacing: -6px;
    margin-top: 48px;
    margin-bottom: -8px;
    margin-left: -4px;
    line-height: .5rem;
    height: 1.5rem
}

blockquote cite {
    color: gray;
    font-style: normal;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: .5em
}

@media(min-width:37.5em) {
    blockquote {
        font-size: 1.5rem
    }

    blockquote:before {
        font-size: 90px;
        letter-spacing: -8px
    }
}

ul.news-vj-search-lookup__menu {
    color: #222;
    background-color: #f2f2f2;
    max-height: 180px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #f2f2f2;
    border-top: 0;
    width: 100%
}

ul.news-vj-search-lookup__menu--overlay {
    box-shadow: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 100
}

ul.news-vj-search-lookup__menu--overlay:empty {
    display: none
}

ul.news-vj-search-lookup__menu--inline {
    position: relative
}

ul.news-vj-search-lookup__menu--hidden {
    display: none
}

ul.news-vj-search-lookup__menu--visible {
    display: block
}

.news-vj-search-lookup__option {
    border-bottom: 1px solid #f2f2f2;
    padding: 13px 10px;
    background-color: #f2f2f2;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    list-style-type: none
}

.news-vj-search-lookup__option:last-child {
    border-bottom: 0
}

.news-vj-search-lookup__option--focused,
.news-vj-search-lookup__option:hover {
    background-color: #ececec;
    outline: 0
}

.off-screen {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    margin-right: -1px;
    white-space: nowrap;
    overflow: hidden
}

.news-vj-search-lookup__loading-spinner {
    display: block;
    width: 33px;
    height: 33px;
    max-width: 33px;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    background-image: url("data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAArlBMVEUNDQ3///8NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ1jFL5cAAAAOXRSTlMAAAECBg4PEBweIiYnKCkqKy8wR0hQUVRVVldjZGVnaGl1doGxsrO0ubq7wMHGyMnU2/Dx8vP5/P1F9dvoAAABM0lEQVR4AYWTYVeCMBSGt5VZKZYWZZmBBBQKGQno/f9/rHcTzgxu8Xy5h73P2dkdd0L2IZoKxqsw/6ZLm2mMITTK/STDVccQhtGGqG3IU2NeEmNIaywPBA5rfzaUZ/KExnjcE4hv2E60MSqQV69sq8ZQGy3cc8K1MoZLYMnk52+Va4wMwjsjjL6IMm04uotbxpjoBh0YK9S15EiQBDBCVJ81fCQhjBx1yhozJDmMHeqQNS6Q7GAQkDwEevco+s9R9+Kxhlf3Evx5Hx9IguZOJ//dqdDzGTNGhPXM/tuXjrAg4BpDpdx83FVYTVU9Y6VWfu+y0EI5bub06Tin9riTmMD+uTPriTcdyMHUS46fS/a9WMp5682lLSEdC2sYlLsly/ZBibYBnCDKCyryKHDsIow+fgDWVEMTzDczcQAAAABJRU5ErkJggg==")
}

.news-vj-search-lookup__wrapper * {
    box-sizing: border-box
}

.news-vj-search-lookup__wrapper {
    position: relative
}

.news-vj-search-lookup__wrapper input.news-vj-search-lookup__input {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 44px;
    font-size: 16px;
    color: #222;
    border: 1px solid #f2f2f2;
    transition: border-color .8s linear;
    padding: .5em 8px;
    border-radius: 0;
    margin: 0
}

.news-vj-search-lookup__wrapper input.news-vj-search-lookup__input:focus {
    border: #f2f2f2;
    background-color: #f2f2f2;
    outline: none
}

.news-vj-search-lookup__wrapper input.news-vj-search-lookup__input:invalid {
    box-shadow: none
}

@media(min-width:450px) {
    .news-vj-search-lookup__wrapper input.news-vj-search-lookup__input {
        padding: .5em 16px
    }
}

.news-vj-search-lookup__wrapper button.news-vj-search-lookup__button {
    padding: 12px;
    border: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    background-color: #d14726;
    transition: background-color .4s
}

.news-vj-search-lookup__wrapper button.news-vj-search-lookup__button:focus,
.news-vj-search-lookup__wrapper button.news-vj-search-lookup__button:hover {
    background-color: #de684c
}

.news-vj-search-lookup__wrapper button.news-vj-search-lookup__button[disabled] {
    background-color: #dcdcdc
}

.news-vj-search-lookup__wrapper button.news-vj-search-lookup__button[disabled] .bbc-news-visual-journalism-icon--search {
    fill: #fff
}

.news-vj-search-lookup__wrapper--button .news-vj-search-lookup__menu,
.news-vj-search-lookup__wrapper--button input.news-vj-search-lookup__input {
    width: calc(100% - 44px)
}

.news-vj-search-lookup__loading-spinner {
    display: none
}

.bbc-news-visual-journalism-icon--search {
    display: block;
    fill: #fff;
    transition: fill .4s linear
}

.news-vj-search-lookup__button--loading {
    background-color: #d14726
}

.news-vj-search-lookup__button--loading .news-vj-search-lookup__loading-spinner {
    display: block;
    max-width: 22px;
    height: 22px;
    background-size: 100%
}

.news-vj-search-lookup__button--loading .bbc-news-visual-journalism-icon--search {
    display: none
}

.news-vj-search-lookup__wrapper {
    background-color: #f2f2f2;
    border-radius: 22px
}

.news-vj-search-lookup__wrapper button.news-vj-search-lookup__button,
.news-vj-search-lookup__wrapper button.news-vj-search-lookup__button[disabled=true] {
    background-color: #d14726;
    border-radius: 22px
}

.election-results--governor .news-vj-search-lookup__wrapper button.news-vj-search-lookup__button,
.election-results--governor .news-vj-search-lookup__wrapper button.news-vj-search-lookup__button[disabled=true] {
    background-color: #222
}

.election-results--governor .news-vj-search-lookup__wrapper button.news-vj-search-lookup__button:hover {
    background-color: #3c3c3c
}

.bbc-news-vj-wrapper .news-vj-search-lookup__wrapper .news-vj-search-lookup__input {
    border-radius: 22px;
    background-color: #f2f2f2
}

.news-vj-search-lookup__wrapper input.news-vj-search-lookup__input {
    padding-left: calc(.5em + 22px)
}

.news-vj-search-lookup__wrapper .news-vj-search-lookup__menu {
    margin-left: 22px;
    width: calc(100% - 66px)
}

.source {
    display: flex;
    color: #707070;
    justify-content: space-between
}

.source svg {
    height: 1em;
    float: right
}

.location-header,
.results-header {
    text-transform: uppercase
}

.update-timer {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem
}

.update-timer__votes {
    flex: 1 0;
    color: #757575
}

.update-timer__update-countdown {
    flex: 1 0;
    color: #d14826;
    text-align: right
}

.update-timer__countdown-progress {
    flex: 1 1 100%
}

.update-timer__progress-bar {
    height: 5px;
    background: #d14726
}

.update-timer__progress-bar--fetching {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #fff 0, #fff 10px);
    background-size: 200% 200%;
    animation: barberpole 15s linear infinite
}

.update-timer__last-update {
    flex: 1 1 100%
}

@keyframes barberpole {
    to {
        background-position: 100% 100%
    }
}

.election-type-toggle {
    display: flex;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden
}

.election-type-toggle__option {
    position: relative;
    flex: 1 1 50%
}

.election-type-toggle__option--president {
    border-color: #d14726
}

.election-type-toggle__option--governor {
    border-color: #222
}

.election-type-toggle__input[type=radio] {
    position: absolute;
    top: 0;
    left: 0
}

.bbc-news-vj-wrapper .election-type-toggle__input[type=radio] {
    width: 100%;
    height: 100%
}

.election-type-toggle__input[type=radio]+.election-type-toggle__label {
    width: 100%;
    background-image: none;
    box-sizing: border-box;
    padding: .5em;
    border: 0;
    margin: 7px 0 0;
    background: #f2f2f2;
    color: #222;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    pointer-events: none
}

@media screen and (min-width:400px) {
    .election-type-toggle__input[type=radio]+.election-type-toggle__label {
        font-size: 1.2rem
    }
}

@media screen and (min-width:600px) {
    .election-type-toggle__input[type=radio]+.election-type-toggle__label {
        font-size: 1.5rem
    }
}

.election-type-toggle__input[type=radio]:checked+.election-type-toggle__label {
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: inherit;
    margin-top: 0;
    background: #fff
}

@media(hover:hover) {
    .election-type-toggle__input[type=radio]:hover:not(:checked)+.election-type-toggle__label {
        background: #dedede
    }
}

.election-type-toggle__input[type=radio]:focus+.election-type-toggle__label {
    box-shadow: inset 0 0 0 1px currentColor
}

.election-type-toggle__input[type=radio]:focus:not(:focus-visible)+.election-type-toggle__label {
    box-shadow: none
}

.candidate-list {
    list-style-type: none;
    padding: 0
}

.candidate-list--final>* {
    opacity: .725
}

.candidate {
    position: relative;
    display: grid;
    grid-template-columns: 6em 1fr 6em;
    grid-template-rows: auto 2em 1.5em;
    grid-gap: .2rem;
    gap: .2rem;
    font-size: 1rem;
    width: calc(100% - .4rem)
}

.candidate__title {
    grid-column: 1/4;
    grid-row: 1/2
}

.candidate__icon {
    display: none
}

.candidate__name {
    font-weight: 700
}

.candidate__name,
.candidate__party {
    text-transform: uppercase
}

.candidate__chart {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 1.5rem
}

.candidate__bar {
    height: 100%;
    background-color: var(--accent, #edefc7)
}

.candidate__pc-votes {
    grid-column: 3/4;
    grid-row: 2/3;
    font-size: 1.5rem;
    font-weight: 700
}

.candidate__votes {
    grid-column: 1/4;
    grid-row: 3/4
}

.candidate__status {
    display: none;
    grid-column: 3/4;
    grid-row: 1/2;
    height: 1.5rem;
    border-radius: 5px;
    margin: 0 .3rem;
    background-color: #222;
    color: #fff;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.candidate--placed {
    opacity: 1
}

.candidate--placed .candidate__title {
    grid-column: 1/3
}

.candidate--placed .candidate__status {
    display: block
}

.election-results--governor .candidate__title {
    grid-column: 1/4
}

.election-results--governor .candidate--placed .candidate__title {
    grid-column: 1/3
}

.election-results--governor .candidate__icon {
    display: none
}

.election-results--governor .candidate__chart {
    grid-column: 1/3
}

.election-results--governor .candidate__pc-votes {
    grid-column: 3/4;
    grid-row: 2/3
}

.election-results--governor .candidate__votes {
    grid-column: 1/4
}

.election-results--governor .candidate__status {
    grid-column: 3/4;
    grid-row: 1/2
}

@media screen and (min-width:400px) {

    .candidate--placed .candidate__title,
    .candidate__title {
        grid-column: 2/4
    }

    .candidate__icon {
        display: block;
        box-sizing: border-box;
        grid-column: 1/2;
        grid-row: 1/4;
        width: 5em;
        height: 5em;
        border: 3px solid var(--accent, #edefc7);
        border-radius: 2.5em;
        margin: 0 .5em;
        background-size: 110%;
        background-repeat: no-repeat;
        background-position: 50%
    }

    .candidate__chart {
        grid-column: 2/3
    }

    .candidate__pc-votes {
        font-size: 1.5rem;
        font-weight: 700
    }

    .candidate__votes {
        grid-column: 2/4
    }

    .candidate__status {
        grid-column: 1/2;
        grid-row: 3/4
    }
}

@media screen and (min-width:600px) {
    .candidate {
        font-size: 1.2rem
    }

    .candidate__pc-votes {
        font-size: 2rem
    }
}

.results-invalid {
    padding-top: 22px;
    border-top: 1px solid #777
}

.results-invalid__container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 5em;
    grid-template-rows: 1.5em 2em 1.5em
}

.results-invalid__container>* {
    grid-column: 1/3
}

.results-invalid__title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1rem
}

.results-invalid__chart {
    grid-column: 1/2;
    font-size: 1.5rem
}

.results-invalid__pc-votes {
    grid-column: 2/3;
    font-size: 1.5rem;
    font-weight: 700
}

.results-invalid__bar {
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #777
}

.results-invalid__bar--blank {
    background-color: #f2f2f2
}

.results-invalid__bar--null {
    background-color: #777
}

.vj-map path[class*=party-] {
    fill: #edefc7
}

.candidate--13 {
    --accent: #b80000
}

.vj-map path.party-13.region--selected,
.vj-map svg path.party-13 {
    fill: #b80000
}

.candidate--22 {
    --accent: #0b4d60
}

.vj-map path.party-22.region--selected,
.vj-map svg path.party-22 {
    fill: #0b4d60
}

.candidate--45 {
    --accent: #1380a0
}

.vj-map path.party-45.region--selected,
.vj-map svg path.party-45 {
    fill: #1380a0
}

.candidate--55 {
    --accent: #023022
}

.vj-map path.party-55.region--selected,
.vj-map svg path.party-55 {
    fill: #023022
}

.candidate--44 {
    --accent: #6d4cbf
}

.vj-map path.party-44.region--selected,
.vj-map svg path.party-44 {
    fill: #6d4cbf
}

.candidate--11 {
    --accent: #4ba7bc
}

.vj-map path.party-11.region--selected,
.vj-map svg path.party-11 {
    fill: #4ba7bc
}

.candidate--77 {
    --accent: #ffda64
}

.vj-map path.party-77.region--selected,
.vj-map svg path.party-77 {
    fill: #ffda64
}

.candidate--30 {
    --accent: #f7931e
}

.vj-map path.party-30.region--selected,
.vj-map svg path.party-30 {
    fill: #f7931e
}

.candidate--12 {
    --accent: #cfe1e5
}

.vj-map path.party-12.region--selected,
.vj-map svg path.party-12 {
    fill: #cfe1e5
}

.candidate--90 {
    --accent: #a1ccd9
}

.vj-map path.party-90.region--selected,
.vj-map svg path.party-90 {
    fill: #a1ccd9
}

.candidate--15 {
    --accent: #06bf8e
}

.vj-map path.party-15.region--selected,
.vj-map svg path.party-15 {
    fill: #06bf8e
}

.candidate--10 {
    --accent: #99bc66
}

.vj-map path.party-10.region--selected,
.vj-map svg path.party-10 {
    fill: #99bc66
}

.candidate--40 {
    --accent: #d46666
}

.vj-map path.party-40.region--selected,
.vj-map svg path.party-40 {
    fill: #d46666
}

.candidate--13 .candidate__icon {
    background-image: url(https://news.files.bbci.co.uk/include/vjamericas/1026-vjamericas-1026-brazil-election-2nd-round-map-2022/assets/app-project-assets/img/candidate-icons/lula_da_silva_pt.png?ticker=1.0.0)
}

.candidate--22 .candidate__icon {
    background-image: url(https://news.files.bbci.co.uk/include/vjamericas/1026-vjamericas-1026-brazil-election-2nd-round-map-2022/assets/app-project-assets/img/candidate-icons/jair_bolsonaro_pl.png?ticker=1.0.0)
}

.vj-map path.party-13--1.region--selected,
.vj-map svg path.party-13--1 {
    fill: #fbbbbb
}

.vj-map path.party-13--2.region--selected,
.vj-map svg path.party-13--2 {
    fill: #ef6f6f
}

.vj-map path.party-13--3.region--selected,
.vj-map svg path.party-13--3 {
    fill: #b80000
}

.vj-map path.party-22--1.region--selected,
.vj-map svg path.party-22--1 {
    fill: #98d9ec
}

.vj-map path.party-22--2.region--selected,
.vj-map svg path.party-22--2 {
    fill: #39a7c6
}

.vj-map path.party-22--3.region--selected,
.vj-map svg path.party-22--3 {
    fill: #0b4d60
}

.vj-map svg path.party-AL {
    fill: url(#stripe-AL)
}

.vj-map svg path.party-AM {
    fill: url(#stripe-AM)
}

.vj-map svg path.party-BA {
    fill: url(#stripe-BA)
}

.vj-map svg path.party-ES {
    fill: url(#stripe-ES)
}

.vj-map svg path.party-MS {
    fill: url(#stripe-MS)
}

.vj-map svg path.party-PB {
    fill: url(#stripe-PB)
}

.vj-map svg path.party-PE {
    fill: url(#stripe-PE)
}

.vj-map svg path.party-RO {
    fill: url(#stripe-RO)
}

.vj-map svg path.party-RS {
    fill: url(#stripe-RS)
}

.vj-map svg path.party-SC {
    fill: url(#stripe-SC)
}

.vj-map svg path.party-SE {
    fill: url(#stripe-SE)
}

.vj-map svg path.party-SP {
    fill: url(#stripe-SP)
}

.vj-map svg {
    width: 100%;
    height: auto;
    stroke-width: 1px;
    stroke: #f2f2f2;
    background-color: #fff;
    overflow: hidden
}

.vj-map svg path {
    fill: #d7d7de;
    stroke: #fff;
    opacity: .5;
    transition: opacity 1s;
    animation: fadeIn 1s ease-in
}

.vj-map svg path.background {
    fill: #fff;
    opacity: 1
}

.vj-map .region--selected,
.vj-map .region--selected path {
    opacity: 1
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: inherit
    }
}

.election-map {
    position: relative
}

.election-map .toggle-container {
    background: #fff
}

@media screen and (min-width:400px) {
    .election-map .toggle-container {
        position: absolute;
        top: -22px;
        right: 0;
        width: 100%;
        text-align: right
    }
}

.election-map__controls {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 22px;
    bottom: 72px
}

@media screen and (min-width:400px) {
    .election-map__controls {
        bottom: 22px
    }
}

.bbc-news-vj-wrapper button.election-map__button {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 22px;
    background: #f2f2f2;
    color: #222;
    transition: background-color .5s
}

.bbc-news-vj-wrapper button.election-map__button:focus,
.bbc-news-vj-wrapper button.election-map__button:hover {
    background: #dedede
}

.bbc-news-vj-wrapper button.election-map__button svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.results-error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7em;
    padding-bottom: 22px;
    color: #d14726;
    font-size: 1.2em;
    font-weight: 700
}

.toggle-container {
    max-width: 640px;
    margin: 0 auto 1.5rem;
    position: static;
    font-size: .9375rem;
    text-align: right
}

.toggle__switch {
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.toggle__switch input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    display: inline-block
}

.toggle__label {
    display: inline;
    margin: 0 0 0 2.75rem;
    vertical-align: middle;
    line-height: 1.5rem
}

.toggle__slider {
    background-color: #f2f2f2;
    border-radius: 12px;
    width: 2.5rem;
    top: 0
}

.toggle__slider,
.toggle__slider:before {
    position: absolute;
    transition: .4s;
    height: 1.25rem;
    left: 0
}

.toggle__slider:before {
    content: "";
    width: 1.25rem;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #aeaeb5
}

input:checked+.toggle__slider:before {
    transform: translateX(1.25rem)
}

input:checked+.toggle__slider:before,
input:focus+.toggle__slider:before,
input:hover+.toggle__slider:before {
    background-color: #d14726;
    border: 3px solid #d14726
}

input:not(:checked)+.toggle__slider:before {
    background-color: #fff
}

input:focus+.toggle__slider {
    box-shadow: 0 0 1px #f2f2f2;
    outline-width: 1px;
    outline-style: solid;
    outline-style: auto;
    outline-color: -webkit-focus-ring-color
}

.bbc-news-vj-direction--rtl .toggle__label {
    margin: 0 2.75rem 0 0
}

.bbc-news-vj-direction--rtl .toggle__slider {
    right: 0
}

.map-legend {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #fff;
    margin-bottom: 2rem;
    padding: 2rem 0 2.5rem;
    margin-left: 1rem;
    border-radius: .5rem
}

.map-legend__label {
    flex: 1 1
}

.map-legend__label:first-child {
    text-align: right
}

.map-legend__label:before {
    content: "% "
}

.map-legend__chart {
    position: relative;
    flex-shrink: 0;
    width: 144px;
    height: 24px;
    margin: 0 11px
}

.map-legend__ticks {
    position: absolute;
    display: flex;
    left: 12px;
    top: -24px
}

.map-legend__tick {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: visible;
    text-align: center
}

.map-legend__tick:before {
    position: absolute;
    content: " ";
    left: 50%;
    bottom: -24px;
    width: 0;
    height: 24px;
    border: 1px solid #fff;
    margin-left: -1px
}

.map-legend__bar {
    position: relative;
    width: 100%;
    height: 24px;
    background-image: linear-gradient(90deg, #0b4d60 16.6%, #39a7c6 16.6% 33.3%, #98d9ec 33.3% 50%, #fbbbbb 50% 66.6%, #ef6f6f 66.6% 83.3%, #b80000 83.3%)
}

@media screen and (min-width:400px) {
    .map-legend {
        position: absolute;
        bottom: 0;
        flex-direction: column;
        align-items: left;
        width: 280px;
        height: 10px
    }

    .map-legend__label:before {
        content: ""
    }

    .map-legend__chart {
        width: 24px;
        margin: 11px 25px 11px 15px
    }

    .map-legend__ticks {
        position: absolute;
        left: 36px;
        top: 0;
        display: block
    }

    .map-legend__tick {
        line-height: 1rem;
        text-align: left
    }

    .map-legend__tick:before {
        left: -36px;
        top: 12px;
        width: 24px;
        height: 0;
        margin-left: 0;
        margin-top: -1px
    }

    .map-legend__tick:after {
        content: "%"
    }

    .map-legend__bar {
        width: 250px;
        background: linear-gradient(90deg, #174282, #a8c5f0)
    }
}

.amp-click-to-expand {
    display: none;
    position: fixed;
    font-family: ReithSans, Helmet, Freesans, Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .5);
    z-index: 2;
    font-size: 2rem;
    color: #222;
    border: 0
}

.amp-click-to-expand svg {
    display: inline;
    height: 2.5rem;
    vertical-align: bottom
}

.amp-click-to-expand-inset {
    padding: .5rem 1rem 1rem;
    background: #fff;
    border: 1px solid #222;
    display: flex;
    align-items: flex-start;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto
}

.amp-click-to-expand:active,
.amp-click-to-expand:focus,
.amp-click-to-expand:hover {
    background-color: hsla(0, 0%, 100%, .5);
    color: #1380a1
}

.amp-click-to-expand:active svg,
.amp-click-to-expand:focus svg,
.amp-click-to-expand:hover svg {
    fill: #1380a1
}

.amp-click-to-expand:active .amp-click-to-expand-inset,
.amp-click-to-expand:focus .amp-click-to-expand-inset,
.amp-click-to-expand:hover .amp-click-to-expand-inset {
    border: 1px solid #1380a1
}

.amp-click-to-expand-text {
    margin: .75rem .5rem 0;
    white-space: nowrap
}

.bbc-news-vj-wrapper--amp {
    position: relative
}

.bbc-news-vj-wrapper--amp .amp-click-to-expand {
    display: block
}

.vj-flow>*+* {
    margin-top: 22px
}

.no-results-message {
    display: none
}

.no-results .no-results-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7em;
    padding-bottom: 22px;
    font-size: 1.2em
}

.no-results .election-results {
    display: none
}

#karte {
    width: 90%;
    position: relative;
    margin: 70px auto auto;
    outline: 1px solid #ceccc4
}

#karte,
.mark {
    border: 10px solid #fff
}

.mark {
    width: 250px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    line-height: 110%;
    font-weight: 400;
    z-index: 1;
    position: absolute
}

.mark .label {
    width: 100%;
    font-size: 12px;
    text-align: left;
    padding: 8px 8px 0;
    font-weight: 700
}

.mark.hidden {
    display: none
}

section.business-intelingence {
    padding: 10rem 0
}

section.business-intelingence div.block {
    padding: 1.71rem 1.71rem 1.56rem;
    background: #fff;
    border-radius: .56rem
}

section.business-intelingence div.block.shadow_ {
    box-shadow: 0 0 1.56rem -.28rem rgba(0, 47, 102, .16)
}

@media screen and (max-width:768px) {
    section.business-intelingence div.map_content {
        padding-bottom: 110px
    }

    .election-map__controls {
        margin-bottom: -55px
    }

    .map-legend {
        margin-bottom: -80px
    }
}

section.business-intelingence div.block.relative {
    position: relative
}

section.business-intelingence div.block.flex {
    display: flex
}

section.business-intelingence div.block.center {
    display: flex;
    align-items: center
}

section.business-intelingence div.block>div.icon {
    width: 4.42rem;
    min-width: 4.42rem;
    height: 4.42rem;
    min-height: 4.42rem;
    margin-right: 1.56rem;
    margin-top: -.14rem;
    border-radius: .42rem;
    background: rgba(0, 89, 255, .1);
    color: #005bfe;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 2.28rem
}

section.business-intelingence div.block>div.icon>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: 800;
    margin-top: .16rem
}

section.business-intelingence div.block>div>h6 {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .07rem;
    text-transform: uppercase;
    margin-bottom: .28rem;
    color: #222
}

section.business-intelingence div.block>div>h2 {
    font-weight: 700;
    font-size: 2.56rem;
    line-height: 1;
    color: #222;
    margin-bottom: 0
}

section.business-intelingence div.block div.total-numbers {
    position: absolute;
    right: 1.71rem;
    top: 1.28rem
}

section.business-intelingence div.block div.total-numbers button {
    background: transparent;
    border: 1px solid transparent;
    color: #005bfe;
    font-weight: 500;
    font-size: 1.14rem;
    padding: 0;
    display: flex;
    align-items: center
}

section.business-intelingence div.block div.total-numbers button>span {
    margin-top: .07rem
}

section.business-intelingence div.block div.total-numbers>ul {
    position: absolute;
    bottom: calc(100% + .56rem);
    right: -.42rem;
    background: #fff;
    border-radius: .42rem;
    padding: .56rem 1rem;
    box-shadow: .14rem .14rem 1.56rem -.28rem rgba(0, 47, 102, .16);
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: .2s
}

section.business-intelingence div.block div.total-numbers:hover>ul {
    visibility: visible;
    opacity: 1
}

section.business-intelingence div.block div.total-numbers>ul:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #fff;
    transform: rotate(45deg);
    border-radius: .28rem;
    position: absolute;
    bottom: -.32rem;
    right: .42rem
}

section.business-intelingence div.block div.total-numbers>ul.two li {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(129, 151, 177, .271)
}

section.business-intelingence div.block div.total-numbers>ul.two li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 1px solid transparent
}

section.business-intelingence div.block div.total-numbers>ul li>span {
    color: #222;
    font-weight: 700;
    font-size: 1.07rem;
    display: inline-flex;
    flex-direction: column
}

section.business-intelingence div.block div.total-numbers>ul li>span>strong {
    font-size: .71rem;
    font-weight: 500;
    letter-spacing: .07rem;
    white-space: nowrap;
    margin-bottom: -.14rem;
    color: #8197b1
}

section.business-intelingence span.beta-container span {
    display: inline-flex;
    line-height: 1 !important
}

span.beta {
    padding: .42rem .71rem .32rem;
    margin-left: 1rem;
    transform: translateY(-.56rem);
    border: 1px solid #ff6d1c;
    background: #ff6d1c;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    border-radius: .56rem
}

aside.mobile .content ul li a span.beta,
header .content nav ul li a span.beta {
    transform: unset;
    font-size: .85rem;
    padding: .32rem .42rem .14rem
}

.form-check label.form-check-label {
    font-size: 1rem;
    margin-top: .07rem;
    display: inline-flex
}

.form-check-input[type=checkbox],
input {
    box-shadow: none !important
}

a.spotlight {
    padding: .71rem 1rem;
    border-radius: .56rem;
    border: 1px solid rgba(0, 47, 102, .102);
    color: #222;
    display: flex;
    justify-content: center;
    position: relative
}

a.spotlight strong {
    font-weight: 600;
    color: #005bfe
}

a.spotlight span.beta {
    transform: unset;
    font-size: .85rem;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 .56rem;
    padding: .32rem .42rem .16rem
}

span.placeholder {
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    height: 1rem;
    border-radius: .56rem;
    background: rgba(129, 151, 177, .4)
}

span.placeholder:before {
    content: "";
    width: 200%;
    height: 100%;
    background: linear-gradient(-85deg, transparent, transparent, hsla(0, 0%, 100%, .6), transparent, transparent);
    position: absolute;
    left: 0;
    top: 0;
    animation-name: placeholder;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

@keyframes placeholder {
    0% {
        left: -200%
    }

    to {
        left: 100%
    }
}

.container-map {
    position: relative
}

.progress-bar {
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.8, .2, .8, 1)
}

div.user-data {
    padding: 8rem 0
}

div.user-data div.tab-menu ul {
    display: flex;
    width: 100%
}

div.user-data div.tab-menu ul li.logout {
    margin-left: auto
}

div.user-data div.tab-menu ul li.logout button {
    color: #f92751
}

div.user-data div.tab-menu ul li button {
    padding: .56rem 1.28rem;
    background: transparent;
    border: 2px solid transparent;
    color: #222;
    font-weight: 600;
    transition: .2s
}

div.user-data div.tab-menu ul li button.active {
    border-bottom: 2px solid #005bfe;
    color: #005bfe
}

div.user-data section.tab-content {
    padding: 1.85rem 2.28rem;
    background: #fff;
    border-radius: .56rem
}

div.user-data div.lists-dashboard ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .56rem 0;
    margin-bottom: .56rem;
    border-bottom: 1px solid rgba(0, 47, 102, .102);
    color: #222
}

div.user-data div.lists-dashboard ul li div.image {
    width: 56px;
    height: 56px;
    padding: 1rem;
    border-radius: 56px;
    background: rgba(0, 48, 102, .04);
    display: flex;
    align-items: center;
    justify-content: center
}

div.user-data div.lists-dashboard ul li div {
    flex-direction: column;
    align-items: flex-end
}

div.user-data div.lists-dashboard ul li div>div {
    flex-direction: row
}

div.user-data div.lists-dashboard ul li div span {
    display: inline-flex;
    justify-content: flex-end;
    font-size: .85rem;
    font-weight: 600
}

div.user-data div.lists-dashboard ul li div span.value {
    padding: .28rem .85rem .14rem;
    background: rgba(0, 47, 102, .102);
    color: #222;
    font-size: .85rem;
    font-weight: 600;
    border-radius: .28rem
}

div.user-data div.lists-dashboard ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

div.user-data div.lists-dashboard ul li a {
    padding: .56rem 0 0;
    justify-content: flex-end
}

div.user-data table span.cnaes {
    display: flex;
    flex-wrap: wrap
}

div.user-data table td {
    vertical-align: middle;
    padding: .71rem;
    color: #222
}

div.user-data table td>span {
    line-height: 1;
    display: inline-block;
    margin-bottom: -.14rem
}

div.user-data table span.cnaes span.cnae {
    padding: .28rem .85rem .14rem;
    background: rgba(0, 47, 102, .102);
    color: #222;
    font-size: .85rem;
    font-weight: 600;
    margin: 0 .28rem .28rem 0;
    border-radius: .28rem
}

div.user-data table td:has(span.cnae) {
    padding-bottom: .43rem
}

div.user-data li.tab-menu-mobile {
    display: none
}

@media(max-width:991px) {
    div.user-data div.tab-menu ul li:nth-child(n+3) {
        display: none
    }

    div.user-data div.tab-menu ul li.logout {
        display: block;
        margin-left: 0
    }

    div.user-data div.tab-menu ul li.tab-menu-mobile {
        display: block;
        margin-left: auto;
        font-size: 1.28rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        position: relative
    }

    div.user-data div.tab-menu ul li.tab-menu-mobile ul {
        padding: 1rem;
        min-width: 156px;
        position: absolute;
        right: -.56rem;
        top: calc(100% + 0rem);
        flex-direction: column;
        align-items: flex-end;
        border-radius: .85rem;
        background: #fff;
        box-shadow: 0 0 1.71rem -.57rem rgba(0, 47, 102, .2)
    }

    div.user-data div.tab-menu ul li.tab-menu-mobile ul:before {
        content: "";
        width: 1.28rem;
        height: 1.28rem;
        background: #fff;
        border-radius: .28rem;
        transform: rotate(45deg);
        position: absolute;
        top: -.42rem;
        right: 1.48rem
    }

    div.user-data div.tab-menu ul li.tab-menu-mobile ul li {
        display: none;
        width: 100%
    }

    div.user-data div.tab-menu ul li.tab-menu-mobile ul li:nth-child(n+3) {
        display: block
    }

    div.user-data div.tab-menu ul li.tab-menu-mobile ul li button {
        width: 100%;
        text-align: right;
        border: 1px solid transparent
    }

    div.user-data div.tab-menu ul li.tab-menu-mobile ul li.logout {
        display: none !important
    }

    div.user-data table td:nth-child(3),
    div.user-data table th:nth-child(3) {
        display: none
    }
}

.table.table-custom>:not(caption)>*>* {
    background: #fff;
    color: #222;
    border: 0;
    box-shadow: none;
    padding: .85rem 1rem
}

.table-striped.table-custom>tbody>tr:nth-of-type(odd)>* {
    background: #fafcff;
    color: #222
}

.text-black {
    color: #222 !important
}

section.resultado .informacoes .title h5 {
    color: #222;
    font-weight: 800
}

section.resultado .informacoes p {
    line-height: 1.8
}

section .informacoes .item-block label,
section .informacoes .list-striped .item .content label {
    opacity: .64
}

section .relacionados .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff
}

section .relacionados .item .link {
    display: flex;
    margin-top: auto
}

section div.title.company-page h3 {
    font-size: 3rem
}

.blocked {
    position: relative
}

.blocked>:not(.blocked-info):not(.title) {
    opacity: .2;
    filter: blur(.28rem)
}

.blocked>div.blocked-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 8
}

.blocked>div.blocked-info div.icon {
    font-size: 8.56rem;
    color: #222;
    margin-top: -2.56rem;
    margin-bottom: -.56rem;
    opacity: .32
}

.blocked>div.blocked-info p {
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    opacity: .56
}

.blocked>div.blocked-info p a {
    color: #222
}

.blocked>.title {
    opacity: .4
}

section.resultado .informacoes.blocked {
    background: hsla(0, 0%, 100%, .42)
}

div.user-data div.block-dashboard {
    padding: 1.85rem 2rem;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 1.71rem -1.14rem rgba(0, 47, 102, .31);
    border-radius: .56rem
}

div.user-data div.tab-menu {
    padding-left: .56rem;
    position: relative;
    z-index: 8
}

div.user-data div.empty,
section.business-intelingence div.empty {
    text-align: center;
    padding: 1.71rem 0
}

div.user-data div.empty img,
section.business-intelingence div.empty img {
    max-width: 40%;
    display: inline-block;
    opacity: .32
}

div.user-data div.empty.v img,
section.business-intelingence div.empty.v img {
    max-width: 56%
}

div.user-data div.empty h6,
section.business-intelingence div.empty h6 {
    color: rgba(0, 48, 102, .56);
    font-weight: 600;
    margin-top: 1rem
}

div.user-data .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #fff;
    box-shadow: inset 0 0 0 9999px #fafcff
}

div.user-data .table>:not(caption)>*>* {
    background: #fff;
    border: 0;
    color: #222;
    padding: .85rem 1rem
}

div.user-data div.lists-dashboard ul li a {
    width: 100%
}

div.user-data .table>tbody>tr>td:last-child {
    text-align: right
}

div.user-data .table>tbody>tr>td:last-child a {
    padding: 0 .71rem
}

div.user-data .table>tbody>tr>td:first-child {
    text-align: left
}

section.first {
    padding-top: 10.42rem
}

div.block-default {
    padding: 1.85rem 2rem;
    background: #fff;
    box-shadow: 0 0 1.71rem -1.14rem rgba(0, 47, 102, .31);
    border-radius: .56rem
}

section.table-export {
    padding-bottom: 16rem;
    min-height: 100vh
}

section.table-export div.table-uploaded {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .56rem 1.28rem .71rem;
    border-radius: .56rem;
    border: 1px solid rgba(0, 47, 102, .2)
}

section.table-export div.table-uploaded div.title_ {
    display: flex
}

section.table-export div.table-uploaded div.title_ div.icon {
    margin-right: 1rem;
    font-size: 1.56rem;
    color: rgba(0, 48, 102, .32)
}

section.table-export div.table-uploaded div.title_ h6 {
    margin: .85rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: #222
}

section.table-export div.table-uploaded div.check {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #00cb58
}

section.table-export div.table-uploaded div.check span {
    display: block;
    margin-top: .14rem
}

section.table-export div.table-uploaded div.check div.icon {
    margin-left: .56rem;
    font-size: 1.28rem
}

section.table-export div.progress_ {
    display: flex;
    align-items: center;
    margin-top: .28rem;
    width: 24%
}

section.table-export div.progress_>span.bar_ {
    width: 100%;
    height: .71rem;
    border-radius: .56rem;
    margin-right: .56rem;
    background: rgba(0, 47, 102, .102);
    display: flex
}

section.table-export div.progress_>div.perc {
    color: rgba(0, 47, 102, .8)
}

section.table-export div.progress_>span.bar_ span {
    background: #222;
    height: 100%;
    border-radius: .56rem;
    display: flex
}

section.table-export div.progress_.done>span.bar_ span {
    background: #00cb58
}

section.table-export div.price_ {
    font-size: 2.28rem;
    font-weight: 700;
    line-height: 1;
    color: #222
}

section.table-export div.drop_ {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: .56rem 2.28rem 2.28rem;
    border: 2px dashed rgba(0, 47, 102, .102);
    border-radius: .56rem;
    cursor: pointer;
    transition: .2s
}

section.table-export div.drop_:hover {
    border: 2px solid #005bfe
}

section.table-export div.drop_ div.icon {
    font-size: 5rem;
    color: rgba(0, 47, 102, .102)
}

section.table-export div.drop_ h6 {
    font-weight: 500;
    font-size: 1rem;
    color: rgba(0, 47, 102, .8)
}

section.table-export div.drop_ div.div {
    display: flex;
    align-items: center;
    margin: .56rem 0 .42rem;
    width: 24%
}

section.table-export div.drop_ div.div span {
    display: block;
    margin: 0 .56rem;
    font-size: .85rem;
    font-weight: 500;
    color: #222
}

section.table-export div.drop_ div.div:after,
section.table-export div.drop_ div.div:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 47, 102, .2);
    display: flex
}

section.table-export div.drop_ a.link {
    padding: 0;
    font-size: 1rem
}

section.table-export div.steps_ {
    display: flex
}

section.table-export div.steps_ div.item_ {
    display: flex;
    font-weight: 500;
    color: rgba(0, 47, 102, .8)
}

section.table-export div.steps_ div.item_>span:not(.number) {
    margin-top: .42rem
}

section.table-export div.steps_ div.item_>span.number {
    width: 2.56rem;
    min-width: 2.56rem;
    height: 2.56rem;
    min-height: 2.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .14rem;
    margin-right: .85rem;
    background: rgba(0, 47, 102, .102);
    color: #222;
    font-weight: 700;
    font-size: 1.28rem;
    border-radius: 5rem
}

section.table-export button.close_ {
    background: transparent;
    color: rgba(0, 47, 102, .8);
    border: 0;
    padding: 0;
    margin-top: -.56rem;
    font-size: 1.71rem
}

.body.flex-grow-1.px-3:has(>section.table-export) {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.body.flex-grow-1.px-3:has(>section.resultado-full) {
    padding: 0 !important
}

section.resultado-full>div.container-fluid {
    padding: 0 2.28rem
}

section.resultado-full .search div.title_ {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

section.resultado-full .search div.title_ h4 {
    font-weight: 600;
    color: #222
}

section.resultado-full .search .btn-favorite {
    color: #222;
    color: #ff6d1c;
    color: rgba(0, 48, 102, .502);
    color: #005bfe;
    border: 0;
    padding: 0
}

section.resultado-full .search .btn-favorite:hover {
    opacity: .6
}

section.resultado-full .search .btn-favorite.added {
    background: rgba(0, 48, 102, .1);
    color: rgba(0, 48, 102, .6);
    border: 0
}

section.resultado-full .search .btn-favorite span:not(.icon) {
    margin: 0 .71rem;
    display: inline-flex
}

section.resultado-full .search .btn-favorite span.icon {
    padding: .07rem 0 0;
    font-size: 1.28rem;
    display: none;
    background: #ff6d1c;
    background: #005bfe;
    color: #fff;
    width: 2.28rem;
    height: 2.28rem;
    border-radius: 2.28rem
}

section.resultado-full .search .btn-favorite.added span.icon.added_,
section.resultado-full .search .btn-favorite:not(.added) span.icon.add_ {
    display: block
}

body {
    overflow-y: auto !important
}

div.alert-list div.item_ {
    padding: 1rem 1.07rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 48, 102, .02);
    border: 1px solid rgba(0, 48, 102, .1);
    border-radius: .56rem;
    position: relative
}

div.alert-list div.item_.active {
    padding: 1rem 1.07rem 1rem 1rem;
    align-items: center
}

div.alert-list div.item_ h5 {
    margin: 0;
    color: #222;
    font-weight: 600;
    display: flex;
    align-items: center
}

div.alert-list div.item_ h5>span.date_ {
    padding: .28rem .56rem;
    margin-right: .85rem;
    background: rgba(0, 47, 102, .1);
    border-radius: .42rem;
    font-size: 1rem
}

div.alert-list div.item_ button.close_ {
    position: absolute;
    top: .42rem;
    right: .56rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 48, 102, .6);
    line-height: 1;
    font-size: 1.28rem
}

div.alert-list div.item_ div.buttons button.btn.btn-delete {
    padding: 0;
    color: #222
}

div.user-data div.tab-menu ul li button.spotlight {
    position: relative;
    display: inline-flex
}

div.user-data div.tab-menu ul li button.spotlight:after {
    content: "";
    display: inline-flex;
    width: 8px;
    height: 8px;
    background: #f92751;
    margin-left: .28rem;
    margin-right: -.56rem;
    border-radius: .56rem
}

header .content nav ul li a.profile.spotlight {
    position: relative
}

header .content nav ul li a.profile.spotlight>span {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #f92751;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4rem;
    position: absolute;
    top: -1px;
    right: -1px
}

header .content nav ul li a.profile.spotlight>span>small {
    font-size: .71rem;
    display: inline-flex;
    margin-left: -.14rem
}

div.user-data div.alert-list div.item_ div.title_ {
    display: flex;
    align-items: center;
    margin-bottom: .42rem
}

div.user-data div.alert-list div.item_ div.title_ h5 {
    color: #222;
    display: flex;
    align-items: center
}

div.user-data div.alert-list div.item_ div.title_ h5 span.date_ {
    padding: .28rem .56rem;
    margin-right: .85rem;
    background: rgba(0, 47, 102, .1);
    border-radius: .42rem;
    font-size: 1rem
}

div.user-data div.alert-list div.item_ div.tags_ {
    display: flex;
    flex-wrap: wrap;
    padding-right: 4rem
}

div.user-data div.alert-list div.item_ div.tags_ button,
div.user-data div.alert-list div.item_ div.tags_ span {
    border: 1px solid #222;
    background: transparent;
    padding: .14rem .56rem;
    margin: .28rem .28rem 0 0;
    font-size: .85rem;
    font-weight: 600;
    color: #222;
    border-radius: .28rem
}

.react-datepicker-wrapper {
    width: 100%
}

@media(max-width:991px) {
    body:has(.adsbygoogle[style*="position: fixed"]) header {
        transition: 1s
    }

    body:has(.adsbygoogle[style*="position: fixed"]):has(.adsbygoogle[style*="top: 0"]) header {
        top: 9rem
    }

    body:has(>ins) {
        padding-top: 0 !important;
        transition: 1s
    }

    body:has(>ins[style*="top: 0"]) {
        padding-top: 95px !important
    }

    body:has(>ins[style*="top: 0"]) aside.mobile .content {
        padding-top: 125px !important
    }

    body:has(>ins[style*="top: -104"]) {
        padding-top: 0 !important
    }
}

@media(min-width:991px) {
    body:has(.adsbygoogle[style*="position: fixed"]) header {
        transition: 1s
    }

    body:has(.adsbygoogle[style*="position: fixed"]):has(.adsbygoogle[style*="top: 0"]) header {
        top: 9rem
    }

    body:has(>ins) {
        padding-top: 0 !important;
        transition: 1s
    }

    body:has(>ins[style*="top: 0"]) {
        padding-top: 125px !important
    }

    body:has(>ins[style*="top: -104"]) {
        padding-top: 0 !important
    }
}

a.more-item-inline {
    font-size: 1rem;
    margin-left: .56rem
}

a.more-item-inline span {
    font-size: 1rem;
    text-decoration: underline
}

p:has(a.more-item-inline) {
    margin: .56rem 0 !important
}

p:has(a.more-item-inline):last-child {
    margin-bottom: 0 !important
}

body:has(main.changelog)>div>div>div.position-fixed {
    display: none
}

body:has(main.changelog) header {
    background: #fff;
    position: relative;
    border-bottom: 1px solid rgba(0, 48, 102, .25)
}

body:has(main.changelog) header a.logo {
    max-height: unset !important;
    height: 2.56rem !important;
    display: block
}

body:has(main.changelog) header div.content {
    padding: 1rem 0
}

main.changelog section.initial-changelog {
    padding: 5rem 0;
    position: relative
}

main.changelog section.initial-changelog .img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

main.changelog section.initial-changelog div.container {
    position: relative;
    z-index: 8
}

main.changelog section.initial-changelog h1 {
    font-weight: 800;
    font-size: 3.28rem;
    margin-bottom: 1rem;
    color: #222
}

main.changelog section.initial-changelog p {
    font-size: 1.14rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #222
}

main.changelog section.changelog-list {
    padding: 2.28rem 0
}

main.changelog section.changelog-list article.post {
    padding: .01rem 0 0 2.28rem;
    border-left: 1px solid rgba(0, 48, 102, .25);
    position: relative
}

main.changelog section.changelog-list article.post a:has(>h4):hover {
    text-decoration: underline;
    color: #005bfe;
    opacity: 1
}

main.changelog section.changelog-list article.post a:has(>h4):hover h4 {
    color: inherit
}

main.changelog section.changelog-list article.post h4 {
    font-weight: 800;
    font-size: 2rem;
    color: #222;
    margin-bottom: .56rem
}

main.changelog section.changelog-list article.post div.date {
    color: rgba(0, 48, 102, .64);
    font-weight: 500;
    margin-bottom: 1.14rem
}

main.changelog section.changelog-list article.post div.tags {
    display: flex;
    flex-wrap: wrap;
    gap: .56rem
}

main.changelog section.changelog-list article.post div.tags>span {
    border: 1px solid #005bfe;
    color: #005bfe;
    display: inline-flex;
    padding: .28rem .85rem;
    border-radius: 8rem;
    font-weight: 600
}

main.changelog section.changelog-list article.post div.resume {
    padding-bottom: 2.28rem;
    margin-bottom: 2.28rem;
    border-bottom: 1px solid rgba(0, 48, 102, .25)
}

main.changelog section.changelog-list article.post div.resume p {
    font-size: 1.14rem;
    font-weight: 500
}

main.changelog section.changelog-list article.post div.resume p:last-child {
    margin-bottom: 0
}

main.changelog section.changelog-list article.post div.resume a {
    font-size: 1.14rem
}

main.changelog section.changelog-list article.post div.icon {
    position: absolute;
    left: -1rem;
    top: 0;
    font-size: 2rem
}

main.changelog section.newsletter {
    background: #222;
    padding: 3.56rem 0 3.42rem;
    position: relative
}

main.changelog section.newsletter .img-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

main.changelog section.newsletter div.container {
    position: relative;
    z-index: 8
}

main.changelog section.newsletter h2 {
    font-size: 2.56rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: .56rem
}

main.changelog section.newsletter p {
    font-size: 1.14rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff
}

main.changelog section.newsletter label {
    color: hsla(0, 0%, 100%, .8);
    font-size: .85rem;
    font-weight: 500;
    display: inline-flex
}

.form-check-input:checked {
    background-color: #005bfe;
    border-color: #005bfe
}

main.changelog div.col-lg-12:has(>article.post):last-child article.post {
    border-color: transparent
}

main.changelog div.col-lg-12:has(>article.post):last-child article.post div.resume {
    margin-bottom: 0
}

main.changelog.content section.content {
    padding-bottom: 4rem
}

main.changelog section.initial-content-changelog {
    padding: 5rem 0
}

main.changelog section.initial-content-changelog h1 {
    font-weight: 800;
    font-size: 3.28rem;
    color: #222;
    margin-bottom: 1.56rem
}

main.changelog section.initial-content-changelog div.tags {
    display: flex;
    flex-wrap: wrap;
    gap: .56rem
}

main.changelog section.initial-content-changelog div.tags>span {
    border: 1px solid #005bfe;
    color: #005bfe;
    display: inline-flex;
    padding: .28rem .85rem;
    border-radius: 8rem;
    font-weight: 600
}

main.changelog section.content-changelog div.date {
    padding-bottom: 1rem;
    margin-bottom: 3.28rem;
    color: rgba(0, 48, 102, .64);
    border-bottom: 1px solid rgba(0, 48, 102, .25)
}

main.changelog section.content-changelog div.content {
    position: relative
}

main.changelog section.content-changelog div.content h4 {
    margin-bottom: 1.14rem;
    margin-top: 2.85rem;
    font-weight: 800;
    font-size: 1.56rem;
    color: #222
}

main.changelog section.content-changelog div.content p {
    font-size: 1.14rem;
    font-weight: 500;
    line-height: 2;
    color: #222
}

main.changelog section.content-changelog div.content div.image {
    width: 100%;
    display: block;
    position: relative;
    margin: 2.85rem 0
}

main.changelog section.content-changelog div.content div.image>span {
    position: relative !important;
    height: auto !important
}

main.changelog section.content-changelog div.content div.image>span>img {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    border-radius: 1rem
}

main.changelog section.content-changelog div.content ul {
    padding-left: 2rem;
    list-style-type: disc
}

main.changelog section.content-changelog div.content ul li {
    font-size: 1.14rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: .56rem;
    color: #222
}

section.packs div.black-friday {
    padding: 3rem;
    border-radius: 1rem;
    background: linear-gradient(45deg, rgba(0, 47, 102, .7), rgba(0, 19, 41, .7)), radial-gradient(#198754, transparent 70%) no-repeat 200% -10%/70rem 70rem, radial-gradient(rgba(0, 93, 203, .561), transparent 70%) no-repeat -280% 120%/80rem 80rem;
    background: linear-gradient(45deg, rgba(0, 118, 255, .7), rgba(0, 19, 41, .7)), radial-gradient(#198754, transparent 70%) no-repeat 200% -10%/70rem 70rem, radial-gradient(rgba(0, 93, 203, .561), transparent 70%) no-repeat -280% 120%/80rem 80rem;
    /* background: linear-gradient(45deg, rgba(0, 118, 255, .47), rgba(0, 59, 129, .76)), radial-gradient(rgba(0, 93, 203, 0), transparent 70%) no-repeat 200% -10%/70rem 70rem, radial-gradient(rgba(0, 93, 203, .561), transparent 70%) no-repeat -280% 120%/80rem 80rem */
    background: linear-gradient(45deg, rgba(68, 255, 0, 0.47), rgba(21, 120, 6, 0.76)), radial-gradient(rgba(0, 93, 203, 0), transparent 70%) no-repeat 200% -10%/70rem 70rem, radial-gradient(rgba(0, 93, 203, .561), transparent 70%) no-repeat -280% 120%/80rem 80rem;
}

section.packs div.black-friday h5 {
    color: hsla(0, 0%, 100%, .8);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .14rem;
    display: flex;
    justify-content: center;
    align-items: center
}

section.packs div.black-friday h2 {
    font-size: 4rem;
    font-weight: 700;
    position: relative;
    color: #fff;
    display: inline-flex
}

section.packs div.black-friday p {
    font-size: 1.14rem;
    color: hsla(0, 0%, 100%, .8)
}

section.packs div.black-friday h2>span:first-child {
    position: relative;
    z-index: 8
}

section.packs div.black-friday span.mult {
    background: #e22725;
    color: #fff;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700 !important;
    margin-left: 1rem;
    margin-right: -5rem;
    padding: .56rem .71rem;
    border-radius: .56rem;
    z-index: 0;
    transform: translateY(-1px)
}

div.modal .modal-content:has(div.modal-finance-report) {
    border: 0
}

div.modal-body:has(>div.modal-finance-report) {
    padding: 0
}

div.modal-finance-report {
    display: flex
}

div.modal-finance-report div.image {
    width: 100%;
    max-width: 45%;
    position: relative;
    border-top-left-radius: .56rem;
    border-bottom-left-radius: .56rem;
    overflow: hidden
}

div.modal-finance-report div.image img,
div.modal-finance-report div.image span {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

div.modal-finance-report div.content {
    padding: 3rem 3rem 2.71rem
}

div.modal-finance-report div.content h4 {
    font-size: 1.56rem;
    font-weight: 800;
    margin-bottom: 1.56rem;
    color: #222
}

div.modal-finance-report div.content ul li {
    font-size: 1.14rem;
    font-weight: 500;
    margin-bottom: .56rem
}

div.modal-finance-report div.content ul li i {
    margin-right: .71rem;
    font-size: 1rem
}

@media(max-width:991px) {
    div.modal-finance-report {
        flex-direction: column
    }

    div.modal-finance-report div.image {
        max-width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: .56rem;
        display: none
    }
}

ins.adsbygoogle[data-ad-status=unfilled] {
    display: none !important
}

.col-lg-12:has(>ins[data-ad-status=unfilled]) {
    display: none
}

.col-lg-12:has(>ins[data-ad-status=filled]) {
    height: auto !important;
    padding: calc(var(--bs-gutter-y)*.5) calc(var(--bs-gutter-x)*.5) !important;
    margin-top: var(--bs-gutter-y) !important
}

.col-lg-12.header_add:has(>ins[data-ad-status=filled]) {
    height: auto !important;
    margin-bottom: 2.5rem
}

div.toggle-radio-button {
    display: flex
}

div.toggle-radio-button div.radio {
    position: relative;
    padding-bottom: .5rem
}

div.toggle-radio-button div.radio span {
    border: 1px solid #0c3066;
    color: #0c3066;
    display: block;
    padding: .5rem 1rem;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.14rem
}

div.toggle-radio-button div.radio:first-child span {
    border-top-left-radius: .56rem;
    border-bottom-left-radius: .56rem
}

div.toggle-radio-button div.radio:nth-child(2) span {
    border-top-right-radius: .56rem;
    border-bottom-right-radius: .56rem
}

div.toggle-radio-button div.radio.active span {
    border: 1px solid #0c3066;
    color: #fff;
    background: #0c3066
}

div.toggle-radio-button div.radio input {
    position: absolute
}

div.remove-counters {
    display: flex;
    align-items: center;
    padding: 1.5rem 1.75rem;
    background: #fff;
    box-shadow: 0 1rem 5rem -1rem rgba(0, 48, 102, .161);
    border-radius: 1rem
}

div.remove-counters i {
    font-size: 1.85rem;
    margin-right: 1rem;
    color: #ff6d1c;
    width: auto;
    height: 2rem
}

div.remove-counters h4 {
    margin: 0;
    color: #222;
    font-weight: 700;
    font-size: 1.35rem
}

div.remove-counters p {
    margin: 0
}

div.remove-counters div.switch-container {
    margin-left: auto;
    display: flex;
    align-items: center
}

div.remove-counters div.switch-container a {
    text-decoration: underline
}

div.remove-counters div.switch {
    padding-left: 1rem
}

div.remove-counters div.switch input {
    height: 2rem;
    width: 4rem;
    border: 1px solid #005bfe;
    margin-left: 0;
    transition: .4s
}

div.remove-counters div.switch input.form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 91, 254, 1%29'/%3e%3c/svg%3e")
}

div.remove-counters div.switch input.form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e")
}

div.remove-counters {
    position: relative
}

div.remove-counters div.tooltip_ {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

div.remove-counters div.tooltip_ div.text {
    position: absolute;
    top: -1.4rem;
    right: 100%;
    min-width: 20rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1rem 4rem -1rem rgba(0, 48, 102, .161);
    padding: .5rem .75rem;
    color: #222;
    font-size: .85rem;
    font-weight: 600;
    border: 1px solid rgba(0, 48, 102, .161)
}

div.remove-counters div.tooltip_ div.text:before {
    content: "";
    transform: rotate(45deg);
    width: 1rem;
    height: 1rem;
    border-radius: .25rem;
    position: absolute;
    top: 1rem;
    right: -.5rem;
    border: 1px solid rgba(0, 48, 102, .161);
    border-width: 1px 1px 0 0;
    background: #fff;
    z-index: 8
}

div.remove-counters div.tooltip_.active {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:991px) {
    div.remove-counters {
        padding: 1rem
    }

    div.remove-counters div.text {
        margin-right: 1rem
    }

    div.remove-counters h4 {
        font-size: 1.25rem
    }

    div.remove-counters p {
        font-size: .8rem
    }

    div.remove-counters div.switch input {
        height: 1.5rem;
        width: 3.25rem;
        border: 1px solid #005bfe;
        transition: .4s
    }

    div.remove-counters div.tooltip_ {
        display: none
    }
}

section.business-intelingence button.toggle-form {
    padding: 0 1rem;
    background: transparent;
    color: #005bfe;
    border: 1px solid;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .56rem;
    font-size: 1.14rem;
    font-weight: 600
}

section.business-intelingence button.toggle-form i {
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-left: .75rem
}

section.business-intelingence div.desc {
    padding-bottom: 1.5rem
}

section.business-intelingence div.desc p {
    color: #222;
    margin-bottom: 0;
    font-size: 1.28rem;
    font-weight: 500;
    text-align: justify
}

section.business-intelingence div.chart-region table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1rem
}

section.business-intelingence div.chart-region table tr td {
    position: relative;
    border: 1px solid rgba(0, 47, 102, .08);
    padding: .25rem 0;
    vertical-align: middle
}

section.business-intelingence div.chart-region table tr:last-child td {
    padding: 0;
    border: 0
}

section.business-intelingence div.chart-region table tr:last-child td span.bottom-label {
    font-size: .6rem;
    font-weight: 500
}

section.business-intelingence div.chart-region table tr td.label {
    width: 2.5rem;
    font-weight: 600;
    font-size: .85rem;
    text-align: right;
    border-width: 0 1px 1px 0;
    color: #222;
    padding: .15rem .75rem .15rem 0
}

section.business-intelingence div.chart-region table tr td.label.large {
    width: 10rem
}

section.business-intelingence div.chart-region table tr td.label.large:has(>span.labelContainer) {
    width: 8em
}

section.business-intelingence div.chart-region table tr td.label span.name {
    display: block;
    width: 100%
}

section.business-intelingence div.chart-region table tr td.label .labelContainer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

section.business-intelingence div.chart-region table tr td.label .labelContainer span {
    font-size: .75rem;
    font-weight: 700;
    color: #222
}

section.business-intelingence div.chart-region table tr td.label .labelContainer span.link {
    font-size: .85rem;
    line-height: 1;
    text-decoration: underline;
    color: #005bfe
}

section.business-intelingence div.chart-region table tr:last-child td:nth-child(n+3) span.bottom-label {
    text-align: center;
    width: 100%;
    display: inline-block;
    left: 50%;
    top: calc(100% + .5rem);
    font-size: .6rem;
    font-weight: 500;
    position: absolute
}

section.business-intelingence div.chart-region table tr:last-child td:nth-child(n+2) span.bottom-label:first-child {
    text-align: center;
    width: 100%;
    display: inline-block;
    left: -50%;
    top: calc(100% + .5rem);
    position: absolute
}

section.business-intelingence div.chart-region table tr td .percentBar {
    display: flex;
    align-items: center;
    height: .85rem;
    background: #222;
    border-radius: 0 1rem 1rem 0;
    position: relative;
    z-index: 8
}

section.business-intelingence div.chart-region table tr td .percentBar:hover {
    opacity: 1
}

section.business-intelingence div.chart-region table tr td span.number {
    color: #222;
    background: #fff;
    font-weight: 600;
    font-size: .75rem;
    letter-spacing: .75px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: .25rem;
    padding: .25rem .3rem .2rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .5rem);
    transform: translateY(-50%);
    border: 1px solid rgba(0, 47, 102, .2);
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

section.business-intelingence div.chart-region table tr:hover td span.number {
    opacity: 1;
    visibility: visible
}

section.business-intelingence div.chart-region table tr td span.number:before {
    content: "";
    width: .55rem;
    height: .55rem;
    border-radius: .1rem;
    background: #fff;
    border: 1px solid rgba(0, 47, 102, .2);
    border-width: 1px 1px 0 0;
    position: absolute;
    right: calc(100% - .275rem);
    transform: rotate(135deg);
    transform: rotate(-135deg)
}

section.business-intelingence div.chart-region table tr td span.number span {
    position: relative;
    z-index: 8;
    display: inline-block
}

section.business-intelingence div.chart-region table tr td .percentBar span.link {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: underline;
    white-space: nowrap;
    color: #005bfe;
    position: relative;
    left: 0;
    opacity: 0
}

div.chart-pie {
    display: flex;
    flex-direction: column;
    align-items: center
}

div.chart-pie div.tooltip_ {
    color: #222;
    background: #fff;
    font-weight: 600;
    font-size: .75rem;
    letter-spacing: .75px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    border-radius: .25rem;
    padding: .25rem .3rem .2rem;
    position: absolute;
    border: 1px solid rgba(0, 47, 102, .2);
    opacity: 0;
    transition: opacity visibility .2s .2s
}

div.chart-pie a:hover {
    opacity: 1;
    filter: brightness(.85)
}

div.chart-pie div.labels {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem
}

div.chart-pie div.labels>div {
    margin: 0 1rem;
    align-items: center;
    display: flex
}

div.chart-pie div.labels>div span.color {
    width: 2.5rem;
    height: 1.25rem;
    display: inline-flex;
    border-radius: .25rem
}

div.chart-pie div.labels>div a.name,
div.chart-pie div.labels>div span.name {
    display: inline-flex;
    color: #000 !important;
    line-height: 1;
    font-size: .9rem;
    font-weight: 600;
    margin-top: 2px;
    margin-left: .5rem
}

div.chart-bar-vertical {
    margin-top: 1rem;
    position: relative;
    transition: .4s
}

div.chart-bar-vertical .loader {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #198754 94%, transparent) top/8px 8px no-repeat, conic-gradient(transparent 30%, #198754);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), #000 0);
    animation: s3 1s linear infinite;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .2s
}

@keyframes s3 {
    to {
        transform: translate(-50%) rotate(1turn)
    }
}

div.chart-bar-vertical.loading .loader {
    opacity: .4;
    visibility: visible
}

div.chart-bar-vertical,
div.chart-bar-vertical * {
    transition: all .4s
}

div.chart-bar-vertical.loading table {
    opacity: 0;
    transition: 0s
}

div.chart-bar-vertical table {
    width: 100%;
    table-layout: fixed
}

div.chart-bar-vertical table tr td {
    border: 1px solid rgba(0, 48, 102, .122);
    color: #222;
    padding: 0;
    position: relative
}

div.chart-bar-vertical table tr td:first-child {
    border: 0
}

div.chart-bar-vertical table tr:last-child td {
    border: 0;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding-top: .5rem
}

div.chart-bar-vertical table tr td span.label {
    position: absolute;
    top: -.425rem;
    right: .5rem;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1
}

div.chart-bar-vertical.dia table tr td span.label {
    font-size: .6rem
}

div.chart-bar-vertical table tr td span.containerBar {
    padding: 100% 0 0;
    width: 100%;
    display: flex
}

div.chart-bar-vertical table tr td span.bar_ {
    display: inline-flex;
    padding: 0 .5rem;
    background: #e5617e;
    border-radius: 1rem 1rem 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s
}

div.chart-bar-vertical span.bar_.tendencia {
    background: #cedae4
}

div.chart-bar-vertical table tr td a {
    display: flex;
    justify-content: center;
    color: #222;
    width: 100%
}

div.chart-bar-vertical table tr td a span.value {
    font-size: .75rem;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    opacity: .4;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s
}

div.chart-bar-vertical table tr td a:hover {
    opacity: 1
}

div.chart-bar-vertical table tr td a:hover span.value {
    opacity: 1;
    transform: translateX(-50%) translateY(-.5rem)
}

div.chart-bar-vertical table tr td a:hover span.bar_ {
    filter: contrast(1.1) brightness(.9) saturate(1.5);
    box-shadow: 0 0 1rem -.1rem rgba(229, 97, 126, .322)
}

div.chart-bar-vertical table tr td:nth-last-child(-n+3) a:hover span.bar_ {
    filter: contrast(1.1) brightness(.9) saturate(1.5);
    box-shadow: 0 0 1rem -.1rem rgba(206, 218, 228, .322)
}

div.chart-bar-vertical div.labels {
    display: flex;
    align-items: center;
    padding-top: 1.5rem
}

div.chart-bar-vertical div.labels>div {
    margin: 0 1rem;
    align-items: center;
    display: flex
}

div.chart-bar-vertical div.labels>div span.color {
    width: 2.5rem;
    height: 1.25rem;
    display: inline-flex;
    border-radius: .25rem
}

div.chart-bar-vertical div.labels>div span.name {
    display: inline-flex;
    line-height: 1;
    font-size: .9rem;
    font-weight: 600;
    margin-top: 2px;
    margin-left: .5rem
}

div.chart-bar-vertical.mes table tr:last-child td>span {
    transform-origin: 0;
    transform: rotate(-45deg) translateX(-.5rem);
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: right
}

div.chart-bar-vertical.dia table tr:last-child td>span {
    transform-origin: 0;
    transform: rotate(-45deg) translate(.75rem);
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0 3.5rem;
    margin-top: .25rem;
    margin-bottom: -2rem;
    font-size: .65rem;
    text-align: right
}

div.chart-bar-vertical.dia table tr td span.bar_ {
    padding: .25rem
}

@media screen and (max-width:991px) {
    div.chart-bar-vertical table tr td span.bar_ {
        padding: .25rem
    }
}

@media screen and (max-width:768px) {
    div.chart-bar-vertical table tr:last-child td {
        font-size: .55rem
    }

    div.chart-bar-vertical table tr td a span.value {
        display: none
    }

    div.chart-bar-vertical.dia table tr:last-child td>span {
        font-size: .4rem
    }

    div.chart-bar-vertical {
        margin: -1rem;
        padding: 1.5rem 2rem
    }

    div.chart-bar-vertical div.labels>div:first-child {
        margin-left: 0
    }

    div.chart-bar-vertical table tr td span.label {
        font-size: .55rem
    }
}

.custom-loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: conic-gradient(transparent 10%, #f4f4f4);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), #000 0);
    animation: s3 1s linear infinite
}

.search-field-profit-employees {
    padding: 1.5rem 2rem 2rem;
    background: #fff;
    border-radius: 1rem;
    position: relative
}

@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false
}

.search-field-profit-employees:before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px
}

.search-field-profit-employees:after,
.search-field-profit-employees:before {
    border-radius: 1.15rem;
    background-image: linear-gradient(var(--rotate), #ff6d1c, #005bfe, #ff6d1c);
    position: absolute;
    z-index: -1;
    animation: spin 12s linear infinite
}

.search-field-profit-employees:after {
    width: 140%;
    height: 90%;
    top: 10%;
    left: -20%;
    transform: scale(.65);
    transform-origin: center;
    filter: blur(4rem);
    opacity: .6
}

@keyframes spin {
    0% {
        --rotate: 0deg
    }

    to {
        --rotate: 360deg
    }
}

div.alertProfitAndEmployers div.tooltip_ {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

div.alertProfitAndEmployers div.tooltip_ div.text {
    position: absolute;
    right: 1rem;
    bottom: calc(100% - 1rem);
    min-width: 20rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1rem 4rem -1rem rgba(0, 48, 102, .161);
    padding: .5rem .75rem;
    color: #222;
    font-size: .85rem;
    font-weight: 600;
    word-wrap: normal;
    border: 1px solid rgba(0, 48, 102, .161)
}

div.alertProfitAndEmployers div.tooltip_ div.text:before {
    content: "";
    transform: rotate(135deg);
    width: 1rem;
    height: 1rem;
    border-radius: .25rem;
    position: absolute;
    bottom: -.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 48, 102, .161);
    border-width: 1px 1px 0 0;
    background: #fff;
    z-index: 8
}

div.alertProfitAndEmployers div.tooltip_.active {
    opacity: 1;
    visibility: visible
}

div.alertProfitAndEmployers {
    position: relative
}

div.items-monthly {
    padding-top: 3rem
}

div.items-monthly div.item div.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem
}

div.items-monthly div.item div.title span {
    font-size: 1.56rem;
    font-weight: 700;
    line-height: 1.2;
    color: #222
}

div.items-monthly div.item div.title span:last-child {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .07rem;
    color: #198754
}

div.items-monthly div.item ul li {
    padding: .5rem 1rem 1rem;
    text-align: center;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #8197b1
}

div.items-monthly div.item div.price {
    margin-top: .85rem
}

div.items-monthly div.item div.price h4 {
    font-size: 2.56rem;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 0
}

div.items-monthly div.item div.price h4 span {
    font-size: 1.14rem;
    color: #222;
    display: inline-flex;
    margin: 0 .5rem
}

div.items-monthly div.item div.buttons {
    width: 100%;
    margin-top: 1rem
}

div.items-monthly div.item.spotlight {
    transform: scale(1.1);
    box-shadow: 0 0 1.71rem -1rem rgba(0, 47, 102, .4);
    margin: 0 .85rem
}

div.items-monthly div.item.spotlight div.spotlight {
    padding: 6px 6px 3px;
    background: #005bfe;
    border: 1px solid #005bfe;
    color: #fff;
    width: calc(100% + 2px);
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: -2rem;
    left: -1px;
    border-radius: 1.14rem 1.14rem 0 0
}

main.register {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: linear-gradient(0deg, var(--color-primary-08), var(--color-primary-08)), linear-gradient(0deg, var(--color-white), var(--color-white));
    display: flex;
    align-items: center
}

main.register div.principal-block {
    background: var(--color-white);
    overflow: hidden;
    border-radius: 2rem
}

main.register div.principal-block div.image {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    background: linear-gradient(45deg, var(--color-primary), var(--color-dark-56)), url(/images/register-background.webp) no-repeat 50%/cover
}

main.register div.principal-block div.image.right {
    align-items: flex-end;
    text-align: right;
    background: linear-gradient(45deg, var(--color-primary), var(--color-dark-56)), url(/images/login-background.webp) no-repeat 50%/cover
}

@media(max-width:991px) {

    main.register div.principal-block div.image,
    main.register div.principal-block div.image.right {
        text-align: center;
        align-items: center
    }
}

main.register div.principal-block div.image span.title {
    font-weight: 700;
    font-size: 3rem;
    color: var(--color-white);
    display: flex;
    margin-bottom: .5rem
}

main.register div.principal-block div.image span.desc {
    font-size: 1.25rem;
    color: var(--color-white-64);
    display: flex;
    margin-bottom: 3rem
}

main.register div.principal-block div.image a.link {
    font-size: 1.5rem;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    padding: 1rem 1.75rem;
    border-radius: .75rem;
    display: inline-flex;
    align-items: center
}

main.register div.principal-block div.image a.link>i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .5rem
}

main.register div.principal-block div.terms {
    color: var(--color-dark-56);
    font-size: .85rem
}

main.register div.principal-block div.container-form {
    padding: 6rem
}

main.register div.principal-block div.container-form div.header {
    padding-bottom: 2rem
}

main.register div.principal-block div.container-form div.header div.logo {
    padding-bottom: 4rem
}

main.register div.principal-block div.container-form div.header div.logo img {
    height: 2.5rem
}

main.register div.principal-block div.container-form div.header h4 {
    font-weight: 600;
    font-size: 1.75rem;
    color: var(--color-dark)
}

main.register div.principal-block div.container-form span.recovery-pass {
    display: block;
    margin-top: .75rem;
    text-align: right
}

main.register div.principal-block div.container-form div:has(.input)>label {
    color: var(--color-dark);
    font-size: 1rem;
    display: flex;
    margin-bottom: .25rem
}

div.buttons {
    display: flex;
    gap: .5rem
}

div.buttons.end {
    justify-content: flex-end
}

input.input {
    padding: .75rem 1rem;
    border: 1px solid var(--color-dark-16);
    background: var(--color-white);
    color: var(--color-dark);
    border-radius: .5rem;
    width: 100%
}

div.your-plan {
    padding: 1.5rem 2rem;
    border: 1px solid var(--color-dark-16);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

div.your-plan span.label {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-dark);
    display: flex
}

div.your-plan span.value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-dark-56)
}

.item.escolhido {
    pointer-events: none;
    opacity: .5;
    filter: grayscale(1)
}

section.list-data {
    padding-top: 2rem;
    padding-bottom: 4rem
}

section.list-data div.item {
    padding: 1rem 1.25rem;
    border: 1px solid var(--color-dark-16);
    border-radius: 1rem;
    display: flex;
    align-items: center
}

section.list-data div.item span.icon {
    margin-right: .75rem;
    font-size: 1.5rem;
    color: var(--color-primary)
}

section.list-data div.item span.icon,
section.list-data div.item span.icon>i {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

section.list-data div.item span.label {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--color-dark)
}

section.list-data div.block {
    padding: 3rem 4rem;
    background: var(--color-white);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    border-radius: 1rem
}

@font-face {
    font-family: Notification;
    src: url(/_next/static/media/notification.e46c3dba.eot);
    src: url(/_next/static/media/notification.e46c3dba.eot?#iefixs3g3t9) format("embedded-opentype"), url(/_next/static/media/notification.9928469f.woff) format("woff"), url(/_next/static/media/notification.786b87d6.ttf) format("truetype"), url(/_next/static/media/notification.6894f462.svg#notification) format("svg");
    font-weight: 400;
    font-style: normal
}

.notification-container {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 320px;
    padding: 0 15px;
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto
}

.notification {
    box-sizing: border-box;
    padding: 15px 15px 15px 58px;
    border-radius: 2px;
    color: #fff;
    background-color: #ccc;
    box-shadow: 0 0 12px #999;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.2em;
    position: relative;
    opacity: .9;
    margin-top: 15px
}

.notification .title {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 5px
}

.notification:focus,
.notification:hover {
    opacity: 1
}

.notification-enter {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
}

.notification-enter.notification-enter-active {
    visibility: visible;
    transform: translateZ(0);
    transition: all .4s
}

.notification-exit {
    visibility: visible;
    transform: translateZ(0)
}

.notification-exit.notification-exit-active {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
    transition: all .4s
}

.notification:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -14px;
    display: block;
    font-family: Notification;
    width: 28px;
    height: 28px;
    font-size: 28px;
    text-align: center;
    line-height: 28px
}

.notification-info {
    background-color: #2f96b4
}

.notification-info:before {
    content: ""
}

.notification-success {
    background-color: #51a351
}

.notification-success:before {
    content: ""
}

.notification-warning {
    background-color: #f89406
}

.notification-warning:before {
    content: ""
}

.notification-error {
    background-color: #bd362f
}

.notification-error:before {
    content: ""
}

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.0.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: uicons-regular-rounded;
    src: url(/fonts/uicons-regular-rounded.eot#iefix) format("embedded-opentype"), url(/fonts/uicons-regular-rounded.woff2) format("woff2"), url(/fonts/uicons-regular-rounded.woff) format("woff")
}

i[class*=" fi-rr-"]:before,
i[class^=fi-rr-]:before,
span[class*=fi-rr-]:before,
span[class^=fi-rr-]:before {
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fi-rr-0:before {
    content: ""
}

.fi-rr-1:before {
    content: ""
}

.fi-rr-2:before {
    content: ""
}

.fi-rr-3:before {
    content: ""
}

.fi-rr-360-degrees:before {
    content: ""
}

.fi-rr-4:before {
    content: ""
}

.fi-rr-5:before {
    content: ""
}

.fi-rr-6:before {
    content: ""
}

.fi-rr-7:before {
    content: ""
}

.fi-rr-8:before {
    content: ""
}

.fi-rr-9:before {
    content: ""
}

.fi-rr-a:before {
    content: ""
}

.fi-rr-acorn:before {
    content: ""
}

.fi-rr-ad:before {
    content: ""
}

.fi-rr-add-document:before {
    content: ""
}

.fi-rr-add-folder:before {
    content: ""
}

.fi-rr-add:before {
    content: ""
}

.fi-rr-address-book:before {
    content: ""
}

.fi-rr-address-card:before {
    content: ""
}

.fi-rr-air-conditioner:before {
    content: ""
}

.fi-rr-air-freshener:before {
    content: ""
}

.fi-rr-airplay:before {
    content: ""
}

.fi-rr-alarm-clock:before {
    content: ""
}

.fi-rr-alarm-exclamation:before {
    content: ""
}

.fi-rr-alarm-plus:before {
    content: ""
}

.fi-rr-alarm-snooze:before {
    content: ""
}

.fi-rr-album-circle-plus:before {
    content: ""
}

.fi-rr-album-circle-user:before {
    content: ""
}

.fi-rr-album-collection:before {
    content: ""
}

.fi-rr-album:before {
    content: ""
}

.fi-rr-alicorn:before {
    content: ""
}

.fi-rr-alien:before {
    content: ""
}

.fi-rr-align-center:before {
    content: ""
}

.fi-rr-align-justify:before {
    content: ""
}

.fi-rr-align-left:before {
    content: ""
}

.fi-rr-align-slash:before {
    content: ""
}

.fi-rr-ambulance:before {
    content: ""
}

.fi-rr-anchor:before {
    content: ""
}

.fi-rr-angel:before {
    content: ""
}

.fi-rr-angle-90:before {
    content: ""
}

.fi-rr-angle-circle-down:before {
    content: ""
}

.fi-rr-angle-circle-left:before {
    content: ""
}

.fi-rr-angle-circle-right:before {
    content: ""
}

.fi-rr-angle-circle-up:before {
    content: ""
}

.fi-rr-angle-double-left:before {
    content: ""
}

.fi-rr-angle-double-right:before {
    content: ""
}

.fi-rr-angle-double-small-down:before {
    content: ""
}

.fi-rr-angle-double-small-left:before {
    content: ""
}

.fi-rr-angle-double-small-right:before {
    content: ""
}

.fi-rr-angle-double-small-up:before {
    content: ""
}

.fi-rr-angle-down:before {
    content: ""
}

.fi-rr-angle-left:before {
    content: ""
}

.fi-rr-angle-right:before {
    content: ""
}

.fi-rr-angle-small-down:before {
    content: ""
}

.fi-rr-angle-small-left:before {
    content: ""
}

.fi-rr-angle-small-right:before {
    content: ""
}

.fi-rr-angle-small-up:before {
    content: ""
}

.fi-rr-angle-square-down:before {
    content: ""
}

.fi-rr-angle-square-left:before {
    content: ""
}

.fi-rr-angle-square-right:before {
    content: ""
}

.fi-rr-angle-square-up:before {
    content: ""
}

.fi-rr-angle-up:before {
    content: ""
}

.fi-rr-angle:before {
    content: ""
}

.fi-rr-angry:before {
    content: ""
}

.fi-rr-animated-icon:before {
    content: ""
}

.fi-rr-apartment:before {
    content: ""
}

.fi-rr-aperture:before {
    content: ""
}

.fi-rr-api:before {
    content: ""
}

.fi-rr-apple-crate:before {
    content: ""
}

.fi-rr-apple-whole:before {
    content: ""
}

.fi-rr-apps-add:before {
    content: ""
}

.fi-rr-apps-delete:before {
    content: ""
}

.fi-rr-apps-sort:before {
    content: ""
}

.fi-rr-apps:before {
    content: ""
}

.fi-rr-archive:before {
    content: ""
}

.fi-rr-archway:before {
    content: ""
}

.fi-rr-arrow-alt-circle-down:before {
    content: ""
}

.fi-rr-arrow-alt-circle-left:before {
    content: ""
}

.fi-rr-arrow-alt-circle-right:before {
    content: ""
}

.fi-rr-arrow-alt-circle-up:before {
    content: ""
}

.fi-rr-arrow-alt-down:before {
    content: ""
}

.fi-rr-arrow-alt-from-bottom:before {
    content: ""
}

.fi-rr-arrow-alt-from-left:before {
    content: ""
}

.fi-rr-arrow-alt-from-right:before {
    content: ""
}

.fi-rr-arrow-alt-from-top:before {
    content: ""
}

.fi-rr-arrow-alt-left:before {
    content: ""
}

.fi-rr-arrow-alt-right:before {
    content: ""
}

.fi-rr-arrow-alt-square-down:before {
    content: ""
}

.fi-rr-arrow-alt-square-left:before {
    content: ""
}

.fi-rr-arrow-alt-square-right:before {
    content: ""
}

.fi-rr-arrow-alt-square-up:before {
    content: ""
}

.fi-rr-arrow-alt-to-bottom:before {
    content: ""
}

.fi-rr-arrow-alt-to-left:before {
    content: ""
}

.fi-rr-arrow-alt-to-right:before {
    content: ""
}

.fi-rr-arrow-alt-to-top:before {
    content: ""
}

.fi-rr-arrow-alt-up:before {
    content: ""
}

.fi-rr-arrow-circle-down:before {
    content: ""
}

.fi-rr-arrow-circle-left:before {
    content: ""
}

.fi-rr-arrow-circle-right:before {
    content: ""
}

.fi-rr-arrow-circle-up:before {
    content: ""
}

.fi-rr-arrow-down-from-dotted-line:before {
    content: ""
}

.fi-rr-arrow-down-left:before {
    content: ""
}

.fi-rr-arrow-down-small-big:before {
    content: ""
}

.fi-rr-arrow-down-to-dotted-line:before {
    content: ""
}

.fi-rr-arrow-down-to-square:before {
    content: ""
}

.fi-rr-arrow-down-triangle-square:before {
    content: ""
}

.fi-rr-arrow-down:before {
    content: ""
}

.fi-rr-arrow-from-bottom:before {
    content: ""
}

.fi-rr-arrow-from-left:before {
    content: ""
}

.fi-rr-arrow-from-right:before {
    content: ""
}

.fi-rr-arrow-from-top:before {
    content: ""
}

.fi-rr-arrow-left-from-line:before {
    content: ""
}

.fi-rr-arrow-left:before {
    content: ""
}

.fi-rr-arrow-right-to-bracket:before {
    content: ""
}

.fi-rr-arrow-right:before {
    content: ""
}

.fi-rr-arrow-small-down:before {
    content: ""
}

.fi-rr-arrow-small-left:before {
    content: ""
}

.fi-rr-arrow-small-right:before {
    content: ""
}

.fi-rr-arrow-small-up:before {
    content: ""
}

.fi-rr-arrow-square-down:before {
    content: ""
}

.fi-rr-arrow-square-left:before {
    content: ""
}

.fi-rr-arrow-square-right:before {
    content: ""
}

.fi-rr-arrow-square-up:before {
    content: ""
}

.fi-rr-arrow-to-bottom:before {
    content: ""
}

.fi-rr-arrow-to-left:before {
    content: ""
}

.fi-rr-arrow-to-right:before {
    content: ""
}

.fi-rr-arrow-to-top:before {
    content: ""
}

.fi-rr-arrow-trend-down:before {
    content: ""
}

.fi-rr-arrow-trend-up:before {
    content: ""
}

.fi-rr-arrow-turn-down-left:before {
    content: ""
}

.fi-rr-arrow-turn-down-right:before {
    content: ""
}

.fi-rr-arrow-up-from-dotted-line:before {
    content: ""
}

.fi-rr-arrow-up-from-square:before {
    content: ""
}

.fi-rr-arrow-up-left-from-circle:before {
    content: ""
}

.fi-rr-arrow-up-left:before {
    content: ""
}

.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: ""
}

.fi-rr-arrow-up-right-from-square:before {
    content: ""
}

.fi-rr-arrow-up-right:before {
    content: ""
}

.fi-rr-arrow-up-small-big:before {
    content: ""
}

.fi-rr-arrow-up-square-triangle:before {
    content: ""
}

.fi-rr-arrow-up-to-dotted-line:before {
    content: ""
}

.fi-rr-arrow-up:before {
    content: ""
}

.fi-rr-arrows-alt-h:before {
    content: ""
}

.fi-rr-arrows-alt-v:before {
    content: ""
}

.fi-rr-arrows-alt:before {
    content: ""
}

.fi-rr-arrows-cross:before {
    content: ""
}

.fi-rr-arrows-from-dotted-line:before {
    content: ""
}

.fi-rr-arrows-from-line:before {
    content: ""
}

.fi-rr-arrows-h-copy:before {
    content: ""
}

.fi-rr-arrows-h:before {
    content: ""
}

.fi-rr-arrows-repeat-1:before {
    content: ""
}

.fi-rr-arrows-repeat:before {
    content: ""
}

.fi-rr-arrows-retweet:before {
    content: ""
}

.fi-rr-arrows-to-dotted-line:before {
    content: ""
}

.fi-rr-arrows-to-line:before {
    content: ""
}

.fi-rr-arrows:before {
    content: ""
}

.fi-rr-artificial-intelligence:before {
    content: ""
}

.fi-rr-assept-document:before {
    content: ""
}

.fi-rr-assistive-listening-systems:before {
    content: ""
}

.fi-rr-asterik:before {
    content: ""
}

.fi-rr-at:before {
    content: ""
}

.fi-rr-attribution-pen:before {
    content: ""
}

.fi-rr-attribution-pencil:before {
    content: ""
}

.fi-rr-aubergine:before {
    content: ""
}

.fi-rr-audio-description-slash:before {
    content: ""
}

.fi-rr-austral-sign:before {
    content: ""
}

.fi-rr-avocado:before {
    content: ""
}

.fi-rr-axe:before {
    content: ""
}

.fi-rr-b:before {
    content: ""
}

.fi-rr-baby-carriage:before {
    content: ""
}

.fi-rr-baby:before {
    content: ""
}

.fi-rr-background:before {
    content: ""
}

.fi-rr-backpack:before {
    content: ""
}

.fi-rr-bacon:before {
    content: ""
}

.fi-rr-bacteria:before {
    content: ""
}

.fi-rr-bacterium:before {
    content: ""
}

.fi-rr-badge-check:before {
    content: ""
}

.fi-rr-badge-dollar:before {
    content: ""
}

.fi-rr-badge-percent:before {
    content: ""
}

.fi-rr-badge-sheriff:before {
    content: ""
}

.fi-rr-badge:before {
    content: ""
}

.fi-rr-badger-honey:before {
    content: ""
}

.fi-rr-bag-seedling:before {
    content: ""
}

.fi-rr-bags-shopping:before {
    content: ""
}

.fi-rr-bahai:before {
    content: ""
}

.fi-rr-baht-sign:before {
    content: ""
}

.fi-rr-balance-scale-left:before {
    content: ""
}

.fi-rr-balance-scale-right:before {
    content: ""
}

.fi-rr-ball-pile:before {
    content: ""
}

.fi-rr-ball:before {
    content: ""
}

.fi-rr-balloon:before {
    content: ""
}

.fi-rr-balloons:before {
    content: ""
}

.fi-rr-ballot-check:before {
    content: ""
}

.fi-rr-ballot:before {
    content: ""
}

.fi-rr-ban-bug:before {
    content: ""
}

.fi-rr-ban:before {
    content: ""
}

.fi-rr-band-aid:before {
    content: ""
}

.fi-rr-bangladeshi-taka-sign:before {
    content: ""
}

.fi-rr-banjo:before {
    content: ""
}

.fi-rr-bank:before {
    content: ""
}

.fi-rr-barber-shop:before {
    content: ""
}

.fi-rr-barcode-read:before {
    content: ""
}

.fi-rr-barcode-scan:before {
    content: ""
}

.fi-rr-barcode:before {
    content: ""
}

.fi-rr-bars-filter:before {
    content: ""
}

.fi-rr-bars-progress:before {
    content: ""
}

.fi-rr-bars-sort:before {
    content: ""
}

.fi-rr-bars-staggered:before {
    content: ""
}

.fi-rr-baseball-alt:before {
    content: ""
}

.fi-rr-baseball:before {
    content: ""
}

.fi-rr-basket-shopping-simple:before {
    content: ""
}

.fi-rr-basket:before {
    content: ""
}

.fi-rr-basketball:before {
    content: ""
}

.fi-rr-bat:before {
    content: ""
}

.fi-rr-bath:before {
    content: ""
}

.fi-rr-battery-bolt:before {
    content: ""
}

.fi-rr-battery-empty:before {
    content: ""
}

.fi-rr-battery-exclamation:before {
    content: ""
}

.fi-rr-battery-full:before {
    content: ""
}

.fi-rr-battery-half:before {
    content: ""
}

.fi-rr-battery-quarter:before {
    content: ""
}

.fi-rr-battery-slash:before {
    content: ""
}

.fi-rr-battery-three-quarters:before {
    content: ""
}

.fi-rr-beacon:before {
    content: ""
}

.fi-rr-bed-alt:before {
    content: ""
}

.fi-rr-bed-bunk:before {
    content: ""
}

.fi-rr-bed-empty:before {
    content: ""
}

.fi-rr-bed:before {
    content: ""
}

.fi-rr-bee:before {
    content: ""
}

.fi-rr-beer:before {
    content: ""
}

.fi-rr-bell-concierge:before {
    content: ""
}

.fi-rr-bell-ring:before {
    content: ""
}

.fi-rr-bell-school:before {
    content: ""
}

.fi-rr-bell-slash:before {
    content: ""
}

.fi-rr-bell:before {
    content: ""
}

.fi-rr-bells:before {
    content: ""
}

.fi-rr-bench-tree:before {
    content: ""
}

.fi-rr-betamax:before {
    content: ""
}

.fi-rr-bike:before {
    content: ""
}

.fi-rr-biking-mountain:before {
    content: ""
}

.fi-rr-biking:before {
    content: ""
}

.fi-rr-billiard:before {
    content: ""
}

.fi-rr-binary-circle-check:before {
    content: ""
}

.fi-rr-binary-lock:before {
    content: ""
}

.fi-rr-binary-slash:before {
    content: ""
}

.fi-rr-binary:before {
    content: ""
}

.fi-rr-binoculars:before {
    content: ""
}

.fi-rr-biohazard:before {
    content: ""
}

.fi-rr-bird:before {
    content: ""
}

.fi-rr-bitcoin-sign:before {
    content: ""
}

.fi-rr-blanket:before {
    content: ""
}

.fi-rr-blender-phone:before {
    content: ""
}

.fi-rr-blender:before {
    content: ""
}

.fi-rr-blinds-open:before {
    content: ""
}

.fi-rr-blinds-raised:before {
    content: ""
}

.fi-rr-blinds:before {
    content: ""
}

.fi-rr-block-brick:before {
    content: ""
}

.fi-rr-block-question:before {
    content: ""
}

.fi-rr-block-quote:before {
    content: ""
}

.fi-rr-block:before {
    content: ""
}

.fi-rr-blog-pencil:before {
    content: ""
}

.fi-rr-blog-text:before {
    content: ""
}

.fi-rr-bold:before {
    content: ""
}

.fi-rr-bolt-auto:before {
    content: ""
}

.fi-rr-bolt-slash:before {
    content: ""
}

.fi-rr-bolt:before {
    content: ""
}

.fi-rr-bomb:before {
    content: ""
}

.fi-rr-bone-break:before {
    content: ""
}

.fi-rr-bone:before {
    content: ""
}

.fi-rr-bong:before {
    content: ""
}

.fi-rr-book-alt:before {
    content: ""
}

.fi-rr-book-arrow-right:before {
    content: ""
}

.fi-rr-book-arrow-up:before {
    content: ""
}

.fi-rr-book-atlas:before {
    content: ""
}

.fi-rr-book-bookmark:before {
    content: ""
}

.fi-rr-book-circle-arrow-right:before {
    content: ""
}

.fi-rr-book-circle-arrow-up:before {
    content: ""
}

.fi-rr-book-copy:before {
    content: ""
}

.fi-rr-book-dead:before {
    content: ""
}

.fi-rr-book-font:before {
    content: ""
}

.fi-rr-book-medical:before {
    content: ""
}

.fi-rr-book-open-cover:before {
    content: ""
}

.fi-rr-book-open-reader:before {
    content: ""
}

.fi-rr-book-quran:before {
    content: ""
}

.fi-rr-book-section:before {
    content: ""
}

.fi-rr-book-spells:before {
    content: ""
}

.fi-rr-book-tanakh:before {
    content: ""
}

.fi-rr-book-user:before {
    content: ""
}

.fi-rr-book:before {
    content: ""
}

.fi-rr-bookmark-slash:before {
    content: ""
}

.fi-rr-bookmark:before {
    content: ""
}

.fi-rr-books-medical:before {
    content: ""
}

.fi-rr-books:before {
    content: ""
}

.fi-rr-boot-heeled:before {
    content: ""
}

.fi-rr-boot:before {
    content: ""
}

.fi-rr-border-all:before {
    content: ""
}

.fi-rr-border-bottom:before {
    content: ""
}

.fi-rr-border-center-h:before {
    content: ""
}

.fi-rr-border-center-v:before {
    content: ""
}

.fi-rr-border-inner:before {
    content: ""
}

.fi-rr-border-left:before {
    content: ""
}

.fi-rr-border-none:before {
    content: ""
}

.fi-rr-border-outer:before {
    content: ""
}

.fi-rr-border-right:before {
    content: ""
}

.fi-rr-border-style-alt:before {
    content: ""
}

.fi-rr-border-style:before {
    content: ""
}

.fi-rr-border-top:before {
    content: ""
}

.fi-rr-bottle:before {
    content: ""
}

.fi-rr-bow-arrow:before {
    content: ""
}

.fi-rr-bowl-chopsticks-noodles:before {
    content: ""
}

.fi-rr-bowl-chopsticks:before {
    content: ""
}

.fi-rr-bowl-rice:before {
    content: ""
}

.fi-rr-bowling-ball:before {
    content: ""
}

.fi-rr-bowling-pins:before {
    content: ""
}

.fi-rr-bowling:before {
    content: ""
}

.fi-rr-box-alt:before {
    content: ""
}

.fi-rr-box-ballot:before {
    content: ""
}

.fi-rr-box-check:before {
    content: ""
}

.fi-rr-box-circle-check:before {
    content: ""
}

.fi-rr-box-dollar:before {
    content: ""
}

.fi-rr-box-fragile:before {
    content: ""
}

.fi-rr-box-heart:before {
    content: ""
}

.fi-rr-box-open-full:before {
    content: ""
}

.fi-rr-box-open:before {
    content: ""
}

.fi-rr-box-tissue:before {
    content: ""
}

.fi-rr-box-up:before {
    content: ""
}

.fi-rr-box:before {
    content: ""
}

.fi-rr-boxes:before {
    content: ""
}

.fi-rr-boxing-glove:before {
    content: ""
}

.fi-rr-bracket-curly-right:before {
    content: ""
}

.fi-rr-bracket-curly:before {
    content: ""
}

.fi-rr-bracket-round-right:before {
    content: ""
}

.fi-rr-bracket-round:before {
    content: ""
}

.fi-rr-bracket-square-right:before {
    content: ""
}

.fi-rr-bracket-square:before {
    content: ""
}

.fi-rr-brackets-curly:before {
    content: ""
}

.fi-rr-brackets-round:before {
    content: ""
}

.fi-rr-brackets-square:before {
    content: ""
}

.fi-rr-braille-a:before {
    content: ""
}

.fi-rr-braille-b:before {
    content: ""
}

.fi-rr-braille-c:before {
    content: ""
}

.fi-rr-braille-d:before {
    content: ""
}

.fi-rr-braille-e:before {
    content: ""
}

.fi-rr-braille-g:before {
    content: ""
}

.fi-rr-braille-h:before {
    content: ""
}

.fi-rr-braille-i:before {
    content: ""
}

.fi-rr-braille-j:before {
    content: ""
}

.fi-rr-braille-k:before {
    content: ""
}

.fi-rr-braille-l:before {
    content: ""
}

.fi-rr-braille-m:before {
    content: ""
}

.fi-rr-braille-n-alt:before {
    content: ""
}

.fi-rr-braille-n:before {
    content: ""
}

.fi-rr-braille-o:before {
    content: ""
}

.fi-rr-braille-p:before {
    content: ""
}

.fi-rr-braille-q:before {
    content: ""
}

.fi-rr-braille-r:before {
    content: ""
}

.fi-rr-braille-s:before {
    content: ""
}

.fi-rr-braille-t:before {
    content: ""
}

.fi-rr-braille-u:before {
    content: ""
}

.fi-rr-braille-v:before {
    content: ""
}

.fi-rr-braille-w:before {
    content: ""
}

.fi-rr-braille-x:before {
    content: ""
}

.fi-rr-braille-y:before {
    content: ""
}

.fi-rr-braille-z:before {
    content: ""
}

.fi-rr-braille:before {
    content: ""
}

.fi-rr-brain-circuit:before {
    content: ""
}

.fi-rr-brain:before {
    content: ""
}

.fi-rr-bread-loaf:before {
    content: ""
}

.fi-rr-bread-slice:before {
    content: ""
}

.fi-rr-bread:before {
    content: ""
}

.fi-rr-briefcase-arrow-right:before {
    content: ""
}

.fi-rr-briefcase-blank:before {
    content: ""
}

.fi-rr-briefcase:before {
    content: ""
}

.fi-rr-brightness-low:before {
    content: ""
}

.fi-rr-brightness:before {
    content: ""
}

.fi-rr-bring-forward:before {
    content: ""
}

.fi-rr-bring-front:before {
    content: ""
}

.fi-rr-broadcast-tower:before {
    content: ""
}

.fi-rr-broccoli:before {
    content: ""
}

.fi-rr-broken-image:before {
    content: ""
}

.fi-rr-broom:before {
    content: ""
}

.fi-rr-browser:before {
    content: ""
}

.fi-rr-browsers:before {
    content: ""
}

.fi-rr-brush:before {
    content: ""
}

.fi-rr-bug-slash:before {
    content: ""
}

.fi-rr-bug:before {
    content: ""
}

.fi-rr-bugs:before {
    content: ""
}

.fi-rr-build-alt:before {
    content: ""
}

.fi-rr-build:before {
    content: ""
}

.fi-rr-building:before {
    content: ""
}

.fi-rr-bulb:before {
    content: ""
}

.fi-rr-bullet:before {
    content: ""
}

.fi-rr-bullhorn:before {
    content: ""
}

.fi-rr-bullseye-arrow:before {
    content: ""
}

.fi-rr-bullseye-pointer:before {
    content: ""
}

.fi-rr-bullseye:before {
    content: ""
}

.fi-rr-burger-alt:before {
    content: ""
}

.fi-rr-burger-fries:before {
    content: ""
}

.fi-rr-burger-glass:before {
    content: ""
}

.fi-rr-burrito:before {
    content: ""
}

.fi-rr-bus-alt:before {
    content: ""
}

.fi-rr-bus:before {
    content: ""
}

.fi-rr-business-time:before {
    content: ""
}

.fi-rr-butterfly:before {
    content: ""
}

.fi-rr-c:before {
    content: ""
}

.fi-rr-cabin:before {
    content: ""
}

.fi-rr-cactus:before {
    content: ""
}

.fi-rr-cake-birthday:before {
    content: ""
}

.fi-rr-cake-wedding:before {
    content: ""
}

.fi-rr-calculator-simple:before {
    content: ""
}

.fi-rr-calculator:before {
    content: ""
}

.fi-rr-calendar-arrow-down:before {
    content: ""
}

.fi-rr-calendar-arrow-up:before {
    content: ""
}

.fi-rr-calendar-check:before {
    content: ""
}

.fi-rr-calendar-clock:before {
    content: ""
}

.fi-rr-calendar-day:before {
    content: ""
}

.fi-rr-calendar-days:before {
    content: ""
}

.fi-rr-calendar-exclamation:before {
    content: ""
}

.fi-rr-calendar-heart:before {
    content: ""
}

.fi-rr-calendar-image:before {
    content: ""
}

.fi-rr-calendar-lines-pen:before {
    content: ""
}

.fi-rr-calendar-lines:before {
    content: ""
}

.fi-rr-calendar-minus:before {
    content: ""
}

.fi-rr-calendar-pen:before {
    content: ""
}

.fi-rr-calendar-plus:before {
    content: ""
}

.fi-rr-calendar-star:before {
    content: ""
}

.fi-rr-calendar-week:before {
    content: ""
}

.fi-rr-calendar-xmark:before {
    content: ""
}

.fi-rr-calendar:before {
    content: ""
}

.fi-rr-calendars:before {
    content: ""
}

.fi-rr-call-history:before {
    content: ""
}

.fi-rr-call-incoming:before {
    content: ""
}

.fi-rr-call-missed:before {
    content: ""
}

.fi-rr-call-outgoing:before {
    content: ""
}

.fi-rr-camcorder:before {
    content: ""
}

.fi-rr-camera-cctv:before {
    content: ""
}

.fi-rr-camera-movie:before {
    content: ""
}

.fi-rr-camera-retro:before {
    content: ""
}

.fi-rr-camera-rotate:before {
    content: ""
}

.fi-rr-camera-security:before {
    content: ""
}

.fi-rr-camera-slash:before {
    content: ""
}

.fi-rr-camera-viewfinder:before {
    content: ""
}

.fi-rr-camera:before {
    content: ""
}

.fi-rr-campfire:before {
    content: ""
}

.fi-rr-camping:before {
    content: ""
}

.fi-rr-candle-holder:before {
    content: ""
}

.fi-rr-candy-alt:before {
    content: ""
}

.fi-rr-candy-cane:before {
    content: ""
}

.fi-rr-candy-corn:before {
    content: ""
}

.fi-rr-candy:before {
    content: ""
}

.fi-rr-Cannabis:before {
    content: ""
}

.fi-rr-canned-food:before {
    content: ""
}

.fi-rr-capsules:before {
    content: ""
}

.fi-rr-car-alt:before {
    content: ""
}

.fi-rr-car-battery:before {
    content: ""
}

.fi-rr-car-bolt:before {
    content: ""
}

.fi-rr-car-building:before {
    content: ""
}

.fi-rr-car-bump:before {
    content: ""
}

.fi-rr-car-bus:before {
    content: ""
}

.fi-rr-car-circle-bolt:before {
    content: ""
}

.fi-rr-car-crash:before {
    content: ""
}

.fi-rr-car-garage:before {
    content: ""
}

.fi-rr-car-mechanic:before {
    content: ""
}

.fi-rr-car-rear:before {
    content: ""
}

.fi-rr-car-side-bolt:before {
    content: ""
}

.fi-rr-car-side:before {
    content: ""
}

.fi-rr-car-tilt:before {
    content: ""
}

.fi-rr-car-wash:before {
    content: ""
}

.fi-rr-car:before {
    content: ""
}

.fi-rr-caravan-alt:before {
    content: ""
}

.fi-rr-caravan:before {
    content: ""
}

.fi-rr-caret-circle-down:before {
    content: ""
}

.fi-rr-caret-circle-right:before {
    content: ""
}

.fi-rr-caret-circle-up:before {
    content: ""
}

.fi-rr-caret-down:before {
    content: ""
}

.fi-rr-caret-left:before {
    content: ""
}

.fi-rr-caret-quare-up:before {
    content: ""
}

.fi-rr-caret-right:before {
    content: ""
}

.fi-rr-caret-square-down:before {
    content: ""
}

.fi-rr-caret-square-left_1:before {
    content: ""
}

.fi-rr-caret-square-left:before {
    content: ""
}

.fi-rr-caret-square-right:before {
    content: ""
}

.fi-rr-caret-up:before {
    content: ""
}

.fi-rr-carrot:before {
    content: ""
}

.fi-rr-cars:before {
    content: ""
}

.fi-rr-cart-arrow-down:before {
    content: ""
}

.fi-rr-cart-minus:before {
    content: ""
}

.fi-rr-cart-shopping-fast:before {
    content: ""
}

.fi-rr-cash-register:before {
    content: ""
}

.fi-rr-cassette-tape:before {
    content: ""
}

.fi-rr-cassette-vhs:before {
    content: ""
}

.fi-rr-castle:before {
    content: ""
}

.fi-rr-cat-space:before {
    content: ""
}

.fi-rr-cat:before {
    content: ""
}

.fi-rr-cauldron:before {
    content: ""
}

.fi-rr-cedi-sign:before {
    content: ""
}

.fi-rr-cello:before {
    content: ""
}

.fi-rr-cent-sign:before {
    content: ""
}

.fi-rr-chair-office:before {
    content: ""
}

.fi-rr-chair:before {
    content: ""
}

.fi-rr-chalkboard-user:before {
    content: ""
}

.fi-rr-charging-station:before {
    content: ""
}

.fi-rr-chart-area:before {
    content: ""
}

.fi-rr-chart-bullet:before {
    content: ""
}

.fi-rr-chart-candlestick:before {
    content: ""
}

.fi-rr-chart-connected:before {
    content: ""
}

.fi-rr-chart-gantt:before {
    content: ""
}

.fi-rr-chart-histogram:before {
    content: ""
}

.fi-rr-chart-line-up:before {
    content: ""
}

.fi-rr-chart-mixed:before {
    content: ""
}

.fi-rr-chart-network:before {
    content: ""
}

.fi-rr-chart-pie-alt:before {
    content: ""
}

.fi-rr-chart-pie:before {
    content: ""
}

.fi-rr-chart-pyramid:before {
    content: ""
}

.fi-rr-chart-radar:before {
    content: ""
}

.fi-rr-chart-scatter-3d:before {
    content: ""
}

.fi-rr-chart-scatter-bubble:before {
    content: ""
}

.fi-rr-chart-scatter:before {
    content: ""
}

.fi-rr-chart-set-theory:before {
    content: ""
}

.fi-rr-chart-simple-horizontal:before {
    content: ""
}

.fi-rr-chart-simple:before {
    content: ""
}

.fi-rr-chart-tree-map:before {
    content: ""
}

.fi-rr-chart-tree:before {
    content: ""
}

.fi-rr-chart-user:before {
    content: ""
}

.fi-rr-chart-waterfall:before {
    content: ""
}

.fi-rr-chat-arrow-down:before {
    content: ""
}

.fi-rr-chat-arrow-grow:before {
    content: ""
}

.fi-rr-check-circle:before {
    content: ""
}

.fi-rr-check-double:before {
    content: ""
}

.fi-rr-check:before {
    content: ""
}

.fi-rr-checkbox:before {
    content: ""
}

.fi-rr-cheese-alt:before {
    content: ""
}

.fi-rr-cheese:before {
    content: ""
}

.fi-rr-cheeseburger:before {
    content: ""
}

.fi-rr-cherry:before {
    content: ""
}

.fi-rr-chess-bishop:before {
    content: ""
}

.fi-rr-chess-board:before {
    content: ""
}

.fi-rr-chess-clock-alt:before {
    content: ""
}

.fi-rr-chess-clock:before {
    content: ""
}

.fi-rr-chess-king-alt:before {
    content: ""
}

.fi-rr-chess-king:before {
    content: ""
}

.fi-rr-chess-knight-alt:before {
    content: ""
}

.fi-rr-chess-knight:before {
    content: ""
}

.fi-rr-chess-pawn-alt:before {
    content: ""
}

.fi-rr-chess-piece:before {
    content: ""
}

.fi-rr-chess-queen-alt:before {
    content: ""
}

.fi-rr-chess-queen:before {
    content: ""
}

.fi-rr-chess-rook-alt:before {
    content: ""
}

.fi-rr-chess-rook:before {
    content: ""
}

.fi-rr-chess:before {
    content: ""
}

.fi-rr-chevron-double-down:before {
    content: ""
}

.fi-rr-chevron-double-up:before {
    content: ""
}

.fi-rr-child-head:before {
    content: ""
}

.fi-rr-child:before {
    content: ""
}

.fi-rr-chimney:before {
    content: ""
}

.fi-rr-chocolate:before {
    content: ""
}

.fi-rr-circle-0:before {
    content: ""
}

.fi-rr-circle-1:before {
    content: ""
}

.fi-rr-circle-2:before {
    content: ""
}

.fi-rr-circle-3:before {
    content: ""
}

.fi-rr-circle-4:before {
    content: ""
}

.fi-rr-circle-5:before {
    content: ""
}

.fi-rr-circle-6:before {
    content: ""
}

.fi-rr-circle-7:before {
    content: ""
}

.fi-rr-circle-8:before {
    content: ""
}

.fi-rr-circle-9:before {
    content: ""
}

.fi-rr-circle-a:before {
    content: ""
}

.fi-rr-circle-b:before {
    content: ""
}

.fi-rr-circle-bolt:before {
    content: ""
}

.fi-rr-circle-book-open:before {
    content: ""
}

.fi-rr-circle-bookmark:before {
    content: ""
}

.fi-rr-circle-c:before {
    content: ""
}

.fi-rr-circle-calendar:before {
    content: ""
}

.fi-rr-circle-camera:before {
    content: ""
}

.fi-rr-circle-d:before {
    content: ""
}

.fi-rr-circle-dashed:before {
    content: ""
}

.fi-rr-circle-e:before {
    content: ""
}

.fi-rr-circle-ellipsis-vertical:before {
    content: ""
}

.fi-rr-circle-ellipsis:before {
    content: ""
}

.fi-rr-circle-envelope:before {
    content: ""
}

.fi-rr-circle-exclamation-check:before {
    content: ""
}

.fi-rr-circle-f:before {
    content: ""
}

.fi-rr-circle-g:before {
    content: ""
}

.fi-rr-circle-h:before {
    content: ""
}

.fi-rr-circle-half-stroke:before {
    content: ""
}

.fi-rr-circle-half:before {
    content: ""
}

.fi-rr-circle-heart:before {
    content: ""
}

.fi-rr-circle-i:before {
    content: ""
}

.fi-rr-circle-j:before {
    content: ""
}

.fi-rr-circle-k:before {
    content: ""
}

.fi-rr-circle-l:before {
    content: ""
}

.fi-rr-circle-m:before {
    content: ""
}

.fi-rr-circle-microphone-lines:before {
    content: ""
}

.fi-rr-circle-microphone:before {
    content: ""
}

.fi-rr-circle-n:before {
    content: ""
}

.fi-rr-circle-o:before {
    content: ""
}

.fi-rr-circle-p:before {
    content: ""
}

.fi-rr-circle-phone-flip:before {
    content: ""
}

.fi-rr-circle-phone-hangup:before {
    content: ""
}

.fi-rr-circle-phone:before {
    content: ""
}

.fi-rr-circle-q:before {
    content: ""
}

.fi-rr-circle-quarter:before {
    content: ""
}

.fi-rr-circle-quarters-alt:before {
    content: ""
}

.fi-rr-circle-r:before {
    content: ""
}

.fi-rr-circle-s:before {
    content: ""
}

.fi-rr-circle-small:before {
    content: ""
}

.fi-rr-circle-star:before {
    content: ""
}

.fi-rr-circle-t:before {
    content: ""
}

.fi-rr-circle-three-quarters:before {
    content: ""
}

.fi-rr-circle-trash:before {
    content: ""
}

.fi-rr-circle-u:before {
    content: ""
}

.fi-rr-circle-user:before {
    content: ""
}

.fi-rr-circle-v:before {
    content: ""
}

.fi-rr-circle-video:before {
    content: ""
}

.fi-rr-circle-w:before {
    content: ""
}

.fi-rr-circle-waveform-lines:before {
    content: ""
}

.fi-rr-circle-x:before {
    content: ""
}

.fi-rr-circle-xmark:before {
    content: ""
}

.fi-rr-circle-y:before {
    content: ""
}

.fi-rr-circle-z:before {
    content: ""
}

.fi-rr-circle:before {
    content: ""
}

.fi-rr-city:before {
    content: ""
}

.fi-rr-clapperboard-play:before {
    content: ""
}

.fi-rr-clapperboard:before {
    content: ""
}

.fi-rr-clarinet:before {
    content: ""
}

.fi-rr-claw-marks:before {
    content: ""
}

.fi-rr-clip:before {
    content: ""
}

.fi-rr-clipboard-check:before {
    content: ""
}

.fi-rr-clipboard-list-check:before {
    content: ""
}

.fi-rr-clipboard-list:before {
    content: ""
}

.fi-rr-clipboard-prescription:before {
    content: ""
}

.fi-rr-clipboard-user:before {
    content: ""
}

.fi-rr-clipboard:before {
    content: ""
}

.fi-rr-clock-desk:before {
    content: ""
}

.fi-rr-clock-eight-thirty:before {
    content: ""
}

.fi-rr-clock-eleven-thirty:before {
    content: ""
}

.fi-rr-clock-eleven:before {
    content: ""
}

.fi-rr-clock-five-thirty:before {
    content: ""
}

.fi-rr-clock-five:before {
    content: ""
}

.fi-rr-clock-four-thirty:before {
    content: ""
}

.fi-rr-clock-nine-thirty:before {
    content: ""
}

.fi-rr-clock-nine:before {
    content: ""
}

.fi-rr-clock-one-thirty:before {
    content: ""
}

.fi-rr-clock-one:before {
    content: ""
}

.fi-rr-clock-seven-thirty:before {
    content: ""
}

.fi-rr-clock-seven:before {
    content: ""
}

.fi-rr-clock-six-thirty:before {
    content: ""
}

.fi-rr-clock-six:before {
    content: ""
}

.fi-rr-clock-ten-thirty:before {
    content: ""
}

.fi-rr-clock-ten:before {
    content: ""
}

.fi-rr-clock-three-thirty:before {
    content: ""
}

.fi-rr-clock-three:before {
    content: ""
}

.fi-rr-clock-twelve-thirty:before {
    content: ""
}

.fi-rr-clock-twelve:before {
    content: ""
}

.fi-rr-clock-two-thirty:before {
    content: ""
}

.fi-rr-clock-two:before {
    content: ""
}

.fi-rr-clock:before {
    content: ""
}

.fi-rr-clone:before {
    content: ""
}

.fi-rr-closed-captioning-slash:before {
    content: ""
}

.fi-rr-clothes-hanger:before {
    content: ""
}

.fi-rr-cloud-check:before {
    content: ""
}

.fi-rr-cloud-disabled:before {
    content: ""
}

.fi-rr-cloud-download-alt:before {
    content: ""
}

.fi-rr-cloud-download:before {
    content: ""
}

.fi-rr-cloud-drizzle:before {
    content: ""
}

.fi-rr-cloud-exclamation:before {
    content: ""
}

.fi-rr-cloud-hail-mixed:before {
    content: ""
}

.fi-rr-cloud-hail:before {
    content: ""
}

.fi-rr-cloud-meatball:before {
    content: ""
}

.fi-rr-cloud-moon-rain:before {
    content: ""
}

.fi-rr-cloud-moon:before {
    content: ""
}

.fi-rr-cloud-question:before {
    content: ""
}

.fi-rr-cloud-rain:before {
    content: ""
}

.fi-rr-cloud-rainbow:before {
    content: ""
}

.fi-rr-cloud-share:before {
    content: ""
}

.fi-rr-cloud-showers-heavy:before {
    content: ""
}

.fi-rr-cloud-showers:before {
    content: ""
}

.fi-rr-cloud-sleet:before {
    content: ""
}

.fi-rr-cloud-snow:before {
    content: ""
}

.fi-rr-cloud-sun-rain:before {
    content: ""
}

.fi-rr-cloud-sun:before {
    content: ""
}

.fi-rr-cloud-upload-alt:before {
    content: ""
}

.fi-rr-cloud-upload:before {
    content: ""
}

.fi-rr-cloud:before {
    content: ""
}

.fi-rr-clouds-moon:before {
    content: ""
}

.fi-rr-clouds-sun:before {
    content: ""
}

.fi-rr-clouds:before {
    content: ""
}

.fi-rr-clover-alt:before {
    content: ""
}

.fi-rr-club:before {
    content: ""
}

.fi-rr-cocktail-alt:before {
    content: ""
}

.fi-rr-cocktail:before {
    content: ""
}

.fi-rr-code-branch:before {
    content: ""
}

.fi-rr-code-commit:before {
    content: ""
}

.fi-rr-code-compare:before {
    content: ""
}

.fi-rr-code-fork:before {
    content: ""
}

.fi-rr-code-merge:before {
    content: ""
}

.fi-rr-code-pull-request-closed:before {
    content: ""
}

.fi-rr-code-pull-request-draft:before {
    content: ""
}

.fi-rr-code-pull-request:before {
    content: ""
}

.fi-rr-code-simple:before {
    content: ""
}

.fi-rr-coffee-bean:before {
    content: ""
}

.fi-rr-coffee-beans:before {
    content: ""
}

.fi-rr-coffee-pot:before {
    content: ""
}

.fi-rr-coffee:before {
    content: ""
}

.fi-rr-coffin-cross:before {
    content: ""
}

.fi-rr-coffin:before {
    content: ""
}

.fi-rr-coin:before {
    content: ""
}

.fi-rr-coins:before {
    content: ""
}

.fi-rr-colon-sign:before {
    content: ""
}

.fi-rr-columns-3:before {
    content: ""
}

.fi-rr-comet:before {
    content: ""
}

.fi-rr-command:before {
    content: ""
}

.fi-rr-comment-alt-check:before {
    content: ""
}

.fi-rr-comment-alt-dots:before {
    content: ""
}

.fi-rr-comment-alt-edit:before {
    content: ""
}

.fi-rr-comment-alt-medical:before {
    content: ""
}

.fi-rr-comment-alt-middle-top:before {
    content: ""
}

.fi-rr-comment-alt-middle:before {
    content: ""
}

.fi-rr-comment-alt-minus:before {
    content: ""
}

.fi-rr-comment-alt-music:before {
    content: ""
}

.fi-rr-comment-alt:before {
    content: ""
}

.fi-rr-comment-arrow-down:before {
    content: ""
}

.fi-rr-comment-arrow-up-right:before {
    content: ""
}

.fi-rr-comment-arrow-up:before {
    content: ""
}

.fi-rr-comment-check:before {
    content: ""
}

.fi-rr-comment-code:before {
    content: ""
}

.fi-rr-comment-dollar:before {
    content: ""
}

.fi-rr-comment-dots:before {
    content: ""
}

.fi-rr-comment-exclamation:before {
    content: ""
}

.fi-rr-comment-heart:before {
    content: ""
}

.fi-rr-comment-image:before {
    content: ""
}

.fi-rr-comment-info:before {
    content: ""
}

.fi-rr-comment-medical:before {
    content: ""
}

.fi-rr-comment-minus:before {
    content: ""
}

.fi-rr-comment-pen:before {
    content: ""
}

.fi-rr-comment-question:before {
    content: ""
}

.fi-rr-comment-quote:before {
    content: ""
}

.fi-rr-comment-slash:before {
    content: ""
}

.fi-rr-comment-smile:before {
    content: ""
}

.fi-rr-comment-sms:before {
    content: ""
}

.fi-rr-comment-text:before {
    content: ""
}

.fi-rr-comment-user:before {
    content: ""
}

.fi-rr-comment-xmark:before {
    content: ""
}

.fi-rr-comment:before {
    content: ""
}

.fi-rr-comments-dollar:before {
    content: ""
}

.fi-rr-comments-question-check:before {
    content: ""
}

.fi-rr-comments-question:before {
    content: ""
}

.fi-rr-comments:before {
    content: ""
}

.fi-rr-compass-slash:before {
    content: ""
}

.fi-rr-compress-alt:before {
    content: ""
}

.fi-rr-compress:before {
    content: ""
}

.fi-rr-computer-classic:before {
    content: ""
}

.fi-rr-computer-mouse:before {
    content: ""
}

.fi-rr-computer-speaker:before {
    content: ""
}

.fi-rr-computer:before {
    content: ""
}

.fi-rr-concierge-bell:before {
    content: ""
}

.fi-rr-confetti:before {
    content: ""
}

.fi-rr-container-storage:before {
    content: ""
}

.fi-rr-conveyor-belt-alt:before {
    content: ""
}

.fi-rr-conveyor-belt-empty:before {
    content: ""
}

.fi-rr-conveyor-belt:before {
    content: ""
}

.fi-rr-cookie-alt:before {
    content: ""
}

.fi-rr-cookie:before {
    content: ""
}

.fi-rr-copy-alt:before {
    content: ""
}

.fi-rr-copy-image:before {
    content: ""
}

.fi-rr-copy:before {
    content: ""
}

.fi-rr-copyright:before {
    content: ""
}

.fi-rr-corn:before {
    content: ""
}

.fi-rr-couch:before {
    content: ""
}

.fi-rr-cow-alt:before {
    content: ""
}

.fi-rr-cow:before {
    content: ""
}

.fi-rr-cowbell-circle-plus:before {
    content: ""
}

.fi-rr-cowbell-more:before {
    content: ""
}

.fi-rr-cowbell:before {
    content: ""
}

.fi-rr-crab:before {
    content: ""
}

.fi-rr-cream:before {
    content: ""
}

.fi-rr-credit-card:before {
    content: ""
}

.fi-rr-cricket:before {
    content: ""
}

.fi-rr-croissant:before {
    content: ""
}

.fi-rr-cross-circle:before {
    content: ""
}

.fi-rr-cross-religion:before {
    content: ""
}

.fi-rr-cross-small:before {
    content: ""
}

.fi-rr-cross:before {
    content: ""
}

.fi-rr-crow:before {
    content: ""
}

.fi-rr-crown:before {
    content: ""
}

.fi-rr-crutch:before {
    content: ""
}

.fi-rr-crutches:before {
    content: ""
}

.fi-rr-cruzeiro-sign:before {
    content: ""
}

.fi-rr-crystal-ball:before {
    content: ""
}

.fi-rr-cube:before {
    content: ""
}

.fi-rr-cubes:before {
    content: ""
}

.fi-rr-cupcake:before {
    content: ""
}

.fi-rr-curling:before {
    content: ""
}

.fi-rr-cursor-finger:before {
    content: ""
}

.fi-rr-cursor-plus:before {
    content: ""
}

.fi-rr-cursor-text-alt:before {
    content: ""
}

.fi-rr-cursor-text:before {
    content: ""
}

.fi-rr-cursor:before {
    content: ""
}

.fi-rr-d:before {
    content: ""
}

.fi-rr-dart:before {
    content: ""
}

.fi-rr-dashboard:before {
    content: ""
}

.fi-rr-data-transfer:before {
    content: ""
}

.fi-rr-database:before {
    content: ""
}

.fi-rr-deer-rudolph:before {
    content: ""
}

.fi-rr-deer:before {
    content: ""
}

.fi-rr-delete-document:before {
    content: ""
}

.fi-rr-delete-right:before {
    content: ""
}

.fi-rr-delete-user:before {
    content: ""
}

.fi-rr-delete:before {
    content: ""
}

.fi-rr-democrat:before {
    content: ""
}

.fi-rr-desktop-arrow-down:before {
    content: ""
}

.fi-rr-desktop-wallpaper:before {
    content: ""
}

.fi-rr-devices:before {
    content: ""
}

.fi-rr-dewpoint:before {
    content: ""
}

.fi-rr-dharmachakra:before {
    content: ""
}

.fi-rr-diagram-cells:before {
    content: ""
}

.fi-rr-diagram-lean-canvas:before {
    content: ""
}

.fi-rr-diagram-nested:before {
    content: ""
}

.fi-rr-diagram-next:before {
    content: ""
}

.fi-rr-diagram-predecessor:before {
    content: ""
}

.fi-rr-diagram-previous:before {
    content: ""
}

.fi-rr-diagram-project:before {
    content: ""
}

.fi-rr-diagram-sankey:before {
    content: ""
}

.fi-rr-diagram-subtask:before {
    content: ""
}

.fi-rr-diagram-successor:before {
    content: ""
}

.fi-rr-diagram-venn:before {
    content: ""
}

.fi-rr-dial-high:before {
    content: ""
}

.fi-rr-dial-low:before {
    content: ""
}

.fi-rr-dial-max:before {
    content: ""
}

.fi-rr-dial-med-low:before {
    content: ""
}

.fi-rr-dial-med:before {
    content: ""
}

.fi-rr-dial-min:before {
    content: ""
}

.fi-rr-dial-off:before {
    content: ""
}

.fi-rr-dial:before {
    content: ""
}

.fi-rr-diamond-exclamation:before {
    content: ""
}

.fi-rr-diamond-turn-right:before {
    content: ""
}

.fi-rr-diamond:before {
    content: ""
}

.fi-rr-dice-alt:before {
    content: ""
}

.fi-rr-dice-d10:before {
    content: ""
}

.fi-rr-dice-d12:before {
    content: ""
}

.fi-rr-dice-d20:before {
    content: ""
}

.fi-rr-dice-d4:before {
    content: ""
}

.fi-rr-dice-d6:before {
    content: ""
}

.fi-rr-dice-d8:before {
    content: ""
}

.fi-rr-dice-four:before {
    content: ""
}

.fi-rr-dice-one:before {
    content: ""
}

.fi-rr-dice-six:before {
    content: ""
}

.fi-rr-dice-three:before {
    content: ""
}

.fi-rr-dice-two:before {
    content: ""
}

.fi-rr-dice:before {
    content: ""
}

.fi-rr-digging:before {
    content: ""
}

.fi-rr-digital-tachograph:before {
    content: ""
}

.fi-rr-diploma:before {
    content: ""
}

.fi-rr-disc-drive:before {
    content: ""
}

.fi-rr-disco-ball:before {
    content: ""
}

.fi-rr-discover:before {
    content: ""
}

.fi-rr-disease:before {
    content: ""
}

.fi-rr-disk:before {
    content: ""
}

.fi-rr-display-arrow-down:before {
    content: ""
}

.fi-rr-display-code:before {
    content: ""
}

.fi-rr-display-medical:before {
    content: ""
}

.fi-rr-display-slash:before {
    content: ""
}

.fi-rr-distribute-spacing-horizontal:before {
    content: ""
}

.fi-rr-distribute-spacing-vertical:before {
    content: ""
}

.fi-rr-dizzy:before {
    content: ""
}

.fi-rr-dna:before {
    content: ""
}

.fi-rr-do-not-enter:before {
    content: ""
}

.fi-rr-doctor:before {
    content: ""
}

.fi-rr-document-signed:before {
    content: ""
}

.fi-rr-document:before {
    content: ""
}

.fi-rr-dog:before {
    content: ""
}

.fi-rr-dollar:before {
    content: ""
}

.fi-rr-dolly-flatbed-alt:before {
    content: ""
}

.fi-rr-dolly-flatbed-empty:before {
    content: ""
}

.fi-rr-dolly-flatbed:before {
    content: ""
}

.fi-rr-dolphin:before {
    content: ""
}

.fi-rr-donate:before {
    content: ""
}

.fi-rr-dong-sign:before {
    content: ""
}

.fi-rr-door-closed:before {
    content: ""
}

.fi-rr-door-open:before {
    content: ""
}

.fi-rr-dot-circle:before {
    content: ""
}

.fi-rr-dove:before {
    content: ""
}

.fi-rr-down-left-and-up-right-to-center:before {
    content: ""
}

.fi-rr-down-left:before {
    content: ""
}

.fi-rr-down-right:before {
    content: ""
}

.fi-rr-down-to-line:before {
    content: ""
}

.fi-rr-down:before {
    content: ""
}

.fi-rr-download:before {
    content: ""
}

.fi-rr-drafting-compass:before {
    content: ""
}

.fi-rr-dragon:before {
    content: ""
}

.fi-rr-draw-polygon:before {
    content: ""
}

.fi-rr-draw-square:before {
    content: ""
}

.fi-rr-dreidel:before {
    content: ""
}

.fi-rr-drink-alt:before {
    content: ""
}

.fi-rr-drone-alt:before {
    content: ""
}

.fi-rr-drone-front:before {
    content: ""
}

.fi-rr-drone:before {
    content: ""
}

.fi-rr-drum-steelpan:before {
    content: ""
}

.fi-rr-drum:before {
    content: ""
}

.fi-rr-drumstick-bite:before {
    content: ""
}

.fi-rr-drumstick:before {
    content: ""
}

.fi-rr-dryer-alt:before {
    content: ""
}

.fi-rr-dryer:before {
    content: ""
}

.fi-rr-duck:before {
    content: ""
}

.fi-rr-dumpster-fire:before {
    content: ""
}

.fi-rr-dumpster:before {
    content: ""
}

.fi-rr-dungeon:before {
    content: ""
}

.fi-rr-duplicate:before {
    content: ""
}

.fi-rr-e-learning:before {
    content: ""
}

.fi-rr-e:before {
    content: ""
}

.fi-rr-ear-deaf:before {
    content: ""
}

.fi-rr-ear-muffs:before {
    content: ""
}

.fi-rr-ear:before {
    content: ""
}

.fi-rr-earnings:before {
    content: ""
}

.fi-rr-earth-africa:before {
    content: ""
}

.fi-rr-earth-americas:before {
    content: ""
}

.fi-rr-earth-asia:before {
    content: ""
}

.fi-rr-earth-europa:before {
    content: ""
}

.fi-rr-eclipse-alt:before {
    content: ""
}

.fi-rr-eclipse:before {
    content: ""
}

.fi-rr-edit-alt:before {
    content: ""
}

.fi-rr-edit:before {
    content: ""
}

.fi-rr-egg-fried:before {
    content: ""
}

.fi-rr-egg:before {
    content: ""
}

.fi-rr-eject:before {
    content: ""
}

.fi-rr-elephant:before {
    content: ""
}

.fi-rr-elevator:before {
    content: ""
}

.fi-rr-engine-warning:before {
    content: ""
}

.fi-rr-engine:before {
    content: ""
}

.fi-rr-enter:before {
    content: ""
}

.fi-rr-envelope-ban:before {
    content: ""
}

.fi-rr-envelope-bulk:before {
    content: ""
}

.fi-rr-envelope-dot:before {
    content: ""
}

.fi-rr-envelope-download:before {
    content: ""
}

.fi-rr-envelope-marker:before {
    content: ""
}

.fi-rr-envelope-open-dollar:before {
    content: ""
}

.fi-rr-envelope-open-text:before {
    content: ""
}

.fi-rr-envelope-open:before {
    content: ""
}

.fi-rr-envelope-plus:before {
    content: ""
}

.fi-rr-envelope:before {
    content: ""
}

.fi-rr-envelopes:before {
    content: ""
}

.fi-rr-equality:before {
    content: ""
}

.fi-rr-eraser:before {
    content: ""
}

.fi-rr-escalator:before {
    content: ""
}

.fi-rr-ethernet:before {
    content: ""
}

.fi-rr-euro:before {
    content: ""
}

.fi-rr-exchange-alt:before {
    content: ""
}

.fi-rr-exchange:before {
    content: ""
}

.fi-rr-exclamation:before {
    content: ""
}

.fi-rr-exit:before {
    content: ""
}

.fi-rr-expand-arrows-alt:before {
    content: ""
}

.fi-rr-expand-arrows:before {
    content: ""
}

.fi-rr-expand:before {
    content: ""
}

.fi-rr-eye-crossed:before {
    content: ""
}

.fi-rr-eye-dropper-half:before {
    content: ""
}

.fi-rr-eye-dropper:before {
    content: ""
}

.fi-rr-eye:before {
    content: ""
}

.fi-rr-eyes:before {
    content: ""
}

.fi-rr-f:before {
    content: ""
}

.fi-rr-face-angry-horns:before {
    content: ""
}

.fi-rr-face-anguished:before {
    content: ""
}

.fi-rr-face-anxious-sweat:before {
    content: ""
}

.fi-rr-face-astonished:before {
    content: ""
}

.fi-rr-face-awesome:before {
    content: ""
}

.fi-rr-face-beam-hand-over-mouth:before {
    content: ""
}

.fi-rr-face-confounded:before {
    content: ""
}

.fi-rr-face-confused:before {
    content: ""
}

.fi-rr-face-cowboy-hat:before {
    content: ""
}

.fi-rr-face-disappointed:before {
    content: ""
}

.fi-rr-face-disguise:before {
    content: ""
}

.fi-rr-face-downcast-sweat:before {
    content: ""
}

.fi-rr-face-drooling:before {
    content: ""
}

.fi-rr-face-explode:before {
    content: ""
}

.fi-rr-face-expressionless:before {
    content: ""
}

.fi-rr-face-eyes-xmarks:before {
    content: ""
}

.fi-rr-face-fearful:before {
    content: ""
}

.fi-rr-face-glasses:before {
    content: ""
}

.fi-rr-face-grin-tongue-wink:before {
    content: ""
}

.fi-rr-face-hand-yawn:before {
    content: ""
}

.fi-rr-face-head-bandage:before {
    content: ""
}

.fi-rr-face-hushed:before {
    content: ""
}

.fi-rr-face-icicles:before {
    content: ""
}

.fi-rr-face-lying:before {
    content: ""
}

.fi-rr-face-mask:before {
    content: ""
}

.fi-rr-face-monocle:before {
    content: ""
}

.fi-rr-face-nauseated:before {
    content: ""
}

.fi-rr-face-nose-steam:before {
    content: ""
}

.fi-rr-face-party:before {
    content: ""
}

.fi-rr-face-pensive:before {
    content: ""
}

.fi-rr-face-persevering:before {
    content: ""
}

.fi-rr-face-pleading:before {
    content: ""
}

.fi-rr-face-raised-eyebrow:before {
    content: ""
}

.fi-rr-face-relieved:before {
    content: ""
}

.fi-rr-face-sad-sweat:before {
    content: ""
}

.fi-rr-face-scream:before {
    content: ""
}

.fi-rr-face-shush:before {
    content: ""
}

.fi-rr-face-sleeping:before {
    content: ""
}

.fi-rr-face-sleepy:before {
    content: ""
}

.fi-rr-face-smile-halo:before {
    content: ""
}

.fi-rr-face-smile-hearts:before {
    content: ""
}

.fi-rr-face-smile-horns:before {
    content: ""
}

.fi-rr-face-smile-tear:before {
    content: ""
}

.fi-rr-face-smile-tongue:before {
    content: ""
}

.fi-rr-face-smile-upside-down:before {
    content: ""
}

.fi-rr-face-smiling-hands:before {
    content: ""
}

.fi-rr-face-smirking:before {
    content: ""
}

.fi-rr-face-sunglasses:before {
    content: ""
}

.fi-rr-face-swear:before {
    content: ""
}

.fi-rr-face-thermometer:before {
    content: ""
}

.fi-rr-face-thinking:before {
    content: ""
}

.fi-rr-face-tissue:before {
    content: ""
}

.fi-rr-face-tongue-money:before {
    content: ""
}

.fi-rr-face-tongue-sweat:before {
    content: ""
}

.fi-rr-face-unamused:before {
    content: ""
}

.fi-rr-face-viewfinder:before {
    content: ""
}

.fi-rr-face-vomit:before {
    content: ""
}

.fi-rr-face-weary:before {
    content: ""
}

.fi-rr-face-woozy:before {
    content: ""
}

.fi-rr-face-worried:before {
    content: ""
}

.fi-rr-face-zany:before {
    content: ""
}

.fi-rr-face-zipper:before {
    content: ""
}

.fi-rr-family-dress:before {
    content: ""
}

.fi-rr-family-pants:before {
    content: ""
}

.fi-rr-family:before {
    content: ""
}

.fi-rr-fan-table:before {
    content: ""
}

.fi-rr-fan:before {
    content: ""
}

.fi-rr-farm:before {
    content: ""
}

.fi-rr-faucet-drip:before {
    content: ""
}

.fi-rr-faucet:before {
    content: ""
}

.fi-rr-fax:before {
    content: ""
}

.fi-rr-feather-pointed:before {
    content: ""
}

.fi-rr-feather:before {
    content: ""
}

.fi-rr-fence:before {
    content: ""
}

.fi-rr-ferris-wheel:before {
    content: ""
}

.fi-rr-fighter-jet:before {
    content: ""
}

.fi-rr-file-ai:before {
    content: ""
}

.fi-rr-file-audio:before {
    content: ""
}

.fi-rr-file-binary:before {
    content: ""
}

.fi-rr-file-chart-line:before {
    content: ""
}

.fi-rr-file-chart-pie:before {
    content: ""
}

.fi-rr-file-circle-info:before {
    content: ""
}

.fi-rr-file-code:before {
    content: ""
}

.fi-rr-file-csv:before {
    content: ""
}

.fi-rr-file-download:before {
    content: ""
}

.fi-rr-file-edit:before {
    content: ""
}

.fi-rr-file-eps:before {
    content: ""
}

.fi-rr-file-excel:before {
    content: ""
}

.fi-rr-file-exclamation:before {
    content: ""
}

.fi-rr-file-export:before {
    content: ""
}

.fi-rr-file-image:before {
    content: ""
}

.fi-rr-file-import:before {
    content: ""
}

.fi-rr-file-invoice-dollar:before {
    content: ""
}

.fi-rr-file-invoice:before {
    content: ""
}

.fi-rr-file-medical-alt:before {
    content: ""
}

.fi-rr-file-medical:before {
    content: ""
}

.fi-rr-file-minus:before {
    content: ""
}

.fi-rr-file-pdf:before {
    content: ""
}

.fi-rr-file-powerpoint:before {
    content: ""
}

.fi-rr-file-prescription:before {
    content: ""
}

.fi-rr-file-psd:before {
    content: ""
}

.fi-rr-file-signature:before {
    content: ""
}

.fi-rr-file-spreadsheet:before {
    content: ""
}

.fi-rr-file-upload:before {
    content: ""
}

.fi-rr-file-user:before {
    content: ""
}

.fi-rr-file-video:before {
    content: ""
}

.fi-rr-file-word:before {
    content: ""
}

.fi-rr-file-zipper:before {
    content: ""
}

.fi-rr-file:before {
    content: ""
}

.fi-rr-files-medical:before {
    content: ""
}

.fi-rr-fill:before {
    content: ""
}

.fi-rr-film-canister:before {
    content: ""
}

.fi-rr-film-slash:before {
    content: ""
}

.fi-rr-film:before {
    content: ""
}

.fi-rr-films:before {
    content: ""
}

.fi-rr-filter-slash:before {
    content: ""
}

.fi-rr-filter:before {
    content: ""
}

.fi-rr-filters:before {
    content: ""
}

.fi-rr-fingerprint:before {
    content: ""
}

.fi-rr-fire-burner:before {
    content: ""
}

.fi-rr-fire-extinguisher:before {
    content: ""
}

.fi-rr-fire-flame-curved:before {
    content: ""
}

.fi-rr-fire-flame-simple:before {
    content: ""
}

.fi-rr-fire-hydrant:before {
    content: ""
}

.fi-rr-fire-smoke:before {
    content: ""
}

.fi-rr-fireplace:before {
    content: ""
}

.fi-rr-fish-bones:before {
    content: ""
}

.fi-rr-fish-cooked:before {
    content: ""
}

.fi-rr-fish:before {
    content: ""
}

.fi-rr-fishing-rod:before {
    content: ""
}

.fi-rr-flag-alt:before {
    content: ""
}

.fi-rr-flag-checkered:before {
    content: ""
}

.fi-rr-flag-usa:before {
    content: ""
}

.fi-rr-flag:before {
    content: ""
}

.fi-rr-flame:before {
    content: ""
}

.fi-rr-flashlight:before {
    content: ""
}

.fi-rr-flask-poison:before {
    content: ""
}

.fi-rr-flask-potion:before {
    content: ""
}

.fi-rr-flask:before {
    content: ""
}

.fi-rr-flip-horizontal:before {
    content: ""
}

.fi-rr-floppy-disk-circle-arrow-right:before {
    content: ""
}

.fi-rr-floppy-disk-circle-xmark:before {
    content: ""
}

.fi-rr-floppy-disk-pen:before {
    content: ""
}

.fi-rr-floppy-disks:before {
    content: ""
}

.fi-rr-florin-sign:before {
    content: ""
}

.fi-rr-flower-bouquet:before {
    content: ""
}

.fi-rr-flower-daffodil:before {
    content: ""
}

.fi-rr-flower-tulip:before {
    content: ""
}

.fi-rr-flower:before {
    content: ""
}

.fi-rr-flushed:before {
    content: ""
}

.fi-rr-flute:before {
    content: ""
}

.fi-rr-flux-capacitor:before {
    content: ""
}

.fi-rr-fog:before {
    content: ""
}

.fi-rr-folder-download:before {
    content: ""
}

.fi-rr-folder-minus:before {
    content: ""
}

.fi-rr-folder-open:before {
    content: ""
}

.fi-rr-folder-times:before {
    content: ""
}

.fi-rr-folder-tree:before {
    content: ""
}

.fi-rr-folder-upload:before {
    content: ""
}

.fi-rr-folder-xmark:before {
    content: ""
}

.fi-rr-folder:before {
    content: ""
}

.fi-rr-folders:before {
    content: ""
}

.fi-rr-follow-folder:before {
    content: ""
}

.fi-rr-followcollection:before {
    content: ""
}

.fi-rr-following:before {
    content: ""
}

.fi-rr-football:before {
    content: ""
}

.fi-rr-fork:before {
    content: ""
}

.fi-rr-forklift:before {
    content: ""
}

.fi-rr-form:before {
    content: ""
}

.fi-rr-fort:before {
    content: ""
}

.fi-rr-forward-fast:before {
    content: ""
}

.fi-rr-forward:before {
    content: ""
}

.fi-rr-fox:before {
    content: ""
}

.fi-rr-frame:before {
    content: ""
}

.fi-rr-franc-sign:before {
    content: ""
}

.fi-rr-french-fries:before {
    content: ""
}

.fi-rr-frog:before {
    content: ""
}

.fi-rr-frown:before {
    content: ""
}

.fi-rr-ftp:before {
    content: ""
}

.fi-rr-funnel-dollar:before {
    content: ""
}

.fi-rr-g:before {
    content: ""
}

.fi-rr-galaxy:before {
    content: ""
}

.fi-rr-gallery-thumbnails:before {
    content: ""
}

.fi-rr-gallery:before {
    content: ""
}

.fi-rr-game-board-alt:before {
    content: ""
}

.fi-rr-gamepad:before {
    content: ""
}

.fi-rr-garage-car:before {
    content: ""
}

.fi-rr-garage-open:before {
    content: ""
}

.fi-rr-garage:before {
    content: ""
}

.fi-rr-garlic:before {
    content: ""
}

.fi-rr-gas-pump-alt:before {
    content: ""
}

.fi-rr-gas-pump-slash:before {
    content: ""
}

.fi-rr-gas-pump:before {
    content: ""
}

.fi-rr-gauge-circle-bolt:before {
    content: ""
}

.fi-rr-gauge-circle-minus:before {
    content: ""
}

.fi-rr-gauge-circle-plus:before {
    content: ""
}

.fi-rr-gavel:before {
    content: ""
}

.fi-rr-gears:before {
    content: ""
}

.fi-rr-gem:before {
    content: ""
}

.fi-rr-ghost:before {
    content: ""
}

.fi-rr-gif-square:before {
    content: ""
}

.fi-rr-gif:before {
    content: ""
}

.fi-rr-gift-card:before {
    content: ""
}

.fi-rr-gift:before {
    content: ""
}

.fi-rr-gifts:before {
    content: ""
}

.fi-rr-gingerbread-man:before {
    content: ""
}

.fi-rr-glass-champagne:before {
    content: ""
}

.fi-rr-glass-cheers:before {
    content: ""
}

.fi-rr-glass-citrus:before {
    content: ""
}

.fi-rr-glass-whiskey-rocks:before {
    content: ""
}

.fi-rr-glass-whiskey:before {
    content: ""
}

.fi-rr-glass:before {
    content: ""
}

.fi-rr-glasses:before {
    content: ""
}

.fi-rr-globe-alt:before {
    content: ""
}

.fi-rr-globe-snow:before {
    content: ""
}

.fi-rr-globe:before {
    content: ""
}

.fi-rr-golf-ball:before {
    content: ""
}

.fi-rr-golf:before {
    content: ""
}

.fi-rr-graduation-cap:before {
    content: ""
}

.fi-rr-gramophone:before {
    content: ""
}

.fi-rr-grape:before {
    content: ""
}

.fi-rr-graphic-style:before {
    content: ""
}

.fi-rr-graphic-tablet:before {
    content: ""
}

.fi-rr-grate-droplet:before {
    content: ""
}

.fi-rr-grate:before {
    content: ""
}

.fi-rr-grid-alt:before {
    content: ""
}

.fi-rr-grid-dividers:before {
    content: ""
}

.fi-rr-grid:before {
    content: ""
}

.fi-rr-grill-hot-alt:before {
    content: ""
}

.fi-rr-grill:before {
    content: ""
}

.fi-rr-grimace:before {
    content: ""
}

.fi-rr-grin-alt:before {
    content: ""
}

.fi-rr-grin-beam-sweat:before {
    content: ""
}

.fi-rr-grin-beam:before {
    content: ""
}

.fi-rr-grin-hearts:before {
    content: ""
}

.fi-rr-grin-squint-tears:before {
    content: ""
}

.fi-rr-grin-squint:before {
    content: ""
}

.fi-rr-grin-stars:before {
    content: ""
}

.fi-rr-grin-tears:before {
    content: ""
}

.fi-rr-grin-tongue-squint:before {
    content: ""
}

.fi-rr-grin-tongue-wink:before {
    content: ""
}

.fi-rr-grin-tongue:before {
    content: ""
}

.fi-rr-grin-wink:before {
    content: ""
}

.fi-rr-grin:before {
    content: ""
}

.fi-rr-grip-dots-vertical:before {
    content: ""
}

.fi-rr-grip-dots:before {
    content: ""
}

.fi-rr-grip-horizontal:before {
    content: ""
}

.fi-rr-grip-lines-vertical:before {
    content: ""
}

.fi-rr-grip-lines:before {
    content: ""
}

.fi-rr-grip-vertical:before {
    content: ""
}

.fi-rr-guarani-sign:before {
    content: ""
}

.fi-rr-guitar-electric:before {
    content: ""
}

.fi-rr-guitar:before {
    content: ""
}

.fi-rr-guitars:before {
    content: ""
}

.fi-rr-gun-squirt:before {
    content: ""
}

.fi-rr-gym:before {
    content: ""
}

.fi-rr-h-square:before {
    content: ""
}

.fi-rr-h:before {
    content: ""
}

.fi-rr-h1:before {
    content: ""
}

.fi-rr-h2:before {
    content: ""
}

.fi-rr-h3:before {
    content: ""
}

.fi-rr-h4:before {
    content: ""
}

.fi-rr-hamburger-soda:before {
    content: ""
}

.fi-rr-hamburger:before {
    content: ""
}

.fi-rr-hammer-crash:before {
    content: ""
}

.fi-rr-hammer-war:before {
    content: ""
}

.fi-rr-hammer:before {
    content: ""
}

.fi-rr-hand-back-fist:before {
    content: ""
}

.fi-rr-hand-back-point-down:before {
    content: ""
}

.fi-rr-hand-back-point-left:before {
    content: ""
}

.fi-rr-hand-back-point-ribbon:before {
    content: ""
}

.fi-rr-hand-back-point-right:before {
    content: ""
}

.fi-rr-hand-dots:before {
    content: ""
}

.fi-rr-hand-fingers-crossed:before {
    content: ""
}

.fi-rr-hand-heart:before {
    content: ""
}

.fi-rr-hand-holding-box:before {
    content: ""
}

.fi-rr-hand-holding-droplet:before {
    content: ""
}

.fi-rr-hand-holding-heart:before {
    content: ""
}

.fi-rr-hand-holding-medical:before {
    content: ""
}

.fi-rr-hand-holding-seeding:before {
    content: ""
}

.fi-rr-hand-holding-skull:before {
    content: ""
}

.fi-rr-hand-holding-usd:before {
    content: ""
}

.fi-rr-hand-holding-water:before {
    content: ""
}

.fi-rr-hand-horns:before {
    content: ""
}

.fi-rr-hand-lizard:before {
    content: ""
}

.fi-rr-hand-love:before {
    content: ""
}

.fi-rr-hand-middle-finger:before {
    content: ""
}

.fi-rr-hand-paper:before {
    content: ""
}

.fi-rr-hand-peace:before {
    content: ""
}

.fi-rr-hand-point-ribbon:before {
    content: ""
}

.fi-rr-hand-scissors:before {
    content: ""
}

.fi-rr-hand-sparkles:before {
    content: ""
}

.fi-rr-hand-spock:before {
    content: ""
}

.fi-rr-hand-wave:before {
    content: ""
}

.fi-rr-hand:before {
    content: ""
}

.fi-rr-hands-bubbles:before {
    content: ""
}

.fi-rr-hands-clapping:before {
    content: ""
}

.fi-rr-hands-heart:before {
    content: ""
}

.fi-rr-hands-holding-diamond:before {
    content: ""
}

.fi-rr-hands-holding:before {
    content: ""
}

.fi-rr-hands-usd:before {
    content: ""
}

.fi-rr-handshake-angle:before {
    content: ""
}

.fi-rr-handshake-simple-slash:before {
    content: ""
}

.fi-rr-handshake:before {
    content: ""
}

.fi-rr-hard-hat:before {
    content: ""
}

.fi-rr-hastag:before {
    content: ""
}

.fi-rr-hat-birthday:before {
    content: ""
}

.fi-rr-hat-chef:before {
    content: ""
}

.fi-rr-hat-cowboy-side:before {
    content: ""
}

.fi-rr-hat-cowboy:before {
    content: ""
}

.fi-rr-hat-santa:before {
    content: ""
}

.fi-rr-hat-winter:before {
    content: ""
}

.fi-rr-hat-witch:before {
    content: ""
}

.fi-rr-hat-wizard:before {
    content: ""
}

.fi-rr-hdd:before {
    content: ""
}

.fi-rr-head-side-brain:before {
    content: ""
}

.fi-rr-head-side-cough-slash:before {
    content: ""
}

.fi-rr-head-side-cough:before {
    content: ""
}

.fi-rr-head-side-headphones:before {
    content: ""
}

.fi-rr-head-side-heart:before {
    content: ""
}

.fi-rr-head-side-mask:before {
    content: ""
}

.fi-rr-head-side-medical:before {
    content: ""
}

.fi-rr-head-side-thinking:before {
    content: ""
}

.fi-rr-head-side-virus:before {
    content: ""
}

.fi-rr-head-side:before {
    content: ""
}

.fi-rr-head-vr:before {
    content: ""
}

.fi-rr-heading:before {
    content: ""
}

.fi-rr-headphones:before {
    content: ""
}

.fi-rr-headset:before {
    content: ""
}

.fi-rr-heart-arrow:before {
    content: ""
}

.fi-rr-heart-crack:before {
    content: ""
}

.fi-rr-heart-half-stroke:before {
    content: ""
}

.fi-rr-heart-half:before {
    content: ""
}

.fi-rr-heart-rate:before {
    content: ""
}

.fi-rr-heart:before {
    content: ""
}

.fi-rr-heat:before {
    content: ""
}

.fi-rr-helicopter-side:before {
    content: ""
}

.fi-rr-hexagon-check:before {
    content: ""
}

.fi-rr-hexagon-exclamation:before {
    content: ""
}

.fi-rr-hexagon:before {
    content: ""
}

.fi-rr-high-definition:before {
    content: ""
}

.fi-rr-highlighter-line:before {
    content: ""
}

.fi-rr-highlighter:before {
    content: ""
}

.fi-rr-hiking:before {
    content: ""
}

.fi-rr-hippo:before {
    content: ""
}

.fi-rr-hockey-puck:before {
    content: ""
}

.fi-rr-hockey-sticks:before {
    content: ""
}

.fi-rr-holly-berry:before {
    content: ""
}

.fi-rr-home-heart:before {
    content: ""
}

.fi-rr-home-location-alt:before {
    content: ""
}

.fi-rr-home-location:before {
    content: ""
}

.fi-rr-home:before {
    content: ""
}

.fi-rr-hood-cloak:before {
    content: ""
}

.fi-rr-horizontal-rule:before {
    content: ""
}

.fi-rr-horse-head:before {
    content: ""
}

.fi-rr-horse-saddle:before {
    content: ""
}

.fi-rr-horse:before {
    content: ""
}

.fi-rr-hose-reel:before {
    content: ""
}

.fi-rr-hose:before {
    content: ""
}

.fi-rr-hospital-symbol:before {
    content: ""
}

.fi-rr-hospital-user:before {
    content: ""
}

.fi-rr-hospital:before {
    content: ""
}

.fi-rr-hospitals:before {
    content: ""
}

.fi-rr-hot-tub:before {
    content: ""
}

.fi-rr-hotdog:before {
    content: ""
}

.fi-rr-hotel:before {
    content: ""
}

.fi-rr-hourglass-end:before {
    content: ""
}

.fi-rr-hourglass-start:before {
    content: ""
}

.fi-rr-hourglass:before {
    content: ""
}

.fi-rr-house-blank:before {
    content: ""
}

.fi-rr-house-building:before {
    content: ""
}

.fi-rr-house-chimney-blank:before {
    content: ""
}

.fi-rr-house-chimney-crack:before {
    content: ""
}

.fi-rr-house-chimney-heart:before {
    content: ""
}

.fi-rr-house-chimney-medical:before {
    content: ""
}

.fi-rr-house-chimney-user:before {
    content: ""
}

.fi-rr-house-chimney-window:before {
    content: ""
}

.fi-rr-house-chimney:before {
    content: ""
}

.fi-rr-house-crack:before {
    content: ""
}

.fi-rr-house-day:before {
    content: ""
}

.fi-rr-house-flood:before {
    content: ""
}

.fi-rr-house-laptop:before {
    content: ""
}

.fi-rr-house-leave:before {
    content: ""
}

.fi-rr-house-medical:before {
    content: ""
}

.fi-rr-house-night:before {
    content: ""
}

.fi-rr-house-return:before {
    content: ""
}

.fi-rr-house-signal:before {
    content: ""
}

.fi-rr-house-tree:before {
    content: ""
}

.fi-rr-house-tsunami:before {
    content: ""
}

.fi-rr-house-turret:before {
    content: ""
}

.fi-rr-house-user:before {
    content: ""
}

.fi-rr-house-window:before {
    content: ""
}

.fi-rr-hryvnia:before {
    content: ""
}

.fi-rr-humidity:before {
    content: ""
}

.fi-rr-hundred-points:before {
    content: ""
}

.fi-rr-hurricane:before {
    content: ""
}

.fi-rr-i:before {
    content: ""
}

.fi-rr-ice-cream:before {
    content: ""
}

.fi-rr-ice-skate:before {
    content: ""
}

.fi-rr-icicles:before {
    content: ""
}

.fi-rr-icon-star:before {
    content: ""
}

.fi-rr-id-badge:before {
    content: ""
}

.fi-rr-id-card-clip-alt:before {
    content: ""
}

.fi-rr-igloo:before {
    content: ""
}

.fi-rr-image-slash:before {
    content: ""
}

.fi-rr-images-user:before {
    content: ""
}

.fi-rr-images:before {
    content: ""
}

.fi-rr-inbox-in:before {
    content: ""
}

.fi-rr-inbox-out:before {
    content: ""
}

.fi-rr-inbox:before {
    content: ""
}

.fi-rr-inboxes:before {
    content: ""
}

.fi-rr-incognito:before {
    content: ""
}

.fi-rr-indent:before {
    content: ""
}

.fi-rr-indian-rupee-sign:before {
    content: ""
}

.fi-rr-industry-alt:before {
    content: ""
}

.fi-rr-industry-windows:before {
    content: ""
}

.fi-rr-infinity:before {
    content: ""
}

.fi-rr-info:before {
    content: ""
}

.fi-rr-information:before {
    content: ""
}

.fi-rr-inhaler:before {
    content: ""
}

.fi-rr-input-numeric:before {
    content: ""
}

.fi-rr-input-pipe:before {
    content: ""
}

.fi-rr-input-text:before {
    content: ""
}

.fi-rr-interactive:before {
    content: ""
}

.fi-rr-interlining:before {
    content: ""
}

.fi-rr-interrogation:before {
    content: ""
}

.fi-rr-inventory-alt:before {
    content: ""
}

.fi-rr-island-tropical:before {
    content: ""
}

.fi-rr-it-alt:before {
    content: ""
}

.fi-rr-it-computer:before {
    content: ""
}

.fi-rr-it:before {
    content: ""
}

.fi-rr-italian-lira-sign:before {
    content: ""
}

.fi-rr-italic:before {
    content: ""
}

.fi-rr-j:before {
    content: ""
}

.fi-rr-jam:before {
    content: ""
}

.fi-rr-joint:before {
    content: ""
}

.fi-rr-joystick:before {
    content: ""
}

.fi-rr-jpg:before {
    content: ""
}

.fi-rr-jug:before {
    content: ""
}

.fi-rr-k:before {
    content: ""
}

.fi-rr-kazoo:before {
    content: ""
}

.fi-rr-kerning:before {
    content: ""
}

.fi-rr-key-skeleton-left-right:before {
    content: ""
}

.fi-rr-key:before {
    content: ""
}

.fi-rr-keyboard-brightness-low:before {
    content: ""
}

.fi-rr-keyboard-brightness:before {
    content: ""
}

.fi-rr-keyboard-down:before {
    content: ""
}

.fi-rr-keyboard-left:before {
    content: ""
}

.fi-rr-keyboard:before {
    content: ""
}

.fi-rr-keynote:before {
    content: ""
}

.fi-rr-kidneys:before {
    content: ""
}

.fi-rr-kip-sign:before {
    content: ""
}

.fi-rr-kiss-beam:before {
    content: ""
}

.fi-rr-kiss-wink-heart:before {
    content: ""
}

.fi-rr-kiss:before {
    content: ""
}

.fi-rr-kite:before {
    content: ""
}

.fi-rr-kiwi-bird:before {
    content: ""
}

.fi-rr-knife-kitchen:before {
    content: ""
}

.fi-rr-knife:before {
    content: ""
}

.fi-rr-l:before {
    content: ""
}

.fi-rr-label:before {
    content: ""
}

.fi-rr-lamp-desk:before {
    content: ""
}

.fi-rr-lamp-floor:before {
    content: ""
}

.fi-rr-lamp-street:before {
    content: ""
}

.fi-rr-lamp:before {
    content: ""
}

.fi-rr-landmark-alt:before {
    content: ""
}

.fi-rr-language:before {
    content: ""
}

.fi-rr-laptop-arrow-down:before {
    content: ""
}

.fi-rr-laptop-code:before {
    content: ""
}

.fi-rr-laptop-medical:before {
    content: ""
}

.fi-rr-laptop-mobile:before {
    content: ""
}

.fi-rr-laptop-slash:before {
    content: ""
}

.fi-rr-laptop:before {
    content: ""
}

.fi-rr-lari-sign:before {
    content: ""
}

.fi-rr-lasso-sparkles:before {
    content: ""
}

.fi-rr-lasso:before {
    content: ""
}

.fi-rr-laugh-beam:before {
    content: ""
}

.fi-rr-laugh-squint:before {
    content: ""
}

.fi-rr-laugh-wink:before {
    content: ""
}

.fi-rr-laugh:before {
    content: ""
}

.fi-rr-layer-minus:before {
    content: ""
}

.fi-rr-layer-plus:before {
    content: ""
}

.fi-rr-layers:before {
    content: ""
}

.fi-rr-layout-fluid:before {
    content: ""
}

.fi-rr-leaf-heart:before {
    content: ""
}

.fi-rr-leaf-maple:before {
    content: ""
}

.fi-rr-leaf-oak:before {
    content: ""
}

.fi-rr-leaf:before {
    content: ""
}

.fi-rr-left:before {
    content: ""
}

.fi-rr-lemon:before {
    content: ""
}

.fi-rr-letter-case:before {
    content: ""
}

.fi-rr-lettuce:before {
    content: ""
}

.fi-rr-level-down-alt:before {
    content: ""
}

.fi-rr-level-down:before {
    content: ""
}

.fi-rr-level-up-alt:before {
    content: ""
}

.fi-rr-level-up:before {
    content: ""
}

.fi-rr-license:before {
    content: ""
}

.fi-rr-life-ring:before {
    content: ""
}

.fi-rr-light-ceiling:before {
    content: ""
}

.fi-rr-light-emergency-on:before {
    content: ""
}

.fi-rr-light-emergency:before {
    content: ""
}

.fi-rr-light-switch-off:before {
    content: ""
}

.fi-rr-light-switch-on:before {
    content: ""
}

.fi-rr-light-switch:before {
    content: ""
}

.fi-rr-lightbulb-dollar:before {
    content: ""
}

.fi-rr-lightbulb-exclamation:before {
    content: ""
}

.fi-rr-lightbulb-on:before {
    content: ""
}

.fi-rr-lightbulb-question:before {
    content: ""
}

.fi-rr-lightbulb-slash:before {
    content: ""
}

.fi-rr-lights-holiday:before {
    content: ""
}

.fi-rr-line-width:before {
    content: ""
}

.fi-rr-link-alt:before {
    content: ""
}

.fi-rr-link-horizontal-slash:before {
    content: ""
}

.fi-rr-link-horizontal:before {
    content: ""
}

.fi-rr-link-slash-alt:before {
    content: ""
}

.fi-rr-link-slash:before {
    content: ""
}

.fi-rr-link:before {
    content: ""
}

.fi-rr-lips:before {
    content: ""
}

.fi-rr-lipstick:before {
    content: ""
}

.fi-rr-lira-sign:before {
    content: ""
}

.fi-rr-list-check:before {
    content: ""
}

.fi-rr-list-dropdown:before {
    content: ""
}

.fi-rr-list-music:before {
    content: ""
}

.fi-rr-list-timeline:before {
    content: ""
}

.fi-rr-list:before {
    content: ""
}

.fi-rr-litecoin-sign:before {
    content: ""
}

.fi-rr-loading:before {
    content: ""
}

.fi-rr-lobster:before {
    content: ""
}

.fi-rr-location-alt:before {
    content: ""
}

.fi-rr-location-arrow:before {
    content: ""
}

.fi-rr-location-crosshairs-slash:before {
    content: ""
}

.fi-rr-location-crosshairs:before {
    content: ""
}

.fi-rr-location-dot-slash:before {
    content: ""
}

.fi-rr-location-exclamation:before {
    content: ""
}

.fi-rr-lock-alt:before {
    content: ""
}

.fi-rr-lock-open-alt:before {
    content: ""
}

.fi-rr-lock:before {
    content: ""
}

.fi-rr-locust:before {
    content: ""
}

.fi-rr-loveseat:before {
    content: ""
}

.fi-rr-low-vision:before {
    content: ""
}

.fi-rr-luchador:before {
    content: ""
}

.fi-rr-luggage-cart:before {
    content: ""
}

.fi-rr-luggage-rolling:before {
    content: ""
}

.fi-rr-lungs-virus:before {
    content: ""
}

.fi-rr-lungs:before {
    content: ""
}

.fi-rr-m:before {
    content: ""
}

.fi-rr-magic-wand:before {
    content: ""
}

.fi-rr-magnet:before {
    content: ""
}

.fi-rr-mailbox:before {
    content: ""
}

.fi-rr-makeup-brush:before {
    content: ""
}

.fi-rr-man-head:before {
    content: ""
}

.fi-rr-manat-sign:before {
    content: ""
}

.fi-rr-mandolin:before {
    content: ""
}

.fi-rr-manhole:before {
    content: ""
}

.fi-rr-map-marker-check:before {
    content: ""
}

.fi-rr-map-marker-cross:before {
    content: ""
}

.fi-rr-map-marker-edit:before {
    content: ""
}

.fi-rr-map-marker-home:before {
    content: ""
}

.fi-rr-map-marker-minus:before {
    content: ""
}

.fi-rr-map-marker-plus:before {
    content: ""
}

.fi-rr-map-marker-question:before {
    content: ""
}

.fi-rr-map-marker-slash:before {
    content: ""
}

.fi-rr-map-marker-smile:before {
    content: ""
}

.fi-rr-map-marker:before {
    content: ""
}

.fi-rr-map-pin:before {
    content: ""
}

.fi-rr-map:before {
    content: ""
}

.fi-rr-marker-time:before {
    content: ""
}

.fi-rr-marker:before {
    content: ""
}

.fi-rr-mars-double:before {
    content: ""
}

.fi-rr-mars-stroke-right:before {
    content: ""
}

.fi-rr-mars-stroke-up:before {
    content: ""
}

.fi-rr-mars:before {
    content: ""
}

.fi-rr-mask-carnival:before {
    content: ""
}

.fi-rr-mask-face:before {
    content: ""
}

.fi-rr-mask:before {
    content: ""
}

.fi-rr-mattress-pillow:before {
    content: ""
}

.fi-rr-meat:before {
    content: ""
}

.fi-rr-medical-star:before {
    content: ""
}

.fi-rr-medicine:before {
    content: ""
}

.fi-rr-megaphone:before {
    content: ""
}

.fi-rr-meh-blank:before {
    content: ""
}

.fi-rr-meh-rolling-eyes:before {
    content: ""
}

.fi-rr-meh:before {
    content: ""
}

.fi-rr-melon:before {
    content: ""
}

.fi-rr-memo-circle-check:before {
    content: ""
}

.fi-rr-memo-pad:before {
    content: ""
}

.fi-rr-memo:before {
    content: ""
}

.fi-rr-memory:before {
    content: ""
}

.fi-rr-menu-burger:before {
    content: ""
}

.fi-rr-menu-dots-vertical:before {
    content: ""
}

.fi-rr-menu-dots:before {
    content: ""
}

.fi-rr-mercury:before {
    content: ""
}

.fi-rr-message-arrow-down:before {
    content: ""
}

.fi-rr-message-arrow-up-right:before {
    content: ""
}

.fi-rr-message-arrow-up:before {
    content: ""
}

.fi-rr-message-bot:before {
    content: ""
}

.fi-rr-message-code:before {
    content: ""
}

.fi-rr-message-dollar:before {
    content: ""
}

.fi-rr-message-image:before {
    content: ""
}

.fi-rr-message-question:before {
    content: ""
}

.fi-rr-message-quote:before {
    content: ""
}

.fi-rr-message-slash:before {
    content: ""
}

.fi-rr-message-sms:before {
    content: ""
}

.fi-rr-message-text:before {
    content: ""
}

.fi-rr-message-xmark:before {
    content: ""
}

.fi-rr-messages-dollar:before {
    content: ""
}

.fi-rr-messages-question:before {
    content: ""
}

.fi-rr-messages:before {
    content: ""
}

.fi-rr-meteor:before {
    content: ""
}

.fi-rr-meter-bolt:before {
    content: ""
}

.fi-rr-meter-droplet:before {
    content: ""
}

.fi-rr-meter-fire:before {
    content: ""
}

.fi-rr-meter:before {
    content: ""
}

.fi-rr-microchip-ai:before {
    content: ""
}

.fi-rr-microchip:before {
    content: ""
}

.fi-rr-microphone-alt:before {
    content: ""
}

.fi-rr-microphone-slash:before {
    content: ""
}

.fi-rr-microphone:before {
    content: ""
}

.fi-rr-microscope:before {
    content: ""
}

.fi-rr-microwave:before {
    content: ""
}

.fi-rr-mill-sign:before {
    content: ""
}

.fi-rr-mind-share:before {
    content: ""
}

.fi-rr-minus-circle:before {
    content: ""
}

.fi-rr-minus-hexagon:before {
    content: ""
}

.fi-rr-minus-small:before {
    content: ""
}

.fi-rr-minus:before {
    content: ""
}

.fi-rr-mistletoe:before {
    content: ""
}

.fi-rr-mobile-button:before {
    content: ""
}

.fi-rr-mobile-notch:before {
    content: ""
}

.fi-rr-mobile:before {
    content: ""
}

.fi-rr-mockup:before {
    content: ""
}

.fi-rr-mode-landscape:before {
    content: ""
}

.fi-rr-mode-portrait:before {
    content: ""
}

.fi-rr-money-bill-simple:before {
    content: ""
}

.fi-rr-money-bill-wave-alt:before {
    content: ""
}

.fi-rr-money-bill-wave:before {
    content: ""
}

.fi-rr-money-bills-simple:before {
    content: ""
}

.fi-rr-money-bills:before {
    content: ""
}

.fi-rr-money-check-edit-alt:before {
    content: ""
}

.fi-rr-money-check-edit:before {
    content: ""
}

.fi-rr-money-check:before {
    content: ""
}

.fi-rr-money-from-bracket:before {
    content: ""
}

.fi-rr-money-simple-from-bracket:before {
    content: ""
}

.fi-rr-money:before {
    content: ""
}

.fi-rr-monkey:before {
    content: ""
}

.fi-rr-monument:before {
    content: ""
}

.fi-rr-moon-stars:before {
    content: ""
}

.fi-rr-moon:before {
    content: ""
}

.fi-rr-moped:before {
    content: ""
}

.fi-rr-mortar-pestle:before {
    content: ""
}

.fi-rr-mosquito-net:before {
    content: ""
}

.fi-rr-mosquito:before {
    content: ""
}

.fi-rr-motorcycle:before {
    content: ""
}

.fi-rr-mound:before {
    content: ""
}

.fi-rr-mountain-city:before {
    content: ""
}

.fi-rr-mountain:before {
    content: ""
}

.fi-rr-mountains:before {
    content: ""
}

.fi-rr-mouse:before {
    content: ""
}

.fi-rr-move-to-folder-2:before {
    content: ""
}

.fi-rr-move-to-folder:before {
    content: ""
}

.fi-rr-mp3-player:before {
    content: ""
}

.fi-rr-mug-alt:before {
    content: ""
}

.fi-rr-mug-hot-alt:before {
    content: ""
}

.fi-rr-mug-hot:before {
    content: ""
}

.fi-rr-mug-marshmallows:before {
    content: ""
}

.fi-rr-mug-tea:before {
    content: ""
}

.fi-rr-mug:before {
    content: ""
}

.fi-rr-mushroom:before {
    content: ""
}

.fi-rr-music-alt:before {
    content: ""
}

.fi-rr-music-file:before {
    content: ""
}

.fi-rr-music-note-slash:before {
    content: ""
}

.fi-rr-music-note:before {
    content: ""
}

.fi-rr-music-slash:before {
    content: ""
}

.fi-rr-music:before {
    content: ""
}

.fi-rr-n:before {
    content: ""
}

.fi-rr-naira-sign:before {
    content: ""
}

.fi-rr-narwhal:before {
    content: ""
}

.fi-rr-navigation:before {
    content: ""
}

.fi-rr-network-cloud:before {
    content: ""
}

.fi-rr-network:before {
    content: ""
}

.fi-rr-neuter:before {
    content: ""
}

.fi-rr-nfc-lock:before {
    content: ""
}

.fi-rr-nfc-magnifying-glass:before {
    content: ""
}

.fi-rr-nfc-pen:before {
    content: ""
}

.fi-rr-nfc-slash:before {
    content: ""
}

.fi-rr-nfc-trash:before {
    content: ""
}

.fi-rr-nfc:before {
    content: ""
}

.fi-rr-no-people:before {
    content: ""
}

.fi-rr-noodles:before {
    content: ""
}

.fi-rr-notdef:before {
    content: ""
}

.fi-rr-note-medical:before {
    content: ""
}

.fi-rr-note-sticky:before {
    content: ""
}

.fi-rr-note:before {
    content: ""
}

.fi-rr-notebook-alt:before {
    content: ""
}

.fi-rr-notebook:before {
    content: ""
}

.fi-rr-notes-medical:before {
    content: ""
}

.fi-rr-notes:before {
    content: ""
}

.fi-rr-o:before {
    content: ""
}

.fi-rr-object-exclude:before {
    content: ""
}

.fi-rr-object-group:before {
    content: ""
}

.fi-rr-object-intersect:before {
    content: ""
}

.fi-rr-object-subtract:before {
    content: ""
}

.fi-rr-object-ungroup:before {
    content: ""
}

.fi-rr-object-union:before {
    content: ""
}

.fi-rr-objects-column:before {
    content: ""
}

.fi-rr-octagon:before {
    content: ""
}

.fi-rr-oil-can:before {
    content: ""
}

.fi-rr-oil-temp:before {
    content: ""
}

.fi-rr-olive-oil:before {
    content: ""
}

.fi-rr-olives:before {
    content: ""
}

.fi-rr-onion:before {
    content: ""
}

.fi-rr-opacity:before {
    content: ""
}

.fi-rr-ornament:before {
    content: ""
}

.fi-rr-otter:before {
    content: ""
}

.fi-rr-outdent:before {
    content: ""
}

.fi-rr-oven:before {
    content: ""
}

.fi-rr-overline:before {
    content: ""
}

.fi-rr-p:before {
    content: ""
}

.fi-rr-package:before {
    content: ""
}

.fi-rr-page-break:before {
    content: ""
}

.fi-rr-pager:before {
    content: ""
}

.fi-rr-paint-brush:before {
    content: ""
}

.fi-rr-paint-roller:before {
    content: ""
}

.fi-rr-paintbrush-pencil:before {
    content: ""
}

.fi-rr-palette:before {
    content: ""
}

.fi-rr-pallet-alt:before {
    content: ""
}

.fi-rr-pallet:before {
    content: ""
}

.fi-rr-pan:before {
    content: ""
}

.fi-rr-panorama:before {
    content: ""
}

.fi-rr-paper-plane-top:before {
    content: ""
}

.fi-rr-paper-plane:before {
    content: ""
}

.fi-rr-paperclip-vertical:before {
    content: ""
}

.fi-rr-parachute-box:before {
    content: ""
}

.fi-rr-paragraph-left:before {
    content: ""
}

.fi-rr-paragraph:before {
    content: ""
}

.fi-rr-parking-circle-slash:before {
    content: ""
}

.fi-rr-parking-circle:before {
    content: ""
}

.fi-rr-parking-slash:before {
    content: ""
}

.fi-rr-parking:before {
    content: ""
}

.fi-rr-party-bell:before {
    content: ""
}

.fi-rr-party-horn:before {
    content: ""
}

.fi-rr-passport:before {
    content: ""
}

.fi-rr-password:before {
    content: ""
}

.fi-rr-paste:before {
    content: ""
}

.fi-rr-pattern:before {
    content: ""
}

.fi-rr-pause-circle:before {
    content: ""
}

.fi-rr-pause:before {
    content: ""
}

.fi-rr-paw-claws:before {
    content: ""
}

.fi-rr-paw:before {
    content: ""
}

.fi-rr-peace:before {
    content: ""
}

.fi-rr-peach:before {
    content: ""
}

.fi-rr-pedestal:before {
    content: ""
}

.fi-rr-pen-circle:before {
    content: ""
}

.fi-rr-pen-clip-slash:before {
    content: ""
}

.fi-rr-pen-clip:before {
    content: ""
}

.fi-rr-pen-fancy-slash:before {
    content: ""
}

.fi-rr-pen-fancy:before {
    content: ""
}

.fi-rr-pen-field:before {
    content: ""
}

.fi-rr-pen-nib-slash:before {
    content: ""
}

.fi-rr-pen-nib:before {
    content: ""
}

.fi-rr-pen-slash:before {
    content: ""
}

.fi-rr-pen-square:before {
    content: ""
}

.fi-rr-pen-swirl:before {
    content: ""
}

.fi-rr-pencil-paintbrush:before {
    content: ""
}

.fi-rr-pencil-ruler:before {
    content: ""
}

.fi-rr-pencil-slash:before {
    content: ""
}

.fi-rr-pencil:before {
    content: ""
}

.fi-rr-pennant:before {
    content: ""
}

.fi-rr-people-arrows-left-right:before {
    content: ""
}

.fi-rr-people-carry-box:before {
    content: ""
}

.fi-rr-people-dress:before {
    content: ""
}

.fi-rr-people-pants:before {
    content: ""
}

.fi-rr-people-poll:before {
    content: ""
}

.fi-rr-people:before {
    content: ""
}

.fi-rr-pepper-hot:before {
    content: ""
}

.fi-rr-pepper:before {
    content: ""
}

.fi-rr-percentage:before {
    content: ""
}

.fi-rr-person-carry-box:before {
    content: ""
}

.fi-rr-person-circle-check:before {
    content: ""
}

.fi-rr-person-circle-exclamation:before {
    content: ""
}

.fi-rr-person-circle-minus:before {
    content: ""
}

.fi-rr-person-circle-plus:before {
    content: ""
}

.fi-rr-person-circle-question:before {
    content: ""
}

.fi-rr-person-circle-xmark:before {
    content: ""
}

.fi-rr-person-dolly-empty:before {
    content: ""
}

.fi-rr-person-dolly:before {
    content: ""
}

.fi-rr-person-dress-simple:before {
    content: ""
}

.fi-rr-person-dress:before {
    content: ""
}

.fi-rr-person-praying:before {
    content: ""
}

.fi-rr-person-pregnant:before {
    content: ""
}

.fi-rr-person-seat-reclined:before {
    content: ""
}

.fi-rr-person-seat:before {
    content: ""
}

.fi-rr-person-sign:before {
    content: ""
}

.fi-rr-person-simple:before {
    content: ""
}

.fi-rr-person-walking-with-cane:before {
    content: ""
}

.fi-rr-peseta-sign:before {
    content: ""
}

.fi-rr-peso-sign:before {
    content: ""
}

.fi-rr-pharmacy:before {
    content: ""
}

.fi-rr-phone-call:before {
    content: ""
}

.fi-rr-phone-cross:before {
    content: ""
}

.fi-rr-phone-flip:before {
    content: ""
}

.fi-rr-phone-office:before {
    content: ""
}

.fi-rr-phone-pause:before {
    content: ""
}

.fi-rr-phone-plus:before {
    content: ""
}

.fi-rr-phone-rotary:before {
    content: ""
}

.fi-rr-phone-slash:before {
    content: ""
}

.fi-rr-photo-film-music:before {
    content: ""
}

.fi-rr-photo-video:before {
    content: ""
}

.fi-rr-physics:before {
    content: ""
}

.fi-rr-Pi:before {
    content: ""
}

.fi-rr-piano-keyboard:before {
    content: ""
}

.fi-rr-piano:before {
    content: ""
}

.fi-rr-pickaxe:before {
    content: ""
}

.fi-rr-picnic:before {
    content: ""
}

.fi-rr-picpeople-filled:before {
    content: ""
}

.fi-rr-picpeople:before {
    content: ""
}

.fi-rr-picture:before {
    content: ""
}

.fi-rr-pie:before {
    content: ""
}

.fi-rr-piece:before {
    content: ""
}

.fi-rr-piggy-bank:before {
    content: ""
}

.fi-rr-pills:before {
    content: ""
}

.fi-rr-pinata:before {
    content: ""
}

.fi-rr-pineapple:before {
    content: ""
}

.fi-rr-ping-pong:before {
    content: ""
}

.fi-rr-pipe-smoking:before {
    content: ""
}

.fi-rr-pizza-slice:before {
    content: ""
}

.fi-rr-plane-alt:before {
    content: ""
}

.fi-rr-plane-arrival:before {
    content: ""
}

.fi-rr-plane-departure:before {
    content: ""
}

.fi-rr-plane-prop:before {
    content: ""
}

.fi-rr-plane-slash:before {
    content: ""
}

.fi-rr-plane-tail:before {
    content: ""
}

.fi-rr-plane:before {
    content: ""
}

.fi-rr-planet-moon:before {
    content: ""
}

.fi-rr-planet-ringed:before {
    content: ""
}

.fi-rr-plant-wilt:before {
    content: ""
}

.fi-rr-plate:before {
    content: ""
}

.fi-rr-play-alt:before {
    content: ""
}

.fi-rr-play-circle:before {
    content: ""
}

.fi-rr-play-pause:before {
    content: ""
}

.fi-rr-play:before {
    content: ""
}

.fi-rr-playing-cards:before {
    content: ""
}

.fi-rr-plug:before {
    content: ""
}

.fi-rr-plus-hexagon:before {
    content: ""
}

.fi-rr-plus-minus:before {
    content: ""
}

.fi-rr-plus-small:before {
    content: ""
}

.fi-rr-plus:before {
    content: ""
}

.fi-rr-podcast:before {
    content: ""
}

.fi-rr-podium-star:before {
    content: ""
}

.fi-rr-podium:before {
    content: ""
}

.fi-rr-poker-chip:before {
    content: ""
}

.fi-rr-police-box:before {
    content: ""
}

.fi-rr-poll-h:before {
    content: ""
}

.fi-rr-pompebled:before {
    content: ""
}

.fi-rr-poo-bolt:before {
    content: ""
}

.fi-rr-poo:before {
    content: ""
}

.fi-rr-pool-8-ball:before {
    content: ""
}

.fi-rr-poop:before {
    content: ""
}

.fi-rr-popcorn:before {
    content: ""
}

.fi-rr-portal-enter:before {
    content: ""
}

.fi-rr-portal-exit:before {
    content: ""
}

.fi-rr-portrait:before {
    content: ""
}

.fi-rr-pot:before {
    content: ""
}

.fi-rr-pound:before {
    content: ""
}

.fi-rr-power:before {
    content: ""
}

.fi-rr-prescription-bottle-alt:before {
    content: ""
}

.fi-rr-prescription-bottle-pill:before {
    content: ""
}

.fi-rr-prescription-bottle:before {
    content: ""
}

.fi-rr-prescription:before {
    content: ""
}

.fi-rr-presentation:before {
    content: ""
}

.fi-rr-print-magnifying-glass:before {
    content: ""
}

.fi-rr-print-slash:before {
    content: ""
}

.fi-rr-print:before {
    content: ""
}

.fi-rr-procedures:before {
    content: ""
}

.fi-rr-projector:before {
    content: ""
}

.fi-rr-protractor:before {
    content: ""
}

.fi-rr-pulse:before {
    content: ""
}

.fi-rr-pump-medical:before {
    content: ""
}

.fi-rr-pump:before {
    content: ""
}

.fi-rr-pumpkin-alt:before {
    content: ""
}

.fi-rr-pumpkin:before {
    content: ""
}

.fi-rr-puzzle-alt:before {
    content: ""
}

.fi-rr-puzzle:before {
    content: ""
}

.fi-rr-pyramid:before {
    content: ""
}

.fi-rr-q:before {
    content: ""
}

.fi-rr-qr-scan:before {
    content: ""
}

.fi-rr-QR:before {
    content: ""
}

.fi-rr-qrcode:before {
    content: ""
}

.fi-rr-question-square:before {
    content: ""
}

.fi-rr-question:before {
    content: ""
}

.fi-rr-quote-right:before {
    content: ""
}

.fi-rr-r:before {
    content: ""
}

.fi-rr-rabbit-fast:before {
    content: ""
}

.fi-rr-rabbit:before {
    content: ""
}

.fi-rr-racquet:before {
    content: ""
}

.fi-rr-radar:before {
    content: ""
}

.fi-rr-radiation-alt:before {
    content: ""
}

.fi-rr-radiation:before {
    content: ""
}

.fi-rr-radio-alt:before {
    content: ""
}

.fi-rr-radio:before {
    content: ""
}

.fi-rr-radish:before {
    content: ""
}

.fi-rr-rainbow:before {
    content: ""
}

.fi-rr-raindrops:before {
    content: ""
}

.fi-rr-ram:before {
    content: ""
}

.fi-rr-ramp-loading:before {
    content: ""
}

.fi-rr-raygun:before {
    content: ""
}

.fi-rr-rec:before {
    content: ""
}

.fi-rr-receipt:before {
    content: ""
}

.fi-rr-record-vinyl:before {
    content: ""
}

.fi-rr-rectabgle-vertical:before {
    content: ""
}

.fi-rr-rectangle-barcode:before {
    content: ""
}

.fi-rr-rectangle-code:before {
    content: ""
}

.fi-rr-rectangle-horizontal:before {
    content: ""
}

.fi-rr-rectangle-list:before {
    content: ""
}

.fi-rr-rectangle-panoramic:before {
    content: ""
}

.fi-rr-rectangle-pro:before {
    content: ""
}

.fi-rr-rectangle-vertical-history:before {
    content: ""
}

.fi-rr-rectangle-vertical:before {
    content: ""
}

.fi-rr-rectangle-xmark:before {
    content: ""
}

.fi-rr-rectangles-mixed:before {
    content: ""
}

.fi-rr-recycle:before {
    content: ""
}

.fi-rr-redo-alt:before {
    content: ""
}

.fi-rr-redo:before {
    content: ""
}

.fi-rr-reel:before {
    content: ""
}

.fi-rr-reflect-horizontal:before {
    content: ""
}

.fi-rr-reflect-vertical:before {
    content: ""
}

.fi-rr-reflect:before {
    content: ""
}

.fi-rr-refresh:before {
    content: ""
}

.fi-rr-refrigerator:before {
    content: ""
}

.fi-rr-registered:before {
    content: ""
}

.fi-rr-remove-folder:before {
    content: ""
}

.fi-rr-remove-user:before {
    content: ""
}

.fi-rr-replace:before {
    content: ""
}

.fi-rr-reply-all:before {
    content: ""
}

.fi-rr-republican:before {
    content: ""
}

.fi-rr-resize:before {
    content: ""
}

.fi-rr-resources:before {
    content: ""
}

.fi-rr-restaurant:before {
    content: ""
}

.fi-rr-restroom-simple:before {
    content: ""
}

.fi-rr-rewind:before {
    content: ""
}

.fi-rr-rhombus:before {
    content: ""
}

.fi-rr-ribbon:before {
    content: ""
}

.fi-rr-right:before {
    content: ""
}

.fi-rr-ring-diamond:before {
    content: ""
}

.fi-rr-ring:before {
    content: ""
}

.fi-rr-rings-wedding:before {
    content: ""
}

.fi-rr-road:before {
    content: ""
}

.fi-rr-robot:before {
    content: ""
}

.fi-rr-rocket-lunch:before {
    content: ""
}

.fi-rr-rocket:before {
    content: ""
}

.fi-rr-roller-coaster:before {
    content: ""
}

.fi-rr-room-service:before {
    content: ""
}

.fi-rr-rotate-exclamation:before {
    content: ""
}

.fi-rr-rotate-left:before {
    content: ""
}

.fi-rr-rotate-right:before {
    content: ""
}

.fi-rr-route-highway:before {
    content: ""
}

.fi-rr-route-interstate:before {
    content: ""
}

.fi-rr-route:before {
    content: ""
}

.fi-rr-router:before {
    content: ""
}

.fi-rr-rss-alt:before {
    content: ""
}

.fi-rr-rss:before {
    content: ""
}

.fi-rr-ruble-sign:before {
    content: ""
}

.fi-rr-rugby:before {
    content: ""
}

.fi-rr-ruler-combined:before {
    content: ""
}

.fi-rr-ruler-horizontal:before {
    content: ""
}

.fi-rr-ruler-triangle:before {
    content: ""
}

.fi-rr-ruler-vertical:before {
    content: ""
}

.fi-rr-running:before {
    content: ""
}

.fi-rr-rupee-sign:before {
    content: ""
}

.fi-rr-rupiah-sign:before {
    content: ""
}

.fi-rr-rv:before {
    content: ""
}

.fi-rr-s:before {
    content: ""
}

.fi-rr-sack-dollar:before {
    content: ""
}

.fi-rr-sack:before {
    content: ""
}

.fi-rr-sad-cry:before {
    content: ""
}

.fi-rr-sad-tear:before {
    content: ""
}

.fi-rr-sad:before {
    content: ""
}

.fi-rr-sailboat:before {
    content: ""
}

.fi-rr-salad:before {
    content: ""
}

.fi-rr-salt-pepper:before {
    content: ""
}

.fi-rr-sandwich:before {
    content: ""
}

.fi-rr-satellite-dish:before {
    content: ""
}

.fi-rr-satellite:before {
    content: ""
}

.fi-rr-sauce:before {
    content: ""
}

.fi-rr-sausage:before {
    content: ""
}

.fi-rr-sax-hot:before {
    content: ""
}

.fi-rr-saxophone:before {
    content: ""
}

.fi-rr-scale:before {
    content: ""
}

.fi-rr-scalpel-path:before {
    content: ""
}

.fi-rr-scalpel:before {
    content: ""
}

.fi-rr-scanner-gun:before {
    content: ""
}

.fi-rr-scanner-image:before {
    content: ""
}

.fi-rr-scanner-keyboard:before {
    content: ""
}

.fi-rr-scanner-touchscreen:before {
    content: ""
}

.fi-rr-scarecrow:before {
    content: ""
}

.fi-rr-scarf:before {
    content: ""
}

.fi-rr-school-bus:before {
    content: ""
}

.fi-rr-school:before {
    content: ""
}

.fi-rr-scissors:before {
    content: ""
}

.fi-rr-screen:before {
    content: ""
}

.fi-rr-screencast:before {
    content: ""
}

.fi-rr-screwdriver:before {
    content: ""
}

.fi-rr-scribble:before {
    content: ""
}

.fi-rr-scroll-torah:before {
    content: ""
}

.fi-rr-scrubber:before {
    content: ""
}

.fi-rr-scythe:before {
    content: ""
}

.fi-rr-sd-card:before {
    content: ""
}

.fi-rr-sd-cards:before {
    content: ""
}

.fi-rr-seal-exclamation:before {
    content: ""
}

.fi-rr-seal-question:before {
    content: ""
}

.fi-rr-search-alt:before {
    content: ""
}

.fi-rr-search-dollar:before {
    content: ""
}

.fi-rr-search-heart:before {
    content: ""
}

.fi-rr-search-location:before {
    content: ""
}

.fi-rr-search:before {
    content: ""
}

.fi-rr-seat-airline:before {
    content: ""
}

.fi-rr-security:before {
    content: ""
}

.fi-rr-seedling:before {
    content: ""
}

.fi-rr-send-back:before {
    content: ""
}

.fi-rr-send-backward:before {
    content: ""
}

.fi-rr-sensor-alert:before {
    content: ""
}

.fi-rr-sensor-fire:before {
    content: ""
}

.fi-rr-sensor-on:before {
    content: ""
}

.fi-rr-sensor-smoke:before {
    content: ""
}

.fi-rr-sensor:before {
    content: ""
}

.fi-rr-settings-sliders:before {
    content: ""
}

.fi-rr-settings:before {
    content: ""
}

.fi-rr-share-alt-square:before {
    content: ""
}

.fi-rr-share-square:before {
    content: ""
}

.fi-rr-share:before {
    content: ""
}

.fi-rr-sheep:before {
    content: ""
}

.fi-rr-shekel-sign:before {
    content: ""
}

.fi-rr-shelves:before {
    content: ""
}

.fi-rr-shield-alt:before {
    content: ""
}

.fi-rr-shield-check:before {
    content: ""
}

.fi-rr-shield-cross:before {
    content: ""
}

.fi-rr-shield-exclamation:before {
    content: ""
}

.fi-rr-shield-interrogation:before {
    content: ""
}

.fi-rr-shield-keyhole:before {
    content: ""
}

.fi-rr-shield-minus:before {
    content: ""
}

.fi-rr-shield-plus:before {
    content: ""
}

.fi-rr-shield-slash:before {
    content: ""
}

.fi-rr-shield-virus:before {
    content: ""
}

.fi-rr-shield-xmark:before {
    content: ""
}

.fi-rr-shield:before {
    content: ""
}

.fi-rr-ship-side:before {
    content: ""
}

.fi-rr-ship:before {
    content: ""
}

.fi-rr-shipping-fast:before {
    content: ""
}

.fi-rr-shipping-timed:before {
    content: ""
}

.fi-rr-shirt-long-sleeve:before {
    content: ""
}

.fi-rr-shirt-running:before {
    content: ""
}

.fi-rr-shirt-tank-top:before {
    content: ""
}

.fi-rr-shoe-prints:before {
    content: ""
}

.fi-rr-shop-lock:before {
    content: ""
}

.fi-rr-shop-slash:before {
    content: ""
}

.fi-rr-shop:before {
    content: ""
}

.fi-rr-shopping-bag-add:before {
    content: ""
}

.fi-rr-shopping-bag:before {
    content: ""
}

.fi-rr-shopping-basket:before {
    content: ""
}

.fi-rr-shopping-cart-add:before {
    content: ""
}

.fi-rr-shopping-cart-check:before {
    content: ""
}

.fi-rr-shopping-cart:before {
    content: ""
}

.fi-rr-shovel-snow:before {
    content: ""
}

.fi-rr-shovel:before {
    content: ""
}

.fi-rr-shower-down:before {
    content: ""
}

.fi-rr-shower:before {
    content: ""
}

.fi-rr-shredder:before {
    content: ""
}

.fi-rr-shrimp:before {
    content: ""
}

.fi-rr-shuffle:before {
    content: ""
}

.fi-rr-shuttle-van:before {
    content: ""
}

.fi-rr-shuttlecock:before {
    content: ""
}

.fi-rr-Sickle:before {
    content: ""
}

.fi-rr-sidebar-flip:before {
    content: ""
}

.fi-rr-sidebar:before {
    content: ""
}

.fi-rr-sigma:before {
    content: ""
}

.fi-rr-sign-hanging:before {
    content: ""
}

.fi-rr-sign-in-alt:before {
    content: ""
}

.fi-rr-sign-out-alt:before {
    content: ""
}

.fi-rr-signal-alt-1:before {
    content: ""
}

.fi-rr-signal-alt-2:before {
    content: ""
}

.fi-rr-signal-alt-slash:before {
    content: ""
}

.fi-rr-signal-alt:before {
    content: ""
}

.fi-rr-signal-bars-fair:before {
    content: ""
}

.fi-rr-signal-bars-good:before {
    content: ""
}

.fi-rr-signal-bars-weak:before {
    content: ""
}

.fi-rr-signal-stream-slash:before {
    content: ""
}

.fi-rr-signal-stream:before {
    content: ""
}

.fi-rr-signature-lock:before {
    content: ""
}

.fi-rr-signature-slash:before {
    content: "豈"
}

.fi-rr-signature:before {
    content: "更"
}

.fi-rr-sim-card:before {
    content: "車"
}

.fi-rr-sim-cards:before {
    content: "賈"
}

.fi-rr-sink:before {
    content: "滑"
}

.fi-rr-siren-on:before {
    content: "串"
}

.fi-rr-Siren:before {
    content: "句"
}

.fi-rr-site-alt:before {
    content: "龜"
}

.fi-rr-site-browser:before {
    content: "龜"
}

.fi-rr-site:before {
    content: "契"
}

.fi-rr-sitemap:before {
    content: "金"
}

.fi-rr-skateboard:before {
    content: "喇"
}

.fi-rr-skating:before {
    content: "奈"
}

.fi-rr-skeleton:before {
    content: "懶"
}

.fi-rr-skewer:before {
    content: "癩"
}

.fi-rr-ski-jump:before {
    content: "羅"
}

.fi-rr-ski-lift:before {
    content: "蘿"
}

.fi-rr-skiing-nordic:before {
    content: "螺"
}

.fi-rr-skiing:before {
    content: "裸"
}

.fi-rr-skull-cow:before {
    content: "邏"
}

.fi-rr-skull-crossbones:before {
    content: "樂"
}

.fi-rr-skull:before {
    content: "洛"
}

.fi-rr-slash:before {
    content: "烙"
}

.fi-rr-sledding:before {
    content: "珞"
}

.fi-rr-sleigh:before {
    content: "落"
}

.fi-rr-sliders-h-square:before {
    content: "酪"
}

.fi-rr-sliders-v-square:before {
    content: "駱"
}

.fi-rr-sliders-v:before {
    content: "亂"
}

.fi-rr-smartphone:before {
    content: "卵"
}

.fi-rr-smile-beam:before {
    content: "欄"
}

.fi-rr-smile-plus:before {
    content: "爛"
}

.fi-rr-smile-wink:before {
    content: "蘭"
}

.fi-rr-smile:before {
    content: "鸞"
}

.fi-rr-smiley-comment-alt:before {
    content: "嵐"
}

.fi-rr-smog:before {
    content: "濫"
}

.fi-rr-smoke:before {
    content: "藍"
}

.fi-rr-smoking-ban:before {
    content: "襤"
}

.fi-rr-smoking:before {
    content: "拉"
}

.fi-rr-snake:before {
    content: "臘"
}

.fi-rr-snooze:before {
    content: "蠟"
}

.fi-rr-snow-blowing:before {
    content: "廊"
}

.fi-rr-snowboarding:before {
    content: "朗"
}

.fi-rr-snowflake-droplets:before {
    content: "浪"
}

.fi-rr-snowflake:before {
    content: "狼"
}

.fi-rr-snowflakes:before {
    content: "郎"
}

.fi-rr-snowman-alt:before {
    content: "來"
}

.fi-rr-snowman-head:before {
    content: "冷"
}

.fi-rr-snowmobile:before {
    content: "勞"
}

.fi-rr-snowplow:before {
    content: "擄"
}

.fi-rr-soap-alt:before {
    content: "櫓"
}

.fi-rr-soap:before {
    content: "爐"
}

.fi-rr-social-network:before {
    content: "盧"
}

.fi-rr-socks:before {
    content: "老"
}

.fi-rr-solar-panel:before {
    content: "蘆"
}

.fi-rr-solar-system:before {
    content: "虜"
}

.fi-rr-sort-alpha-down-alt:before {
    content: "路"
}

.fi-rr-sort-alpha-down:before {
    content: "露"
}

.fi-rr-sort-alpha-up-alt:before {
    content: "魯"
}

.fi-rr-sort-alpha-up:before {
    content: "鷺"
}

.fi-rr-sort-alt:before {
    content: "碌"
}

.fi-rr-sort-amount-down-alt:before {
    content: "祿"
}

.fi-rr-sort-amount-down:before {
    content: "綠"
}

.fi-rr-sort-amount-up-alt:before {
    content: "菉"
}

.fi-rr-sort-amount-up:before {
    content: "錄"
}

.fi-rr-sort-circle-down:before {
    content: "鹿"
}

.fi-rr-sort-circle-up:before {
    content: "論"
}

.fi-rr-sort-circle:before {
    content: "壟"
}

.fi-rr-sort-down:before {
    content: "弄"
}

.fi-rr-sort-numeric-down-alt:before {
    content: "籠"
}

.fi-rr-sort-numeric-down:before {
    content: "聾"
}

.fi-rr-sort-shapes-down:before {
    content: "牢"
}

.fi-rr-sort-shapes-up:before {
    content: "磊"
}

.fi-rr-sort-size-down:before {
    content: "賂"
}

.fi-rr-sort-size-up:before {
    content: "雷"
}

.fi-rr-sort:before {
    content: "壘"
}

.fi-rr-soup:before {
    content: "屢"
}

.fi-rr-spa:before {
    content: "樓"
}

.fi-rr-space-shuttle:before {
    content: "淚"
}

.fi-rr-space-station-moon-alt:before {
    content: "漏"
}

.fi-rr-space-station-moon:before {
    content: "累"
}

.fi-rr-spade:before {
    content: "縷"
}

.fi-rr-spaghetti-monster-flying:before {
    content: "陋"
}

.fi-rr-sparkles:before {
    content: "勒"
}

.fi-rr-speaker:before {
    content: "肋"
}

.fi-rr-speakers:before {
    content: "凜"
}

.fi-rr-sphere:before {
    content: "凌"
}

.fi-rr-spider-black-widow:before {
    content: "稜"
}

.fi-rr-spider-web:before {
    content: "綾"
}

.fi-rr-spider:before {
    content: "菱"
}

.fi-rr-spinner:before {
    content: "陵"
}

.fi-rr-split:before {
    content: "讀"
}

.fi-rr-splotch:before {
    content: "拏"
}

.fi-rr-spoon:before {
    content: "樂"
}

.fi-rr-sport:before {
    content: "諾"
}

.fi-rr-spray-can-sparkles:before {
    content: "丹"
}

.fi-rr-spray-can:before {
    content: "寧"
}

.fi-rr-sprinkler:before {
    content: "怒"
}

.fi-rr-square-0:before {
    content: "率"
}

.fi-rr-square-1:before {
    content: "異"
}

.fi-rr-square-2:before {
    content: "北"
}

.fi-rr-square-3:before {
    content: "磻"
}

.fi-rr-square-4:before {
    content: "便"
}

.fi-rr-square-5:before {
    content: "復"
}

.fi-rr-square-6:before {
    content: "不"
}

.fi-rr-square-7:before {
    content: "泌"
}

.fi-rr-square-8:before {
    content: "數"
}

.fi-rr-square-9:before {
    content: "索"
}

.fi-rr-square-a:before {
    content: "參"
}

.fi-rr-square-b:before {
    content: "塞"
}

.fi-rr-square-bolt:before {
    content: "省"
}

.fi-rr-square-c:before {
    content: "葉"
}

.fi-rr-square-code:before {
    content: "說"
}

.fi-rr-square-d:before {
    content: "殺"
}

.fi-rr-square-dashed:before {
    content: "辰"
}

.fi-rr-square-e:before {
    content: "沈"
}

.fi-rr-square-ellipsis-vertical:before {
    content: "拾"
}

.fi-rr-square-ellipsis:before {
    content: "若"
}

.fi-rr-square-exclamation:before {
    content: "掠"
}

.fi-rr-square-f:before {
    content: "略"
}

.fi-rr-square-g:before {
    content: "亮"
}

.fi-rr-square-h:before {
    content: "兩"
}

.fi-rr-square-heart:before {
    content: "凉"
}

.fi-rr-square-i:before {
    content: "梁"
}

.fi-rr-square-info:before {
    content: "糧"
}

.fi-rr-square-j:before {
    content: "良"
}

.fi-rr-square-k:before {
    content: "諒"
}

.fi-rr-square-kanban:before {
    content: "量"
}

.fi-rr-square-l:before {
    content: "勵"
}

.fi-rr-square-m:before {
    content: "呂"
}

.fi-rr-square-minus:before {
    content: "女"
}

.fi-rr-square-n:before {
    content: "廬"
}

.fi-rr-square-o:before {
    content: "旅"
}

.fi-rr-square-p:before {
    content: "濾"
}

.fi-rr-square-phone-hangup:before {
    content: "礪"
}

.fi-rr-square-plus:before {
    content: "閭"
}

.fi-rr-square-poll-horizontal:before {
    content: "驪"
}

.fi-rr-square-poll-vertical:before {
    content: "麗"
}

.fi-rr-square-q:before {
    content: "黎"
}

.fi-rr-square-quote:before {
    content: "力"
}

.fi-rr-square-r:before {
    content: "曆"
}

.fi-rr-square-root:before {
    content: "歷"
}

.fi-rr-square-s:before {
    content: "轢"
}

.fi-rr-square-small:before {
    content: "年"
}

.fi-rr-square-star:before {
    content: "憐"
}

.fi-rr-square-t:before {
    content: "戀"
}

.fi-rr-square-terminal:before {
    content: "撚"
}

.fi-rr-square-u:before {
    content: "漣"
}

.fi-rr-square-v:before {
    content: "煉"
}

.fi-rr-square-w:before {
    content: "璉"
}

.fi-rr-square-x:before {
    content: "秊"
}

.fi-rr-square-y:before {
    content: "練"
}

.fi-rr-square-z:before {
    content: "聯"
}

.fi-rr-square:before {
    content: "輦"
}

.fi-rr-squid:before {
    content: "蓮"
}

.fi-rr-squircle:before {
    content: "連"
}

.fi-rr-squirrel:before {
    content: "鍊"
}

.fi-rr-stairs:before {
    content: "列"
}

.fi-rr-stamp:before {
    content: "劣"
}

.fi-rr-standard-definition:before {
    content: "咽"
}

.fi-rr-star-and-crescent:before {
    content: "烈"
}

.fi-rr-star-christmas:before {
    content: "裂"
}

.fi-rr-star-comment-alt:before {
    content: "說"
}

.fi-rr-star-exclamation:before {
    content: "廉"
}

.fi-rr-star-octogram:before {
    content: "念"
}

.fi-rr-star-of-david:before {
    content: "捻"
}

.fi-rr-star-sharp-half-stroke:before {
    content: "殮"
}

.fi-rr-star-sharp-half:before {
    content: "簾"
}

.fi-rr-star-shooting:before {
    content: "獵"
}

.fi-rr-star:before {
    content: "令"
}

.fi-rr-starfighter:before {
    content: "囹"
}

.fi-rr-stars:before {
    content: "寧"
}

.fi-rr-stats:before {
    content: "嶺"
}

.fi-rr-steak:before {
    content: "怜"
}

.fi-rr-steering-wheel:before {
    content: "玲"
}

.fi-rr-step-backward:before {
    content: "瑩"
}

.fi-rr-step-forward:before {
    content: "羚"
}

.fi-rr-sterling-sign:before {
    content: "聆"
}

.fi-rr-stethoscope:before {
    content: "鈴"
}

.fi-rr-sticker:before {
    content: "零"
}

.fi-rr-stocking:before {
    content: "靈"
}

.fi-rr-stomach:before {
    content: "領"
}

.fi-rr-stop-circle:before {
    content: "例"
}

.fi-rr-stop:before {
    content: "禮"
}

.fi-rr-stopwatch:before {
    content: "醴"
}

.fi-rr-store-alt:before {
    content: "隸"
}

.fi-rr-store-lock:before {
    content: "惡"
}

.fi-rr-store-slash:before {
    content: "了"
}

.fi-rr-strawberry:before {
    content: "僚"
}

.fi-rr-street-view:before {
    content: "寮"
}

.fi-rr-stretcher:before {
    content: "尿"
}

.fi-rr-strikethrough:before {
    content: "料"
}

.fi-rr-stroopwafel:before {
    content: "樂"
}

.fi-rr-subscript:before {
    content: "燎"
}

.fi-rr-subtitles:before {
    content: "療"
}

.fi-rr-subway:before {
    content: "蓼"
}

.fi-rr-suitcase-alt:before {
    content: "遼"
}

.fi-rr-summer:before {
    content: "龍"
}

.fi-rr-sun-dust:before {
    content: "暈"
}

.fi-rr-sun-plant-wilt:before {
    content: "阮"
}

.fi-rr-sun:before {
    content: "劉"
}

.fi-rr-sunglasses:before {
    content: "杻"
}

.fi-rr-sunrise-alt:before {
    content: "柳"
}

.fi-rr-sunrise:before {
    content: "流"
}

.fi-rr-sunset:before {
    content: "溜"
}

.fi-rr-superscript:before {
    content: "琉"
}

.fi-rr-surfing:before {
    content: "留"
}

.fi-rr-surprise:before {
    content: "硫"
}

.fi-rr-sushi:before {
    content: "紐"
}

.fi-rr-swatchbook:before {
    content: "類"
}

.fi-rr-swimmer:before {
    content: "六"
}

.fi-rr-sword:before {
    content: "戮"
}

.fi-rr-symbol:before {
    content: "陸"
}

.fi-rr-symbols:before {
    content: "倫"
}

.fi-rr-syringe:before {
    content: "崙"
}

.fi-rr-t:before {
    content: "淪"
}

.fi-rr-table-columns:before {
    content: "輪"
}

.fi-rr-table-layout:before {
    content: "律"
}

.fi-rr-table-list:before {
    content: "慄"
}

.fi-rr-table-picnic:before {
    content: "栗"
}

.fi-rr-table-pivot:before {
    content: "率"
}

.fi-rr-table-rows:before {
    content: "隆"
}

.fi-rr-table-tree:before {
    content: "利"
}

.fi-rr-table:before {
    content: "吏"
}

.fi-rr-tablet-android-alt:before {
    content: "履"
}

.fi-rr-tablet-android:before {
    content: "易"
}

.fi-rr-tablet-rugged:before {
    content: "李"
}

.fi-rr-tablet:before {
    content: "梨"
}

.fi-rr-tachometer-alt-average:before {
    content: "泥"
}

.fi-rr-tachometer-alt-fastest:before {
    content: "理"
}

.fi-rr-tachometer-alt-slow:before {
    content: "痢"
}

.fi-rr-tachometer-alt-slowest:before {
    content: "罹"
}

.fi-rr-tachometer-average:before {
    content: "裏"
}

.fi-rr-tachometer-fast:before {
    content: "裡"
}

.fi-rr-tachometer-fastest:before {
    content: "里"
}

.fi-rr-tachometer-slow:before {
    content: "離"
}

.fi-rr-tachometer-slowest:before {
    content: "匿"
}

.fi-rr-tachometer:before {
    content: "溺"
}

.fi-rr-taco:before {
    content: "吝"
}

.fi-rr-tags:before {
    content: "燐"
}

.fi-rr-tally-1:before {
    content: "璘"
}

.fi-rr-tally-2:before {
    content: "藺"
}

.fi-rr-tally-3:before {
    content: "隣"
}

.fi-rr-tally-4:before {
    content: "鱗"
}

.fi-rr-tally:before {
    content: "麟"
}

.fi-rr-tank-water:before {
    content: "林"
}

.fi-rr-tape:before {
    content: "淋"
}

.fi-rr-target:before {
    content: "臨"
}

.fi-rr-taxi-bus:before {
    content: "立"
}

.fi-rr-taxi:before {
    content: "笠"
}

.fi-rr-teddy-bear:before {
    content: "粒"
}

.fi-rr-teeth-open:before {
    content: "狀"
}

.fi-rr-telescope:before {
    content: "炙"
}

.fi-rr-temperature-down:before {
    content: "識"
}

.fi-rr-temperature-frigid:before {
    content: "什"
}

.fi-rr-temperature-high:before {
    content: "茶"
}

.fi-rr-temperature-list:before {
    content: "刺"
}

.fi-rr-temperature-low:before {
    content: "切"
}

.fi-rr-temperature-up:before {
    content: "度"
}

.fi-rr-template-alt:before {
    content: "拓"
}

.fi-rr-template:before {
    content: "糖"
}

.fi-rr-tenge:before {
    content: "宅"
}

.fi-rr-tennis:before {
    content: "洞"
}

.fi-rr-tent-arrow-down-to-line:before {
    content: "暴"
}

.fi-rr-tent-arrow-left-right:before {
    content: "輻"
}

.fi-rr-tent-arrow-turn-left:before {
    content: "行"
}

.fi-rr-tent-arrows-down:before {
    content: "降"
}

.fi-rr-tents:before {
    content: "見"
}

.fi-rr-terminal:before {
    content: "廓"
}

.fi-rr-terrace:before {
    content: "兀"
}

.fi-rr-test-tube:before {
    content: "嗀"
}

.fi-rr-test:before {
    content: "﨎"
}

.fi-rr-text-check:before {
    content: "﨏"
}

.fi-rr-text-height:before {
    content: "塚"
}

.fi-rr-text-shadow:before {
    content: "﨑"
}

.fi-rr-text-size:before {
    content: "晴"
}

.fi-rr-text-slash:before {
    content: "﨓"
}

.fi-rr-text-width:before {
    content: "﨔"
}

.fi-rr-text:before {
    content: "凞"
}

.fi-rr-theater-masks:before {
    content: "猪"
}

.fi-rr-thermometer-alt:before {
    content: "益"
}

.fi-rr-thermometer-empty:before {
    content: "礼"
}

.fi-rr-thermometer-full:before {
    content: "神"
}

.fi-rr-thermometer-half:before {
    content: "祥"
}

.fi-rr-thermometer-quarter:before {
    content: "福"
}

.fi-rr-thermometer-three-quarters:before {
    content: "靖"
}

.fi-rr-theta:before {
    content: "精"
}

.fi-rr-thought-bubble:before {
    content: "羽"
}

.fi-rr-thumbtack:before {
    content: "﨟"
}

.fi-rr-thunderstorm-moon:before {
    content: "蘒"
}

.fi-rr-thunderstorm-sun:before {
    content: "﨡"
}

.fi-rr-thunderstorm:before {
    content: "諸"
}

.fi-rr-ticket-airline:before {
    content: "﨣"
}

.fi-rr-ticket-alt:before {
    content: "﨤"
}

.fi-rr-ticket:before {
    content: "逸"
}

.fi-rr-tickets-airline:before {
    content: "都"
}

.fi-rr-tilde:before {
    content: "﨧"
}

.fi-rr-time-add:before {
    content: "﨨"
}

.fi-rr-time-check:before {
    content: "﨩"
}

.fi-rr-time-delete:before {
    content: "飯"
}

.fi-rr-time-fast:before {
    content: "飼"
}

.fi-rr-time-forward-sixty:before {
    content: "館"
}

.fi-rr-time-forward-ten:before {
    content: "鶴"
}

.fi-rr-time-forward:before {
    content: "郞"
}

.fi-rr-time-half-past:before {
    content: "隷"
}

.fi-rr-time-oclock:before {
    content: "侮"
}

.fi-rr-time-past:before {
    content: "僧"
}

.fi-rr-time-quarter-past:before {
    content: "免"
}

.fi-rr-time-quarter-to:before {
    content: "勉"
}

.fi-rr-time-twenty-four:before {
    content: "勤"
}

.fi-rr-times-hexagon:before {
    content: "卑"
}

.fi-rr-tint-slash:before {
    content: "喝"
}

.fi-rr-tire-flat:before {
    content: "嘆"
}

.fi-rr-tire-pressure-warning:before {
    content: "器"
}

.fi-rr-tire-rugged:before {
    content: "塀"
}

.fi-rr-tire:before {
    content: "墨"
}

.fi-rr-tired:before {
    content: "層"
}

.fi-rr-toggle-off:before {
    content: "屮"
}

.fi-rr-toggle-on:before {
    content: "悔"
}

.fi-rr-toilet-paper-blank-under:before {
    content: "慨"
}

.fi-rr-toilet-paper-blank:before {
    content: "憎"
}

.fi-rr-toilet-paper-slash:before {
    content: "懲"
}

.fi-rr-toilet-paper-under-slash:before {
    content: "敏"
}

.fi-rr-toilet-paper-under:before {
    content: "既"
}

.fi-rr-toilet:before {
    content: "暑"
}

.fi-rr-tomato:before {
    content: "梅"
}

.fi-rr-tombstone-alt:before {
    content: "海"
}

.fi-rr-tombstone:before {
    content: "渚"
}

.fi-rr-tool-box:before {
    content: "漢"
}

.fi-rr-tool-crop:before {
    content: "煮"
}

.fi-rr-tool-marquee:before {
    content: "爫"
}

.fi-rr-tools:before {
    content: "琢"
}

.fi-rr-tooth:before {
    content: "碑"
}

.fi-rr-toothbrush:before {
    content: "社"
}

.fi-rr-tornado:before {
    content: "祉"
}

.fi-rr-tower-control:before {
    content: "祈"
}

.fi-rr-tractor:before {
    content: "祐"
}

.fi-rr-trademark:before {
    content: "祖"
}

.fi-rr-traffic-cone:before {
    content: "祝"
}

.fi-rr-traffic-light-go:before {
    content: "禍"
}

.fi-rr-traffic-light-slow:before {
    content: "禎"
}

.fi-rr-traffic-light-stop:before {
    content: "穀"
}

.fi-rr-traffic-light:before {
    content: "突"
}

.fi-rr-trailer:before {
    content: "節"
}

.fi-rr-train-side:before {
    content: "練"
}

.fi-rr-train-subway-tunnel:before {
    content: "縉"
}

.fi-rr-train-tram:before {
    content: "繁"
}

.fi-rr-train:before {
    content: "署"
}

.fi-rr-tram:before {
    content: "者"
}

.fi-rr-transform:before {
    content: "臭"
}

.fi-rr-transformer-bolt:before {
    content: "艹"
}

.fi-rr-transgender:before {
    content: "艹"
}

.fi-rr-transporter-1:before {
    content: "著"
}

.fi-rr-transporter-2:before {
    content: "褐"
}

.fi-rr-transporter-3:before {
    content: "視"
}

.fi-rr-transporter-4:before {
    content: "謁"
}

.fi-rr-transporter-5:before {
    content: "謹"
}

.fi-rr-transporter-6:before {
    content: "賓"
}

.fi-rr-transporter-7:before {
    content: "贈"
}

.fi-rr-transporter-empty:before {
    content: "辶"
}

.fi-rr-transporter:before {
    content: "逸"
}

.fi-rr-trash-can-check:before {
    content: "難"
}

.fi-rr-trash-can-clock:before {
    content: "響"
}

.fi-rr-trash-can-list:before {
    content: "頻"
}

.fi-rr-trash-can-plus:before {
    content: "恵"
}

.fi-rr-trash-can-slash:before {
    content: "𤋮"
}

.fi-rr-trash-check:before {
    content: "舘"
}

.fi-rr-trash-clock:before {
    content: "﩮"
}

.fi-rr-trash-list:before {
    content: "﩯"
}

.fi-rr-trash-plus:before {
    content: "並"
}

.fi-rr-trash-restore-alt:before {
    content: "况"
}

.fi-rr-trash-restore:before {
    content: "全"
}

.fi-rr-trash-slash:before {
    content: "侀"
}

.fi-rr-trash-undo-alt:before {
    content: "充"
}

.fi-rr-trash-undo:before {
    content: "冀"
}

.fi-rr-trash-xmark:before {
    content: "勇"
}

.fi-rr-trash:before {
    content: "勺"
}

.fi-rr-treasure-chest:before {
    content: "喝"
}

.fi-rr-treatment:before {
    content: "啕"
}

.fi-rr-tree-alt:before {
    content: "喙"
}

.fi-rr-tree-christmas:before {
    content: "嗢"
}

.fi-rr-tree-deciduous:before {
    content: "塚"
}

.fi-rr-tree:before {
    content: "墳"
}

.fi-rr-trees-alt:before {
    content: "奄"
}

.fi-rr-trees:before {
    content: "奔"
}

.fi-rr-triangle-music:before {
    content: "婢"
}

.fi-rr-triangle-person-digging:before {
    content: "嬨"
}

.fi-rr-triangle-warning:before {
    content: "廒"
}

.fi-rr-triangle:before {
    content: "廙"
}

.fi-rr-trillium:before {
    content: "彩"
}

.fi-rr-trophy-star:before {
    content: "徭"
}

.fi-rr-trophy:before {
    content: "惘"
}

.fi-rr-truck-bolt:before {
    content: "慎"
}

.fi-rr-truck-container-empty:before {
    content: "愈"
}

.fi-rr-truck-container:before {
    content: "憎"
}

.fi-rr-truck-couch:before {
    content: "慠"
}

.fi-rr-truck-flatbed:before {
    content: "懲"
}

.fi-rr-truck-front:before {
    content: "戴"
}

.fi-rr-truck-loading:before {
    content: "揄"
}

.fi-rr-truck-medical:before {
    content: "搜"
}

.fi-rr-truck-monster:before {
    content: "摒"
}

.fi-rr-truck-moving:before {
    content: "敖"
}

.fi-rr-truck-pickup:before {
    content: "晴"
}

.fi-rr-truck-plow:before {
    content: "朗"
}

.fi-rr-truck-ramp:before {
    content: "望"
}

.fi-rr-truck-side:before {
    content: "杖"
}

.fi-rr-truck-tow:before {
    content: "歹"
}

.fi-rr-trumpet:before {
    content: "殺"
}

.fi-rr-tshirt:before {
    content: "流"
}

.fi-rr-tty:before {
    content: "滛"
}

.fi-rr-tubes:before {
    content: "滋"
}

.fi-rr-tugrik-sign:before {
    content: "漢"
}

.fi-rr-turkey:before {
    content: "瀞"
}

.fi-rr-turntable:before {
    content: "煮"
}

.fi-rr-turtle:before {
    content: "瞧"
}

.fi-rr-tv-music:before {
    content: "爵"
}

.fi-rr-tv-retro:before {
    content: "犯"
}

.fi-rr-typewriter:before {
    content: "猪"
}

.fi-rr-u:before {
    content: "瑱"
}

.fi-rr-ufo-beam:before {
    content: "甆"
}

.fi-rr-ufo:before {
    content: "画"
}

.fi-rr-umbrella-beach:before {
    content: "瘝"
}

.fi-rr-umbrella:before {
    content: "瘟"
}

.fi-rr-underline:before {
    content: "益"
}

.fi-rr-undo-alt:before {
    content: "盛"
}

.fi-rr-undo:before {
    content: "直"
}

.fi-rr-unicorn:before {
    content: "睊"
}

.fi-rr-uniform-martial-arts:before {
    content: "着"
}

.fi-rr-universal-access:before {
    content: "磌"
}

.fi-rr-unlock:before {
    content: "窱"
}

.fi-rr-up-left:before {
    content: "節"
}

.fi-rr-up-right:before {
    content: "类"
}

.fi-rr-up:before {
    content: "絛"
}

.fi-rr-upload:before {
    content: "練"
}

.fi-rr-usb-pendrive:before {
    content: "缾"
}

.fi-rr-usd-circle:before {
    content: "者"
}

.fi-rr-usd-square:before {
    content: "荒"
}

.fi-rr-user-add:before {
    content: "華"
}

.fi-rr-user-alien:before {
    content: "蝹"
}

.fi-rr-user-astronaut:before {
    content: "襁"
}

.fi-rr-user-check:before {
    content: "覆"
}

.fi-rr-user-cowboy:before {
    content: "視"
}

.fi-rr-user-crown:before {
    content: "調"
}

.fi-rr-user-gear:before {
    content: "諸"
}

.fi-rr-user-headset:before {
    content: "請"
}

.fi-rr-user-helmet-safety:before {
    content: "謁"
}

.fi-rr-user-injured:before {
    content: "諾"
}

.fi-rr-user-lock:before {
    content: "諭"
}

.fi-rr-user-md-chat:before {
    content: "謹"
}

.fi-rr-user-md:before {
    content: "變"
}

.fi-rr-user-minus:before {
    content: "贈"
}

.fi-rr-user-music:before {
    content: "輸"
}

.fi-rr-user-ninja:before {
    content: "遲"
}

.fi-rr-user-nurse:before {
    content: "醙"
}

.fi-rr-user-pen:before {
    content: "鉶"
}

.fi-rr-user-pilot-tie:before {
    content: "陼"
}

.fi-rr-user-pilot:before {
    content: "難"
}

.fi-rr-user-police:before {
    content: "靖"
}

.fi-rr-user-robot-xmarks:before {
    content: "韛"
}

.fi-rr-user-robot:before {
    content: "響"
}

.fi-rr-user-shield:before {
    content: "頋"
}

.fi-rr-user-slash:before {
    content: "頻"
}

.fi-rr-user-tag:before {
    content: "鬒"
}

.fi-rr-user-time:before {
    content: "龜"
}

.fi-rr-user-unlock:before {
    content: "𢡊"
}

.fi-rr-user-visor:before {
    content: "𢡄"
}

.fi-rr-user-xmark:before {
    content: "𣏕"
}

.fi-rr-user:before {
    content: "㮝"
}

.fi-rr-users-alt:before {
    content: "䀘"
}

.fi-rr-users-gear:before {
    content: "䀹"
}

.fi-rr-users-medical:before {
    content: "𥉉"
}

.fi-rr-users-slash:before {
    content: "𥳐"
}

.fi-rr-users:before {
    content: "𧻓"
}

.fi-rr-utensils:before {
    content: "齃"
}

.fi-rr-utility-pole-double:before {
    content: "龎"
}

.fi-rr-utility-pole:before {
    content: "﫚"
}

.fi-rr-v:before {
    content: "﫛"
}

.fi-rr-vacuum-robot:before {
    content: "﫜"
}

.fi-rr-vacuum:before {
    content: "﫝"
}

.fi-rr-value-absolute:before {
    content: "﫞"
}

.fi-rr-vault:before {
    content: "﫟"
}

.fi-rr-vector-alt:before {
    content: "﫠"
}

.fi-rr-vector-circle:before {
    content: "﫡"
}

.fi-rr-vector-polygon:before {
    content: "﫢"
}

.fi-rr-vector:before {
    content: "﫣"
}

.fi-rr-venus-double:before {
    content: "﫤"
}

.fi-rr-venus-mars:before {
    content: "﫥"
}

.fi-rr-venus:before {
    content: "﫦"
}

.fi-rr-vest-patches:before {
    content: "﫧"
}

.fi-rr-vest:before {
    content: "﫨"
}

.fi-rr-video-arrow-down-left:before {
    content: "﫩"
}

.fi-rr-video-arrow-up-right:before {
    content: "﫪"
}

.fi-rr-video-camera-alt:before {
    content: "﫫"
}

.fi-rr-video-camera:before {
    content: "﫬"
}

.fi-rr-video-plus:before {
    content: "﫭"
}

.fi-rr-video-slash:before {
    content: "﫮"
}

.fi-rr-virus-slash:before {
    content: "﫯"
}

.fi-rr-virus:before {
    content: "﫰"
}

.fi-rr-viruses:before {
    content: "﫱"
}

.fi-rr-voicemail:before {
    content: "﫲"
}

.fi-rr-volcano:before {
    content: "﫳"
}

.fi-rr-volleyball:before {
    content: "﫴"
}

.fi-rr-volume-down:before {
    content: "﫵"
}

.fi-rr-volume-mute:before {
    content: "﫶"
}

.fi-rr-volume-off:before {
    content: "﫷"
}

.fi-rr-volume-slash:before {
    content: "﫸"
}

.fi-rr-volume:before {
    content: "﫹"
}

.fi-rr-vote-nay:before {
    content: "﫺"
}

.fi-rr-vote-yea:before {
    content: "﫻"
}

.fi-rr-vr-cardboard:before {
    content: "﫼"
}

.fi-rr-w:before {
    content: "﫽"
}

.fi-rr-wagon-covered:before {
    content: "﫾"
}

.fi-rr-walker:before {
    content: "﫿"
}

.fi-rr-walkie-talkie:before {
    content: "ﬀ"
}

.fi-rr-wallet:before {
    content: "ﬁ"
}

.fi-rr-warehouse-alt:before {
    content: "ﬂ"
}

.fi-rr-washer:before {
    content: "ﬃ"
}

.fi-rr-watch-calculator:before {
    content: "ﬄ"
}

.fi-rr-watch-fitness:before {
    content: "ﬅ"
}

.fi-rr-watch-smart:before {
    content: "ﬆ"
}

.fi-rr-watch:before {
    content: "﬇"
}

.fi-rr-water-bottle:before {
    content: "﬈"
}

.fi-rr-water-ladder:before {
    content: "﬉"
}

.fi-rr-water-lower:before {
    content: "﬊"
}

.fi-rr-water-rise:before {
    content: "﬋"
}

.fi-rr-water:before {
    content: "﬌"
}

.fi-rr-watermelon:before {
    content: "﬍"
}

.fi-rr-wave-sine:before {
    content: "﬎"
}

.fi-rr-wave-square:before {
    content: "﬏"
}

.fi-rr-wave-triangle:before {
    content: "﬐"
}

.fi-rr-waveform-path:before {
    content: "﬑"
}

.fi-rr-waveform:before {
    content: "﬒"
}

.fi-rr-webcam-slash:before {
    content: "ﬓ"
}

.fi-rr-webcam:before {
    content: "ﬔ"
}

.fi-rr-whale:before {
    content: "ﬕ"
}

.fi-rr-wheat:before {
    content: "ﬖ"
}

.fi-rr-wheelchair-move:before {
    content: "ﬗ"
}

.fi-rr-wheelchair:before {
    content: "﬘"
}

.fi-rr-whistle:before {
    content: "﬙"
}

.fi-rr-wifi-1:before {
    content: "﬚"
}

.fi-rr-wifi-2:before {
    content: "﬛"
}

.fi-rr-wifi-alt:before {
    content: "﬜"
}

.fi-rr-wifi-exclamation:before {
    content: "יִ"
}

.fi-rr-wifi-slash:before {
    content: "ﬞ"
}

.fi-rr-wifi:before {
    content: "ײַ"
}

.fi-rr-wind-turbine:before {
    content: "ﬠ"
}

.fi-rr-wind-warning:before {
    content: "ﬡ"
}

.fi-rr-wind:before {
    content: "ﬢ"
}

.fi-rr-window-alt:before {
    content: "ﬣ"
}

.fi-rr-window-frame-open:before {
    content: "ﬤ"
}

.fi-rr-window-frame:before {
    content: "ﬥ"
}

.fi-rr-window-maximize:before {
    content: "ﬦ"
}

.fi-rr-window-minimize:before {
    content: "ﬧ"
}

.fi-rr-window-restore:before {
    content: "ﬨ"
}

.fi-rr-windsock:before {
    content: "﬩"
}

.fi-rr-wine-bottle:before {
    content: "שׁ"
}

.fi-rr-wine-glass-crack:before {
    content: "שׂ"
}

.fi-rr-woman-head:before {
    content: "שּׁ"
}

.fi-rr-won-sign:before {
    content: "שּׂ"
}

.fi-rr-world:before {
    content: "אַ"
}

.fi-rr-worm:before {
    content: "אָ"
}

.fi-rr-wreath:before {
    content: "אּ"
}

.fi-rr-wrench-alt:before {
    content: "בּ"
}

.fi-rr-wrench-simple:before {
    content: "גּ"
}

.fi-rr-x-ray:before {
    content: "דּ"
}

.fi-rr-x:before {
    content: "הּ"
}

.fi-rr-y:before {
    content: "וּ"
}

.fi-rr-yen:before {
    content: "זּ"
}

.fi-rr-yin-yang:before {
    content: "﬷"
}

.fi-rr-z:before {
    content: "טּ"
}

.fi-rr-zoom-in:before {
    content: "יּ"
}

.fi-rr-zoom-out:before {
    content: "ךּ"
}

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.0.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: uicons-solid-rounded;
    src: url(/fonts/uicons-solid-rounded.eot#iefix) format("embedded-opentype"), url(/fonts/uicons-solid-rounded.woff2) format("woff2"), url(/fonts/uicons-solid-rounded.woff) format("woff")
}

i[class*=" fi-sr-"]:before,
i[class^=fi-sr-]:before,
span[class*=fi-sr-]:before,
span[class^=fi-sr-]:before {
    font-family: uicons-solid-rounded !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fi-sr-0:before {
    content: ""
}

.fi-sr-1:before {
    content: ""
}

.fi-sr-2:before {
    content: ""
}

.fi-sr-3:before {
    content: ""
}

.fi-sr-360-degrees:before {
    content: ""
}

.fi-sr-4:before {
    content: ""
}

.fi-sr-5:before {
    content: ""
}

.fi-sr-6:before {
    content: ""
}

.fi-sr-7:before {
    content: ""
}

.fi-sr-8:before {
    content: ""
}

.fi-sr-9:before {
    content: ""
}

.fi-sr-a:before {
    content: ""
}

.fi-sr-acorn:before {
    content: ""
}

.fi-sr-ad:before {
    content: ""
}

.fi-sr-add-document:before {
    content: ""
}

.fi-sr-add-folder:before {
    content: ""
}

.fi-sr-add:before {
    content: ""
}

.fi-sr-address-book:before {
    content: ""
}

.fi-sr-address-card:before {
    content: ""
}

.fi-sr-air-conditioner:before {
    content: ""
}

.fi-sr-air-freshener:before {
    content: ""
}

.fi-sr-airplay:before {
    content: ""
}

.fi-sr-alarm-clock:before {
    content: ""
}

.fi-sr-alarm-exclamation:before {
    content: ""
}

.fi-sr-alarm-plus:before {
    content: ""
}

.fi-sr-alarm-snooze:before {
    content: ""
}

.fi-sr-album-circle-plus:before {
    content: ""
}

.fi-sr-album-circle-user:before {
    content: ""
}

.fi-sr-album-collection:before {
    content: ""
}

.fi-sr-album:before {
    content: ""
}

.fi-sr-alicorn:before {
    content: ""
}

.fi-sr-alien:before {
    content: ""
}

.fi-sr-align-center:before {
    content: ""
}

.fi-sr-align-justify:before {
    content: ""
}

.fi-sr-align-left:before {
    content: ""
}

.fi-sr-align-slash:before {
    content: ""
}

.fi-sr-ambulance:before {
    content: ""
}

.fi-sr-amusement-park:before {
    content: ""
}

.fi-sr-anchor:before {
    content: ""
}

.fi-sr-angel:before {
    content: ""
}

.fi-sr-angle-90:before {
    content: ""
}

.fi-sr-angle-circle-down:before {
    content: ""
}

.fi-sr-angle-circle-left:before {
    content: ""
}

.fi-sr-angle-circle-right:before {
    content: ""
}

.fi-sr-angle-circle-up:before {
    content: ""
}

.fi-sr-angle-double-left:before {
    content: ""
}

.fi-sr-angle-double-right:before {
    content: ""
}

.fi-sr-angle-double-small-down:before {
    content: ""
}

.fi-sr-angle-double-small-left:before {
    content: ""
}

.fi-sr-angle-double-small-right:before {
    content: ""
}

.fi-sr-angle-double-small-up:before {
    content: ""
}

.fi-sr-angle-down:before {
    content: ""
}

.fi-sr-angle-left:before {
    content: ""
}

.fi-sr-angle-right:before {
    content: ""
}

.fi-sr-angle-small-down:before {
    content: ""
}

.fi-sr-angle-small-left:before {
    content: ""
}

.fi-sr-angle-small-right:before {
    content: ""
}

.fi-sr-angle-small-up:before {
    content: ""
}

.fi-sr-angle-square-down:before {
    content: ""
}

.fi-sr-angle-square-left:before {
    content: ""
}

.fi-sr-angle-square-right:before {
    content: ""
}

.fi-sr-angle-square-up:before {
    content: ""
}

.fi-sr-angle-up:before {
    content: ""
}

.fi-sr-angle:before {
    content: ""
}

.fi-sr-angry:before {
    content: ""
}

.fi-sr-animated-icon:before {
    content: ""
}

.fi-sr-apartment:before {
    content: ""
}

.fi-sr-aperture:before {
    content: ""
}

.fi-sr-api:before {
    content: ""
}

.fi-sr-apple-crate:before {
    content: ""
}

.fi-sr-apple-whole:before {
    content: ""
}

.fi-sr-apps-add:before {
    content: ""
}

.fi-sr-apps-delete:before {
    content: ""
}

.fi-sr-apps-sort:before {
    content: ""
}

.fi-sr-apps:before {
    content: ""
}

.fi-sr-archive:before {
    content: ""
}

.fi-sr-archway:before {
    content: ""
}

.fi-sr-arrow-alt-circle-down:before {
    content: ""
}

.fi-sr-arrow-alt-circle-left:before {
    content: ""
}

.fi-sr-arrow-alt-circle-right:before {
    content: ""
}

.fi-sr-arrow-alt-circle-up:before {
    content: ""
}

.fi-sr-arrow-alt-down:before {
    content: ""
}

.fi-sr-arrow-alt-from-bottom:before {
    content: ""
}

.fi-sr-arrow-alt-from-left:before {
    content: ""
}

.fi-sr-arrow-alt-from-right:before {
    content: ""
}

.fi-sr-arrow-alt-from-top:before {
    content: ""
}

.fi-sr-arrow-alt-left:before {
    content: ""
}

.fi-sr-arrow-alt-right:before {
    content: ""
}

.fi-sr-arrow-alt-square-down:before {
    content: ""
}

.fi-sr-arrow-alt-square-left:before {
    content: ""
}

.fi-sr-arrow-alt-square-right:before {
    content: ""
}

.fi-sr-arrow-alt-square-up:before {
    content: ""
}

.fi-sr-arrow-alt-to-bottom:before {
    content: ""
}

.fi-sr-arrow-alt-to-left:before {
    content: ""
}

.fi-sr-arrow-alt-to-right:before {
    content: ""
}

.fi-sr-arrow-alt-to-top:before {
    content: ""
}

.fi-sr-arrow-alt-up:before {
    content: ""
}

.fi-sr-arrow-circle-down:before {
    content: ""
}

.fi-sr-arrow-circle-left:before {
    content: ""
}

.fi-sr-arrow-circle-right:before {
    content: ""
}

.fi-sr-arrow-circle-up:before {
    content: ""
}

.fi-sr-arrow-down-from-dotted-line:before {
    content: ""
}

.fi-sr-arrow-down-left:before {
    content: ""
}

.fi-sr-arrow-down-small-big:before {
    content: ""
}

.fi-sr-arrow-down-to-dotted-line:before {
    content: ""
}

.fi-sr-arrow-down-to-square:before {
    content: ""
}

.fi-sr-arrow-down-triangle-square:before {
    content: ""
}

.fi-sr-arrow-down:before {
    content: ""
}

.fi-sr-arrow-from-bottom:before {
    content: ""
}

.fi-sr-arrow-from-left:before {
    content: ""
}

.fi-sr-arrow-from-right:before {
    content: ""
}

.fi-sr-arrow-from-top:before {
    content: ""
}

.fi-sr-arrow-left-from-line:before {
    content: ""
}

.fi-sr-arrow-left:before {
    content: ""
}

.fi-sr-arrow-right-to-bracket:before {
    content: ""
}

.fi-sr-arrow-right:before {
    content: ""
}

.fi-sr-arrow-small-down:before {
    content: ""
}

.fi-sr-arrow-small-left:before {
    content: ""
}

.fi-sr-arrow-small-right:before {
    content: ""
}

.fi-sr-arrow-small-up:before {
    content: ""
}

.fi-sr-arrow-square-down:before {
    content: ""
}

.fi-sr-arrow-square-left:before {
    content: ""
}

.fi-sr-arrow-square-right:before {
    content: ""
}

.fi-sr-arrow-square-up:before {
    content: ""
}

.fi-sr-arrow-to-bottom:before {
    content: ""
}

.fi-sr-arrow-to-left:before {
    content: ""
}

.fi-sr-arrow-to-right:before {
    content: ""
}

.fi-sr-arrow-to-top:before {
    content: ""
}

.fi-sr-arrow-trend-down:before {
    content: ""
}

.fi-sr-arrow-trend-up:before {
    content: ""
}

.fi-sr-arrow-turn-down-left:before {
    content: ""
}

.fi-sr-arrow-turn-down-right:before {
    content: ""
}

.fi-sr-arrow-up-from-dotted-line:before {
    content: ""
}

.fi-sr-arrow-up-from-square:before {
    content: ""
}

.fi-sr-arrow-up-left-from-circle:before {
    content: ""
}

.fi-sr-arrow-up-left:before {
    content: ""
}

.fi-sr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: ""
}

.fi-sr-arrow-up-right-from-square:before {
    content: ""
}

.fi-sr-arrow-up-right:before {
    content: ""
}

.fi-sr-arrow-up-small-big:before {
    content: ""
}

.fi-sr-arrow-up-square-triangle:before {
    content: ""
}

.fi-sr-arrow-up-to-dotted-line:before {
    content: ""
}

.fi-sr-arrow-up:before {
    content: ""
}

.fi-sr-arrows-alt-h:before {
    content: ""
}

.fi-sr-arrows-alt-v:before {
    content: ""
}

.fi-sr-arrows-alt:before {
    content: ""
}

.fi-sr-arrows-cross:before {
    content: ""
}

.fi-sr-arrows-from-dotted-line:before {
    content: ""
}

.fi-sr-arrows-from-line:before {
    content: ""
}

.fi-sr-arrows-h-copy:before {
    content: ""
}

.fi-sr-arrows-h:before {
    content: ""
}

.fi-sr-arrows-repeat-1:before {
    content: ""
}

.fi-sr-arrows-repeat:before {
    content: ""
}

.fi-sr-arrows-retweet:before {
    content: ""
}

.fi-sr-arrows-to-dotted-line:before {
    content: ""
}

.fi-sr-arrows-to-line:before {
    content: ""
}

.fi-sr-arrows:before {
    content: ""
}

.fi-sr-artificial-intelligence:before {
    content: ""
}

.fi-sr-assept-document:before {
    content: ""
}

.fi-sr-assistive-listening-systems:before {
    content: ""
}

.fi-sr-asterik:before {
    content: ""
}

.fi-sr-at:before {
    content: ""
}

.fi-sr-attribution-pen:before {
    content: ""
}

.fi-sr-attribution-pencil:before {
    content: ""
}

.fi-sr-aubergine:before {
    content: ""
}

.fi-sr-audio-description-slash:before {
    content: ""
}

.fi-sr-austral-sign:before {
    content: ""
}

.fi-sr-avocado:before {
    content: ""
}

.fi-sr-axe:before {
    content: ""
}

.fi-sr-b:before {
    content: ""
}

.fi-sr-baby-carriage:before {
    content: ""
}

.fi-sr-baby:before {
    content: ""
}

.fi-sr-background:before {
    content: ""
}

.fi-sr-backpack:before {
    content: ""
}

.fi-sr-bacon:before {
    content: ""
}

.fi-sr-bacteria:before {
    content: ""
}

.fi-sr-bacterium:before {
    content: ""
}

.fi-sr-badge-check:before {
    content: ""
}

.fi-sr-badge-dollar:before {
    content: ""
}

.fi-sr-badge-percent:before {
    content: ""
}

.fi-sr-badge-sheriff:before {
    content: ""
}

.fi-sr-badge:before {
    content: ""
}

.fi-sr-badger-honey:before {
    content: ""
}

.fi-sr-bag-seedling:before {
    content: ""
}

.fi-sr-bags-shopping:before {
    content: ""
}

.fi-sr-bahai:before {
    content: ""
}

.fi-sr-baht-sign:before {
    content: ""
}

.fi-sr-balance-scale-left:before {
    content: ""
}

.fi-sr-balance-scale-right:before {
    content: ""
}

.fi-sr-ball-pile:before {
    content: ""
}

.fi-sr-balloon:before {
    content: ""
}

.fi-sr-balloons:before {
    content: ""
}

.fi-sr-ballot-check:before {
    content: ""
}

.fi-sr-ballot:before {
    content: ""
}

.fi-sr-ban-bug:before {
    content: ""
}

.fi-sr-ban:before {
    content: ""
}

.fi-sr-band-aid:before {
    content: ""
}

.fi-sr-bangladeshi-taka-sign:before {
    content: ""
}

.fi-sr-banjo:before {
    content: ""
}

.fi-sr-bank:before {
    content: ""
}

.fi-sr-barber-shop:before {
    content: ""
}

.fi-sr-barcode-read:before {
    content: ""
}

.fi-sr-barcode-scan:before {
    content: ""
}

.fi-sr-barcode:before {
    content: ""
}

.fi-sr-bars-filter:before {
    content: ""
}

.fi-sr-bars-progress:before {
    content: ""
}

.fi-sr-bars-sort:before {
    content: ""
}

.fi-sr-bars-staggered:before {
    content: ""
}

.fi-sr-baseball-alt:before {
    content: ""
}

.fi-sr-baseball:before {
    content: ""
}

.fi-sr-basket-shopping-simple:before {
    content: ""
}

.fi-sr-basketball-hoop:before {
    content: ""
}

.fi-sr-basketball:before {
    content: ""
}

.fi-sr-bat:before {
    content: ""
}

.fi-sr-bath:before {
    content: ""
}

.fi-sr-battery-bolt:before {
    content: ""
}

.fi-sr-battery-empty:before {
    content: ""
}

.fi-sr-battery-exclamation:before {
    content: ""
}

.fi-sr-battery-full:before {
    content: ""
}

.fi-sr-battery-half:before {
    content: ""
}

.fi-sr-battery-quarter:before {
    content: ""
}

.fi-sr-battery-slash:before {
    content: ""
}

.fi-sr-battery-three-quarters:before {
    content: ""
}

.fi-sr-beacon:before {
    content: ""
}

.fi-sr-bed-alt:before {
    content: ""
}

.fi-sr-bed-bunk:before {
    content: ""
}

.fi-sr-bed-empty:before {
    content: ""
}

.fi-sr-bed:before {
    content: ""
}

.fi-sr-bee:before {
    content: ""
}

.fi-sr-beer:before {
    content: ""
}

.fi-sr-bell-concierge:before {
    content: ""
}

.fi-sr-bell-ring:before {
    content: ""
}

.fi-sr-bell-school:before {
    content: ""
}

.fi-sr-bell-slash:before {
    content: ""
}

.fi-sr-bell:before {
    content: ""
}

.fi-sr-bells:before {
    content: ""
}

.fi-sr-bench-tree:before {
    content: ""
}

.fi-sr-betamax:before {
    content: ""
}

.fi-sr-bike:before {
    content: ""
}

.fi-sr-biking-mountain:before {
    content: ""
}

.fi-sr-biking:before {
    content: ""
}

.fi-sr-billiard:before {
    content: ""
}

.fi-sr-binary-circle-check:before {
    content: ""
}

.fi-sr-binary-lock:before {
    content: ""
}

.fi-sr-binary-slash:before {
    content: ""
}

.fi-sr-binary:before {
    content: ""
}

.fi-sr-binoculars:before {
    content: ""
}

.fi-sr-biohazard:before {
    content: ""
}

.fi-sr-bird:before {
    content: ""
}

.fi-sr-bitcoin-sign:before {
    content: ""
}

.fi-sr-blanket:before {
    content: ""
}

.fi-sr-blender-phone:before {
    content: ""
}

.fi-sr-blender:before {
    content: ""
}

.fi-sr-blinds-open:before {
    content: ""
}

.fi-sr-blinds-raised:before {
    content: ""
}

.fi-sr-blinds:before {
    content: ""
}

.fi-sr-block-brick:before {
    content: ""
}

.fi-sr-block-question:before {
    content: ""
}

.fi-sr-block-quote:before {
    content: ""
}

.fi-sr-block:before {
    content: ""
}

.fi-sr-blog-pencil:before {
    content: ""
}

.fi-sr-blog-text:before {
    content: ""
}

.fi-sr-blossom:before {
    content: ""
}

.fi-sr-bold:before {
    content: ""
}

.fi-sr-bolt-auto:before {
    content: ""
}

.fi-sr-bolt-slash:before {
    content: ""
}

.fi-sr-bolt:before {
    content: ""
}

.fi-sr-bomb:before {
    content: ""
}

.fi-sr-bone-break:before {
    content: ""
}

.fi-sr-bone:before {
    content: ""
}

.fi-sr-bong:before {
    content: ""
}

.fi-sr-book-alt:before {
    content: ""
}

.fi-sr-book-arrow-right:before {
    content: ""
}

.fi-sr-book-arrow-up:before {
    content: ""
}

.fi-sr-book-atlas:before {
    content: ""
}

.fi-sr-book-bookmark:before {
    content: ""
}

.fi-sr-book-circle-arrow-right:before {
    content: ""
}

.fi-sr-book-circle-arrow-up:before {
    content: ""
}

.fi-sr-book-copy:before {
    content: ""
}

.fi-sr-book-dead:before {
    content: ""
}

.fi-sr-book-font:before {
    content: ""
}

.fi-sr-book-medical:before {
    content: ""
}

.fi-sr-book-open-cover:before {
    content: ""
}

.fi-sr-book-open-reader:before {
    content: ""
}

.fi-sr-book-quran:before {
    content: ""
}

.fi-sr-book-section:before {
    content: ""
}

.fi-sr-book-spells:before {
    content: ""
}

.fi-sr-book-tanakh:before {
    content: ""
}

.fi-sr-book-user:before {
    content: ""
}

.fi-sr-book:before {
    content: ""
}

.fi-sr-bookmark-slash:before {
    content: ""
}

.fi-sr-bookmark:before {
    content: ""
}

.fi-sr-books-medical:before {
    content: ""
}

.fi-sr-books:before {
    content: ""
}

.fi-sr-boot-heeled:before {
    content: ""
}

.fi-sr-boot:before {
    content: ""
}

.fi-sr-border-all:before {
    content: ""
}

.fi-sr-border-bottom:before {
    content: ""
}

.fi-sr-border-center-h:before {
    content: ""
}

.fi-sr-border-center-v:before {
    content: ""
}

.fi-sr-border-inner:before {
    content: ""
}

.fi-sr-border-left:before {
    content: ""
}

.fi-sr-border-none:before {
    content: ""
}

.fi-sr-border-outer:before {
    content: ""
}

.fi-sr-border-right:before {
    content: ""
}

.fi-sr-border-style-alt:before {
    content: ""
}

.fi-sr-border-style:before {
    content: ""
}

.fi-sr-border-top:before {
    content: ""
}

.fi-sr-bottle:before {
    content: ""
}

.fi-sr-bow-arrow:before {
    content: ""
}

.fi-sr-bowl-chopsticks-noodles:before {
    content: ""
}

.fi-sr-bowl-chopsticks:before {
    content: ""
}

.fi-sr-bowl-rice:before {
    content: ""
}

.fi-sr-bowling-ball:before {
    content: ""
}

.fi-sr-bowling-pins:before {
    content: ""
}

.fi-sr-bowling:before {
    content: ""
}

.fi-sr-box-alt:before {
    content: ""
}

.fi-sr-box-ballot:before {
    content: ""
}

.fi-sr-box-check:before {
    content: ""
}

.fi-sr-box-circle-check:before {
    content: ""
}

.fi-sr-box-dollar:before {
    content: ""
}

.fi-sr-box-fragile:before {
    content: ""
}

.fi-sr-box-heart:before {
    content: ""
}

.fi-sr-box-open-full:before {
    content: ""
}

.fi-sr-box-open:before {
    content: ""
}

.fi-sr-box-tissue:before {
    content: ""
}

.fi-sr-box-up:before {
    content: ""
}

.fi-sr-box:before {
    content: ""
}

.fi-sr-boxes:before {
    content: ""
}

.fi-sr-boxing-glove:before {
    content: ""
}

.fi-sr-bracket-curly-right:before {
    content: ""
}

.fi-sr-bracket-curly:before {
    content: ""
}

.fi-sr-bracket-round-right:before {
    content: ""
}

.fi-sr-bracket-round:before {
    content: ""
}

.fi-sr-bracket-square-right:before {
    content: ""
}

.fi-sr-bracket-square:before {
    content: ""
}

.fi-sr-brackets-curly:before {
    content: ""
}

.fi-sr-brackets-round:before {
    content: ""
}

.fi-sr-brackets-square:before {
    content: ""
}

.fi-sr-braille-a:before {
    content: ""
}

.fi-sr-braille-b:before {
    content: ""
}

.fi-sr-braille-c:before {
    content: ""
}

.fi-sr-braille-d:before {
    content: ""
}

.fi-sr-braille-e:before {
    content: ""
}

.fi-sr-braille-g:before {
    content: ""
}

.fi-sr-braille-h:before {
    content: ""
}

.fi-sr-braille-i:before {
    content: ""
}

.fi-sr-braille-j:before {
    content: ""
}

.fi-sr-braille-k:before {
    content: ""
}

.fi-sr-braille-l:before {
    content: ""
}

.fi-sr-braille-m:before {
    content: ""
}

.fi-sr-braille-n-alt:before {
    content: ""
}

.fi-sr-braille-n:before {
    content: ""
}

.fi-sr-braille-o:before {
    content: ""
}

.fi-sr-braille-p:before {
    content: ""
}

.fi-sr-braille-q:before {
    content: ""
}

.fi-sr-braille-r:before {
    content: ""
}

.fi-sr-braille-s:before {
    content: ""
}

.fi-sr-braille-t:before {
    content: ""
}

.fi-sr-braille-u:before {
    content: ""
}

.fi-sr-braille-v:before {
    content: ""
}

.fi-sr-braille-w:before {
    content: ""
}

.fi-sr-braille-x:before {
    content: ""
}

.fi-sr-braille-y:before {
    content: ""
}

.fi-sr-braille-z:before {
    content: ""
}

.fi-sr-braille:before {
    content: ""
}

.fi-sr-brain-circuit:before {
    content: ""
}

.fi-sr-brain:before {
    content: ""
}

.fi-sr-bread-loaf:before {
    content: ""
}

.fi-sr-bread-slice:before {
    content: ""
}

.fi-sr-bread:before {
    content: ""
}

.fi-sr-briefcase-arrow-right:before {
    content: ""
}

.fi-sr-briefcase-blank:before {
    content: ""
}

.fi-sr-briefcase:before {
    content: ""
}

.fi-sr-brightness-low:before {
    content: ""
}

.fi-sr-brightness:before {
    content: ""
}

.fi-sr-bring-forward:before {
    content: ""
}

.fi-sr-bring-front:before {
    content: ""
}

.fi-sr-broadcast-tower:before {
    content: ""
}

.fi-sr-broccoli:before {
    content: ""
}

.fi-sr-broken-image:before {
    content: ""
}

.fi-sr-broom:before {
    content: ""
}

.fi-sr-browser:before {
    content: ""
}

.fi-sr-browsers:before {
    content: ""
}

.fi-sr-brush:before {
    content: ""
}

.fi-sr-bug-slash:before {
    content: ""
}

.fi-sr-bug:before {
    content: ""
}

.fi-sr-bugs:before {
    content: ""
}

.fi-sr-build-alt:before {
    content: ""
}

.fi-sr-build:before {
    content: ""
}

.fi-sr-building:before {
    content: ""
}

.fi-sr-bulb:before {
    content: ""
}

.fi-sr-bullet:before {
    content: ""
}

.fi-sr-bullhorn:before {
    content: ""
}

.fi-sr-bullseye-arrow:before {
    content: ""
}

.fi-sr-bullseye-pointer:before {
    content: ""
}

.fi-sr-bullseye:before {
    content: ""
}

.fi-sr-burger-alt:before {
    content: ""
}

.fi-sr-burger-fries:before {
    content: ""
}

.fi-sr-burger-glass:before {
    content: ""
}

.fi-sr-burrito:before {
    content: ""
}

.fi-sr-bus-alt:before {
    content: ""
}

.fi-sr-bus:before {
    content: ""
}

.fi-sr-business-time:before {
    content: ""
}

.fi-sr-butterfly:before {
    content: ""
}

.fi-sr-c:before {
    content: ""
}

.fi-sr-cabin:before {
    content: ""
}

.fi-sr-cactus:before {
    content: ""
}

.fi-sr-cake-birthday:before {
    content: ""
}

.fi-sr-cake-wedding:before {
    content: ""
}

.fi-sr-calculator-simple:before {
    content: ""
}

.fi-sr-calculator:before {
    content: ""
}

.fi-sr-calendar-arrow-down:before {
    content: ""
}

.fi-sr-calendar-arrow-up:before {
    content: ""
}

.fi-sr-calendar-check:before {
    content: ""
}

.fi-sr-calendar-clock:before {
    content: ""
}

.fi-sr-calendar-day:before {
    content: ""
}

.fi-sr-calendar-days:before {
    content: ""
}

.fi-sr-calendar-exclamation:before {
    content: ""
}

.fi-sr-calendar-heart:before {
    content: ""
}

.fi-sr-calendar-image:before {
    content: ""
}

.fi-sr-calendar-lines-pen:before {
    content: ""
}

.fi-sr-calendar-lines:before {
    content: ""
}

.fi-sr-calendar-minus:before {
    content: ""
}

.fi-sr-calendar-pen:before {
    content: ""
}

.fi-sr-calendar-plus:before {
    content: ""
}

.fi-sr-calendar-star:before {
    content: ""
}

.fi-sr-calendar-week:before {
    content: ""
}

.fi-sr-calendar-xmark:before {
    content: ""
}

.fi-sr-calendar:before {
    content: ""
}

.fi-sr-calendars:before {
    content: ""
}

.fi-sr-call-history:before {
    content: ""
}

.fi-sr-call-incoming:before {
    content: ""
}

.fi-sr-call-missed:before {
    content: ""
}

.fi-sr-call-outgoing:before {
    content: ""
}

.fi-sr-camcorder:before {
    content: ""
}

.fi-sr-camera-cctv:before {
    content: ""
}

.fi-sr-camera-movie:before {
    content: ""
}

.fi-sr-camera-retro:before {
    content: ""
}

.fi-sr-camera-rotate:before {
    content: ""
}

.fi-sr-camera-security:before {
    content: ""
}

.fi-sr-camera-slash:before {
    content: ""
}

.fi-sr-camera-viewfinder:before {
    content: ""
}

.fi-sr-camera:before {
    content: ""
}

.fi-sr-campfire:before {
    content: ""
}

.fi-sr-camping:before {
    content: ""
}

.fi-sr-candle-holder:before {
    content: ""
}

.fi-sr-candy-alt:before {
    content: ""
}

.fi-sr-candy-cane:before {
    content: ""
}

.fi-sr-candy-corn:before {
    content: ""
}

.fi-sr-candy:before {
    content: ""
}

.fi-sr-Cannabis:before {
    content: ""
}

.fi-sr-canned-food:before {
    content: ""
}

.fi-sr-capsules:before {
    content: ""
}

.fi-sr-car-alt:before {
    content: ""
}

.fi-sr-car-battery:before {
    content: ""
}

.fi-sr-car-bolt:before {
    content: ""
}

.fi-sr-car-building:before {
    content: ""
}

.fi-sr-car-bump:before {
    content: ""
}

.fi-sr-car-bus:before {
    content: ""
}

.fi-sr-car-circle-bolt:before {
    content: ""
}

.fi-sr-car-crash:before {
    content: ""
}

.fi-sr-car-garage:before {
    content: ""
}

.fi-sr-car-mechanic:before {
    content: ""
}

.fi-sr-car-rear:before {
    content: ""
}

.fi-sr-car-side-bolt:before {
    content: ""
}

.fi-sr-car-side:before {
    content: ""
}

.fi-sr-car-tilt:before {
    content: ""
}

.fi-sr-car-wash:before {
    content: ""
}

.fi-sr-car:before {
    content: ""
}

.fi-sr-caravan-alt:before {
    content: ""
}

.fi-sr-caravan:before {
    content: ""
}

.fi-sr-caret-circle-down:before {
    content: ""
}

.fi-sr-caret-circle-right:before {
    content: ""
}

.fi-sr-caret-circle-up:before {
    content: ""
}

.fi-sr-caret-down:before {
    content: ""
}

.fi-sr-caret-left:before {
    content: ""
}

.fi-sr-caret-quare-up:before {
    content: ""
}

.fi-sr-caret-right:before {
    content: ""
}

.fi-sr-caret-square-down:before {
    content: ""
}

.fi-sr-caret-square-left_1:before {
    content: ""
}

.fi-sr-caret-square-left:before {
    content: ""
}

.fi-sr-caret-square-right:before {
    content: ""
}

.fi-sr-caret-up:before {
    content: ""
}

.fi-sr-carrot:before {
    content: ""
}

.fi-sr-cars:before {
    content: ""
}

.fi-sr-cart-arrow-down:before {
    content: ""
}

.fi-sr-cart-minus:before {
    content: ""
}

.fi-sr-cart-shopping-fast:before {
    content: ""
}

.fi-sr-cash-register:before {
    content: ""
}

.fi-sr-cassette-tape:before {
    content: ""
}

.fi-sr-cassette-vhs:before {
    content: ""
}

.fi-sr-castle:before {
    content: ""
}

.fi-sr-cat-space:before {
    content: ""
}

.fi-sr-cat:before {
    content: ""
}

.fi-sr-cauldron:before {
    content: ""
}

.fi-sr-cedi-sign:before {
    content: ""
}

.fi-sr-cello:before {
    content: ""
}

.fi-sr-cent-sign:before {
    content: ""
}

.fi-sr-chair-office:before {
    content: ""
}

.fi-sr-chair:before {
    content: ""
}

.fi-sr-chalkboard-user:before {
    content: ""
}

.fi-sr-charging-station:before {
    content: ""
}

.fi-sr-chart-area:before {
    content: ""
}

.fi-sr-chart-bullet:before {
    content: ""
}

.fi-sr-chart-candlestick:before {
    content: ""
}

.fi-sr-chart-connected:before {
    content: ""
}

.fi-sr-chart-gantt:before {
    content: ""
}

.fi-sr-chart-histogram:before {
    content: ""
}

.fi-sr-chart-line-up:before {
    content: ""
}

.fi-sr-chart-mixed:before {
    content: ""
}

.fi-sr-chart-network:before {
    content: ""
}

.fi-sr-chart-pie-alt:before {
    content: ""
}

.fi-sr-chart-pie:before {
    content: ""
}

.fi-sr-chart-pyramid:before {
    content: ""
}

.fi-sr-chart-radar:before {
    content: ""
}

.fi-sr-chart-scatter-3d:before {
    content: ""
}

.fi-sr-chart-scatter-bubble:before {
    content: ""
}

.fi-sr-chart-scatter:before {
    content: ""
}

.fi-sr-chart-set-theory:before {
    content: ""
}

.fi-sr-chart-simple-horizontal:before {
    content: ""
}

.fi-sr-chart-simple:before {
    content: ""
}

.fi-sr-chart-tree-map:before {
    content: ""
}

.fi-sr-chart-tree:before {
    content: ""
}

.fi-sr-chart-user:before {
    content: ""
}

.fi-sr-chart-waterfall:before {
    content: ""
}

.fi-sr-chat-arrow-down:before {
    content: ""
}

.fi-sr-chat-arrow-grow:before {
    content: ""
}

.fi-sr-check-circle:before {
    content: ""
}

.fi-sr-check-double:before {
    content: ""
}

.fi-sr-check:before {
    content: ""
}

.fi-sr-checkbox:before {
    content: ""
}

.fi-sr-cheese-alt:before {
    content: ""
}

.fi-sr-cheese:before {
    content: ""
}

.fi-sr-cheeseburger:before {
    content: ""
}

.fi-sr-cherry:before {
    content: ""
}

.fi-sr-chess-bishop:before {
    content: ""
}

.fi-sr-chess-board:before {
    content: ""
}

.fi-sr-chess-clock-alt:before {
    content: ""
}

.fi-sr-chess-clock:before {
    content: ""
}

.fi-sr-chess-king-alt:before {
    content: ""
}

.fi-sr-chess-king:before {
    content: ""
}

.fi-sr-chess-knight-alt:before {
    content: ""
}

.fi-sr-chess-knight:before {
    content: ""
}

.fi-sr-chess-pawn-alt:before {
    content: ""
}

.fi-sr-chess-pawn:before {
    content: ""
}

.fi-sr-chess-piece:before {
    content: ""
}

.fi-sr-chess-queen-alt:before {
    content: ""
}

.fi-sr-chess-queen:before {
    content: ""
}

.fi-sr-chess-rook-alt:before {
    content: ""
}

.fi-sr-chess-rook:before {
    content: ""
}

.fi-sr-chess:before {
    content: ""
}

.fi-sr-chevron-double-down:before {
    content: ""
}

.fi-sr-chevron-double-up:before {
    content: ""
}

.fi-sr-child-head:before {
    content: ""
}

.fi-sr-child:before {
    content: ""
}

.fi-sr-chimney:before {
    content: ""
}

.fi-sr-chocolate:before {
    content: ""
}

.fi-sr-circle-0:before {
    content: ""
}

.fi-sr-circle-1:before {
    content: ""
}

.fi-sr-circle-2:before {
    content: ""
}

.fi-sr-circle-3:before {
    content: ""
}

.fi-sr-circle-4:before {
    content: ""
}

.fi-sr-circle-5:before {
    content: ""
}

.fi-sr-circle-6:before {
    content: ""
}

.fi-sr-circle-7:before {
    content: ""
}

.fi-sr-circle-8:before {
    content: ""
}

.fi-sr-circle-9:before {
    content: ""
}

.fi-sr-circle-a:before {
    content: ""
}

.fi-sr-circle-b:before {
    content: ""
}

.fi-sr-circle-bolt:before {
    content: ""
}

.fi-sr-circle-book-open:before {
    content: ""
}

.fi-sr-circle-bookmark:before {
    content: ""
}

.fi-sr-circle-c:before {
    content: ""
}

.fi-sr-circle-calendar:before {
    content: ""
}

.fi-sr-circle-camera:before {
    content: ""
}

.fi-sr-circle-d:before {
    content: ""
}

.fi-sr-circle-dashed:before {
    content: ""
}

.fi-sr-circle-e:before {
    content: ""
}

.fi-sr-circle-ellipsis-vertical:before {
    content: ""
}

.fi-sr-circle-ellipsis:before {
    content: ""
}

.fi-sr-circle-envelope:before {
    content: ""
}

.fi-sr-circle-exclamation-check:before {
    content: ""
}

.fi-sr-circle-f:before {
    content: ""
}

.fi-sr-circle-g:before {
    content: ""
}

.fi-sr-circle-h:before {
    content: ""
}

.fi-sr-circle-half-stroke:before {
    content: ""
}

.fi-sr-circle-half:before {
    content: ""
}

.fi-sr-circle-heart:before {
    content: ""
}

.fi-sr-circle-i:before {
    content: ""
}

.fi-sr-circle-j:before {
    content: ""
}

.fi-sr-circle-k:before {
    content: ""
}

.fi-sr-circle-l:before {
    content: ""
}

.fi-sr-circle-m:before {
    content: ""
}

.fi-sr-circle-microphone-lines:before {
    content: ""
}

.fi-sr-circle-microphone:before {
    content: ""
}

.fi-sr-circle-n:before {
    content: ""
}

.fi-sr-circle-o:before {
    content: ""
}

.fi-sr-circle-p:before {
    content: ""
}

.fi-sr-circle-phone-flip:before {
    content: ""
}

.fi-sr-circle-phone-hangup:before {
    content: ""
}

.fi-sr-circle-phone:before {
    content: ""
}

.fi-sr-circle-q:before {
    content: ""
}

.fi-sr-circle-quarter:before {
    content: ""
}

.fi-sr-circle-quarters-alt:before {
    content: ""
}

.fi-sr-circle-r:before {
    content: ""
}

.fi-sr-circle-s:before {
    content: ""
}

.fi-sr-circle-small:before {
    content: ""
}

.fi-sr-circle-star:before {
    content: ""
}

.fi-sr-circle-t:before {
    content: ""
}

.fi-sr-circle-three-quarters:before {
    content: ""
}

.fi-sr-circle-trash:before {
    content: ""
}

.fi-sr-circle-u:before {
    content: ""
}

.fi-sr-circle-user:before {
    content: ""
}

.fi-sr-circle-v:before {
    content: ""
}

.fi-sr-circle-video:before {
    content: ""
}

.fi-sr-circle-w:before {
    content: ""
}

.fi-sr-circle-waveform-lines:before {
    content: ""
}

.fi-sr-circle-x:before {
    content: ""
}

.fi-sr-circle-xmark:before {
    content: ""
}

.fi-sr-circle-y:before {
    content: ""
}

.fi-sr-circle-z:before {
    content: ""
}

.fi-sr-circle:before {
    content: ""
}

.fi-sr-city:before {
    content: ""
}

.fi-sr-clapperboard-play:before {
    content: ""
}

.fi-sr-clapperboard:before {
    content: ""
}

.fi-sr-clarinet:before {
    content: ""
}

.fi-sr-claw-marks:before {
    content: ""
}

.fi-sr-clip:before {
    content: ""
}

.fi-sr-clipboard-check:before {
    content: ""
}

.fi-sr-clipboard-list-check:before {
    content: ""
}

.fi-sr-clipboard-list:before {
    content: ""
}

.fi-sr-clipboard-prescription:before {
    content: ""
}

.fi-sr-clipboard-user:before {
    content: ""
}

.fi-sr-clipboard:before {
    content: ""
}

.fi-sr-clock-desk:before {
    content: ""
}

.fi-sr-clock-eight-thirty:before {
    content: ""
}

.fi-sr-clock-eleven-thirty:before {
    content: ""
}

.fi-sr-clock-eleven:before {
    content: ""
}

.fi-sr-clock-five-thirty:before {
    content: ""
}

.fi-sr-clock-five:before {
    content: ""
}

.fi-sr-clock-four-thirty:before {
    content: ""
}

.fi-sr-clock-nine-thirty:before {
    content: ""
}

.fi-sr-clock-nine:before {
    content: ""
}

.fi-sr-clock-one-thirty:before {
    content: ""
}

.fi-sr-clock-one:before {
    content: ""
}

.fi-sr-clock-seven-thirty:before {
    content: ""
}

.fi-sr-clock-seven:before {
    content: ""
}

.fi-sr-clock-six-thirty:before {
    content: ""
}

.fi-sr-clock-six:before {
    content: ""
}

.fi-sr-clock-ten-thirty:before {
    content: ""
}

.fi-sr-clock-ten:before {
    content: ""
}

.fi-sr-clock-three-thirty:before {
    content: ""
}

.fi-sr-clock-three:before {
    content: ""
}

.fi-sr-clock-twelve-thirty:before {
    content: ""
}

.fi-sr-clock-twelve:before {
    content: ""
}

.fi-sr-clock-two-thirty:before {
    content: ""
}

.fi-sr-clock-two:before {
    content: ""
}

.fi-sr-clock:before {
    content: ""
}

.fi-sr-clone:before {
    content: ""
}

.fi-sr-closed-captioning-slash:before {
    content: ""
}

.fi-sr-clothes-hanger:before {
    content: ""
}

.fi-sr-cloud-check:before {
    content: ""
}

.fi-sr-cloud-disabled:before {
    content: ""
}

.fi-sr-cloud-download-alt:before {
    content: ""
}

.fi-sr-cloud-download:before {
    content: ""
}

.fi-sr-cloud-drizzle:before {
    content: ""
}

.fi-sr-cloud-exclamation:before {
    content: ""
}

.fi-sr-cloud-hail-mixed:before {
    content: ""
}

.fi-sr-cloud-hail:before {
    content: ""
}

.fi-sr-cloud-meatball:before {
    content: ""
}

.fi-sr-cloud-moon-rain:before {
    content: ""
}

.fi-sr-cloud-moon:before {
    content: ""
}

.fi-sr-cloud-question:before {
    content: ""
}

.fi-sr-cloud-rain:before {
    content: ""
}

.fi-sr-cloud-rainbow:before {
    content: ""
}

.fi-sr-cloud-share:before {
    content: ""
}

.fi-sr-cloud-showers-heavy:before {
    content: ""
}

.fi-sr-cloud-showers:before {
    content: ""
}

.fi-sr-cloud-sleet:before {
    content: ""
}

.fi-sr-cloud-snow:before {
    content: ""
}

.fi-sr-cloud-sun-rain:before {
    content: ""
}

.fi-sr-cloud-sun:before {
    content: ""
}

.fi-sr-cloud-upload-alt:before {
    content: ""
}

.fi-sr-cloud-upload:before {
    content: ""
}

.fi-sr-cloud:before {
    content: ""
}

.fi-sr-clouds-moon:before {
    content: ""
}

.fi-sr-clouds-sun:before {
    content: ""
}

.fi-sr-clouds:before {
    content: ""
}

.fi-sr-clover-alt:before {
    content: ""
}

.fi-sr-club:before {
    content: ""
}

.fi-sr-cocktail-alt:before {
    content: ""
}

.fi-sr-cocktail:before {
    content: ""
}

.fi-sr-code-branch:before {
    content: ""
}

.fi-sr-code-commit:before {
    content: ""
}

.fi-sr-code-compare:before {
    content: ""
}

.fi-sr-code-fork:before {
    content: ""
}

.fi-sr-code-merge:before {
    content: ""
}

.fi-sr-code-pull-request-closed:before {
    content: ""
}

.fi-sr-code-pull-request-draft:before {
    content: ""
}

.fi-sr-code-pull-request:before {
    content: ""
}

.fi-sr-code-simple:before {
    content: ""
}

.fi-sr-coffee-bean:before {
    content: ""
}

.fi-sr-coffee-beans:before {
    content: ""
}

.fi-sr-coffee-pot:before {
    content: ""
}

.fi-sr-coffee:before {
    content: ""
}

.fi-sr-coffin-cross:before {
    content: ""
}

.fi-sr-coffin:before {
    content: ""
}

.fi-sr-coin:before {
    content: ""
}

.fi-sr-coins:before {
    content: ""
}

.fi-sr-colon-sign:before {
    content: ""
}

.fi-sr-columns-3:before {
    content: ""
}

.fi-sr-comet:before {
    content: ""
}

.fi-sr-command:before {
    content: ""
}

.fi-sr-comment-alt-check:before {
    content: ""
}

.fi-sr-comment-alt-dots:before {
    content: ""
}

.fi-sr-comment-alt-edit:before {
    content: ""
}

.fi-sr-comment-alt-medical:before {
    content: ""
}

.fi-sr-comment-alt-middle-top:before {
    content: ""
}

.fi-sr-comment-alt-middle:before {
    content: ""
}

.fi-sr-comment-alt-minus:before {
    content: ""
}

.fi-sr-comment-alt-music:before {
    content: ""
}

.fi-sr-comment-alt:before {
    content: ""
}

.fi-sr-comment-arrow-down:before {
    content: ""
}

.fi-sr-comment-arrow-up-right:before {
    content: ""
}

.fi-sr-comment-arrow-up:before {
    content: ""
}

.fi-sr-comment-check:before {
    content: ""
}

.fi-sr-comment-code:before {
    content: ""
}

.fi-sr-comment-dollar:before {
    content: ""
}

.fi-sr-comment-dots:before {
    content: ""
}

.fi-sr-comment-exclamation:before {
    content: ""
}

.fi-sr-comment-heart:before {
    content: ""
}

.fi-sr-comment-image:before {
    content: ""
}

.fi-sr-comment-info:before {
    content: ""
}

.fi-sr-comment-medical:before {
    content: ""
}

.fi-sr-comment-minus:before {
    content: ""
}

.fi-sr-comment-pen:before {
    content: ""
}

.fi-sr-comment-question:before {
    content: ""
}

.fi-sr-comment-quote:before {
    content: ""
}

.fi-sr-comment-slash:before {
    content: ""
}

.fi-sr-comment-smile:before {
    content: ""
}

.fi-sr-comment-sms:before {
    content: ""
}

.fi-sr-comment-text:before {
    content: ""
}

.fi-sr-comment-user:before {
    content: ""
}

.fi-sr-comment-xmark:before {
    content: ""
}

.fi-sr-comment:before {
    content: ""
}

.fi-sr-comments-dollar:before {
    content: ""
}

.fi-sr-comments-question-check:before {
    content: ""
}

.fi-sr-comments-question:before {
    content: ""
}

.fi-sr-comments:before {
    content: ""
}

.fi-sr-compass-slash:before {
    content: ""
}

.fi-sr-compress-alt:before {
    content: ""
}

.fi-sr-compress:before {
    content: ""
}

.fi-sr-computer-classic:before {
    content: ""
}

.fi-sr-computer-mouse:before {
    content: ""
}

.fi-sr-computer-speaker:before {
    content: ""
}

.fi-sr-computer:before {
    content: ""
}

.fi-sr-concierge-bell:before {
    content: ""
}

.fi-sr-confetti:before {
    content: ""
}

.fi-sr-container-storage:before {
    content: ""
}

.fi-sr-conveyor-belt-alt:before {
    content: ""
}

.fi-sr-conveyor-belt-empty:before {
    content: ""
}

.fi-sr-conveyor-belt:before {
    content: ""
}

.fi-sr-cookie-alt:before {
    content: ""
}

.fi-sr-cookie:before {
    content: ""
}

.fi-sr-copy-alt:before {
    content: ""
}

.fi-sr-copy-image:before {
    content: ""
}

.fi-sr-copy:before {
    content: ""
}

.fi-sr-copyright:before {
    content: ""
}

.fi-sr-corn:before {
    content: ""
}

.fi-sr-couch:before {
    content: ""
}

.fi-sr-cow-alt:before {
    content: ""
}

.fi-sr-cow:before {
    content: ""
}

.fi-sr-cowbell-circle-plus:before {
    content: ""
}

.fi-sr-cowbell-more:before {
    content: ""
}

.fi-sr-cowbell:before {
    content: ""
}

.fi-sr-crab:before {
    content: ""
}

.fi-sr-cream:before {
    content: ""
}

.fi-sr-credit-card:before {
    content: ""
}

.fi-sr-cricket:before {
    content: ""
}

.fi-sr-croissant:before {
    content: ""
}

.fi-sr-cross-circle:before {
    content: ""
}

.fi-sr-cross-religion:before {
    content: ""
}

.fi-sr-cross-small:before {
    content: ""
}

.fi-sr-cross:before {
    content: ""
}

.fi-sr-crow:before {
    content: ""
}

.fi-sr-crown:before {
    content: ""
}

.fi-sr-crutch:before {
    content: ""
}

.fi-sr-crutches:before {
    content: ""
}

.fi-sr-cruzeiro-sign:before {
    content: ""
}

.fi-sr-crystal-ball:before {
    content: ""
}

.fi-sr-cube:before {
    content: ""
}

.fi-sr-cubes:before {
    content: ""
}

.fi-sr-cupcake:before {
    content: ""
}

.fi-sr-curling:before {
    content: ""
}

.fi-sr-cursor-finger:before {
    content: ""
}

.fi-sr-cursor-plus:before {
    content: ""
}

.fi-sr-cursor-text-alt:before {
    content: ""
}

.fi-sr-cursor-text:before {
    content: ""
}

.fi-sr-cursor:before {
    content: ""
}

.fi-sr-d:before {
    content: ""
}

.fi-sr-dart:before {
    content: ""
}

.fi-sr-dashboard:before {
    content: ""
}

.fi-sr-data-transfer:before {
    content: ""
}

.fi-sr-database:before {
    content: ""
}

.fi-sr-deer-rudolph:before {
    content: ""
}

.fi-sr-deer:before {
    content: ""
}

.fi-sr-delete-document:before {
    content: ""
}

.fi-sr-delete-right:before {
    content: ""
}

.fi-sr-delete-user:before {
    content: ""
}

.fi-sr-delete:before {
    content: ""
}

.fi-sr-democrat:before {
    content: ""
}

.fi-sr-desktop-arrow-down:before {
    content: ""
}

.fi-sr-desktop-wallpaper:before {
    content: ""
}

.fi-sr-devices:before {
    content: ""
}

.fi-sr-dewpoint:before {
    content: ""
}

.fi-sr-dharmachakra:before {
    content: ""
}

.fi-sr-diagram-cells:before {
    content: ""
}

.fi-sr-diagram-lean-canvas:before {
    content: ""
}

.fi-sr-diagram-nested:before {
    content: ""
}

.fi-sr-diagram-next:before {
    content: ""
}

.fi-sr-diagram-predecessor:before {
    content: ""
}

.fi-sr-diagram-previous:before {
    content: ""
}

.fi-sr-diagram-project:before {
    content: ""
}

.fi-sr-diagram-sankey:before {
    content: ""
}

.fi-sr-diagram-subtask:before {
    content: ""
}

.fi-sr-diagram-successor:before {
    content: ""
}

.fi-sr-diagram-venn:before {
    content: ""
}

.fi-sr-dial-high:before {
    content: ""
}

.fi-sr-dial-low:before {
    content: ""
}

.fi-sr-dial-max:before {
    content: ""
}

.fi-sr-dial-med-low:before {
    content: ""
}

.fi-sr-dial-med:before {
    content: ""
}

.fi-sr-dial-min:before {
    content: ""
}

.fi-sr-dial-off:before {
    content: ""
}

.fi-sr-dial:before {
    content: ""
}

.fi-sr-diamond-exclamation:before {
    content: ""
}

.fi-sr-diamond-turn-right:before {
    content: ""
}

.fi-sr-diamond:before {
    content: ""
}

.fi-sr-dice-alt:before {
    content: ""
}

.fi-sr-dice-d10:before {
    content: ""
}

.fi-sr-dice-d12:before {
    content: ""
}

.fi-sr-dice-d20:before {
    content: ""
}

.fi-sr-dice-d4:before {
    content: ""
}

.fi-sr-dice-d6:before {
    content: ""
}

.fi-sr-dice-d8:before {
    content: ""
}

.fi-sr-dice-four:before {
    content: ""
}

.fi-sr-dice-one:before {
    content: ""
}

.fi-sr-dice-six:before {
    content: ""
}

.fi-sr-dice-three:before {
    content: ""
}

.fi-sr-dice-two:before {
    content: ""
}

.fi-sr-dice:before {
    content: ""
}

.fi-sr-digging:before {
    content: ""
}

.fi-sr-digital-tachograph:before {
    content: ""
}

.fi-sr-diploma:before {
    content: ""
}

.fi-sr-disc-drive:before {
    content: ""
}

.fi-sr-discover:before {
    content: ""
}

.fi-sr-disease:before {
    content: ""
}

.fi-sr-disk:before {
    content: ""
}

.fi-sr-display-arrow-down:before {
    content: ""
}

.fi-sr-display-code:before {
    content: ""
}

.fi-sr-display-medical:before {
    content: ""
}

.fi-sr-display-slash:before {
    content: ""
}

.fi-sr-distribute-spacing-horizontal:before {
    content: ""
}

.fi-sr-distribute-spacing-vertical:before {
    content: ""
}

.fi-sr-dizzy:before {
    content: ""
}

.fi-sr-dna:before {
    content: ""
}

.fi-sr-do-not-enter:before {
    content: ""
}

.fi-sr-doctor:before {
    content: ""
}

.fi-sr-document-signed:before {
    content: ""
}

.fi-sr-document:before {
    content: ""
}

.fi-sr-dog:before {
    content: ""
}

.fi-sr-dollar:before {
    content: ""
}

.fi-sr-dolly-flatbed-alt:before {
    content: ""
}

.fi-sr-dolly-flatbed-empty:before {
    content: ""
}

.fi-sr-dolly-flatbed:before {
    content: ""
}

.fi-sr-dolphin:before {
    content: ""
}

.fi-sr-donate:before {
    content: ""
}

.fi-sr-dong-sign:before {
    content: ""
}

.fi-sr-door-closed:before {
    content: ""
}

.fi-sr-door-open:before {
    content: ""
}

.fi-sr-dot-circle:before {
    content: ""
}

.fi-sr-dove:before {
    content: ""
}

.fi-sr-down-left-and-up-right-to-center:before {
    content: ""
}

.fi-sr-down-left:before {
    content: ""
}

.fi-sr-down-right:before {
    content: ""
}

.fi-sr-down-to-line:before {
    content: ""
}

.fi-sr-down:before {
    content: ""
}

.fi-sr-download:before {
    content: ""
}

.fi-sr-drafting-compass:before {
    content: ""
}

.fi-sr-dragon:before {
    content: ""
}

.fi-sr-draw-polygon:before {
    content: ""
}

.fi-sr-draw-square:before {
    content: ""
}

.fi-sr-dreidel:before {
    content: ""
}

.fi-sr-drink-alt:before {
    content: ""
}

.fi-sr-drone-alt:before {
    content: ""
}

.fi-sr-drone-front:before {
    content: ""
}

.fi-sr-drone:before {
    content: ""
}

.fi-sr-drum-steelpan:before {
    content: ""
}

.fi-sr-drum:before {
    content: ""
}

.fi-sr-drumstick-bite:before {
    content: ""
}

.fi-sr-drumstick:before {
    content: ""
}

.fi-sr-dryer-alt:before {
    content: ""
}

.fi-sr-dryer:before {
    content: ""
}

.fi-sr-duck:before {
    content: ""
}

.fi-sr-dumpster-fire:before {
    content: ""
}

.fi-sr-dumpster:before {
    content: ""
}

.fi-sr-dungeon:before {
    content: ""
}

.fi-sr-duplicate:before {
    content: ""
}

.fi-sr-e-learning:before {
    content: ""
}

.fi-sr-e:before {
    content: ""
}

.fi-sr-ear-deaf:before {
    content: ""
}

.fi-sr-ear-muffs:before {
    content: ""
}

.fi-sr-ear:before {
    content: ""
}

.fi-sr-earnings:before {
    content: ""
}

.fi-sr-earth-africa:before {
    content: ""
}

.fi-sr-earth-americas:before {
    content: ""
}

.fi-sr-earth-asia:before {
    content: ""
}

.fi-sr-earth-europa:before {
    content: ""
}

.fi-sr-eclipse-alt:before {
    content: ""
}

.fi-sr-eclipse:before {
    content: ""
}

.fi-sr-edit-alt:before {
    content: ""
}

.fi-sr-edit:before {
    content: ""
}

.fi-sr-egg-fried:before {
    content: ""
}

.fi-sr-egg:before {
    content: ""
}

.fi-sr-eject:before {
    content: ""
}

.fi-sr-elephant:before {
    content: ""
}

.fi-sr-elevator:before {
    content: ""
}

.fi-sr-engine-warning:before {
    content: ""
}

.fi-sr-engine:before {
    content: ""
}

.fi-sr-enter:before {
    content: ""
}

.fi-sr-entertainment:before {
    content: ""
}

.fi-sr-envelope-ban:before {
    content: ""
}

.fi-sr-envelope-bulk:before {
    content: ""
}

.fi-sr-envelope-dot:before {
    content: ""
}

.fi-sr-envelope-download:before {
    content: ""
}

.fi-sr-envelope-marker:before {
    content: ""
}

.fi-sr-envelope-open-dollar:before {
    content: ""
}

.fi-sr-envelope-open-text:before {
    content: ""
}

.fi-sr-envelope-open:before {
    content: ""
}

.fi-sr-envelope-plus:before {
    content: ""
}

.fi-sr-envelope:before {
    content: ""
}

.fi-sr-envelopes:before {
    content: ""
}

.fi-sr-equality:before {
    content: ""
}

.fi-sr-equipment:before {
    content: ""
}

.fi-sr-eraser:before {
    content: ""
}

.fi-sr-escalator:before {
    content: ""
}

.fi-sr-ethernet:before {
    content: ""
}

.fi-sr-euro:before {
    content: ""
}

.fi-sr-exchange-alt:before {
    content: ""
}

.fi-sr-exchange:before {
    content: ""
}

.fi-sr-exclamation:before {
    content: ""
}

.fi-sr-exit:before {
    content: ""
}

.fi-sr-expand-arrows-alt:before {
    content: ""
}

.fi-sr-expand-arrows:before {
    content: ""
}

.fi-sr-expand:before {
    content: ""
}

.fi-sr-eye-crossed:before {
    content: ""
}

.fi-sr-eye-dropper-half:before {
    content: ""
}

.fi-sr-eye:before {
    content: ""
}

.fi-sr-eyes:before {
    content: ""
}

.fi-sr-f:before {
    content: ""
}

.fi-sr-face-angry-horns:before {
    content: ""
}

.fi-sr-face-anguished:before {
    content: ""
}

.fi-sr-face-anxious-sweat:before {
    content: ""
}

.fi-sr-face-astonished:before {
    content: ""
}

.fi-sr-face-awesome:before {
    content: ""
}

.fi-sr-face-beam-hand-over-mouth:before {
    content: ""
}

.fi-sr-face-confounded:before {
    content: ""
}

.fi-sr-face-confused:before {
    content: ""
}

.fi-sr-face-cowboy-hat:before {
    content: ""
}

.fi-sr-face-disappointed:before {
    content: ""
}

.fi-sr-face-disguise:before {
    content: ""
}

.fi-sr-face-downcast-sweat:before {
    content: ""
}

.fi-sr-face-drooling:before {
    content: ""
}

.fi-sr-face-explode:before {
    content: ""
}

.fi-sr-face-expressionless:before {
    content: ""
}

.fi-sr-face-eyes-xmarks:before {
    content: ""
}

.fi-sr-face-fearful:before {
    content: ""
}

.fi-sr-face-glasses:before {
    content: ""
}

.fi-sr-face-grin-tongue-wink:before {
    content: ""
}

.fi-sr-face-hand-yawn:before {
    content: ""
}

.fi-sr-face-head-bandage:before {
    content: ""
}

.fi-sr-face-hushed:before {
    content: ""
}

.fi-sr-face-icicles:before {
    content: ""
}

.fi-sr-face-lying:before {
    content: ""
}

.fi-sr-face-mask:before {
    content: ""
}

.fi-sr-face-monocle:before {
    content: ""
}

.fi-sr-face-nauseated:before {
    content: ""
}

.fi-sr-face-nose-steam:before {
    content: ""
}

.fi-sr-face-party:before {
    content: ""
}

.fi-sr-face-pensive:before {
    content: ""
}

.fi-sr-face-persevering:before {
    content: ""
}

.fi-sr-face-pleading:before {
    content: ""
}

.fi-sr-face-raised-eyebrow:before {
    content: ""
}

.fi-sr-face-relieved:before {
    content: ""
}

.fi-sr-face-sad-sweat:before {
    content: ""
}

.fi-sr-face-scream:before {
    content: ""
}

.fi-sr-face-shush:before {
    content: ""
}

.fi-sr-face-sleeping:before {
    content: ""
}

.fi-sr-face-sleepy:before {
    content: ""
}

.fi-sr-face-smile-halo:before {
    content: ""
}

.fi-sr-face-smile-hearts:before {
    content: ""
}

.fi-sr-face-smile-horns:before {
    content: ""
}

.fi-sr-face-smile-tear:before {
    content: ""
}

.fi-sr-face-smile-tongue:before {
    content: ""
}

.fi-sr-face-smile-upside-down:before {
    content: ""
}

.fi-sr-face-smiling-hands:before {
    content: ""
}

.fi-sr-face-smirking:before {
    content: ""
}

.fi-sr-face-sunglasses:before {
    content: ""
}

.fi-sr-face-swear:before {
    content: ""
}

.fi-sr-face-thermometer:before {
    content: ""
}

.fi-sr-face-thinking:before {
    content: ""
}

.fi-sr-face-tissue:before {
    content: ""
}

.fi-sr-face-tongue-money:before {
    content: ""
}

.fi-sr-face-tongue-sweat:before {
    content: ""
}

.fi-sr-face-unamused:before {
    content: ""
}

.fi-sr-face-viewfinder:before {
    content: ""
}

.fi-sr-face-vomit:before {
    content: ""
}

.fi-sr-face-weary:before {
    content: ""
}

.fi-sr-face-woozy:before {
    content: ""
}

.fi-sr-face-worried:before {
    content: ""
}

.fi-sr-face-zany:before {
    content: ""
}

.fi-sr-face-zipper:before {
    content: ""
}

.fi-sr-family-dress:before {
    content: ""
}

.fi-sr-family-pants:before {
    content: ""
}

.fi-sr-family:before {
    content: ""
}

.fi-sr-fan-table:before {
    content: ""
}

.fi-sr-fan:before {
    content: ""
}

.fi-sr-farm:before {
    content: ""
}

.fi-sr-faucet-drip:before {
    content: ""
}

.fi-sr-faucet:before {
    content: ""
}

.fi-sr-fax:before {
    content: ""
}

.fi-sr-feather-pointed:before {
    content: ""
}

.fi-sr-feather:before {
    content: ""
}

.fi-sr-fence:before {
    content: ""
}

.fi-sr-field-hockey:before {
    content: ""
}

.fi-sr-fighter-jet:before {
    content: ""
}

.fi-sr-file-ai:before {
    content: ""
}

.fi-sr-file-audio:before {
    content: ""
}

.fi-sr-file-binary:before {
    content: ""
}

.fi-sr-file-chart-line:before {
    content: ""
}

.fi-sr-file-chart-pie:before {
    content: ""
}

.fi-sr-file-circle-info:before {
    content: ""
}

.fi-sr-file-code:before {
    content: ""
}

.fi-sr-file-csv:before {
    content: ""
}

.fi-sr-file-download:before {
    content: ""
}

.fi-sr-file-edit:before {
    content: ""
}

.fi-sr-file-eps:before {
    content: ""
}

.fi-sr-file-excel:before {
    content: ""
}

.fi-sr-file-exclamation:before {
    content: ""
}

.fi-sr-file-export:before {
    content: ""
}

.fi-sr-file-image:before {
    content: ""
}

.fi-sr-file-import:before {
    content: ""
}

.fi-sr-file-invoice-dollar:before {
    content: ""
}

.fi-sr-file-invoice:before {
    content: ""
}

.fi-sr-file-medical-alt:before {
    content: ""
}

.fi-sr-file-medical:before {
    content: ""
}

.fi-sr-file-minus:before {
    content: ""
}

.fi-sr-file-pdf:before {
    content: ""
}

.fi-sr-file-powerpoint:before {
    content: ""
}

.fi-sr-file-prescription:before {
    content: ""
}

.fi-sr-file-psd:before {
    content: ""
}

.fi-sr-file-signature:before {
    content: ""
}

.fi-sr-file-spreadsheet:before {
    content: ""
}

.fi-sr-file-upload:before {
    content: ""
}

.fi-sr-file-user:before {
    content: ""
}

.fi-sr-file-video:before {
    content: ""
}

.fi-sr-file-word:before {
    content: ""
}

.fi-sr-file-zipper:before {
    content: ""
}

.fi-sr-file:before {
    content: ""
}

.fi-sr-files-medical:before {
    content: ""
}

.fi-sr-fill:before {
    content: ""
}

.fi-sr-film-canister:before {
    content: ""
}

.fi-sr-film-slash:before {
    content: ""
}

.fi-sr-film:before {
    content: ""
}

.fi-sr-films:before {
    content: ""
}

.fi-sr-filter-slash:before {
    content: ""
}

.fi-sr-filter:before {
    content: ""
}

.fi-sr-filters:before {
    content: ""
}

.fi-sr-fingerprint:before {
    content: ""
}

.fi-sr-fire-burner:before {
    content: ""
}

.fi-sr-fire-extinguisher:before {
    content: ""
}

.fi-sr-fire-flame-curved:before {
    content: ""
}

.fi-sr-fire-flame-simple:before {
    content: ""
}

.fi-sr-fire-hydrant:before {
    content: ""
}

.fi-sr-fire-smoke:before {
    content: ""
}

.fi-sr-fireplace:before {
    content: ""
}

.fi-sr-fish-bones:before {
    content: ""
}

.fi-sr-fish-cooked:before {
    content: ""
}

.fi-sr-fish:before {
    content: ""
}

.fi-sr-fishing-rod:before {
    content: ""
}

.fi-sr-flag-alt:before {
    content: ""
}

.fi-sr-flag-checkered:before {
    content: ""
}

.fi-sr-flag-usa:before {
    content: ""
}

.fi-sr-flag:before {
    content: ""
}

.fi-sr-flame:before {
    content: ""
}

.fi-sr-flashlight:before {
    content: ""
}

.fi-sr-flask-poison:before {
    content: ""
}

.fi-sr-flask-potion:before {
    content: ""
}

.fi-sr-flask:before {
    content: ""
}

.fi-sr-flip-horizontal:before {
    content: ""
}

.fi-sr-floppy-disk-circle-arrow-right:before {
    content: ""
}

.fi-sr-floppy-disk-circle-xmark:before {
    content: ""
}

.fi-sr-floppy-disk-pen:before {
    content: ""
}

.fi-sr-floppy-disks:before {
    content: ""
}

.fi-sr-florin-sign:before {
    content: ""
}

.fi-sr-flower-daffodil:before {
    content: ""
}

.fi-sr-flower-tulip:before {
    content: ""
}

.fi-sr-flower:before {
    content: ""
}

.fi-sr-flushed:before {
    content: ""
}

.fi-sr-flute:before {
    content: ""
}

.fi-sr-flux-capacitor:before {
    content: ""
}

.fi-sr-fog:before {
    content: ""
}

.fi-sr-folder-download:before {
    content: ""
}

.fi-sr-folder-minus:before {
    content: ""
}

.fi-sr-folder-open:before {
    content: ""
}

.fi-sr-folder-times:before {
    content: ""
}

.fi-sr-folder-tree:before {
    content: ""
}

.fi-sr-folder-upload:before {
    content: ""
}

.fi-sr-folder-xmark:before {
    content: ""
}

.fi-sr-folder:before {
    content: ""
}

.fi-sr-folders:before {
    content: ""
}

.fi-sr-follow-folder:before {
    content: ""
}

.fi-sr-followcollection:before {
    content: ""
}

.fi-sr-following:before {
    content: ""
}

.fi-sr-football:before {
    content: ""
}

.fi-sr-fork:before {
    content: ""
}

.fi-sr-forklift:before {
    content: ""
}

.fi-sr-form:before {
    content: ""
}

.fi-sr-fort:before {
    content: ""
}

.fi-sr-forward-fast:before {
    content: ""
}

.fi-sr-forward:before {
    content: ""
}

.fi-sr-fox:before {
    content: ""
}

.fi-sr-frame:before {
    content: ""
}

.fi-sr-franc-sign:before {
    content: ""
}

.fi-sr-french-fries:before {
    content: ""
}

.fi-sr-frog:before {
    content: ""
}

.fi-sr-frown:before {
    content: ""
}

.fi-sr-ftp:before {
    content: ""
}

.fi-sr-funnel-dollar:before {
    content: ""
}

.fi-sr-g:before {
    content: ""
}

.fi-sr-galaxy:before {
    content: ""
}

.fi-sr-gallery-thumbnails:before {
    content: ""
}

.fi-sr-gallery:before {
    content: ""
}

.fi-sr-game-board-alt:before {
    content: ""
}

.fi-sr-game:before {
    content: ""
}

.fi-sr-gamepad:before {
    content: ""
}

.fi-sr-games:before {
    content: ""
}

.fi-sr-garage-car:before {
    content: ""
}

.fi-sr-garage-open:before {
    content: ""
}

.fi-sr-garage:before {
    content: ""
}

.fi-sr-garlic:before {
    content: ""
}

.fi-sr-gas-pump-alt:before {
    content: ""
}

.fi-sr-gas-pump-slash:before {
    content: ""
}

.fi-sr-gas-pump:before {
    content: ""
}

.fi-sr-gauge-circle-bolt:before {
    content: ""
}

.fi-sr-gauge-circle-minus:before {
    content: ""
}

.fi-sr-gauge-circle-plus:before {
    content: ""
}

.fi-sr-gavel:before {
    content: ""
}

.fi-sr-gears:before {
    content: ""
}

.fi-sr-gem:before {
    content: ""
}

.fi-sr-ghost:before {
    content: ""
}

.fi-sr-gif-square:before {
    content: ""
}

.fi-sr-gif:before {
    content: ""
}

.fi-sr-gift-card:before {
    content: ""
}

.fi-sr-gift:before {
    content: ""
}

.fi-sr-gifts:before {
    content: ""
}

.fi-sr-gingerbread-man:before {
    content: ""
}

.fi-sr-glass-champagne:before {
    content: ""
}

.fi-sr-glass-cheers:before {
    content: ""
}

.fi-sr-glass-citrus:before {
    content: ""
}

.fi-sr-glass-whiskey-rocks:before {
    content: ""
}

.fi-sr-glass-whiskey:before {
    content: ""
}

.fi-sr-glass:before {
    content: ""
}

.fi-sr-glasses:before {
    content: ""
}

.fi-sr-globe-alt:before {
    content: ""
}

.fi-sr-globe-snow:before {
    content: ""
}

.fi-sr-globe:before {
    content: ""
}

.fi-sr-golf-ball:before {
    content: ""
}

.fi-sr-golf-club:before {
    content: ""
}

.fi-sr-golf:before {
    content: ""
}

.fi-sr-graduation-cap:before {
    content: ""
}

.fi-sr-gramophone:before {
    content: ""
}

.fi-sr-grape:before {
    content: ""
}

.fi-sr-graphic-style:before {
    content: ""
}

.fi-sr-graphic-tablet:before {
    content: ""
}

.fi-sr-grate-droplet:before {
    content: ""
}

.fi-sr-grate:before {
    content: ""
}

.fi-sr-grid-alt:before {
    content: ""
}

.fi-sr-grid-dividers:before {
    content: ""
}

.fi-sr-grid:before {
    content: ""
}

.fi-sr-grill-hot-alt:before {
    content: ""
}

.fi-sr-grill:before {
    content: ""
}

.fi-sr-grimace:before {
    content: ""
}

.fi-sr-grin-alt:before {
    content: ""
}

.fi-sr-grin-beam-sweat:before {
    content: ""
}

.fi-sr-grin-beam:before {
    content: ""
}

.fi-sr-grin-hearts:before {
    content: ""
}

.fi-sr-grin-squint-tears:before {
    content: ""
}

.fi-sr-grin-squint:before {
    content: ""
}

.fi-sr-grin-stars:before {
    content: ""
}

.fi-sr-grin-tears:before {
    content: ""
}

.fi-sr-grin-tongue-squint:before {
    content: ""
}

.fi-sr-grin-tongue-wink:before {
    content: ""
}

.fi-sr-grin-tongue:before {
    content: ""
}

.fi-sr-grin-wink:before {
    content: ""
}

.fi-sr-grin:before {
    content: ""
}

.fi-sr-grip-dots-vertical:before {
    content: ""
}

.fi-sr-grip-dots:before {
    content: ""
}

.fi-sr-grip-horizontal:before {
    content: ""
}

.fi-sr-grip-lines-vertical:before {
    content: ""
}

.fi-sr-grip-lines:before {
    content: ""
}

.fi-sr-grip-vertical:before {
    content: ""
}

.fi-sr-guarani-sign:before {
    content: ""
}

.fi-sr-guitar-electric:before {
    content: ""
}

.fi-sr-guitar:before {
    content: ""
}

.fi-sr-guitars:before {
    content: ""
}

.fi-sr-gun-squirt:before {
    content: ""
}

.fi-sr-gym:before {
    content: ""
}

.fi-sr-h-square:before {
    content: ""
}

.fi-sr-h:before {
    content: ""
}

.fi-sr-h1:before {
    content: ""
}

.fi-sr-h2:before {
    content: ""
}

.fi-sr-h3:before {
    content: ""
}

.fi-sr-h4:before {
    content: ""
}

.fi-sr-hamburger-soda:before {
    content: ""
}

.fi-sr-hamburger:before {
    content: ""
}

.fi-sr-hammer-crash:before {
    content: ""
}

.fi-sr-hammer-war:before {
    content: ""
}

.fi-sr-hammer:before {
    content: ""
}

.fi-sr-hand-back-fist:before {
    content: ""
}

.fi-sr-hand-back-point-down:before {
    content: ""
}

.fi-sr-hand-back-point-left:before {
    content: ""
}

.fi-sr-hand-back-point-ribbon:before {
    content: ""
}

.fi-sr-hand-back-point-right:before {
    content: ""
}

.fi-sr-hand-dots:before {
    content: ""
}

.fi-sr-hand-fingers-crossed:before {
    content: ""
}

.fi-sr-hand-heart:before {
    content: ""
}

.fi-sr-hand-holding-box:before {
    content: ""
}

.fi-sr-hand-holding-droplet:before {
    content: ""
}

.fi-sr-hand-holding-heart:before {
    content: ""
}

.fi-sr-hand-holding-medical:before {
    content: ""
}

.fi-sr-hand-holding-seeding:before {
    content: ""
}

.fi-sr-hand-holding-skull:before {
    content: ""
}

.fi-sr-hand-holding-usd:before {
    content: ""
}

.fi-sr-hand-holding-water:before {
    content: ""
}

.fi-sr-hand-horns:before {
    content: ""
}

.fi-sr-hand-lizard:before {
    content: ""
}

.fi-sr-hand-love:before {
    content: ""
}

.fi-sr-hand-middle-finger:before {
    content: ""
}

.fi-sr-hand-paper:before {
    content: ""
}

.fi-sr-hand-peace:before {
    content: ""
}

.fi-sr-hand-point-ribbon:before {
    content: ""
}

.fi-sr-hand-scissors:before {
    content: ""
}

.fi-sr-hand-sparkles:before {
    content: ""
}

.fi-sr-hand-spock:before {
    content: ""
}

.fi-sr-hand-wave:before {
    content: ""
}

.fi-sr-hands-bubbles:before {
    content: ""
}

.fi-sr-hands-clapping:before {
    content: ""
}

.fi-sr-hands-heart:before {
    content: ""
}

.fi-sr-hands-holding-diamond:before {
    content: ""
}

.fi-sr-hands-holding:before {
    content: ""
}

.fi-sr-hands-usd:before {
    content: ""
}

.fi-sr-handshake-angle:before {
    content: ""
}

.fi-sr-handshake-simple-slash:before {
    content: ""
}

.fi-sr-handshake:before {
    content: ""
}

.fi-sr-hard-hat:before {
    content: ""
}

.fi-sr-hastag:before {
    content: ""
}

.fi-sr-hat-birthday:before {
    content: ""
}

.fi-sr-hat-chef:before {
    content: ""
}

.fi-sr-hat-cowboy-side:before {
    content: ""
}

.fi-sr-hat-cowboy:before {
    content: ""
}

.fi-sr-hat-santa:before {
    content: ""
}

.fi-sr-hat-winter:before {
    content: ""
}

.fi-sr-hat-witch:before {
    content: ""
}

.fi-sr-hat-wizard:before {
    content: ""
}

.fi-sr-hdd:before {
    content: ""
}

.fi-sr-head-side-brain:before {
    content: ""
}

.fi-sr-head-side-cough-slash:before {
    content: ""
}

.fi-sr-head-side-cough:before {
    content: ""
}

.fi-sr-head-side-headphones:before {
    content: ""
}

.fi-sr-head-side-heart:before {
    content: ""
}

.fi-sr-head-side-mask:before {
    content: ""
}

.fi-sr-head-side-medical:before {
    content: ""
}

.fi-sr-head-side-thinking:before {
    content: ""
}

.fi-sr-head-side-virus:before {
    content: ""
}

.fi-sr-head-side:before {
    content: ""
}

.fi-sr-head-vr:before {
    content: ""
}

.fi-sr-heading:before {
    content: ""
}

.fi-sr-headphones:before {
    content: ""
}

.fi-sr-headset:before {
    content: ""
}

.fi-sr-heart-arrow:before {
    content: ""
}

.fi-sr-heart-crack:before {
    content: ""
}

.fi-sr-heart-half-stroke:before {
    content: ""
}

.fi-sr-heart-half:before {
    content: ""
}

.fi-sr-heart-rate:before {
    content: ""
}

.fi-sr-heart:before {
    content: ""
}

.fi-sr-heat:before {
    content: ""
}

.fi-sr-helicopter-side:before {
    content: ""
}

.fi-sr-hexagon-check:before {
    content: ""
}

.fi-sr-hexagon-exclamation:before {
    content: ""
}

.fi-sr-hexagon:before {
    content: ""
}

.fi-sr-high-definition:before {
    content: ""
}

.fi-sr-highlighter-line:before {
    content: ""
}

.fi-sr-highlighter:before {
    content: ""
}

.fi-sr-hiking:before {
    content: ""
}

.fi-sr-hippo:before {
    content: ""
}

.fi-sr-hockey-mask:before {
    content: ""
}

.fi-sr-hockey-puck:before {
    content: ""
}

.fi-sr-hockey-sticks:before {
    content: ""
}

.fi-sr-holly-berry:before {
    content: ""
}

.fi-sr-home-heart:before {
    content: ""
}

.fi-sr-home-location-alt:before {
    content: ""
}

.fi-sr-home-location:before {
    content: ""
}

.fi-sr-home:before {
    content: ""
}

.fi-sr-hood-cloak:before {
    content: ""
}

.fi-sr-horizontal-rule:before {
    content: ""
}

.fi-sr-horse-head:before {
    content: ""
}

.fi-sr-horse-saddle:before {
    content: ""
}

.fi-sr-horse:before {
    content: ""
}

.fi-sr-hose-reel:before {
    content: ""
}

.fi-sr-hose:before {
    content: ""
}

.fi-sr-hospital-symbol:before {
    content: ""
}

.fi-sr-hospital-user:before {
    content: ""
}

.fi-sr-hospital:before {
    content: ""
}

.fi-sr-hospitals:before {
    content: ""
}

.fi-sr-hot-tub:before {
    content: ""
}

.fi-sr-hotdog:before {
    content: ""
}

.fi-sr-hotel:before {
    content: ""
}

.fi-sr-hourglass-end:before {
    content: ""
}

.fi-sr-hourglass-start:before {
    content: ""
}

.fi-sr-hourglass:before {
    content: ""
}

.fi-sr-house-blank:before {
    content: ""
}

.fi-sr-house-building:before {
    content: ""
}

.fi-sr-house-chimney-blank:before {
    content: ""
}

.fi-sr-house-chimney-crack:before {
    content: ""
}

.fi-sr-house-chimney-heart:before {
    content: ""
}

.fi-sr-house-chimney-medical:before {
    content: ""
}

.fi-sr-house-chimney-user:before {
    content: ""
}

.fi-sr-house-chimney-window:before {
    content: ""
}

.fi-sr-house-chimney:before {
    content: ""
}

.fi-sr-house-crack:before {
    content: ""
}

.fi-sr-house-day:before {
    content: ""
}

.fi-sr-house-flood:before {
    content: ""
}

.fi-sr-house-laptop:before {
    content: ""
}

.fi-sr-house-leave:before {
    content: ""
}

.fi-sr-house-medical:before {
    content: ""
}

.fi-sr-house-night:before {
    content: ""
}

.fi-sr-house-return:before {
    content: ""
}

.fi-sr-house-signal:before {
    content: ""
}

.fi-sr-house-tree:before {
    content: ""
}

.fi-sr-house-tsunami:before {
    content: ""
}

.fi-sr-house-turret:before {
    content: ""
}

.fi-sr-house-user:before {
    content: ""
}

.fi-sr-house-window:before {
    content: ""
}

.fi-sr-hryvnia:before {
    content: ""
}

.fi-sr-humidity:before {
    content: ""
}

.fi-sr-hundred-points:before {
    content: ""
}

.fi-sr-hurricane:before {
    content: ""
}

.fi-sr-i:before {
    content: ""
}

.fi-sr-ice-cream:before {
    content: ""
}

.fi-sr-icicles:before {
    content: ""
}

.fi-sr-icon-star:before {
    content: ""
}

.fi-sr-id-badge:before {
    content: ""
}

.fi-sr-id-card-clip-alt:before {
    content: ""
}

.fi-sr-igloo:before {
    content: ""
}

.fi-sr-image-slash:before {
    content: ""
}

.fi-sr-images-user:before {
    content: ""
}

.fi-sr-images:before {
    content: ""
}

.fi-sr-inbox-in:before {
    content: ""
}

.fi-sr-inbox-out:before {
    content: ""
}

.fi-sr-inbox:before {
    content: ""
}

.fi-sr-inboxes:before {
    content: ""
}

.fi-sr-incognito:before {
    content: ""
}

.fi-sr-indent:before {
    content: ""
}

.fi-sr-indian-rupee-sign:before {
    content: ""
}

.fi-sr-industry-alt:before {
    content: ""
}

.fi-sr-industry-windows:before {
    content: ""
}

.fi-sr-infinity:before {
    content: ""
}

.fi-sr-info:before {
    content: ""
}

.fi-sr-information:before {
    content: ""
}

.fi-sr-inhaler:before {
    content: ""
}

.fi-sr-input-numeric:before {
    content: ""
}

.fi-sr-input-pipe:before {
    content: ""
}

.fi-sr-input-text:before {
    content: ""
}

.fi-sr-interactive:before {
    content: ""
}

.fi-sr-interlining:before {
    content: ""
}

.fi-sr-interrogation:before {
    content: ""
}

.fi-sr-inventory-alt:before {
    content: ""
}

.fi-sr-island-tropical:before {
    content: ""
}

.fi-sr-it-alt:before {
    content: ""
}

.fi-sr-it-computer:before {
    content: ""
}

.fi-sr-it:before {
    content: ""
}

.fi-sr-italian-lira-sign:before {
    content: ""
}

.fi-sr-italic:before {
    content: ""
}

.fi-sr-j:before {
    content: ""
}

.fi-sr-jam:before {
    content: ""
}

.fi-sr-joint:before {
    content: ""
}

.fi-sr-joystick:before {
    content: ""
}

.fi-sr-jpg:before {
    content: ""
}

.fi-sr-jug:before {
    content: ""
}

.fi-sr-k:before {
    content: ""
}

.fi-sr-kazoo:before {
    content: ""
}

.fi-sr-kerning:before {
    content: ""
}

.fi-sr-key-skeleton-left-right:before {
    content: ""
}

.fi-sr-key:before {
    content: ""
}

.fi-sr-keyboard-brightness-low:before {
    content: ""
}

.fi-sr-keyboard-brightness:before {
    content: ""
}

.fi-sr-keyboard-down:before {
    content: ""
}

.fi-sr-keyboard-left:before {
    content: ""
}

.fi-sr-keyboard:before {
    content: ""
}

.fi-sr-keynote:before {
    content: ""
}

.fi-sr-kidneys:before {
    content: ""
}

.fi-sr-kip-sign:before {
    content: ""
}

.fi-sr-kiss-beam:before {
    content: ""
}

.fi-sr-kiss-wink-heart:before {
    content: ""
}

.fi-sr-kiss:before {
    content: ""
}

.fi-sr-kite:before {
    content: ""
}

.fi-sr-kiwi-bird:before {
    content: ""
}

.fi-sr-knife-kitchen:before {
    content: ""
}

.fi-sr-knife:before {
    content: ""
}

.fi-sr-l:before {
    content: ""
}

.fi-sr-label:before {
    content: ""
}

.fi-sr-lamp-desk:before {
    content: ""
}

.fi-sr-lamp-floor:before {
    content: ""
}

.fi-sr-lamp-street:before {
    content: ""
}

.fi-sr-lamp:before {
    content: ""
}

.fi-sr-landmark-alt:before {
    content: ""
}

.fi-sr-language:before {
    content: ""
}

.fi-sr-laptop-arrow-down:before {
    content: ""
}

.fi-sr-laptop-code:before {
    content: ""
}

.fi-sr-laptop-medical:before {
    content: ""
}

.fi-sr-laptop-mobile:before {
    content: ""
}

.fi-sr-laptop-slash:before {
    content: ""
}

.fi-sr-laptop:before {
    content: ""
}

.fi-sr-lari-sign:before {
    content: ""
}

.fi-sr-lasso-sparkles:before {
    content: ""
}

.fi-sr-lasso:before {
    content: ""
}

.fi-sr-laugh-beam:before {
    content: ""
}

.fi-sr-laugh-squint:before {
    content: ""
}

.fi-sr-laugh-wink:before {
    content: ""
}

.fi-sr-laugh:before {
    content: ""
}

.fi-sr-layer-minus:before {
    content: ""
}

.fi-sr-layer-plus:before {
    content: ""
}

.fi-sr-layers:before {
    content: ""
}

.fi-sr-layout-fluid:before {
    content: ""
}

.fi-sr-leaf-heart:before {
    content: ""
}

.fi-sr-leaf-maple:before {
    content: ""
}

.fi-sr-leaf-oak:before {
    content: ""
}

.fi-sr-leaf:before {
    content: ""
}

.fi-sr-left:before {
    content: ""
}

.fi-sr-lemon:before {
    content: ""
}

.fi-sr-letter-case:before {
    content: ""
}

.fi-sr-lettuce:before {
    content: ""
}

.fi-sr-level-down-alt:before {
    content: ""
}

.fi-sr-level-down:before {
    content: ""
}

.fi-sr-level-up-alt:before {
    content: ""
}

.fi-sr-level-up:before {
    content: ""
}

.fi-sr-license:before {
    content: ""
}

.fi-sr-life-ring:before {
    content: ""
}

.fi-sr-light-ceiling:before {
    content: ""
}

.fi-sr-light-emergency-on:before {
    content: ""
}

.fi-sr-light-emergency:before {
    content: ""
}

.fi-sr-light-switch-off:before {
    content: ""
}

.fi-sr-light-switch-on:before {
    content: ""
}

.fi-sr-light-switch:before {
    content: ""
}

.fi-sr-lightbulb-dollar:before {
    content: ""
}

.fi-sr-lightbulb-exclamation:before {
    content: ""
}

.fi-sr-lightbulb-on:before {
    content: ""
}

.fi-sr-lightbulb-question:before {
    content: ""
}

.fi-sr-lightbulb-slash:before {
    content: ""
}

.fi-sr-lights-holiday:before {
    content: ""
}

.fi-sr-line-width:before {
    content: ""
}

.fi-sr-link-alt:before {
    content: ""
}

.fi-sr-link-horizontal-slash:before {
    content: ""
}

.fi-sr-link-horizontal:before {
    content: ""
}

.fi-sr-link-slash-alt:before {
    content: ""
}

.fi-sr-link-slash:before {
    content: ""
}

.fi-sr-link:before {
    content: ""
}

.fi-sr-lips:before {
    content: ""
}

.fi-sr-lipstick:before {
    content: ""
}

.fi-sr-lira-sign:before {
    content: ""
}

.fi-sr-list-check:before {
    content: ""
}

.fi-sr-list-dropdown:before {
    content: ""
}

.fi-sr-list-music:before {
    content: ""
}

.fi-sr-list-timeline:before {
    content: ""
}

.fi-sr-list:before {
    content: ""
}

.fi-sr-litecoin-sign:before {
    content: ""
}

.fi-sr-loading:before {
    content: ""
}

.fi-sr-lobster:before {
    content: ""
}

.fi-sr-location-alt:before {
    content: ""
}

.fi-sr-location-arrow:before {
    content: ""
}

.fi-sr-location-crosshairs-slash:before {
    content: ""
}

.fi-sr-location-crosshairs:before {
    content: ""
}

.fi-sr-location-dot-slash:before {
    content: ""
}

.fi-sr-location-exclamation:before {
    content: ""
}

.fi-sr-lock-alt:before {
    content: ""
}

.fi-sr-lock-open-alt:before {
    content: ""
}

.fi-sr-lock:before {
    content: ""
}

.fi-sr-locust:before {
    content: ""
}

.fi-sr-loveseat:before {
    content: ""
}

.fi-sr-low-vision:before {
    content: ""
}

.fi-sr-luchador:before {
    content: ""
}

.fi-sr-luggage-cart:before {
    content: ""
}

.fi-sr-luggage-rolling:before {
    content: ""
}

.fi-sr-lungs-virus:before {
    content: ""
}

.fi-sr-lungs:before {
    content: ""
}

.fi-sr-m:before {
    content: ""
}

.fi-sr-magnet:before {
    content: ""
}

.fi-sr-mailbox:before {
    content: ""
}

.fi-sr-makeup-brush:before {
    content: ""
}

.fi-sr-man-head:before {
    content: ""
}

.fi-sr-manat-sign:before {
    content: ""
}

.fi-sr-mandolin:before {
    content: ""
}

.fi-sr-manhole:before {
    content: ""
}

.fi-sr-map-marker-check:before {
    content: ""
}

.fi-sr-map-marker-cross:before {
    content: ""
}

.fi-sr-map-marker-edit:before {
    content: ""
}

.fi-sr-map-marker-home:before {
    content: ""
}

.fi-sr-map-marker-minus:before {
    content: ""
}

.fi-sr-map-marker-plus:before {
    content: ""
}

.fi-sr-map-marker-question:before {
    content: ""
}

.fi-sr-map-marker-slash:before {
    content: ""
}

.fi-sr-map-marker-smile:before {
    content: ""
}

.fi-sr-map-marker:before {
    content: ""
}

.fi-sr-map-pin:before {
    content: ""
}

.fi-sr-map:before {
    content: ""
}

.fi-sr-marker-time:before {
    content: ""
}

.fi-sr-marker:before {
    content: ""
}

.fi-sr-mars-double:before {
    content: ""
}

.fi-sr-mars-stroke-right:before {
    content: ""
}

.fi-sr-mars-stroke-up:before {
    content: ""
}

.fi-sr-mars:before {
    content: ""
}

.fi-sr-mask-carnival:before {
    content: ""
}

.fi-sr-mask-face:before {
    content: ""
}

.fi-sr-mattress-pillow:before {
    content: ""
}

.fi-sr-meat:before {
    content: ""
}

.fi-sr-medical-star:before {
    content: ""
}

.fi-sr-medicine:before {
    content: ""
}

.fi-sr-megaphone:before {
    content: ""
}

.fi-sr-meh-blank:before {
    content: ""
}

.fi-sr-meh-rolling-eyes:before {
    content: ""
}

.fi-sr-meh:before {
    content: ""
}

.fi-sr-melon:before {
    content: ""
}

.fi-sr-memo-circle-check:before {
    content: ""
}

.fi-sr-memo-pad:before {
    content: ""
}

.fi-sr-memo:before {
    content: ""
}

.fi-sr-memory:before {
    content: ""
}

.fi-sr-menu-burger:before {
    content: ""
}

.fi-sr-menu-dots-vertical:before {
    content: ""
}

.fi-sr-menu-dots:before {
    content: ""
}

.fi-sr-mercury:before {
    content: ""
}

.fi-sr-message-arrow-down:before {
    content: ""
}

.fi-sr-message-arrow-up-right:before {
    content: ""
}

.fi-sr-message-arrow-up:before {
    content: ""
}

.fi-sr-message-bot:before {
    content: ""
}

.fi-sr-message-code:before {
    content: ""
}

.fi-sr-message-dollar:before {
    content: ""
}

.fi-sr-message-image:before {
    content: ""
}

.fi-sr-message-question:before {
    content: ""
}

.fi-sr-message-quote:before {
    content: ""
}

.fi-sr-message-slash:before {
    content: ""
}

.fi-sr-message-sms:before {
    content: ""
}

.fi-sr-message-text:before {
    content: ""
}

.fi-sr-message-xmark:before {
    content: ""
}

.fi-sr-messages-dollar:before {
    content: ""
}

.fi-sr-messages-question:before {
    content: ""
}

.fi-sr-messages:before {
    content: ""
}

.fi-sr-meteor:before {
    content: ""
}

.fi-sr-meter-bolt:before {
    content: ""
}

.fi-sr-meter-droplet:before {
    content: ""
}

.fi-sr-meter-fire:before {
    content: ""
}

.fi-sr-meter:before {
    content: ""
}

.fi-sr-microchip-ai:before {
    content: ""
}

.fi-sr-microchip:before {
    content: ""
}

.fi-sr-microphone-alt:before {
    content: ""
}

.fi-sr-microphone-slash:before {
    content: ""
}

.fi-sr-microphone:before {
    content: ""
}

.fi-sr-microscope:before {
    content: ""
}

.fi-sr-microwave:before {
    content: ""
}

.fi-sr-mill-sign:before {
    content: ""
}

.fi-sr-mind-share:before {
    content: ""
}

.fi-sr-minus-circle:before {
    content: ""
}

.fi-sr-minus-hexagon:before {
    content: ""
}

.fi-sr-minus-small:before {
    content: ""
}

.fi-sr-minus:before {
    content: ""
}

.fi-sr-mistletoe:before {
    content: ""
}

.fi-sr-mobile-button:before {
    content: ""
}

.fi-sr-mobile-notch:before {
    content: ""
}

.fi-sr-mobile:before {
    content: ""
}

.fi-sr-mockup:before {
    content: ""
}

.fi-sr-mode-landscape:before {
    content: ""
}

.fi-sr-mode-portrait:before {
    content: ""
}

.fi-sr-money-bill-simple:before {
    content: ""
}

.fi-sr-money-bill-wave-alt:before {
    content: ""
}

.fi-sr-money-bill-wave:before {
    content: ""
}

.fi-sr-money-bills-simple:before {
    content: ""
}

.fi-sr-money-bills:before {
    content: ""
}

.fi-sr-money-check-edit-alt:before {
    content: ""
}

.fi-sr-money-check-edit:before {
    content: ""
}

.fi-sr-money-check:before {
    content: ""
}

.fi-sr-money-from-bracket:before {
    content: ""
}

.fi-sr-money-simple-from-bracket:before {
    content: ""
}

.fi-sr-money:before {
    content: ""
}

.fi-sr-monkey:before {
    content: ""
}

.fi-sr-monument:before {
    content: ""
}

.fi-sr-moon-stars:before {
    content: ""
}

.fi-sr-moon:before {
    content: ""
}

.fi-sr-moped:before {
    content: ""
}

.fi-sr-mortar-pestle:before {
    content: ""
}

.fi-sr-mosquito-net:before {
    content: ""
}

.fi-sr-mosquito:before {
    content: ""
}

.fi-sr-motorcycle:before {
    content: ""
}

.fi-sr-mound:before {
    content: ""
}

.fi-sr-mountain-city:before {
    content: ""
}

.fi-sr-mountain:before {
    content: ""
}

.fi-sr-mountains:before {
    content: ""
}

.fi-sr-mouse:before {
    content: ""
}

.fi-sr-move-to-folder-2:before {
    content: ""
}

.fi-sr-move-to-folder:before {
    content: ""
}

.fi-sr-mp3-player:before {
    content: ""
}

.fi-sr-mug-alt:before {
    content: ""
}

.fi-sr-mug-hot-alt:before {
    content: ""
}

.fi-sr-mug-hot:before {
    content: ""
}

.fi-sr-mug-marshmallows:before {
    content: ""
}

.fi-sr-mug-tea:before {
    content: ""
}

.fi-sr-mug:before {
    content: ""
}

.fi-sr-mushroom:before {
    content: ""
}

.fi-sr-music-alt-slash:before {
    content: ""
}

.fi-sr-music-alt:before {
    content: ""
}

.fi-sr-music-file:before {
    content: ""
}

.fi-sr-music-note:before {
    content: ""
}

.fi-sr-music-slash:before {
    content: ""
}

.fi-sr-music:before {
    content: ""
}

.fi-sr-n:before {
    content: ""
}

.fi-sr-naira-sign:before {
    content: ""
}

.fi-sr-narwhal:before {
    content: ""
}

.fi-sr-navigation:before {
    content: ""
}

.fi-sr-network-cloud:before {
    content: ""
}

.fi-sr-network:before {
    content: ""
}

.fi-sr-neuter:before {
    content: ""
}

.fi-sr-nfc-lock:before {
    content: ""
}

.fi-sr-nfc-magnifying-glass:before {
    content: ""
}

.fi-sr-nfc-pen:before {
    content: ""
}

.fi-sr-nfc-slash:before {
    content: ""
}

.fi-sr-nfc-trash:before {
    content: ""
}

.fi-sr-nfc:before {
    content: ""
}

.fi-sr-no-people:before {
    content: ""
}

.fi-sr-noodles:before {
    content: ""
}

.fi-sr-notdef:before {
    content: ""
}

.fi-sr-note-medical:before {
    content: ""
}

.fi-sr-note-sticky:before {
    content: ""
}

.fi-sr-note:before {
    content: ""
}

.fi-sr-notebook-alt:before {
    content: ""
}

.fi-sr-notebook:before {
    content: ""
}

.fi-sr-notes-medical:before {
    content: ""
}

.fi-sr-notes:before {
    content: ""
}

.fi-sr-o:before {
    content: ""
}

.fi-sr-object-exclude:before {
    content: ""
}

.fi-sr-object-group:before {
    content: ""
}

.fi-sr-object-intersect:before {
    content: ""
}

.fi-sr-object-subtract:before {
    content: ""
}

.fi-sr-object-ungroup:before {
    content: ""
}

.fi-sr-object-union:before {
    content: ""
}

.fi-sr-objects-column:before {
    content: ""
}

.fi-sr-octagon:before {
    content: ""
}

.fi-sr-oil-can:before {
    content: ""
}

.fi-sr-oil-temp:before {
    content: ""
}

.fi-sr-olive-oil:before {
    content: ""
}

.fi-sr-olives:before {
    content: ""
}

.fi-sr-onion:before {
    content: ""
}

.fi-sr-opacity:before {
    content: ""
}

.fi-sr-ornament:before {
    content: ""
}

.fi-sr-otter:before {
    content: ""
}

.fi-sr-outdent:before {
    content: ""
}

.fi-sr-oven:before {
    content: ""
}

.fi-sr-overline:before {
    content: ""
}

.fi-sr-p:before {
    content: ""
}

.fi-sr-package:before {
    content: ""
}

.fi-sr-page-break:before {
    content: ""
}

.fi-sr-pager:before {
    content: ""
}

.fi-sr-paint-roller:before {
    content: ""
}

.fi-sr-paint:before {
    content: ""
}

.fi-sr-paintbrush-pencil:before {
    content: ""
}

.fi-sr-palette:before {
    content: ""
}

.fi-sr-pallet-alt:before {
    content: ""
}

.fi-sr-pallet:before {
    content: ""
}

.fi-sr-pan:before {
    content: ""
}

.fi-sr-panorama:before {
    content: ""
}

.fi-sr-paper-plane-top:before {
    content: ""
}

.fi-sr-paper-plane:before {
    content: ""
}

.fi-sr-paperclip-vertical:before {
    content: ""
}

.fi-sr-parachute-box:before {
    content: ""
}

.fi-sr-paragraph-left:before {
    content: ""
}

.fi-sr-paragraph:before {
    content: ""
}

.fi-sr-parking-circle-slash:before {
    content: ""
}

.fi-sr-parking-circle:before {
    content: ""
}

.fi-sr-parking-slash:before {
    content: ""
}

.fi-sr-parking:before {
    content: ""
}

.fi-sr-party-bell:before {
    content: ""
}

.fi-sr-party-horn:before {
    content: ""
}

.fi-sr-party:before {
    content: ""
}

.fi-sr-passport:before {
    content: ""
}

.fi-sr-password:before {
    content: ""
}

.fi-sr-paste:before {
    content: ""
}

.fi-sr-pattern:before {
    content: ""
}

.fi-sr-pause-circle:before {
    content: ""
}

.fi-sr-pause:before {
    content: ""
}

.fi-sr-paw-claws:before {
    content: ""
}

.fi-sr-paw:before {
    content: ""
}

.fi-sr-peace:before {
    content: ""
}

.fi-sr-peach:before {
    content: ""
}

.fi-sr-pedestal:before {
    content: ""
}

.fi-sr-pen-circle:before {
    content: ""
}

.fi-sr-pen-clip-slash:before {
    content: ""
}

.fi-sr-pen-clip:before {
    content: ""
}

.fi-sr-pen-fancy-slash:before {
    content: ""
}

.fi-sr-pen-fancy:before {
    content: ""
}

.fi-sr-pen-field:before {
    content: ""
}

.fi-sr-pen-nib-slash:before {
    content: ""
}

.fi-sr-pen-nib:before {
    content: ""
}

.fi-sr-pen-slash:before {
    content: ""
}

.fi-sr-pen-square:before {
    content: ""
}

.fi-sr-pen-swirl:before {
    content: ""
}

.fi-sr-pencil-paintbrush:before {
    content: ""
}

.fi-sr-pencil-ruler:before {
    content: ""
}

.fi-sr-pencil-slash:before {
    content: ""
}

.fi-sr-pencil:before {
    content: ""
}

.fi-sr-pennant:before {
    content: ""
}

.fi-sr-people-arrows-left-right:before {
    content: ""
}

.fi-sr-people-carry-box:before {
    content: ""
}

.fi-sr-people-dress:before {
    content: ""
}

.fi-sr-people-pants:before {
    content: ""
}

.fi-sr-people-poll:before {
    content: ""
}

.fi-sr-people:before {
    content: ""
}

.fi-sr-pepper-hot:before {
    content: ""
}

.fi-sr-pepper:before {
    content: ""
}

.fi-sr-percentage:before {
    content: ""
}

.fi-sr-person-carry-box:before {
    content: ""
}

.fi-sr-person-circle-check:before {
    content: ""
}

.fi-sr-person-circle-exclamation:before {
    content: ""
}

.fi-sr-person-circle-minus:before {
    content: ""
}

.fi-sr-person-circle-plus:before {
    content: ""
}

.fi-sr-person-circle-question:before {
    content: ""
}

.fi-sr-person-circle-xmark:before {
    content: ""
}

.fi-sr-person-dolly-empty:before {
    content: ""
}

.fi-sr-person-dolly:before {
    content: ""
}

.fi-sr-person-dress-simple:before {
    content: ""
}

.fi-sr-person-dress:before {
    content: ""
}

.fi-sr-person-praying:before {
    content: ""
}

.fi-sr-person-pregnant:before {
    content: ""
}

.fi-sr-person-seat-reclined:before {
    content: ""
}

.fi-sr-person-seat:before {
    content: ""
}

.fi-sr-person-sign:before {
    content: ""
}

.fi-sr-person-simple:before {
    content: ""
}

.fi-sr-person-walking-with-cane:before {
    content: ""
}

.fi-sr-peseta-sign:before {
    content: ""
}

.fi-sr-peso-sign:before {
    content: ""
}

.fi-sr-pharmacy:before {
    content: ""
}

.fi-sr-phone-call:before {
    content: ""
}

.fi-sr-phone-cross:before {
    content: ""
}

.fi-sr-phone-flip:before {
    content: ""
}

.fi-sr-phone-office:before {
    content: ""
}

.fi-sr-phone-pause:before {
    content: ""
}

.fi-sr-phone-plus:before {
    content: ""
}

.fi-sr-phone-rotary:before {
    content: ""
}

.fi-sr-phone-slash:before {
    content: ""
}

.fi-sr-photo-film-music:before {
    content: ""
}

.fi-sr-photo-video:before {
    content: ""
}

.fi-sr-physics:before {
    content: ""
}

.fi-sr-Pi:before {
    content: ""
}

.fi-sr-piano-keyboard:before {
    content: ""
}

.fi-sr-piano:before {
    content: ""
}

.fi-sr-pickaxe:before {
    content: ""
}

.fi-sr-picnic:before {
    content: ""
}

.fi-sr-picpeople-filled:before {
    content: ""
}

.fi-sr-picpeople:before {
    content: ""
}

.fi-sr-picture:before {
    content: ""
}

.fi-sr-pie:before {
    content: ""
}

.fi-sr-piggy-bank:before {
    content: ""
}

.fi-sr-pills:before {
    content: ""
}

.fi-sr-pinata:before {
    content: ""
}

.fi-sr-pineapple:before {
    content: ""
}

.fi-sr-pipe-smoking:before {
    content: ""
}

.fi-sr-pipette:before {
    content: ""
}

.fi-sr-pizza-slice:before {
    content: ""
}

.fi-sr-plane-alt:before {
    content: ""
}

.fi-sr-plane-arrival:before {
    content: ""
}

.fi-sr-plane-departure:before {
    content: ""
}

.fi-sr-plane-prop:before {
    content: ""
}

.fi-sr-plane-slash:before {
    content: ""
}

.fi-sr-plane-tail:before {
    content: ""
}

.fi-sr-plane:before {
    content: ""
}

.fi-sr-planet-moon:before {
    content: ""
}

.fi-sr-planet-ringed:before {
    content: ""
}

.fi-sr-plant-wilt:before {
    content: ""
}

.fi-sr-plate:before {
    content: ""
}

.fi-sr-play-alt:before {
    content: ""
}

.fi-sr-play-circle:before {
    content: ""
}

.fi-sr-play-pause:before {
    content: ""
}

.fi-sr-play:before {
    content: ""
}

.fi-sr-plug:before {
    content: ""
}

.fi-sr-plus-hexagon:before {
    content: ""
}

.fi-sr-plus-minus:before {
    content: ""
}

.fi-sr-plus-small:before {
    content: ""
}

.fi-sr-plus:before {
    content: ""
}

.fi-sr-podcast:before {
    content: ""
}

.fi-sr-podium-star:before {
    content: ""
}

.fi-sr-podium:before {
    content: ""
}

.fi-sr-police-box:before {
    content: ""
}

.fi-sr-poll-h:before {
    content: ""
}

.fi-sr-pompebled:before {
    content: ""
}

.fi-sr-poo-bolt:before {
    content: ""
}

.fi-sr-poo:before {
    content: ""
}

.fi-sr-pool-8-ball:before {
    content: ""
}

.fi-sr-poop:before {
    content: ""
}

.fi-sr-popcorn:before {
    content: ""
}

.fi-sr-portal-enter:before {
    content: ""
}

.fi-sr-portal-exit:before {
    content: ""
}

.fi-sr-portrait:before {
    content: ""
}

.fi-sr-pot:before {
    content: ""
}

.fi-sr-pound:before {
    content: ""
}

.fi-sr-power:before {
    content: ""
}

.fi-sr-prescription-bottle-alt:before {
    content: ""
}

.fi-sr-prescription-bottle-pill:before {
    content: ""
}

.fi-sr-prescription-bottle:before {
    content: ""
}

.fi-sr-prescription:before {
    content: ""
}

.fi-sr-presentation:before {
    content: ""
}

.fi-sr-print-magnifying-glass:before {
    content: ""
}

.fi-sr-print-slash:before {
    content: ""
}

.fi-sr-print:before {
    content: ""
}

.fi-sr-procedures:before {
    content: ""
}

.fi-sr-projector:before {
    content: ""
}

.fi-sr-protractor:before {
    content: ""
}

.fi-sr-pulse:before {
    content: ""
}

.fi-sr-pump-medical:before {
    content: ""
}

.fi-sr-pump:before {
    content: ""
}

.fi-sr-pumpkin-alt:before {
    content: ""
}

.fi-sr-pumpkin:before {
    content: ""
}

.fi-sr-puzzle-alt:before {
    content: ""
}

.fi-sr-puzzle-piece:before {
    content: ""
}

.fi-sr-pyramid:before {
    content: ""
}

.fi-sr-q:before {
    content: ""
}

.fi-sr-qr-scan:before {
    content: ""
}

.fi-sr-QR:before {
    content: ""
}

.fi-sr-qrcode:before {
    content: ""
}

.fi-sr-question-square:before {
    content: ""
}

.fi-sr-question:before {
    content: ""
}

.fi-sr-quote-right:before {
    content: ""
}

.fi-sr-r:before {
    content: ""
}

.fi-sr-rabbit-fast:before {
    content: ""
}

.fi-sr-rabbit:before {
    content: ""
}

.fi-sr-racquet:before {
    content: ""
}

.fi-sr-radar:before {
    content: ""
}

.fi-sr-radiation-alt:before {
    content: ""
}

.fi-sr-radiation:before {
    content: ""
}

.fi-sr-radio-alt:before {
    content: ""
}

.fi-sr-radio:before {
    content: ""
}

.fi-sr-radish:before {
    content: ""
}

.fi-sr-rainbow:before {
    content: ""
}

.fi-sr-raindrops:before {
    content: ""
}

.fi-sr-ram:before {
    content: ""
}

.fi-sr-ramp-loading:before {
    content: ""
}

.fi-sr-raygun:before {
    content: ""
}

.fi-sr-rec:before {
    content: ""
}

.fi-sr-receipt:before {
    content: ""
}

.fi-sr-record-vinyl:before {
    content: ""
}

.fi-sr-rectabgle-vertical:before {
    content: ""
}

.fi-sr-rectangle-barcode:before {
    content: ""
}

.fi-sr-rectangle-code:before {
    content: ""
}

.fi-sr-rectangle-horizontal:before {
    content: ""
}

.fi-sr-rectangle-list:before {
    content: ""
}

.fi-sr-rectangle-panoramic:before {
    content: ""
}

.fi-sr-rectangle-pro:before {
    content: ""
}

.fi-sr-rectangle-vertical-history:before {
    content: ""
}

.fi-sr-rectangle-vertical:before {
    content: ""
}

.fi-sr-rectangle-xmark:before {
    content: ""
}

.fi-sr-rectangles-mixed:before {
    content: ""
}

.fi-sr-recycle:before {
    content: ""
}

.fi-sr-redo-alt:before {
    content: ""
}

.fi-sr-redo:before {
    content: ""
}

.fi-sr-reel:before {
    content: ""
}

.fi-sr-reflect-horizontal:before {
    content: ""
}

.fi-sr-reflect-vertical:before {
    content: ""
}

.fi-sr-reflect:before {
    content: ""
}

.fi-sr-refresh:before {
    content: ""
}

.fi-sr-refrigerator:before {
    content: ""
}

.fi-sr-registered:before {
    content: ""
}

.fi-sr-remove-folder:before {
    content: ""
}

.fi-sr-remove-user:before {
    content: ""
}

.fi-sr-replace:before {
    content: ""
}

.fi-sr-reply-all:before {
    content: ""
}

.fi-sr-republican:before {
    content: ""
}

.fi-sr-resize:before {
    content: ""
}

.fi-sr-resources:before {
    content: ""
}

.fi-sr-restaurant:before {
    content: ""
}

.fi-sr-restroom-simple:before {
    content: ""
}

.fi-sr-rewind:before {
    content: ""
}

.fi-sr-rhombus:before {
    content: ""
}

.fi-sr-ribbon:before {
    content: ""
}

.fi-sr-right:before {
    content: ""
}

.fi-sr-ring-diamond:before {
    content: ""
}

.fi-sr-ring:before {
    content: ""
}

.fi-sr-rings-wedding:before {
    content: ""
}

.fi-sr-road:before {
    content: ""
}

.fi-sr-robot:before {
    content: ""
}

.fi-sr-rocket-lunch:before {
    content: ""
}

.fi-sr-rocket:before {
    content: ""
}

.fi-sr-roller-coaster:before {
    content: ""
}

.fi-sr-room-service:before {
    content: ""
}

.fi-sr-rotate-exclamation:before {
    content: ""
}

.fi-sr-rotate-left:before {
    content: ""
}

.fi-sr-rotate-right:before {
    content: ""
}

.fi-sr-route-highway:before {
    content: ""
}

.fi-sr-route-interstate:before {
    content: ""
}

.fi-sr-route:before {
    content: ""
}

.fi-sr-router:before {
    content: ""
}

.fi-sr-rss-alt:before {
    content: ""
}

.fi-sr-rss:before {
    content: ""
}

.fi-sr-ruble-sign:before {
    content: ""
}

.fi-sr-rugby-helmet:before {
    content: ""
}

.fi-sr-rugby:before {
    content: ""
}

.fi-sr-ruler-combined:before {
    content: ""
}

.fi-sr-ruler-horizontal:before {
    content: ""
}

.fi-sr-ruler-triangle:before {
    content: ""
}

.fi-sr-ruler-vertical:before {
    content: ""
}

.fi-sr-running:before {
    content: ""
}

.fi-sr-rupee-sign:before {
    content: ""
}

.fi-sr-rupiah-sign:before {
    content: ""
}

.fi-sr-rv:before {
    content: ""
}

.fi-sr-s:before {
    content: ""
}

.fi-sr-sack-dollar:before {
    content: ""
}

.fi-sr-sack:before {
    content: ""
}

.fi-sr-sad-cry:before {
    content: ""
}

.fi-sr-sad-tear:before {
    content: ""
}

.fi-sr-sad:before {
    content: ""
}

.fi-sr-sailboat:before {
    content: ""
}

.fi-sr-salad:before {
    content: ""
}

.fi-sr-salt-pepper:before {
    content: ""
}

.fi-sr-sandwich:before {
    content: ""
}

.fi-sr-satellite-dish:before {
    content: ""
}

.fi-sr-satellite:before {
    content: ""
}

.fi-sr-sauce:before {
    content: ""
}

.fi-sr-sausage:before {
    content: ""
}

.fi-sr-sax-hot:before {
    content: ""
}

.fi-sr-saxophone:before {
    content: ""
}

.fi-sr-scale:before {
    content: ""
}

.fi-sr-scalpel-path:before {
    content: ""
}

.fi-sr-scalpel:before {
    content: ""
}

.fi-sr-scanner-gun:before {
    content: ""
}

.fi-sr-scanner-image:before {
    content: ""
}

.fi-sr-scanner-keyboard:before {
    content: ""
}

.fi-sr-scanner-touchscreen:before {
    content: ""
}

.fi-sr-scarecrow:before {
    content: ""
}

.fi-sr-scarf:before {
    content: ""
}

.fi-sr-school-bus:before {
    content: ""
}

.fi-sr-school:before {
    content: ""
}

.fi-sr-scissors:before {
    content: ""
}

.fi-sr-screen:before {
    content: ""
}

.fi-sr-screencast:before {
    content: ""
}

.fi-sr-screwdriver:before {
    content: ""
}

.fi-sr-scribble:before {
    content: ""
}

.fi-sr-scroll-torah:before {
    content: ""
}

.fi-sr-scrubber:before {
    content: ""
}

.fi-sr-scythe:before {
    content: ""
}

.fi-sr-sd-card:before {
    content: ""
}

.fi-sr-sd-cards:before {
    content: ""
}

.fi-sr-seal-exclamation:before {
    content: ""
}

.fi-sr-seal-question:before {
    content: ""
}

.fi-sr-search-alt:before {
    content: ""
}

.fi-sr-search-dollar:before {
    content: ""
}

.fi-sr-search-heart:before {
    content: ""
}

.fi-sr-search-location:before {
    content: ""
}

.fi-sr-search:before {
    content: ""
}

.fi-sr-seat-airline:before {
    content: ""
}

.fi-sr-seedling:before {
    content: ""
}

.fi-sr-select:before {
    content: ""
}

.fi-sr-send-back:before {
    content: ""
}

.fi-sr-send-backward:before {
    content: ""
}

.fi-sr-sensor-alert:before {
    content: ""
}

.fi-sr-sensor-fire:before {
    content: ""
}

.fi-sr-sensor-on:before {
    content: ""
}

.fi-sr-sensor-smoke:before {
    content: ""
}

.fi-sr-sensor:before {
    content: ""
}

.fi-sr-settings-sliders:before {
    content: ""
}

.fi-sr-settings:before {
    content: ""
}

.fi-sr-share-alt-square:before {
    content: ""
}

.fi-sr-share-square:before {
    content: ""
}

.fi-sr-share:before {
    content: ""
}

.fi-sr-sheep:before {
    content: ""
}

.fi-sr-shekel-sign:before {
    content: ""
}

.fi-sr-shelves:before {
    content: ""
}

.fi-sr-shield-alt:before {
    content: ""
}

.fi-sr-shield-check:before {
    content: ""
}

.fi-sr-shield-cross:before {
    content: ""
}

.fi-sr-shield-exclamation:before {
    content: ""
}

.fi-sr-shield-interrogation:before {
    content: ""
}

.fi-sr-shield-keyhole:before {
    content: ""
}

.fi-sr-shield-minus:before {
    content: ""
}

.fi-sr-shield-plus:before {
    content: ""
}

.fi-sr-shield-slash:before {
    content: ""
}

.fi-sr-shield-virus:before {
    content: ""
}

.fi-sr-shield-xmark:before {
    content: ""
}

.fi-sr-shield:before {
    content: ""
}

.fi-sr-ship-side:before {
    content: ""
}

.fi-sr-ship:before {
    content: ""
}

.fi-sr-shipping-fast:before {
    content: ""
}

.fi-sr-shipping-timed:before {
    content: ""
}

.fi-sr-shirt-long-sleeve:before {
    content: ""
}

.fi-sr-shirt-running:before {
    content: ""
}

.fi-sr-shirt-tank-top:before {
    content: ""
}

.fi-sr-shoe-prints:before {
    content: ""
}

.fi-sr-shop-lock:before {
    content: ""
}

.fi-sr-shop-slash:before {
    content: ""
}

.fi-sr-shop:before {
    content: ""
}

.fi-sr-shopping-bag-add:before {
    content: ""
}

.fi-sr-shopping-bag:before {
    content: ""
}

.fi-sr-shopping-basket:before {
    content: ""
}

.fi-sr-shopping-cart-add:before {
    content: ""
}

.fi-sr-shopping-cart-check:before {
    content: ""
}

.fi-sr-shopping-cart:before {
    content: ""
}

.fi-sr-shovel-snow:before {
    content: ""
}

.fi-sr-shovel:before {
    content: ""
}

.fi-sr-shower-down:before {
    content: ""
}

.fi-sr-shower:before {
    content: ""
}

.fi-sr-shredder:before {
    content: ""
}

.fi-sr-shrimp:before {
    content: ""
}

.fi-sr-shuffle:before {
    content: ""
}

.fi-sr-shuttle-van:before {
    content: ""
}

.fi-sr-shuttlecock:before {
    content: ""
}

.fi-sr-Sickle:before {
    content: ""
}

.fi-sr-sidebar-flip:before {
    content: ""
}

.fi-sr-sidebar:before {
    content: ""
}

.fi-sr-sigma:before {
    content: ""
}

.fi-sr-sign-hanging:before {
    content: ""
}

.fi-sr-sign-in-alt:before {
    content: ""
}

.fi-sr-sign-out-alt:before {
    content: ""
}

.fi-sr-signal-alt-1:before {
    content: ""
}

.fi-sr-signal-alt-2:before {
    content: ""
}

.fi-sr-signal-alt-slash:before {
    content: ""
}

.fi-sr-signal-alt:before {
    content: ""
}

.fi-sr-signal-bars-fair:before {
    content: ""
}

.fi-sr-signal-bars-good:before {
    content: ""
}

.fi-sr-signal-bars-weak:before {
    content: ""
}

.fi-sr-signal-stream-slash:before {
    content: ""
}

.fi-sr-signal-stream:before {
    content: ""
}

.fi-sr-signature-lock:before {
    content: ""
}

.fi-sr-signature-slash:before {
    content: "豈"
}

.fi-sr-signature:before {
    content: "更"
}

.fi-sr-sim-card:before {
    content: "車"
}

.fi-sr-sim-cards:before {
    content: "賈"
}

.fi-sr-sink:before {
    content: "滑"
}

.fi-sr-siren-on:before {
    content: "串"
}

.fi-sr-Siren:before {
    content: "句"
}

.fi-sr-site-alt:before {
    content: "龜"
}

.fi-sr-site-browser:before {
    content: "龜"
}

.fi-sr-site:before {
    content: "契"
}

.fi-sr-sitemap:before {
    content: "金"
}

.fi-sr-skateboard:before {
    content: "喇"
}

.fi-sr-skating:before {
    content: "奈"
}

.fi-sr-skeleton:before {
    content: "懶"
}

.fi-sr-skewer:before {
    content: "癩"
}

.fi-sr-ski-jump:before {
    content: "羅"
}

.fi-sr-ski-lift:before {
    content: "蘿"
}

.fi-sr-skiing-nordic:before {
    content: "螺"
}

.fi-sr-skiing:before {
    content: "裸"
}

.fi-sr-skull-cow:before {
    content: "邏"
}

.fi-sr-skull-crossbones:before {
    content: "樂"
}

.fi-sr-skull:before {
    content: "洛"
}

.fi-sr-slash:before {
    content: "烙"
}

.fi-sr-sledding:before {
    content: "珞"
}

.fi-sr-sleigh:before {
    content: "落"
}

.fi-sr-sliders-h-square:before {
    content: "酪"
}

.fi-sr-sliders-v-square:before {
    content: "駱"
}

.fi-sr-sliders-v:before {
    content: "亂"
}

.fi-sr-smartphone:before {
    content: "卵"
}

.fi-sr-smile-beam:before {
    content: "欄"
}

.fi-sr-smile-plus:before {
    content: "爛"
}

.fi-sr-smile-wink:before {
    content: "蘭"
}

.fi-sr-smile:before {
    content: "鸞"
}

.fi-sr-smiley-comment-alt:before {
    content: "嵐"
}

.fi-sr-smog:before {
    content: "濫"
}

.fi-sr-smoke:before {
    content: "藍"
}

.fi-sr-smoking-ban:before {
    content: "襤"
}

.fi-sr-smoking:before {
    content: "拉"
}

.fi-sr-snake:before {
    content: "臘"
}

.fi-sr-snooze:before {
    content: "蠟"
}

.fi-sr-snow-blowing:before {
    content: "廊"
}

.fi-sr-snowboarding:before {
    content: "朗"
}

.fi-sr-snowflake-droplets:before {
    content: "浪"
}

.fi-sr-snowflake:before {
    content: "狼"
}

.fi-sr-snowflakes:before {
    content: "郎"
}

.fi-sr-snowman-alt:before {
    content: "來"
}

.fi-sr-snowman-head:before {
    content: "冷"
}

.fi-sr-snowmobile:before {
    content: "勞"
}

.fi-sr-snowplow:before {
    content: "擄"
}

.fi-sr-soap-alt:before {
    content: "櫓"
}

.fi-sr-soap:before {
    content: "爐"
}

.fi-sr-socks:before {
    content: "盧"
}

.fi-sr-solar-panel:before {
    content: "老"
}

.fi-sr-solar-system:before {
    content: "蘆"
}

.fi-sr-sort-alpha-down-alt:before {
    content: "虜"
}

.fi-sr-sort-alpha-down:before {
    content: "路"
}

.fi-sr-sort-alpha-up-alt:before {
    content: "露"
}

.fi-sr-sort-alpha-up:before {
    content: "魯"
}

.fi-sr-sort-alt:before {
    content: "鷺"
}

.fi-sr-sort-amount-down-alt:before {
    content: "碌"
}

.fi-sr-sort-amount-down:before {
    content: "祿"
}

.fi-sr-sort-amount-up-alt:before {
    content: "綠"
}

.fi-sr-sort-amount-up:before {
    content: "菉"
}

.fi-sr-sort-circle-down:before {
    content: "錄"
}

.fi-sr-sort-circle-up:before {
    content: "鹿"
}

.fi-sr-sort-circle:before {
    content: "論"
}

.fi-sr-sort-down:before {
    content: "壟"
}

.fi-sr-sort-numeric-down-alt:before {
    content: "弄"
}

.fi-sr-sort-numeric-down:before {
    content: "籠"
}

.fi-sr-sort-shapes-down:before {
    content: "聾"
}

.fi-sr-sort-shapes-up:before {
    content: "牢"
}

.fi-sr-sort-size-down:before {
    content: "磊"
}

.fi-sr-sort-size-up:before {
    content: "賂"
}

.fi-sr-sort:before {
    content: "雷"
}

.fi-sr-soup:before {
    content: "壘"
}

.fi-sr-spa:before {
    content: "屢"
}

.fi-sr-space-shuttle:before {
    content: "樓"
}

.fi-sr-space-station-moon-alt:before {
    content: "淚"
}

.fi-sr-space-station-moon:before {
    content: "漏"
}

.fi-sr-spade:before {
    content: "累"
}

.fi-sr-spaghetti-monster-flying:before {
    content: "縷"
}

.fi-sr-sparkles:before {
    content: "陋"
}

.fi-sr-speaker:before {
    content: "勒"
}

.fi-sr-speakers:before {
    content: "肋"
}

.fi-sr-sphere:before {
    content: "凜"
}

.fi-sr-spider-black-widow:before {
    content: "凌"
}

.fi-sr-spider-web:before {
    content: "稜"
}

.fi-sr-spider:before {
    content: "綾"
}

.fi-sr-spinner:before {
    content: "菱"
}

.fi-sr-split:before {
    content: "陵"
}

.fi-sr-splotch:before {
    content: "讀"
}

.fi-sr-spoon:before {
    content: "拏"
}

.fi-sr-spray-can-sparkles:before {
    content: "樂"
}

.fi-sr-spray-can:before {
    content: "諾"
}

.fi-sr-sprinkler:before {
    content: "丹"
}

.fi-sr-square-0:before {
    content: "寧"
}

.fi-sr-square-1:before {
    content: "怒"
}

.fi-sr-square-2:before {
    content: "率"
}

.fi-sr-square-3:before {
    content: "異"
}

.fi-sr-square-4:before {
    content: "北"
}

.fi-sr-square-5:before {
    content: "磻"
}

.fi-sr-square-6:before {
    content: "便"
}

.fi-sr-square-7:before {
    content: "復"
}

.fi-sr-square-8:before {
    content: "不"
}

.fi-sr-square-9:before {
    content: "泌"
}

.fi-sr-square-a:before {
    content: "數"
}

.fi-sr-square-b:before {
    content: "索"
}

.fi-sr-square-bolt:before {
    content: "參"
}

.fi-sr-square-c:before {
    content: "塞"
}

.fi-sr-square-code:before {
    content: "省"
}

.fi-sr-square-d:before {
    content: "葉"
}

.fi-sr-square-dashed:before {
    content: "說"
}

.fi-sr-square-e:before {
    content: "殺"
}

.fi-sr-square-ellipsis-vertical:before {
    content: "辰"
}

.fi-sr-square-ellipsis:before {
    content: "沈"
}

.fi-sr-square-exclamation:before {
    content: "拾"
}

.fi-sr-square-f:before {
    content: "若"
}

.fi-sr-square-g:before {
    content: "掠"
}

.fi-sr-square-h:before {
    content: "略"
}

.fi-sr-square-heart:before {
    content: "亮"
}

.fi-sr-square-i:before {
    content: "兩"
}

.fi-sr-square-info:before {
    content: "凉"
}

.fi-sr-square-j:before {
    content: "梁"
}

.fi-sr-square-k:before {
    content: "糧"
}

.fi-sr-square-kanban:before {
    content: "良"
}

.fi-sr-square-l:before {
    content: "諒"
}

.fi-sr-square-m:before {
    content: "量"
}

.fi-sr-square-minus:before {
    content: "勵"
}

.fi-sr-square-n:before {
    content: "呂"
}

.fi-sr-square-o:before {
    content: "女"
}

.fi-sr-square-p:before {
    content: "廬"
}

.fi-sr-square-phone-hangup:before {
    content: "旅"
}

.fi-sr-square-plus:before {
    content: "濾"
}

.fi-sr-square-poll-horizontal:before {
    content: "礪"
}

.fi-sr-square-poll-vertical:before {
    content: "閭"
}

.fi-sr-square-q:before {
    content: "驪"
}

.fi-sr-square-quote:before {
    content: "麗"
}

.fi-sr-square-r:before {
    content: "黎"
}

.fi-sr-square-root:before {
    content: "力"
}

.fi-sr-square-s:before {
    content: "曆"
}

.fi-sr-square-small:before {
    content: "歷"
}

.fi-sr-square-star:before {
    content: "轢"
}

.fi-sr-square-t:before {
    content: "年"
}

.fi-sr-square-terminal:before {
    content: "憐"
}

.fi-sr-square-u:before {
    content: "戀"
}

.fi-sr-square-v:before {
    content: "撚"
}

.fi-sr-square-w:before {
    content: "漣"
}

.fi-sr-square-x:before {
    content: "煉"
}

.fi-sr-square-y:before {
    content: "璉"
}

.fi-sr-square-z:before {
    content: "秊"
}

.fi-sr-square:before {
    content: "練"
}

.fi-sr-squid:before {
    content: "聯"
}

.fi-sr-squircle:before {
    content: "輦"
}

.fi-sr-squirrel:before {
    content: "蓮"
}

.fi-sr-stairs:before {
    content: "連"
}

.fi-sr-stamp:before {
    content: "鍊"
}

.fi-sr-standard-definition:before {
    content: "列"
}

.fi-sr-star-and-crescent:before {
    content: "劣"
}

.fi-sr-star-christmas:before {
    content: "咽"
}

.fi-sr-star-comment-alt:before {
    content: "烈"
}

.fi-sr-star-exclamation:before {
    content: "裂"
}

.fi-sr-star-octogram:before {
    content: "說"
}

.fi-sr-star-of-david:before {
    content: "廉"
}

.fi-sr-star-sharp-half-stroke:before {
    content: "念"
}

.fi-sr-star-sharp-half:before {
    content: "捻"
}

.fi-sr-star-shooting:before {
    content: "殮"
}

.fi-sr-star:before {
    content: "簾"
}

.fi-sr-starfighter:before {
    content: "獵"
}

.fi-sr-stars:before {
    content: "令"
}

.fi-sr-stats:before {
    content: "囹"
}

.fi-sr-steak:before {
    content: "寧"
}

.fi-sr-steering-wheel:before {
    content: "嶺"
}

.fi-sr-step-backward:before {
    content: "怜"
}

.fi-sr-step-forward:before {
    content: "玲"
}

.fi-sr-sterling-sign:before {
    content: "瑩"
}

.fi-sr-stethoscope:before {
    content: "羚"
}

.fi-sr-sticker:before {
    content: "聆"
}

.fi-sr-stocking:before {
    content: "鈴"
}

.fi-sr-stomach:before {
    content: "零"
}

.fi-sr-stop-circle:before {
    content: "靈"
}

.fi-sr-stop:before {
    content: "領"
}

.fi-sr-stopwatch:before {
    content: "例"
}

.fi-sr-store-alt:before {
    content: "禮"
}

.fi-sr-store-lock:before {
    content: "醴"
}

.fi-sr-store-slash:before {
    content: "隸"
}

.fi-sr-strawberry:before {
    content: "惡"
}

.fi-sr-street-view:before {
    content: "了"
}

.fi-sr-stretcher:before {
    content: "僚"
}

.fi-sr-strikethrough:before {
    content: "寮"
}

.fi-sr-stroopwafel:before {
    content: "尿"
}

.fi-sr-subscript:before {
    content: "料"
}

.fi-sr-subtitles:before {
    content: "樂"
}

.fi-sr-subway:before {
    content: "燎"
}

.fi-sr-suitcase-alt:before {
    content: "療"
}

.fi-sr-summer:before {
    content: "蓼"
}

.fi-sr-sun-dust:before {
    content: "遼"
}

.fi-sr-sun-plant-wilt:before {
    content: "龍"
}

.fi-sr-sun:before {
    content: "暈"
}

.fi-sr-sunglasses:before {
    content: "阮"
}

.fi-sr-sunrise-alt:before {
    content: "劉"
}

.fi-sr-sunrise:before {
    content: "杻"
}

.fi-sr-sunset:before {
    content: "柳"
}

.fi-sr-superscript:before {
    content: "流"
}

.fi-sr-surfing:before {
    content: "溜"
}

.fi-sr-surprise:before {
    content: "琉"
}

.fi-sr-sushi:before {
    content: "留"
}

.fi-sr-swatchbook:before {
    content: "硫"
}

.fi-sr-swimmer:before {
    content: "紐"
}

.fi-sr-sword:before {
    content: "類"
}

.fi-sr-symbol:before {
    content: "六"
}

.fi-sr-symbols:before {
    content: "戮"
}

.fi-sr-syringe:before {
    content: "陸"
}

.fi-sr-t:before {
    content: "倫"
}

.fi-sr-table-columns:before {
    content: "崙"
}

.fi-sr-table-layout:before {
    content: "淪"
}

.fi-sr-table-list:before {
    content: "輪"
}

.fi-sr-table-picnic:before {
    content: "律"
}

.fi-sr-table-pivot:before {
    content: "慄"
}

.fi-sr-table-rows:before {
    content: "栗"
}

.fi-sr-table-tree:before {
    content: "率"
}

.fi-sr-table:before {
    content: "隆"
}

.fi-sr-tablet-android-alt:before {
    content: "利"
}

.fi-sr-tablet-android:before {
    content: "吏"
}

.fi-sr-tablet-rugged:before {
    content: "履"
}

.fi-sr-tablet:before {
    content: "易"
}

.fi-sr-tachometer-alt-average:before {
    content: "李"
}

.fi-sr-tachometer-alt-fastest:before {
    content: "梨"
}

.fi-sr-tachometer-alt-slow:before {
    content: "泥"
}

.fi-sr-tachometer-alt-slowest:before {
    content: "理"
}

.fi-sr-tachometer-average:before {
    content: "痢"
}

.fi-sr-tachometer-fast:before {
    content: "罹"
}

.fi-sr-tachometer-fastest:before {
    content: "裏"
}

.fi-sr-tachometer-slow:before {
    content: "裡"
}

.fi-sr-tachometer-slowest:before {
    content: "里"
}

.fi-sr-tachometer:before {
    content: "離"
}

.fi-sr-taco:before {
    content: "匿"
}

.fi-sr-tags:before {
    content: "溺"
}

.fi-sr-tally-1:before {
    content: "吝"
}

.fi-sr-tally-2:before {
    content: "燐"
}

.fi-sr-tally-3:before {
    content: "璘"
}

.fi-sr-tally-4:before {
    content: "藺"
}

.fi-sr-tally:before {
    content: "隣"
}

.fi-sr-tank-water:before {
    content: "鱗"
}

.fi-sr-tape:before {
    content: "麟"
}

.fi-sr-target:before {
    content: "林"
}

.fi-sr-taxi-bus:before {
    content: "淋"
}

.fi-sr-taxi:before {
    content: "臨"
}

.fi-sr-teddy-bear:before {
    content: "立"
}

.fi-sr-teeth-open:before {
    content: "笠"
}

.fi-sr-telescope:before {
    content: "粒"
}

.fi-sr-temperature-down:before {
    content: "狀"
}

.fi-sr-temperature-frigid:before {
    content: "炙"
}

.fi-sr-temperature-high:before {
    content: "識"
}

.fi-sr-temperature-list:before {
    content: "什"
}

.fi-sr-temperature-low:before {
    content: "茶"
}

.fi-sr-temperature-up:before {
    content: "刺"
}

.fi-sr-template-alt:before {
    content: "切"
}

.fi-sr-template:before {
    content: "度"
}

.fi-sr-tenge:before {
    content: "拓"
}

.fi-sr-tennis:before {
    content: "糖"
}

.fi-sr-tent-arrow-down-to-line:before {
    content: "宅"
}

.fi-sr-tent-arrow-left-right:before {
    content: "洞"
}

.fi-sr-tent-arrow-turn-left:before {
    content: "暴"
}

.fi-sr-tent-arrows-down:before {
    content: "輻"
}

.fi-sr-tents:before {
    content: "行"
}

.fi-sr-terminal:before {
    content: "降"
}

.fi-sr-terrace:before {
    content: "見"
}

.fi-sr-test-tube:before {
    content: "廓"
}

.fi-sr-test:before {
    content: "兀"
}

.fi-sr-text-check:before {
    content: "嗀"
}

.fi-sr-text-height:before {
    content: "﨎"
}

.fi-sr-text-shadow:before {
    content: "﨏"
}

.fi-sr-text-size:before {
    content: "塚"
}

.fi-sr-text-slash:before {
    content: "﨑"
}

.fi-sr-text-width:before {
    content: "晴"
}

.fi-sr-text:before {
    content: "﨓"
}

.fi-sr-theater-masks:before {
    content: "﨔"
}

.fi-sr-thermometer-alt:before {
    content: "凞"
}

.fi-sr-thermometer-empty:before {
    content: "猪"
}

.fi-sr-thermometer-full:before {
    content: "益"
}

.fi-sr-thermometer-half:before {
    content: "礼"
}

.fi-sr-thermometer-quarter:before {
    content: "神"
}

.fi-sr-thermometer-three-quarters:before {
    content: "祥"
}

.fi-sr-theta:before {
    content: "福"
}

.fi-sr-thought-bubble:before {
    content: "靖"
}

.fi-sr-thumbs-down:before {
    content: "精"
}

.fi-sr-thumbs-up:before {
    content: "羽"
}

.fi-sr-thumbtack:before {
    content: "﨟"
}

.fi-sr-thunderstorm-moon:before {
    content: "蘒"
}

.fi-sr-thunderstorm-sun:before {
    content: "﨡"
}

.fi-sr-thunderstorm:before {
    content: "諸"
}

.fi-sr-ticket-airline:before {
    content: "﨣"
}

.fi-sr-ticket-alt:before {
    content: "﨤"
}

.fi-sr-ticket:before {
    content: "逸"
}

.fi-sr-tickets-airline:before {
    content: "都"
}

.fi-sr-tilde:before {
    content: "﨧"
}

.fi-sr-time-add:before {
    content: "﨨"
}

.fi-sr-time-check:before {
    content: "﨩"
}

.fi-sr-time-delete:before {
    content: "飯"
}

.fi-sr-time-fast:before {
    content: "飼"
}

.fi-sr-time-forward-sixty:before {
    content: "館"
}

.fi-sr-time-forward-ten:before {
    content: "鶴"
}

.fi-sr-time-forward:before {
    content: "郞"
}

.fi-sr-time-half-past:before {
    content: "隷"
}

.fi-sr-time-oclock:before {
    content: "侮"
}

.fi-sr-time-past:before {
    content: "僧"
}

.fi-sr-time-quarter-past:before {
    content: "免"
}

.fi-sr-time-quarter-to:before {
    content: "勉"
}

.fi-sr-time-twenty-four:before {
    content: "勤"
}

.fi-sr-times-hexagon:before {
    content: "卑"
}

.fi-sr-tint-slash:before {
    content: "喝"
}

.fi-sr-tire-flat:before {
    content: "嘆"
}

.fi-sr-tire-pressure-warning:before {
    content: "器"
}

.fi-sr-tire-rugged:before {
    content: "塀"
}

.fi-sr-tire:before {
    content: "墨"
}

.fi-sr-tired:before {
    content: "層"
}

.fi-sr-toggle-off:before {
    content: "屮"
}

.fi-sr-toggle-on:before {
    content: "悔"
}

.fi-sr-toilet-paper-blank-under:before {
    content: "慨"
}

.fi-sr-toilet-paper-blank:before {
    content: "憎"
}

.fi-sr-toilet-paper-slash:before {
    content: "懲"
}

.fi-sr-toilet-paper-under-slash:before {
    content: "敏"
}

.fi-sr-toilet-paper-under:before {
    content: "既"
}

.fi-sr-toilet:before {
    content: "暑"
}

.fi-sr-tomato:before {
    content: "梅"
}

.fi-sr-tombstone-alt:before {
    content: "海"
}

.fi-sr-tombstone:before {
    content: "渚"
}

.fi-sr-tool-box:before {
    content: "漢"
}

.fi-sr-tool-crop:before {
    content: "煮"
}

.fi-sr-tool-marquee:before {
    content: "爫"
}

.fi-sr-tools:before {
    content: "琢"
}

.fi-sr-tooth:before {
    content: "碑"
}

.fi-sr-toothbrush:before {
    content: "社"
}

.fi-sr-tornado:before {
    content: "祉"
}

.fi-sr-tower-control:before {
    content: "祈"
}

.fi-sr-tractor:before {
    content: "祐"
}

.fi-sr-trademark:before {
    content: "祖"
}

.fi-sr-traffic-cone:before {
    content: "祝"
}

.fi-sr-traffic-light-go:before {
    content: "禍"
}

.fi-sr-traffic-light-slow:before {
    content: "禎"
}

.fi-sr-traffic-light-stop:before {
    content: "穀"
}

.fi-sr-traffic-light:before {
    content: "突"
}

.fi-sr-trailer:before {
    content: "節"
}

.fi-sr-train-side:before {
    content: "練"
}

.fi-sr-train-subway-tunnel:before {
    content: "縉"
}

.fi-sr-train-tram:before {
    content: "繁"
}

.fi-sr-train:before {
    content: "署"
}

.fi-sr-tram:before {
    content: "者"
}

.fi-sr-transform:before {
    content: "臭"
}

.fi-sr-transformer-bolt:before {
    content: "艹"
}

.fi-sr-transgender:before {
    content: "艹"
}

.fi-sr-transporter-1:before {
    content: "著"
}

.fi-sr-transporter-2:before {
    content: "褐"
}

.fi-sr-transporter-3:before {
    content: "視"
}

.fi-sr-transporter-4:before {
    content: "謁"
}

.fi-sr-transporter-5:before {
    content: "謹"
}

.fi-sr-transporter-6:before {
    content: "賓"
}

.fi-sr-transporter-7:before {
    content: "贈"
}

.fi-sr-transporter-empty:before {
    content: "辶"
}

.fi-sr-transporter:before {
    content: "逸"
}

.fi-sr-trash-can-check:before {
    content: "難"
}

.fi-sr-trash-can-clock:before {
    content: "響"
}

.fi-sr-trash-can-list:before {
    content: "頻"
}

.fi-sr-trash-can-plus:before {
    content: "恵"
}

.fi-sr-trash-can-slash:before {
    content: "𤋮"
}

.fi-sr-trash-check:before {
    content: "舘"
}

.fi-sr-trash-clock:before {
    content: "﩮"
}

.fi-sr-trash-list:before {
    content: "﩯"
}

.fi-sr-trash-plus:before {
    content: "並"
}

.fi-sr-trash-restore-alt:before {
    content: "况"
}

.fi-sr-trash-restore:before {
    content: "全"
}

.fi-sr-trash-slash:before {
    content: "侀"
}

.fi-sr-trash-undo-alt:before {
    content: "充"
}

.fi-sr-trash-undo:before {
    content: "冀"
}

.fi-sr-trash-xmark:before {
    content: "勇"
}

.fi-sr-trash:before {
    content: "勺"
}

.fi-sr-treasure-chest:before {
    content: "喝"
}

.fi-sr-treatment:before {
    content: "啕"
}

.fi-sr-tree-alt:before {
    content: "喙"
}

.fi-sr-tree-christmas:before {
    content: "嗢"
}

.fi-sr-tree-deciduous:before {
    content: "塚"
}

.fi-sr-tree:before {
    content: "墳"
}

.fi-sr-trees-alt:before {
    content: "奄"
}

.fi-sr-trees:before {
    content: "奔"
}

.fi-sr-triangle-music:before {
    content: "婢"
}

.fi-sr-triangle-person-digging:before {
    content: "嬨"
}

.fi-sr-triangle-warning:before {
    content: "廒"
}

.fi-sr-triangle:before {
    content: "廙"
}

.fi-sr-trillium:before {
    content: "彩"
}

.fi-sr-trophy-star:before {
    content: "徭"
}

.fi-sr-trophy:before {
    content: "惘"
}

.fi-sr-truck-bolt:before {
    content: "慎"
}

.fi-sr-truck-container-empty:before {
    content: "愈"
}

.fi-sr-truck-container:before {
    content: "憎"
}

.fi-sr-truck-couch:before {
    content: "慠"
}

.fi-sr-truck-flatbed:before {
    content: "懲"
}

.fi-sr-truck-front:before {
    content: "戴"
}

.fi-sr-truck-loading:before {
    content: "揄"
}

.fi-sr-truck-medical:before {
    content: "搜"
}

.fi-sr-truck-monster:before {
    content: "摒"
}

.fi-sr-truck-moving:before {
    content: "敖"
}

.fi-sr-truck-pickup:before {
    content: "晴"
}

.fi-sr-truck-plow:before {
    content: "朗"
}

.fi-sr-truck-ramp:before {
    content: "望"
}

.fi-sr-truck-side:before {
    content: "杖"
}

.fi-sr-truck-tow:before {
    content: "歹"
}

.fi-sr-trumpet:before {
    content: "殺"
}

.fi-sr-tshirt:before {
    content: "流"
}

.fi-sr-tty:before {
    content: "滛"
}

.fi-sr-tubes:before {
    content: "滋"
}

.fi-sr-tugrik-sign:before {
    content: "漢"
}

.fi-sr-turkey:before {
    content: "瀞"
}

.fi-sr-turntable:before {
    content: "煮"
}

.fi-sr-turtle:before {
    content: "瞧"
}

.fi-sr-tv-music:before {
    content: "爵"
}

.fi-sr-tv-retro:before {
    content: "犯"
}

.fi-sr-typewriter:before {
    content: "猪"
}

.fi-sr-u:before {
    content: "瑱"
}

.fi-sr-ufo-beam:before {
    content: "甆"
}

.fi-sr-ufo:before {
    content: "画"
}

.fi-sr-umbrella-beach:before {
    content: "瘝"
}

.fi-sr-umbrella:before {
    content: "瘟"
}

.fi-sr-underline:before {
    content: "益"
}

.fi-sr-undo-alt:before {
    content: "盛"
}

.fi-sr-undo:before {
    content: "直"
}

.fi-sr-unicorn:before {
    content: "睊"
}

.fi-sr-uniform-martial-arts:before {
    content: "着"
}

.fi-sr-universal-access:before {
    content: "磌"
}

.fi-sr-unlock:before {
    content: "窱"
}

.fi-sr-up-left:before {
    content: "節"
}

.fi-sr-up-right:before {
    content: "类"
}

.fi-sr-up:before {
    content: "絛"
}

.fi-sr-upload:before {
    content: "練"
}

.fi-sr-usb-pendrive:before {
    content: "缾"
}

.fi-sr-usd-circle:before {
    content: "者"
}

.fi-sr-usd-square:before {
    content: "荒"
}

.fi-sr-user-add:before {
    content: "華"
}

.fi-sr-user-alien:before {
    content: "蝹"
}

.fi-sr-user-astronaut:before {
    content: "襁"
}

.fi-sr-user-check:before {
    content: "覆"
}

.fi-sr-user-cowboy:before {
    content: "視"
}

.fi-sr-user-crown:before {
    content: "調"
}

.fi-sr-user-gear:before {
    content: "諸"
}

.fi-sr-user-headset:before {
    content: "請"
}

.fi-sr-user-helmet-safety:before {
    content: "謁"
}

.fi-sr-user-injured:before {
    content: "諾"
}

.fi-sr-user-lock:before {
    content: "諭"
}

.fi-sr-user-md-chat:before {
    content: "謹"
}

.fi-sr-user-md:before {
    content: "變"
}

.fi-sr-user-minus:before {
    content: "贈"
}

.fi-sr-user-music:before {
    content: "輸"
}

.fi-sr-user-ninja:before {
    content: "遲"
}

.fi-sr-user-nurse:before {
    content: "醙"
}

.fi-sr-user-pen:before {
    content: "鉶"
}

.fi-sr-user-pilot-tie:before {
    content: "陼"
}

.fi-sr-user-pilot:before {
    content: "難"
}

.fi-sr-user-police:before {
    content: "靖"
}

.fi-sr-user-robot-xmarks:before {
    content: "韛"
}

.fi-sr-user-robot:before {
    content: "響"
}

.fi-sr-user-shield:before {
    content: "頋"
}

.fi-sr-user-slash:before {
    content: "頻"
}

.fi-sr-user-tag:before {
    content: "鬒"
}

.fi-sr-user-time:before {
    content: "龜"
}

.fi-sr-user-unlock:before {
    content: "𢡊"
}

.fi-sr-user-visor:before {
    content: "𢡄"
}

.fi-sr-user-xmark:before {
    content: "𣏕"
}

.fi-sr-user:before {
    content: "㮝"
}

.fi-sr-users-alt:before {
    content: "䀘"
}

.fi-sr-users-gear:before {
    content: "䀹"
}

.fi-sr-users-medical:before {
    content: "𥉉"
}

.fi-sr-users-slash:before {
    content: "𥳐"
}

.fi-sr-users:before {
    content: "𧻓"
}

.fi-sr-utensils:before {
    content: "齃"
}

.fi-sr-utility-pole-double:before {
    content: "龎"
}

.fi-sr-utility-pole:before {
    content: "﫚"
}

.fi-sr-v:before {
    content: "﫛"
}

.fi-sr-vacuum-robot:before {
    content: "﫜"
}

.fi-sr-vacuum:before {
    content: "﫝"
}

.fi-sr-value-absolute:before {
    content: "﫞"
}

.fi-sr-vault:before {
    content: "﫟"
}

.fi-sr-vector-alt:before {
    content: "﫠"
}

.fi-sr-vector-circle:before {
    content: "﫡"
}

.fi-sr-vector-polygon:before {
    content: "﫢"
}

.fi-sr-vector:before {
    content: "﫣"
}

.fi-sr-venus-double:before {
    content: "﫤"
}

.fi-sr-venus-mars:before {
    content: "﫥"
}

.fi-sr-venus:before {
    content: "﫦"
}

.fi-sr-vest-patches:before {
    content: "﫧"
}

.fi-sr-vest:before {
    content: "﫨"
}

.fi-sr-video-arrow-down-left:before {
    content: "﫩"
}

.fi-sr-video-arrow-up-right:before {
    content: "﫪"
}

.fi-sr-video-camera-alt:before {
    content: "﫫"
}

.fi-sr-video-camera:before {
    content: "﫬"
}

.fi-sr-video-plus:before {
    content: "﫭"
}

.fi-sr-video-slash:before {
    content: "﫮"
}

.fi-sr-virus-slash:before {
    content: "﫯"
}

.fi-sr-virus:before {
    content: "﫰"
}

.fi-sr-viruses:before {
    content: "﫱"
}

.fi-sr-voicemail:before {
    content: "﫲"
}

.fi-sr-volcano:before {
    content: "﫳"
}

.fi-sr-volleyball:before {
    content: "﫴"
}

.fi-sr-volume-down:before {
    content: "﫵"
}

.fi-sr-volume-mute:before {
    content: "﫶"
}

.fi-sr-volume-off:before {
    content: "﫷"
}

.fi-sr-volume-slash:before {
    content: "﫸"
}

.fi-sr-volume:before {
    content: "﫹"
}

.fi-sr-vote-nay:before {
    content: "﫺"
}

.fi-sr-vote-yea:before {
    content: "﫻"
}

.fi-sr-vr-cardboard:before {
    content: "﫼"
}

.fi-sr-w:before {
    content: "﫽"
}

.fi-sr-wagon-covered:before {
    content: "﫾"
}

.fi-sr-walker:before {
    content: "﫿"
}

.fi-sr-walkie-talkie:before {
    content: "ﬀ"
}

.fi-sr-wallet:before {
    content: "ﬁ"
}

.fi-sr-warehouse-alt:before {
    content: "ﬂ"
}

.fi-sr-washer:before {
    content: "ﬃ"
}

.fi-sr-watch-calculator:before {
    content: "ﬄ"
}

.fi-sr-watch-fitness:before {
    content: "ﬅ"
}

.fi-sr-watch-smart:before {
    content: "ﬆ"
}

.fi-sr-watch:before {
    content: "﬇"
}

.fi-sr-water-bottle:before {
    content: "﬈"
}

.fi-sr-water-ladder:before {
    content: "﬉"
}

.fi-sr-water-lower:before {
    content: "﬊"
}

.fi-sr-water-rise:before {
    content: "﬋"
}

.fi-sr-water:before {
    content: "﬌"
}

.fi-sr-watermelon:before {
    content: "﬍"
}

.fi-sr-wave-sine:before {
    content: "﬎"
}

.fi-sr-wave-square:before {
    content: "﬏"
}

.fi-sr-wave-triangle:before {
    content: "﬐"
}

.fi-sr-waveform-path:before {
    content: "﬑"
}

.fi-sr-waveform:before {
    content: "﬒"
}

.fi-sr-webcam-slash:before {
    content: "ﬓ"
}

.fi-sr-webcam:before {
    content: "ﬔ"
}

.fi-sr-whale:before {
    content: "ﬕ"
}

.fi-sr-wheat:before {
    content: "ﬖ"
}

.fi-sr-wheelchair-move:before {
    content: "ﬗ"
}

.fi-sr-wheelchair:before {
    content: "﬘"
}

.fi-sr-whistle:before {
    content: "﬙"
}

.fi-sr-wifi-1:before {
    content: "﬚"
}

.fi-sr-wifi-2:before {
    content: "﬛"
}

.fi-sr-wifi-alt:before {
    content: "﬜"
}

.fi-sr-wifi-exclamation:before {
    content: "יִ"
}

.fi-sr-wifi-slash:before {
    content: "ﬞ"
}

.fi-sr-wifi:before {
    content: "ײַ"
}

.fi-sr-wind-turbine:before {
    content: "ﬠ"
}

.fi-sr-wind-warning:before {
    content: "ﬡ"
}

.fi-sr-wind:before {
    content: "ﬢ"
}

.fi-sr-window-alt:before {
    content: "ﬣ"
}

.fi-sr-window-frame-open:before {
    content: "ﬤ"
}

.fi-sr-window-frame:before {
    content: "ﬥ"
}

.fi-sr-window-maximize:before {
    content: "ﬦ"
}

.fi-sr-window-minimize:before {
    content: "ﬧ"
}

.fi-sr-window-restore:before {
    content: "ﬨ"
}

.fi-sr-windsock:before {
    content: "﬩"
}

.fi-sr-wine-bottle:before {
    content: "שׁ"
}

.fi-sr-wine-glass-crack:before {
    content: "שׂ"
}

.fi-sr-woman-head:before {
    content: "שּׁ"
}

.fi-sr-won-sign:before {
    content: "שּׂ"
}

.fi-sr-world:before {
    content: "אַ"
}

.fi-sr-worm:before {
    content: "אָ"
}

.fi-sr-wreath:before {
    content: "אּ"
}

.fi-sr-wrench-alt:before {
    content: "בּ"
}

.fi-sr-wrench-simple:before {
    content: "גּ"
}

.fi-sr-x-ray:before {
    content: "דּ"
}

.fi-sr-x:before {
    content: "הּ"
}

.fi-sr-y:before {
    content: "וּ"
}

.fi-sr-yen:before {
    content: "זּ"
}

.fi-sr-yin-yang:before {
    content: "﬷"
}

.fi-sr-z:before {
    content: "טּ"
}

.fi-sr-zoom-in:before {
    content: "יּ"
}

.fi-sr-zoom-out:before {
    content: "ךּ"
}

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.1.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: uicons-bold-rounded;
    src: url(https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-rounded/webfonts/uicons-bold-rounded.woff2) format("woff2"), url(https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-rounded/webfonts/uicons-bold-rounded.woff) format("woff"), url(https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-rounded/webfonts/uicons-bold-rounded.eot#iefix) format("embedded-opentype");
    font-display: swap
}

i[class*=" fi-br-"]:before,
i[class^=fi-br-]:before,
span[class*=fi-br-]:before,
span[class^=fi-br-]:before {
    font-family: uicons-bold-rounded !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fi-br-0:before {
    content: ""
}

.fi-br-1:before {
    content: ""
}

.fi-br-2:before {
    content: ""
}

.fi-br-3:before {
    content: ""
}

.fi-br-360-degrees:before {
    content: ""
}

.fi-br-4:before {
    content: ""
}

.fi-br-5:before {
    content: ""
}

.fi-br-6:before {
    content: ""
}

.fi-br-7:before {
    content: ""
}

.fi-br-8:before {
    content: ""
}

.fi-br-9:before {
    content: ""
}

.fi-br-a:before {
    content: ""
}

.fi-br-accident:before {
    content: ""
}

.fi-br-acorn:before {
    content: ""
}

.fi-br-ad:before {
    content: ""
}

.fi-br-add-document:before {
    content: ""
}

.fi-br-add-folder:before {
    content: ""
}

.fi-br-add-image:before {
    content: ""
}

.fi-br-add:before {
    content: ""
}

.fi-br-address-book:before {
    content: ""
}

.fi-br-address-card:before {
    content: ""
}

.fi-br-admin-alt:before {
    content: ""
}

.fi-br-admin:before {
    content: ""
}

.fi-br-air-conditioner:before {
    content: ""
}

.fi-br-air-freshener:before {
    content: ""
}

.fi-br-airplane-journey:before {
    content: ""
}

.fi-br-airplay:before {
    content: ""
}

.fi-br-alarm-clock:before {
    content: ""
}

.fi-br-alarm-exclamation:before {
    content: ""
}

.fi-br-alarm-plus:before {
    content: ""
}

.fi-br-alarm-snooze:before {
    content: ""
}

.fi-br-album-circle-plus:before {
    content: ""
}

.fi-br-album-circle-user:before {
    content: ""
}

.fi-br-album-collection:before {
    content: ""
}

.fi-br-album:before {
    content: ""
}

.fi-br-algorithm:before {
    content: ""
}

.fi-br-alicorn:before {
    content: ""
}

.fi-br-alien:before {
    content: ""
}

.fi-br-align-center:before {
    content: ""
}

.fi-br-align-justify:before {
    content: ""
}

.fi-br-align-left:before {
    content: ""
}

.fi-br-align-slash:before {
    content: ""
}

.fi-br-ambulance:before {
    content: ""
}

.fi-br-anchor:before {
    content: ""
}

.fi-br-angel:before {
    content: ""
}

.fi-br-angle-90:before {
    content: ""
}

.fi-br-angle-circle-down:before {
    content: ""
}

.fi-br-angle-circle-left:before {
    content: ""
}

.fi-br-angle-circle-right:before {
    content: ""
}

.fi-br-angle-circle-up:before {
    content: ""
}

.fi-br-angle-double-left:before {
    content: ""
}

.fi-br-angle-double-right:before {
    content: ""
}

.fi-br-angle-double-small-down:before {
    content: ""
}

.fi-br-angle-double-small-left:before {
    content: ""
}

.fi-br-angle-double-small-right:before {
    content: ""
}

.fi-br-angle-double-small-up:before {
    content: ""
}

.fi-br-angle-down:before {
    content: ""
}

.fi-br-angle-left:before {
    content: ""
}

.fi-br-angle-right:before {
    content: ""
}

.fi-br-angle-small-down:before {
    content: ""
}

.fi-br-angle-small-left:before {
    content: ""
}

.fi-br-angle-small-right:before {
    content: ""
}

.fi-br-angle-small-up:before {
    content: ""
}

.fi-br-angle-square-down:before {
    content: ""
}

.fi-br-angle-square-left:before {
    content: ""
}

.fi-br-angle-square-right:before {
    content: ""
}

.fi-br-angle-square-up:before {
    content: ""
}

.fi-br-angle-up:before {
    content: ""
}

.fi-br-angle:before {
    content: ""
}

.fi-br-angry:before {
    content: ""
}

.fi-br-animated-icon:before {
    content: ""
}

.fi-br-answer-alt:before {
    content: ""
}

.fi-br-answer:before {
    content: ""
}

.fi-br-apartment:before {
    content: ""
}

.fi-br-aperture:before {
    content: ""
}

.fi-br-api:before {
    content: ""
}

.fi-br-apple-core:before {
    content: ""
}

.fi-br-apple-crate:before {
    content: ""
}

.fi-br-apple-whole:before {
    content: ""
}

.fi-br-apps-add:before {
    content: ""
}

.fi-br-apps-delete:before {
    content: ""
}

.fi-br-apps-sort:before {
    content: ""
}

.fi-br-apps:before {
    content: ""
}

.fi-br-archive:before {
    content: ""
}

.fi-br-archway:before {
    content: ""
}

.fi-br-arrow-alt-circle-down:before {
    content: ""
}

.fi-br-arrow-alt-circle-left:before {
    content: ""
}

.fi-br-arrow-alt-circle-right:before {
    content: ""
}

.fi-br-arrow-alt-circle-up:before {
    content: ""
}

.fi-br-arrow-alt-down:before {
    content: ""
}

.fi-br-arrow-alt-from-bottom:before {
    content: ""
}

.fi-br-arrow-alt-from-left:before {
    content: ""
}

.fi-br-arrow-alt-from-right:before {
    content: ""
}

.fi-br-arrow-alt-from-top:before {
    content: ""
}

.fi-br-arrow-alt-left:before {
    content: ""
}

.fi-br-arrow-alt-right:before {
    content: ""
}

.fi-br-arrow-alt-square-down:before {
    content: ""
}

.fi-br-arrow-alt-square-left:before {
    content: ""
}

.fi-br-arrow-alt-square-right:before {
    content: ""
}

.fi-br-arrow-alt-square-up:before {
    content: ""
}

.fi-br-arrow-alt-to-bottom:before {
    content: ""
}

.fi-br-arrow-alt-to-left:before {
    content: ""
}

.fi-br-arrow-alt-to-right:before {
    content: ""
}

.fi-br-arrow-alt-to-top:before {
    content: ""
}

.fi-br-arrow-alt-up:before {
    content: ""
}

.fi-br-arrow-circle-down:before {
    content: ""
}

.fi-br-arrow-circle-left:before {
    content: ""
}

.fi-br-arrow-circle-right:before {
    content: ""
}

.fi-br-arrow-circle-up:before {
    content: ""
}

.fi-br-arrow-down-from-dotted-line:before {
    content: ""
}

.fi-br-arrow-down-left:before {
    content: ""
}

.fi-br-arrow-down-small-big:before {
    content: ""
}

.fi-br-arrow-down-to-dotted-line:before {
    content: ""
}

.fi-br-arrow-down-to-square:before {
    content: ""
}

.fi-br-arrow-down-triangle-square:before {
    content: ""
}

.fi-br-arrow-down:before {
    content: ""
}

.fi-br-arrow-from-bottom:before {
    content: ""
}

.fi-br-arrow-from-left:before {
    content: ""
}

.fi-br-arrow-from-right:before {
    content: ""
}

.fi-br-arrow-from-top:before {
    content: ""
}

.fi-br-arrow-left-from-line:before {
    content: ""
}

.fi-br-arrow-left:before {
    content: ""
}

.fi-br-arrow-progress:before {
    content: ""
}

.fi-br-arrow-right-to-bracket:before {
    content: ""
}

.fi-br-arrow-right:before {
    content: ""
}

.fi-br-arrow-small-down:before {
    content: ""
}

.fi-br-arrow-small-left:before {
    content: ""
}

.fi-br-arrow-small-right:before {
    content: ""
}

.fi-br-arrow-small-up:before {
    content: ""
}

.fi-br-arrow-square-down:before {
    content: ""
}

.fi-br-arrow-square-left:before {
    content: ""
}

.fi-br-arrow-square-right:before {
    content: ""
}

.fi-br-arrow-square-up:before {
    content: ""
}

.fi-br-arrow-to-bottom:before {
    content: ""
}

.fi-br-arrow-to-left:before {
    content: ""
}

.fi-br-arrow-to-right:before {
    content: ""
}

.fi-br-arrow-to-top:before {
    content: ""
}

.fi-br-arrow-trend-down:before {
    content: ""
}

.fi-br-arrow-trend-up:before {
    content: ""
}

.fi-br-arrow-turn-down-left:before {
    content: ""
}

.fi-br-arrow-turn-down-right:before {
    content: ""
}

.fi-br-arrow-up-from-dotted-line:before {
    content: ""
}

.fi-br-arrow-up-from-square:before {
    content: ""
}

.fi-br-arrow-up-left-from-circle:before {
    content: ""
}

.fi-br-arrow-up-left:before {
    content: ""
}

.fi-br-arrow-up-right-and-arrow-down-left-from-center:before {
    content: ""
}

.fi-br-arrow-up-right-from-square:before {
    content: ""
}

.fi-br-arrow-up-right:before {
    content: ""
}

.fi-br-arrow-up-small-big:before {
    content: ""
}

.fi-br-arrow-up-square-triangle:before {
    content: ""
}

.fi-br-arrow-up-to-dotted-line:before {
    content: ""
}

.fi-br-arrow-up:before {
    content: ""
}

.fi-br-arrows-alt-h:before {
    content: ""
}

.fi-br-arrows-alt-v:before {
    content: ""
}

.fi-br-arrows-alt:before {
    content: ""
}

.fi-br-arrows-cross:before {
    content: ""
}

.fi-br-arrows-from-dotted-line:before {
    content: ""
}

.fi-br-arrows-from-line:before {
    content: ""
}

.fi-br-arrows-h-copy:before {
    content: ""
}

.fi-br-arrows-h:before {
    content: ""
}

.fi-br-arrows-repeat-1:before {
    content: ""
}

.fi-br-arrows-repeat:before {
    content: ""
}

.fi-br-arrows-retweet:before {
    content: ""
}

.fi-br-arrows-to-dotted-line:before {
    content: ""
}

.fi-br-arrows-to-eye:before {
    content: ""
}

.fi-br-arrows-to-line:before {
    content: ""
}

.fi-br-arrows:before {
    content: ""
}

.fi-br-artificial-intelligence:before {
    content: ""
}

.fi-br-assept-document:before {
    content: ""
}

.fi-br-assistive-listening-systems:before {
    content: ""
}

.fi-br-asterik:before {
    content: ""
}

.fi-br-astonished-face:before {
    content: ""
}

.fi-br-at:before {
    content: ""
}

.fi-br-attribution-pen:before {
    content: ""
}

.fi-br-attribution-pencil:before {
    content: ""
}

.fi-br-aubergine:before {
    content: ""
}

.fi-br-auction:before {
    content: ""
}

.fi-br-audio-description-slash:before {
    content: ""
}

.fi-br-audit-alt:before {
    content: ""
}

.fi-br-audit:before {
    content: ""
}

.fi-br-austral-sign:before {
    content: ""
}

.fi-br-avocado:before {
    content: ""
}

.fi-br-award:before {
    content: ""
}

.fi-br-axe-battle:before {
    content: ""
}

.fi-br-axe:before {
    content: ""
}

.fi-br-b:before {
    content: ""
}

.fi-br-baby-carriage:before {
    content: ""
}

.fi-br-baby:before {
    content: ""
}

.fi-br-background:before {
    content: ""
}

.fi-br-backpack:before {
    content: ""
}

.fi-br-bacon:before {
    content: ""
}

.fi-br-bacteria:before {
    content: ""
}

.fi-br-bacterium:before {
    content: ""
}

.fi-br-badge-check:before {
    content: ""
}

.fi-br-badge-dollar:before {
    content: ""
}

.fi-br-badge-percent:before {
    content: ""
}

.fi-br-badge-sheriff:before {
    content: ""
}

.fi-br-badge:before {
    content: ""
}

.fi-br-badger-honey:before {
    content: ""
}

.fi-br-badminton:before {
    content: ""
}

.fi-br-bag-seedling:before {
    content: ""
}

.fi-br-bags-shopping:before {
    content: ""
}

.fi-br-baguette:before {
    content: ""
}

.fi-br-bahai:before {
    content: ""
}

.fi-br-baht-sign:before {
    content: ""
}

.fi-br-balance-scale-left:before {
    content: ""
}

.fi-br-balance-scale-right:before {
    content: ""
}

.fi-br-ball-pile:before {
    content: ""
}

.fi-br-balloon:before {
    content: ""
}

.fi-br-balloons:before {
    content: ""
}

.fi-br-ballot-check:before {
    content: ""
}

.fi-br-ballot:before {
    content: ""
}

.fi-br-ban-bug:before {
    content: ""
}

.fi-br-ban:before {
    content: ""
}

.fi-br-banana:before {
    content: ""
}

.fi-br-band-aid:before {
    content: ""
}

.fi-br-bangladeshi-taka-sign:before {
    content: ""
}

.fi-br-banjo:before {
    content: ""
}

.fi-br-bank:before {
    content: ""
}

.fi-br-barber-shop:before {
    content: ""
}

.fi-br-barcode-read:before {
    content: ""
}

.fi-br-barcode-scan:before {
    content: ""
}

.fi-br-barcode:before {
    content: ""
}

.fi-br-bars-filter:before {
    content: ""
}

.fi-br-bars-progress:before {
    content: ""
}

.fi-br-bars-sort:before {
    content: ""
}

.fi-br-bars-staggered:before {
    content: ""
}

.fi-br-baseball-alt:before {
    content: ""
}

.fi-br-baseball:before {
    content: ""
}

.fi-br-basket-shopping-simple:before {
    content: ""
}

.fi-br-basketball-hoop:before {
    content: ""
}

.fi-br-basketball:before {
    content: ""
}

.fi-br-bat:before {
    content: ""
}

.fi-br-bath:before {
    content: ""
}

.fi-br-battery-bolt:before {
    content: ""
}

.fi-br-battery-empty:before {
    content: ""
}

.fi-br-battery-exclamation:before {
    content: ""
}

.fi-br-battery-full:before {
    content: ""
}

.fi-br-battery-half:before {
    content: ""
}

.fi-br-battery-quarter:before {
    content: ""
}

.fi-br-battery-slash:before {
    content: ""
}

.fi-br-battery-three-quarters:before {
    content: ""
}

.fi-br-beacon:before {
    content: ""
}

.fi-br-bed-alt:before {
    content: ""
}

.fi-br-bed-bunk:before {
    content: ""
}

.fi-br-bed-empty:before {
    content: ""
}

.fi-br-bed:before {
    content: ""
}

.fi-br-bee:before {
    content: ""
}

.fi-br-beer-mug-empty:before {
    content: ""
}

.fi-br-beer:before {
    content: ""
}

.fi-br-bell-concierge:before {
    content: ""
}

.fi-br-bell-ring:before {
    content: ""
}

.fi-br-bell-school:before {
    content: ""
}

.fi-br-bell-slash:before {
    content: ""
}

.fi-br-bell:before {
    content: ""
}

.fi-br-bells:before {
    content: ""
}

.fi-br-bench-tree:before {
    content: ""
}

.fi-br-betamax:before {
    content: ""
}

.fi-br-bicycle-journey:before {
    content: ""
}

.fi-br-bike:before {
    content: ""
}

.fi-br-biking-mountain:before {
    content: ""
}

.fi-br-biking:before {
    content: ""
}

.fi-br-billiard:before {
    content: ""
}

.fi-br-binary-circle-check:before {
    content: ""
}

.fi-br-binary-lock:before {
    content: ""
}

.fi-br-binary-slash:before {
    content: ""
}

.fi-br-binary:before {
    content: ""
}

.fi-br-binoculars:before {
    content: ""
}

.fi-br-biohazard:before {
    content: ""
}

.fi-br-bird:before {
    content: ""
}

.fi-br-bitcoin-sign:before {
    content: ""
}

.fi-br-blanket:before {
    content: ""
}

.fi-br-blender-phone:before {
    content: ""
}

.fi-br-blender:before {
    content: ""
}

.fi-br-blinds-open:before {
    content: ""
}

.fi-br-blinds-raised:before {
    content: ""
}

.fi-br-blinds:before {
    content: ""
}

.fi-br-block-brick:before {
    content: ""
}

.fi-br-block-question:before {
    content: ""
}

.fi-br-block-quote:before {
    content: ""
}

.fi-br-block:before {
    content: ""
}

.fi-br-blog-pencil:before {
    content: ""
}

.fi-br-blog-text:before {
    content: ""
}

.fi-br-blueberries:before {
    content: ""
}

.fi-br-bold:before {
    content: ""
}

.fi-br-bolt-auto:before {
    content: ""
}

.fi-br-bolt-slash:before {
    content: ""
}

.fi-br-bolt:before {
    content: ""
}

.fi-br-bomb:before {
    content: ""
}

.fi-br-bone-break:before {
    content: ""
}

.fi-br-bone:before {
    content: ""
}

.fi-br-bong:before {
    content: ""
}

.fi-br-book-alt:before {
    content: ""
}

.fi-br-book-arrow-right:before {
    content: ""
}

.fi-br-book-arrow-up:before {
    content: ""
}

.fi-br-book-atlas:before {
    content: ""
}

.fi-br-book-bookmark:before {
    content: ""
}

.fi-br-book-circle-arrow-right:before {
    content: ""
}

.fi-br-book-circle-arrow-up:before {
    content: ""
}

.fi-br-book-copy:before {
    content: ""
}

.fi-br-book-dead:before {
    content: ""
}

.fi-br-book-font:before {
    content: ""
}

.fi-br-book-medical:before {
    content: ""
}

.fi-br-book-open-cover:before {
    content: ""
}

.fi-br-book-open-reader:before {
    content: ""
}

.fi-br-book-quran:before {
    content: ""
}

.fi-br-book-section:before {
    content: ""
}

.fi-br-book-spells:before {
    content: ""
}

.fi-br-book-tanakh:before {
    content: ""
}

.fi-br-book-user:before {
    content: ""
}

.fi-br-book:before {
    content: ""
}

.fi-br-bookmark-slash:before {
    content: ""
}

.fi-br-bookmark:before {
    content: ""
}

.fi-br-books-medical:before {
    content: ""
}

.fi-br-books:before {
    content: ""
}

.fi-br-boot-heeled:before {
    content: ""
}

.fi-br-boot:before {
    content: ""
}

.fi-br-border-all:before {
    content: ""
}

.fi-br-border-bottom:before {
    content: ""
}

.fi-br-border-center-h:before {
    content: ""
}

.fi-br-border-center-v:before {
    content: ""
}

.fi-br-border-inner:before {
    content: ""
}

.fi-br-border-left:before {
    content: ""
}

.fi-br-border-none:before {
    content: ""
}

.fi-br-border-outer:before {
    content: ""
}

.fi-br-border-right:before {
    content: ""
}

.fi-br-border-style-alt:before {
    content: ""
}

.fi-br-border-style:before {
    content: ""
}

.fi-br-border-top:before {
    content: ""
}

.fi-br-boss:before {
    content: ""
}

.fi-br-bottle-droplet:before {
    content: ""
}

.fi-br-bottle:before {
    content: ""
}

.fi-br-bow-arrow:before {
    content: ""
}

.fi-br-bowl-chopsticks-noodles:before {
    content: ""
}

.fi-br-bowl-chopsticks:before {
    content: ""
}

.fi-br-bowl-rice:before {
    content: ""
}

.fi-br-bowl-scoop:before {
    content: ""
}

.fi-br-bowl-scoops:before {
    content: ""
}

.fi-br-bowl-soft-serve:before {
    content: ""
}

.fi-br-bowl-spoon:before {
    content: ""
}

.fi-br-bowling-ball:before {
    content: ""
}

.fi-br-bowling-pins:before {
    content: ""
}

.fi-br-bowling:before {
    content: ""
}

.fi-br-box-alt:before {
    content: ""
}

.fi-br-box-ballot:before {
    content: ""
}

.fi-br-box-check:before {
    content: ""
}

.fi-br-box-circle-check:before {
    content: ""
}

.fi-br-box-dollar:before {
    content: ""
}

.fi-br-box-fragile:before {
    content: ""
}

.fi-br-box-heart:before {
    content: ""
}

.fi-br-box-open-full:before {
    content: ""
}

.fi-br-box-open:before {
    content: ""
}

.fi-br-box-tissue:before {
    content: ""
}

.fi-br-box-up:before {
    content: ""
}

.fi-br-box:before {
    content: ""
}

.fi-br-boxes:before {
    content: ""
}

.fi-br-boxing-glove:before {
    content: ""
}

.fi-br-bracket-curly-right:before {
    content: ""
}

.fi-br-bracket-curly:before {
    content: ""
}

.fi-br-bracket-round-right:before {
    content: ""
}

.fi-br-bracket-round:before {
    content: ""
}

.fi-br-bracket-square-right:before {
    content: ""
}

.fi-br-bracket-square:before {
    content: ""
}

.fi-br-brackets-curly:before {
    content: ""
}

.fi-br-brackets-round:before {
    content: ""
}

.fi-br-brackets-square:before {
    content: ""
}

.fi-br-braille-a:before {
    content: ""
}

.fi-br-braille-b:before {
    content: ""
}

.fi-br-braille-c:before {
    content: ""
}

.fi-br-braille-d:before {
    content: ""
}

.fi-br-braille-e:before {
    content: ""
}

.fi-br-braille-g:before {
    content: ""
}

.fi-br-braille-h:before {
    content: ""
}

.fi-br-braille-i:before {
    content: ""
}

.fi-br-braille-j:before {
    content: ""
}

.fi-br-braille-k:before {
    content: ""
}

.fi-br-braille-l:before {
    content: ""
}

.fi-br-braille-m:before {
    content: ""
}

.fi-br-braille-n-alt:before {
    content: ""
}

.fi-br-braille-n:before {
    content: ""
}

.fi-br-braille-o:before {
    content: ""
}

.fi-br-braille-p:before {
    content: ""
}

.fi-br-braille-q:before {
    content: ""
}

.fi-br-braille-r:before {
    content: ""
}

.fi-br-braille-s:before {
    content: ""
}

.fi-br-braille-t:before {
    content: ""
}

.fi-br-braille-u:before {
    content: ""
}

.fi-br-braille-v:before {
    content: ""
}

.fi-br-braille-w:before {
    content: ""
}

.fi-br-braille-x:before {
    content: ""
}

.fi-br-braille-y:before {
    content: ""
}

.fi-br-braille-z:before {
    content: ""
}

.fi-br-braille:before {
    content: ""
}

.fi-br-brain-circuit:before {
    content: ""
}

.fi-br-brain:before {
    content: ""
}

.fi-br-bread-loaf:before {
    content: ""
}

.fi-br-bread-slice-butter:before {
    content: ""
}

.fi-br-bread-slice:before {
    content: ""
}

.fi-br-bread:before {
    content: ""
}

.fi-br-briefcase-arrow-right:before {
    content: ""
}

.fi-br-briefcase-blank:before {
    content: ""
}

.fi-br-briefcase:before {
    content: ""
}

.fi-br-brightness-low:before {
    content: ""
}

.fi-br-brightness:before {
    content: ""
}

.fi-br-bring-forward:before {
    content: ""
}

.fi-br-bring-front:before {
    content: ""
}

.fi-br-broadcast-tower:before {
    content: ""
}

.fi-br-broccoli:before {
    content: ""
}

.fi-br-broken-image:before {
    content: ""
}

.fi-br-broom-ball:before {
    content: ""
}

.fi-br-broom:before {
    content: ""
}

.fi-br-browser-ui:before {
    content: ""
}

.fi-br-browser:before {
    content: ""
}

.fi-br-browsers:before {
    content: ""
}

.fi-br-brush:before {
    content: ""
}

.fi-br-bucket:before {
    content: ""
}

.fi-br-budget-alt:before {
    content: ""
}

.fi-br-budget:before {
    content: ""
}

.fi-br-bug-slash:before {
    content: ""
}

.fi-br-bug:before {
    content: ""
}

.fi-br-bugs:before {
    content: ""
}

.fi-br-build-alt:before {
    content: ""
}

.fi-br-build:before {
    content: ""
}

.fi-br-building-ngo:before {
    content: ""
}

.fi-br-building:before {
    content: ""
}

.fi-br-bulb:before {
    content: ""
}

.fi-br-bullet:before {
    content: ""
}

.fi-br-bullhorn:before {
    content: ""
}

.fi-br-bullseye-arrow:before {
    content: ""
}

.fi-br-bullseye-pointer:before {
    content: ""
}

.fi-br-bullseye:before {
    content: ""
}

.fi-br-burger-alt:before {
    content: ""
}

.fi-br-burger-fries:before {
    content: ""
}

.fi-br-burger-glass:before {
    content: ""
}

.fi-br-burrito:before {
    content: ""
}

.fi-br-bus-alt:before {
    content: ""
}

.fi-br-bus:before {
    content: ""
}

.fi-br-business-time:before {
    content: ""
}

.fi-br-Butter:before {
    content: ""
}

.fi-br-butterfly:before {
    content: ""
}

.fi-br-c:before {
    content: ""
}

.fi-br-cabin:before {
    content: ""
}

.fi-br-cactus:before {
    content: ""
}

.fi-br-cake-birthday:before {
    content: ""
}

.fi-br-cake-slice:before {
    content: ""
}

.fi-br-cake-wedding:before {
    content: ""
}

.fi-br-calculator-bill:before {
    content: ""
}

.fi-br-calculator-money:before {
    content: ""
}

.fi-br-calculator-simple:before {
    content: ""
}

.fi-br-calculator:before {
    content: ""
}

.fi-br-calendar-arrow-down:before {
    content: ""
}

.fi-br-calendar-arrow-up:before {
    content: ""
}

.fi-br-calendar-check:before {
    content: ""
}

.fi-br-calendar-clock:before {
    content: ""
}

.fi-br-calendar-day:before {
    content: ""
}

.fi-br-calendar-days:before {
    content: ""
}

.fi-br-calendar-exclamation:before {
    content: ""
}

.fi-br-calendar-heart:before {
    content: ""
}

.fi-br-calendar-image:before {
    content: ""
}

.fi-br-calendar-lines-pen:before {
    content: ""
}

.fi-br-calendar-lines:before {
    content: ""
}

.fi-br-calendar-minus:before {
    content: ""
}

.fi-br-calendar-pen:before {
    content: ""
}

.fi-br-calendar-plus:before {
    content: ""
}

.fi-br-calendar-star:before {
    content: ""
}

.fi-br-calendar-week:before {
    content: ""
}

.fi-br-calendar-xmark:before {
    content: ""
}

.fi-br-calendar:before {
    content: ""
}

.fi-br-calendars:before {
    content: ""
}

.fi-br-call-history:before {
    content: ""
}

.fi-br-call-incoming:before {
    content: ""
}

.fi-br-call-missed:before {
    content: ""
}

.fi-br-call-outgoing:before {
    content: ""
}

.fi-br-camcorder:before {
    content: ""
}

.fi-br-camera-cctv:before {
    content: ""
}

.fi-br-camera-movie:before {
    content: ""
}

.fi-br-camera-retro:before {
    content: ""
}

.fi-br-camera-rotate:before {
    content: ""
}

.fi-br-camera-security:before {
    content: ""
}

.fi-br-camera-slash:before {
    content: ""
}

.fi-br-camera-viewfinder:before {
    content: ""
}

.fi-br-camera:before {
    content: ""
}

.fi-br-campfire:before {
    content: ""
}

.fi-br-camping:before {
    content: ""
}

.fi-br-can-food:before {
    content: ""
}

.fi-br-candle-holder:before {
    content: ""
}

.fi-br-candy-alt:before {
    content: ""
}

.fi-br-candy-bar:before {
    content: ""
}

.fi-br-candy-cane:before {
    content: ""
}

.fi-br-candy-corn:before {
    content: ""
}

.fi-br-candy-sweet:before {
    content: ""
}

.fi-br-candy:before {
    content: ""
}

.fi-br-Cannabis:before {
    content: ""
}

.fi-br-canned-food:before {
    content: ""
}

.fi-br-capsules:before {
    content: ""
}

.fi-br-car-alt:before {
    content: ""
}

.fi-br-car-battery:before {
    content: ""
}

.fi-br-car-bolt:before {
    content: ""
}

.fi-br-car-building:before {
    content: ""
}

.fi-br-car-bump:before {
    content: ""
}

.fi-br-car-bus:before {
    content: ""
}

.fi-br-car-circle-bolt:before {
    content: ""
}

.fi-br-car-crash:before {
    content: ""
}

.fi-br-car-garage:before {
    content: ""
}

.fi-br-car-journey:before {
    content: ""
}

.fi-br-car-mechanic:before {
    content: ""
}

.fi-br-car-rear:before {
    content: ""
}

.fi-br-car-side-bolt:before {
    content: ""
}

.fi-br-car-side:before {
    content: ""
}

.fi-br-car-tilt:before {
    content: ""
}

.fi-br-car-wash:before {
    content: ""
}

.fi-br-car:before {
    content: ""
}

.fi-br-caravan-alt:before {
    content: ""
}

.fi-br-caravan:before {
    content: ""
}

.fi-br-card-club:before {
    content: ""
}

.fi-br-card-diamond:before {
    content: ""
}

.fi-br-card-heart:before {
    content: ""
}

.fi-br-card-spade:before {
    content: ""
}

.fi-br-care:before {
    content: ""
}

.fi-br-caret-circle-down:before {
    content: ""
}

.fi-br-caret-circle-right:before {
    content: ""
}

.fi-br-caret-circle-up:before {
    content: ""
}

.fi-br-caret-down:before {
    content: ""
}

.fi-br-caret-left:before {
    content: ""
}

.fi-br-caret-quare-up:before {
    content: ""
}

.fi-br-caret-right:before {
    content: ""
}

.fi-br-caret-square-down:before {
    content: ""
}

.fi-br-caret-square-left_1:before {
    content: ""
}

.fi-br-caret-square-left:before {
    content: ""
}

.fi-br-caret-square-right:before {
    content: ""
}

.fi-br-caret-up:before {
    content: ""
}

.fi-br-carrot:before {
    content: ""
}

.fi-br-cars-crash:before {
    content: ""
}

.fi-br-cars:before {
    content: ""
}

.fi-br-cart-arrow-down:before {
    content: ""
}

.fi-br-cart-minus:before {
    content: ""
}

.fi-br-cart-shopping-fast:before {
    content: ""
}

.fi-br-cash-register:before {
    content: ""
}

.fi-br-cassette-tape:before {
    content: ""
}

.fi-br-cassette-vhs:before {
    content: ""
}

.fi-br-castle:before {
    content: ""
}

.fi-br-cat-space:before {
    content: ""
}

.fi-br-cat:before {
    content: ""
}

.fi-br-catalog-alt:before {
    content: ""
}

.fi-br-catalog-magazine:before {
    content: ""
}

.fi-br-catalog:before {
    content: ""
}

.fi-br-category-alt:before {
    content: ""
}

.fi-br-category:before {
    content: ""
}

.fi-br-cauldron:before {
    content: ""
}

.fi-br-cedi-sign:before {
    content: ""
}

.fi-br-cello:before {
    content: ""
}

.fi-br-cent-sign:before {
    content: ""
}

.fi-br-chair-office:before {
    content: ""
}

.fi-br-chair:before {
    content: ""
}

.fi-br-chalkboard-user:before {
    content: ""
}

.fi-br-challenge-alt:before {
    content: ""
}

.fi-br-challenge:before {
    content: ""
}

.fi-br-charging-station:before {
    content: ""
}

.fi-br-chart-area:before {
    content: ""
}

.fi-br-chart-bullet:before {
    content: ""
}

.fi-br-chart-candlestick:before {
    content: ""
}

.fi-br-chart-connected:before {
    content: ""
}

.fi-br-chart-gantt:before {
    content: ""
}

.fi-br-chart-histogram:before {
    content: ""
}

.fi-br-chart-line-up:before {
    content: ""
}

.fi-br-chart-mixed:before {
    content: ""
}

.fi-br-chart-network:before {
    content: ""
}

.fi-br-chart-pie-alt:before {
    content: ""
}

.fi-br-chart-pie:before {
    content: ""
}

.fi-br-chart-pyramid:before {
    content: ""
}

.fi-br-chart-radar:before {
    content: ""
}

.fi-br-chart-scatter-3d:before {
    content: ""
}

.fi-br-chart-scatter-bubble:before {
    content: ""
}

.fi-br-chart-scatter:before {
    content: ""
}

.fi-br-chart-set-theory:before {
    content: ""
}

.fi-br-chart-simple-horizontal:before {
    content: ""
}

.fi-br-chart-simple:before {
    content: ""
}

.fi-br-chart-tree-map:before {
    content: ""
}

.fi-br-chart-tree:before {
    content: ""
}

.fi-br-chart-user:before {
    content: ""
}

.fi-br-chart-waterfall:before {
    content: ""
}

.fi-br-chat-arrow-down:before {
    content: ""
}

.fi-br-chat-arrow-grow:before {
    content: ""
}

.fi-br-chatbot-speech-bubble:before {
    content: ""
}

.fi-br-chatbot:before {
    content: ""
}

.fi-br-check-circle:before {
    content: ""
}

.fi-br-check-double:before {
    content: ""
}

.fi-br-check:before {
    content: ""
}

.fi-br-checkbox:before {
    content: ""
}

.fi-br-cheese-alt:before {
    content: ""
}

.fi-br-cheese:before {
    content: ""
}

.fi-br-cheeseburger:before {
    content: ""
}

.fi-br-cherry:before {
    content: ""
}

.fi-br-chess-bishop:before {
    content: ""
}

.fi-br-chess-board:before {
    content: ""
}

.fi-br-chess-clock-alt:before {
    content: ""
}

.fi-br-chess-clock:before {
    content: ""
}

.fi-br-chess-king-alt:before {
    content: ""
}

.fi-br-chess-king:before {
    content: ""
}

.fi-br-chess-knight-alt:before {
    content: ""
}

.fi-br-chess-knight:before {
    content: ""
}

.fi-br-chess-pawn-alt:before {
    content: ""
}

.fi-br-chess-pawn:before {
    content: ""
}

.fi-br-chess-piece:before {
    content: ""
}

.fi-br-chess-queen-alt:before {
    content: ""
}

.fi-br-chess-queen:before {
    content: ""
}

.fi-br-chess-rook-alt:before {
    content: ""
}

.fi-br-chess-rook:before {
    content: ""
}

.fi-br-chess:before {
    content: ""
}

.fi-br-chevron-double-down:before {
    content: ""
}

.fi-br-chevron-double-up:before {
    content: ""
}

.fi-br-child-head:before {
    content: ""
}

.fi-br-child:before {
    content: ""
}

.fi-br-chimney:before {
    content: ""
}

.fi-br-chocolate:before {
    content: ""
}

.fi-br-choose-alt:before {
    content: ""
}

.fi-br-choose:before {
    content: ""
}

.fi-br-circle-0:before {
    content: ""
}

.fi-br-circle-1:before {
    content: ""
}

.fi-br-circle-2:before {
    content: ""
}

.fi-br-circle-3:before {
    content: ""
}

.fi-br-circle-4:before {
    content: ""
}

.fi-br-circle-5:before {
    content: ""
}

.fi-br-circle-6:before {
    content: ""
}

.fi-br-circle-7:before {
    content: ""
}

.fi-br-circle-8:before {
    content: ""
}

.fi-br-circle-9:before {
    content: ""
}

.fi-br-circle-a:before {
    content: ""
}

.fi-br-circle-b:before {
    content: ""
}

.fi-br-circle-bolt:before {
    content: ""
}

.fi-br-circle-book-open:before {
    content: ""
}

.fi-br-circle-bookmark:before {
    content: ""
}

.fi-br-circle-c:before {
    content: ""
}

.fi-br-circle-calendar:before {
    content: ""
}

.fi-br-circle-camera:before {
    content: ""
}

.fi-br-circle-d:before {
    content: ""
}

.fi-br-circle-dashed:before {
    content: ""
}

.fi-br-circle-e:before {
    content: ""
}

.fi-br-circle-ellipsis-vertical:before {
    content: ""
}

.fi-br-circle-ellipsis:before {
    content: ""
}

.fi-br-circle-envelope:before {
    content: ""
}

.fi-br-circle-exclamation-check:before {
    content: ""
}

.fi-br-circle-f:before {
    content: ""
}

.fi-br-circle-g:before {
    content: ""
}

.fi-br-circle-h:before {
    content: ""
}

.fi-br-circle-half-stroke:before {
    content: ""
}

.fi-br-circle-half:before {
    content: ""
}

.fi-br-circle-heart:before {
    content: ""
}

.fi-br-circle-i:before {
    content: ""
}

.fi-br-circle-j:before {
    content: ""
}

.fi-br-circle-k:before {
    content: ""
}

.fi-br-circle-l:before {
    content: ""
}

.fi-br-circle-m:before {
    content: ""
}

.fi-br-circle-microphone-lines:before {
    content: ""
}

.fi-br-circle-microphone:before {
    content: ""
}

.fi-br-circle-n:before {
    content: ""
}

.fi-br-circle-o:before {
    content: ""
}

.fi-br-circle-p:before {
    content: ""
}

.fi-br-circle-phone-flip:before {
    content: ""
}

.fi-br-circle-phone-hangup:before {
    content: ""
}

.fi-br-circle-phone:before {
    content: ""
}

.fi-br-circle-q:before {
    content: ""
}

.fi-br-circle-quarter:before {
    content: ""
}

.fi-br-circle-quarters-alt:before {
    content: ""
}

.fi-br-circle-r:before {
    content: ""
}

.fi-br-circle-s:before {
    content: ""
}

.fi-br-circle-small:before {
    content: ""
}

.fi-br-circle-star:before {
    content: ""
}

.fi-br-circle-t:before {
    content: ""
}

.fi-br-circle-three-quarters:before {
    content: ""
}

.fi-br-circle-trash:before {
    content: ""
}

.fi-br-circle-u:before {
    content: ""
}

.fi-br-circle-user:before {
    content: ""
}

.fi-br-circle-v:before {
    content: ""
}

.fi-br-circle-video:before {
    content: ""
}

.fi-br-circle-w:before {
    content: ""
}

.fi-br-circle-waveform-lines:before {
    content: ""
}

.fi-br-circle-x:before {
    content: ""
}

.fi-br-circle-xmark:before {
    content: ""
}

.fi-br-circle-y:before {
    content: ""
}

.fi-br-circle-z:before {
    content: ""
}

.fi-br-circle:before {
    content: ""
}

.fi-br-citrus-slice:before {
    content: ""
}

.fi-br-citrus:before {
    content: ""
}

.fi-br-city:before {
    content: ""
}

.fi-br-clapperboard-play:before {
    content: ""
}

.fi-br-clapperboard:before {
    content: ""
}

.fi-br-clarinet:before {
    content: ""
}

.fi-br-claw-marks:before {
    content: ""
}

.fi-br-clear-alt:before {
    content: ""
}

.fi-br-clip:before {
    content: ""
}

.fi-br-clipboard-check:before {
    content: ""
}

.fi-br-clipboard-list-check:before {
    content: ""
}

.fi-br-clipboard-list:before {
    content: ""
}

.fi-br-clipboard-prescription:before {
    content: ""
}

.fi-br-clipboard-user:before {
    content: ""
}

.fi-br-clipboard:before {
    content: ""
}

.fi-br-clock-desk:before {
    content: ""
}

.fi-br-clock-eight-thirty:before {
    content: ""
}

.fi-br-clock-eleven-thirty:before {
    content: ""
}

.fi-br-clock-eleven:before {
    content: ""
}

.fi-br-clock-five-thirty:before {
    content: ""
}

.fi-br-clock-five:before {
    content: ""
}

.fi-br-clock-four-thirty:before {
    content: ""
}

.fi-br-clock-nine-thirty:before {
    content: ""
}

.fi-br-clock-nine:before {
    content: ""
}

.fi-br-clock-one-thirty:before {
    content: ""
}

.fi-br-clock-one:before {
    content: ""
}

.fi-br-clock-seven-thirty:before {
    content: ""
}

.fi-br-clock-seven:before {
    content: ""
}

.fi-br-clock-six-thirty:before {
    content: ""
}

.fi-br-clock-six:before {
    content: ""
}

.fi-br-clock-ten-thirty:before {
    content: ""
}

.fi-br-clock-ten:before {
    content: ""
}

.fi-br-clock-three-thirty:before {
    content: ""
}

.fi-br-clock-three:before {
    content: ""
}

.fi-br-clock-twelve-thirty:before {
    content: ""
}

.fi-br-clock-twelve:before {
    content: ""
}

.fi-br-clock-two-thirty:before {
    content: ""
}

.fi-br-clock-two:before {
    content: ""
}

.fi-br-clock:before {
    content: ""
}

.fi-br-clone:before {
    content: ""
}

.fi-br-closed-captioning-slash:before {
    content: ""
}

.fi-br-clothes-hanger:before {
    content: ""
}

.fi-br-cloud-check:before {
    content: ""
}

.fi-br-cloud-code:before {
    content: ""
}

.fi-br-cloud-disabled:before {
    content: ""
}

.fi-br-cloud-download-alt:before {
    content: ""
}

.fi-br-cloud-download:before {
    content: ""
}

.fi-br-cloud-drizzle:before {
    content: ""
}

.fi-br-cloud-exclamation:before {
    content: ""
}

.fi-br-cloud-hail-mixed:before {
    content: ""
}

.fi-br-cloud-hail:before {
    content: ""
}

.fi-br-cloud-meatball:before {
    content: ""
}

.fi-br-cloud-moon-rain:before {
    content: ""
}

.fi-br-cloud-moon:before {
    content: ""
}

.fi-br-cloud-question:before {
    content: ""
}

.fi-br-cloud-rain:before {
    content: ""
}

.fi-br-cloud-rainbow:before {
    content: ""
}

.fi-br-cloud-share:before {
    content: ""
}

.fi-br-cloud-showers-heavy:before {
    content: ""
}

.fi-br-cloud-showers:before {
    content: ""
}

.fi-br-cloud-sleet:before {
    content: ""
}

.fi-br-cloud-snow:before {
    content: ""
}

.fi-br-cloud-sun-rain:before {
    content: ""
}

.fi-br-cloud-sun:before {
    content: ""
}

.fi-br-cloud-upload-alt:before {
    content: ""
}

.fi-br-cloud-upload:before {
    content: ""
}

.fi-br-cloud:before {
    content: ""
}

.fi-br-clouds-moon:before {
    content: ""
}

.fi-br-clouds-sun:before {
    content: ""
}

.fi-br-clouds:before {
    content: ""
}

.fi-br-clover-alt:before {
    content: ""
}

.fi-br-club:before {
    content: ""
}

.fi-br-cocktail-alt:before {
    content: ""
}

.fi-br-cocktail:before {
    content: ""
}

.fi-br-coconut:before {
    content: ""
}

.fi-br-code-branch:before {
    content: ""
}

.fi-br-code-commit:before {
    content: ""
}

.fi-br-code-compare:before {
    content: ""
}

.fi-br-code-fork:before {
    content: ""
}

.fi-br-code-merge:before {
    content: ""
}

.fi-br-code-pull-request-closed:before {
    content: ""
}

.fi-br-code-pull-request-draft:before {
    content: ""
}

.fi-br-code-pull-request:before {
    content: ""
}

.fi-br-code-simple:before {
    content: ""
}

.fi-br-coffee-bean:before {
    content: ""
}

.fi-br-coffee-beans:before {
    content: ""
}

.fi-br-coffee-pot:before {
    content: ""
}

.fi-br-coffee:before {
    content: ""
}

.fi-br-coffin-cross:before {
    content: ""
}

.fi-br-coffin:before {
    content: ""
}

.fi-br-coin-up-arrow:before {
    content: ""
}

.fi-br-coin:before {
    content: ""
}

.fi-br-coins:before {
    content: ""
}

.fi-br-colon-sign:before {
    content: ""
}

.fi-br-columns-3:before {
    content: ""
}

.fi-br-comet:before {
    content: ""
}

.fi-br-command:before {
    content: ""
}

.fi-br-comment-alt-check:before {
    content: ""
}

.fi-br-comment-alt-dots:before {
    content: ""
}

.fi-br-comment-alt-edit:before {
    content: ""
}

.fi-br-comment-alt-medical:before {
    content: ""
}

.fi-br-comment-alt-middle-top:before {
    content: ""
}

.fi-br-comment-alt-middle:before {
    content: ""
}

.fi-br-comment-alt-minus:before {
    content: ""
}

.fi-br-comment-alt-music:before {
    content: ""
}

.fi-br-comment-alt:before {
    content: ""
}

.fi-br-comment-arrow-down:before {
    content: ""
}

.fi-br-comment-arrow-up-right:before {
    content: ""
}

.fi-br-comment-arrow-up:before {
    content: ""
}

.fi-br-comment-check:before {
    content: ""
}

.fi-br-comment-code:before {
    content: ""
}

.fi-br-comment-dollar:before {
    content: ""
}

.fi-br-comment-dots:before {
    content: ""
}

.fi-br-comment-exclamation:before {
    content: ""
}

.fi-br-comment-heart:before {
    content: ""
}

.fi-br-comment-image:before {
    content: ""
}

.fi-br-comment-info:before {
    content: ""
}

.fi-br-comment-medical:before {
    content: ""
}

.fi-br-comment-minus:before {
    content: ""
}

.fi-br-comment-pen:before {
    content: ""
}

.fi-br-comment-question:before {
    content: ""
}

.fi-br-comment-quote:before {
    content: ""
}

.fi-br-comment-slash:before {
    content: ""
}

.fi-br-comment-smile:before {
    content: ""
}

.fi-br-comment-sms:before {
    content: ""
}

.fi-br-comment-text:before {
    content: ""
}

.fi-br-comment-user:before {
    content: ""
}

.fi-br-comment-xmark:before {
    content: ""
}

.fi-br-comment:before {
    content: ""
}

.fi-br-comments-dollar:before {
    content: ""
}

.fi-br-comments-question-check:before {
    content: ""
}

.fi-br-comments-question:before {
    content: ""
}

.fi-br-comments:before {
    content: ""
}

.fi-br-compass-slash:before {
    content: ""
}

.fi-br-completed:before {
    content: ""
}

.fi-br-compliance-clipboard:before {
    content: ""
}

.fi-br-compliance-document:before {
    content: ""
}

.fi-br-compliance:before {
    content: ""
}

.fi-br-compress-alt:before {
    content: ""
}

.fi-br-compress:before {
    content: ""
}

.fi-br-computer-classic:before {
    content: ""
}

.fi-br-computer-mouse:before {
    content: ""
}

.fi-br-computer-speaker:before {
    content: ""
}

.fi-br-computer:before {
    content: ""
}

.fi-br-concierge-bell:before {
    content: ""
}

.fi-br-condition-alt:before {
    content: ""
}

.fi-br-condition:before {
    content: ""
}

.fi-br-confetti:before {
    content: ""
}

.fi-br-constellation:before {
    content: ""
}

.fi-br-container-storage:before {
    content: ""
}

.fi-br-conveyor-belt-alt:before {
    content: ""
}

.fi-br-conveyor-belt-empty:before {
    content: ""
}

.fi-br-conveyor-belt:before {
    content: ""
}

.fi-br-cookie-alt:before {
    content: ""
}

.fi-br-cookie:before {
    content: ""
}

.fi-br-copy-alt:before {
    content: ""
}

.fi-br-copy-image:before {
    content: ""
}

.fi-br-copy:before {
    content: ""
}

.fi-br-copyright:before {
    content: ""
}

.fi-br-corn:before {
    content: ""
}

.fi-br-couch:before {
    content: ""
}

.fi-br-couple:before {
    content: ""
}

.fi-br-cow-alt:before {
    content: ""
}

.fi-br-cow:before {
    content: ""
}

.fi-br-cowbell-circle-plus:before {
    content: ""
}

.fi-br-cowbell-more:before {
    content: ""
}

.fi-br-cowbell:before {
    content: ""
}

.fi-br-crab:before {
    content: ""
}

.fi-br-crate-empty:before {
    content: ""
}

.fi-br-cream:before {
    content: ""
}

.fi-br-credit-card:before {
    content: ""
}

.fi-br-cricket:before {
    content: ""
}

.fi-br-croissant:before {
    content: ""
}

.fi-br-cross-circle:before {
    content: ""
}

.fi-br-cross-religion:before {
    content: ""
}

.fi-br-cross-small:before {
    content: ""
}

.fi-br-cross:before {
    content: ""
}

.fi-br-crow:before {
    content: ""
}

.fi-br-crown:before {
    content: ""
}

.fi-br-crutch:before {
    content: ""
}

.fi-br-crutches:before {
    content: ""
}

.fi-br-cruzeiro-sign:before {
    content: ""
}

.fi-br-crystal-ball:before {
    content: ""
}

.fi-br-cube:before {
    content: ""
}

.fi-br-cubes-stacked:before {
    content: ""
}

.fi-br-cubes:before {
    content: ""
}

.fi-br-cucumber:before {
    content: ""
}

.fi-br-cup-straw-swoosh:before {
    content: ""
}

.fi-br-cup-straw:before {
    content: ""
}

.fi-br-cup-togo:before {
    content: ""
}

.fi-br-cupcake-alt:before {
    content: ""
}

.fi-br-cupcake:before {
    content: ""
}

.fi-br-curling:before {
    content: ""
}

.fi-br-cursor-finger:before {
    content: ""
}

.fi-br-cursor-plus:before {
    content: ""
}

.fi-br-cursor-text-alt:before {
    content: ""
}

.fi-br-cursor-text:before {
    content: ""
}

.fi-br-cursor:before {
    content: ""
}

.fi-br-custard:before {
    content: ""
}

.fi-br-customer-care:before {
    content: ""
}

.fi-br-customer-service:before {
    content: ""
}

.fi-br-d:before {
    content: ""
}

.fi-br-dagger:before {
    content: ""
}

.fi-br-dart:before {
    content: ""
}

.fi-br-dashboard:before {
    content: ""
}

.fi-br-data-transfer:before {
    content: ""
}

.fi-br-database:before {
    content: ""
}

.fi-br-deer-rudolph:before {
    content: ""
}

.fi-br-deer:before {
    content: ""
}

.fi-br-delete-document:before {
    content: ""
}

.fi-br-delete-right:before {
    content: ""
}

.fi-br-delete-user:before {
    content: ""
}

.fi-br-delete:before {
    content: ""
}

.fi-br-democrat:before {
    content: ""
}

.fi-br-deposit-alt:before {
    content: ""
}

.fi-br-deposit:before {
    content: ""
}

.fi-br-description-alt:before {
    content: ""
}

.fi-br-description:before {
    content: ""
}

.fi-br-desktop-arrow-down:before {
    content: ""
}

.fi-br-desktop-wallpaper:before {
    content: ""
}

.fi-br-devices:before {
    content: ""
}

.fi-br-dewpoint:before {
    content: ""
}

.fi-br-dharmachakra:before {
    content: ""
}

.fi-br-diagram-cells:before {
    content: ""
}

.fi-br-diagram-lean-canvas:before {
    content: ""
}

.fi-br-diagram-nested:before {
    content: ""
}

.fi-br-diagram-next:before {
    content: ""
}

.fi-br-diagram-predecessor:before {
    content: ""
}

.fi-br-diagram-previous:before {
    content: ""
}

.fi-br-diagram-project:before {
    content: ""
}

.fi-br-diagram-sankey:before {
    content: ""
}

.fi-br-diagram-subtask:before {
    content: ""
}

.fi-br-diagram-successor:before {
    content: ""
}

.fi-br-diagram-venn:before {
    content: ""
}

.fi-br-dial-high:before {
    content: ""
}

.fi-br-dial-low:before {
    content: ""
}

.fi-br-dial-max:before {
    content: ""
}

.fi-br-dial-med-low:before {
    content: ""
}

.fi-br-dial-med:before {
    content: ""
}

.fi-br-dial-min:before {
    content: ""
}

.fi-br-dial-off:before {
    content: ""
}

.fi-br-dial:before {
    content: ""
}

.fi-br-diamond-exclamation:before {
    content: ""
}

.fi-br-diamond-turn-right:before {
    content: ""
}

.fi-br-diamond:before {
    content: ""
}

.fi-br-diary-bookmark-down:before {
    content: ""
}

.fi-br-diary-bookmarks:before {
    content: ""
}

.fi-br-diary-clasp:before {
    content: ""
}

.fi-br-dice-alt:before {
    content: ""
}

.fi-br-dice-d10:before {
    content: ""
}

.fi-br-dice-d12:before {
    content: ""
}

.fi-br-dice-d20:before {
    content: ""
}

.fi-br-dice-d4:before {
    content: ""
}

.fi-br-dice-d6:before {
    content: ""
}

.fi-br-dice-d8:before {
    content: ""
}

.fi-br-dice-four:before {
    content: ""
}

.fi-br-dice-one:before {
    content: ""
}

.fi-br-dice-six:before {
    content: ""
}

.fi-br-dice-three:before {
    content: ""
}

.fi-br-dice-two:before {
    content: ""
}

.fi-br-dice:before {
    content: ""
}

.fi-br-digging:before {
    content: ""
}

.fi-br-digital-tachograph:before {
    content: ""
}

.fi-br-diploma:before {
    content: ""
}

.fi-br-direction-signal-arrow:before {
    content: ""
}

.fi-br-direction-signal:before {
    content: ""
}

.fi-br-disc-drive:before {
    content: ""
}

.fi-br-disco-ball:before {
    content: ""
}

.fi-br-discover:before {
    content: ""
}

.fi-br-disease:before {
    content: ""
}

.fi-br-disk:before {
    content: ""
}

.fi-br-display-arrow-down:before {
    content: ""
}

.fi-br-display-code:before {
    content: ""
}

.fi-br-display-medical:before {
    content: ""
}

.fi-br-display-slash:before {
    content: ""
}

.fi-br-distribute-spacing-horizontal:before {
    content: ""
}

.fi-br-distribute-spacing-vertical:before {
    content: ""
}

.fi-br-dizzy:before {
    content: ""
}

.fi-br-dna:before {
    content: ""
}

.fi-br-do-not-enter:before {
    content: ""
}

.fi-br-doctor:before {
    content: ""
}

.fi-br-document-signed:before {
    content: ""
}

.fi-br-document:before {
    content: ""
}

.fi-br-dog:before {
    content: ""
}

.fi-br-dollar:before {
    content: ""
}

.fi-br-dolly-flatbed-alt:before {
    content: ""
}

.fi-br-dolly-flatbed-empty:before {
    content: ""
}

.fi-br-dolly-flatbed:before {
    content: ""
}

.fi-br-dolphin:before {
    content: ""
}

.fi-br-donate:before {
    content: ""
}

.fi-br-dong-sign:before {
    content: ""
}

.fi-br-donut:before {
    content: ""
}

.fi-br-door-closed:before {
    content: ""
}

.fi-br-door-open:before {
    content: ""
}

.fi-br-dot-circle:before {
    content: ""
}

.fi-br-dove:before {
    content: ""
}

.fi-br-down-left-and-up-right-to-center:before {
    content: ""
}

.fi-br-down-left:before {
    content: ""
}

.fi-br-down-right:before {
    content: ""
}

.fi-br-down-to-line:before {
    content: ""
}

.fi-br-down:before {
    content: ""
}

.fi-br-download:before {
    content: ""
}

.fi-br-drafting-compass:before {
    content: ""
}

.fi-br-dragon:before {
    content: ""
}

.fi-br-draw-polygon:before {
    content: ""
}

.fi-br-draw-square:before {
    content: ""
}

.fi-br-dreidel:before {
    content: ""
}

.fi-br-drink-alt:before {
    content: ""
}

.fi-br-driver-man:before {
    content: ""
}

.fi-br-driver-woman:before {
    content: ""
}

.fi-br-drone-alt:before {
    content: ""
}

.fi-br-drone-front:before {
    content: ""
}

.fi-br-drone:before {
    content: ""
}

.fi-br-drop-down:before {
    content: ""
}

.fi-br-drum-steelpan:before {
    content: ""
}

.fi-br-drum:before {
    content: ""
}

.fi-br-drumstick-bite:before {
    content: ""
}

.fi-br-drumstick:before {
    content: ""
}

.fi-br-dryer-alt:before {
    content: ""
}

.fi-br-dryer:before {
    content: ""
}

.fi-br-duck:before {
    content: ""
}

.fi-br-dumpster-fire:before {
    content: ""
}

.fi-br-dumpster:before {
    content: ""
}

.fi-br-dungeon:before {
    content: ""
}

.fi-br-duplicate:before {
    content: ""
}

.fi-br-e-learning:before {
    content: ""
}

.fi-br-e:before {
    content: ""
}

.fi-br-ear-deaf:before {
    content: ""
}

.fi-br-ear-muffs:before {
    content: ""
}

.fi-br-ear:before {
    content: ""
}

.fi-br-earnings:before {
    content: ""
}

.fi-br-earth-africa:before {
    content: ""
}

.fi-br-earth-americas:before {
    content: ""
}

.fi-br-earth-asia:before {
    content: ""
}

.fi-br-earth-europa:before {
    content: ""
}

.fi-br-eclipse-alt:before {
    content: ""
}

.fi-br-eclipse:before {
    content: ""
}

.fi-br-edit-alt:before {
    content: ""
}

.fi-br-edit:before {
    content: ""
}

.fi-br-egg-fried:before {
    content: ""
}

.fi-br-egg:before {
    content: ""
}

.fi-br-eject:before {
    content: ""
}

.fi-br-elephant:before {
    content: ""
}

.fi-br-elevator:before {
    content: ""
}

.fi-br-employee-alt:before {
    content: ""
}

.fi-br-employee-man-alt:before {
    content: ""
}

.fi-br-employee-man:before {
    content: ""
}

.fi-br-engine-warning:before {
    content: ""
}

.fi-br-engine:before {
    content: ""
}

.fi-br-enter:before {
    content: ""
}

.fi-br-envelope-ban:before {
    content: ""
}

.fi-br-envelope-bulk:before {
    content: ""
}

.fi-br-envelope-dot:before {
    content: ""
}

.fi-br-envelope-download:before {
    content: ""
}

.fi-br-envelope-marker:before {
    content: ""
}

.fi-br-envelope-open-dollar:before {
    content: ""
}

.fi-br-envelope-open-text:before {
    content: ""
}

.fi-br-envelope-open:before {
    content: ""
}

.fi-br-envelope-plus:before {
    content: ""
}

.fi-br-envelope:before {
    content: ""
}

.fi-br-envelopes:before {
    content: ""
}

.fi-br-equality:before {
    content: ""
}

.fi-br-eraser:before {
    content: ""
}

.fi-br-escalator:before {
    content: ""
}

.fi-br-ethernet:before {
    content: ""
}

.fi-br-euro:before {
    content: ""
}

.fi-br-exchange-alt:before {
    content: ""
}

.fi-br-exchange:before {
    content: ""
}

.fi-br-exclamation:before {
    content: ""
}

.fi-br-exit-alt:before {
    content: ""
}

.fi-br-exit:before {
    content: ""
}

.fi-br-expand-arrows-alt:before {
    content: ""
}

.fi-br-expand-arrows:before {
    content: ""
}

.fi-br-expand:before {
    content: ""
}

.fi-br-external-hard-drive:before {
    content: ""
}

.fi-br-external-world:before {
    content: ""
}

.fi-br-eye-crossed:before {
    content: ""
}

.fi-br-eye-dropper-half:before {
    content: ""
}

.fi-br-eye-dropper:before {
    content: ""
}

.fi-br-eye:before {
    content: ""
}

.fi-br-eyes:before {
    content: ""
}

.fi-br-f:before {
    content: ""
}

.fi-br-face-angry-horns:before {
    content: ""
}

.fi-br-face-anguished:before {
    content: ""
}

.fi-br-face-anxious-sweat:before {
    content: ""
}

.fi-br-face-astonished:before {
    content: ""
}

.fi-br-face-awesome:before {
    content: ""
}

.fi-br-face-beam-hand-over-mouth:before {
    content: ""
}

.fi-br-face-confounded:before {
    content: ""
}

.fi-br-face-confused:before {
    content: ""
}

.fi-br-face-cowboy-hat:before {
    content: ""
}

.fi-br-face-disappointed:before {
    content: ""
}

.fi-br-face-disguise:before {
    content: ""
}

.fi-br-face-downcast-sweat:before {
    content: ""
}

.fi-br-face-drooling:before {
    content: ""
}

.fi-br-face-explode:before {
    content: ""
}

.fi-br-face-expressionless:before {
    content: ""
}

.fi-br-face-eyes-xmarks:before {
    content: ""
}

.fi-br-face-fearful:before {
    content: ""
}

.fi-br-face-glasses:before {
    content: ""
}

.fi-br-face-grin-tongue-wink:before {
    content: ""
}

.fi-br-face-hand-yawn:before {
    content: ""
}

.fi-br-face-head-bandage:before {
    content: ""
}

.fi-br-face-hushed:before {
    content: ""
}

.fi-br-face-icicles:before {
    content: ""
}

.fi-br-face-lying:before {
    content: ""
}

.fi-br-face-mask:before {
    content: ""
}

.fi-br-face-monocle:before {
    content: ""
}

.fi-br-face-nauseated:before {
    content: ""
}

.fi-br-face-nose-steam:before {
    content: ""
}

.fi-br-face-party:before {
    content: ""
}

.fi-br-face-pensive:before {
    content: ""
}

.fi-br-face-persevering:before {
    content: ""
}

.fi-br-face-pleading:before {
    content: ""
}

.fi-br-face-raised-eyebrow:before {
    content: ""
}

.fi-br-face-relieved:before {
    content: ""
}

.fi-br-face-sad-sweat:before {
    content: ""
}

.fi-br-face-scream:before {
    content: ""
}

.fi-br-face-shush:before {
    content: ""
}

.fi-br-face-sleeping:before {
    content: ""
}

.fi-br-face-sleepy:before {
    content: ""
}

.fi-br-face-smile-halo:before {
    content: ""
}

.fi-br-face-smile-hearts:before {
    content: ""
}

.fi-br-face-smile-horns:before {
    content: ""
}

.fi-br-face-smile-tear:before {
    content: ""
}

.fi-br-face-smile-tongue:before {
    content: ""
}

.fi-br-face-smile-upside-down:before {
    content: ""
}

.fi-br-face-smiling-hands:before {
    content: ""
}

.fi-br-face-smirking:before {
    content: ""
}

.fi-br-face-sunglasses:before {
    content: ""
}

.fi-br-face-swear:before {
    content: ""
}

.fi-br-face-thermometer:before {
    content: ""
}

.fi-br-face-thinking:before {
    content: ""
}

.fi-br-face-tissue:before {
    content: ""
}

.fi-br-face-tongue-money:before {
    content: ""
}

.fi-br-face-tongue-sweat:before {
    content: ""
}

.fi-br-face-unamused:before {
    content: ""
}

.fi-br-face-viewfinder:before {
    content: ""
}

.fi-br-face-vomit:before {
    content: ""
}

.fi-br-face-weary:before {
    content: ""
}

.fi-br-face-woozy:before {
    content: ""
}

.fi-br-face-worried:before {
    content: ""
}

.fi-br-face-zany:before {
    content: ""
}

.fi-br-face-zipper:before {
    content: ""
}

.fi-br-falafel:before {
    content: ""
}

.fi-br-family-dress:before {
    content: ""
}

.fi-br-family-pants:before {
    content: ""
}

.fi-br-family:before {
    content: ""
}

.fi-br-fan-table:before {
    content: ""
}

.fi-br-fan:before {
    content: ""
}

.fi-br-farm:before {
    content: ""
}

.fi-br-faucet-drip:before {
    content: ""
}

.fi-br-faucet:before {
    content: ""
}

.fi-br-fax:before {
    content: ""
}

.fi-br-feather-pointed:before {
    content: ""
}

.fi-br-feather:before {
    content: ""
}

.fi-br-features-alt:before {
    content: ""
}

.fi-br-features:before {
    content: ""
}

.fi-br-feedback-alt:before {
    content: ""
}

.fi-br-feedback-hand:before {
    content: ""
}

.fi-br-feedback-review:before {
    content: ""
}

.fi-br-feedback:before {
    content: ""
}

.fi-br-female-couple:before {
    content: ""
}

.fi-br-female:before {
    content: ""
}

.fi-br-fence:before {
    content: ""
}

.fi-br-ferris-wheel:before {
    content: ""
}

.fi-br-field-hockey:before {
    content: ""
}

.fi-br-fighter-jet:before {
    content: ""
}

.fi-br-file-ai:before {
    content: ""
}

.fi-br-file-audio:before {
    content: ""
}

.fi-br-file-binary:before {
    content: ""
}

.fi-br-file-chart-line:before {
    content: ""
}

.fi-br-file-chart-pie:before {
    content: ""
}

.fi-br-file-circle-info:before {
    content: ""
}

.fi-br-file-code:before {
    content: ""
}

.fi-br-file-csv:before {
    content: ""
}

.fi-br-file-download:before {
    content: ""
}

.fi-br-file-edit:before {
    content: ""
}

.fi-br-file-eps:before {
    content: ""
}

.fi-br-file-excel:before {
    content: ""
}

.fi-br-file-exclamation:before {
    content: ""
}

.fi-br-file-export:before {
    content: ""
}

.fi-br-file-image:before {
    content: ""
}

.fi-br-file-import:before {
    content: ""
}

.fi-br-file-invoice-dollar:before {
    content: ""
}

.fi-br-file-invoice:before {
    content: ""
}

.fi-br-file-medical-alt:before {
    content: ""
}

.fi-br-file-medical:before {
    content: ""
}

.fi-br-file-minus:before {
    content: ""
}

.fi-br-file-pdf:before {
    content: ""
}

.fi-br-file-powerpoint:before {
    content: ""
}

.fi-br-file-prescription:before {
    content: ""
}

.fi-br-file-psd:before {
    content: ""
}

.fi-br-file-signature:before {
    content: ""
}

.fi-br-file-spreadsheet:before {
    content: ""
}

.fi-br-file-upload:before {
    content: ""
}

.fi-br-file-user:before {
    content: ""
}

.fi-br-file-video:before {
    content: ""
}

.fi-br-file-word:before {
    content: ""
}

.fi-br-file-zipper:before {
    content: ""
}

.fi-br-file:before {
    content: ""
}

.fi-br-files-medical:before {
    content: ""
}

.fi-br-fill:before {
    content: ""
}

.fi-br-film-canister:before {
    content: ""
}

.fi-br-film-slash:before {
    content: ""
}

.fi-br-film:before {
    content: ""
}

.fi-br-films:before {
    content: ""
}

.fi-br-filter-slash:before {
    content: ""
}

.fi-br-filter:before {
    content: ""
}

.fi-br-filters:before {
    content: ""
}

.fi-br-fingerprint:before {
    content: ""
}

.fi-br-fire-burner:before {
    content: ""
}

.fi-br-fire-extinguisher:before {
    content: ""
}

.fi-br-fire-flame-curved:before {
    content: ""
}

.fi-br-fire-flame-simple:before {
    content: ""
}

.fi-br-fire-hydrant:before {
    content: ""
}

.fi-br-fire-smoke:before {
    content: ""
}

.fi-br-fireplace:before {
    content: ""
}

.fi-br-first-award:before {
    content: ""
}

.fi-br-first-laurel:before {
    content: ""
}

.fi-br-first-medal:before {
    content: ""
}

.fi-br-first:before {
    content: ""
}

.fi-br-fish-bones:before {
    content: ""
}

.fi-br-fish-cooked:before {
    content: ""
}

.fi-br-fish:before {
    content: ""
}

.fi-br-fishing-rod:before {
    content: ""
}

.fi-br-flag-alt:before {
    content: ""
}

.fi-br-flag-checkered:before {
    content: ""
}

.fi-br-flag-usa:before {
    content: ""
}

.fi-br-flag:before {
    content: ""
}

.fi-br-flame:before {
    content: ""
}

.fi-br-flashlight:before {
    content: ""
}

.fi-br-flask-poison:before {
    content: ""
}

.fi-br-flask-potion:before {
    content: ""
}

.fi-br-flask:before {
    content: ""
}

.fi-br-flatbread-stuffed:before {
    content: ""
}

.fi-br-flatbread:before {
    content: ""
}

.fi-br-flip-horizontal:before {
    content: ""
}

.fi-br-floppy-disk-circle-arrow-right:before {
    content: ""
}

.fi-br-floppy-disk-circle-xmark:before {
    content: ""
}

.fi-br-floppy-disk-pen:before {
    content: ""
}

.fi-br-floppy-disks:before {
    content: ""
}

.fi-br-florin-sign:before {
    content: ""
}

.fi-br-flower-bouquet:before {
    content: ""
}

.fi-br-flower-daffodil:before {
    content: ""
}

.fi-br-flower-tulip:before {
    content: ""
}

.fi-br-flower:before {
    content: ""
}

.fi-br-flushed-face:before {
    content: ""
}

.fi-br-flushed:before {
    content: ""
}

.fi-br-flute:before {
    content: ""
}

.fi-br-flux-capacitor:before {
    content: ""
}

.fi-br-fly-insect:before {
    content: ""
}

.fi-br-flying-disc:before {
    content: ""
}

.fi-br-fog:before {
    content: ""
}

.fi-br-folder-download:before {
    content: ""
}

.fi-br-folder-minus:before {
    content: ""
}

.fi-br-folder-open:before {
    content: ""
}

.fi-br-folder-times:before {
    content: ""
}

.fi-br-folder-tree:before {
    content: ""
}

.fi-br-folder-upload:before {
    content: ""
}

.fi-br-folder-xmark:before {
    content: ""
}

.fi-br-folder:before {
    content: ""
}

.fi-br-folders:before {
    content: ""
}

.fi-br-follow-folder:before {
    content: ""
}

.fi-br-followcollection:before {
    content: ""
}

.fi-br-following:before {
    content: ""
}

.fi-br-fondue-pot:before {
    content: ""
}

.fi-br-football:before {
    content: ""
}

.fi-br-fork:before {
    content: ""
}

.fi-br-forklift:before {
    content: ""
}

.fi-br-form:before {
    content: ""
}

.fi-br-fort:before {
    content: ""
}

.fi-br-forward-fast:before {
    content: ""
}

.fi-br-forward:before {
    content: ""
}

.fi-br-fox:before {
    content: ""
}

.fi-br-frame:before {
    content: ""
}

.fi-br-franc-sign:before {
    content: ""
}

.fi-br-french-fries:before {
    content: ""
}

.fi-br-frog:before {
    content: ""
}

.fi-br-ftp:before {
    content: ""
}

.fi-br-funnel-dollar:before {
    content: ""
}

.fi-br-g:before {
    content: ""
}

.fi-br-galaxy-alt:before {
    content: ""
}

.fi-br-galaxy-planet:before {
    content: ""
}

.fi-br-galaxy-star:before {
    content: ""
}

.fi-br-galaxy:before {
    content: ""
}

.fi-br-gallery-thumbnails:before {
    content: ""
}

.fi-br-gallery:before {
    content: ""
}

.fi-br-game-board-alt:before {
    content: ""
}

.fi-br-gamepad:before {
    content: ""
}

.fi-br-garage-car:before {
    content: ""
}

.fi-br-garage-open:before {
    content: ""
}

.fi-br-garage:before {
    content: ""
}

.fi-br-garlic-alt:before {
    content: ""
}

.fi-br-garlic:before {
    content: ""
}

.fi-br-gas-pump-alt:before {
    content: ""
}

.fi-br-gas-pump-slash:before {
    content: ""
}

.fi-br-gas-pump:before {
    content: ""
}

.fi-br-gauge-circle-bolt:before {
    content: ""
}

.fi-br-gauge-circle-minus:before {
    content: ""
}

.fi-br-gauge-circle-plus:before {
    content: ""
}

.fi-br-gavel:before {
    content: ""
}

.fi-br-gears:before {
    content: ""
}

.fi-br-gem:before {
    content: ""
}

.fi-br-ghost:before {
    content: ""
}

.fi-br-gif-square:before {
    content: ""
}

.fi-br-gif:before {
    content: ""
}

.fi-br-gift-card:before {
    content: ""
}

.fi-br-gift:before {
    content: ""
}

.fi-br-gifts:before {
    content: ""
}

.fi-br-gingerbread-man:before {
    content: ""
}

.fi-br-glass-champagne:before {
    content: ""
}

.fi-br-glass-cheers:before {
    content: ""
}

.fi-br-glass-citrus:before {
    content: ""
}

.fi-br-glass-empty:before {
    content: ""
}

.fi-br-glass-half:before {
    content: ""
}

.fi-br-glass-water-droplet:before {
    content: ""
}

.fi-br-glass-whiskey-rocks:before {
    content: ""
}

.fi-br-glass-whiskey:before {
    content: ""
}

.fi-br-glass:before {
    content: ""
}

.fi-br-glasses:before {
    content: ""
}

.fi-br-globe-alt:before {
    content: ""
}

.fi-br-globe-snow:before {
    content: ""
}

.fi-br-globe:before {
    content: ""
}

.fi-br-goal-net:before {
    content: ""
}

.fi-br-golf-ball:before {
    content: ""
}

.fi-br-golf-club:before {
    content: ""
}

.fi-br-golf:before {
    content: ""
}

.fi-br-government-flag:before {
    content: ""
}

.fi-br-government-user:before {
    content: ""
}

.fi-br-graduation-cap:before {
    content: ""
}

.fi-br-gramophone:before {
    content: ""
}

.fi-br-grape:before {
    content: ""
}

.fi-br-graphic-style:before {
    content: ""
}

.fi-br-graphic-tablet:before {
    content: ""
}

.fi-br-grate-droplet:before {
    content: ""
}

.fi-br-grate:before {
    content: ""
}

.fi-br-grid-alt:before {
    content: ""
}

.fi-br-grid-dividers:before {
    content: ""
}

.fi-br-grid:before {
    content: ""
}

.fi-br-grill-hot-alt:before {
    content: ""
}

.fi-br-grill:before {
    content: ""
}

.fi-br-grimace:before {
    content: ""
}

.fi-br-grin-alt:before {
    content: ""
}

.fi-br-grin-beam-sweat:before {
    content: ""
}

.fi-br-grin-beam:before {
    content: ""
}

.fi-br-grin-hearts:before {
    content: ""
}

.fi-br-grin-squint-tears:before {
    content: ""
}

.fi-br-grin-squint:before {
    content: ""
}

.fi-br-grin-stars:before {
    content: ""
}

.fi-br-grin-tears:before {
    content: ""
}

.fi-br-grin-tongue-squint:before {
    content: ""
}

.fi-br-grin-tongue-wink:before {
    content: ""
}

.fi-br-grin-tongue:before {
    content: ""
}

.fi-br-grin-wink:before {
    content: ""
}

.fi-br-grin:before {
    content: ""
}

.fi-br-grip-dots-vertical:before {
    content: ""
}

.fi-br-grip-dots:before {
    content: ""
}

.fi-br-grip-horizontal:before {
    content: ""
}

.fi-br-grip-lines-vertical:before {
    content: ""
}

.fi-br-grip-lines:before {
    content: ""
}

.fi-br-grip-vertical:before {
    content: ""
}

.fi-br-guarani-sign:before {
    content: ""
}

.fi-br-guide:before {
    content: ""
}

.fi-br-guitar-electric:before {
    content: ""
}

.fi-br-guitar:before {
    content: ""
}

.fi-br-guitars:before {
    content: ""
}

.fi-br-gun-squirt:before {
    content: ""
}

.fi-br-gym:before {
    content: ""
}

.fi-br-h-square:before {
    content: ""
}

.fi-br-h:before {
    content: ""
}

.fi-br-h1:before {
    content: ""
}

.fi-br-h2:before {
    content: ""
}

.fi-br-h3:before {
    content: ""
}

.fi-br-h4:before {
    content: ""
}

.fi-br-hamburger-soda:before {
    content: ""
}

.fi-br-hamburger:before {
    content: ""
}

.fi-br-hammer-crash:before {
    content: ""
}

.fi-br-hammer-war:before {
    content: ""
}

.fi-br-hammer:before {
    content: ""
}

.fi-br-hand-back-fist:before {
    content: ""
}

.fi-br-hand-back-point-down:before {
    content: ""
}

.fi-br-hand-back-point-left:before {
    content: ""
}

.fi-br-hand-back-point-ribbon:before {
    content: ""
}

.fi-br-hand-back-point-right:before {
    content: ""
}

.fi-br-hand-dots:before {
    content: ""
}

.fi-br-hand-fingers-crossed:before {
    content: ""
}

.fi-br-hand-fist:before {
    content: ""
}

.fi-br-hand-heart:before {
    content: ""
}

.fi-br-hand-holding-box:before {
    content: ""
}

.fi-br-hand-holding-droplet:before {
    content: ""
}

.fi-br-hand-holding-magic:before {
    content: ""
}

.fi-br-hand-holding-medical:before {
    content: ""
}

.fi-br-hand-holding-seeding:before {
    content: ""
}

.fi-br-hand-holding-skull:before {
    content: ""
}

.fi-br-hand-holding-usd:before {
    content: ""
}

.fi-br-hand-holding-water:before {
    content: ""
}

.fi-br-hand-horns:before {
    content: ""
}

.fi-br-hand-lizard:before {
    content: ""
}

.fi-br-hand-love:before {
    content: ""
}

.fi-br-hand-middle-finger:before {
    content: ""
}

.fi-br-hand-paper:before {
    content: ""
}

.fi-br-hand-peace:before {
    content: ""
}

.fi-br-hand-point-ribbon:before {
    content: ""
}

.fi-br-hand-scissors:before {
    content: ""
}

.fi-br-hand-sparkles:before {
    content: ""
}

.fi-br-hand-spock:before {
    content: ""
}

.fi-br-hand-wave:before {
    content: ""
}

.fi-br-hand:before {
    content: ""
}

.fi-br-hands-bubbles:before {
    content: ""
}

.fi-br-hands-clapping:before {
    content: ""
}

.fi-br-hands-heart:before {
    content: ""
}

.fi-br-hands-holding-diamond:before {
    content: ""
}

.fi-br-hands-holding:before {
    content: ""
}

.fi-br-hands-usd:before {
    content: ""
}

.fi-br-handshake-angle:before {
    content: ""
}

.fi-br-handshake-simple-slash:before {
    content: ""
}

.fi-br-handshake:before {
    content: ""
}

.fi-br-happy:before {
    content: ""
}

.fi-br-hard-hat:before {
    content: ""
}

.fi-br-hastag:before {
    content: ""
}

.fi-br-hat-birthday:before {
    content: ""
}

.fi-br-hat-chef:before {
    content: ""
}

.fi-br-hat-cowboy-side:before {
    content: ""
}

.fi-br-hat-cowboy:before {
    content: ""
}

.fi-br-hat-santa:before {
    content: ""
}

.fi-br-hat-winter:before {
    content: ""
}

.fi-br-hat-witch:before {
    content: ""
}

.fi-br-hat-wizard:before {
    content: ""
}

.fi-br-hdd:before {
    content: ""
}

.fi-br-head-side-brain:before {
    content: ""
}

.fi-br-head-side-cough-slash:before {
    content: ""
}

.fi-br-head-side-cough:before {
    content: ""
}

.fi-br-head-side-headphones:before {
    content: ""
}

.fi-br-head-side-heart:before {
    content: ""
}

.fi-br-head-side-mask:before {
    content: ""
}

.fi-br-head-side-medical:before {
    content: ""
}

.fi-br-head-side-thinking:before {
    content: ""
}

.fi-br-head-side-virus:before {
    content: ""
}

.fi-br-head-side:before {
    content: ""
}

.fi-br-head-vr:before {
    content: ""
}

.fi-br-heading:before {
    content: ""
}

.fi-br-headphones:before {
    content: ""
}

.fi-br-headset:before {
    content: ""
}

.fi-br-heart-arrow:before {
    content: ""
}

.fi-br-heart-crack:before {
    content: ""
}

.fi-br-heart-half-stroke:before {
    content: ""
}

.fi-br-heart-half:before {
    content: ""
}

.fi-br-heart-rate:before {
    content: ""
}

.fi-br-heart:before {
    content: ""
}

.fi-br-heat:before {
    content: ""
}

.fi-br-helicopter-side:before {
    content: ""
}

.fi-br-helmet-battle:before {
    content: ""
}

.fi-br-hexagon-check:before {
    content: ""
}

.fi-br-hexagon-exclamation:before {
    content: ""
}

.fi-br-hexagon:before {
    content: ""
}

.fi-br-high-definition:before {
    content: ""
}

.fi-br-highlighter-line:before {
    content: ""
}

.fi-br-highlighter:before {
    content: ""
}

.fi-br-hiking:before {
    content: ""
}

.fi-br-hippo:before {
    content: ""
}

.fi-br-hockey-mask:before {
    content: ""
}

.fi-br-hockey-puck:before {
    content: ""
}

.fi-br-hockey-stick-puck:before {
    content: ""
}

.fi-br-hockey-sticks:before {
    content: ""
}

.fi-br-holly-berry:before {
    content: ""
}

.fi-br-home-heart:before {
    content: ""
}

.fi-br-home-location-alt:before {
    content: ""
}

.fi-br-home-location:before {
    content: ""
}

.fi-br-home:before {
    content: ""
}

.fi-br-honey-pot:before {
    content: ""
}

.fi-br-hood-cloak:before {
    content: ""
}

.fi-br-horizontal-rule:before {
    content: ""
}

.fi-br-horse-head:before {
    content: ""
}

.fi-br-horse-saddle:before {
    content: ""
}

.fi-br-horse:before {
    content: ""
}

.fi-br-hose-reel:before {
    content: ""
}

.fi-br-hose:before {
    content: ""
}

.fi-br-hospital-symbol:before {
    content: ""
}

.fi-br-hospital-user:before {
    content: ""
}

.fi-br-hospital:before {
    content: ""
}

.fi-br-hospitals:before {
    content: ""
}

.fi-br-hot-tub:before {
    content: ""
}

.fi-br-hotdog:before {
    content: ""
}

.fi-br-hotel:before {
    content: ""
}

.fi-br-hourglass-end:before {
    content: ""
}

.fi-br-hourglass-start:before {
    content: ""
}

.fi-br-hourglass:before {
    content: ""
}

.fi-br-house-blank:before {
    content: ""
}

.fi-br-house-building:before {
    content: ""
}

.fi-br-house-chimney-blank:before {
    content: ""
}

.fi-br-house-chimney-crack:before {
    content: ""
}

.fi-br-house-chimney-heart:before {
    content: ""
}

.fi-br-house-chimney-medical:before {
    content: ""
}

.fi-br-house-chimney-user:before {
    content: ""
}

.fi-br-house-chimney-window:before {
    content: ""
}

.fi-br-house-chimney:before {
    content: ""
}

.fi-br-house-crack:before {
    content: ""
}

.fi-br-house-day:before {
    content: ""
}

.fi-br-house-flood:before {
    content: ""
}

.fi-br-house-laptop:before {
    content: ""
}

.fi-br-house-leave:before {
    content: ""
}

.fi-br-house-medical:before {
    content: ""
}

.fi-br-house-night:before {
    content: ""
}

.fi-br-house-return:before {
    content: ""
}

.fi-br-house-signal:before {
    content: ""
}

.fi-br-house-tree:before {
    content: ""
}

.fi-br-house-tsunami:before {
    content: ""
}

.fi-br-house-turret:before {
    content: ""
}

.fi-br-house-user:before {
    content: ""
}

.fi-br-house-window:before {
    content: ""
}

.fi-br-hr-group:before {
    content: ""
}

.fi-br-hr-person:before {
    content: ""
}

.fi-br-hr:before {
    content: ""
}

.fi-br-hryvnia:before {
    content: ""
}

.fi-br-humidity:before {
    content: ""
}

.fi-br-hundred-points:before {
    content: ""
}

.fi-br-hurricane:before {
    content: ""
}

.fi-br-i:before {
    content: ""
}

.fi-br-ice-cream:before {
    content: ""
}

.fi-br-ice-skate:before {
    content: ""
}

.fi-br-icicles:before {
    content: ""
}

.fi-br-icon-star:before {
    content: ""
}

.fi-br-id-badge:before {
    content: ""
}

.fi-br-id-card-clip-alt:before {
    content: ""
}

.fi-br-igloo:before {
    content: ""
}

.fi-br-image-slash:before {
    content: ""
}

.fi-br-images-user:before {
    content: ""
}

.fi-br-images:before {
    content: ""
}

.fi-br-inbox-in:before {
    content: ""
}

.fi-br-inbox-out:before {
    content: ""
}

.fi-br-inbox:before {
    content: ""
}

.fi-br-inboxes:before {
    content: ""
}

.fi-br-incognito:before {
    content: ""
}

.fi-br-indent:before {
    content: ""
}

.fi-br-indian-rupee-sign:before {
    content: ""
}

.fi-br-industry-alt:before {
    content: ""
}

.fi-br-industry-windows:before {
    content: ""
}

.fi-br-infinity:before {
    content: ""
}

.fi-br-info:before {
    content: ""
}

.fi-br-information:before {
    content: ""
}

.fi-br-inhaler:before {
    content: ""
}

.fi-br-input-numeric:before {
    content: ""
}

.fi-br-input-pipe:before {
    content: ""
}

.fi-br-input-text:before {
    content: ""
}

.fi-br-interactive:before {
    content: ""
}

.fi-br-interlining:before {
    content: ""
}

.fi-br-interrogation:before {
    content: ""
}

.fi-br-inventory-alt:before {
    content: ""
}

.fi-br-invest:before {
    content: ""
}

.fi-br-investment:before {
    content: ""
}

.fi-br-invite-alt:before {
    content: ""
}

.fi-br-invite:before {
    content: ""
}

.fi-br-island-tropical:before {
    content: ""
}

.fi-br-it-alt:before {
    content: ""
}

.fi-br-it-computer:before {
    content: ""
}

.fi-br-it:before {
    content: ""
}

.fi-br-italian-lira-sign:before {
    content: ""
}

.fi-br-italic:before {
    content: ""
}

.fi-br-j:before {
    content: ""
}

.fi-br-jam:before {
    content: ""
}

.fi-br-jar-alt:before {
    content: ""
}

.fi-br-jar-wheat:before {
    content: ""
}

.fi-br-joint:before {
    content: ""
}

.fi-br-journal-alt:before {
    content: ""
}

.fi-br-journal:before {
    content: ""
}

.fi-br-journey:before {
    content: ""
}

.fi-br-joystick:before {
    content: ""
}

.fi-br-jpg:before {
    content: ""
}

.fi-br-jug-alt:before {
    content: ""
}

.fi-br-jug-bottle:before {
    content: ""
}

.fi-br-jug:before {
    content: ""
}

.fi-br-k:before {
    content: ""
}

.fi-br-kazoo:before {
    content: ""
}

.fi-br-kerning:before {
    content: ""
}

.fi-br-key-skeleton-left-right:before {
    content: ""
}

.fi-br-key:before {
    content: ""
}

.fi-br-keyboard-brightness-low:before {
    content: ""
}

.fi-br-keyboard-brightness:before {
    content: ""
}

.fi-br-keyboard-down:before {
    content: ""
}

.fi-br-keyboard-left:before {
    content: ""
}

.fi-br-keyboard:before {
    content: ""
}

.fi-br-keynote:before {
    content: ""
}

.fi-br-kidneys:before {
    content: ""
}

.fi-br-kip-sign:before {
    content: ""
}

.fi-br-kiss-beam:before {
    content: ""
}

.fi-br-kiss-wink-heart:before {
    content: ""
}

.fi-br-kiss:before {
    content: ""
}

.fi-br-kite:before {
    content: ""
}

.fi-br-kiwi-bird:before {
    content: ""
}

.fi-br-kiwi-fruit:before {
    content: ""
}

.fi-br-knife-kitchen:before {
    content: ""
}

.fi-br-knife:before {
    content: ""
}

.fi-br-l:before {
    content: ""
}

.fi-br-label:before {
    content: ""
}

.fi-br-lacrosse-stick-ball:before {
    content: ""
}

.fi-br-lacrosse-stick:before {
    content: ""
}

.fi-br-lamp-desk:before {
    content: ""
}

.fi-br-lamp-floor:before {
    content: ""
}

.fi-br-lamp-street:before {
    content: ""
}

.fi-br-lamp:before {
    content: ""
}

.fi-br-land-layer-location:before {
    content: ""
}

.fi-br-land-layers:before {
    content: ""
}

.fi-br-land-location:before {
    content: ""
}

.fi-br-landmark-alt:before {
    content: ""
}

.fi-br-language:before {
    content: ""
}

.fi-br-laptop-arrow-down:before {
    content: ""
}

.fi-br-laptop-code:before {
    content: ""
}

.fi-br-laptop-medical:before {
    content: ""
}

.fi-br-laptop-mobile:before {
    content: ""
}

.fi-br-laptop-slash:before {
    content: ""
}

.fi-br-laptop:before {
    content: ""
}

.fi-br-lari-sign:before {
    content: ""
}

.fi-br-lasso-sparkles:before {
    content: ""
}

.fi-br-lasso:before {
    content: ""
}

.fi-br-laugh-beam:before {
    content: ""
}

.fi-br-laugh-squint:before {
    content: ""
}

.fi-br-laugh-wink:before {
    content: ""
}

.fi-br-laugh:before {
    content: ""
}

.fi-br-layer-minus:before {
    content: ""
}

.fi-br-layer-plus:before {
    content: ""
}

.fi-br-layers:before {
    content: ""
}

.fi-br-layout-fluid:before {
    content: ""
}

.fi-br-leader-alt:before {
    content: ""
}

.fi-br-leader:before {
    content: ""
}

.fi-br-leadership-alt:before {
    content: ""
}

.fi-br-leadership:before {
    content: ""
}

.fi-br-leaf-heart:before {
    content: ""
}

.fi-br-leaf-maple:before {
    content: ""
}

.fi-br-leaf-oak:before {
    content: ""
}

.fi-br-leaf:before {
    content: ""
}

.fi-br-leafy-green:before {
    content: ""
}

.fi-br-leave:before {
    content: ""
}

.fi-br-left:before {
    content: ""
}

.fi-br-legal:before {
    content: ""
}

.fi-br-lemon:before {
    content: ""
}

.fi-br-letter-case:before {
    content: ""
}

.fi-br-lettuce:before {
    content: ""
}

.fi-br-level-down-alt:before {
    content: ""
}

.fi-br-level-down:before {
    content: ""
}

.fi-br-level-up-alt:before {
    content: ""
}

.fi-br-level-up:before {
    content: ""
}

.fi-br-license:before {
    content: ""
}

.fi-br-life-ring:before {
    content: ""
}

.fi-br-light-ceiling:before {
    content: ""
}

.fi-br-light-emergency-on:before {
    content: ""
}

.fi-br-light-emergency:before {
    content: ""
}

.fi-br-light-switch-off:before {
    content: ""
}

.fi-br-light-switch-on:before {
    content: ""
}

.fi-br-light-switch:before {
    content: ""
}

.fi-br-lightbulb-dollar:before {
    content: ""
}

.fi-br-lightbulb-exclamation:before {
    content: ""
}

.fi-br-lightbulb-on:before {
    content: ""
}

.fi-br-lightbulb-question:before {
    content: ""
}

.fi-br-lightbulb-setting:before {
    content: ""
}

.fi-br-lightbulb-slash:before {
    content: ""
}

.fi-br-lights-holiday:before {
    content: ""
}

.fi-br-line-width:before {
    content: ""
}

.fi-br-link-alt:before {
    content: ""
}

.fi-br-link-horizontal-slash:before {
    content: ""
}

.fi-br-link-horizontal:before {
    content: ""
}

.fi-br-link-slash-alt:before {
    content: ""
}

.fi-br-link-slash:before {
    content: ""
}

.fi-br-link:before {
    content: ""
}

.fi-br-lips:before {
    content: ""
}

.fi-br-lipstick:before {
    content: ""
}

.fi-br-lira-sign:before {
    content: ""
}

.fi-br-list-check:before {
    content: ""
}

.fi-br-list-dropdown:before {
    content: ""
}

.fi-br-list-music:before {
    content: ""
}

.fi-br-list-timeline:before {
    content: ""
}

.fi-br-list:before {
    content: ""
}

.fi-br-litecoin-sign:before {
    content: ""
}

.fi-br-live-alt:before {
    content: ""
}

.fi-br-live:before {
    content: ""
}

.fi-br-loading:before {
    content: ""
}

.fi-br-loan:before {
    content: ""
}

.fi-br-lobster:before {
    content: ""
}

.fi-br-location-alt:before {
    content: ""
}

.fi-br-location-arrow:before {
    content: ""
}

.fi-br-location-crosshairs-slash:before {
    content: ""
}

.fi-br-location-crosshairs:before {
    content: ""
}

.fi-br-location-dot-slash:before {
    content: ""
}

.fi-br-location-exclamation:before {
    content: ""
}

.fi-br-lock-alt:before {
    content: ""
}

.fi-br-lock-open-alt:before {
    content: ""
}

.fi-br-lock:before {
    content: ""
}

.fi-br-locust:before {
    content: ""
}

.fi-br-loveseat:before {
    content: ""
}

.fi-br-low-vision:before {
    content: ""
}

.fi-br-luchador:before {
    content: ""
}

.fi-br-luggage-cart:before {
    content: ""
}

.fi-br-luggage-rolling:before {
    content: ""
}

.fi-br-lungs-virus:before {
    content: ""
}

.fi-br-lungs:before {
    content: ""
}

.fi-br-m:before {
    content: ""
}

.fi-br-mace:before {
    content: ""
}

.fi-br-magic-wand:before {
    content: ""
}

.fi-br-magnet-user:before {
    content: ""
}

.fi-br-magnet:before {
    content: ""
}

.fi-br-mailbox:before {
    content: ""
}

.fi-br-makeup-brush:before {
    content: ""
}

.fi-br-male-couple:before {
    content: ""
}

.fi-br-male:before {
    content: ""
}

.fi-br-man-head:before {
    content: ""
}

.fi-br-manat-sign:before {
    content: ""
}

.fi-br-mandolin:before {
    content: ""
}

.fi-br-mango:before {
    content: ""
}

.fi-br-manhole:before {
    content: ""
}

.fi-br-map-marker-check:before {
    content: ""
}

.fi-br-map-marker-cross:before {
    content: ""
}

.fi-br-map-marker-edit:before {
    content: ""
}

.fi-br-map-marker-home:before {
    content: ""
}

.fi-br-map-marker-minus:before {
    content: ""
}

.fi-br-map-marker-plus:before {
    content: ""
}

.fi-br-map-marker-question:before {
    content: ""
}

.fi-br-map-marker-slash:before {
    content: ""
}

.fi-br-map-marker-smile:before {
    content: ""
}

.fi-br-map-marker:before {
    content: ""
}

.fi-br-map-pin:before {
    content: ""
}

.fi-br-map:before {
    content: ""
}

.fi-br-marker-time:before {
    content: ""
}

.fi-br-marker:before {
    content: ""
}

.fi-br-mars-stroke-right:before {
    content: ""
}

.fi-br-mars-stroke-up:before {
    content: ""
}

.fi-br-martini-glass-citrus:before {
    content: ""
}

.fi-br-martini-glass-empty:before {
    content: ""
}

.fi-br-mask-carnival:before {
    content: ""
}

.fi-br-mask-face:before {
    content: ""
}

.fi-br-mask-snorkel:before {
    content: ""
}

.fi-br-massage:before {
    content: ""
}

.fi-br-match-fire:before {
    content: ""
}

.fi-br-mattress-pillow:before {
    content: ""
}

.fi-br-meat:before {
    content: ""
}

.fi-br-medal:before {
    content: ""
}

.fi-br-medical-star:before {
    content: ""
}

.fi-br-medicine:before {
    content: ""
}

.fi-br-meeting-alt:before {
    content: ""
}

.fi-br-meeting:before {
    content: ""
}

.fi-br-megaphone:before {
    content: ""
}

.fi-br-meh-blank:before {
    content: ""
}

.fi-br-meh-rolling-eyes:before {
    content: ""
}

.fi-br-melon-alt:before {
    content: ""
}

.fi-br-melon:before {
    content: ""
}

.fi-br-memo-circle-check:before {
    content: ""
}

.fi-br-memo-pad:before {
    content: ""
}

.fi-br-memo:before {
    content: ""
}

.fi-br-memory:before {
    content: ""
}

.fi-br-menu-burger:before {
    content: ""
}

.fi-br-menu-dots-vertical:before {
    content: ""
}

.fi-br-menu-dots:before {
    content: ""
}

.fi-br-mercury:before {
    content: ""
}

.fi-br-message-arrow-down:before {
    content: ""
}

.fi-br-message-arrow-up-right:before {
    content: ""
}

.fi-br-message-arrow-up:before {
    content: ""
}

.fi-br-message-bot:before {
    content: ""
}

.fi-br-message-code:before {
    content: ""
}

.fi-br-message-dollar:before {
    content: ""
}

.fi-br-message-image:before {
    content: ""
}

.fi-br-message-question:before {
    content: ""
}

.fi-br-message-quote:before {
    content: ""
}

.fi-br-message-slash:before {
    content: ""
}

.fi-br-message-sms:before {
    content: ""
}

.fi-br-message-text:before {
    content: ""
}

.fi-br-message-xmark:before {
    content: ""
}

.fi-br-messages-dollar:before {
    content: ""
}

.fi-br-messages-question:before {
    content: ""
}

.fi-br-messages:before {
    content: ""
}

.fi-br-meteor:before {
    content: ""
}

.fi-br-meter-bolt:before {
    content: ""
}

.fi-br-meter-droplet:before {
    content: ""
}

.fi-br-meter-fire:before {
    content: ""
}

.fi-br-meter:before {
    content: ""
}

.fi-br-microchip-ai:before {
    content: ""
}

.fi-br-microchip:before {
    content: ""
}

.fi-br-microphone-alt:before {
    content: ""
}

.fi-br-microphone-slash:before {
    content: ""
}

.fi-br-microphone:before {
    content: ""
}

.fi-br-microscope:before {
    content: ""
}

.fi-br-microwave:before {
    content: ""
}

.fi-br-mill-sign:before {
    content: ""
}

.fi-br-mind-share:before {
    content: ""
}

.fi-br-minus-circle:before {
    content: ""
}

.fi-br-minus-hexagon:before {
    content: ""
}

.fi-br-minus-small:before {
    content: ""
}

.fi-br-minus:before {
    content: ""
}

.fi-br-mistletoe:before {
    content: ""
}

.fi-br-mobile-button:before {
    content: ""
}

.fi-br-mobile-notch:before {
    content: ""
}

.fi-br-mobile:before {
    content: ""
}

.fi-br-mockup:before {
    content: ""
}

.fi-br-mode-alt:before {
    content: ""
}

.fi-br-mode-landscape:before {
    content: ""
}

.fi-br-mode-portrait:before {
    content: ""
}

.fi-br-mode:before {
    content: ""
}

.fi-br-money-bill-simple:before {
    content: ""
}

.fi-br-money-bill-wave-alt:before {
    content: ""
}

.fi-br-money-bill-wave:before {
    content: ""
}

.fi-br-money-bills-simple:before {
    content: ""
}

.fi-br-money-bills:before {
    content: ""
}

.fi-br-money-check-edit-alt:before {
    content: ""
}

.fi-br-money-check-edit:before {
    content: ""
}

.fi-br-money-check:before {
    content: ""
}

.fi-br-money-from-bracket:before {
    content: ""
}

.fi-br-money-simple-from-bracket:before {
    content: ""
}

.fi-br-money:before {
    content: ""
}

.fi-br-monkey:before {
    content: ""
}

.fi-br-monument:before {
    content: ""
}

.fi-br-moon-stars:before {
    content: ""
}

.fi-br-moon:before {
    content: ""
}

.fi-br-moped:before {
    content: ""
}

.fi-br-mortar-pestle:before {
    content: ""
}

.fi-br-mosquito-net:before {
    content: ""
}

.fi-br-mosquito:before {
    content: ""
}

.fi-br-motorcycle:before {
    content: ""
}

.fi-br-mound:before {
    content: ""
}

.fi-br-mountain-city:before {
    content: ""
}

.fi-br-mountain:before {
    content: ""
}

.fi-br-mountains:before {
    content: ""
}

.fi-br-mouse:before {
    content: ""
}

.fi-br-move-to-folder-2:before {
    content: ""
}

.fi-br-move-to-folder:before {
    content: ""
}

.fi-br-mp3-player:before {
    content: ""
}

.fi-br-mug-alt:before {
    content: ""
}

.fi-br-mug-hot-alt:before {
    content: ""
}

.fi-br-mug-hot:before {
    content: ""
}

.fi-br-mug-marshmallows:before {
    content: ""
}

.fi-br-mug-tea-saucer:before {
    content: ""
}

.fi-br-mug-tea:before {
    content: ""
}

.fi-br-mug:before {
    content: ""
}

.fi-br-mushroom-alt:before {
    content: ""
}

.fi-br-mushroom:before {
    content: ""
}

.fi-br-music-alt:before {
    content: ""
}

.fi-br-music-file:before {
    content: ""
}

.fi-br-music-note-slash:before {
    content: ""
}

.fi-br-music-note:before {
    content: ""
}

.fi-br-music-slash:before {
    content: ""
}

.fi-br-music:before {
    content: ""
}

.fi-br-n:before {
    content: ""
}

.fi-br-naira-sign:before {
    content: ""
}

.fi-br-narwhal:before {
    content: ""
}

.fi-br-navigation:before {
    content: ""
}

.fi-br-nesting-dolls:before {
    content: ""
}

.fi-br-network-cloud:before {
    content: ""
}

.fi-br-network:before {
    content: ""
}

.fi-br-neuter:before {
    content: ""
}

.fi-br-newspaper-open:before {
    content: ""
}

.fi-br-newspaper:before {
    content: ""
}

.fi-br-nfc-lock:before {
    content: ""
}

.fi-br-nfc-magnifying-glass:before {
    content: ""
}

.fi-br-nfc-pen:before {
    content: ""
}

.fi-br-nfc-slash:before {
    content: ""
}

.fi-br-nfc-trash:before {
    content: ""
}

.fi-br-nfc:before {
    content: ""
}

.fi-br-no-people:before {
    content: ""
}

.fi-br-noodles:before {
    content: ""
}

.fi-br-notdef:before {
    content: ""
}

.fi-br-note-medical:before {
    content: ""
}

.fi-br-note-sticky:before {
    content: ""
}

.fi-br-note:before {
    content: ""
}

.fi-br-notebook-alt:before {
    content: ""
}

.fi-br-notebook:before {
    content: ""
}

.fi-br-notes-medical:before {
    content: ""
}

.fi-br-notes:before {
    content: ""
}

.fi-br-o:before {
    content: ""
}

.fi-br-object-exclude:before {
    content: ""
}

.fi-br-object-group:before {
    content: ""
}

.fi-br-object-intersect:before {
    content: ""
}

.fi-br-object-subtract:before {
    content: ""
}

.fi-br-object-ungroup:before {
    content: ""
}

.fi-br-object-union:before {
    content: ""
}

.fi-br-objects-column:before {
    content: ""
}

.fi-br-octagon:before {
    content: ""
}

.fi-br-oil-can:before {
    content: ""
}

.fi-br-oil-temp:before {
    content: ""
}

.fi-br-olive-oil:before {
    content: ""
}

.fi-br-olive:before {
    content: ""
}

.fi-br-olives:before {
    content: ""
}

.fi-br-onion:before {
    content: ""
}

.fi-br-opacity:before {
    content: ""
}

.fi-br-operation:before {
    content: ""
}

.fi-br-ornament:before {
    content: ""
}

.fi-br-otter:before {
    content: ""
}

.fi-br-outdent:before {
    content: ""
}

.fi-br-oven:before {
    content: ""
}

.fi-br-overline:before {
    content: ""
}

.fi-br-overview:before {
    content: ""
}

.fi-br-p:before {
    content: ""
}

.fi-br-package:before {
    content: ""
}

.fi-br-page-break:before {
    content: ""
}

.fi-br-pager:before {
    content: ""
}

.fi-br-paint-brush:before {
    content: ""
}

.fi-br-paint-roller:before {
    content: ""
}

.fi-br-paintbrush-pencil:before {
    content: ""
}

.fi-br-palette:before {
    content: ""
}

.fi-br-pallet-alt:before {
    content: ""
}

.fi-br-pallet:before {
    content: ""
}

.fi-br-pan-food:before {
    content: ""
}

.fi-br-pan-frying:before {
    content: ""
}

.fi-br-pan:before {
    content: ""
}

.fi-br-pancakes:before {
    content: ""
}

.fi-br-panorama:before {
    content: ""
}

.fi-br-paper-plane-top:before {
    content: ""
}

.fi-br-paper-plane:before {
    content: ""
}

.fi-br-paperclip-vertical:before {
    content: ""
}

.fi-br-parachute-box:before {
    content: ""
}

.fi-br-paragraph-left:before {
    content: ""
}

.fi-br-paragraph:before {
    content: ""
}

.fi-br-parking-circle-slash:before {
    content: ""
}

.fi-br-parking-circle:before {
    content: ""
}

.fi-br-parking-slash:before {
    content: ""
}

.fi-br-parking:before {
    content: ""
}

.fi-br-party-bell:before {
    content: ""
}

.fi-br-party-horn:before {
    content: ""
}

.fi-br-passport:before {
    content: ""
}

.fi-br-password:before {
    content: ""
}

.fi-br-paste:before {
    content: ""
}

.fi-br-pattern:before {
    content: ""
}

.fi-br-pause-circle:before {
    content: ""
}

.fi-br-pause:before {
    content: ""
}

.fi-br-paw-claws:before {
    content: ""
}

.fi-br-paw:before {
    content: ""
}

.fi-br-peace:before {
    content: ""
}

.fi-br-peach:before {
    content: ""
}

.fi-br-peanut:before {
    content: ""
}

.fi-br-peanuts:before {
    content: ""
}

.fi-br-peapod:before {
    content: ""
}

.fi-br-pear:before {
    content: ""
}

.fi-br-pedestal:before {
    content: ""
}

.fi-br-pen-circle:before {
    content: ""
}

.fi-br-pen-clip-slash:before {
    content: ""
}

.fi-br-pen-clip:before {
    content: ""
}

.fi-br-pen-fancy-slash:before {
    content: ""
}

.fi-br-pen-fancy:before {
    content: ""
}

.fi-br-pen-field:before {
    content: ""
}

.fi-br-pen-nib-slash:before {
    content: ""
}

.fi-br-pen-nib:before {
    content: ""
}

.fi-br-pen-slash:before {
    content: ""
}

.fi-br-pen-square:before {
    content: ""
}

.fi-br-pen-swirl:before {
    content: ""
}

.fi-br-pencil-paintbrush:before {
    content: ""
}

.fi-br-pencil-ruler:before {
    content: ""
}

.fi-br-pencil-slash:before {
    content: ""
}

.fi-br-pencil:before {
    content: ""
}

.fi-br-pennant:before {
    content: ""
}

.fi-br-people-arrows-left-right:before {
    content: ""
}

.fi-br-people-carry-box:before {
    content: ""
}

.fi-br-people-dress:before {
    content: ""
}

.fi-br-people-pants:before {
    content: ""
}

.fi-br-people-poll:before {
    content: ""
}

.fi-br-people:before {
    content: ""
}

.fi-br-pepper-alt:before {
    content: ""
}

.fi-br-pepper-hot:before {
    content: ""
}

.fi-br-pepper:before {
    content: ""
}

.fi-br-percentage:before {
    content: ""
}

.fi-br-person-carry-box:before {
    content: ""
}

.fi-br-person-circle-check:before {
    content: ""
}

.fi-br-person-circle-exclamation:before {
    content: ""
}

.fi-br-person-circle-minus:before {
    content: ""
}

.fi-br-person-circle-plus:before {
    content: ""
}

.fi-br-person-circle-question:before {
    content: ""
}

.fi-br-person-circle-xmark:before {
    content: ""
}

.fi-br-person-dolly-empty:before {
    content: ""
}

.fi-br-person-dolly:before {
    content: ""
}

.fi-br-person-dress-simple:before {
    content: ""
}

.fi-br-person-dress:before {
    content: ""
}

.fi-br-person-praying:before {
    content: ""
}

.fi-br-person-pregnant:before {
    content: ""
}

.fi-br-person-seat-reclined:before {
    content: ""
}

.fi-br-person-seat:before {
    content: ""
}

.fi-br-person-sign:before {
    content: ""
}

.fi-br-person-simple:before {
    content: ""
}

.fi-br-person-walking-with-cane:before {
    content: ""
}

.fi-br-peseta-sign:before {
    content: ""
}

.fi-br-peso-sign:before {
    content: ""
}

.fi-br-pharmacy:before {
    content: ""
}

.fi-br-phone-call:before {
    content: ""
}

.fi-br-phone-cross:before {
    content: ""
}

.fi-br-phone-flip:before {
    content: ""
}

.fi-br-phone-office:before {
    content: ""
}

.fi-br-phone-pause:before {
    content: ""
}

.fi-br-phone-plus:before {
    content: ""
}

.fi-br-phone-rotary:before {
    content: ""
}

.fi-br-phone-slash:before {
    content: ""
}

.fi-br-photo-film-music:before {
    content: ""
}

.fi-br-photo-video:before {
    content: ""
}

.fi-br-physics:before {
    content: ""
}

.fi-br-Pi:before {
    content: ""
}

.fi-br-piano-keyboard:before {
    content: ""
}

.fi-br-piano:before {
    content: ""
}

.fi-br-pickaxe:before {
    content: ""
}

.fi-br-picnic:before {
    content: ""
}

.fi-br-picpeople-filled:before {
    content: ""
}

.fi-br-picpeople:before {
    content: ""
}

.fi-br-picture:before {
    content: ""
}

.fi-br-pie:before {
    content: ""
}

.fi-br-pig-face:before {
    content: ""
}

.fi-br-pig:before {
    content: ""
}

.fi-br-piggy-bank:before {
    content: ""
}

.fi-br-pills:before {
    content: ""
}

.fi-br-pinata:before {
    content: ""
}

.fi-br-pineapple-alt:before {
    content: ""
}

.fi-br-pineapple:before {
    content: ""
}

.fi-br-ping-pong:before {
    content: ""
}

.fi-br-pipe-smoking:before {
    content: ""
}

.fi-br-pizza-slice:before {
    content: ""
}

.fi-br-plane-alt:before {
    content: ""
}

.fi-br-plane-arrival:before {
    content: ""
}

.fi-br-plane-departure:before {
    content: ""
}

.fi-br-plane-prop:before {
    content: ""
}

.fi-br-plane-slash:before {
    content: ""
}

.fi-br-plane-tail:before {
    content: ""
}

.fi-br-plane:before {
    content: ""
}

.fi-br-planet-moon:before {
    content: ""
}

.fi-br-planet-ringed:before {
    content: ""
}

.fi-br-plant-wilt:before {
    content: ""
}

.fi-br-plate-wheat:before {
    content: ""
}

.fi-br-plate:before {
    content: ""
}

.fi-br-play-alt:before {
    content: ""
}

.fi-br-play-circle:before {
    content: ""
}

.fi-br-play-pause:before {
    content: ""
}

.fi-br-play:before {
    content: ""
}

.fi-br-playing-cards:before {
    content: ""
}

.fi-br-plug-alt:before {
    content: ""
}

.fi-br-plug-cable:before {
    content: ""
}

.fi-br-plug-connection:before {
    content: ""
}

.fi-br-plug:before {
    content: ""
}

.fi-br-plus-hexagon:before {
    content: ""
}

.fi-br-plus-minus:before {
    content: ""
}

.fi-br-plus-small:before {
    content: ""
}

.fi-br-plus:before {
    content: ""
}

.fi-br-podcast:before {
    content: ""
}

.fi-br-podium-star:before {
    content: ""
}

.fi-br-podium:before {
    content: ""
}

.fi-br-poker-chip:before {
    content: ""
}

.fi-br-police-box:before {
    content: ""
}

.fi-br-poll-h:before {
    content: ""
}

.fi-br-pompebled:before {
    content: ""
}

.fi-br-poo-bolt:before {
    content: ""
}

.fi-br-poo:before {
    content: ""
}

.fi-br-pool-8-ball:before {
    content: ""
}

.fi-br-poop:before {
    content: ""
}

.fi-br-popcorn:before {
    content: ""
}

.fi-br-popsicle:before {
    content: ""
}

.fi-br-portal-enter:before {
    content: ""
}

.fi-br-portal-exit:before {
    content: ""
}

.fi-br-portrait:before {
    content: ""
}

.fi-br-pot:before {
    content: ""
}

.fi-br-potato:before {
    content: ""
}

.fi-br-pound:before {
    content: ""
}

.fi-br-power:before {
    content: ""
}

.fi-br-prescription-bottle-alt:before {
    content: ""
}

.fi-br-prescription-bottle-pill:before {
    content: ""
}

.fi-br-prescription-bottle:before {
    content: ""
}

.fi-br-prescription:before {
    content: ""
}

.fi-br-presentation:before {
    content: ""
}

.fi-br-preview:before {
    content: ""
}

.fi-br-print-magnifying-glass:before {
    content: ""
}

.fi-br-print-slash:before {
    content: ""
}

.fi-br-print:before {
    content: ""
}

.fi-br-priority-arrow:before {
    content: ""
}

.fi-br-priority-arrows:before {
    content: ""
}

.fi-br-priority-importance:before {
    content: ""
}

.fi-br-procedures:before {
    content: ""
}

.fi-br-process:before {
    content: ""
}

.fi-br-projector:before {
    content: "豈"
}

.fi-br-protractor:before {
    content: "更"
}

.fi-br-pulse:before {
    content: "車"
}

.fi-br-pump-medical:before {
    content: "賈"
}

.fi-br-pump:before {
    content: "滑"
}

.fi-br-pumpkin-alt-2:before {
    content: "串"
}

.fi-br-pumpkin-alt:before {
    content: "句"
}

.fi-br-pumpkin:before {
    content: "龜"
}

.fi-br-puzzle-alt:before {
    content: "龜"
}

.fi-br-puzzle-piece:before {
    content: "契"
}

.fi-br-puzzle-pieces:before {
    content: "金"
}

.fi-br-pyramid:before {
    content: "喇"
}

.fi-br-q:before {
    content: "奈"
}

.fi-br-qr-scan:before {
    content: "懶"
}

.fi-br-QR:before {
    content: "癩"
}

.fi-br-qrcode:before {
    content: "羅"
}

.fi-br-question-square:before {
    content: "蘿"
}

.fi-br-question:before {
    content: "螺"
}

.fi-br-quiz-alt:before {
    content: "裸"
}

.fi-br-quiz:before {
    content: "邏"
}

.fi-br-quote-right:before {
    content: "樂"
}

.fi-br-r:before {
    content: "洛"
}

.fi-br-rabbit-fast:before {
    content: "烙"
}

.fi-br-rabbit:before {
    content: "珞"
}

.fi-br-racquet:before {
    content: "落"
}

.fi-br-radar:before {
    content: "酪"
}

.fi-br-radiation-alt:before {
    content: "駱"
}

.fi-br-radiation:before {
    content: "亂"
}

.fi-br-radio-alt:before {
    content: "卵"
}

.fi-br-radio:before {
    content: "欄"
}

.fi-br-radish:before {
    content: "爛"
}

.fi-br-rainbow:before {
    content: "蘭"
}

.fi-br-raindrops:before {
    content: "鸞"
}

.fi-br-ram:before {
    content: "嵐"
}

.fi-br-ramp-loading:before {
    content: "濫"
}

.fi-br-rank:before {
    content: "藍"
}

.fi-br-ranking-podium:before {
    content: "襤"
}

.fi-br-ranking-star:before {
    content: "拉"
}

.fi-br-ranking-stars:before {
    content: "臘"
}

.fi-br-raygun:before {
    content: "蠟"
}

.fi-br-react:before {
    content: "廊"
}

.fi-br-rec:before {
    content: "朗"
}

.fi-br-receipt:before {
    content: "浪"
}

.fi-br-record-vinyl:before {
    content: "狼"
}

.fi-br-rectabgle-vertical:before {
    content: "郎"
}

.fi-br-rectangle-barcode:before {
    content: "來"
}

.fi-br-rectangle-code:before {
    content: "冷"
}

.fi-br-rectangle-history-circle-plus:before {
    content: "勞"
}

.fi-br-rectangle-horizontal:before {
    content: "擄"
}

.fi-br-rectangle-list:before {
    content: "櫓"
}

.fi-br-rectangle-panoramic:before {
    content: "爐"
}

.fi-br-rectangle-pro:before {
    content: "盧"
}

.fi-br-rectangle-vertical-history:before {
    content: "老"
}

.fi-br-rectangle-vertical:before {
    content: "蘆"
}

.fi-br-rectangle-xmark:before {
    content: "虜"
}

.fi-br-rectangles-mixed:before {
    content: "路"
}

.fi-br-recycle:before {
    content: "露"
}

.fi-br-redo-alt:before {
    content: "魯"
}

.fi-br-redo:before {
    content: "鷺"
}

.fi-br-reel:before {
    content: "碌"
}

.fi-br-refer-arrow:before {
    content: "祿"
}

.fi-br-refer:before {
    content: "綠"
}

.fi-br-reflect-horizontal:before {
    content: "菉"
}

.fi-br-reflect-vertical:before {
    content: "錄"
}

.fi-br-reflect:before {
    content: "鹿"
}

.fi-br-refresh:before {
    content: "論"
}

.fi-br-refrigerator:before {
    content: "壟"
}

.fi-br-refund-alt:before {
    content: "弄"
}

.fi-br-refund:before {
    content: "籠"
}

.fi-br-registered:before {
    content: "聾"
}

.fi-br-registration-paper:before {
    content: "牢"
}

.fi-br-remove-folder:before {
    content: "磊"
}

.fi-br-remove-user:before {
    content: "賂"
}

.fi-br-rent-signal:before {
    content: "雷"
}

.fi-br-rent:before {
    content: "壘"
}

.fi-br-replace:before {
    content: "屢"
}

.fi-br-reply-all:before {
    content: "樓"
}

.fi-br-republican:before {
    content: "淚"
}

.fi-br-resize:before {
    content: "漏"
}

.fi-br-resources:before {
    content: "累"
}

.fi-br-restaurant:before {
    content: "縷"
}

.fi-br-restroom-simple:before {
    content: "陋"
}

.fi-br-revenue-alt:before {
    content: "勒"
}

.fi-br-Revenue:before {
    content: "肋"
}

.fi-br-review:before {
    content: "凜"
}

.fi-br-rewind:before {
    content: "凌"
}

.fi-br-rhombus:before {
    content: "稜"
}

.fi-br-ribbon:before {
    content: "綾"
}

.fi-br-right:before {
    content: "菱"
}

.fi-br-ring-diamond:before {
    content: "陵"
}

.fi-br-ring:before {
    content: "讀"
}

.fi-br-rings-wedding:before {
    content: "拏"
}

.fi-br-risk-alt:before {
    content: "樂"
}

.fi-br-risk:before {
    content: "諾"
}

.fi-br-road:before {
    content: "丹"
}

.fi-br-robot:before {
    content: "寧"
}

.fi-br-rocket-lunch:before {
    content: "怒"
}

.fi-br-rocket:before {
    content: "率"
}

.fi-br-roller-coaster:before {
    content: "異"
}

.fi-br-room-service:before {
    content: "北"
}

.fi-br-rotate-exclamation:before {
    content: "磻"
}

.fi-br-rotate-left:before {
    content: "便"
}

.fi-br-rotate-right:before {
    content: "復"
}

.fi-br-route-highway:before {
    content: "不"
}

.fi-br-route-interstate:before {
    content: "泌"
}

.fi-br-route:before {
    content: "數"
}

.fi-br-router:before {
    content: "索"
}

.fi-br-rss-alt:before {
    content: "參"
}

.fi-br-rss:before {
    content: "塞"
}

.fi-br-ruble-sign:before {
    content: "省"
}

.fi-br-rugby-helmet:before {
    content: "葉"
}

.fi-br-rugby:before {
    content: "說"
}

.fi-br-ruler-combined:before {
    content: "殺"
}

.fi-br-ruler-horizontal:before {
    content: "辰"
}

.fi-br-ruler-triangle:before {
    content: "沈"
}

.fi-br-ruler-vertical:before {
    content: "拾"
}

.fi-br-running:before {
    content: "若"
}

.fi-br-rupee-sign:before {
    content: "掠"
}

.fi-br-rupiah-sign:before {
    content: "略"
}

.fi-br-rv:before {
    content: "亮"
}

.fi-br-s:before {
    content: "兩"
}

.fi-br-sack-dollar:before {
    content: "凉"
}

.fi-br-sack:before {
    content: "梁"
}

.fi-br-sad-cry:before {
    content: "糧"
}

.fi-br-sad-tear:before {
    content: "良"
}

.fi-br-sad:before {
    content: "諒"
}

.fi-br-safe-box:before {
    content: "量"
}

.fi-br-sailboat:before {
    content: "勵"
}

.fi-br-salad:before {
    content: "呂"
}

.fi-br-salt-pepper:before {
    content: "女"
}

.fi-br-salt-shaker:before {
    content: "廬"
}

.fi-br-sandwich-alt:before {
    content: "旅"
}

.fi-br-sandwich:before {
    content: "濾"
}

.fi-br-satellite-dish:before {
    content: "礪"
}

.fi-br-satellite:before {
    content: "閭"
}

.fi-br-sauce:before {
    content: "驪"
}

.fi-br-sausage:before {
    content: "麗"
}

.fi-br-sax-hot:before {
    content: "黎"
}

.fi-br-saxophone:before {
    content: "力"
}

.fi-br-scale:before {
    content: "曆"
}

.fi-br-scalpel-path:before {
    content: "歷"
}

.fi-br-scalpel:before {
    content: "轢"
}

.fi-br-scanner-gun:before {
    content: "年"
}

.fi-br-scanner-image:before {
    content: "憐"
}

.fi-br-scanner-keyboard:before {
    content: "戀"
}

.fi-br-scanner-touchscreen:before {
    content: "撚"
}

.fi-br-scarecrow:before {
    content: "漣"
}

.fi-br-scarf:before {
    content: "煉"
}

.fi-br-school-bus:before {
    content: "璉"
}

.fi-br-school:before {
    content: "秊"
}

.fi-br-scissors:before {
    content: "練"
}

.fi-br-screen:before {
    content: "聯"
}

.fi-br-screencast:before {
    content: "輦"
}

.fi-br-screwdriver:before {
    content: "蓮"
}

.fi-br-scribble:before {
    content: "連"
}

.fi-br-scroll-old:before {
    content: "鍊"
}

.fi-br-scroll-torah:before {
    content: "列"
}

.fi-br-scroll:before {
    content: "劣"
}

.fi-br-scrubber:before {
    content: "咽"
}

.fi-br-scythe:before {
    content: "烈"
}

.fi-br-sd-card:before {
    content: "裂"
}

.fi-br-sd-cards:before {
    content: "說"
}

.fi-br-seal-exclamation:before {
    content: "廉"
}

.fi-br-seal-question:before {
    content: "念"
}

.fi-br-search-alt:before {
    content: "捻"
}

.fi-br-search-dollar:before {
    content: "殮"
}

.fi-br-search-heart:before {
    content: "簾"
}

.fi-br-search-location:before {
    content: "獵"
}

.fi-br-search:before {
    content: "令"
}

.fi-br-seat-airline:before {
    content: "囹"
}

.fi-br-second-award:before {
    content: "寧"
}

.fi-br-second-laurel:before {
    content: "嶺"
}

.fi-br-second-medal:before {
    content: "怜"
}

.fi-br-second:before {
    content: "玲"
}

.fi-br-seedling:before {
    content: "瑩"
}

.fi-br-selection:before {
    content: "羚"
}

.fi-br-send-back:before {
    content: "聆"
}

.fi-br-send-backward:before {
    content: "鈴"
}

.fi-br-sensor-alert:before {
    content: "零"
}

.fi-br-sensor-fire:before {
    content: "靈"
}

.fi-br-sensor-on:before {
    content: "領"
}

.fi-br-sensor-smoke:before {
    content: "例"
}

.fi-br-sensor:before {
    content: "禮"
}

.fi-br-settings-sliders:before {
    content: "醴"
}

.fi-br-settings:before {
    content: "隸"
}

.fi-br-share-alt-square:before {
    content: "惡"
}

.fi-br-share-square:before {
    content: "了"
}

.fi-br-share:before {
    content: "僚"
}

.fi-br-sheep:before {
    content: "寮"
}

.fi-br-shekel-sign:before {
    content: "尿"
}

.fi-br-shelves:before {
    content: "料"
}

.fi-br-shield-alt:before {
    content: "樂"
}

.fi-br-shield-check:before {
    content: "燎"
}

.fi-br-shield-cross:before {
    content: "療"
}

.fi-br-shield-exclamation:before {
    content: "蓼"
}

.fi-br-shield-interrogation:before {
    content: "遼"
}

.fi-br-shield-keyhole:before {
    content: "龍"
}

.fi-br-shield-minus:before {
    content: "暈"
}

.fi-br-shield-plus:before {
    content: "阮"
}

.fi-br-shield-slash:before {
    content: "劉"
}

.fi-br-shield-virus:before {
    content: "杻"
}

.fi-br-shield-xmark:before {
    content: "柳"
}

.fi-br-shield:before {
    content: "流"
}

.fi-br-ship-side:before {
    content: "溜"
}

.fi-br-ship:before {
    content: "琉"
}

.fi-br-shipping-fast:before {
    content: "留"
}

.fi-br-shipping-timed:before {
    content: "硫"
}

.fi-br-shirt-long-sleeve:before {
    content: "紐"
}

.fi-br-shirt-running:before {
    content: "類"
}

.fi-br-shirt-tank-top:before {
    content: "六"
}

.fi-br-shish-kebab:before {
    content: "戮"
}

.fi-br-shoe-prints:before {
    content: "陸"
}

.fi-br-shop-lock:before {
    content: "倫"
}

.fi-br-shop-slash:before {
    content: "崙"
}

.fi-br-shop:before {
    content: "淪"
}

.fi-br-shopping-bag-add:before {
    content: "輪"
}

.fi-br-shopping-bag:before {
    content: "律"
}

.fi-br-shopping-basket:before {
    content: "慄"
}

.fi-br-shopping-cart-add:before {
    content: "栗"
}

.fi-br-shopping-cart-check:before {
    content: "率"
}

.fi-br-shopping-cart:before {
    content: "隆"
}

.fi-br-shovel-snow:before {
    content: "利"
}

.fi-br-shovel:before {
    content: "吏"
}

.fi-br-shower-down:before {
    content: "履"
}

.fi-br-shower:before {
    content: "易"
}

.fi-br-shredder:before {
    content: "李"
}

.fi-br-shrimp:before {
    content: "梨"
}

.fi-br-shuffle:before {
    content: "泥"
}

.fi-br-shuttle-van:before {
    content: "理"
}

.fi-br-shuttlecock:before {
    content: "痢"
}

.fi-br-Sickle:before {
    content: "罹"
}

.fi-br-sidebar-flip:before {
    content: "裏"
}

.fi-br-sidebar:before {
    content: "裡"
}

.fi-br-sigma:before {
    content: "里"
}

.fi-br-sign-hanging:before {
    content: "離"
}

.fi-br-sign-in-alt:before {
    content: "匿"
}

.fi-br-sign-out-alt:before {
    content: "溺"
}

.fi-br-sign-up:before {
    content: "吝"
}

.fi-br-signal-alt-1:before {
    content: "燐"
}

.fi-br-signal-alt-2:before {
    content: "璘"
}

.fi-br-signal-alt-slash:before {
    content: "藺"
}

.fi-br-signal-alt:before {
    content: "隣"
}

.fi-br-signal-bars-fair:before {
    content: "鱗"
}

.fi-br-signal-bars-good:before {
    content: "麟"
}

.fi-br-signal-bars-weak:before {
    content: "林"
}

.fi-br-signal-stream-slash:before {
    content: "淋"
}

.fi-br-signal-stream:before {
    content: "臨"
}

.fi-br-signature-lock:before {
    content: "立"
}

.fi-br-signature-slash:before {
    content: "笠"
}

.fi-br-signature:before {
    content: "粒"
}

.fi-br-sim-card:before {
    content: "狀"
}

.fi-br-sim-cards:before {
    content: "炙"
}

.fi-br-sink:before {
    content: "識"
}

.fi-br-siren-on:before {
    content: "什"
}

.fi-br-Siren:before {
    content: "茶"
}

.fi-br-site-alt:before {
    content: "刺"
}

.fi-br-site-browser:before {
    content: "切"
}

.fi-br-site:before {
    content: "度"
}

.fi-br-sitemap:before {
    content: "拓"
}

.fi-br-skateboard:before {
    content: "糖"
}

.fi-br-skating:before {
    content: "宅"
}

.fi-br-skeleton:before {
    content: "洞"
}

.fi-br-skewer:before {
    content: "暴"
}

.fi-br-ski-boot-ski:before {
    content: "輻"
}

.fi-br-ski-jump:before {
    content: "行"
}

.fi-br-ski-lift:before {
    content: "降"
}

.fi-br-skiing-nordic:before {
    content: "見"
}

.fi-br-skiing:before {
    content: "廓"
}

.fi-br-skull-cow:before {
    content: "兀"
}

.fi-br-skull-crossbones:before {
    content: "嗀"
}

.fi-br-skull:before {
    content: "﨎"
}

.fi-br-slash:before {
    content: "﨏"
}

.fi-br-sledding:before {
    content: "塚"
}

.fi-br-sleigh:before {
    content: "﨑"
}

.fi-br-sliders-h-square:before {
    content: "晴"
}

.fi-br-sliders-v-square:before {
    content: "﨓"
}

.fi-br-sliders-v:before {
    content: "﨔"
}

.fi-br-smartphone:before {
    content: "凞"
}

.fi-br-smile-beam:before {
    content: "猪"
}

.fi-br-smile-plus:before {
    content: "益"
}

.fi-br-smiley-comment-alt:before {
    content: "礼"
}

.fi-br-smog:before {
    content: "神"
}

.fi-br-smoke:before {
    content: "祥"
}

.fi-br-smoking-ban:before {
    content: "福"
}

.fi-br-smoking:before {
    content: "靖"
}

.fi-br-snake:before {
    content: "精"
}

.fi-br-snooze:before {
    content: "羽"
}

.fi-br-snow-blowing:before {
    content: "﨟"
}

.fi-br-snowboarding:before {
    content: "蘒"
}

.fi-br-snowflake-droplets:before {
    content: "﨡"
}

.fi-br-snowflake:before {
    content: "諸"
}

.fi-br-snowflakes:before {
    content: "﨣"
}

.fi-br-snowman-alt:before {
    content: "﨤"
}

.fi-br-snowman-head:before {
    content: "逸"
}

.fi-br-snowmobile:before {
    content: "都"
}

.fi-br-snowplow:before {
    content: "﨧"
}

.fi-br-soap-alt:before {
    content: "﨨"
}

.fi-br-soap:before {
    content: "﨩"
}

.fi-br-social-network:before {
    content: "飯"
}

.fi-br-socks:before {
    content: "飼"
}

.fi-br-solar-panel:before {
    content: "館"
}

.fi-br-solar-system:before {
    content: "鶴"
}

.fi-br-sort-alpha-down-alt:before {
    content: "郞"
}

.fi-br-sort-alpha-down:before {
    content: "隷"
}

.fi-br-sort-alpha-up-alt:before {
    content: "侮"
}

.fi-br-sort-alpha-up:before {
    content: "僧"
}

.fi-br-sort-alt:before {
    content: "免"
}

.fi-br-sort-amount-down-alt:before {
    content: "勉"
}

.fi-br-sort-amount-down:before {
    content: "勤"
}

.fi-br-sort-amount-up-alt:before {
    content: "卑"
}

.fi-br-sort-amount-up:before {
    content: "喝"
}

.fi-br-sort-circle-down:before {
    content: "嘆"
}

.fi-br-sort-circle-up:before {
    content: "器"
}

.fi-br-sort-circle:before {
    content: "塀"
}

.fi-br-sort-down:before {
    content: "墨"
}

.fi-br-sort-numeric-down-alt:before {
    content: "層"
}

.fi-br-sort-numeric-down:before {
    content: "屮"
}

.fi-br-sort-shapes-down:before {
    content: "悔"
}

.fi-br-sort-shapes-up:before {
    content: "慨"
}

.fi-br-sort-size-down:before {
    content: "憎"
}

.fi-br-sort-size-up:before {
    content: "懲"
}

.fi-br-sort:before {
    content: "敏"
}

.fi-br-soup:before {
    content: "既"
}

.fi-br-source-data:before {
    content: "暑"
}

.fi-br-spa:before {
    content: "梅"
}

.fi-br-space-shuttle:before {
    content: "海"
}

.fi-br-space-station-moon-alt:before {
    content: "渚"
}

.fi-br-space-station-moon:before {
    content: "漢"
}

.fi-br-spade:before {
    content: "煮"
}

.fi-br-spaghetti-monster-flying:before {
    content: "爫"
}

.fi-br-sparkles:before {
    content: "琢"
}

.fi-br-speaker:before {
    content: "碑"
}

.fi-br-speakers:before {
    content: "社"
}

.fi-br-sphere:before {
    content: "祉"
}

.fi-br-spider-black-widow:before {
    content: "祈"
}

.fi-br-spider-web:before {
    content: "祐"
}

.fi-br-spider:before {
    content: "祖"
}

.fi-br-spinner:before {
    content: "祝"
}

.fi-br-split:before {
    content: "禍"
}

.fi-br-splotch:before {
    content: "禎"
}

.fi-br-spoon:before {
    content: "穀"
}

.fi-br-spray-can-sparkles:before {
    content: "突"
}

.fi-br-spray-can:before {
    content: "節"
}

.fi-br-sprinkler:before {
    content: "練"
}

.fi-br-square-0:before {
    content: "縉"
}

.fi-br-square-1:before {
    content: "繁"
}

.fi-br-square-2:before {
    content: "署"
}

.fi-br-square-3:before {
    content: "者"
}

.fi-br-square-4:before {
    content: "臭"
}

.fi-br-square-5:before {
    content: "艹"
}

.fi-br-square-6:before {
    content: "艹"
}

.fi-br-square-7:before {
    content: "著"
}

.fi-br-square-8:before {
    content: "褐"
}

.fi-br-square-9:before {
    content: "視"
}

.fi-br-square-a:before {
    content: "謁"
}

.fi-br-square-b:before {
    content: "謹"
}

.fi-br-square-bolt:before {
    content: "賓"
}

.fi-br-square-c:before {
    content: "贈"
}

.fi-br-square-code:before {
    content: "辶"
}

.fi-br-square-d:before {
    content: "逸"
}

.fi-br-square-dashed:before {
    content: "難"
}

.fi-br-square-e:before {
    content: "響"
}

.fi-br-square-ellipsis-vertical:before {
    content: "頻"
}

.fi-br-square-ellipsis:before {
    content: "恵"
}

.fi-br-square-exclamation:before {
    content: "𤋮"
}

.fi-br-square-f:before {
    content: "舘"
}

.fi-br-square-g:before {
    content: "﩮"
}

.fi-br-square-h:before {
    content: "﩯"
}

.fi-br-square-heart:before {
    content: "並"
}

.fi-br-square-i:before {
    content: "况"
}

.fi-br-square-info:before {
    content: "全"
}

.fi-br-square-j:before {
    content: "侀"
}

.fi-br-square-k:before {
    content: "充"
}

.fi-br-square-kanban:before {
    content: "冀"
}

.fi-br-square-l:before {
    content: "勇"
}

.fi-br-square-m:before {
    content: "勺"
}

.fi-br-square-minus:before {
    content: "喝"
}

.fi-br-square-n:before {
    content: "啕"
}

.fi-br-square-o:before {
    content: "喙"
}

.fi-br-square-p:before {
    content: "嗢"
}

.fi-br-square-phone-hangup:before {
    content: "塚"
}

.fi-br-square-plus:before {
    content: "墳"
}

.fi-br-square-poll-horizontal:before {
    content: "奄"
}

.fi-br-square-poll-vertical:before {
    content: "奔"
}

.fi-br-square-q:before {
    content: "婢"
}

.fi-br-square-quote:before {
    content: "嬨"
}

.fi-br-square-r:before {
    content: "廒"
}

.fi-br-square-root:before {
    content: "廙"
}

.fi-br-square-s:before {
    content: "彩"
}

.fi-br-square-small:before {
    content: "徭"
}

.fi-br-square-star:before {
    content: "惘"
}

.fi-br-square-t:before {
    content: "慎"
}

.fi-br-square-terminal:before {
    content: "愈"
}

.fi-br-square-u:before {
    content: "憎"
}

.fi-br-square-up-right:before {
    content: "慠"
}

.fi-br-square-v:before {
    content: "懲"
}

.fi-br-square-w:before {
    content: "戴"
}

.fi-br-square-x:before {
    content: "揄"
}

.fi-br-square-y:before {
    content: "搜"
}

.fi-br-square-z:before {
    content: "摒"
}

.fi-br-square:before {
    content: "敖"
}

.fi-br-squid:before {
    content: "晴"
}

.fi-br-squircle:before {
    content: "朗"
}

.fi-br-squirrel:before {
    content: "望"
}

.fi-br-staff:before {
    content: "杖"
}

.fi-br-stairs:before {
    content: "歹"
}

.fi-br-stamp:before {
    content: "殺"
}

.fi-br-standard-definition:before {
    content: "流"
}

.fi-br-star-and-crescent:before {
    content: "滛"
}

.fi-br-star-christmas:before {
    content: "滋"
}

.fi-br-star-comment-alt:before {
    content: "漢"
}

.fi-br-star-exclamation:before {
    content: "瀞"
}

.fi-br-star-octogram:before {
    content: "煮"
}

.fi-br-star-of-david:before {
    content: "瞧"
}

.fi-br-star-sharp-half-stroke:before {
    content: "爵"
}

.fi-br-star-sharp-half:before {
    content: "犯"
}

.fi-br-star-shooting:before {
    content: "猪"
}

.fi-br-star:before {
    content: "瑱"
}

.fi-br-starfighter:before {
    content: "甆"
}

.fi-br-stars:before {
    content: "画"
}

.fi-br-state-country:before {
    content: "瘝"
}

.fi-br-stats:before {
    content: "瘟"
}

.fi-br-steak:before {
    content: "益"
}

.fi-br-steering-wheel:before {
    content: "盛"
}

.fi-br-step-backward:before {
    content: "直"
}

.fi-br-step-forward:before {
    content: "睊"
}

.fi-br-sterling-sign:before {
    content: "着"
}

.fi-br-stethoscope:before {
    content: "磌"
}

.fi-br-sticker:before {
    content: "窱"
}

.fi-br-stocking:before {
    content: "節"
}

.fi-br-stomach:before {
    content: "类"
}

.fi-br-stop-circle:before {
    content: "絛"
}

.fi-br-stop:before {
    content: "練"
}

.fi-br-stopwatch:before {
    content: "缾"
}

.fi-br-store-alt:before {
    content: "者"
}

.fi-br-store-lock:before {
    content: "荒"
}

.fi-br-store-slash:before {
    content: "華"
}

.fi-br-strawberry:before {
    content: "蝹"
}

.fi-br-street-view:before {
    content: "襁"
}

.fi-br-stretcher:before {
    content: "覆"
}

.fi-br-strikethrough:before {
    content: "視"
}

.fi-br-stroopwafel:before {
    content: "調"
}

.fi-br-subscript:before {
    content: "諸"
}

.fi-br-subscription-alt:before {
    content: "請"
}

.fi-br-subscription:before {
    content: "謁"
}

.fi-br-subtitles:before {
    content: "諾"
}

.fi-br-subway:before {
    content: "諭"
}

.fi-br-suitcase-alt:before {
    content: "謹"
}

.fi-br-summer:before {
    content: "變"
}

.fi-br-sun-dust:before {
    content: "贈"
}

.fi-br-sun-plant-wilt:before {
    content: "輸"
}

.fi-br-sun:before {
    content: "遲"
}

.fi-br-sunglasses:before {
    content: "醙"
}

.fi-br-sunrise-alt:before {
    content: "鉶"
}

.fi-br-sunrise:before {
    content: "陼"
}

.fi-br-sunset:before {
    content: "難"
}

.fi-br-superscript:before {
    content: "靖"
}

.fi-br-surfing:before {
    content: "韛"
}

.fi-br-surprise:before {
    content: "響"
}

.fi-br-sushi-alt:before {
    content: "頋"
}

.fi-br-sushi-roll:before {
    content: "頻"
}

.fi-br-sushi:before {
    content: "鬒"
}

.fi-br-swatchbook:before {
    content: "龜"
}

.fi-br-swimmer:before {
    content: "𢡊"
}

.fi-br-swimming-pool:before {
    content: "𢡄"
}

.fi-br-swipe-down:before {
    content: "𣏕"
}

.fi-br-swipe-left:before {
    content: "㮝"
}

.fi-br-swipe-right:before {
    content: "䀘"
}

.fi-br-swipe-up:before {
    content: "䀹"
}

.fi-br-sword:before {
    content: "𥉉"
}

.fi-br-symbol:before {
    content: "𥳐"
}

.fi-br-symbols:before {
    content: "𧻓"
}

.fi-br-syringe:before {
    content: "齃"
}

.fi-br-t:before {
    content: "龎"
}

.fi-br-tab-folder:before {
    content: "﫚"
}

.fi-br-table-columns:before {
    content: "﫛"
}

.fi-br-table-layout:before {
    content: "﫜"
}

.fi-br-table-list:before {
    content: "﫝"
}

.fi-br-table-picnic:before {
    content: "﫞"
}

.fi-br-table-pivot:before {
    content: "﫟"
}

.fi-br-table-rows:before {
    content: "﫠"
}

.fi-br-table-tree:before {
    content: "﫡"
}

.fi-br-table:before {
    content: "﫢"
}

.fi-br-tablet-android-alt:before {
    content: "﫣"
}

.fi-br-tablet-android:before {
    content: "﫤"
}

.fi-br-tablet-rugged:before {
    content: "﫥"
}

.fi-br-tablet:before {
    content: "﫦"
}

.fi-br-tachometer-alt-average:before {
    content: "﫧"
}

.fi-br-tachometer-alt-fastest:before {
    content: "﫨"
}

.fi-br-tachometer-alt-slow:before {
    content: "﫩"
}

.fi-br-tachometer-alt-slowest:before {
    content: "﫪"
}

.fi-br-tachometer-average:before {
    content: "﫫"
}

.fi-br-tachometer-fast:before {
    content: "﫬"
}

.fi-br-tachometer-fastest:before {
    content: "﫭"
}

.fi-br-tachometer-slow:before {
    content: "﫮"
}

.fi-br-tachometer-slowest:before {
    content: "﫯"
}

.fi-br-tachometer:before {
    content: "﫰"
}

.fi-br-taco:before {
    content: "﫱"
}

.fi-br-tags:before {
    content: "﫲"
}

.fi-br-tally-1:before {
    content: "﫳"
}

.fi-br-tally-2:before {
    content: "﫴"
}

.fi-br-tally-3:before {
    content: "﫵"
}

.fi-br-tally-4:before {
    content: "﫶"
}

.fi-br-tally:before {
    content: "﫷"
}

.fi-br-tamale:before {
    content: "﫸"
}

.fi-br-tank-water:before {
    content: "﫹"
}

.fi-br-tap:before {
    content: "﫺"
}

.fi-br-tape:before {
    content: "﫻"
}

.fi-br-target:before {
    content: "﫼"
}

.fi-br-tax-alt:before {
    content: "﫽"
}

.fi-br-tax:before {
    content: "﫾"
}

.fi-br-taxi-bus:before {
    content: "﫿"
}

.fi-br-taxi:before {
    content: "ﬀ"
}

.fi-br-team-check-alt:before {
    content: "ﬁ"
}

.fi-br-team-check:before {
    content: "ﬂ"
}

.fi-br-teddy-bear:before {
    content: "ﬃ"
}

.fi-br-teeth-open:before {
    content: "ﬄ"
}

.fi-br-telescope:before {
    content: "ﬅ"
}

.fi-br-temperature-down:before {
    content: "ﬆ"
}

.fi-br-temperature-frigid:before {
    content: "﬇"
}

.fi-br-temperature-high:before {
    content: "﬈"
}

.fi-br-temperature-list:before {
    content: "﬉"
}

.fi-br-temperature-low:before {
    content: "﬊"
}

.fi-br-temperature-up:before {
    content: "﬋"
}

.fi-br-template-alt:before {
    content: "﬌"
}

.fi-br-template:before {
    content: "﬍"
}

.fi-br-tenge:before {
    content: "﬎"
}

.fi-br-tennis:before {
    content: "﬏"
}

.fi-br-tent-arrow-down-to-line:before {
    content: "﬐"
}

.fi-br-tent-arrow-left-right:before {
    content: "﬑"
}

.fi-br-tent-arrow-turn-left:before {
    content: "﬒"
}

.fi-br-tent-arrows-down:before {
    content: "ﬓ"
}

.fi-br-tents:before {
    content: "ﬔ"
}

.fi-br-terminal:before {
    content: "ﬕ"
}

.fi-br-terrace:before {
    content: "ﬖ"
}

.fi-br-test-tube:before {
    content: "ﬗ"
}

.fi-br-test:before {
    content: "﬘"
}

.fi-br-text-box-dots:before {
    content: "﬙"
}

.fi-br-text-box-edit:before {
    content: "﬚"
}

.fi-br-text-box:before {
    content: "﬛"
}

.fi-br-text-check:before {
    content: "﬜"
}

.fi-br-text-height:before {
    content: "יִ"
}

.fi-br-text-shadow:before {
    content: "ﬞ"
}

.fi-br-text-size:before {
    content: "ײַ"
}

.fi-br-text-slash:before {
    content: "ﬠ"
}

.fi-br-text-width:before {
    content: "ﬡ"
}

.fi-br-text:before {
    content: "ﬢ"
}

.fi-br-theater-masks:before {
    content: "ﬣ"
}

.fi-br-thermometer-alt:before {
    content: "ﬤ"
}

.fi-br-thermometer-empty:before {
    content: "ﬥ"
}

.fi-br-thermometer-full:before {
    content: "ﬦ"
}

.fi-br-thermometer-half:before {
    content: "ﬧ"
}

.fi-br-thermometer-quarter:before {
    content: "ﬨ"
}

.fi-br-thermometer-three-quarters:before {
    content: "﬩"
}

.fi-br-theta:before {
    content: "שׁ"
}

.fi-br-third-award:before {
    content: "שׂ"
}

.fi-br-third-laurel:before {
    content: "שּׁ"
}

.fi-br-third-medal:before {
    content: "שּׂ"
}

.fi-br-third:before {
    content: "אַ"
}

.fi-br-thought-bubble:before {
    content: "אָ"
}

.fi-br-thumbtack:before {
    content: "אּ"
}

.fi-br-thunderstorm-moon:before {
    content: "בּ"
}

.fi-br-thunderstorm-sun:before {
    content: "גּ"
}

.fi-br-thunderstorm:before {
    content: "דּ"
}

.fi-br-ticket-airline:before {
    content: "הּ"
}

.fi-br-ticket-alt:before {
    content: "וּ"
}

.fi-br-ticket:before {
    content: "זּ"
}

.fi-br-tickets-airline:before {
    content: "﬷"
}

.fi-br-tilde:before {
    content: "טּ"
}

.fi-br-time-add:before {
    content: "יּ"
}

.fi-br-time-check:before {
    content: "ךּ"
}

.fi-br-time-delete:before {
    content: "כּ"
}

.fi-br-time-fast:before {
    content: "לּ"
}

.fi-br-time-forward-sixty:before {
    content: "﬽"
}

.fi-br-time-forward-ten:before {
    content: "מּ"
}

.fi-br-time-forward:before {
    content: "﬿"
}

.fi-br-time-half-past:before {
    content: "נּ"
}

.fi-br-time-oclock:before {
    content: "סּ"
}

.fi-br-time-past:before {
    content: "﭂"
}

.fi-br-time-quarter-past:before {
    content: "ףּ"
}

.fi-br-time-quarter-to:before {
    content: "פּ"
}

.fi-br-time-twenty-four:before {
    content: "﭅"
}

.fi-br-times-hexagon:before {
    content: "צּ"
}

.fi-br-tint-slash:before {
    content: "קּ"
}

.fi-br-tire-flat:before {
    content: "רּ"
}

.fi-br-tire-pressure-warning:before {
    content: "שּ"
}

.fi-br-tire-rugged:before {
    content: "תּ"
}

.fi-br-tire:before {
    content: "וֹ"
}

.fi-br-tired:before {
    content: "בֿ"
}

.fi-br-to-do-alt:before {
    content: "כֿ"
}

.fi-br-to-do:before {
    content: "פֿ"
}

.fi-br-toggle-off:before {
    content: "ﭏ"
}

.fi-br-toggle-on:before {
    content: "ﭐ"
}

.fi-br-toilet-paper-blank-under:before {
    content: "ﭑ"
}

.fi-br-toilet-paper-blank:before {
    content: "ﭒ"
}

.fi-br-toilet-paper-slash:before {
    content: "ﭓ"
}

.fi-br-toilet-paper-under-slash:before {
    content: "ﭔ"
}

.fi-br-toilet-paper-under:before {
    content: "ﭕ"
}

.fi-br-toilet:before {
    content: "ﭖ"
}

.fi-br-tomato:before {
    content: "ﭗ"
}

.fi-br-tombstone-alt:before {
    content: "ﭘ"
}

.fi-br-tombstone:before {
    content: "ﭙ"
}

.fi-br-tool-box:before {
    content: "ﭚ"
}

.fi-br-tool-crop:before {
    content: "ﭛ"
}

.fi-br-tool-marquee:before {
    content: "ﭜ"
}

.fi-br-tools:before {
    content: "ﭝ"
}

.fi-br-tooth:before {
    content: "ﭞ"
}

.fi-br-toothbrush:before {
    content: "ﭟ"
}

.fi-br-tornado:before {
    content: "ﭠ"
}

.fi-br-total:before {
    content: "ﭡ"
}

.fi-br-tour-guide-people:before {
    content: "ﭢ"
}

.fi-br-tour-virtual:before {
    content: "ﭣ"
}

.fi-br-tower-control:before {
    content: "ﭤ"
}

.fi-br-track:before {
    content: "ﭥ"
}

.fi-br-tractor:before {
    content: "ﭦ"
}

.fi-br-trademark:before {
    content: "ﭧ"
}

.fi-br-traffic-cone:before {
    content: "ﭨ"
}

.fi-br-traffic-light-go:before {
    content: "ﭩ"
}

.fi-br-traffic-light-slow:before {
    content: "ﭪ"
}

.fi-br-traffic-light-stop:before {
    content: "ﭫ"
}

.fi-br-traffic-light:before {
    content: "ﭬ"
}

.fi-br-trailer:before {
    content: "ﭭ"
}

.fi-br-train-journey:before {
    content: "ﭮ"
}

.fi-br-train-side:before {
    content: "ﭯ"
}

.fi-br-train-station-building:before {
    content: "ﭰ"
}

.fi-br-train-station:before {
    content: "ﭱ"
}

.fi-br-train-subway-tunnel:before {
    content: "ﭲ"
}

.fi-br-train-tram:before {
    content: "ﭳ"
}

.fi-br-train:before {
    content: "ﭴ"
}

.fi-br-tram:before {
    content: "ﭵ"
}

.fi-br-transform:before {
    content: "ﭶ"
}

.fi-br-transformer-bolt:before {
    content: "ﭷ"
}

.fi-br-transgender:before {
    content: "ﭸ"
}

.fi-br-transporter-1:before {
    content: "ﭹ"
}

.fi-br-transporter-2:before {
    content: "ﭺ"
}

.fi-br-transporter-3:before {
    content: "ﭻ"
}

.fi-br-transporter-4:before {
    content: "ﭼ"
}

.fi-br-transporter-5:before {
    content: "ﭽ"
}

.fi-br-transporter-6:before {
    content: "ﭾ"
}

.fi-br-transporter-7:before {
    content: "ﭿ"
}

.fi-br-transporter-empty:before {
    content: "ﮀ"
}

.fi-br-transporter:before {
    content: "ﮁ"
}

.fi-br-trash-can-check:before {
    content: "ﮂ"
}

.fi-br-trash-can-clock:before {
    content: "ﮃ"
}

.fi-br-trash-can-list:before {
    content: "ﮄ"
}

.fi-br-trash-can-plus:before {
    content: "ﮅ"
}

.fi-br-trash-can-slash:before {
    content: "ﮆ"
}

.fi-br-trash-check:before {
    content: "ﮇ"
}

.fi-br-trash-clock:before {
    content: "ﮈ"
}

.fi-br-trash-list:before {
    content: "ﮉ"
}

.fi-br-trash-plus:before {
    content: "ﮊ"
}

.fi-br-trash-restore-alt:before {
    content: "ﮋ"
}

.fi-br-trash-restore:before {
    content: "ﮌ"
}

.fi-br-trash-slash:before {
    content: "ﮍ"
}

.fi-br-trash-undo-alt:before {
    content: "ﮎ"
}

.fi-br-trash-undo:before {
    content: "ﮏ"
}

.fi-br-trash-xmark:before {
    content: "ﮐ"
}

.fi-br-trash:before {
    content: "ﮑ"
}

.fi-br-treasure-chest:before {
    content: "ﮒ"
}

.fi-br-treatment:before {
    content: "ﮓ"
}

.fi-br-tree-alt:before {
    content: "ﮔ"
}

.fi-br-tree-christmas:before {
    content: "ﮕ"
}

.fi-br-tree-deciduous:before {
    content: "ﮖ"
}

.fi-br-tree:before {
    content: "ﮗ"
}

.fi-br-trees-alt:before {
    content: "ﮘ"
}

.fi-br-trees:before {
    content: "ﮙ"
}

.fi-br-triangle-music:before {
    content: "ﮚ"
}

.fi-br-triangle-person-digging:before {
    content: "ﮛ"
}

.fi-br-triangle-warning:before {
    content: "ﮜ"
}

.fi-br-triangle:before {
    content: "ﮝ"
}

.fi-br-trillium:before {
    content: "ﮞ"
}

.fi-br-trophy-star:before {
    content: "ﮟ"
}

.fi-br-trophy:before {
    content: "ﮠ"
}

.fi-br-truck-bolt:before {
    content: "ﮡ"
}

.fi-br-truck-container-empty:before {
    content: "ﮢ"
}

.fi-br-truck-container:before {
    content: "ﮣ"
}

.fi-br-truck-couch:before {
    content: "ﮤ"
}

.fi-br-truck-flatbed:before {
    content: "ﮥ"
}

.fi-br-truck-front:before {
    content: "ﮦ"
}

.fi-br-truck-loading:before {
    content: "ﮧ"
}

.fi-br-truck-medical:before {
    content: "ﮨ"
}

.fi-br-truck-monster:before {
    content: "ﮩ"
}

.fi-br-truck-moving:before {
    content: "ﮪ"
}

.fi-br-truck-pickup:before {
    content: "ﮫ"
}

.fi-br-truck-plow:before {
    content: "ﮬ"
}

.fi-br-truck-ramp:before {
    content: "ﮭ"
}

.fi-br-truck-side:before {
    content: "ﮮ"
}

.fi-br-truck-tow:before {
    content: "ﮯ"
}

.fi-br-trumpet:before {
    content: "ﮰ"
}

.fi-br-tshirt:before {
    content: "ﮱ"
}

.fi-br-tty-answer:before {
    content: "﮲"
}

.fi-br-tty:before {
    content: "﮳"
}

.fi-br-tubes:before {
    content: "﮴"
}

.fi-br-tugrik-sign:before {
    content: "﮵"
}

.fi-br-turkey:before {
    content: "﮶"
}

.fi-br-turntable:before {
    content: "﮷"
}

.fi-br-turtle:before {
    content: "﮸"
}

.fi-br-tv-music:before {
    content: "﮹"
}

.fi-br-tv-retro:before {
    content: "﮺"
}

.fi-br-typewriter:before {
    content: "﮻"
}

.fi-br-u:before {
    content: "﮼"
}

.fi-br-ufo-beam:before {
    content: "﮽"
}

.fi-br-ufo:before {
    content: "﮾"
}

.fi-br-umbrella-beach:before {
    content: "﮿"
}

.fi-br-umbrella:before {
    content: "﯀"
}

.fi-br-underline:before {
    content: "﯁"
}

.fi-br-undo-alt:before {
    content: "﯂"
}

.fi-br-undo:before {
    content: "﯃"
}

.fi-br-unicorn:before {
    content: "﯄"
}

.fi-br-uniform-martial-arts:before {
    content: "﯅"
}

.fi-br-universal-access:before {
    content: "﯆"
}

.fi-br-unlock:before {
    content: "﯇"
}

.fi-br-up-left:before {
    content: "﯈"
}

.fi-br-up-right-from-square:before {
    content: "﯉"
}

.fi-br-up-right:before {
    content: "﯊"
}

.fi-br-up:before {
    content: "﯋"
}

.fi-br-upload:before {
    content: "﯌"
}

.fi-br-url:before {
    content: "﯍"
}

.fi-br-usb-pendrive:before {
    content: "﯎"
}

.fi-br-usd-circle:before {
    content: "﯏"
}

.fi-br-usd-square:before {
    content: "﯐"
}

.fi-br-user-add:before {
    content: "﯑"
}

.fi-br-user-alien:before {
    content: "﯒"
}

.fi-br-user-astronaut:before {
    content: "ﯓ"
}

.fi-br-user-check:before {
    content: "ﯔ"
}

.fi-br-user-chef:before {
    content: "ﯕ"
}

.fi-br-user-cowboy:before {
    content: "ﯖ"
}

.fi-br-user-crown:before {
    content: "ﯗ"
}

.fi-br-user-gear:before {
    content: "ﯘ"
}

.fi-br-user-headset:before {
    content: "ﯙ"
}

.fi-br-user-helmet-safety:before {
    content: "ﯚ"
}

.fi-br-user-injured:before {
    content: "ﯛ"
}

.fi-br-user-interface-ui:before {
    content: "ﯜ"
}

.fi-br-user-lock:before {
    content: "ﯝ"
}

.fi-br-user-md-chat:before {
    content: "ﯞ"
}

.fi-br-user-md:before {
    content: "ﯟ"
}

.fi-br-user-minus:before {
    content: "ﯠ"
}

.fi-br-user-music:before {
    content: "ﯡ"
}

.fi-br-user-ninja:before {
    content: "ﯢ"
}

.fi-br-user-nurse:before {
    content: "ﯣ"
}

.fi-br-user-pen:before {
    content: "ﯤ"
}

.fi-br-user-pilot-tie:before {
    content: "ﯥ"
}

.fi-br-user-pilot:before {
    content: "ﯦ"
}

.fi-br-user-police:before {
    content: "ﯧ"
}

.fi-br-user-robot-xmarks:before {
    content: "ﯨ"
}

.fi-br-user-robot:before {
    content: "ﯩ"
}

.fi-br-user-shield:before {
    content: "ﯪ"
}

.fi-br-user-slash:before {
    content: "ﯫ"
}

.fi-br-user-tag:before {
    content: "ﯬ"
}

.fi-br-user-time:before {
    content: "ﯭ"
}

.fi-br-user-unlock:before {
    content: "ﯮ"
}

.fi-br-user-visor:before {
    content: "ﯯ"
}

.fi-br-user-xmark:before {
    content: "ﯰ"
}

.fi-br-user:before {
    content: "ﯱ"
}

.fi-br-users-alt:before {
    content: "ﯲ"
}

.fi-br-users-gear:before {
    content: "ﯳ"
}

.fi-br-users-medical:before {
    content: "ﯴ"
}

.fi-br-users-slash:before {
    content: "ﯵ"
}

.fi-br-users:before {
    content: "ﯶ"
}

.fi-br-utensils:before {
    content: "ﯷ"
}

.fi-br-utility-pole-double:before {
    content: "ﯸ"
}

.fi-br-utility-pole:before {
    content: "ﯹ"
}

.fi-br-v:before {
    content: "ﯺ"
}

.fi-br-vacuum-robot:before {
    content: "ﯻ"
}

.fi-br-vacuum:before {
    content: "ﯼ"
}

.fi-br-value-absolute:before {
    content: "ﯽ"
}

.fi-br-vault:before {
    content: "ﯾ"
}

.fi-br-vector-alt:before {
    content: "ﯿ"
}

.fi-br-vector-circle:before {
    content: "ﰀ"
}

.fi-br-vector-polygon:before {
    content: "ﰁ"
}

.fi-br-vector:before {
    content: "ﰂ"
}

.fi-br-vest-patches:before {
    content: "ﰃ"
}

.fi-br-vest:before {
    content: "ﰄ"
}

.fi-br-video-arrow-down-left:before {
    content: "ﰅ"
}

.fi-br-video-arrow-up-right:before {
    content: "ﰆ"
}

.fi-br-video-camera-alt:before {
    content: "ﰇ"
}

.fi-br-video-camera:before {
    content: "ﰈ"
}

.fi-br-video-plus:before {
    content: "ﰉ"
}

.fi-br-video-slash:before {
    content: "ﰊ"
}

.fi-br-videoconference:before {
    content: "ﰋ"
}

.fi-br-virus-slash:before {
    content: "ﰌ"
}

.fi-br-virus:before {
    content: "ﰍ"
}

.fi-br-viruses:before {
    content: "ﰎ"
}

.fi-br-voicemail:before {
    content: "ﰏ"
}

.fi-br-volcano:before {
    content: "ﰐ"
}

.fi-br-volleyball:before {
    content: "ﰑ"
}

.fi-br-volume-down:before {
    content: "ﰒ"
}

.fi-br-volume-mute:before {
    content: "ﰓ"
}

.fi-br-volume-off:before {
    content: "ﰔ"
}

.fi-br-volume-slash:before {
    content: "ﰕ"
}

.fi-br-volume:before {
    content: "ﰖ"
}

.fi-br-vote-nay:before {
    content: "ﰗ"
}

.fi-br-vote-yea:before {
    content: "ﰘ"
}

.fi-br-vr-cardboard:before {
    content: "ﰙ"
}

.fi-br-w:before {
    content: "ﰚ"
}

.fi-br-waffle:before {
    content: "ﰛ"
}

.fi-br-wagon-covered:before {
    content: "ﰜ"
}

.fi-br-walker:before {
    content: "ﰝ"
}

.fi-br-walkie-talkie:before {
    content: "ﰞ"
}

.fi-br-walking:before {
    content: "ﰟ"
}

.fi-br-wallet:before {
    content: "ﰠ"
}

.fi-br-warehouse-alt:before {
    content: "ﰡ"
}

.fi-br-washer:before {
    content: "ﰢ"
}

.fi-br-watch-calculator:before {
    content: "ﰣ"
}

.fi-br-watch-fitness:before {
    content: "ﰤ"
}

.fi-br-watch-smart:before {
    content: "ﰥ"
}

.fi-br-watch:before {
    content: "ﰦ"
}

.fi-br-water-bottle:before {
    content: "ﰧ"
}

.fi-br-water-ladder:before {
    content: "ﰨ"
}

.fi-br-water-lower:before {
    content: "ﰩ"
}

.fi-br-water-rise:before {
    content: "ﰪ"
}

.fi-br-water:before {
    content: "ﰫ"
}

.fi-br-watermelon:before {
    content: "ﰬ"
}

.fi-br-wave-sine:before {
    content: "ﰭ"
}

.fi-br-wave-square:before {
    content: "ﰮ"
}

.fi-br-wave-triangle:before {
    content: "ﰯ"
}

.fi-br-waveform-path:before {
    content: "ﰰ"
}

.fi-br-waveform:before {
    content: "ﰱ"
}

.fi-br-webcam-slash:before {
    content: "ﰲ"
}

.fi-br-webcam:before {
    content: "ﰳ"
}

.fi-br-whale:before {
    content: "ﰴ"
}

.fi-br-wheat-awn-circle-exclamation:before {
    content: "ﰵ"
}

.fi-br-wheat-awn-slash:before {
    content: "ﰶ"
}

.fi-br-wheat-awn:before {
    content: "ﰷ"
}

.fi-br-wheat-slash:before {
    content: "ﰸ"
}

.fi-br-wheat:before {
    content: "ﰹ"
}

.fi-br-wheelchair-move:before {
    content: "ﰺ"
}

.fi-br-wheelchair:before {
    content: "ﰻ"
}

.fi-br-whistle:before {
    content: "ﰼ"
}

.fi-br-wifi-1:before {
    content: "ﰽ"
}

.fi-br-wifi-2:before {
    content: "ﰾ"
}

.fi-br-wifi-alt:before {
    content: "ﰿ"
}

.fi-br-wifi-exclamation:before {
    content: "ﱀ"
}

.fi-br-wifi-slash:before {
    content: "ﱁ"
}

.fi-br-wifi:before {
    content: "ﱂ"
}

.fi-br-wind-turbine:before {
    content: "ﱃ"
}

.fi-br-wind-warning:before {
    content: "ﱄ"
}

.fi-br-wind:before {
    content: "ﱅ"
}

.fi-br-window-alt:before {
    content: "ﱆ"
}

.fi-br-window-frame-open:before {
    content: "ﱇ"
}

.fi-br-window-frame:before {
    content: "ﱈ"
}

.fi-br-window-maximize:before {
    content: "ﱉ"
}

.fi-br-window-minimize:before {
    content: "ﱊ"
}

.fi-br-window-restore:before {
    content: "ﱋ"
}

.fi-br-windsock:before {
    content: "ﱌ"
}

.fi-br-wine-bottle:before {
    content: "ﱍ"
}

.fi-br-wine-glass-crack:before {
    content: "ﱎ"
}

.fi-br-wine-glass-empty:before {
    content: "ﱏ"
}

.fi-br-wink:before {
    content: "ﱐ"
}

.fi-br-wishlist-heart:before {
    content: "ﱑ"
}

.fi-br-wishlist-star:before {
    content: "ﱒ"
}

.fi-br-woman-head:before {
    content: "ﱓ"
}

.fi-br-won-sign:before {
    content: "ﱔ"
}

.fi-br-workflow-alt:before {
    content: "ﱕ"
}

.fi-br-workflow-setting-alt:before {
    content: "ﱖ"
}

.fi-br-workflow-setting:before {
    content: "ﱗ"
}

.fi-br-workflow:before {
    content: "ﱘ"
}

.fi-br-world:before {
    content: "ﱙ"
}

.fi-br-worm:before {
    content: "ﱚ"
}

.fi-br-wreath:before {
    content: "ﱛ"
}

.fi-br-wrench-alt:before {
    content: "ﱜ"
}

.fi-br-wrench-simple:before {
    content: "ﱝ"
}

.fi-br-x-ray:before {
    content: "ﱞ"
}

.fi-br-x:before {
    content: "ﱟ"
}

.fi-br-y:before {
    content: "ﱠ"
}

.fi-br-yen:before {
    content: "ﱡ"
}

.fi-br-yin-yang:before {
    content: "ﱢ"
}

.fi-br-z:before {
    content: "ﱣ"
}

.fi-br-zoom-in:before {
    content: "ﱤ"
}

.fi-br-zoom-out:before {
    content: "ﱥ"
}

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: uicons-solid-straight;
    src: url(https://cdn-uicons.flaticon.com/2.4.0/uicons-solid-straight/webfonts/uicons-solid-straight.woff2) format("woff2"), url(https://cdn-uicons.flaticon.com/2.4.0/uicons-solid-straight/webfonts/uicons-solid-straight.woff) format("woff"), url(https://cdn-uicons.flaticon.com/2.4.0/uicons-solid-straight/webfonts/uicons-solid-straight.eot#iefix) format("embedded-opentype");
    font-display: swap
}

i[class*=" fi-ss-"]:before,
i[class^=fi-ss-]:before,
span[class*=fi-ss-]:before,
span[class^=fi-ss-]:before {
    font-family: uicons-solid-straight !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fi-ss-0:before {
    content: ""
}

.fi-ss-00s-music-disc:before {
    content: ""
}

.fi-ss-1:before {
    content: ""
}

.fi-ss-2:before {
    content: ""
}

.fi-ss-3:before {
    content: ""
}

.fi-ss-360-degrees:before {
    content: ""
}

.fi-ss-4:before {
    content: ""
}

.fi-ss-404:before {
    content: ""
}

.fi-ss-5:before {
    content: ""
}

.fi-ss-6:before {
    content: ""
}

.fi-ss-60s-music-disc:before {
    content: ""
}

.fi-ss-7:before {
    content: ""
}

.fi-ss-70s-music-disc:before {
    content: ""
}

.fi-ss-8:before {
    content: ""
}

.fi-ss-80s-music-disc:before {
    content: ""
}

.fi-ss-9:before {
    content: ""
}

.fi-ss-90s-music-disc:before {
    content: ""
}

.fi-ss-a:before {
    content: ""
}

.fi-ss-accident:before {
    content: ""
}

.fi-ss-acorn:before {
    content: ""
}

.fi-ss-ad-paid:before {
    content: ""
}

.fi-ss-ad:before {
    content: ""
}

.fi-ss-add-document:before {
    content: ""
}

.fi-ss-add-folder:before {
    content: ""
}

.fi-ss-add-image:before {
    content: ""
}

.fi-ss-add:before {
    content: ""
}

.fi-ss-address-book:before {
    content: ""
}

.fi-ss-address-card:before {
    content: ""
}

.fi-ss-admin-alt:before {
    content: ""
}

.fi-ss-admin:before {
    content: ""
}

.fi-ss-age-alt:before {
    content: ""
}

.fi-ss-age-restriction-eighteen:before {
    content: ""
}

.fi-ss-age-restriction-seven:before {
    content: ""
}

.fi-ss-age-restriction-six:before {
    content: ""
}

.fi-ss-age-restriction-sixteen:before {
    content: ""
}

.fi-ss-age-restriction-thirteen:before {
    content: ""
}

.fi-ss-age-restriction-three:before {
    content: ""
}

.fi-ss-age-restriction-twelve:before {
    content: ""
}

.fi-ss-age-restriction-twenty-one:before {
    content: ""
}

.fi-ss-age-restriction-zero:before {
    content: ""
}

.fi-ss-age:before {
    content: ""
}

.fi-ss-air-conditioner:before {
    content: ""
}

.fi-ss-air-freshener:before {
    content: ""
}

.fi-ss-air-pollution:before {
    content: ""
}

.fi-ss-airplane-journey:before {
    content: ""
}

.fi-ss-airplay:before {
    content: ""
}

.fi-ss-alarm-clock:before {
    content: ""
}

.fi-ss-alarm-exclamation:before {
    content: ""
}

.fi-ss-alarm-plus:before {
    content: ""
}

.fi-ss-alarm-snooze:before {
    content: ""
}

.fi-ss-album-circle-plus:before {
    content: ""
}

.fi-ss-album-circle-user:before {
    content: ""
}

.fi-ss-album-collection:before {
    content: ""
}

.fi-ss-album:before {
    content: ""
}

.fi-ss-algorithm:before {
    content: ""
}

.fi-ss-alicorn:before {
    content: ""
}

.fi-ss-alien:before {
    content: ""
}

.fi-ss-align-center:before {
    content: ""
}

.fi-ss-align-justify:before {
    content: ""
}

.fi-ss-align-left:before {
    content: ""
}

.fi-ss-align-slash:before {
    content: ""
}

.fi-ss-ambulance:before {
    content: ""
}

.fi-ss-amusement-park:before {
    content: ""
}

.fi-ss-analyse-alt:before {
    content: ""
}

.fi-ss-analyse:before {
    content: ""
}

.fi-ss-anatomical-heart:before {
    content: ""
}

.fi-ss-anchor:before {
    content: ""
}

.fi-ss-angel:before {
    content: ""
}

.fi-ss-angle-90:before {
    content: ""
}

.fi-ss-angle-circle-down:before {
    content: ""
}

.fi-ss-angle-circle-left:before {
    content: ""
}

.fi-ss-angle-circle-right:before {
    content: ""
}

.fi-ss-angle-circle-up:before {
    content: ""
}

.fi-ss-angle-double-left:before {
    content: ""
}

.fi-ss-angle-double-right:before {
    content: ""
}

.fi-ss-angle-double-small-down:before {
    content: ""
}

.fi-ss-angle-double-small-left:before {
    content: ""
}

.fi-ss-angle-double-small-right:before {
    content: ""
}

.fi-ss-angle-double-small-up:before {
    content: ""
}

.fi-ss-angle-down:before {
    content: ""
}

.fi-ss-angle-left:before {
    content: ""
}

.fi-ss-angle-right:before {
    content: ""
}

.fi-ss-angle-small-down:before {
    content: ""
}

.fi-ss-angle-small-left:before {
    content: ""
}

.fi-ss-angle-small-right:before {
    content: ""
}

.fi-ss-angle-small-up:before {
    content: ""
}

.fi-ss-angle-square-down:before {
    content: ""
}

.fi-ss-angle-square-left:before {
    content: ""
}

.fi-ss-angle-square-right:before {
    content: ""
}

.fi-ss-angle-square-up:before {
    content: ""
}

.fi-ss-angle-up:before {
    content: ""
}

.fi-ss-angle:before {
    content: ""
}

.fi-ss-angles-up-down:before {
    content: ""
}

.fi-ss-angry:before {
    content: ""
}

.fi-ss-animated-icon:before {
    content: ""
}

.fi-ss-ankh:before {
    content: ""
}

.fi-ss-answer-alt:before {
    content: ""
}

.fi-ss-answer:before {
    content: ""
}

.fi-ss-apartment:before {
    content: ""
}

.fi-ss-aperture:before {
    content: ""
}

.fi-ss-api:before {
    content: ""
}

.fi-ss-apple-core:before {
    content: ""
}

.fi-ss-apple-crate:before {
    content: ""
}

.fi-ss-apple-whole:before {
    content: ""
}

.fi-ss-apps-add:before {
    content: ""
}

.fi-ss-apps-delete:before {
    content: ""
}

.fi-ss-apps-sort:before {
    content: ""
}

.fi-ss-apps:before {
    content: ""
}

.fi-ss-archive:before {
    content: ""
}

.fi-ss-archway:before {
    content: ""
}

.fi-ss-arrow-alt-circle-down:before {
    content: ""
}

.fi-ss-arrow-alt-circle-left:before {
    content: ""
}

.fi-ss-arrow-alt-circle-right:before {
    content: ""
}

.fi-ss-arrow-alt-circle-up:before {
    content: ""
}

.fi-ss-arrow-alt-down:before {
    content: ""
}

.fi-ss-arrow-alt-from-bottom:before {
    content: ""
}

.fi-ss-arrow-alt-from-left:before {
    content: ""
}

.fi-ss-arrow-alt-from-right:before {
    content: ""
}

.fi-ss-arrow-alt-from-top:before {
    content: ""
}

.fi-ss-arrow-alt-left:before {
    content: ""
}

.fi-ss-arrow-alt-right:before {
    content: ""
}

.fi-ss-arrow-alt-square-down:before {
    content: ""
}

.fi-ss-arrow-alt-square-left:before {
    content: ""
}

.fi-ss-arrow-alt-square-right:before {
    content: ""
}

.fi-ss-arrow-alt-square-up:before {
    content: ""
}

.fi-ss-arrow-alt-to-bottom:before {
    content: ""
}

.fi-ss-arrow-alt-to-left:before {
    content: ""
}

.fi-ss-arrow-alt-to-right:before {
    content: ""
}

.fi-ss-arrow-alt-to-top:before {
    content: ""
}

.fi-ss-arrow-alt-up:before {
    content: ""
}

.fi-ss-arrow-circle-down:before {
    content: ""
}

.fi-ss-arrow-circle-left:before {
    content: ""
}

.fi-ss-arrow-circle-right:before {
    content: ""
}

.fi-ss-arrow-circle-up:before {
    content: ""
}

.fi-ss-arrow-comparison:before {
    content: ""
}

.fi-ss-arrow-down-from-arc:before {
    content: ""
}

.fi-ss-arrow-down-from-dotted-line:before {
    content: ""
}

.fi-ss-arrow-down-left:before {
    content: ""
}

.fi-ss-arrow-down-small-big:before {
    content: ""
}

.fi-ss-arrow-down-to-dotted-line:before {
    content: ""
}

.fi-ss-arrow-down-to-square:before {
    content: ""
}

.fi-ss-arrow-down-triangle-square:before {
    content: ""
}

.fi-ss-arrow-down:before {
    content: ""
}

.fi-ss-arrow-from-bottom:before {
    content: ""
}

.fi-ss-arrow-from-left:before {
    content: ""
}

.fi-ss-arrow-from-right:before {
    content: ""
}

.fi-ss-arrow-from-top:before {
    content: ""
}

.fi-ss-arrow-left-from-arc:before {
    content: ""
}

.fi-ss-arrow-left-from-line:before {
    content: ""
}

.fi-ss-arrow-left-to-arc:before {
    content: ""
}

.fi-ss-arrow-left:before {
    content: ""
}

.fi-ss-arrow-progress-alt:before {
    content: ""
}

.fi-ss-arrow-progress:before {
    content: ""
}

.fi-ss-arrow-right-to-bracket:before {
    content: ""
}

.fi-ss-arrow-right:before {
    content: ""
}

.fi-ss-arrow-small-down:before {
    content: ""
}

.fi-ss-arrow-small-left:before {
    content: ""
}

.fi-ss-arrow-small-right:before {
    content: ""
}

.fi-ss-arrow-small-up:before {
    content: ""
}

.fi-ss-arrow-square-down:before {
    content: ""
}

.fi-ss-arrow-square-left:before {
    content: ""
}

.fi-ss-arrow-square-right:before {
    content: ""
}

.fi-ss-arrow-square-up:before {
    content: ""
}

.fi-ss-arrow-to-bottom:before {
    content: ""
}

.fi-ss-arrow-to-left:before {
    content: ""
}

.fi-ss-arrow-to-right:before {
    content: ""
}

.fi-ss-arrow-to-top:before {
    content: ""
}

.fi-ss-arrow-trend-down:before {
    content: ""
}

.fi-ss-arrow-trend-up:before {
    content: ""
}

.fi-ss-arrow-turn-down-left:before {
    content: ""
}

.fi-ss-arrow-turn-down-right:before {
    content: ""
}

.fi-ss-arrow-turn-left-up:before {
    content: ""
}

.fi-ss-arrow-up-from-dotted-line:before {
    content: ""
}

.fi-ss-arrow-up-from-ground-water:before {
    content: ""
}

.fi-ss-arrow-up-from-square:before {
    content: ""
}

.fi-ss-arrow-up-left-from-circle:before {
    content: ""
}

.fi-ss-arrow-up-left:before {
    content: ""
}

.fi-ss-arrow-up-right-and-arrow-down-left-from-center:before {
    content: ""
}

.fi-ss-arrow-up-right-from-square:before {
    content: ""
}

.fi-ss-arrow-up-right:before {
    content: ""
}

.fi-ss-arrow-up-small-big:before {
    content: ""
}

.fi-ss-arrow-up-square-triangle:before {
    content: ""
}

.fi-ss-arrow-up-to-arc:before {
    content: ""
}

.fi-ss-arrow-up-to-dotted-line:before {
    content: ""
}

.fi-ss-arrow-up:before {
    content: ""
}

.fi-ss-arrow-upward-growth-crypto:before {
    content: ""
}

.fi-ss-arrows-alt-h:before {
    content: ""
}

.fi-ss-arrows-alt-v:before {
    content: ""
}

.fi-ss-arrows-alt:before {
    content: ""
}

.fi-ss-arrows-cross:before {
    content: ""
}

.fi-ss-arrows-from-dotted-line:before {
    content: ""
}

.fi-ss-arrows-from-line:before {
    content: ""
}

.fi-ss-arrows-h-copy:before {
    content: ""
}

.fi-ss-arrows-h:before {
    content: ""
}

.fi-ss-arrows-repeat-1:before {
    content: ""
}

.fi-ss-arrows-repeat:before {
    content: ""
}

.fi-ss-arrows-retweet:before {
    content: ""
}

.fi-ss-arrows-split-right-and-left:before {
    content: ""
}

.fi-ss-arrows-split-up-and-left:before {
    content: ""
}

.fi-ss-arrows-to-circle:before {
    content: ""
}

.fi-ss-arrows-to-dotted-line:before {
    content: ""
}

.fi-ss-arrows-to-eye:before {
    content: ""
}

.fi-ss-arrows-to-line:before {
    content: ""
}

.fi-ss-arrows:before {
    content: ""
}

.fi-ss-artificial-intelligence:before {
    content: ""
}

.fi-ss-assept-document:before {
    content: ""
}

.fi-ss-assessment-alt:before {
    content: ""
}

.fi-ss-assessment:before {
    content: ""
}

.fi-ss-assign:before {
    content: ""
}

.fi-ss-assistive-listening-systems:before {
    content: ""
}

.fi-ss-asterik:before {
    content: ""
}

.fi-ss-at:before {
    content: ""
}

.fi-ss-attribution-pen:before {
    content: ""
}

.fi-ss-attribution-pencil:before {
    content: ""
}

.fi-ss-aubergine:before {
    content: ""
}

.fi-ss-auction:before {
    content: ""
}

.fi-ss-audience-megaphone:before {
    content: ""
}

.fi-ss-audio-description-slash:before {
    content: ""
}

.fi-ss-audit-alt:before {
    content: ""
}

.fi-ss-audit:before {
    content: ""
}

.fi-ss-austral-sign:before {
    content: ""
}

.fi-ss-avocado:before {
    content: ""
}

.fi-ss-award:before {
    content: ""
}

.fi-ss-axe-battle:before {
    content: ""
}

.fi-ss-axe:before {
    content: ""
}

.fi-ss-b:before {
    content: ""
}

.fi-ss-baby-carriage:before {
    content: ""
}

.fi-ss-baby:before {
    content: ""
}

.fi-ss-back-up:before {
    content: ""
}

.fi-ss-background:before {
    content: ""
}

.fi-ss-backpack:before {
    content: ""
}

.fi-ss-bacon:before {
    content: ""
}

.fi-ss-bacteria:before {
    content: ""
}

.fi-ss-bacterium:before {
    content: ""
}

.fi-ss-badge-check:before {
    content: ""
}

.fi-ss-badge-dollar:before {
    content: ""
}

.fi-ss-badge-leaf:before {
    content: ""
}

.fi-ss-badge-percent:before {
    content: ""
}

.fi-ss-badge-sheriff:before {
    content: ""
}

.fi-ss-badge:before {
    content: ""
}

.fi-ss-badger-honey:before {
    content: ""
}

.fi-ss-badget-check-alt:before {
    content: ""
}

.fi-ss-badminton:before {
    content: ""
}

.fi-ss-bag-map-pin:before {
    content: ""
}

.fi-ss-bag-seedling:before {
    content: ""
}

.fi-ss-bag-shopping-minus:before {
    content: ""
}

.fi-ss-bags-shopping:before {
    content: ""
}

.fi-ss-baguette:before {
    content: ""
}

.fi-ss-bahai:before {
    content: ""
}

.fi-ss-baht-sign:before {
    content: ""
}

.fi-ss-balance-scale-left:before {
    content: ""
}

.fi-ss-balance-scale-right:before {
    content: ""
}

.fi-ss-ball-pile:before {
    content: ""
}

.fi-ss-ballet-dance:before {
    content: ""
}

.fi-ss-balloon:before {
    content: ""
}

.fi-ss-balloons:before {
    content: ""
}

.fi-ss-ballot-check:before {
    content: ""
}

.fi-ss-ballot:before {
    content: ""
}

.fi-ss-ban-bug:before {
    content: ""
}

.fi-ss-ban:before {
    content: ""
}

.fi-ss-banana:before {
    content: ""
}

.fi-ss-band-aid:before {
    content: ""
}

.fi-ss-bangladeshi-taka-sign:before {
    content: ""
}

.fi-ss-banjo:before {
    content: ""
}

.fi-ss-bank:before {
    content: ""
}

.fi-ss-banner-2:before {
    content: ""
}

.fi-ss-banner-3:before {
    content: ""
}

.fi-ss-banner-4:before {
    content: ""
}

.fi-ss-banner-5:before {
    content: ""
}

.fi-ss-banner:before {
    content: ""
}

.fi-ss-barber-pole:before {
    content: ""
}

.fi-ss-barber-shop:before {
    content: ""
}

.fi-ss-barcode-read:before {
    content: ""
}

.fi-ss-barcode-scan:before {
    content: ""
}

.fi-ss-barcode:before {
    content: ""
}

.fi-ss-bars-filter:before {
    content: ""
}

.fi-ss-bars-progress:before {
    content: ""
}

.fi-ss-bars-sort:before {
    content: ""
}

.fi-ss-bars-staggered:before {
    content: ""
}

.fi-ss-baseball-alt:before {
    content: ""
}

.fi-ss-baseball:before {
    content: ""
}

.fi-ss-basket-shopping-minus:before {
    content: ""
}

.fi-ss-basket-shopping-plus:before {
    content: ""
}

.fi-ss-basket-shopping-simple:before {
    content: ""
}

.fi-ss-basketball-hoop:before {
    content: ""
}

.fi-ss-basketball:before {
    content: ""
}

.fi-ss-bat:before {
    content: ""
}

.fi-ss-bath:before {
    content: ""
}

.fi-ss-battery-bolt:before {
    content: ""
}

.fi-ss-battery-empty:before {
    content: ""
}

.fi-ss-battery-exclamation:before {
    content: ""
}

.fi-ss-battery-full:before {
    content: ""
}

.fi-ss-battery-half:before {
    content: ""
}

.fi-ss-battery-quarter:before {
    content: ""
}

.fi-ss-battery-slash:before {
    content: ""
}

.fi-ss-battery-three-quarters:before {
    content: ""
}

.fi-ss-beacon:before {
    content: ""
}

.fi-ss-bed-alt:before {
    content: ""
}

.fi-ss-bed-bunk:before {
    content: ""
}

.fi-ss-bed-empty:before {
    content: ""
}

.fi-ss-bed:before {
    content: ""
}

.fi-ss-bee:before {
    content: ""
}

.fi-ss-beer-mug-empty:before {
    content: ""
}

.fi-ss-beer:before {
    content: ""
}

.fi-ss-bell-concierge:before {
    content: ""
}

.fi-ss-bell-notification-call:before {
    content: ""
}

.fi-ss-bell-notification-social-media:before {
    content: ""
}

.fi-ss-bell-ring:before {
    content: ""
}

.fi-ss-bell-school-slash:before {
    content: ""
}

.fi-ss-bell-school:before {
    content: ""
}

.fi-ss-bell-slash:before {
    content: ""
}

.fi-ss-bell:before {
    content: ""
}

.fi-ss-bells:before {
    content: ""
}

.fi-ss-bench-tree:before {
    content: ""
}

.fi-ss-benefit-diamond-alt:before {
    content: ""
}

.fi-ss-benefit-diamond:before {
    content: ""
}

.fi-ss-benefit-hand:before {
    content: ""
}

.fi-ss-benefit-increase:before {
    content: ""
}

.fi-ss-benefit-porcent:before {
    content: ""
}

.fi-ss-benefit:before {
    content: ""
}

.fi-ss-betamax:before {
    content: ""
}

.fi-ss-bible:before {
    content: ""
}

.fi-ss-bicycle-journey:before {
    content: ""
}

.fi-ss-bike:before {
    content: ""
}

.fi-ss-biking-mountain:before {
    content: ""
}

.fi-ss-biking:before {
    content: ""
}

.fi-ss-bill-arrow:before {
    content: ""
}

.fi-ss-billiard:before {
    content: ""
}

.fi-ss-bin-bottles:before {
    content: ""
}

.fi-ss-binary-circle-check:before {
    content: ""
}

.fi-ss-binary-lock:before {
    content: ""
}

.fi-ss-binary-slash:before {
    content: ""
}

.fi-ss-binary:before {
    content: ""
}

.fi-ss-binoculars:before {
    content: ""
}

.fi-ss-bio-leaves:before {
    content: ""
}

.fi-ss-bio:before {
    content: ""
}

.fi-ss-biohazard:before {
    content: ""
}

.fi-ss-bird:before {
    content: ""
}

.fi-ss-bitcoin-sign:before {
    content: ""
}

.fi-ss-blanket:before {
    content: ""
}

.fi-ss-blender-phone:before {
    content: ""
}

.fi-ss-blender:before {
    content: ""
}

.fi-ss-blinds-open:before {
    content: ""
}

.fi-ss-blinds-raised:before {
    content: ""
}

.fi-ss-blinds:before {
    content: ""
}

.fi-ss-block-brick:before {
    content: ""
}

.fi-ss-block-question:before {
    content: ""
}

.fi-ss-block-quote:before {
    content: ""
}

.fi-ss-block:before {
    content: ""
}

.fi-ss-blockchain-3:before {
    content: ""
}

.fi-ss-blog-pencil:before {
    content: ""
}

.fi-ss-blog-text:before {
    content: ""
}

.fi-ss-blood-test-tube-alt:before {
    content: ""
}

.fi-ss-blood-test-tube:before {
    content: ""
}

.fi-ss-blood:before {
    content: ""
}

.fi-ss-blossom:before {
    content: ""
}

.fi-ss-blueberries:before {
    content: ""
}

.fi-ss-blueprint:before {
    content: ""
}

.fi-ss-bold:before {
    content: ""
}

.fi-ss-bolt-auto:before {
    content: ""
}

.fi-ss-bolt-slash:before {
    content: ""
}

.fi-ss-bolt:before {
    content: ""
}

.fi-ss-bomb:before {
    content: ""
}

.fi-ss-bone-break:before {
    content: ""
}

.fi-ss-bone:before {
    content: ""
}

.fi-ss-bong:before {
    content: ""
}

.fi-ss-bonus-alt:before {
    content: ""
}

.fi-ss-bonus-star:before {
    content: ""
}

.fi-ss-bonus:before {
    content: ""
}

.fi-ss-book-alt:before {
    content: ""
}

.fi-ss-book-arrow-right:before {
    content: ""
}

.fi-ss-book-arrow-up:before {
    content: ""
}

.fi-ss-book-atlas:before {
    content: ""
}

.fi-ss-book-bookmark:before {
    content: ""
}

.fi-ss-book-circle-arrow-right:before {
    content: ""
}

.fi-ss-book-circle-arrow-up:before {
    content: ""
}

.fi-ss-book-copy:before {
    content: ""
}

.fi-ss-book-dead:before {
    content: ""
}

.fi-ss-book-font:before {
    content: ""
}

.fi-ss-book-heart:before {
    content: ""
}

.fi-ss-book-medical:before {
    content: ""
}

.fi-ss-book-open-cover:before {
    content: ""
}

.fi-ss-book-open-reader:before {
    content: ""
}

.fi-ss-book-plus:before {
    content: ""
}

.fi-ss-book-quran:before {
    content: ""
}

.fi-ss-book-section:before {
    content: ""
}

.fi-ss-book-spells:before {
    content: ""
}

.fi-ss-book-tanakh:before {
    content: ""
}

.fi-ss-book-user:before {
    content: ""
}

.fi-ss-book:before {
    content: ""
}

.fi-ss-Booking:before {
    content: ""
}

.fi-ss-bookmark-slash:before {
    content: ""
}

.fi-ss-bookmark:before {
    content: ""
}

.fi-ss-books-medical:before {
    content: ""
}

.fi-ss-books:before {
    content: ""
}

.fi-ss-boot-heeled:before {
    content: ""
}

.fi-ss-boot:before {
    content: ""
}

.fi-ss-booth-curtain:before {
    content: ""
}

.fi-ss-border-all:before {
    content: ""
}

.fi-ss-border-bottom:before {
    content: ""
}

.fi-ss-border-center-h:before {
    content: ""
}

.fi-ss-border-center-v:before {
    content: ""
}

.fi-ss-border-inner:before {
    content: ""
}

.fi-ss-border-left:before {
    content: ""
}

.fi-ss-border-none:before {
    content: ""
}

.fi-ss-border-outer:before {
    content: ""
}

.fi-ss-border-right:before {
    content: ""
}

.fi-ss-border-style-alt:before {
    content: ""
}

.fi-ss-border-style:before {
    content: ""
}

.fi-ss-border-top:before {
    content: ""
}

.fi-ss-boss:before {
    content: ""
}

.fi-ss-bottle-droplet:before {
    content: ""
}

.fi-ss-bottle:before {
    content: ""
}

.fi-ss-bow-arrow:before {
    content: ""
}

.fi-ss-bowl-chopsticks-noodles:before {
    content: ""
}

.fi-ss-bowl-chopsticks:before {
    content: ""
}

.fi-ss-bowl-rice:before {
    content: ""
}

.fi-ss-bowl-scoop:before {
    content: ""
}

.fi-ss-bowl-scoops:before {
    content: ""
}

.fi-ss-bowl-soft-serve:before {
    content: ""
}

.fi-ss-bowl-spoon:before {
    content: ""
}

.fi-ss-bowling-ball:before {
    content: ""
}

.fi-ss-bowling-pins:before {
    content: ""
}

.fi-ss-bowling:before {
    content: ""
}

.fi-ss-box-alt:before {
    content: ""
}

.fi-ss-box-ballot:before {
    content: ""
}

.fi-ss-box-check:before {
    content: ""
}

.fi-ss-box-circle-check:before {
    content: ""
}

.fi-ss-box-dollar:before {
    content: ""
}

.fi-ss-box-fragile:before {
    content: ""
}

.fi-ss-box-heart:before {
    content: ""
}

.fi-ss-box-open-full:before {
    content: ""
}

.fi-ss-box-open:before {
    content: ""
}

.fi-ss-box-tissue:before {
    content: ""
}

.fi-ss-box-up:before {
    content: ""
}

.fi-ss-box:before {
    content: ""
}

.fi-ss-boxes:before {
    content: ""
}

.fi-ss-boxing-glove:before {
    content: ""
}

.fi-ss-bracket-curly-right:before {
    content: ""
}

.fi-ss-bracket-curly:before {
    content: ""
}

.fi-ss-bracket-round-right:before {
    content: ""
}

.fi-ss-bracket-round:before {
    content: ""
}

.fi-ss-bracket-square-right:before {
    content: ""
}

.fi-ss-bracket-square:before {
    content: ""
}

.fi-ss-brackets-curly:before {
    content: ""
}

.fi-ss-brackets-round:before {
    content: ""
}

.fi-ss-brackets-square:before {
    content: ""
}

.fi-ss-braille-a:before {
    content: ""
}

.fi-ss-braille-b:before {
    content: ""
}

.fi-ss-braille-c:before {
    content: ""
}

.fi-ss-braille-d:before {
    content: ""
}

.fi-ss-braille-e:before {
    content: ""
}

.fi-ss-braille-g:before {
    content: ""
}

.fi-ss-braille-h:before {
    content: ""
}

.fi-ss-braille-i:before {
    content: ""
}

.fi-ss-braille-j:before {
    content: ""
}

.fi-ss-braille-k:before {
    content: ""
}

.fi-ss-braille-l:before {
    content: ""
}

.fi-ss-braille-m:before {
    content: ""
}

.fi-ss-braille-n-alt:before {
    content: ""
}

.fi-ss-braille-n:before {
    content: ""
}

.fi-ss-braille-o:before {
    content: ""
}

.fi-ss-braille-p:before {
    content: ""
}

.fi-ss-braille-q:before {
    content: ""
}

.fi-ss-braille-r:before {
    content: ""
}

.fi-ss-braille-s:before {
    content: ""
}

.fi-ss-braille-t:before {
    content: ""
}

.fi-ss-braille-u:before {
    content: ""
}

.fi-ss-braille-v:before {
    content: ""
}

.fi-ss-braille-w:before {
    content: ""
}

.fi-ss-braille-x:before {
    content: ""
}

.fi-ss-braille-y:before {
    content: ""
}

.fi-ss-braille-z:before {
    content: ""
}

.fi-ss-braille:before {
    content: ""
}

.fi-ss-brain-circuit:before {
    content: ""
}

.fi-ss-brain:before {
    content: ""
}

.fi-ss-brake-warning:before {
    content: ""
}

.fi-ss-branching:before {
    content: ""
}

.fi-ss-brand:before {
    content: ""
}

.fi-ss-branding:before {
    content: ""
}

.fi-ss-bread-loaf:before {
    content: ""
}

.fi-ss-bread-slice-butter:before {
    content: ""
}

.fi-ss-bread-slice:before {
    content: ""
}

.fi-ss-bread:before {
    content: ""
}

.fi-ss-briefcase-arrow-right:before {
    content: ""
}

.fi-ss-briefcase-blank:before {
    content: ""
}

.fi-ss-briefcase:before {
    content: ""
}

.fi-ss-brightness-low:before {
    content: ""
}

.fi-ss-brightness:before {
    content: ""
}

.fi-ss-bring-forward:before {
    content: ""
}

.fi-ss-bring-front:before {
    content: ""
}

.fi-ss-broadcast-tower:before {
    content: ""
}

.fi-ss-broccoli:before {
    content: ""
}

.fi-ss-broken-chain-link-wrong:before {
    content: ""
}

.fi-ss-broken-image:before {
    content: ""
}

.fi-ss-broom-ball:before {
    content: ""
}

.fi-ss-broom:before {
    content: ""
}

.fi-ss-browser-ui:before {
    content: ""
}

.fi-ss-browser:before {
    content: ""
}

.fi-ss-browsers:before {
    content: ""
}

.fi-ss-brush:before {
    content: ""
}

.fi-ss-bucket:before {
    content: ""
}

.fi-ss-budget-alt:before {
    content: ""
}

.fi-ss-budget:before {
    content: ""
}

.fi-ss-bug-slash:before {
    content: ""
}

.fi-ss-bug:before {
    content: ""
}

.fi-ss-bugs:before {
    content: ""
}

.fi-ss-build-alt:before {
    content: ""
}

.fi-ss-build:before {
    content: ""
}

.fi-ss-builder:before {
    content: ""
}

.fi-ss-building-circle-arrow-right:before {
    content: ""
}

.fi-ss-building-ngo:before {
    content: ""
}

.fi-ss-building:before {
    content: ""
}

.fi-ss-bulb:before {
    content: ""
}

.fi-ss-bullet:before {
    content: ""
}

.fi-ss-bullhorn:before {
    content: ""
}

.fi-ss-bullseye-arrow:before {
    content: ""
}

.fi-ss-bullseye-pointer:before {
    content: ""
}

.fi-ss-bullseye:before {
    content: ""
}

.fi-ss-burger-alt:before {
    content: ""
}

.fi-ss-burger-fries:before {
    content: ""
}

.fi-ss-burger-glass:before {
    content: ""
}

.fi-ss-burrito:before {
    content: ""
}

.fi-ss-burst:before {
    content: ""
}

.fi-ss-bus-alt:before {
    content: ""
}

.fi-ss-bus:before {
    content: ""
}

.fi-ss-business-time:before {
    content: ""
}

.fi-ss-Butter:before {
    content: ""
}

.fi-ss-butterfly:before {
    content: ""
}

.fi-ss-c:before {
    content: ""
}

.fi-ss-cabin:before {
    content: ""
}

.fi-ss-cactus:before {
    content: ""
}

.fi-ss-cake-birthday:before {
    content: ""
}

.fi-ss-cake-slice:before {
    content: ""
}

.fi-ss-cake-wedding:before {
    content: ""
}

.fi-ss-calculator-bill:before {
    content: ""
}

.fi-ss-calculator-math-tax:before {
    content: ""
}

.fi-ss-calculator-money:before {
    content: ""
}

.fi-ss-calculator-simple:before {
    content: ""
}

.fi-ss-calculator:before {
    content: ""
}

.fi-ss-calendar-arrow-down:before {
    content: ""
}

.fi-ss-calendar-arrow-up:before {
    content: ""
}

.fi-ss-calendar-birhtday-cake:before {
    content: ""
}

.fi-ss-calendar-call:before {
    content: ""
}

.fi-ss-calendar-check:before {
    content: ""
}

.fi-ss-calendar-clock:before {
    content: ""
}

.fi-ss-calendar-day:before {
    content: ""
}

.fi-ss-calendar-days:before {
    content: ""
}

.fi-ss-calendar-event-tax:before {
    content: ""
}

.fi-ss-calendar-exclamation:before {
    content: ""
}

.fi-ss-calendar-gavel-legal:before {
    content: ""
}

.fi-ss-calendar-heart:before {
    content: ""
}

.fi-ss-calendar-image:before {
    content: ""
}

.fi-ss-calendar-lines-pen:before {
    content: ""
}

.fi-ss-calendar-lines:before {
    content: ""
}

.fi-ss-calendar-minus:before {
    content: ""
}

.fi-ss-calendar-payment-loan:before {
    content: ""
}

.fi-ss-calendar-pen:before {
    content: ""
}

.fi-ss-calendar-plus:before {
    content: ""
}

.fi-ss-calendar-salary:before {
    content: ""
}

.fi-ss-calendar-star:before {
    content: ""
}

.fi-ss-calendar-week:before {
    content: ""
}

.fi-ss-calendar-xmark:before {
    content: ""
}

.fi-ss-calendar:before {
    content: ""
}

.fi-ss-calendars:before {
    content: ""
}

.fi-ss-call-duration:before {
    content: ""
}

.fi-ss-call-history:before {
    content: ""
}

.fi-ss-call-incoming:before {
    content: ""
}

.fi-ss-call-missed:before {
    content: ""
}

.fi-ss-call-outgoing:before {
    content: ""
}

.fi-ss-camcorder:before {
    content: ""
}

.fi-ss-camera-cctv:before {
    content: ""
}

.fi-ss-camera-movie:before {
    content: ""
}

.fi-ss-camera-retro:before {
    content: ""
}

.fi-ss-camera-rotate:before {
    content: ""
}

.fi-ss-camera-security:before {
    content: ""
}

.fi-ss-camera-slash:before {
    content: ""
}

.fi-ss-camera-viewfinder:before {
    content: ""
}

.fi-ss-camera:before {
    content: ""
}

.fi-ss-campfire:before {
    content: ""
}

.fi-ss-camping:before {
    content: ""
}

.fi-ss-can-food:before {
    content: ""
}

.fi-ss-candle-holder:before {
    content: ""
}

.fi-ss-candle-lotus-yoga:before {
    content: ""
}

.fi-ss-candle-pose-yoga:before {
    content: ""
}

.fi-ss-candy-alt:before {
    content: ""
}

.fi-ss-candy-bar:before {
    content: ""
}

.fi-ss-candy-cane:before {
    content: ""
}

.fi-ss-candy-corn:before {
    content: ""
}

.fi-ss-candy-sweet:before {
    content: ""
}

.fi-ss-candy:before {
    content: ""
}

.fi-ss-Cannabis:before {
    content: ""
}

.fi-ss-canned-food:before {
    content: ""
}

.fi-ss-capsules:before {
    content: ""
}

.fi-ss-car-alt:before {
    content: ""
}

.fi-ss-car-battery:before {
    content: ""
}

.fi-ss-car-bolt:before {
    content: ""
}

.fi-ss-car-building:before {
    content: ""
}

.fi-ss-car-bump:before {
    content: ""
}

.fi-ss-car-bus:before {
    content: ""
}

.fi-ss-car-circle-bolt:before {
    content: ""
}

.fi-ss-car-crash:before {
    content: ""
}

.fi-ss-car-garage:before {
    content: ""
}

.fi-ss-car-journey:before {
    content: ""
}

.fi-ss-car-mechanic:before {
    content: ""
}

.fi-ss-car-rear:before {
    content: ""
}

.fi-ss-car-side-bolt:before {
    content: ""
}

.fi-ss-car-side:before {
    content: ""
}

.fi-ss-car-tilt:before {
    content: ""
}

.fi-ss-car-wash:before {
    content: ""
}

.fi-ss-car:before {
    content: ""
}

.fi-ss-caravan-alt:before {
    content: ""
}

.fi-ss-caravan:before {
    content: ""
}

.fi-ss-card-club:before {
    content: ""
}

.fi-ss-card-diamond:before {
    content: ""
}

.fi-ss-card-heart:before {
    content: ""
}

.fi-ss-card-spade:before {
    content: ""
}

.fi-ss-career-growth:before {
    content: ""
}

.fi-ss-career-path:before {
    content: ""
}

.fi-ss-caret-circle-down:before {
    content: ""
}

.fi-ss-caret-circle-right:before {
    content: ""
}

.fi-ss-caret-circle-up:before {
    content: ""
}

.fi-ss-caret-down:before {
    content: ""
}

.fi-ss-caret-left:before {
    content: ""
}

.fi-ss-caret-quare-up:before {
    content: ""
}

.fi-ss-caret-right:before {
    content: ""
}

.fi-ss-caret-square-down:before {
    content: ""
}

.fi-ss-caret-square-left_1:before {
    content: ""
}

.fi-ss-caret-square-left:before {
    content: ""
}

.fi-ss-caret-square-right:before {
    content: ""
}

.fi-ss-caret-up:before {
    content: ""
}

.fi-ss-carrot:before {
    content: ""
}

.fi-ss-cars-crash:before {
    content: ""
}

.fi-ss-cars:before {
    content: ""
}

.fi-ss-cart-arrow-down:before {
    content: ""
}

.fi-ss-cart-minus:before {
    content: ""
}

.fi-ss-cart-shopping-fast:before {
    content: ""
}

.fi-ss-cash-register:before {
    content: ""
}

.fi-ss-cassette-tape:before {
    content: ""
}

.fi-ss-cassette-vhs:before {
    content: ""
}

.fi-ss-castle:before {
    content: ""
}

.fi-ss-cat-head:before {
    content: ""
}

.fi-ss-cat-space:before {
    content: ""
}

.fi-ss-cat:before {
    content: ""
}

.fi-ss-catalog-alt:before {
    content: ""
}

.fi-ss-catalog-magazine:before {
    content: ""
}

.fi-ss-catalog:before {
    content: ""
}

.fi-ss-category-alt:before {
    content: ""
}

.fi-ss-category:before {
    content: ""
}

.fi-ss-cauldron:before {
    content: ""
}

.fi-ss-cedi-sign:before {
    content: ""
}

.fi-ss-cello:before {
    content: ""
}

.fi-ss-cent-sign:before {
    content: ""
}

.fi-ss-chair-office:before {
    content: ""
}

.fi-ss-chair:before {
    content: ""
}

.fi-ss-chalkboard-user:before {
    content: ""
}

.fi-ss-chalkboard:before {
    content: ""
}

.fi-ss-challenge-alt:before {
    content: ""
}

.fi-ss-challenge:before {
    content: ""
}

.fi-ss-channel:before {
    content: ""
}

.fi-ss-charging-station:before {
    content: ""
}

.fi-ss-chart-area:before {
    content: ""
}

.fi-ss-chart-bullet:before {
    content: ""
}

.fi-ss-chart-candlestick:before {
    content: ""
}

.fi-ss-chart-connected:before {
    content: ""
}

.fi-ss-chart-gantt:before {
    content: ""
}

.fi-ss-chart-histogram:before {
    content: ""
}

.fi-ss-chart-kanban:before {
    content: ""
}

.fi-ss-chart-line-up-down:before {
    content: ""
}

.fi-ss-chart-line-up:before {
    content: ""
}

.fi-ss-chart-mixed-up-circle-currency:before {
    content: ""
}

.fi-ss-chart-mixed-up-circle-dollar:before {
    content: ""
}

.fi-ss-chart-mixed:before {
    content: ""
}

.fi-ss-chart-network:before {
    content: ""
}

.fi-ss-chart-pie-alt:before {
    content: ""
}

.fi-ss-chart-pie-simple-circle-currency:before {
    content: ""
}

.fi-ss-chart-pie-simple-circle-dollar:before {
    content: ""
}

.fi-ss-chart-pie:before {
    content: ""
}

.fi-ss-chart-pyramid:before {
    content: ""
}

.fi-ss-chart-radar:before {
    content: ""
}

.fi-ss-chart-scatter-3d:before {
    content: ""
}

.fi-ss-chart-scatter-bubble:before {
    content: ""
}

.fi-ss-chart-scatter:before {
    content: ""
}

.fi-ss-chart-set-theory:before {
    content: ""
}

.fi-ss-chart-simple-horizontal:before {
    content: ""
}

.fi-ss-chart-simple:before {
    content: ""
}

.fi-ss-chart-tree-map:before {
    content: ""
}

.fi-ss-chart-tree:before {
    content: ""
}

.fi-ss-chart-user:before {
    content: ""
}

.fi-ss-chart-waterfall:before {
    content: ""
}

.fi-ss-chat-arrow-down:before {
    content: ""
}

.fi-ss-chat-arrow-grow:before {
    content: ""
}

.fi-ss-chat-bubble-call:before {
    content: ""
}

.fi-ss-chatbot-speech-bubble:before {
    content: ""
}

.fi-ss-chatbot:before {
    content: ""
}

.fi-ss-cheap-bill:before {
    content: ""
}

.fi-ss-cheap-dollar:before {
    content: ""
}

.fi-ss-cheap-stack-dollar:before {
    content: ""
}

.fi-ss-cheap-stack:before {
    content: ""
}

.fi-ss-cheap:before {
    content: ""
}

.fi-ss-check-circle:before {
    content: ""
}

.fi-ss-check-double:before {
    content: ""
}

.fi-ss-check-in-calendar:before {
    content: ""
}

.fi-ss-check-out-calendar:before {
    content: ""
}

.fi-ss-check:before {
    content: ""
}

.fi-ss-checkbox:before {
    content: ""
}

.fi-ss-checklist-task-budget:before {
    content: ""
}

.fi-ss-cheese-alt:before {
    content: ""
}

.fi-ss-cheese:before {
    content: ""
}

.fi-ss-cheeseburger:before {
    content: ""
}

.fi-ss-cherry:before {
    content: ""
}

.fi-ss-chess-bishop:before {
    content: ""
}

.fi-ss-chess-board:before {
    content: ""
}

.fi-ss-chess-clock-alt:before {
    content: ""
}

.fi-ss-chess-clock:before {
    content: ""
}

.fi-ss-chess-king-alt:before {
    content: ""
}

.fi-ss-chess-king:before {
    content: ""
}

.fi-ss-chess-knight-alt:before {
    content: ""
}

.fi-ss-chess-knight:before {
    content: ""
}

.fi-ss-chess-pawn-alt:before {
    content: ""
}

.fi-ss-chess-pawn:before {
    content: ""
}

.fi-ss-chess-piece:before {
    content: ""
}

.fi-ss-chess-queen-alt:before {
    content: ""
}

.fi-ss-chess-queen:before {
    content: ""
}

.fi-ss-chess-rook-alt:before {
    content: ""
}

.fi-ss-chess-rook:before {
    content: ""
}

.fi-ss-chess:before {
    content: ""
}

.fi-ss-chevron-double-down:before {
    content: ""
}

.fi-ss-chevron-double-up:before {
    content: ""
}

.fi-ss-child-head:before {
    content: ""
}

.fi-ss-child:before {
    content: ""
}

.fi-ss-chimney:before {
    content: ""
}

.fi-ss-chip:before {
    content: ""
}

.fi-ss-chocolate:before {
    content: ""
}

.fi-ss-choir-singing:before {
    content: ""
}

.fi-ss-choose-alt:before {
    content: ""
}

.fi-ss-choose:before {
    content: ""
}

.fi-ss-church:before {
    content: ""
}

.fi-ss-circle-0:before {
    content: ""
}

.fi-ss-circle-1:before {
    content: ""
}

.fi-ss-circle-2:before {
    content: ""
}

.fi-ss-circle-3:before {
    content: ""
}

.fi-ss-circle-4:before {
    content: ""
}

.fi-ss-circle-5:before {
    content: ""
}

.fi-ss-circle-6:before {
    content: ""
}

.fi-ss-circle-7:before {
    content: ""
}

.fi-ss-circle-8:before {
    content: ""
}

.fi-ss-circle-9:before {
    content: ""
}

.fi-ss-circle-a:before {
    content: ""
}

.fi-ss-circle-b:before {
    content: ""
}

.fi-ss-circle-bolt:before {
    content: ""
}

.fi-ss-circle-book-open:before {
    content: ""
}

.fi-ss-circle-bookmark:before {
    content: ""
}

.fi-ss-circle-c:before {
    content: ""
}

.fi-ss-circle-calendar:before {
    content: ""
}

.fi-ss-circle-camera:before {
    content: ""
}

.fi-ss-circle-d:before {
    content: ""
}

.fi-ss-circle-dashed:before {
    content: ""
}

.fi-ss-circle-divide:before {
    content: ""
}

.fi-ss-circle-e:before {
    content: ""
}

.fi-ss-circle-ellipsis-vertical:before {
    content: ""
}

.fi-ss-circle-ellipsis:before {
    content: ""
}

.fi-ss-circle-envelope:before {
    content: ""
}

.fi-ss-circle-exclamation-check:before {
    content: ""
}

.fi-ss-circle-f:before {
    content: ""
}

.fi-ss-circle-g:before {
    content: ""
}

.fi-ss-circle-h:before {
    content: ""
}

.fi-ss-circle-half-stroke:before {
    content: ""
}

.fi-ss-circle-half:before {
    content: ""
}

.fi-ss-circle-heart:before {
    content: ""
}

.fi-ss-circle-i:before {
    content: ""
}

.fi-ss-circle-j:before {
    content: ""
}

.fi-ss-circle-k:before {
    content: ""
}

.fi-ss-circle-l:before {
    content: ""
}

.fi-ss-circle-m:before {
    content: ""
}

.fi-ss-circle-microphone-lines:before {
    content: ""
}

.fi-ss-circle-microphone:before {
    content: ""
}

.fi-ss-circle-n:before {
    content: ""
}

.fi-ss-circle-nodes:before {
    content: ""
}

.fi-ss-circle-o:before {
    content: ""
}

.fi-ss-circle-overlap:before {
    content: ""
}

.fi-ss-circle-p:before {
    content: ""
}

.fi-ss-circle-phone-flip:before {
    content: ""
}

.fi-ss-circle-phone-hangup:before {
    content: ""
}

.fi-ss-circle-phone:before {
    content: ""
}

.fi-ss-circle-q:before {
    content: ""
}

.fi-ss-circle-quarter:before {
    content: ""
}

.fi-ss-circle-quarters-alt:before {
    content: ""
}

.fi-ss-circle-r:before {
    content: ""
}

.fi-ss-circle-s:before {
    content: ""
}

.fi-ss-circle-small:before {
    content: ""
}

.fi-ss-circle-star:before {
    content: ""
}

.fi-ss-circle-t:before {
    content: ""
}

.fi-ss-circle-three-quarters:before {
    content: ""
}

.fi-ss-circle-trash:before {
    content: ""
}

.fi-ss-circle-u:before {
    content: ""
}

.fi-ss-circle-user:before {
    content: ""
}

.fi-ss-circle-v:before {
    content: ""
}

.fi-ss-circle-video:before {
    content: ""
}

.fi-ss-circle-w:before {
    content: ""
}

.fi-ss-circle-waveform-lines:before {
    content: ""
}

.fi-ss-circle-x:before {
    content: ""
}

.fi-ss-circle-xmark:before {
    content: ""
}

.fi-ss-circle-y:before {
    content: ""
}

.fi-ss-circle-z:before {
    content: ""
}

.fi-ss-circle:before {
    content: ""
}

.fi-ss-citrus-slice:before {
    content: ""
}

.fi-ss-citrus:before {
    content: ""
}

.fi-ss-city:before {
    content: ""
}

.fi-ss-clapperboard-play:before {
    content: ""
}

.fi-ss-clapperboard:before {
    content: ""
}

.fi-ss-clarinet:before {
    content: ""
}

.fi-ss-claw-marks:before {
    content: ""
}

.fi-ss-clear-alt:before {
    content: ""
}

.fi-ss-clip:before {
    content: ""
}

.fi-ss-clipboard-check:before {
    content: ""
}

.fi-ss-clipboard-exclamation:before {
    content: ""
}

.fi-ss-clipboard-list-check:before {
    content: ""
}

.fi-ss-clipboard-list:before {
    content: ""
}

.fi-ss-clipboard-prescription:before {
    content: ""
}

.fi-ss-clipboard-question:before {
    content: ""
}

.fi-ss-clipboard-user:before {
    content: ""
}

.fi-ss-clipboard:before {
    content: ""
}

.fi-ss-clock-desk:before {
    content: ""
}

.fi-ss-clock-eight-thirty:before {
    content: ""
}

.fi-ss-clock-eleven-thirty:before {
    content: ""
}

.fi-ss-clock-eleven:before {
    content: ""
}

.fi-ss-clock-five-thirty:before {
    content: ""
}

.fi-ss-clock-five:before {
    content: ""
}

.fi-ss-clock-four-thirty:before {
    content: ""
}

.fi-ss-clock-nine-thirty:before {
    content: ""
}

.fi-ss-clock-nine:before {
    content: ""
}

.fi-ss-clock-one-thirty:before {
    content: ""
}

.fi-ss-clock-one:before {
    content: ""
}

.fi-ss-clock-seven-thirty:before {
    content: ""
}

.fi-ss-clock-seven:before {
    content: ""
}

.fi-ss-clock-six-thirty:before {
    content: ""
}

.fi-ss-clock-six:before {
    content: ""
}

.fi-ss-clock-ten-thirty:before {
    content: ""
}

.fi-ss-clock-ten:before {
    content: ""
}

.fi-ss-clock-three-thirty:before {
    content: ""
}

.fi-ss-clock-three:before {
    content: ""
}

.fi-ss-clock-time-tracking:before {
    content: ""
}

.fi-ss-clock-twelve-thirty:before {
    content: ""
}

.fi-ss-clock-twelve:before {
    content: ""
}

.fi-ss-clock-two-thirty:before {
    content: ""
}

.fi-ss-clock-two:before {
    content: ""
}

.fi-ss-clock-up-arrow:before {
    content: ""
}

.fi-ss-clock:before {
    content: ""
}

.fi-ss-clone:before {
    content: ""
}

.fi-ss-closed-captioning-slash:before {
    content: ""
}

.fi-ss-clothes-hanger:before {
    content: ""
}

.fi-ss-cloud-back-up-alt:before {
    content: ""
}

.fi-ss-cloud-back-up:before {
    content: ""
}

.fi-ss-cloud-check:before {
    content: ""
}

.fi-ss-cloud-code:before {
    content: ""
}

.fi-ss-cloud-disabled:before {
    content: ""
}

.fi-ss-cloud-download-alt:before {
    content: ""
}

.fi-ss-cloud-download:before {
    content: ""
}

.fi-ss-cloud-drizzle:before {
    content: ""
}

.fi-ss-cloud-exclamation:before {
    content: ""
}

.fi-ss-cloud-gear-automation:before {
    content: ""
}

.fi-ss-cloud-hail-mixed:before {
    content: ""
}

.fi-ss-cloud-hail:before {
    content: ""
}

.fi-ss-cloud-meatball:before {
    content: ""
}

.fi-ss-cloud-moon-rain:before {
    content: ""
}

.fi-ss-cloud-moon:before {
    content: ""
}

.fi-ss-cloud-question:before {
    content: ""
}

.fi-ss-cloud-rain:before {
    content: ""
}

.fi-ss-cloud-rainbow:before {
    content: ""
}

.fi-ss-cloud-share:before {
    content: ""
}

.fi-ss-cloud-showers-heavy:before {
    content: ""
}

.fi-ss-cloud-showers:before {
    content: ""
}

.fi-ss-cloud-sleet:before {
    content: ""
}

.fi-ss-cloud-snow:before {
    content: ""
}

.fi-ss-cloud-sun-rain:before {
    content: ""
}

.fi-ss-cloud-sun:before {
    content: ""
}

.fi-ss-cloud-upload-alt:before {
    content: ""
}

.fi-ss-cloud-upload:before {
    content: ""
}

.fi-ss-cloud:before {
    content: ""
}

.fi-ss-clouds-moon:before {
    content: ""
}

.fi-ss-clouds-sun:before {
    content: ""
}

.fi-ss-clouds:before {
    content: ""
}

.fi-ss-clover-alt:before {
    content: ""
}

.fi-ss-club:before {
    content: ""
}

.fi-ss-cocktail-alt:before {
    content: ""
}

.fi-ss-cocktail:before {
    content: ""
}

.fi-ss-coconut:before {
    content: ""
}

.fi-ss-code-branch:before {
    content: ""
}

.fi-ss-code-commit:before {
    content: ""
}

.fi-ss-code-compare:before {
    content: ""
}

.fi-ss-code-fork:before {
    content: ""
}

.fi-ss-code-merge:before {
    content: ""
}

.fi-ss-code-pull-request-closed:before {
    content: ""
}

.fi-ss-code-pull-request-draft:before {
    content: ""
}

.fi-ss-code-pull-request:before {
    content: ""
}

.fi-ss-code-simple:before {
    content: ""
}

.fi-ss-coffee-bean:before {
    content: ""
}

.fi-ss-coffee-beans:before {
    content: ""
}

.fi-ss-coffee-pot:before {
    content: ""
}

.fi-ss-coffee:before {
    content: ""
}

.fi-ss-coffin-cross:before {
    content: ""
}

.fi-ss-coffin:before {
    content: ""
}

.fi-ss-coin-up-arrow:before {
    content: ""
}

.fi-ss-coin:before {
    content: ""
}

.fi-ss-coins:before {
    content: ""
}

.fi-ss-colon-sign:before {
    content: ""
}

.fi-ss-columns-3:before {
    content: ""
}

.fi-ss-comet:before {
    content: ""
}

.fi-ss-command:before {
    content: ""
}

.fi-ss-comment-alt-check:before {
    content: ""
}

.fi-ss-comment-alt-dots:before {
    content: ""
}

.fi-ss-comment-alt-edit:before {
    content: ""
}

.fi-ss-comment-alt-medical:before {
    content: ""
}

.fi-ss-comment-alt-middle-top:before {
    content: ""
}

.fi-ss-comment-alt-middle:before {
    content: ""
}

.fi-ss-comment-alt-minus:before {
    content: ""
}

.fi-ss-comment-alt-music:before {
    content: ""
}

.fi-ss-comment-alt:before {
    content: ""
}

.fi-ss-comment-arrow-down:before {
    content: ""
}

.fi-ss-comment-arrow-up-right:before {
    content: ""
}

.fi-ss-comment-arrow-up:before {
    content: ""
}

.fi-ss-comment-check:before {
    content: ""
}

.fi-ss-comment-code:before {
    content: ""
}

.fi-ss-comment-dollar:before {
    content: ""
}

.fi-ss-comment-dots:before {
    content: ""
}

.fi-ss-comment-exclamation:before {
    content: ""
}

.fi-ss-comment-heart:before {
    content: ""
}

.fi-ss-comment-image:before {
    content: ""
}

.fi-ss-comment-info:before {
    content: ""
}

.fi-ss-comment-medical:before {
    content: ""
}

.fi-ss-comment-minus:before {
    content: ""
}

.fi-ss-comment-pen:before {
    content: ""
}

.fi-ss-comment-question:before {
    content: ""
}

.fi-ss-comment-quote:before {
    content: ""
}

.fi-ss-comment-slash:before {
    content: ""
}

.fi-ss-comment-smile:before {
    content: ""
}

.fi-ss-comment-sms:before {
    content: ""
}

.fi-ss-comment-text:before {
    content: ""
}

.fi-ss-comment-user:before {
    content: ""
}

.fi-ss-comment-xmark:before {
    content: ""
}

.fi-ss-comment:before {
    content: ""
}

.fi-ss-comments-dollar:before {
    content: ""
}

.fi-ss-comments-question-check:before {
    content: ""
}

.fi-ss-comments-question:before {
    content: ""
}

.fi-ss-comments:before {
    content: ""
}

.fi-ss-compass-slash:before {
    content: ""
}

.fi-ss-completed:before {
    content: ""
}

.fi-ss-compliance-clipboard:before {
    content: ""
}

.fi-ss-compliance-document:before {
    content: ""
}

.fi-ss-compliance:before {
    content: ""
}

.fi-ss-compress-alt:before {
    content: ""
}

.fi-ss-compress:before {
    content: ""
}

.fi-ss-computer-classic:before {
    content: ""
}

.fi-ss-computer-mouse:before {
    content: ""
}

.fi-ss-computer-speaker:before {
    content: ""
}

.fi-ss-computer:before {
    content: ""
}

.fi-ss-concierge-bell:before {
    content: ""
}

.fi-ss-condition-alt:before {
    content: ""
}

.fi-ss-condition:before {
    content: ""
}

.fi-ss-confetti:before {
    content: ""
}

.fi-ss-constellation:before {
    content: ""
}

.fi-ss-container-storage:before {
    content: ""
}

.fi-ss-convert-document:before {
    content: ""
}

.fi-ss-convert-shapes:before {
    content: ""
}

.fi-ss-conveyor-belt-alt:before {
    content: ""
}

.fi-ss-conveyor-belt-arm:before {
    content: ""
}

.fi-ss-conveyor-belt-empty:before {
    content: ""
}

.fi-ss-conveyor-belt:before {
    content: ""
}

.fi-ss-cookie-alt:before {
    content: ""
}

.fi-ss-cookie:before {
    content: ""
}

.fi-ss-copy-alt:before {
    content: ""
}

.fi-ss-copy-image:before {
    content: ""
}

.fi-ss-copy:before {
    content: ""
}

.fi-ss-copyright:before {
    content: ""
}

.fi-ss-corn:before {
    content: ""
}

.fi-ss-corporate-alt:before {
    content: ""
}

.fi-ss-corporate:before {
    content: ""
}

.fi-ss-couch:before {
    content: ""
}

.fi-ss-court-sport:before {
    content: ""
}

.fi-ss-cow-alt:before {
    content: ""
}

.fi-ss-cow:before {
    content: ""
}

.fi-ss-cowbell-circle-plus:before {
    content: ""
}

.fi-ss-cowbell-more:before {
    content: ""
}

.fi-ss-cowbell:before {
    content: ""
}

.fi-ss-crab:before {
    content: ""
}

.fi-ss-crate-empty:before {
    content: ""
}

.fi-ss-cream:before {
    content: ""
}

.fi-ss-credit-card-buyer:before {
    content: ""
}

.fi-ss-credit-card-eye:before {
    content: ""
}

.fi-ss-credit-card:before {
    content: ""
}

.fi-ss-cricket:before {
    content: ""
}

.fi-ss-crm-alt:before {
    content: ""
}

.fi-ss-crm-computer:before {
    content: ""
}

.fi-ss-CRM:before {
    content: ""
}

.fi-ss-croissant:before {
    content: ""
}

.fi-ss-cross-circle:before {
    content: ""
}

.fi-ss-cross-religion:before {
    content: ""
}

.fi-ss-cross-small:before {
    content: ""
}

.fi-ss-cross:before {
    content: ""
}

.fi-ss-crow:before {
    content: ""
}

.fi-ss-crown:before {
    content: ""
}

.fi-ss-crutch:before {
    content: ""
}

.fi-ss-crutches:before {
    content: ""
}

.fi-ss-cruzeiro-sign:before {
    content: ""
}

.fi-ss-crypto-calendar:before {
    content: ""
}

.fi-ss-cryptocurrency:before {
    content: ""
}

.fi-ss-crystal-ball:before {
    content: ""
}

.fi-ss-cube:before {
    content: ""
}

.fi-ss-cubes-stacked:before {
    content: ""
}

.fi-ss-cubes:before {
    content: ""
}

.fi-ss-cucumber:before {
    content: ""
}

.fi-ss-cup-straw-swoosh:before {
    content: ""
}

.fi-ss-cup-straw:before {
    content: ""
}

.fi-ss-cup-togo:before {
    content: ""
}

.fi-ss-cupcake-alt:before {
    content: ""
}

.fi-ss-cupcake:before {
    content: ""
}

.fi-ss-curling:before {
    content: ""
}

.fi-ss-cursor-finger:before {
    content: ""
}

.fi-ss-cursor-plus:before {
    content: ""
}

.fi-ss-cursor-text-alt:before {
    content: ""
}

.fi-ss-cursor-text:before {
    content: ""
}

.fi-ss-cursor:before {
    content: ""
}

.fi-ss-curve-alt:before {
    content: ""
}

.fi-ss-curve-arrow:before {
    content: ""
}

.fi-ss-curve:before {
    content: ""
}

.fi-ss-custard:before {
    content: ""
}

.fi-ss-customer-care:before {
    content: ""
}

.fi-ss-customer-service:before {
    content: ""
}

.fi-ss-customization-cogwheel:before {
    content: ""
}

.fi-ss-customization:before {
    content: ""
}

.fi-ss-customize-computer:before {
    content: ""
}

.fi-ss-customize-edit:before {
    content: ""
}

.fi-ss-customize:before {
    content: ""
}

.fi-ss-CV:before {
    content: ""
}

.fi-ss-cvv-card:before {
    content: ""
}

.fi-ss-d:before {
    content: ""
}

.fi-ss-dagger:before {
    content: ""
}

.fi-ss-daily-calendar:before {
    content: ""
}

.fi-ss-damage:before {
    content: ""
}

.fi-ss-dart:before {
    content: ""
}

.fi-ss-dashboard-monitor:before {
    content: ""
}

.fi-ss-dashboard-panel:before {
    content: ""
}

.fi-ss-dashboard:before {
    content: ""
}

.fi-ss-data-transfer:before {
    content: ""
}

.fi-ss-database:before {
    content: ""
}

.fi-ss-debt:before {
    content: ""
}

.fi-ss-deer-rudolph:before {
    content: ""
}

.fi-ss-deer:before {
    content: ""
}

.fi-ss-delete-document:before {
    content: ""
}

.fi-ss-delete-right:before {
    content: ""
}

.fi-ss-delete-user:before {
    content: ""
}

.fi-ss-delete:before {
    content: ""
}

.fi-ss-democrat:before {
    content: ""
}

.fi-ss-department-structure:before {
    content: ""
}

.fi-ss-department:before {
    content: ""
}

.fi-ss-deposit-alt:before {
    content: ""
}

.fi-ss-deposit:before {
    content: ""
}

.fi-ss-description-alt:before {
    content: ""
}

.fi-ss-description:before {
    content: ""
}

.fi-ss-desk:before {
    content: ""
}

.fi-ss-desktop-arrow-down:before {
    content: ""
}

.fi-ss-desktop-wallpaper:before {
    content: ""
}

.fi-ss-devices:before {
    content: ""
}

.fi-ss-dewpoint:before {
    content: ""
}

.fi-ss-dharmachakra:before {
    content: ""
}

.fi-ss-diagram-cells:before {
    content: ""
}

.fi-ss-diagram-lean-canvas:before {
    content: ""
}

.fi-ss-diagram-nested:before {
    content: ""
}

.fi-ss-diagram-next:before {
    content: ""
}

.fi-ss-diagram-predecessor:before {
    content: ""
}

.fi-ss-diagram-previous:before {
    content: ""
}

.fi-ss-diagram-project:before {
    content: ""
}

.fi-ss-diagram-sankey:before {
    content: ""
}

.fi-ss-diagram-subtask:before {
    content: ""
}

.fi-ss-diagram-successor:before {
    content: ""
}

.fi-ss-diagram-venn:before {
    content: ""
}

.fi-ss-dial-high:before {
    content: ""
}

.fi-ss-dial-low:before {
    content: ""
}

.fi-ss-dial-max:before {
    content: ""
}

.fi-ss-dial-med-low:before {
    content: ""
}

.fi-ss-dial-med:before {
    content: ""
}

.fi-ss-dial-min:before {
    content: ""
}

.fi-ss-dial-off:before {
    content: ""
}

.fi-ss-dial:before {
    content: ""
}

.fi-ss-diamond-exclamation:before {
    content: ""
}

.fi-ss-diamond-turn-right:before {
    content: ""
}

.fi-ss-diamond:before {
    content: ""
}

.fi-ss-diary-bookmark-down:before {
    content: ""
}

.fi-ss-diary-bookmarks:before {
    content: ""
}

.fi-ss-diary-clasp:before {
    content: ""
}

.fi-ss-dice-alt:before {
    content: ""
}

.fi-ss-dice-d10:before {
    content: ""
}

.fi-ss-dice-d12:before {
    content: ""
}

.fi-ss-dice-d20:before {
    content: ""
}

.fi-ss-dice-d4:before {
    content: ""
}

.fi-ss-dice-d6:before {
    content: ""
}

.fi-ss-dice-d8:before {
    content: ""
}

.fi-ss-dice-four:before {
    content: ""
}

.fi-ss-dice-one:before {
    content: ""
}

.fi-ss-dice-six:before {
    content: ""
}

.fi-ss-dice-three:before {
    content: ""
}

.fi-ss-dice-two:before {
    content: ""
}

.fi-ss-dice:before {
    content: ""
}

.fi-ss-digging:before {
    content: ""
}

.fi-ss-digital-tachograph:before {
    content: ""
}

.fi-ss-dinner:before {
    content: ""
}

.fi-ss-diploma:before {
    content: ""
}

.fi-ss-direction-signal-arrow:before {
    content: ""
}

.fi-ss-direction-signal:before {
    content: ""
}

.fi-ss-disc-drive:before {
    content: ""
}

.fi-ss-discover:before {
    content: ""
}

.fi-ss-disease:before {
    content: ""
}

.fi-ss-disk:before {
    content: ""
}

.fi-ss-display-arrow-down:before {
    content: ""
}

.fi-ss-display-chart-up:before {
    content: ""
}

.fi-ss-display-code:before {
    content: ""
}

.fi-ss-display-medical:before {
    content: ""
}

.fi-ss-display-slash:before {
    content: ""
}

.fi-ss-distribute-spacing-horizontal:before {
    content: ""
}

.fi-ss-distribute-spacing-vertical:before {
    content: ""
}

.fi-ss-divide:before {
    content: ""
}

.fi-ss-dizzy:before {
    content: ""
}

.fi-ss-dna:before {
    content: ""
}

.fi-ss-do-not-enter:before {
    content: ""
}

.fi-ss-doctor:before {
    content: ""
}

.fi-ss-document-circle-wrong:before {
    content: ""
}

.fi-ss-document-paid:before {
    content: ""
}

.fi-ss-document-signed:before {
    content: ""
}

.fi-ss-document:before {
    content: ""
}

.fi-ss-dog-leashed:before {
    content: ""
}

.fi-ss-dog:before {
    content: ""
}

.fi-ss-dollar:before {
    content: ""
}

.fi-ss-dolly-flatbed-alt:before {
    content: ""
}

.fi-ss-dolly-flatbed-empty:before {
    content: ""
}

.fi-ss-dolly-flatbed:before {
    content: ""
}

.fi-ss-dolphin:before {
    content: ""
}

.fi-ss-domino-effect:before {
    content: ""
}

.fi-ss-donate:before {
    content: ""
}

.fi-ss-dong-sign:before {
    content: ""
}

.fi-ss-donut:before {
    content: ""
}

.fi-ss-door-closed:before {
    content: ""
}

.fi-ss-door-open:before {
    content: ""
}

.fi-ss-dot-circle:before {
    content: ""
}

.fi-ss-dot-pending:before {
    content: ""
}

.fi-ss-dove:before {
    content: ""
}

.fi-ss-down-from-bracket:before {
    content: ""
}

.fi-ss-down-left-and-up-right-to-center:before {
    content: ""
}

.fi-ss-down-left:before {
    content: ""
}

.fi-ss-down-right:before {
    content: ""
}

.fi-ss-down-to-line:before {
    content: ""
}

.fi-ss-down:before {
    content: ""
}

.fi-ss-download:before {
    content: ""
}

.fi-ss-drafting-compass:before {
    content: ""
}

.fi-ss-dragon:before {
    content: ""
}

.fi-ss-draw-polygon:before {
    content: ""
}

.fi-ss-draw-square:before {
    content: ""
}

.fi-ss-drawer-alt:before {
    content: ""
}

.fi-ss-drawer:before {
    content: ""
}

.fi-ss-dreidel:before {
    content: ""
}

.fi-ss-drink-alt:before {
    content: ""
}

.fi-ss-driver-man:before {
    content: ""
}

.fi-ss-driver-woman:before {
    content: ""
}

.fi-ss-drone-alt:before {
    content: ""
}

.fi-ss-drone-front:before {
    content: ""
}

.fi-ss-drone:before {
    content: ""
}

.fi-ss-drop-down:before {
    content: ""
}

.fi-ss-dropdown-select:before {
    content: ""
}

.fi-ss-dropdown:before {
    content: ""
}

.fi-ss-drum-steelpan:before {
    content: ""
}

.fi-ss-drum:before {
    content: ""
}

.fi-ss-drumstick-bite:before {
    content: ""
}

.fi-ss-drumstick:before {
    content: ""
}

.fi-ss-dryer-alt:before {
    content: ""
}

.fi-ss-dryer:before {
    content: ""
}

.fi-ss-duck:before {
    content: ""
}

.fi-ss-dumbbell-fitness:before {
    content: ""
}

.fi-ss-dumbbell-ray:before {
    content: ""
}

.fi-ss-dumbbell-weightlifting:before {
    content: ""
}

.fi-ss-dumpster-fire:before {
    content: ""
}

.fi-ss-dumpster:before {
    content: ""
}

.fi-ss-dungeon:before {
    content: ""
}

.fi-ss-duplicate:before {
    content: ""
}

.fi-ss-duration-alt:before {
    content: ""
}

.fi-ss-duration:before {
    content: ""
}

.fi-ss-e-learning:before {
    content: ""
}

.fi-ss-e:before {
    content: ""
}

.fi-ss-ear-deaf:before {
    content: ""
}

.fi-ss-ear-muffs:before {
    content: ""
}

.fi-ss-ear:before {
    content: ""
}

.fi-ss-earnings:before {
    content: ""
}

.fi-ss-earth-africa:before {
    content: ""
}

.fi-ss-earth-americas:before {
    content: ""
}

.fi-ss-earth-asia:before {
    content: ""
}

.fi-ss-earth-europa:before {
    content: ""
}

.fi-ss-eclipse-alt:before {
    content: ""
}

.fi-ss-eclipse:before {
    content: ""
}

.fi-ss-edit-alt:before {
    content: ""
}

.fi-ss-edit:before {
    content: ""
}

.fi-ss-effect:before {
    content: ""
}

.fi-ss-egg-fried:before {
    content: ""
}

.fi-ss-egg:before {
    content: ""
}

.fi-ss-eject:before {
    content: ""
}

.fi-ss-elephant:before {
    content: ""
}

.fi-ss-elevator:before {
    content: ""
}

.fi-ss-email-pending:before {
    content: ""
}

.fi-ss-employee-alt:before {
    content: ""
}

.fi-ss-employee-handbook:before {
    content: ""
}

.fi-ss-employee-man-alt:before {
    content: ""
}

.fi-ss-employee-man:before {
    content: ""
}

.fi-ss-employees-woman-man:before {
    content: ""
}

.fi-ss-employees:before {
    content: ""
}

.fi-ss-empty-set:before {
    content: ""
}

.fi-ss-endless-loop:before {
    content: ""
}

.fi-ss-engine-warning:before {
    content: ""
}

.fi-ss-engine:before {
    content: ""
}

.fi-ss-enter:before {
    content: ""
}

.fi-ss-entertainment:before {
    content: ""
}

.fi-ss-envelope-ban:before {
    content: ""
}

.fi-ss-envelope-bulk:before {
    content: ""
}

.fi-ss-envelope-dot:before {
    content: ""
}

.fi-ss-envelope-download:before {
    content: ""
}

.fi-ss-envelope-marker:before {
    content: ""
}

.fi-ss-envelope-open-dollar:before {
    content: ""
}

.fi-ss-envelope-open-text:before {
    content: ""
}

.fi-ss-envelope-open:before {
    content: ""
}

.fi-ss-envelope-plus:before {
    content: ""
}

.fi-ss-envelope:before {
    content: ""
}

.fi-ss-envelopes:before {
    content: ""
}

.fi-ss-equality:before {
    content: ""
}

.fi-ss-equals:before {
    content: ""
}

.fi-ss-equipment:before {
    content: ""
}

.fi-ss-eraser:before {
    content: ""
}

.fi-ss-escalator:before {
    content: ""
}

.fi-ss-ethernet:before {
    content: ""
}

.fi-ss-euro:before {
    content: ""
}

.fi-ss-excavator:before {
    content: ""
}

.fi-ss-exchange-alt:before {
    content: ""
}

.fi-ss-exchange-cryptocurrency:before {
    content: ""
}

.fi-ss-exchange:before {
    content: ""
}

.fi-ss-exclamation:before {
    content: ""
}

.fi-ss-exit-alt:before {
    content: ""
}

.fi-ss-exit:before {
    content: ""
}

.fi-ss-expand-arrows-alt:before {
    content: ""
}

.fi-ss-expand-arrows:before {
    content: ""
}

.fi-ss-expand:before {
    content: ""
}

.fi-ss-expense-bill:before {
    content: ""
}

.fi-ss-expense:before {
    content: ""
}

.fi-ss-external-hard-drive:before {
    content: ""
}

.fi-ss-external-world:before {
    content: ""
}

.fi-ss-eye-crossed:before {
    content: ""
}

.fi-ss-eye-dropper-half:before {
    content: ""
}

.fi-ss-eye:before {
    content: ""
}

.fi-ss-eyes:before {
    content: ""
}

.fi-ss-f:before {
    content: ""
}

.fi-ss-fabric:before {
    content: ""
}

.fi-ss-face-angry-horns:before {
    content: ""
}

.fi-ss-face-anguished:before {
    content: ""
}

.fi-ss-face-anxious-sweat:before {
    content: ""
}

.fi-ss-face-astonished:before {
    content: ""
}

.fi-ss-face-awesome:before {
    content: ""
}

.fi-ss-face-beam-hand-over-mouth:before {
    content: ""
}

.fi-ss-face-confounded:before {
    content: ""
}

.fi-ss-face-confused:before {
    content: ""
}

.fi-ss-face-cowboy-hat:before {
    content: ""
}

.fi-ss-face-disappointed:before {
    content: ""
}

.fi-ss-face-disguise:before {
    content: ""
}

.fi-ss-face-downcast-sweat:before {
    content: ""
}

.fi-ss-face-drooling:before {
    content: ""
}

.fi-ss-face-explode:before {
    content: ""
}

.fi-ss-face-expressionless:before {
    content: ""
}

.fi-ss-face-eyes-xmarks:before {
    content: ""
}

.fi-ss-face-fearful:before {
    content: ""
}

.fi-ss-face-glasses:before {
    content: ""
}

.fi-ss-face-grin-tongue-wink:before {
    content: ""
}

.fi-ss-face-hand-yawn:before {
    content: ""
}

.fi-ss-face-head-bandage:before {
    content: ""
}

.fi-ss-face-hushed:before {
    content: ""
}

.fi-ss-face-icicles:before {
    content: ""
}

.fi-ss-face-lying:before {
    content: ""
}

.fi-ss-face-mask:before {
    content: ""
}

.fi-ss-face-monocle:before {
    content: ""
}

.fi-ss-face-nauseated:before {
    content: ""
}

.fi-ss-face-nose-steam:before {
    content: ""
}

.fi-ss-face-party:before {
    content: ""
}

.fi-ss-face-pensive:before {
    content: ""
}

.fi-ss-face-persevering:before {
    content: ""
}

.fi-ss-face-pleading:before {
    content: ""
}

.fi-ss-face-raised-eyebrow:before {
    content: ""
}

.fi-ss-face-relieved:before {
    content: ""
}

.fi-ss-face-sad-sweat:before {
    content: ""
}

.fi-ss-face-scream:before {
    content: ""
}

.fi-ss-face-shush:before {
    content: ""
}

.fi-ss-face-sleeping:before {
    content: ""
}

.fi-ss-face-sleepy:before {
    content: ""
}

.fi-ss-face-smile-halo:before {
    content: ""
}

.fi-ss-face-smile-hearts:before {
    content: ""
}

.fi-ss-face-smile-horns:before {
    content: ""
}

.fi-ss-face-smile-tear:before {
    content: ""
}

.fi-ss-face-smile-tongue:before {
    content: ""
}

.fi-ss-face-smile-upside-down:before {
    content: ""
}

.fi-ss-face-smiling-hands:before {
    content: ""
}

.fi-ss-face-smirking:before {
    content: ""
}

.fi-ss-face-sunglasses-alt:before {
    content: ""
}

.fi-ss-face-sunglasses:before {
    content: ""
}

.fi-ss-face-swear:before {
    content: ""
}

.fi-ss-face-thermometer:before {
    content: ""
}

.fi-ss-face-thinking:before {
    content: ""
}

.fi-ss-face-tissue:before {
    content: ""
}

.fi-ss-face-tongue-money:before {
    content: ""
}

.fi-ss-face-tongue-sweat:before {
    content: ""
}

.fi-ss-face-unamused:before {
    content: ""
}

.fi-ss-face-viewfinder:before {
    content: ""
}

.fi-ss-face-vomit:before {
    content: ""
}

.fi-ss-face-weary:before {
    content: ""
}

.fi-ss-face-woozy:before {
    content: ""
}

.fi-ss-face-worried:before {
    content: ""
}

.fi-ss-face-zany:before {
    content: ""
}

.fi-ss-face-zipper:before {
    content: ""
}

.fi-ss-fail:before {
    content: ""
}

.fi-ss-falafel:before {
    content: ""
}

.fi-ss-family-dress:before {
    content: ""
}

.fi-ss-family-pants:before {
    content: ""
}

.fi-ss-family:before {
    content: ""
}

.fi-ss-fan-table:before {
    content: ""
}

.fi-ss-fan:before {
    content: ""
}

.fi-ss-farm:before {
    content: ""
}

.fi-ss-faucet-drip:before {
    content: ""
}

.fi-ss-faucet:before {
    content: ""
}

.fi-ss-fax:before {
    content: ""
}

.fi-ss-feather-pointed:before {
    content: ""
}

.fi-ss-feather:before {
    content: ""
}

.fi-ss-features-alt:before {
    content: ""
}

.fi-ss-features:before {
    content: ""
}

.fi-ss-fee-receipt:before {
    content: ""
}

.fi-ss-fee:before {
    content: ""
}

.fi-ss-feedback-alt:before {
    content: ""
}

.fi-ss-feedback-cycle-loop:before {
    content: ""
}

.fi-ss-feedback-hand:before {
    content: ""
}

.fi-ss-feedback-review:before {
    content: ""
}

.fi-ss-feedback:before {
    content: ""
}

.fi-ss-fence:before {
    content: ""
}

.fi-ss-field-hockey:before {
    content: ""
}

.fi-ss-fighter-jet:before {
    content: ""
}

.fi-ss-file-ai:before {
    content: ""
}

.fi-ss-file-audio:before {
    content: ""
}

.fi-ss-file-binary:before {
    content: ""
}

.fi-ss-file-chart-line:before {
    content: ""
}

.fi-ss-file-chart-pie:before {
    content: ""
}

.fi-ss-file-circle-info:before {
    content: ""
}

.fi-ss-file-code:before {
    content: ""
}

.fi-ss-file-csv:before {
    content: ""
}

.fi-ss-file-download:before {
    content: ""
}

.fi-ss-file-edit:before {
    content: ""
}

.fi-ss-file-eps:before {
    content: ""
}

.fi-ss-file-excel:before {
    content: ""
}

.fi-ss-file-exclamation:before {
    content: ""
}

.fi-ss-file-export:before {
    content: ""
}

.fi-ss-file-image:before {
    content: ""
}

.fi-ss-file-import:before {
    content: ""
}

.fi-ss-file-invoice-dollar:before {
    content: ""
}

.fi-ss-file-invoice:before {
    content: ""
}

.fi-ss-file-medical-alt:before {
    content: ""
}

.fi-ss-file-medical:before {
    content: ""
}

.fi-ss-file-minus:before {
    content: ""
}

.fi-ss-file-pdf:before {
    content: ""
}

.fi-ss-file-powerpoint:before {
    content: ""
}

.fi-ss-file-prescription:before {
    content: ""
}

.fi-ss-file-psd:before {
    content: ""
}

.fi-ss-file-signature:before {
    content: ""
}

.fi-ss-file-spreadsheet:before {
    content: ""
}

.fi-ss-file-upload:before {
    content: ""
}

.fi-ss-file-user:before {
    content: ""
}

.fi-ss-file-video:before {
    content: ""
}

.fi-ss-file-word:before {
    content: ""
}

.fi-ss-file-zipper:before {
    content: ""
}

.fi-ss-file:before {
    content: ""
}

.fi-ss-files-medical:before {
    content: ""
}

.fi-ss-fill:before {
    content: ""
}

.fi-ss-film-canister:before {
    content: ""
}

.fi-ss-film-slash:before {
    content: ""
}

.fi-ss-film:before {
    content: ""
}

.fi-ss-films:before {
    content: ""
}

.fi-ss-filter-slash:before {
    content: ""
}

.fi-ss-filter:before {
    content: ""
}

.fi-ss-filters:before {
    content: ""
}

.fi-ss-fingerprint-security-risk:before {
    content: ""
}

.fi-ss-fingerprint:before {
    content: ""
}

.fi-ss-fire-burner:before {
    content: ""
}

.fi-ss-fire-extinguisher:before {
    content: ""
}

.fi-ss-fire-flame-curved:before {
    content: ""
}

.fi-ss-fire-flame-simple:before {
    content: ""
}

.fi-ss-fire-hydrant:before {
    content: ""
}

.fi-ss-fire-smoke:before {
    content: ""
}

.fi-ss-fireplace:before {
    content: ""
}

.fi-ss-first-award:before {
    content: ""
}

.fi-ss-first-laurel:before {
    content: ""
}

.fi-ss-first-medal:before {
    content: ""
}

.fi-ss-first:before {
    content: ""
}

.fi-ss-fish-bones:before {
    content: ""
}

.fi-ss-fish-cooked:before {
    content: ""
}

.fi-ss-fish:before {
    content: ""
}

.fi-ss-fishing-rod:before {
    content: ""
}

.fi-ss-flag-alt:before {
    content: ""
}

.fi-ss-flag-checkered:before {
    content: ""
}

.fi-ss-flag-usa:before {
    content: ""
}

.fi-ss-flag:before {
    content: ""
}

.fi-ss-flame:before {
    content: ""
}

.fi-ss-flashlight:before {
    content: ""
}

.fi-ss-flask-gear:before {
    content: ""
}

.fi-ss-flask-poison:before {
    content: ""
}

.fi-ss-flask-potion:before {
    content: ""
}

.fi-ss-flask:before {
    content: ""
}

.fi-ss-flatbread-stuffed:before {
    content: ""
}

.fi-ss-flatbread:before {
    content: ""
}

.fi-ss-flip-horizontal:before {
    content: ""
}

.fi-ss-floor-alt:before {
    content: ""
}

.fi-ss-floor-layer:before {
    content: ""
}

.fi-ss-floor:before {
    content: ""
}

.fi-ss-floppy-disk-circle-arrow-right:before {
    content: ""
}

.fi-ss-floppy-disk-circle-xmark:before {
    content: ""
}

.fi-ss-floppy-disk-pen:before {
    content: ""
}

.fi-ss-floppy-disks:before {
    content: ""
}

.fi-ss-florin-sign:before {
    content: ""
}

.fi-ss-flower-butterfly:before {
    content: ""
}

.fi-ss-flower-daffodil:before {
    content: ""
}

.fi-ss-flower-tulip:before {
    content: ""
}

.fi-ss-flower:before {
    content: ""
}

.fi-ss-flushed:before {
    content: ""
}

.fi-ss-flute:before {
    content: ""
}

.fi-ss-flux-capacitor:before {
    content: ""
}

.fi-ss-fly-insect:before {
    content: ""
}

.fi-ss-flying-disc:before {
    content: ""
}

.fi-ss-fog:before {
    content: ""
}

.fi-ss-folder-download:before {
    content: ""
}

.fi-ss-folder-minus:before {
    content: ""
}

.fi-ss-folder-open:before {
    content: ""
}

.fi-ss-folder-times:before {
    content: ""
}

.fi-ss-folder-tree:before {
    content: ""
}

.fi-ss-folder-upload:before {
    content: ""
}

.fi-ss-folder-xmark:before {
    content: ""
}

.fi-ss-folder:before {
    content: ""
}

.fi-ss-folders:before {
    content: ""
}

.fi-ss-follow-folder:before {
    content: ""
}

.fi-ss-followcollection:before {
    content: ""
}

.fi-ss-following:before {
    content: ""
}

.fi-ss-fondue-pot:before {
    content: ""
}

.fi-ss-football:before {
    content: ""
}

.fi-ss-fork:before {
    content: ""
}

.fi-ss-forklift:before {
    content: ""
}

.fi-ss-form:before {
    content: ""
}

.fi-ss-fort:before {
    content: ""
}

.fi-ss-forward-fast:before {
    content: ""
}

.fi-ss-forward:before {
    content: ""
}

.fi-ss-fox:before {
    content: ""
}

.fi-ss-frame:before {
    content: ""
}

.fi-ss-franc-sign:before {
    content: ""
}

.fi-ss-free-delivery:before {
    content: ""
}

.fi-ss-free:before {
    content: ""
}

.fi-ss-french-fries:before {
    content: ""
}

.fi-ss-friday:before {
    content: ""
}

.fi-ss-frog:before {
    content: ""
}

.fi-ss-frown:before {
    content: ""
}

.fi-ss-ftp:before {
    content: ""
}

.fi-ss-function-process:before {
    content: ""
}

.fi-ss-function-square:before {
    content: ""
}

.fi-ss-function:before {
    content: ""
}

.fi-ss-funnel-dollar:before {
    content: ""
}

.fi-ss-g:before {
    content: ""
}

.fi-ss-galaxy-alt:before {
    content: ""
}

.fi-ss-galaxy-planet:before {
    content: ""
}

.fi-ss-galaxy-star:before {
    content: ""
}

.fi-ss-galaxy:before {
    content: ""
}

.fi-ss-gallery-thumbnails:before {
    content: ""
}

.fi-ss-gallery:before {
    content: ""
}

.fi-ss-game-board-alt:before {
    content: ""
}

.fi-ss-game:before {
    content: ""
}

.fi-ss-gamepad:before {
    content: ""
}

.fi-ss-games:before {
    content: ""
}

.fi-ss-garage-car:before {
    content: ""
}

.fi-ss-garage-open:before {
    content: ""
}

.fi-ss-garage:before {
    content: ""
}

.fi-ss-garlic-alt:before {
    content: ""
}

.fi-ss-garlic:before {
    content: ""
}

.fi-ss-gas-pump-alt:before {
    content: ""
}

.fi-ss-gas-pump-slash:before {
    content: ""
}

.fi-ss-gas-pump:before {
    content: ""
}

.fi-ss-gauge-circle-bolt:before {
    content: ""
}

.fi-ss-gauge-circle-minus:before {
    content: ""
}

.fi-ss-gauge-circle-plus:before {
    content: ""
}

.fi-ss-gavel:before {
    content: ""
}

.fi-ss-gears:before {
    content: ""
}

.fi-ss-gem:before {
    content: ""
}

.fi-ss-general:before {
    content: ""
}

.fi-ss-ghost:before {
    content: ""
}

.fi-ss-gif-square:before {
    content: ""
}

.fi-ss-gif:before {
    content: ""
}

.fi-ss-gift-box-benefits:before {
    content: ""
}

.fi-ss-gift-card:before {
    content: ""
}

.fi-ss-gift:before {
    content: ""
}

.fi-ss-gifts:before {
    content: ""
}

.fi-ss-gingerbread-man:before {
    content: ""
}

.fi-ss-glass-champagne:before {
    content: ""
}

.fi-ss-glass-cheers:before {
    content: ""
}

.fi-ss-glass-citrus:before {
    content: ""
}

.fi-ss-glass-empty:before {
    content: ""
}

.fi-ss-glass-half:before {
    content: ""
}

.fi-ss-glass-water-droplet:before {
    content: ""
}

.fi-ss-glass-whiskey-rocks:before {
    content: ""
}

.fi-ss-glass-whiskey:before {
    content: ""
}

.fi-ss-glass:before {
    content: ""
}

.fi-ss-glasses:before {
    content: ""
}

.fi-ss-globe-alt:before {
    content: ""
}

.fi-ss-globe-pointer:before {
    content: ""
}

.fi-ss-globe-snow:before {
    content: ""
}

.fi-ss-globe:before {
    content: ""
}

.fi-ss-goal-net:before {
    content: ""
}

.fi-ss-golf-ball:before {
    content: ""
}

.fi-ss-golf-club:before {
    content: ""
}

.fi-ss-golf-hole:before {
    content: ""
}

.fi-ss-golf:before {
    content: ""
}

.fi-ss-gopuram:before {
    content: ""
}

.fi-ss-government-budget:before {
    content: ""
}

.fi-ss-government-flag:before {
    content: ""
}

.fi-ss-government-user:before {
    content: ""
}

.fi-ss-graduation-cap:before {
    content: ""
}

.fi-ss-gramophone:before {
    content: ""
}

.fi-ss-grape:before {
    content: ""
}

.fi-ss-graph-curve:before {
    content: ""
}

.fi-ss-graphic-style:before {
    content: ""
}

.fi-ss-graphic-tablet:before {
    content: ""
}

.fi-ss-grate-droplet:before {
    content: ""
}

.fi-ss-grate:before {
    content: ""
}

.fi-ss-greater-than-equal:before {
    content: ""
}

.fi-ss-greater-than:before {
    content: ""
}

.fi-ss-greek-helmet:before {
    content: ""
}

.fi-ss-grid-alt:before {
    content: ""
}

.fi-ss-grid-dividers:before {
    content: ""
}

.fi-ss-grid:before {
    content: ""
}

.fi-ss-grill-hot-alt:before {
    content: ""
}

.fi-ss-grill:before {
    content: ""
}

.fi-ss-grimace:before {
    content: ""
}

.fi-ss-grin-alt:before {
    content: ""
}

.fi-ss-grin-beam-sweat:before {
    content: ""
}

.fi-ss-grin-beam:before {
    content: ""
}

.fi-ss-grin-hearts:before {
    content: ""
}

.fi-ss-grin-squint-tears:before {
    content: ""
}

.fi-ss-grin-squint:before {
    content: ""
}

.fi-ss-grin-stars:before {
    content: ""
}

.fi-ss-grin-tears:before {
    content: ""
}

.fi-ss-grin-tongue-squint:before {
    content: ""
}

.fi-ss-grin-tongue-wink:before {
    content: ""
}

.fi-ss-grin-tongue:before {
    content: ""
}

.fi-ss-grin-wink:before {
    content: ""
}

.fi-ss-grin:before {
    content: ""
}

.fi-ss-grip-dots-vertical:before {
    content: ""
}

.fi-ss-grip-dots:before {
    content: ""
}

.fi-ss-grip-horizontal:before {
    content: ""
}

.fi-ss-grip-lines-vertical:before {
    content: ""
}

.fi-ss-grip-lines:before {
    content: ""
}

.fi-ss-grip-vertical:before {
    content: ""
}

.fi-ss-grocery-bag:before {
    content: ""
}

.fi-ss-grocery-basket:before {
    content: ""
}

.fi-ss-group-arrows-rotate:before {
    content: ""
}

.fi-ss-group-call:before {
    content: ""
}

.fi-ss-group-community-social-media:before {
    content: ""
}

.fi-ss-growth-chart-invest:before {
    content: ""
}

.fi-ss-guarani-sign:before {
    content: ""
}

.fi-ss-guide-alt:before {
    content: ""
}

.fi-ss-guide:before {
    content: ""
}

.fi-ss-guitar-electric:before {
    content: ""
}

.fi-ss-guitar:before {
    content: ""
}

.fi-ss-guitars:before {
    content: ""
}

.fi-ss-gun-squirt:before {
    content: ""
}

.fi-ss-gym:before {
    content: ""
}

.fi-ss-h-square:before {
    content: ""
}

.fi-ss-h:before {
    content: ""
}

.fi-ss-h1:before {
    content: ""
}

.fi-ss-h2:before {
    content: ""
}

.fi-ss-h3:before {
    content: ""
}

.fi-ss-h4:before {
    content: ""
}

.fi-ss-hair-clipper:before {
    content: ""
}

.fi-ss-hamburger-soda:before {
    content: ""
}

.fi-ss-hamburger:before {
    content: ""
}

.fi-ss-hammer-crash:before {
    content: ""
}

.fi-ss-hammer-war:before {
    content: ""
}

.fi-ss-hammer:before {
    content: ""
}

.fi-ss-hamsa:before {
    content: ""
}

.fi-ss-hand-back-fist:before {
    content: ""
}

.fi-ss-hand-back-point-down:before {
    content: ""
}

.fi-ss-hand-back-point-left:before {
    content: ""
}

.fi-ss-hand-back-point-ribbon:before {
    content: ""
}

.fi-ss-hand-back-point-right:before {
    content: ""
}

.fi-ss-hand-bill:before {
    content: ""
}

.fi-ss-hand-dots:before {
    content: ""
}

.fi-ss-hand-fingers-crossed:before {
    content: ""
}

.fi-ss-hand-fist:before {
    content: ""
}

.fi-ss-hand-heart:before {
    content: ""
}

.fi-ss-hand-holding-box:before {
    content: ""
}

.fi-ss-hand-holding-droplet:before {
    content: ""
}

.fi-ss-hand-holding-heart:before {
    content: ""
}

.fi-ss-hand-holding-magic:before {
    content: ""
}

.fi-ss-hand-holding-medical:before {
    content: ""
}

.fi-ss-hand-holding-seeding:before {
    content: ""
}

.fi-ss-hand-holding-skull:before {
    content: ""
}

.fi-ss-hand-holding-usd:before {
    content: ""
}

.fi-ss-hand-holding-water:before {
    content: ""
}

.fi-ss-hand-horns:before {
    content: ""
}

.fi-ss-hand-lizard:before {
    content: ""
}

.fi-ss-hand-love:before {
    content: ""
}

.fi-ss-hand-middle-finger:before {
    content: ""
}

.fi-ss-hand-paper:before {
    content: ""
}

.fi-ss-hand-peace:before {
    content: ""
}

.fi-ss-hand-point-ribbon:before {
    content: ""
}

.fi-ss-hand-scissors:before {
    content: ""
}

.fi-ss-hand-sparkles:before {
    content: ""
}

.fi-ss-hand-spock:before {
    content: ""
}

.fi-ss-hand-wave:before {
    content: ""
}

.fi-ss-hand:before {
    content: ""
}

.fi-ss-handmade:before {
    content: ""
}

.fi-ss-hands-bubbles:before {
    content: ""
}

.fi-ss-hands-clapping:before {
    content: ""
}

.fi-ss-hands-heart:before {
    content: ""
}

.fi-ss-hands-holding-diamond:before {
    content: ""
}

.fi-ss-hands-holding:before {
    content: ""
}

.fi-ss-hands-usd:before {
    content: ""
}

.fi-ss-handshake-angle:before {
    content: ""
}

.fi-ss-handshake-deal-loan:before {
    content: ""
}

.fi-ss-handshake-simple-slash:before {
    content: ""
}

.fi-ss-handshake-trust:before {
    content: ""
}

.fi-ss-handshake:before {
    content: ""
}

.fi-ss-hard-hat:before {
    content: ""
}

.fi-ss-hashtag-lock:before {
    content: ""
}

.fi-ss-hastag:before {
    content: ""
}

.fi-ss-hat-beach:before {
    content: ""
}

.fi-ss-hat-birthday:before {
    content: ""
}

.fi-ss-hat-chef:before {
    content: ""
}

.fi-ss-hat-cowboy-side:before {
    content: ""
}

.fi-ss-hat-cowboy:before {
    content: ""
}

.fi-ss-hat-santa:before {
    content: ""
}

.fi-ss-hat-winter:before {
    content: ""
}

.fi-ss-hat-witch:before {
    content: ""
}

.fi-ss-hat-wizard:before {
    content: ""
}

.fi-ss-hdd:before {
    content: ""
}

.fi-ss-head-side-brain:before {
    content: ""
}

.fi-ss-head-side-cough-slash:before {
    content: ""
}

.fi-ss-head-side-cough:before {
    content: ""
}

.fi-ss-head-side-headphones:before {
    content: ""
}

.fi-ss-head-side-heart:before {
    content: ""
}

.fi-ss-head-side-mask:before {
    content: ""
}

.fi-ss-head-side-medical:before {
    content: ""
}

.fi-ss-head-side-thinking:before {
    content: ""
}

.fi-ss-head-side-virus:before {
    content: ""
}

.fi-ss-head-side:before {
    content: ""
}

.fi-ss-head-vr:before {
    content: ""
}

.fi-ss-heading:before {
    content: ""
}

.fi-ss-headphones:before {
    content: ""
}

.fi-ss-headset:before {
    content: ""
}

.fi-ss-heart-arrow:before {
    content: ""
}

.fi-ss-heart-crack:before {
    content: ""
}

.fi-ss-heart-half-stroke:before {
    content: ""
}

.fi-ss-heart-half:before {
    content: ""
}

.fi-ss-heart-health-muscle:before {
    content: ""
}

.fi-ss-heart-partner-handshake:before {
    content: ""
}

.fi-ss-heart-rate:before {
    content: ""
}

.fi-ss-heart:before {
    content: ""
}

.fi-ss-heat:before {
    content: ""
}

.fi-ss-helicopter-side:before {
    content: ""
}

.fi-ss-helmet-battle:before {
    content: ""
}

.fi-ss-hexagon-check:before {
    content: ""
}

.fi-ss-hexagon-divide:before {
    content: ""
}

.fi-ss-hexagon-exclamation:before {
    content: ""
}

.fi-ss-hexagon:before {
    content: ""
}

.fi-ss-high-definition:before {
    content: ""
}

.fi-ss-high-five-celebration-yes:before {
    content: ""
}

.fi-ss-highlighter-line:before {
    content: ""
}

.fi-ss-highlighter:before {
    content: ""
}

.fi-ss-hiking:before {
    content: ""
}

.fi-ss-hippo:before {
    content: ""
}

.fi-ss-hockey-mask:before {
    content: ""
}

.fi-ss-hockey-puck:before {
    content: ""
}

.fi-ss-hockey-stick-puck:before {
    content: ""
}

.fi-ss-hockey-sticks:before {
    content: ""
}

.fi-ss-holding-hand-gear:before {
    content: ""
}

.fi-ss-holding-hand-revenue:before {
    content: ""
}

.fi-ss-holly-berry:before {
    content: ""
}

.fi-ss-home-heart:before {
    content: ""
}

.fi-ss-home-location-alt:before {
    content: ""
}

.fi-ss-home-location:before {
    content: ""
}

.fi-ss-home:before {
    content: ""
}

.fi-ss-honey-pot:before {
    content: ""
}

.fi-ss-hood-cloak:before {
    content: ""
}

.fi-ss-horizontal-rule:before {
    content: ""
}

.fi-ss-horse-head:before {
    content: ""
}

.fi-ss-horse-saddle:before {
    content: ""
}

.fi-ss-horse:before {
    content: ""
}

.fi-ss-horseshoe-broken:before {
    content: ""
}

.fi-ss-horseshoe:before {
    content: ""
}

.fi-ss-hose-reel:before {
    content: ""
}

.fi-ss-hose:before {
    content: ""
}

.fi-ss-hospital-symbol:before {
    content: ""
}

.fi-ss-hospital-user:before {
    content: ""
}

.fi-ss-hospital:before {
    content: ""
}

.fi-ss-hospitals:before {
    content: ""
}

.fi-ss-hot-tub:before {
    content: ""
}

.fi-ss-hotdog:before {
    content: ""
}

.fi-ss-hotel:before {
    content: ""
}

.fi-ss-hourglass-end:before {
    content: ""
}

.fi-ss-hourglass-start:before {
    content: ""
}

.fi-ss-hourglass:before {
    content: ""
}

.fi-ss-house-blank:before {
    content: ""
}

.fi-ss-house-building:before {
    content: ""
}

.fi-ss-house-chimney-blank:before {
    content: ""
}

.fi-ss-house-chimney-crack:before {
    content: ""
}

.fi-ss-house-chimney-heart:before {
    content: ""
}

.fi-ss-house-chimney-medical:before {
    content: ""
}

.fi-ss-house-chimney-user:before {
    content: ""
}

.fi-ss-house-chimney-window:before {
    content: ""
}

.fi-ss-house-chimney:before {
    content: ""
}

.fi-ss-house-crack:before {
    content: ""
}

.fi-ss-house-day:before {
    content: ""
}

.fi-ss-house-flood:before {
    content: ""
}

.fi-ss-house-laptop:before {
    content: ""
}

.fi-ss-house-leave:before {
    content: ""
}

.fi-ss-house-medical:before {
    content: ""
}

.fi-ss-house-night:before {
    content: ""
}

.fi-ss-house-return:before {
    content: ""
}

.fi-ss-house-signal:before {
    content: ""
}

.fi-ss-house-tree:before {
    content: ""
}

.fi-ss-house-tsunami:before {
    content: ""
}

.fi-ss-house-turret:before {
    content: ""
}

.fi-ss-house-user:before {
    content: ""
}

.fi-ss-house-window:before {
    content: ""
}

.fi-ss-hr-group:before {
    content: ""
}

.fi-ss-hr-person:before {
    content: ""
}

.fi-ss-hr:before {
    content: ""
}

.fi-ss-hryvnia:before {
    content: ""
}

.fi-ss-humidity:before {
    content: ""
}

.fi-ss-hundred-points:before {
    content: ""
}

.fi-ss-hurricane:before {
    content: ""
}

.fi-ss-i:before {
    content: ""
}

.fi-ss-ice-cream:before {
    content: ""
}

.fi-ss-icicles:before {
    content: ""
}

.fi-ss-icon-star:before {
    content: ""
}

.fi-ss-id-badge:before {
    content: ""
}

.fi-ss-id-card-clip-alt:before {
    content: ""
}

.fi-ss-igloo:before {
    content: ""
}

.fi-ss-image-slash:before {
    content: ""
}

.fi-ss-images-user:before {
    content: ""
}

.fi-ss-images:before {
    content: ""
}

.fi-ss-improve-user:before {
    content: ""
}

.fi-ss-inbox-full:before {
    content: ""
}

.fi-ss-inbox-in:before {
    content: ""
}

.fi-ss-inbox-out:before {
    content: ""
}

.fi-ss-inbox:before {
    content: ""
}

.fi-ss-inboxes:before {
    content: ""
}

.fi-ss-incense-sticks-yoga:before {
    content: ""
}

.fi-ss-incognito:before {
    content: ""
}

.fi-ss-indent:before {
    content: ""
}

.fi-ss-indian-rupee-sign:before {
    content: ""
}

.fi-ss-industry-alt:before {
    content: ""
}

.fi-ss-industry-windows:before {
    content: ""
}

.fi-ss-infinity:before {
    content: ""
}

.fi-ss-info-guide:before {
    content: ""
}

.fi-ss-info:before {
    content: ""
}

.fi-ss-information:before {
    content: ""
}

.fi-ss-inhaler:before {
    content: ""
}

.fi-ss-input-numeric:before {
    content: ""
}

.fi-ss-input-pipe:before {
    content: ""
}

.fi-ss-input-text:before {
    content: ""
}

.fi-ss-insert-alt:before {
    content: ""
}

.fi-ss-insert-arrows:before {
    content: ""
}

.fi-ss-insert-credit-card:before {
    content: ""
}

.fi-ss-insert-square:before {
    content: ""
}

.fi-ss-insert:before {
    content: ""
}

.fi-ss-insight-alt:before {
    content: ""
}

.fi-ss-insight-head:before {
    content: ""
}

.fi-ss-insight:before {
    content: ""
}

.fi-ss-integral:before {
    content: ""
}

.fi-ss-interactive:before {
    content: ""
}

.fi-ss-interlining:before {
    content: ""
}

.fi-ss-internet-speed-wifi:before {
    content: ""
}

.fi-ss-interrogation:before {
    content: ""
}

.fi-ss-intersection:before {
    content: ""
}

.fi-ss-introduction-handshake:before {
    content: ""
}

.fi-ss-introduction:before {
    content: ""
}

.fi-ss-inventory-alt:before {
    content: ""
}

.fi-ss-invest:before {
    content: ""
}

.fi-ss-investment:before {
    content: ""
}

.fi-ss-invite-alt:before {
    content: ""
}

.fi-ss-invite:before {
    content: ""
}

.fi-ss-iot-alt:before {
    content: ""
}

.fi-ss-iot:before {
    content: ""
}

.fi-ss-ip-address:before {
    content: ""
}

.fi-ss-island-tropical:before {
    content: ""
}

.fi-ss-issue-loupe:before {
    content: ""
}

.fi-ss-it-alt:before {
    content: ""
}

.fi-ss-it-computer:before {
    content: ""
}

.fi-ss-it:before {
    content: ""
}

.fi-ss-italian-lira-sign:before {
    content: ""
}

.fi-ss-italic:before {
    content: ""
}

.fi-ss-j:before {
    content: ""
}

.fi-ss-jam:before {
    content: ""
}

.fi-ss-jar-alt:before {
    content: ""
}

.fi-ss-jar-wheat:before {
    content: ""
}

.fi-ss-javascript:before {
    content: ""
}

.fi-ss-joint:before {
    content: ""
}

.fi-ss-joker:before {
    content: ""
}

.fi-ss-journal-alt:before {
    content: ""
}

.fi-ss-journal:before {
    content: ""
}

.fi-ss-journey:before {
    content: ""
}

.fi-ss-joystick:before {
    content: ""
}

.fi-ss-jpg:before {
    content: ""
}

.fi-ss-jug-alt:before {
    content: ""
}

.fi-ss-jug-bottle:before {
    content: ""
}

.fi-ss-jug:before {
    content: ""
}

.fi-ss-jumping-rope:before {
    content: ""
}

.fi-ss-k:before {
    content: ""
}

.fi-ss-kaaba:before {
    content: ""
}

.fi-ss-kazoo:before {
    content: ""
}

.fi-ss-kerning:before {
    content: ""
}

.fi-ss-key-lock-crypto:before {
    content: ""
}

.fi-ss-key-skeleton-left-right:before {
    content: ""
}

.fi-ss-key:before {
    content: ""
}

.fi-ss-keyboard-brightness-low:before {
    content: ""
}

.fi-ss-keyboard-brightness:before {
    content: ""
}

.fi-ss-keyboard-down:before {
    content: ""
}

.fi-ss-keyboard-left:before {
    content: ""
}

.fi-ss-keyboard:before {
    content: ""
}

.fi-ss-keynote:before {
    content: ""
}

.fi-ss-kidneys:before {
    content: ""
}

.fi-ss-kip-sign:before {
    content: ""
}

.fi-ss-kiss-beam:before {
    content: ""
}

.fi-ss-kiss-wink-heart:before {
    content: ""
}

.fi-ss-kiss:before {
    content: ""
}

.fi-ss-kite:before {
    content: ""
}

.fi-ss-kiwi-bird:before {
    content: ""
}

.fi-ss-kiwi-fruit:before {
    content: ""
}

.fi-ss-knife-kitchen:before {
    content: ""
}

.fi-ss-knife:before {
    content: ""
}

.fi-ss-knitting:before {
    content: ""
}

.fi-ss-kpi-evaluation:before {
    content: ""
}

.fi-ss-kpi:before {
    content: ""
}

.fi-ss-l:before {
    content: ""
}

.fi-ss-label:before {
    content: ""
}

.fi-ss-lacrosse-stick-ball:before {
    content: ""
}

.fi-ss-lacrosse-stick:before {
    content: ""
}

.fi-ss-lambda:before {
    content: ""
}

.fi-ss-lamp-desk:before {
    content: ""
}

.fi-ss-lamp-floor:before {
    content: ""
}

.fi-ss-lamp-street:before {
    content: ""
}

.fi-ss-lamp:before {
    content: ""
}

.fi-ss-land-layer-location:before {
    content: ""
}

.fi-ss-land-layers:before {
    content: ""
}

.fi-ss-land-location:before {
    content: ""
}

.fi-ss-landmark-alt:before {
    content: ""
}

.fi-ss-language:before {
    content: ""
}

.fi-ss-laptop-arrow-down:before {
    content: ""
}

.fi-ss-laptop-binary:before {
    content: ""
}

.fi-ss-laptop-code:before {
    content: ""
}

.fi-ss-laptop-medical:before {
    content: ""
}

.fi-ss-laptop-mobile:before {
    content: ""
}

.fi-ss-laptop-slash:before {
    content: ""
}

.fi-ss-laptop:before {
    content: ""
}

.fi-ss-lari-sign:before {
    content: ""
}

.fi-ss-lasso-sparkles:before {
    content: ""
}

.fi-ss-lasso:before {
    content: ""
}

.fi-ss-laugh-beam:before {
    content: ""
}

.fi-ss-laugh-squint:before {
    content: ""
}

.fi-ss-laugh-wink:before {
    content: ""
}

.fi-ss-laugh:before {
    content: ""
}

.fi-ss-lawyer-man:before {
    content: ""
}

.fi-ss-lawyer-woman:before {
    content: ""
}

.fi-ss-layer-minus:before {
    content: ""
}

.fi-ss-layer-plus:before {
    content: ""
}

.fi-ss-layers:before {
    content: ""
}

.fi-ss-layout-fluid:before {
    content: ""
}

.fi-ss-lead-funnel:before {
    content: ""
}

.fi-ss-lead-management:before {
    content: ""
}

.fi-ss-lead:before {
    content: ""
}

.fi-ss-leader-alt:before {
    content: ""
}

.fi-ss-leader-speech:before {
    content: ""
}

.fi-ss-leader:before {
    content: ""
}

.fi-ss-leaderboard-alt:before {
    content: ""
}

.fi-ss-leaderboard-trophy:before {
    content: ""
}

.fi-ss-leaderboard:before {
    content: ""
}

.fi-ss-leadership-alt:before {
    content: ""
}

.fi-ss-leadership:before {
    content: ""
}

.fi-ss-leaf-heart:before {
    content: ""
}

.fi-ss-leaf-maple:before {
    content: ""
}

.fi-ss-leaf-oak:before {
    content: ""
}

.fi-ss-leaf:before {
    content: ""
}

.fi-ss-leafy-green:before {
    content: ""
}

.fi-ss-leave:before {
    content: ""
}

.fi-ss-left-from-bracket:before {
    content: ""
}

.fi-ss-left:before {
    content: ""
}

.fi-ss-legal:before {
    content: ""
}

.fi-ss-lemon:before {
    content: ""
}

.fi-ss-less-than-equal:before {
    content: ""
}

.fi-ss-less-than:before {
    content: ""
}

.fi-ss-lesson-class:before {
    content: ""
}

.fi-ss-lesson:before {
    content: ""
}

.fi-ss-letter-case:before {
    content: ""
}

.fi-ss-lettuce:before {
    content: ""
}

.fi-ss-level-down-alt:before {
    content: ""
}

.fi-ss-level-down:before {
    content: ""
}

.fi-ss-level-up-alt:before {
    content: ""
}

.fi-ss-level-up:before {
    content: ""
}

.fi-ss-license:before {
    content: ""
}

.fi-ss-life-ring:before {
    content: ""
}

.fi-ss-life:before {
    content: ""
}

.fi-ss-light-ceiling:before {
    content: ""
}

.fi-ss-light-emergency-on:before {
    content: ""
}

.fi-ss-light-emergency:before {
    content: ""
}

.fi-ss-light-switch-off:before {
    content: ""
}

.fi-ss-light-switch-on:before {
    content: ""
}

.fi-ss-light-switch:before {
    content: ""
}

.fi-ss-lightbulb-cfl-on:before {
    content: ""
}

.fi-ss-lightbulb-cfl:before {
    content: ""
}

.fi-ss-lightbulb-dollar:before {
    content: ""
}

.fi-ss-lightbulb-exclamation:before {
    content: ""
}

.fi-ss-lightbulb-head:before {
    content: ""
}

.fi-ss-lightbulb-on:before {
    content: ""
}

.fi-ss-lightbulb-question:before {
    content: ""
}

.fi-ss-lightbulb-setting:before {
    content: ""
}

.fi-ss-lightbulb-slash:before {
    content: ""
}

.fi-ss-lights-holiday:before {
    content: ""
}

.fi-ss-limit-hand:before {
    content: ""
}

.fi-ss-limit-speedometer:before {
    content: ""
}

.fi-ss-line-width:before {
    content: ""
}

.fi-ss-link-alt:before {
    content: ""
}

.fi-ss-link-horizontal-slash:before {
    content: ""
}

.fi-ss-link-horizontal:before {
    content: ""
}

.fi-ss-link-slash-alt:before {
    content: ""
}

.fi-ss-link-slash:before {
    content: ""
}

.fi-ss-link:before {
    content: ""
}

.fi-ss-lion-head:before {
    content: ""
}

.fi-ss-lion:before {
    content: ""
}

.fi-ss-lips:before {
    content: ""
}

.fi-ss-lipstick:before {
    content: ""
}

.fi-ss-lira-sign:before {
    content: ""
}

.fi-ss-list-check:before {
    content: ""
}

.fi-ss-list-dropdown:before {
    content: ""
}

.fi-ss-list-music:before {
    content: ""
}

.fi-ss-list-timeline:before {
    content: ""
}

.fi-ss-list:before {
    content: ""
}

.fi-ss-litecoin-sign:before {
    content: ""
}

.fi-ss-live-alt:before {
    content: ""
}

.fi-ss-live:before {
    content: ""
}

.fi-ss-loading:before {
    content: ""
}

.fi-ss-loan:before {
    content: ""
}

.fi-ss-lobster:before {
    content: ""
}

.fi-ss-location-alt:before {
    content: ""
}

.fi-ss-location-arrow:before {
    content: ""
}

.fi-ss-location-crosshairs-slash:before {
    content: ""
}

.fi-ss-location-crosshairs:before {
    content: ""
}

.fi-ss-location-dot-slash:before {
    content: ""
}

.fi-ss-location-exclamation:before {
    content: ""
}

.fi-ss-location-pin-call:before {
    content: ""
}

.fi-ss-lock-alt:before {
    content: ""
}

.fi-ss-lock-hashtag:before {
    content: ""
}

.fi-ss-lock-open-alt:before {
    content: ""
}

.fi-ss-lock:before {
    content: ""
}

.fi-ss-locust:before {
    content: ""
}

.fi-ss-loop-square:before {
    content: ""
}

.fi-ss-loveseat:before {
    content: ""
}

.fi-ss-low-vision:before {
    content: ""
}

.fi-ss-luchador:before {
    content: ""
}

.fi-ss-luggage-cart:before {
    content: ""
}

.fi-ss-luggage-rolling:before {
    content: ""
}

.fi-ss-lungs-virus:before {
    content: ""
}

.fi-ss-lungs:before {
    content: ""
}

.fi-ss-m:before {
    content: ""
}

.fi-ss-mace:before {
    content: ""
}

.fi-ss-magnet-user:before {
    content: ""
}

.fi-ss-magnet:before {
    content: ""
}

.fi-ss-mailbox-envelope:before {
    content: ""
}

.fi-ss-mailbox-flag-up:before {
    content: ""
}

.fi-ss-mailbox:before {
    content: ""
}

.fi-ss-makeup-brush:before {
    content: ""
}

.fi-ss-man-head:before {
    content: ""
}

.fi-ss-man-scientist:before {
    content: ""
}

.fi-ss-manat-sign:before {
    content: ""
}

.fi-ss-mandolin:before {
    content: ""
}

.fi-ss-mango:before {
    content: ""
}

.fi-ss-manhole:before {
    content: ""
}

.fi-ss-map-marker-check:before {
    content: ""
}

.fi-ss-map-marker-cross:before {
    content: ""
}

.fi-ss-map-marker-edit:before {
    content: ""
}

.fi-ss-map-marker-home:before {
    content: ""
}

.fi-ss-map-marker-minus:before {
    content: ""
}

.fi-ss-map-marker-plus:before {
    content: ""
}

.fi-ss-map-marker-question:before {
    content: ""
}

.fi-ss-map-marker-slash:before {
    content: ""
}

.fi-ss-map-marker-smile:before {
    content: ""
}

.fi-ss-map-marker:before {
    content: ""
}

.fi-ss-map-pin:before {
    content: ""
}

.fi-ss-map:before {
    content: ""
}

.fi-ss-marker-time:before {
    content: ""
}

.fi-ss-marker:before {
    content: ""
}

.fi-ss-marketplace-alt:before {
    content: ""
}

.fi-ss-marketplace-store:before {
    content: ""
}

.fi-ss-marketplace:before {
    content: ""
}

.fi-ss-mars-double:before {
    content: ""
}

.fi-ss-mars-stroke-right:before {
    content: ""
}

.fi-ss-mars-stroke-up:before {
    content: ""
}

.fi-ss-mars:before {
    content: ""
}

.fi-ss-martini-glass-citrus:before {
    content: ""
}

.fi-ss-martini-glass-empty:before {
    content: ""
}

.fi-ss-mask-carnival:before {
    content: ""
}

.fi-ss-mask-face:before {
    content: ""
}

.fi-ss-mask-snorkel:before {
    content: ""
}

.fi-ss-massage:before {
    content: ""
}

.fi-ss-match-fire:before {
    content: ""
}

.fi-ss-mattress-pillow:before {
    content: ""
}

.fi-ss-measuring-tape:before {
    content: ""
}

.fi-ss-meat:before {
    content: ""
}

.fi-ss-medal:before {
    content: ""
}

.fi-ss-medical-star:before {
    content: ""
}

.fi-ss-medicine:before {
    content: ""
}

.fi-ss-meditation:before {
    content: ""
}

.fi-ss-meeting-alt:before {
    content: ""
}

.fi-ss-meeting:before {
    content: ""
}

.fi-ss-megaphone-announcement-leader:before {
    content: ""
}

.fi-ss-megaphone:before {
    content: ""
}

.fi-ss-meh-blank:before {
    content: ""
}

.fi-ss-meh-rolling-eyes:before {
    content: ""
}

.fi-ss-meh:before {
    content: ""
}

.fi-ss-melon-alt:before {
    content: ""
}

.fi-ss-melon:before {
    content: ""
}

.fi-ss-member-list:before {
    content: ""
}

.fi-ss-member-search:before {
    content: ""
}

.fi-ss-membership-vip:before {
    content: ""
}

.fi-ss-membership:before {
    content: ""
}

.fi-ss-memo-circle-check:before {
    content: ""
}

.fi-ss-memo-pad:before {
    content: ""
}

.fi-ss-memo:before {
    content: ""
}

.fi-ss-memory:before {
    content: ""
}

.fi-ss-menu-burger:before {
    content: ""
}

.fi-ss-menu-dots-vertical:before {
    content: ""
}

.fi-ss-menu-dots:before {
    content: ""
}

.fi-ss-mercury:before {
    content: ""
}

.fi-ss-message-arrow-down:before {
    content: ""
}

.fi-ss-message-arrow-up-right:before {
    content: ""
}

.fi-ss-message-arrow-up:before {
    content: ""
}

.fi-ss-message-bot:before {
    content: ""
}

.fi-ss-message-code:before {
    content: ""
}

.fi-ss-message-dollar:before {
    content: "豈"
}

.fi-ss-message-image:before {
    content: "更"
}

.fi-ss-message-question:before {
    content: "車"
}

.fi-ss-message-quote:before {
    content: "賈"
}

.fi-ss-message-slash:before {
    content: "滑"
}

.fi-ss-message-sms:before {
    content: "串"
}

.fi-ss-message-text:before {
    content: "句"
}

.fi-ss-message-xmark:before {
    content: "龜"
}

.fi-ss-messages-dollar:before {
    content: "龜"
}

.fi-ss-messages-question:before {
    content: "契"
}

.fi-ss-messages:before {
    content: "金"
}

.fi-ss-meteor:before {
    content: "喇"
}

.fi-ss-meter-bolt:before {
    content: "奈"
}

.fi-ss-meter-droplet:before {
    content: "懶"
}

.fi-ss-meter-fire:before {
    content: "癩"
}

.fi-ss-meter:before {
    content: "羅"
}

.fi-ss-method:before {
    content: "蘿"
}

.fi-ss-microchip-ai:before {
    content: "螺"
}

.fi-ss-microchip:before {
    content: "裸"
}

.fi-ss-microphone-alt:before {
    content: "邏"
}

.fi-ss-microphone-slash:before {
    content: "樂"
}

.fi-ss-microphone:before {
    content: "洛"
}

.fi-ss-microscope:before {
    content: "烙"
}

.fi-ss-microwave:before {
    content: "珞"
}

.fi-ss-milk-alt:before {
    content: "落"
}

.fi-ss-milk:before {
    content: "酪"
}

.fi-ss-mill-sign:before {
    content: "駱"
}

.fi-ss-mind-share:before {
    content: "亂"
}

.fi-ss-minus-circle:before {
    content: "卵"
}

.fi-ss-minus-hexagon:before {
    content: "欄"
}

.fi-ss-minus-small:before {
    content: "爛"
}

.fi-ss-minus:before {
    content: "蘭"
}

.fi-ss-mistletoe:before {
    content: "鸞"
}

.fi-ss-mix:before {
    content: "嵐"
}

.fi-ss-mobile-button:before {
    content: "濫"
}

.fi-ss-mobile-notch:before {
    content: "藍"
}

.fi-ss-mobile:before {
    content: "襤"
}

.fi-ss-mockup:before {
    content: "拉"
}

.fi-ss-mode-alt:before {
    content: "臘"
}

.fi-ss-mode-landscape:before {
    content: "蠟"
}

.fi-ss-mode-portrait:before {
    content: "廊"
}

.fi-ss-mode:before {
    content: "朗"
}

.fi-ss-model-cube-arrows:before {
    content: "浪"
}

.fi-ss-model-cube-space:before {
    content: "狼"
}

.fi-ss-model-cube:before {
    content: "郎"
}

.fi-ss-module:before {
    content: "來"
}

.fi-ss-monday:before {
    content: "冷"
}

.fi-ss-money-bill-simple:before {
    content: "勞"
}

.fi-ss-money-bill-transfer:before {
    content: "擄"
}

.fi-ss-money-bill-wave-alt:before {
    content: "櫓"
}

.fi-ss-money-bill-wave:before {
    content: "爐"
}

.fi-ss-money-bills-simple:before {
    content: "盧"
}

.fi-ss-money-bills:before {
    content: "老"
}

.fi-ss-money-check-edit-alt:before {
    content: "蘆"
}

.fi-ss-money-check-edit:before {
    content: "虜"
}

.fi-ss-money-check:before {
    content: "路"
}

.fi-ss-money-coin-transfer:before {
    content: "露"
}

.fi-ss-money-from-bracket:before {
    content: "魯"
}

.fi-ss-money-simple-from-bracket:before {
    content: "鷺"
}

.fi-ss-money-transfer-alt:before {
    content: "碌"
}

.fi-ss-money-transfer-coin-arrow:before {
    content: "祿"
}

.fi-ss-money-transfer-smartphone:before {
    content: "綠"
}

.fi-ss-money-wings:before {
    content: "菉"
}

.fi-ss-money:before {
    content: "錄"
}

.fi-ss-monkey:before {
    content: "鹿"
}

.fi-ss-monument:before {
    content: "論"
}

.fi-ss-moon-stars:before {
    content: "壟"
}

.fi-ss-moon:before {
    content: "弄"
}

.fi-ss-moped:before {
    content: "籠"
}

.fi-ss-mortar-pestle:before {
    content: "聾"
}

.fi-ss-mortgage:before {
    content: "牢"
}

.fi-ss-mosque-alt:before {
    content: "磊"
}

.fi-ss-mosque-moon:before {
    content: "賂"
}

.fi-ss-mosque:before {
    content: "雷"
}

.fi-ss-mosquito-net:before {
    content: "壘"
}

.fi-ss-mosquito:before {
    content: "屢"
}

.fi-ss-motorcycle:before {
    content: "樓"
}

.fi-ss-mound:before {
    content: "淚"
}

.fi-ss-mountain-city:before {
    content: "漏"
}

.fi-ss-mountain:before {
    content: "累"
}

.fi-ss-mountains:before {
    content: "縷"
}

.fi-ss-mouse-field:before {
    content: "陋"
}

.fi-ss-mouse:before {
    content: "勒"
}

.fi-ss-mov-file:before {
    content: "肋"
}

.fi-ss-move-to-folder-2:before {
    content: "凜"
}

.fi-ss-move-to-folder:before {
    content: "凌"
}

.fi-ss-mp3-file:before {
    content: "稜"
}

.fi-ss-mp3-player:before {
    content: "綾"
}

.fi-ss-mp4-file:before {
    content: "菱"
}

.fi-ss-mug-alt:before {
    content: "陵"
}

.fi-ss-mug-hot-alt:before {
    content: "讀"
}

.fi-ss-mug-hot:before {
    content: "拏"
}

.fi-ss-mug-marshmallows:before {
    content: "樂"
}

.fi-ss-mug-tea-saucer:before {
    content: "諾"
}

.fi-ss-mug-tea:before {
    content: "丹"
}

.fi-ss-mug:before {
    content: "寧"
}

.fi-ss-multiple-alt:before {
    content: "怒"
}

.fi-ss-multiple:before {
    content: "率"
}

.fi-ss-muscle:before {
    content: "異"
}

.fi-ss-mushroom-alt:before {
    content: "北"
}

.fi-ss-mushroom:before {
    content: "磻"
}

.fi-ss-music-alt:before {
    content: "便"
}

.fi-ss-music-file:before {
    content: "復"
}

.fi-ss-music-note-slash:before {
    content: "不"
}

.fi-ss-music-note:before {
    content: "泌"
}

.fi-ss-music-slash:before {
    content: "數"
}

.fi-ss-music:before {
    content: "索"
}

.fi-ss-n:before {
    content: "參"
}

.fi-ss-naira-sign:before {
    content: "塞"
}

.fi-ss-narwhal:before {
    content: "省"
}

.fi-ss-navigation:before {
    content: "葉"
}

.fi-ss-nesting-dolls:before {
    content: "說"
}

.fi-ss-network-analytic:before {
    content: "殺"
}

.fi-ss-network-cloud:before {
    content: "辰"
}

.fi-ss-network:before {
    content: "沈"
}

.fi-ss-neuter:before {
    content: "拾"
}

.fi-ss-newspaper-open:before {
    content: "若"
}

.fi-ss-newspaper:before {
    content: "掠"
}

.fi-ss-nfc-lock:before {
    content: "略"
}

.fi-ss-nfc-magnifying-glass:before {
    content: "亮"
}

.fi-ss-nfc-pen:before {
    content: "兩"
}

.fi-ss-nfc-slash:before {
    content: "凉"
}

.fi-ss-nfc-trash:before {
    content: "梁"
}

.fi-ss-nfc:before {
    content: "糧"
}

.fi-ss-no-fee:before {
    content: "良"
}

.fi-ss-no-people:before {
    content: "諒"
}

.fi-ss-noodles:before {
    content: "量"
}

.fi-ss-nose:before {
    content: "勵"
}

.fi-ss-not-equal:before {
    content: "呂"
}

.fi-ss-not-found-alt:before {
    content: "女"
}

.fi-ss-not-found-magnifying-glass:before {
    content: "廬"
}

.fi-ss-not-found:before {
    content: "旅"
}

.fi-ss-notdef:before {
    content: "濾"
}

.fi-ss-note-medical:before {
    content: "礪"
}

.fi-ss-note-sticky:before {
    content: "閭"
}

.fi-ss-note:before {
    content: "驪"
}

.fi-ss-notebook-alt:before {
    content: "麗"
}

.fi-ss-notebook:before {
    content: "黎"
}

.fi-ss-notes-medical:before {
    content: "力"
}

.fi-ss-notes:before {
    content: "曆"
}

.fi-ss-o:before {
    content: "歷"
}

.fi-ss-object-exclude:before {
    content: "轢"
}

.fi-ss-object-group:before {
    content: "年"
}

.fi-ss-object-intersect:before {
    content: "憐"
}

.fi-ss-object-subtract:before {
    content: "戀"
}

.fi-ss-object-ungroup:before {
    content: "撚"
}

.fi-ss-object-union:before {
    content: "漣"
}

.fi-ss-objects-column:before {
    content: "煉"
}

.fi-ss-octagon-check:before {
    content: "璉"
}

.fi-ss-octagon-divide:before {
    content: "秊"
}

.fi-ss-octagon-exclamation:before {
    content: "練"
}

.fi-ss-octagon-minus:before {
    content: "聯"
}

.fi-ss-octagon-plus:before {
    content: "輦"
}

.fi-ss-octagon-xmark:before {
    content: "蓮"
}

.fi-ss-octagon:before {
    content: "連"
}

.fi-ss-oil-can:before {
    content: "鍊"
}

.fi-ss-oil-temp:before {
    content: "列"
}

.fi-ss-olive-oil:before {
    content: "劣"
}

.fi-ss-olive:before {
    content: "咽"
}

.fi-ss-olives:before {
    content: "烈"
}

.fi-ss-om:before {
    content: "裂"
}

.fi-ss-omega:before {
    content: "說"
}

.fi-ss-onboarding:before {
    content: "廉"
}

.fi-ss-onion:before {
    content: "念"
}

.fi-ss-opacity:before {
    content: "捻"
}

.fi-ss-operating-system-upgrade:before {
    content: "殮"
}

.fi-ss-operation:before {
    content: "簾"
}

.fi-ss-order-history:before {
    content: "獵"
}

.fi-ss-organization-chart:before {
    content: "令"
}

.fi-ss-ornament:before {
    content: "囹"
}

.fi-ss-otp:before {
    content: "寧"
}

.fi-ss-otter:before {
    content: "嶺"
}

.fi-ss-outdent:before {
    content: "怜"
}

.fi-ss-oval-alt:before {
    content: "玲"
}

.fi-ss-oval:before {
    content: "瑩"
}

.fi-ss-oven:before {
    content: "羚"
}

.fi-ss-overline:before {
    content: "聆"
}

.fi-ss-overview:before {
    content: "鈴"
}

.fi-ss-p:before {
    content: "零"
}

.fi-ss-package:before {
    content: "靈"
}

.fi-ss-padlock-check:before {
    content: "領"
}

.fi-ss-page-break:before {
    content: "例"
}

.fi-ss-pager:before {
    content: "禮"
}

.fi-ss-paid:before {
    content: "醴"
}

.fi-ss-paint-roller:before {
    content: "隸"
}

.fi-ss-paint:before {
    content: "惡"
}

.fi-ss-paintbrush-pencil:before {
    content: "了"
}

.fi-ss-palette:before {
    content: "僚"
}

.fi-ss-pallet-alt:before {
    content: "寮"
}

.fi-ss-pallet:before {
    content: "尿"
}

.fi-ss-pan-food:before {
    content: "料"
}

.fi-ss-pan-frying:before {
    content: "樂"
}

.fi-ss-pan:before {
    content: "燎"
}

.fi-ss-pancakes:before {
    content: "療"
}

.fi-ss-panorama:before {
    content: "蓼"
}

.fi-ss-paper-plane-launch:before {
    content: "遼"
}

.fi-ss-paper-plane-top:before {
    content: "龍"
}

.fi-ss-paper-plane:before {
    content: "暈"
}

.fi-ss-paperclip-vertical:before {
    content: "阮"
}

.fi-ss-parachute-box:before {
    content: "劉"
}

.fi-ss-paragraph-left:before {
    content: "杻"
}

.fi-ss-paragraph:before {
    content: "柳"
}

.fi-ss-parking-circle-slash:before {
    content: "流"
}

.fi-ss-parking-circle:before {
    content: "溜"
}

.fi-ss-parking-slash:before {
    content: "琉"
}

.fi-ss-parking:before {
    content: "留"
}

.fi-ss-party-bell:before {
    content: "硫"
}

.fi-ss-party-horn:before {
    content: "紐"
}

.fi-ss-party:before {
    content: "類"
}

.fi-ss-passport:before {
    content: "六"
}

.fi-ss-password-alt:before {
    content: "戮"
}

.fi-ss-password-computer:before {
    content: "陸"
}

.fi-ss-password-email:before {
    content: "倫"
}

.fi-ss-password-smartphone:before {
    content: "崙"
}

.fi-ss-password:before {
    content: "淪"
}

.fi-ss-paste:before {
    content: "輪"
}

.fi-ss-pattern:before {
    content: "律"
}

.fi-ss-pause-circle:before {
    content: "慄"
}

.fi-ss-pause:before {
    content: "栗"
}

.fi-ss-paw-claws:before {
    content: "率"
}

.fi-ss-paw-heart:before {
    content: "隆"
}

.fi-ss-paw:before {
    content: "利"
}

.fi-ss-payment-pos:before {
    content: "吏"
}

.fi-ss-payroll-calendar:before {
    content: "履"
}

.fi-ss-payroll-check:before {
    content: "易"
}

.fi-ss-payroll:before {
    content: "李"
}

.fi-ss-peace:before {
    content: "梨"
}

.fi-ss-peach:before {
    content: "泥"
}

.fi-ss-peanut:before {
    content: "理"
}

.fi-ss-peanuts:before {
    content: "痢"
}

.fi-ss-peapod:before {
    content: "罹"
}

.fi-ss-pear:before {
    content: "裏"
}

.fi-ss-pedestal:before {
    content: "裡"
}

.fi-ss-pen-circle:before {
    content: "里"
}

.fi-ss-pen-clip-slash:before {
    content: "離"
}

.fi-ss-pen-clip:before {
    content: "匿"
}

.fi-ss-pen-fancy-slash:before {
    content: "溺"
}

.fi-ss-pen-fancy:before {
    content: "吝"
}

.fi-ss-pen-field:before {
    content: "燐"
}

.fi-ss-pen-nib-slash:before {
    content: "璘"
}

.fi-ss-pen-nib:before {
    content: "藺"
}

.fi-ss-pen-slash:before {
    content: "隣"
}

.fi-ss-pen-square:before {
    content: "鱗"
}

.fi-ss-pen-swirl:before {
    content: "麟"
}

.fi-ss-pencil-paintbrush:before {
    content: "林"
}

.fi-ss-pencil-ruler:before {
    content: "淋"
}

.fi-ss-pencil-slash:before {
    content: "臨"
}

.fi-ss-pencil:before {
    content: "立"
}

.fi-ss-pending:before {
    content: "笠"
}

.fi-ss-pennant:before {
    content: "粒"
}

.fi-ss-people-arrows-left-right:before {
    content: "狀"
}

.fi-ss-people-carry-box:before {
    content: "炙"
}

.fi-ss-people-dress:before {
    content: "識"
}

.fi-ss-people-network-partner:before {
    content: "什"
}

.fi-ss-people-pants:before {
    content: "茶"
}

.fi-ss-people-poll:before {
    content: "刺"
}

.fi-ss-people-roof:before {
    content: "切"
}

.fi-ss-people:before {
    content: "度"
}

.fi-ss-pepper-alt:before {
    content: "拓"
}

.fi-ss-pepper-hot:before {
    content: "糖"
}

.fi-ss-pepper:before {
    content: "宅"
}

.fi-ss-percent-10:before {
    content: "洞"
}

.fi-ss-percent-100:before {
    content: "暴"
}

.fi-ss-percent-20:before {
    content: "輻"
}

.fi-ss-percent-25:before {
    content: "行"
}

.fi-ss-percent-30:before {
    content: "降"
}

.fi-ss-percent-40:before {
    content: "見"
}

.fi-ss-percent-50:before {
    content: "廓"
}

.fi-ss-percent-60:before {
    content: "兀"
}

.fi-ss-percent-70:before {
    content: "嗀"
}

.fi-ss-percent-75:before {
    content: "﨎"
}

.fi-ss-percent-80:before {
    content: "﨏"
}

.fi-ss-percent-90:before {
    content: "塚"
}

.fi-ss-percentage:before {
    content: "﨑"
}

.fi-ss-person-carry-box:before {
    content: "晴"
}

.fi-ss-person-circle-check:before {
    content: "﨓"
}

.fi-ss-person-circle-exclamation:before {
    content: "﨔"
}

.fi-ss-person-circle-minus:before {
    content: "凞"
}

.fi-ss-person-circle-plus:before {
    content: "猪"
}

.fi-ss-person-circle-question:before {
    content: "益"
}

.fi-ss-person-circle-xmark:before {
    content: "礼"
}

.fi-ss-person-cv:before {
    content: "神"
}

.fi-ss-person-dolly-empty:before {
    content: "祥"
}

.fi-ss-person-dolly:before {
    content: "福"
}

.fi-ss-person-dress-simple:before {
    content: "靖"
}

.fi-ss-person-dress:before {
    content: "精"
}

.fi-ss-person-praying:before {
    content: "羽"
}

.fi-ss-person-pregnant:before {
    content: "﨟"
}

.fi-ss-person-seat-reclined:before {
    content: "蘒"
}

.fi-ss-person-seat:before {
    content: "﨡"
}

.fi-ss-person-shelter:before {
    content: "諸"
}

.fi-ss-person-sign:before {
    content: "﨣"
}

.fi-ss-person-simple:before {
    content: "﨤"
}

.fi-ss-person-walking-with-cane:before {
    content: "逸"
}

.fi-ss-peseta-sign:before {
    content: "都"
}

.fi-ss-peso-sign:before {
    content: "﨧"
}

.fi-ss-pets:before {
    content: "﨨"
}

.fi-ss-pharmacy:before {
    content: "﨩"
}

.fi-ss-phone-call:before {
    content: "飯"
}

.fi-ss-phone-cross:before {
    content: "飼"
}

.fi-ss-phone-flip:before {
    content: "館"
}

.fi-ss-phone-guide:before {
    content: "鶴"
}

.fi-ss-phone-office:before {
    content: "郞"
}

.fi-ss-phone-pause:before {
    content: "隷"
}

.fi-ss-phone-plus:before {
    content: "侮"
}

.fi-ss-phone-rotary:before {
    content: "僧"
}

.fi-ss-phone-slash:before {
    content: "免"
}

.fi-ss-photo-capture:before {
    content: "勉"
}

.fi-ss-photo-film-music:before {
    content: "勤"
}

.fi-ss-photo-video:before {
    content: "卑"
}

.fi-ss-physics:before {
    content: "喝"
}

.fi-ss-Pi:before {
    content: "嘆"
}

.fi-ss-piano-keyboard:before {
    content: "器"
}

.fi-ss-piano:before {
    content: "塀"
}

.fi-ss-pickaxe:before {
    content: "墨"
}

.fi-ss-picking-box:before {
    content: "層"
}

.fi-ss-picking:before {
    content: "屮"
}

.fi-ss-picnic:before {
    content: "悔"
}

.fi-ss-picpeople-filled:before {
    content: "慨"
}

.fi-ss-picpeople:before {
    content: "憎"
}

.fi-ss-picture:before {
    content: "懲"
}

.fi-ss-pie:before {
    content: "敏"
}

.fi-ss-pig-bank-bulb:before {
    content: "既"
}

.fi-ss-pig-face:before {
    content: "暑"
}

.fi-ss-pig:before {
    content: "梅"
}

.fi-ss-piggy-bank-budget:before {
    content: "海"
}

.fi-ss-piggy-bank:before {
    content: "渚"
}

.fi-ss-pills:before {
    content: "漢"
}

.fi-ss-pinata:before {
    content: "煮"
}

.fi-ss-pineapple-alt:before {
    content: "爫"
}

.fi-ss-pineapple:before {
    content: "琢"
}

.fi-ss-pipe-smoking:before {
    content: "碑"
}

.fi-ss-pipette:before {
    content: "社"
}

.fi-ss-pizza-slice:before {
    content: "祉"
}

.fi-ss-place-of-worship:before {
    content: "祈"
}

.fi-ss-plan-strategy:before {
    content: "祐"
}

.fi-ss-plan:before {
    content: "祖"
}

.fi-ss-plane-alt:before {
    content: "祝"
}

.fi-ss-plane-arrival:before {
    content: "禍"
}

.fi-ss-plane-departure:before {
    content: "禎"
}

.fi-ss-plane-prop:before {
    content: "穀"
}

.fi-ss-plane-slash:before {
    content: "突"
}

.fi-ss-plane-tail:before {
    content: "節"
}

.fi-ss-plane:before {
    content: "練"
}

.fi-ss-planet-moon:before {
    content: "縉"
}

.fi-ss-planet-ringed:before {
    content: "繁"
}

.fi-ss-plant-care:before {
    content: "署"
}

.fi-ss-plant-growth:before {
    content: "者"
}

.fi-ss-plant-seed-invest:before {
    content: "臭"
}

.fi-ss-plant-wilt:before {
    content: "艹"
}

.fi-ss-plate-utensils:before {
    content: "艹"
}

.fi-ss-plate-wheat:before {
    content: "著"
}

.fi-ss-plate:before {
    content: "褐"
}

.fi-ss-play-alt:before {
    content: "視"
}

.fi-ss-play-circle:before {
    content: "謁"
}

.fi-ss-play-pause:before {
    content: "謹"
}

.fi-ss-play:before {
    content: "賓"
}

.fi-ss-plug-alt:before {
    content: "贈"
}

.fi-ss-plug-cable:before {
    content: "辶"
}

.fi-ss-plug-circle-bolt:before {
    content: "逸"
}

.fi-ss-plug-circle-check:before {
    content: "難"
}

.fi-ss-plug-circle-exclamation:before {
    content: "響"
}

.fi-ss-plug-circle-minus:before {
    content: "頻"
}

.fi-ss-plug-circle-plus:before {
    content: "恵"
}

.fi-ss-plug-connection:before {
    content: "𤋮"
}

.fi-ss-plug:before {
    content: "舘"
}

.fi-ss-plus-hexagon:before {
    content: "﩮"
}

.fi-ss-plus-minus:before {
    content: "﩯"
}

.fi-ss-plus-small:before {
    content: "並"
}

.fi-ss-plus:before {
    content: "况"
}

.fi-ss-podcast:before {
    content: "全"
}

.fi-ss-podium-star:before {
    content: "侀"
}

.fi-ss-podium-victory-leader:before {
    content: "充"
}

.fi-ss-podium:before {
    content: "冀"
}

.fi-ss-point-of-sale-bill:before {
    content: "勇"
}

.fi-ss-point-of-sale-signal:before {
    content: "勺"
}

.fi-ss-point-of-sale:before {
    content: "喝"
}

.fi-ss-pointer-loading:before {
    content: "啕"
}

.fi-ss-pointer-text:before {
    content: "喙"
}

.fi-ss-police-box:before {
    content: "嗢"
}

.fi-ss-poll-h:before {
    content: "塚"
}

.fi-ss-pollution:before {
    content: "墳"
}

.fi-ss-pompebled:before {
    content: "奄"
}

.fi-ss-poo-bolt:before {
    content: "奔"
}

.fi-ss-poo:before {
    content: "婢"
}

.fi-ss-pool-8-ball:before {
    content: "嬨"
}

.fi-ss-poop:before {
    content: "廒"
}

.fi-ss-popcorn:before {
    content: "廙"
}

.fi-ss-popsicle:before {
    content: "彩"
}

.fi-ss-portal-enter:before {
    content: "徭"
}

.fi-ss-portal-exit:before {
    content: "惘"
}

.fi-ss-portrait:before {
    content: "慎"
}

.fi-ss-pot:before {
    content: "愈"
}

.fi-ss-potato:before {
    content: "憎"
}

.fi-ss-pound:before {
    content: "慠"
}

.fi-ss-power:before {
    content: "懲"
}

.fi-ss-ppt-file:before {
    content: "戴"
}

.fi-ss-practice:before {
    content: "揄"
}

.fi-ss-praying-hands:before {
    content: "搜"
}

.fi-ss-prescription-bottle-alt:before {
    content: "摒"
}

.fi-ss-prescription-bottle-pill:before {
    content: "敖"
}

.fi-ss-prescription-bottle:before {
    content: "晴"
}

.fi-ss-prescription:before {
    content: "朗"
}

.fi-ss-presentation:before {
    content: "望"
}

.fi-ss-preview:before {
    content: "杖"
}

.fi-ss-print-magnifying-glass:before {
    content: "歹"
}

.fi-ss-print-slash:before {
    content: "殺"
}

.fi-ss-print:before {
    content: "流"
}

.fi-ss-priority-arrow:before {
    content: "滛"
}

.fi-ss-priority-arrows:before {
    content: "滋"
}

.fi-ss-priority-importance:before {
    content: "漢"
}

.fi-ss-problem-solving:before {
    content: "瀞"
}

.fi-ss-procedures:before {
    content: "煮"
}

.fi-ss-process:before {
    content: "瞧"
}

.fi-ss-productivity:before {
    content: "爵"
}

.fi-ss-progress-complete:before {
    content: "犯"
}

.fi-ss-progress-download:before {
    content: "猪"
}

.fi-ss-progress-upload:before {
    content: "瑱"
}

.fi-ss-projector:before {
    content: "甆"
}

.fi-ss-protractor:before {
    content: "画"
}

.fi-ss-pulse:before {
    content: "瘝"
}

.fi-ss-pump-medical:before {
    content: "瘟"
}

.fi-ss-pump:before {
    content: "益"
}

.fi-ss-pumpkin-alt-2:before {
    content: "盛"
}

.fi-ss-pumpkin-alt:before {
    content: "直"
}

.fi-ss-pumpkin:before {
    content: "睊"
}

.fi-ss-puzzle-alt:before {
    content: "着"
}

.fi-ss-puzzle-piece-integration:before {
    content: "磌"
}

.fi-ss-puzzle-piece:before {
    content: "窱"
}

.fi-ss-puzzle-pieces:before {
    content: "節"
}

.fi-ss-pyramid:before {
    content: "类"
}

.fi-ss-q:before {
    content: "絛"
}

.fi-ss-qr-scan:before {
    content: "練"
}

.fi-ss-QR:before {
    content: "缾"
}

.fi-ss-qrcode:before {
    content: "者"
}

.fi-ss-question-square:before {
    content: "荒"
}

.fi-ss-question:before {
    content: "華"
}

.fi-ss-queue-alt:before {
    content: "蝹"
}

.fi-ss-queue-line:before {
    content: "襁"
}

.fi-ss-queue-signal:before {
    content: "覆"
}

.fi-ss-queue:before {
    content: "視"
}

.fi-ss-quill-pen-story:before {
    content: "調"
}

.fi-ss-quiz-alt:before {
    content: "諸"
}

.fi-ss-quiz:before {
    content: "請"
}

.fi-ss-quote-right:before {
    content: "謁"
}

.fi-ss-r:before {
    content: "諾"
}

.fi-ss-rabbit-fast:before {
    content: "諭"
}

.fi-ss-rabbit:before {
    content: "謹"
}

.fi-ss-raccoon:before {
    content: "變"
}

.fi-ss-racquet:before {
    content: "贈"
}

.fi-ss-radar:before {
    content: "輸"
}

.fi-ss-radiation-alt:before {
    content: "遲"
}

.fi-ss-radiation:before {
    content: "醙"
}

.fi-ss-radio-alt:before {
    content: "鉶"
}

.fi-ss-radio-button:before {
    content: "陼"
}

.fi-ss-radio:before {
    content: "難"
}

.fi-ss-radish:before {
    content: "靖"
}

.fi-ss-rainbow:before {
    content: "韛"
}

.fi-ss-raindrops:before {
    content: "響"
}

.fi-ss-ram:before {
    content: "頋"
}

.fi-ss-ramp-loading:before {
    content: "頻"
}

.fi-ss-rank:before {
    content: "鬒"
}

.fi-ss-ranking-podium-empty:before {
    content: "龜"
}

.fi-ss-ranking-podium:before {
    content: "𢡊"
}

.fi-ss-ranking-star:before {
    content: "𢡄"
}

.fi-ss-ranking-stars:before {
    content: "𣏕"
}

.fi-ss-raygun:before {
    content: "㮝"
}

.fi-ss-razor-barber:before {
    content: "䀘"
}

.fi-ss-react:before {
    content: "䀹"
}

.fi-ss-rec:before {
    content: "𥉉"
}

.fi-ss-receipt:before {
    content: "𥳐"
}

.fi-ss-recipe-book:before {
    content: "𧻓"
}

.fi-ss-recipe:before {
    content: "齃"
}

.fi-ss-record-vinyl:before {
    content: "龎"
}

.fi-ss-rectabgle-vertical:before {
    content: "﫚"
}

.fi-ss-rectangle-barcode:before {
    content: "﫛"
}

.fi-ss-rectangle-code:before {
    content: "﫜"
}

.fi-ss-rectangle-history-circle-plus:before {
    content: "﫝"
}

.fi-ss-rectangle-horizontal:before {
    content: "﫞"
}

.fi-ss-rectangle-list:before {
    content: "﫟"
}

.fi-ss-rectangle-panoramic:before {
    content: "﫠"
}

.fi-ss-rectangle-pro:before {
    content: "﫡"
}

.fi-ss-rectangle-vertical-history:before {
    content: "﫢"
}

.fi-ss-rectangle-vertical:before {
    content: "﫣"
}

.fi-ss-rectangle-xmark:before {
    content: "﫤"
}

.fi-ss-rectangles-mixed:before {
    content: "﫥"
}

.fi-ss-recycle-bin:before {
    content: "﫦"
}

.fi-ss-recycle:before {
    content: "﫧"
}

.fi-ss-redo-alt:before {
    content: "﫨"
}

.fi-ss-redo:before {
    content: "﫩"
}

.fi-ss-reel:before {
    content: "﫪"
}

.fi-ss-refer-arrow:before {
    content: "﫫"
}

.fi-ss-refer:before {
    content: "﫬"
}

.fi-ss-referral-alt:before {
    content: "﫭"
}

.fi-ss-referral-user:before {
    content: "﫮"
}

.fi-ss-referral:before {
    content: "﫯"
}

.fi-ss-reflect-horizontal:before {
    content: "﫰"
}

.fi-ss-reflect-vertical:before {
    content: "﫱"
}

.fi-ss-reflect:before {
    content: "﫲"
}

.fi-ss-refresh:before {
    content: "﫳"
}

.fi-ss-refrigerator:before {
    content: "﫴"
}

.fi-ss-refund-alt:before {
    content: "﫵"
}

.fi-ss-refund:before {
    content: "﫶"
}

.fi-ss-region-pin-alt:before {
    content: "﫷"
}

.fi-ss-region-pin:before {
    content: "﫸"
}

.fi-ss-registered:before {
    content: "﫹"
}

.fi-ss-registration-paper:before {
    content: "﫺"
}

.fi-ss-remove-folder:before {
    content: "﫻"
}

.fi-ss-remove-user:before {
    content: "﫼"
}

.fi-ss-rent-signal:before {
    content: "﫽"
}

.fi-ss-rent:before {
    content: "﫾"
}

.fi-ss-replace:before {
    content: "﫿"
}

.fi-ss-reply-all:before {
    content: "ﬀ"
}

.fi-ss-republican:before {
    content: "ﬁ"
}

.fi-ss-reservation-smartphone:before {
    content: "ﬂ"
}

.fi-ss-reservation-table:before {
    content: "ﬃ"
}

.fi-ss-resistance-band:before {
    content: "ﬄ"
}

.fi-ss-resize:before {
    content: "ﬅ"
}

.fi-ss-resources:before {
    content: "ﬆ"
}

.fi-ss-restaurant:before {
    content: "﬇"
}

.fi-ss-restock:before {
    content: "﬈"
}

.fi-ss-restroom-simple:before {
    content: "﬉"
}

.fi-ss-resume:before {
    content: "﬊"
}

.fi-ss-revenue-alt:before {
    content: "﬋"
}

.fi-ss-revenue-euro:before {
    content: "﬌"
}

.fi-ss-Revenue:before {
    content: "﬍"
}

.fi-ss-review:before {
    content: "﬎"
}

.fi-ss-rewind:before {
    content: "﬏"
}

.fi-ss-rhombus:before {
    content: "﬐"
}

.fi-ss-ribbon:before {
    content: "﬑"
}

.fi-ss-right-from-bracket:before {
    content: "﬒"
}

.fi-ss-right:before {
    content: "ﬓ"
}

.fi-ss-ring-diamond:before {
    content: "ﬔ"
}

.fi-ss-ring:before {
    content: "ﬕ"
}

.fi-ss-rings-wedding:before {
    content: "ﬖ"
}

.fi-ss-risk-alt:before {
    content: "ﬗ"
}

.fi-ss-risk:before {
    content: "﬘"
}

.fi-ss-road-barrier:before {
    content: "﬙"
}

.fi-ss-road:before {
    content: "﬚"
}

.fi-ss-robot:before {
    content: "﬛"
}

.fi-ss-robotic-arm:before {
    content: "﬜"
}

.fi-ss-rocket-lunch:before {
    content: "יִ"
}

.fi-ss-rocket:before {
    content: "ﬞ"
}

.fi-ss-roller-coaster:before {
    content: "ײַ"
}

.fi-ss-room-service:before {
    content: "ﬠ"
}

.fi-ss-rotate-exclamation:before {
    content: "ﬡ"
}

.fi-ss-rotate-left:before {
    content: "ﬢ"
}

.fi-ss-rotate-reverse:before {
    content: "ﬣ"
}

.fi-ss-rotate-right:before {
    content: "ﬤ"
}

.fi-ss-rotate-square:before {
    content: "ﬥ"
}

.fi-ss-roulette:before {
    content: "ﬦ"
}

.fi-ss-route-highway:before {
    content: "ﬧ"
}

.fi-ss-route-interstate:before {
    content: "ﬨ"
}

.fi-ss-route:before {
    content: "﬩"
}

.fi-ss-router:before {
    content: "שׁ"
}

.fi-ss-rss-alt:before {
    content: "שׂ"
}

.fi-ss-rss:before {
    content: "שּׁ"
}

.fi-ss-ruble-sign:before {
    content: "שּׂ"
}

.fi-ss-rugby-helmet:before {
    content: "אַ"
}

.fi-ss-rugby:before {
    content: "אָ"
}

.fi-ss-ruler-combined:before {
    content: "אּ"
}

.fi-ss-ruler-horizontal:before {
    content: "בּ"
}

.fi-ss-ruler-triangle:before {
    content: "גּ"
}

.fi-ss-ruler-vertical:before {
    content: "דּ"
}

.fi-ss-rules-alt:before {
    content: "הּ"
}

.fi-ss-rules:before {
    content: "וּ"
}

.fi-ss-running-track:before {
    content: "זּ"
}

.fi-ss-running:before {
    content: "﬷"
}

.fi-ss-rupee-sign:before {
    content: "טּ"
}

.fi-ss-rupiah-sign:before {
    content: "יּ"
}

.fi-ss-rv:before {
    content: "ךּ"
}

.fi-ss-s:before {
    content: "כּ"
}

.fi-ss-sack-dollar:before {
    content: "לּ"
}

.fi-ss-sack:before {
    content: "﬽"
}

.fi-ss-sad-cry:before {
    content: "מּ"
}

.fi-ss-sad-tear:before {
    content: "﬿"
}

.fi-ss-sad:before {
    content: "נּ"
}

.fi-ss-safe-box:before {
    content: "סּ"
}

.fi-ss-sailboat:before {
    content: "﭂"
}

.fi-ss-salad:before {
    content: "ףּ"
}

.fi-ss-salary-alt:before {
    content: "פּ"
}

.fi-ss-salt-pepper:before {
    content: "﭅"
}

.fi-ss-salt-shaker:before {
    content: "צּ"
}

.fi-ss-sandwich-alt:before {
    content: "קּ"
}

.fi-ss-sandwich:before {
    content: "רּ"
}

.fi-ss-satellite-dish:before {
    content: "שּ"
}

.fi-ss-satellite:before {
    content: "תּ"
}

.fi-ss-saturday:before {
    content: "וֹ"
}

.fi-ss-sauce:before {
    content: "בֿ"
}

.fi-ss-sausage:before {
    content: "כֿ"
}

.fi-ss-sax-hot:before {
    content: "פֿ"
}

.fi-ss-saxophone:before {
    content: "ﭏ"
}

.fi-ss-scale-comparison-alt:before {
    content: "ﭐ"
}

.fi-ss-scale-comparison:before {
    content: "ﭑ"
}

.fi-ss-scale:before {
    content: "ﭒ"
}

.fi-ss-scalpel-path:before {
    content: "ﭓ"
}

.fi-ss-scalpel:before {
    content: "ﭔ"
}

.fi-ss-scanner-gun:before {
    content: "ﭕ"
}

.fi-ss-scanner-image:before {
    content: "ﭖ"
}

.fi-ss-scanner-keyboard:before {
    content: "ﭗ"
}

.fi-ss-scanner-touchscreen:before {
    content: "ﭘ"
}

.fi-ss-scarecrow:before {
    content: "ﭙ"
}

.fi-ss-scarf:before {
    content: "ﭚ"
}

.fi-ss-school-bus:before {
    content: "ﭛ"
}

.fi-ss-school:before {
    content: "ﭜ"
}

.fi-ss-scissors:before {
    content: "ﭝ"
}

.fi-ss-scooter:before {
    content: "ﭞ"
}

.fi-ss-screen:before {
    content: "ﭟ"
}

.fi-ss-screencast:before {
    content: "ﭠ"
}

.fi-ss-screw-alt:before {
    content: "ﭡ"
}

.fi-ss-screw:before {
    content: "ﭢ"
}

.fi-ss-screwdriver:before {
    content: "ﭣ"
}

.fi-ss-scribble:before {
    content: "ﭤ"
}

.fi-ss-script:before {
    content: "ﭥ"
}

.fi-ss-scroll-document-story:before {
    content: "ﭦ"
}

.fi-ss-scroll-old:before {
    content: "ﭧ"
}

.fi-ss-scroll-torah:before {
    content: "ﭨ"
}

.fi-ss-scroll:before {
    content: "ﭩ"
}

.fi-ss-scrubber:before {
    content: "ﭪ"
}

.fi-ss-scythe:before {
    content: "ﭫ"
}

.fi-ss-sd-card:before {
    content: "ﭬ"
}

.fi-ss-sd-cards:before {
    content: "ﭭ"
}

.fi-ss-seal-exclamation:before {
    content: "ﭮ"
}

.fi-ss-seal-question:before {
    content: "ﭯ"
}

.fi-ss-seal:before {
    content: "ﭰ"
}

.fi-ss-search-alt:before {
    content: "ﭱ"
}

.fi-ss-search-dollar:before {
    content: "ﭲ"
}

.fi-ss-search-heart:before {
    content: "ﭳ"
}

.fi-ss-search-location:before {
    content: "ﭴ"
}

.fi-ss-search:before {
    content: "ﭵ"
}

.fi-ss-seat-airline:before {
    content: "ﭶ"
}

.fi-ss-second-award:before {
    content: "ﭷ"
}

.fi-ss-second-laurel:before {
    content: "ﭸ"
}

.fi-ss-second-medal:before {
    content: "ﭹ"
}

.fi-ss-second:before {
    content: "ﭺ"
}

.fi-ss-seedling:before {
    content: "ﭻ"
}

.fi-ss-select:before {
    content: "ﭼ"
}

.fi-ss-selection:before {
    content: "ﭽ"
}

.fi-ss-sell:before {
    content: "ﭾ"
}

.fi-ss-seller-store:before {
    content: "ﭿ"
}

.fi-ss-seller:before {
    content: "ﮀ"
}

.fi-ss-selling:before {
    content: "ﮁ"
}

.fi-ss-send-back:before {
    content: "ﮂ"
}

.fi-ss-send-backward:before {
    content: "ﮃ"
}

.fi-ss-send-money-smartphone:before {
    content: "ﮄ"
}

.fi-ss-send-money:before {
    content: "ﮅ"
}

.fi-ss-sensor-alert:before {
    content: "ﮆ"
}

.fi-ss-sensor-fire:before {
    content: "ﮇ"
}

.fi-ss-sensor-on:before {
    content: "ﮈ"
}

.fi-ss-sensor-smoke:before {
    content: "ﮉ"
}

.fi-ss-sensor:before {
    content: "ﮊ"
}

.fi-ss-settings-sliders:before {
    content: "ﮋ"
}

.fi-ss-settings:before {
    content: "ﮌ"
}

.fi-ss-share-alt-square:before {
    content: "ﮍ"
}

.fi-ss-share-square:before {
    content: "ﮎ"
}

.fi-ss-share:before {
    content: "ﮏ"
}

.fi-ss-sheep:before {
    content: "ﮐ"
}

.fi-ss-shekel-sign:before {
    content: "ﮑ"
}

.fi-ss-shelves:before {
    content: "ﮒ"
}

.fi-ss-shield-alt:before {
    content: "ﮓ"
}

.fi-ss-shield-cat:before {
    content: "ﮔ"
}

.fi-ss-shield-check:before {
    content: "ﮕ"
}

.fi-ss-shield-cross:before {
    content: "ﮖ"
}

.fi-ss-shield-dog:before {
    content: "ﮗ"
}

.fi-ss-shield-exclamation:before {
    content: "ﮘ"
}

.fi-ss-shield-interrogation:before {
    content: "ﮙ"
}

.fi-ss-shield-keyhole:before {
    content: "ﮚ"
}

.fi-ss-shield-minus:before {
    content: "ﮛ"
}

.fi-ss-shield-plus:before {
    content: "ﮜ"
}

.fi-ss-shield-security-risk:before {
    content: "ﮝ"
}

.fi-ss-shield-slash:before {
    content: "ﮞ"
}

.fi-ss-shield-trust:before {
    content: "ﮟ"
}

.fi-ss-shield-virus:before {
    content: "ﮠ"
}

.fi-ss-shield-xmark:before {
    content: "ﮡ"
}

.fi-ss-shield:before {
    content: "ﮢ"
}

.fi-ss-ship-side:before {
    content: "ﮣ"
}

.fi-ss-ship:before {
    content: "ﮤ"
}

.fi-ss-shipping-fast:before {
    content: "ﮥ"
}

.fi-ss-shipping-timed:before {
    content: "ﮦ"
}

.fi-ss-shirt-long-sleeve:before {
    content: "ﮧ"
}

.fi-ss-shirt-running:before {
    content: "ﮨ"
}

.fi-ss-shirt-tank-top:before {
    content: "ﮩ"
}

.fi-ss-shirt:before {
    content: "ﮪ"
}

.fi-ss-shish-kebab:before {
    content: "ﮫ"
}

.fi-ss-shoe-prints:before {
    content: "ﮬ"
}

.fi-ss-shop-lock:before {
    content: "ﮭ"
}

.fi-ss-shop-slash:before {
    content: "ﮮ"
}

.fi-ss-shop:before {
    content: "ﮯ"
}

.fi-ss-shopping-bag-add:before {
    content: "ﮰ"
}

.fi-ss-shopping-bag:before {
    content: "ﮱ"
}

.fi-ss-shopping-basket:before {
    content: "﮲"
}

.fi-ss-shopping-cart-add:before {
    content: "﮳"
}

.fi-ss-shopping-cart-buyer:before {
    content: "﮴"
}

.fi-ss-shopping-cart-check:before {
    content: "﮵"
}

.fi-ss-shopping-cart:before {
    content: "﮶"
}

.fi-ss-shovel-snow:before {
    content: "﮷"
}

.fi-ss-shovel:before {
    content: "﮸"
}

.fi-ss-shower-down:before {
    content: "﮹"
}

.fi-ss-shower:before {
    content: "﮺"
}

.fi-ss-shredder:before {
    content: "﮻"
}

.fi-ss-shrimp:before {
    content: "﮼"
}

.fi-ss-shuffle:before {
    content: "﮽"
}

.fi-ss-shuttle-van:before {
    content: "﮾"
}

.fi-ss-shuttlecock:before {
    content: "﮿"
}

.fi-ss-Sickle:before {
    content: "﯀"
}

.fi-ss-sidebar-flip:before {
    content: "﯁"
}

.fi-ss-sidebar:before {
    content: "﯂"
}

.fi-ss-sigma:before {
    content: "﯃"
}

.fi-ss-sign-hanging:before {
    content: "﯄"
}

.fi-ss-sign-in-alt:before {
    content: "﯅"
}

.fi-ss-sign-out-alt:before {
    content: "﯆"
}

.fi-ss-sign-up:before {
    content: "﯇"
}

.fi-ss-signal-alt-1:before {
    content: "﯈"
}

.fi-ss-signal-alt-2:before {
    content: "﯉"
}

.fi-ss-signal-alt-slash:before {
    content: "﯊"
}

.fi-ss-signal-alt:before {
    content: "﯋"
}

.fi-ss-signal-bars-fair:before {
    content: "﯌"
}

.fi-ss-signal-bars-good:before {
    content: "﯍"
}

.fi-ss-signal-bars-weak:before {
    content: "﯎"
}

.fi-ss-signal-stream-slash:before {
    content: "﯏"
}

.fi-ss-signal-stream:before {
    content: "﯐"
}

.fi-ss-signature-lock:before {
    content: "﯑"
}

.fi-ss-signature-slash:before {
    content: "﯒"
}

.fi-ss-signature:before {
    content: "ﯓ"
}

.fi-ss-sim-card:before {
    content: "ﯔ"
}

.fi-ss-sim-cards:before {
    content: "ﯕ"
}

.fi-ss-sink:before {
    content: "ﯖ"
}

.fi-ss-siren-on:before {
    content: "ﯗ"
}

.fi-ss-Siren:before {
    content: "ﯘ"
}

.fi-ss-site-alt:before {
    content: "ﯙ"
}

.fi-ss-site-browser:before {
    content: "ﯚ"
}

.fi-ss-site:before {
    content: "ﯛ"
}

.fi-ss-sitemap:before {
    content: "ﯜ"
}

.fi-ss-skateboard:before {
    content: "ﯝ"
}

.fi-ss-skating:before {
    content: "ﯞ"
}

.fi-ss-skeleton-ribs:before {
    content: "ﯟ"
}

.fi-ss-skeleton:before {
    content: "ﯠ"
}

.fi-ss-skewer:before {
    content: "ﯡ"
}

.fi-ss-ski-boot-ski:before {
    content: "ﯢ"
}

.fi-ss-ski-jump:before {
    content: "ﯣ"
}

.fi-ss-ski-lift:before {
    content: "ﯤ"
}

.fi-ss-skiing-nordic:before {
    content: "ﯥ"
}

.fi-ss-skiing:before {
    content: "ﯦ"
}

.fi-ss-skill-alt:before {
    content: "ﯧ"
}

.fi-ss-skill-user:before {
    content: "ﯨ"
}

.fi-ss-skill:before {
    content: "ﯩ"
}

.fi-ss-skin-arrow:before {
    content: "ﯪ"
}

.fi-ss-skin-drop:before {
    content: "ﯫ"
}

.fi-ss-skin-hair:before {
    content: "ﯬ"
}

.fi-ss-skin:before {
    content: "ﯭ"
}

.fi-ss-skull-cow:before {
    content: "ﯮ"
}

.fi-ss-skull-crossbones:before {
    content: "ﯯ"
}

.fi-ss-skull:before {
    content: "ﯰ"
}

.fi-ss-slash:before {
    content: "ﯱ"
}

.fi-ss-sledding:before {
    content: "ﯲ"
}

.fi-ss-sleigh:before {
    content: "ﯳ"
}

.fi-ss-sliders-h-square:before {
    content: "ﯴ"
}

.fi-ss-sliders-v-square:before {
    content: "ﯵ"
}

.fi-ss-sliders-v:before {
    content: "ﯶ"
}

.fi-ss-slot-machine:before {
    content: "ﯷ"
}

.fi-ss-smart-home-alt:before {
    content: "ﯸ"
}

.fi-ss-smart-home:before {
    content: "ﯹ"
}

.fi-ss-smartphone:before {
    content: "ﯺ"
}

.fi-ss-smile-beam:before {
    content: "ﯻ"
}

.fi-ss-smile-plus:before {
    content: "ﯼ"
}

.fi-ss-smile-wink:before {
    content: "ﯽ"
}

.fi-ss-smile:before {
    content: "ﯾ"
}

.fi-ss-smiley-comment-alt:before {
    content: "ﯿ"
}

.fi-ss-smog:before {
    content: "ﰀ"
}

.fi-ss-smoke:before {
    content: "ﰁ"
}

.fi-ss-smoking-ban:before {
    content: "ﰂ"
}

.fi-ss-smoking:before {
    content: "ﰃ"
}

.fi-ss-snake:before {
    content: "ﰄ"
}

.fi-ss-snap:before {
    content: "ﰅ"
}

.fi-ss-snooze:before {
    content: "ﰆ"
}

.fi-ss-snow-blowing:before {
    content: "ﰇ"
}

.fi-ss-snowboarding:before {
    content: "ﰈ"
}

.fi-ss-snowflake-droplets:before {
    content: "ﰉ"
}

.fi-ss-snowflake:before {
    content: "ﰊ"
}

.fi-ss-snowflakes:before {
    content: "ﰋ"
}

.fi-ss-snowman-alt:before {
    content: "ﰌ"
}

.fi-ss-snowman-head:before {
    content: "ﰍ"
}

.fi-ss-snowmobile:before {
    content: "ﰎ"
}

.fi-ss-snowplow:before {
    content: "ﰏ"
}

.fi-ss-soap-alt:before {
    content: "ﰐ"
}

.fi-ss-soap:before {
    content: "ﰑ"
}

.fi-ss-social-network:before {
    content: "ﰒ"
}

.fi-ss-socks:before {
    content: "ﰓ"
}

.fi-ss-sofa-size:before {
    content: "ﰔ"
}

.fi-ss-sofa:before {
    content: "ﰕ"
}

.fi-ss-solar-panel-sun:before {
    content: "ﰖ"
}

.fi-ss-solar-panel:before {
    content: "ﰗ"
}

.fi-ss-solar-system:before {
    content: "ﰘ"
}

.fi-ss-sold-house:before {
    content: "ﰙ"
}

.fi-ss-sold-signal:before {
    content: "ﰚ"
}

.fi-ss-sort-alpha-down-alt:before {
    content: "ﰛ"
}

.fi-ss-sort-alpha-down:before {
    content: "ﰜ"
}

.fi-ss-sort-alpha-up-alt:before {
    content: "ﰝ"
}

.fi-ss-sort-alpha-up:before {
    content: "ﰞ"
}

.fi-ss-sort-alt:before {
    content: "ﰟ"
}

.fi-ss-sort-amount-down-alt:before {
    content: "ﰠ"
}

.fi-ss-sort-amount-down:before {
    content: "ﰡ"
}

.fi-ss-sort-amount-up-alt:before {
    content: "ﰢ"
}

.fi-ss-sort-amount-up:before {
    content: "ﰣ"
}

.fi-ss-sort-circle-down:before {
    content: "ﰤ"
}

.fi-ss-sort-circle-up:before {
    content: "ﰥ"
}

.fi-ss-sort-circle:before {
    content: "ﰦ"
}

.fi-ss-sort-down:before {
    content: "ﰧ"
}

.fi-ss-sort-numeric-down-alt:before {
    content: "ﰨ"
}

.fi-ss-sort-numeric-down:before {
    content: "ﰩ"
}

.fi-ss-sort-shapes-down:before {
    content: "ﰪ"
}

.fi-ss-sort-shapes-up:before {
    content: "ﰫ"
}

.fi-ss-sort-size-down:before {
    content: "ﰬ"
}

.fi-ss-sort-size-up:before {
    content: "ﰭ"
}

.fi-ss-sort:before {
    content: "ﰮ"
}

.fi-ss-soup:before {
    content: "ﰯ"
}

.fi-ss-source-data:before {
    content: "ﰰ"
}

.fi-ss-source-document-alt:before {
    content: "ﰱ"
}

.fi-ss-source-document:before {
    content: "ﰲ"
}

.fi-ss-spa:before {
    content: "ﰳ"
}

.fi-ss-space-shuttle:before {
    content: "ﰴ"
}

.fi-ss-space-station-moon-alt:before {
    content: "ﰵ"
}

.fi-ss-space-station-moon:before {
    content: "ﰶ"
}

.fi-ss-spade:before {
    content: "ﰷ"
}

.fi-ss-spaghetti-monster-flying:before {
    content: "ﰸ"
}

.fi-ss-sparkles:before {
    content: "ﰹ"
}

.fi-ss-spartan-helmet:before {
    content: "ﰺ"
}

.fi-ss-speaker:before {
    content: "ﰻ"
}

.fi-ss-speakers:before {
    content: "ﰼ"
}

.fi-ss-speech-bubble-story:before {
    content: "ﰽ"
}

.fi-ss-speedometer-arrow:before {
    content: "ﰾ"
}

.fi-ss-speedometer-kpi:before {
    content: "ﰿ"
}

.fi-ss-sphere:before {
    content: "ﱀ"
}

.fi-ss-spider-black-widow:before {
    content: "ﱁ"
}

.fi-ss-spider-web:before {
    content: "ﱂ"
}

.fi-ss-spider:before {
    content: "ﱃ"
}

.fi-ss-spinner:before {
    content: "ﱄ"
}

.fi-ss-split:before {
    content: "ﱅ"
}

.fi-ss-splotch:before {
    content: "ﱆ"
}

.fi-ss-spoon:before {
    content: "ﱇ"
}

.fi-ss-spray-can-sparkles:before {
    content: "ﱈ"
}

.fi-ss-spray-can:before {
    content: "ﱉ"
}

.fi-ss-spring-calendar:before {
    content: "ﱊ"
}

.fi-ss-sprinkler:before {
    content: "ﱋ"
}

.fi-ss-spy:before {
    content: "ﱌ"
}

.fi-ss-square-0:before {
    content: "ﱍ"
}

.fi-ss-square-1:before {
    content: "ﱎ"
}

.fi-ss-square-2:before {
    content: "ﱏ"
}

.fi-ss-square-3:before {
    content: "ﱐ"
}

.fi-ss-square-4:before {
    content: "ﱑ"
}

.fi-ss-square-5:before {
    content: "ﱒ"
}

.fi-ss-square-6:before {
    content: "ﱓ"
}

.fi-ss-square-7:before {
    content: "ﱔ"
}

.fi-ss-square-8:before {
    content: "ﱕ"
}

.fi-ss-square-9:before {
    content: "ﱖ"
}

.fi-ss-square-a:before {
    content: "ﱗ"
}

.fi-ss-square-b:before {
    content: "ﱘ"
}

.fi-ss-square-bolt:before {
    content: "ﱙ"
}

.fi-ss-square-c:before {
    content: "ﱚ"
}

.fi-ss-square-code:before {
    content: "ﱛ"
}

.fi-ss-square-d:before {
    content: "ﱜ"
}

.fi-ss-square-dashed:before {
    content: "ﱝ"
}

.fi-ss-square-divide:before {
    content: "ﱞ"
}

.fi-ss-square-e:before {
    content: "ﱟ"
}

.fi-ss-square-ellipsis-vertical:before {
    content: "ﱠ"
}

.fi-ss-square-ellipsis:before {
    content: "ﱡ"
}

.fi-ss-square-exclamation:before {
    content: "ﱢ"
}

.fi-ss-square-f:before {
    content: "ﱣ"
}

.fi-ss-square-g:before {
    content: "ﱤ"
}

.fi-ss-square-h:before {
    content: "ﱥ"
}

.fi-ss-square-heart:before {
    content: "ﱦ"
}

.fi-ss-square-i:before {
    content: "ﱧ"
}

.fi-ss-square-info:before {
    content: "ﱨ"
}

.fi-ss-square-j:before {
    content: "ﱩ"
}

.fi-ss-square-k:before {
    content: "ﱪ"
}

.fi-ss-square-kanban:before {
    content: "ﱫ"
}

.fi-ss-square-l:before {
    content: "ﱬ"
}

.fi-ss-square-m:before {
    content: "ﱭ"
}

.fi-ss-square-minus:before {
    content: "ﱮ"
}

.fi-ss-square-n:before {
    content: "ﱯ"
}

.fi-ss-square-o:before {
    content: "ﱰ"
}

.fi-ss-square-p:before {
    content: "ﱱ"
}

.fi-ss-square-phone-hangup:before {
    content: "ﱲ"
}

.fi-ss-square-plus:before {
    content: "ﱳ"
}

.fi-ss-square-poll-horizontal:before {
    content: "ﱴ"
}

.fi-ss-square-poll-vertical:before {
    content: "ﱵ"
}

.fi-ss-square-q:before {
    content: "ﱶ"
}

.fi-ss-square-quote:before {
    content: "ﱷ"
}

.fi-ss-square-r:before {
    content: "ﱸ"
}

.fi-ss-square-root:before {
    content: "ﱹ"
}

.fi-ss-square-s:before {
    content: "ﱺ"
}

.fi-ss-square-small:before {
    content: "ﱻ"
}

.fi-ss-square-star:before {
    content: "ﱼ"
}

.fi-ss-square-t:before {
    content: "ﱽ"
}

.fi-ss-square-terminal:before {
    content: "ﱾ"
}

.fi-ss-square-u:before {
    content: "ﱿ"
}

.fi-ss-square-up-right:before {
    content: "ﲀ"
}

.fi-ss-square-v:before {
    content: "ﲁ"
}

.fi-ss-square-w:before {
    content: "ﲂ"
}

.fi-ss-square-x:before {
    content: "ﲃ"
}

.fi-ss-square-y:before {
    content: "ﲄ"
}

.fi-ss-square-z:before {
    content: "ﲅ"
}

.fi-ss-square:before {
    content: "ﲆ"
}

.fi-ss-squid:before {
    content: "ﲇ"
}

.fi-ss-squircle:before {
    content: "ﲈ"
}

.fi-ss-squirrel:before {
    content: "ﲉ"
}

.fi-ss-staff:before {
    content: "ﲊ"
}

.fi-ss-stage-concert:before {
    content: "ﲋ"
}

.fi-ss-stage-theatre:before {
    content: "ﲌ"
}

.fi-ss-stage:before {
    content: "ﲍ"
}

.fi-ss-stairs:before {
    content: "ﲎ"
}

.fi-ss-stamp:before {
    content: "ﲏ"
}

.fi-ss-standard-definition:before {
    content: "ﲐ"
}

.fi-ss-star-and-crescent:before {
    content: "ﲑ"
}

.fi-ss-star-christmas:before {
    content: "ﲒ"
}

.fi-ss-star-comment-alt:before {
    content: "ﲓ"
}

.fi-ss-star-exclamation:before {
    content: "ﲔ"
}

.fi-ss-star-octogram:before {
    content: "ﲕ"
}

.fi-ss-star-of-david:before {
    content: "ﲖ"
}

.fi-ss-star-rating-call:before {
    content: "ﲗ"
}

.fi-ss-star-sharp-half-stroke:before {
    content: "ﲘ"
}

.fi-ss-star-sharp-half:before {
    content: "ﲙ"
}

.fi-ss-star-shooting:before {
    content: "ﲚ"
}

.fi-ss-star:before {
    content: "ﲛ"
}

.fi-ss-starfighter:before {
    content: "ﲜ"
}

.fi-ss-stars:before {
    content: "ﲝ"
}

.fi-ss-state-country:before {
    content: "ﲞ"
}

.fi-ss-stationary-bike:before {
    content: "ﲟ"
}

.fi-ss-stats:before {
    content: "ﲠ"
}

.fi-ss-steak:before {
    content: "ﲡ"
}

.fi-ss-steering-wheel:before {
    content: "ﲢ"
}

.fi-ss-step-backward:before {
    content: "ﲣ"
}

.fi-ss-step-forward:before {
    content: "ﲤ"
}

.fi-ss-sterling-sign:before {
    content: "ﲥ"
}

.fi-ss-stethoscope:before {
    content: "ﲦ"
}

.fi-ss-sticker:before {
    content: "ﲧ"
}

.fi-ss-stocking:before {
    content: "ﲨ"
}

.fi-ss-stomach:before {
    content: "ﲩ"
}

.fi-ss-stop-circle:before {
    content: "ﲪ"
}

.fi-ss-stop:before {
    content: "ﲫ"
}

.fi-ss-stopwatch:before {
    content: "ﲬ"
}

.fi-ss-store-alt:before {
    content: "ﲭ"
}

.fi-ss-store-buyer:before {
    content: "ﲮ"
}

.fi-ss-store-lock:before {
    content: "ﲯ"
}

.fi-ss-store-slash:before {
    content: "ﲰ"
}

.fi-ss-story-book:before {
    content: "ﲱ"
}

.fi-ss-story-fairy-tale:before {
    content: "ﲲ"
}

.fi-ss-story-fantasy:before {
    content: "ﲳ"
}

.fi-ss-strategy-chess-risk:before {
    content: "ﲴ"
}

.fi-ss-strawberry:before {
    content: "ﲵ"
}

.fi-ss-street-view:before {
    content: "ﲶ"
}

.fi-ss-stretcher:before {
    content: "ﲷ"
}

.fi-ss-strikethrough:before {
    content: "ﲸ"
}

.fi-ss-stroopwafel:before {
    content: "ﲹ"
}

.fi-ss-student-alt:before {
    content: "ﲺ"
}

.fi-ss-student:before {
    content: "ﲻ"
}

.fi-ss-subscript:before {
    content: "ﲼ"
}

.fi-ss-subscription-alt:before {
    content: "ﲽ"
}

.fi-ss-subscription:before {
    content: "ﲾ"
}

.fi-ss-subtitles:before {
    content: "ﲿ"
}

.fi-ss-subway:before {
    content: "ﳀ"
}

.fi-ss-suitcase-alt:before {
    content: "ﳁ"
}

.fi-ss-summary-check:before {
    content: "ﳂ"
}

.fi-ss-summer:before {
    content: "ﳃ"
}

.fi-ss-sun-dust:before {
    content: "ﳄ"
}

.fi-ss-sun-plant-wilt:before {
    content: "ﳅ"
}

.fi-ss-sun-salutation-yoga:before {
    content: "ﳆ"
}

.fi-ss-sun:before {
    content: "ﳇ"
}

.fi-ss-sunday:before {
    content: "ﳈ"
}

.fi-ss-sunglasses-alt:before {
    content: "ﳉ"
}

.fi-ss-sunglasses:before {
    content: "ﳊ"
}

.fi-ss-sunrise-alt:before {
    content: "ﳋ"
}

.fi-ss-sunrise:before {
    content: "ﳌ"
}

.fi-ss-sunset:before {
    content: "ﳍ"
}

.fi-ss-superscript:before {
    content: "ﳎ"
}

.fi-ss-supplier-alt:before {
    content: "ﳏ"
}

.fi-ss-supplier:before {
    content: "ﳐ"
}

.fi-ss-surfing:before {
    content: "ﳑ"
}

.fi-ss-surprise:before {
    content: "ﳒ"
}

.fi-ss-sushi-alt:before {
    content: "ﳓ"
}

.fi-ss-sushi-roll:before {
    content: "ﳔ"
}

.fi-ss-sushi:before {
    content: "ﳕ"
}

.fi-ss-svg:before {
    content: "ﳖ"
}

.fi-ss-swap:before {
    content: "ﳗ"
}

.fi-ss-swatchbook:before {
    content: "ﳘ"
}

.fi-ss-swimmer:before {
    content: "ﳙ"
}

.fi-ss-swimming-pool:before {
    content: "ﳚ"
}

.fi-ss-swipe-down:before {
    content: "ﳛ"
}

.fi-ss-swipe-left:before {
    content: "ﳜ"
}

.fi-ss-swipe-right:before {
    content: "ﳝ"
}

.fi-ss-swipe-up:before {
    content: "ﳞ"
}

.fi-ss-sword:before {
    content: "ﳟ"
}

.fi-ss-symbol:before {
    content: "ﳠ"
}

.fi-ss-symbols:before {
    content: "ﳡ"
}

.fi-ss-synagogue:before {
    content: "ﳢ"
}

.fi-ss-syringe:before {
    content: "ﳣ"
}

.fi-ss-system-cloud:before {
    content: "ﳤ"
}

.fi-ss-t:before {
    content: "ﳥ"
}

.fi-ss-tab-folder:before {
    content: "ﳦ"
}

.fi-ss-table-columns:before {
    content: "ﳧ"
}

.fi-ss-table-layout:before {
    content: "ﳨ"
}

.fi-ss-table-list:before {
    content: "ﳩ"
}

.fi-ss-table-picnic:before {
    content: "ﳪ"
}

.fi-ss-table-pivot:before {
    content: "ﳫ"
}

.fi-ss-table-rows:before {
    content: "ﳬ"
}

.fi-ss-table-tree:before {
    content: "ﳭ"
}

.fi-ss-table:before {
    content: "ﳮ"
}

.fi-ss-tablet-android-alt:before {
    content: "ﳯ"
}

.fi-ss-tablet-android:before {
    content: "ﳰ"
}

.fi-ss-tablet-rugged:before {
    content: "ﳱ"
}

.fi-ss-tablet:before {
    content: "ﳲ"
}

.fi-ss-tachometer-alt-average:before {
    content: "ﳳ"
}

.fi-ss-tachometer-alt-fastest:before {
    content: "ﳴ"
}

.fi-ss-tachometer-alt-slow:before {
    content: "ﳵ"
}

.fi-ss-tachometer-alt-slowest:before {
    content: "ﳶ"
}

.fi-ss-tachometer-average:before {
    content: "ﳷ"
}

.fi-ss-tachometer-fast:before {
    content: "ﳸ"
}

.fi-ss-tachometer-fastest:before {
    content: "ﳹ"
}

.fi-ss-tachometer-slow:before {
    content: "ﳺ"
}

.fi-ss-tachometer-slowest:before {
    content: "ﳻ"
}

.fi-ss-tachometer:before {
    content: "ﳼ"
}

.fi-ss-taco:before {
    content: "ﳽ"
}

.fi-ss-tags:before {
    content: "ﳾ"
}

.fi-ss-talent-alt:before {
    content: "ﳿ"
}

.fi-ss-talent-hand:before {
    content: "ﴀ"
}

.fi-ss-talent:before {
    content: "ﴁ"
}

.fi-ss-tally-1:before {
    content: "ﴂ"
}

.fi-ss-tally-2:before {
    content: "ﴃ"
}

.fi-ss-tally-3:before {
    content: "ﴄ"
}

.fi-ss-tally-4:before {
    content: "ﴅ"
}

.fi-ss-tally:before {
    content: "ﴆ"
}

.fi-ss-tamale:before {
    content: "ﴇ"
}

.fi-ss-tank-water:before {
    content: "ﴈ"
}

.fi-ss-tap:before {
    content: "ﴉ"
}

.fi-ss-tape:before {
    content: "ﴊ"
}

.fi-ss-target-audience:before {
    content: "ﴋ"
}

.fi-ss-target:before {
    content: "ﴌ"
}

.fi-ss-tax-alt:before {
    content: "ﴍ"
}

.fi-ss-tax:before {
    content: "ﴎ"
}

.fi-ss-taxi-bus:before {
    content: "ﴏ"
}

.fi-ss-taxi:before {
    content: "ﴐ"
}

.fi-ss-team-check-alt:before {
    content: "ﴑ"
}

.fi-ss-team-check:before {
    content: "ﴒ"
}

.fi-ss-teddy-bear:before {
    content: "ﴓ"
}

.fi-ss-teeth-open:before {
    content: "ﴔ"
}

.fi-ss-telescope:before {
    content: "ﴕ"
}

.fi-ss-temperature-down:before {
    content: "ﴖ"
}

.fi-ss-temperature-frigid:before {
    content: "ﴗ"
}

.fi-ss-temperature-high:before {
    content: "ﴘ"
}

.fi-ss-temperature-list:before {
    content: "ﴙ"
}

.fi-ss-temperature-low:before {
    content: "ﴚ"
}

.fi-ss-temperature-up:before {
    content: "ﴛ"
}

.fi-ss-template-alt:before {
    content: "ﴜ"
}

.fi-ss-template:before {
    content: "ﴝ"
}

.fi-ss-tenge:before {
    content: "ﴞ"
}

.fi-ss-tennis:before {
    content: "ﴟ"
}

.fi-ss-tent-arrow-down-to-line:before {
    content: "ﴠ"
}

.fi-ss-tent-arrow-left-right:before {
    content: "ﴡ"
}

.fi-ss-tent-arrow-turn-left:before {
    content: "ﴢ"
}

.fi-ss-tent-arrows-down:before {
    content: "ﴣ"
}

.fi-ss-tents:before {
    content: "ﴤ"
}

.fi-ss-terminal:before {
    content: "ﴥ"
}

.fi-ss-terrace:before {
    content: "ﴦ"
}

.fi-ss-test-tube:before {
    content: "ﴧ"
}

.fi-ss-test:before {
    content: "ﴨ"
}

.fi-ss-text-box-dots:before {
    content: "ﴩ"
}

.fi-ss-text-box-edit:before {
    content: "ﴪ"
}

.fi-ss-text-box:before {
    content: "ﴫ"
}

.fi-ss-text-check:before {
    content: "ﴬ"
}

.fi-ss-text-height:before {
    content: "ﴭ"
}

.fi-ss-text-shadow:before {
    content: "ﴮ"
}

.fi-ss-text-size:before {
    content: "ﴯ"
}

.fi-ss-text-slash:before {
    content: "ﴰ"
}

.fi-ss-text-width:before {
    content: "ﴱ"
}

.fi-ss-text:before {
    content: "ﴲ"
}

.fi-ss-theater-masks:before {
    content: "ﴳ"
}

.fi-ss-thermometer-alt:before {
    content: "ﴴ"
}

.fi-ss-thermometer-empty:before {
    content: "ﴵ"
}

.fi-ss-thermometer-full:before {
    content: "ﴶ"
}

.fi-ss-thermometer-half:before {
    content: "ﴷ"
}

.fi-ss-thermometer-quarter:before {
    content: "ﴸ"
}

.fi-ss-thermometer-three-quarters:before {
    content: "ﴹ"
}

.fi-ss-theta:before {
    content: "ﴺ"
}

.fi-ss-third-award:before {
    content: "ﴻ"
}

.fi-ss-third-laurel:before {
    content: "ﴼ"
}

.fi-ss-third-medal:before {
    content: "ﴽ"
}

.fi-ss-third:before {
    content: "﴾"
}

.fi-ss-thought-bubble:before {
    content: "﴿"
}

.fi-ss-three-leaf-clover:before {
    content: "﵀"
}

.fi-ss-thumbs-up-trust:before {
    content: "﵁"
}

.fi-ss-thumbtack:before {
    content: "﵂"
}

.fi-ss-thunderstorm-moon:before {
    content: "﵃"
}

.fi-ss-thunderstorm-risk:before {
    content: "﵄"
}

.fi-ss-thunderstorm-sun:before {
    content: "﵅"
}

.fi-ss-thunderstorm:before {
    content: "﵆"
}

.fi-ss-thursday:before {
    content: "﵇"
}

.fi-ss-ticket-airline:before {
    content: "﵈"
}

.fi-ss-ticket-alt:before {
    content: "﵉"
}

.fi-ss-ticket:before {
    content: "﵊"
}

.fi-ss-tickets-airline:before {
    content: "﵋"
}

.fi-ss-tie:before {
    content: "﵌"
}

.fi-ss-tilde:before {
    content: "﵍"
}

.fi-ss-time-add:before {
    content: "﵎"
}

.fi-ss-time-check:before {
    content: "﵏"
}

.fi-ss-time-delete:before {
    content: "ﵐ"
}

.fi-ss-time-fast:before {
    content: "ﵑ"
}

.fi-ss-time-forward-sixty:before {
    content: "ﵒ"
}

.fi-ss-time-forward-ten:before {
    content: "ﵓ"
}

.fi-ss-time-forward:before {
    content: "ﵔ"
}

.fi-ss-time-half-past:before {
    content: "ﵕ"
}

.fi-ss-time-oclock:before {
    content: "ﵖ"
}

.fi-ss-time-past:before {
    content: "ﵗ"
}

.fi-ss-time-quarter-past:before {
    content: "ﵘ"
}

.fi-ss-time-quarter-to:before {
    content: "ﵙ"
}

.fi-ss-time-twenty-four:before {
    content: "ﵚ"
}

.fi-ss-time-watch-calendar:before {
    content: "ﵛ"
}

.fi-ss-timer-clock-call:before {
    content: "ﵜ"
}

.fi-ss-times-hexagon:before {
    content: "ﵝ"
}

.fi-ss-tint-slash:before {
    content: "ﵞ"
}

.fi-ss-tip-coin:before {
    content: "ﵟ"
}

.fi-ss-tire-flat:before {
    content: "ﵠ"
}

.fi-ss-tire-pressure-warning:before {
    content: "ﵡ"
}

.fi-ss-tire-rugged:before {
    content: "ﵢ"
}

.fi-ss-tire:before {
    content: "ﵣ"
}

.fi-ss-tired:before {
    content: "ﵤ"
}

.fi-ss-to-do-alt:before {
    content: "ﵥ"
}

.fi-ss-to-do:before {
    content: "ﵦ"
}

.fi-ss-together-people:before {
    content: "ﵧ"
}

.fi-ss-toggle-off:before {
    content: "ﵨ"
}

.fi-ss-toggle-on:before {
    content: "ﵩ"
}

.fi-ss-toilet-paper-blank-under:before {
    content: "ﵪ"
}

.fi-ss-toilet-paper-blank:before {
    content: "ﵫ"
}

.fi-ss-toilet-paper-slash:before {
    content: "ﵬ"
}

.fi-ss-toilet-paper-under-slash:before {
    content: "ﵭ"
}

.fi-ss-toilet-paper-under:before {
    content: "ﵮ"
}

.fi-ss-toilet:before {
    content: "ﵯ"
}

.fi-ss-toilets-portable:before {
    content: "ﵰ"
}

.fi-ss-token:before {
    content: "ﵱ"
}

.fi-ss-tomato:before {
    content: "ﵲ"
}

.fi-ss-tombstone-alt:before {
    content: "ﵳ"
}

.fi-ss-tombstone:before {
    content: "ﵴ"
}

.fi-ss-tool-box:before {
    content: "ﵵ"
}

.fi-ss-tool-crop:before {
    content: "ﵶ"
}

.fi-ss-tool-marquee:before {
    content: "ﵷ"
}

.fi-ss-tools:before {
    content: "ﵸ"
}

.fi-ss-tooth:before {
    content: "ﵹ"
}

.fi-ss-toothbrush:before {
    content: "ﵺ"
}

.fi-ss-torch-inspiration-leader:before {
    content: "ﵻ"
}

.fi-ss-torii-gate:before {
    content: "ﵼ"
}

.fi-ss-tornado:before {
    content: "ﵽ"
}

.fi-ss-total:before {
    content: "ﵾ"
}

.fi-ss-tour-guide-people:before {
    content: "ﵿ"
}

.fi-ss-tour-virtual:before {
    content: "ﶀ"
}

.fi-ss-tower-control:before {
    content: "ﶁ"
}

.fi-ss-track:before {
    content: "ﶂ"
}

.fi-ss-tractor:before {
    content: "ﶃ"
}

.fi-ss-trademark:before {
    content: "ﶄ"
}

.fi-ss-traffic-cone:before {
    content: "ﶅ"
}

.fi-ss-traffic-light-go:before {
    content: "ﶆ"
}

.fi-ss-traffic-light-slow:before {
    content: "ﶇ"
}

.fi-ss-traffic-light-stop:before {
    content: "ﶈ"
}

.fi-ss-traffic-light:before {
    content: "ﶉ"
}

.fi-ss-trailer:before {
    content: "ﶊ"
}

.fi-ss-train-journey:before {
    content: "ﶋ"
}

.fi-ss-train-side:before {
    content: "ﶌ"
}

.fi-ss-train-station-building:before {
    content: "ﶍ"
}

.fi-ss-train-station:before {
    content: "ﶎ"
}

.fi-ss-train-subway-tunnel:before {
    content: "ﶏ"
}

.fi-ss-train-tram:before {
    content: "﶐"
}

.fi-ss-train:before {
    content: "﶑"
}

.fi-ss-tram:before {
    content: "ﶒ"
}

.fi-ss-transform:before {
    content: "ﶓ"
}

.fi-ss-transformation-block:before {
    content: "ﶔ"
}

.fi-ss-transformation-circle:before {
    content: "ﶕ"
}

.fi-ss-transformation-design:before {
    content: "ﶖ"
}

.fi-ss-transformation-shapes:before {
    content: "ﶗ"
}

.fi-ss-transformer-bolt:before {
    content: "ﶘ"
}

.fi-ss-transgender:before {
    content: "ﶙ"
}

.fi-ss-transporter-1:before {
    content: "ﶚ"
}

.fi-ss-transporter-2:before {
    content: "ﶛ"
}

.fi-ss-transporter-3:before {
    content: "ﶜ"
}

.fi-ss-transporter-4:before {
    content: "ﶝ"
}

.fi-ss-transporter-5:before {
    content: "ﶞ"
}

.fi-ss-transporter-6:before {
    content: "ﶟ"
}

.fi-ss-transporter-7:before {
    content: "ﶠ"
}

.fi-ss-transporter-empty:before {
    content: "ﶡ"
}

.fi-ss-transporter:before {
    content: "ﶢ"
}

.fi-ss-trash-can-check:before {
    content: "ﶣ"
}

.fi-ss-trash-can-clock:before {
    content: "ﶤ"
}

.fi-ss-trash-can-list:before {
    content: "ﶥ"
}

.fi-ss-trash-can-plus:before {
    content: "ﶦ"
}

.fi-ss-trash-can-slash:before {
    content: "ﶧ"
}

.fi-ss-trash-check:before {
    content: "ﶨ"
}

.fi-ss-trash-clock:before {
    content: "ﶩ"
}

.fi-ss-trash-list:before {
    content: "ﶪ"
}

.fi-ss-trash-plus:before {
    content: "ﶫ"
}

.fi-ss-trash-restore-alt:before {
    content: "ﶬ"
}

.fi-ss-trash-restore:before {
    content: "ﶭ"
}

.fi-ss-trash-slash:before {
    content: "ﶮ"
}

.fi-ss-trash-undo-alt:before {
    content: "ﶯ"
}

.fi-ss-trash-undo:before {
    content: "ﶰ"
}

.fi-ss-trash-xmark:before {
    content: "ﶱ"
}

.fi-ss-trash:before {
    content: "ﶲ"
}

.fi-ss-treadmill:before {
    content: "ﶳ"
}

.fi-ss-treasure-chest:before {
    content: "ﶴ"
}

.fi-ss-treatment:before {
    content: "ﶵ"
}

.fi-ss-tree-alt:before {
    content: "ﶶ"
}

.fi-ss-tree-christmas:before {
    content: "ﶷ"
}

.fi-ss-tree-deciduous:before {
    content: "ﶸ"
}

.fi-ss-tree:before {
    content: "ﶹ"
}

.fi-ss-trees-alt:before {
    content: "ﶺ"
}

.fi-ss-trees:before {
    content: "ﶻ"
}

.fi-ss-triangle-music:before {
    content: "ﶼ"
}

.fi-ss-triangle-person-digging:before {
    content: "ﶽ"
}

.fi-ss-triangle-warning:before {
    content: "ﶾ"
}

.fi-ss-triangle:before {
    content: "ﶿ"
}

.fi-ss-trillium:before {
    content: "ﷀ"
}

.fi-ss-trophy-achievement-skill:before {
    content: "ﷁ"
}

.fi-ss-trophy-star:before {
    content: "ﷂ"
}

.fi-ss-trophy:before {
    content: "ﷃ"
}

.fi-ss-truck-arrow-left:before {
    content: "ﷄ"
}

.fi-ss-truck-arrow-right:before {
    content: "ﷅ"
}

.fi-ss-truck-bolt:before {
    content: "ﷆ"
}

.fi-ss-truck-box:before {
    content: "ﷇ"
}

.fi-ss-truck-check:before {
    content: "﷈"
}

.fi-ss-truck-container-empty:before {
    content: "﷉"
}

.fi-ss-truck-container:before {
    content: "﷊"
}

.fi-ss-truck-couch:before {
    content: "﷋"
}

.fi-ss-truck-fire:before {
    content: "﷌"
}

.fi-ss-truck-flatbed:before {
    content: "﷍"
}

.fi-ss-truck-front:before {
    content: "﷎"
}

.fi-ss-truck-ladder:before {
    content: "﷏"
}

.fi-ss-truck-loading:before {
    content: "﷐"
}

.fi-ss-truck-medical:before {
    content: "﷑"
}

.fi-ss-truck-monster:before {
    content: "﷒"
}

.fi-ss-truck-moving:before {
    content: "﷓"
}

.fi-ss-truck-pickup:before {
    content: "﷔"
}

.fi-ss-truck-plow:before {
    content: "﷕"
}

.fi-ss-truck-ramp:before {
    content: "﷖"
}

.fi-ss-truck-side:before {
    content: "﷗"
}

.fi-ss-truck-tow:before {
    content: "﷘"
}

.fi-ss-truck-utensils:before {
    content: "﷙"
}

.fi-ss-trumpet:before {
    content: "﷚"
}

.fi-ss-trust-alt:before {
    content: "﷛"
}

.fi-ss-trust:before {
    content: "﷜"
}

.fi-ss-tshirt:before {
    content: "﷝"
}

.fi-ss-tty-answer:before {
    content: "﷞"
}

.fi-ss-tty:before {
    content: "﷟"
}

.fi-ss-tubes:before {
    content: "﷠"
}

.fi-ss-tuesday:before {
    content: "﷡"
}

.fi-ss-tugrik-sign:before {
    content: "﷢"
}

.fi-ss-turkey:before {
    content: "﷣"
}

.fi-ss-turn-left-down:before {
    content: "﷤"
}

.fi-ss-turn-left:before {
    content: "﷥"
}

.fi-ss-turn-right:before {
    content: "﷦"
}

.fi-ss-turntable:before {
    content: "﷧"
}

.fi-ss-turtle:before {
    content: "﷨"
}

.fi-ss-tv-music:before {
    content: "﷩"
}

.fi-ss-tv-retro:before {
    content: "﷪"
}

.fi-ss-typewriter:before {
    content: "﷫"
}

.fi-ss-u:before {
    content: "﷬"
}

.fi-ss-ufo-beam:before {
    content: "﷭"
}

.fi-ss-ufo:before {
    content: "﷮"
}

.fi-ss-ui-ux:before {
    content: "﷯"
}

.fi-ss-umbrella-beach:before {
    content: "ﷰ"
}

.fi-ss-umbrella:before {
    content: "ﷱ"
}

.fi-ss-under-construction:before {
    content: "ﷲ"
}

.fi-ss-underline:before {
    content: "ﷳ"
}

.fi-ss-undo-alt:before {
    content: "ﷴ"
}

.fi-ss-undo:before {
    content: "ﷵ"
}

.fi-ss-unicorn:before {
    content: "ﷶ"
}

.fi-ss-uniform-martial-arts:before {
    content: "ﷷ"
}

.fi-ss-universal-access:before {
    content: "ﷸ"
}

.fi-ss-unlock:before {
    content: "ﷹ"
}

.fi-ss-up-from-bracket:before {
    content: "ﷺ"
}

.fi-ss-up-left:before {
    content: "ﷻ"
}

.fi-ss-up-right-from-square:before {
    content: "﷼"
}

.fi-ss-up-right:before {
    content: "﷽"
}

.fi-ss-up:before {
    content: "﷾"
}

.fi-ss-upload:before {
    content: "﷿"
}

.fi-ss-url:before {
    content: "︀"
}

.fi-ss-usb-pendrive:before {
    content: "︁"
}

.fi-ss-usd-circle:before {
    content: "︂"
}

.fi-ss-usd-square:before {
    content: "︃"
}

.fi-ss-user-add:before {
    content: "︄"
}

.fi-ss-user-alien:before {
    content: "︅"
}

.fi-ss-user-astronaut:before {
    content: "︆"
}

.fi-ss-user-check:before {
    content: "︇"
}

.fi-ss-user-chef:before {
    content: "︈"
}

.fi-ss-user-coach:before {
    content: "︉"
}

.fi-ss-user-cowboy:before {
    content: "︊"
}

.fi-ss-user-crown:before {
    content: "︋"
}

.fi-ss-user-gear:before {
    content: "︌"
}

.fi-ss-user-graduate:before {
    content: "︍"
}

.fi-ss-user-headset:before {
    content: "︎"
}

.fi-ss-user-helmet-safety:before {
    content: "️"
}

.fi-ss-user-injured:before {
    content: "︐"
}

.fi-ss-user-interface-ui:before {
    content: "︑"
}

.fi-ss-user-key:before {
    content: "︒"
}

.fi-ss-user-lock:before {
    content: "︓"
}

.fi-ss-user-md-chat:before {
    content: "︔"
}

.fi-ss-user-md:before {
    content: "︕"
}

.fi-ss-user-minus:before {
    content: "︖"
}

.fi-ss-user-music:before {
    content: "︗"
}

.fi-ss-user-ninja:before {
    content: "︘"
}

.fi-ss-user-nurse:before {
    content: "︙"
}

.fi-ss-user-pen:before {
    content: "︚"
}

.fi-ss-user-pilot-tie:before {
    content: "︛"
}

.fi-ss-user-pilot:before {
    content: "︜"
}

.fi-ss-user-police:before {
    content: "︝"
}

.fi-ss-user-robot-xmarks:before {
    content: "︞"
}

.fi-ss-user-robot:before {
    content: "︟"
}

.fi-ss-user-salary:before {
    content: "︠"
}

.fi-ss-user-shield:before {
    content: "︡"
}

.fi-ss-user-skill-gear:before {
    content: "︢"
}

.fi-ss-user-slash:before {
    content: "︣"
}

.fi-ss-user-tag:before {
    content: "︤"
}

.fi-ss-user-time:before {
    content: "︥"
}

.fi-ss-user-trust:before {
    content: "︦"
}

.fi-ss-user-unlock:before {
    content: "︧"
}

.fi-ss-user-visor:before {
    content: "︨"
}

.fi-ss-user-xmark:before {
    content: "︩"
}

.fi-ss-user:before {
    content: "︪"
}

.fi-ss-users-alt:before {
    content: "︫"
}

.fi-ss-users-class:before {
    content: "︬"
}

.fi-ss-users-gear:before {
    content: "︭"
}

.fi-ss-users-medical:before {
    content: "︮"
}

.fi-ss-users-slash:before {
    content: "︯"
}

.fi-ss-users:before {
    content: "︰"
}

.fi-ss-utensils-slash:before {
    content: "︱"
}

.fi-ss-utensils:before {
    content: "︲"
}

.fi-ss-utility-pole-double:before {
    content: "︳"
}

.fi-ss-utility-pole:before {
    content: "︴"
}

.fi-ss-ux-browser:before {
    content: "︵"
}

.fi-ss-ux:before {
    content: "︶"
}

.fi-ss-v:before {
    content: "︷"
}

.fi-ss-vacuum-robot:before {
    content: "︸"
}

.fi-ss-vacuum:before {
    content: "︹"
}

.fi-ss-value-absolute:before {
    content: "︺"
}

.fi-ss-vault:before {
    content: "︻"
}

.fi-ss-vector-alt:before {
    content: "︼"
}

.fi-ss-vector-circle:before {
    content: "︽"
}

.fi-ss-vector-polygon:before {
    content: "︾"
}

.fi-ss-vector:before {
    content: "︿"
}

.fi-ss-venus-double:before {
    content: "﹀"
}

.fi-ss-venus-mars:before {
    content: "﹁"
}

.fi-ss-venus:before {
    content: "﹂"
}

.fi-ss-vest-patches:before {
    content: "﹃"
}

.fi-ss-vest:before {
    content: "﹄"
}

.fi-ss-video-arrow-down-left:before {
    content: "﹅"
}

.fi-ss-video-arrow-up-right:before {
    content: "﹆"
}

.fi-ss-video-camera-alt:before {
    content: "﹇"
}

.fi-ss-video-camera:before {
    content: "﹈"
}

.fi-ss-video-duration:before {
    content: "﹉"
}

.fi-ss-video-plus:before {
    content: "﹊"
}

.fi-ss-video-slash:before {
    content: "﹋"
}

.fi-ss-videoconference:before {
    content: "﹌"
}

.fi-ss-vihara:before {
    content: "﹍"
}

.fi-ss-violin:before {
    content: "﹎"
}

.fi-ss-virus-slash:before {
    content: "﹏"
}

.fi-ss-virus:before {
    content: "﹐"
}

.fi-ss-viruses:before {
    content: "﹑"
}

.fi-ss-visit:before {
    content: "﹒"
}

.fi-ss-voicemail:before {
    content: "﹓"
}

.fi-ss-volcano:before {
    content: "﹔"
}

.fi-ss-volleyball:before {
    content: "﹕"
}

.fi-ss-volume-down:before {
    content: "﹖"
}

.fi-ss-volume-mute:before {
    content: "﹗"
}

.fi-ss-volume-off:before {
    content: "﹘"
}

.fi-ss-volume-slash:before {
    content: "﹙"
}

.fi-ss-volume:before {
    content: "﹚"
}

.fi-ss-vote-nay:before {
    content: "﹛"
}

.fi-ss-vote-yea:before {
    content: "﹜"
}

.fi-ss-vr-cardboard:before {
    content: "﹝"
}

.fi-ss-w:before {
    content: "﹞"
}

.fi-ss-waffle:before {
    content: "﹟"
}

.fi-ss-wagon-covered:before {
    content: "﹠"
}

.fi-ss-walker:before {
    content: "﹡"
}

.fi-ss-walkie-talkie:before {
    content: "﹢"
}

.fi-ss-walking:before {
    content: "﹣"
}

.fi-ss-wallet-arrow:before {
    content: "﹤"
}

.fi-ss-wallet-buyer:before {
    content: "﹥"
}

.fi-ss-wallet:before {
    content: "﹦"
}

.fi-ss-warehouse-alt:before {
    content: "﹧"
}

.fi-ss-warranty:before {
    content: "﹨"
}

.fi-ss-washer:before {
    content: "﹩"
}

.fi-ss-waste-pollution:before {
    content: "﹪"
}

.fi-ss-waste:before {
    content: "﹫"
}

.fi-ss-watch-calculator:before {
    content: "﹬"
}

.fi-ss-watch-fitness:before {
    content: "﹭"
}

.fi-ss-watch-smart:before {
    content: "﹮"
}

.fi-ss-watch:before {
    content: "﹯"
}

.fi-ss-water-bottle:before {
    content: "ﹰ"
}

.fi-ss-water-ladder:before {
    content: "ﹱ"
}

.fi-ss-water-lower:before {
    content: "ﹲ"
}

.fi-ss-water-rise:before {
    content: "ﹳ"
}

.fi-ss-water:before {
    content: "ﹴ"
}

.fi-ss-watermelon:before {
    content: "﹵"
}

.fi-ss-wave-sine:before {
    content: "ﹶ"
}

.fi-ss-wave-square:before {
    content: "ﹷ"
}

.fi-ss-wave-triangle:before {
    content: "ﹸ"
}

.fi-ss-wave:before {
    content: "ﹹ"
}

.fi-ss-waveform-path:before {
    content: "ﹺ"
}

.fi-ss-waveform:before {
    content: "ﹻ"
}

.fi-ss-web-design:before {
    content: "ﹼ"
}

.fi-ss-webcam-slash:before {
    content: "ﹽ"
}

.fi-ss-webcam:before {
    content: "ﹾ"
}

.fi-ss-webhook:before {
    content: "ﹿ"
}

.fi-ss-wednesday:before {
    content: "ﺀ"
}

.fi-ss-whale:before {
    content: "ﺁ"
}

.fi-ss-wheat-awn-circle-exclamation:before {
    content: "ﺂ"
}

.fi-ss-wheat-awn-slash:before {
    content: "ﺃ"
}

.fi-ss-wheat-awn:before {
    content: "ﺄ"
}

.fi-ss-wheat-slash:before {
    content: "ﺅ"
}

.fi-ss-wheat:before {
    content: "ﺆ"
}

.fi-ss-wheelchair-move:before {
    content: "ﺇ"
}

.fi-ss-wheelchair:before {
    content: "ﺈ"
}

.fi-ss-whistle:before {
    content: "ﺉ"
}

.fi-ss-wifi-1:before {
    content: "ﺊ"
}

.fi-ss-wifi-2:before {
    content: "ﺋ"
}

.fi-ss-wifi-alt:before {
    content: "ﺌ"
}

.fi-ss-wifi-exclamation:before {
    content: "ﺍ"
}

.fi-ss-wifi-slash:before {
    content: "ﺎ"
}

.fi-ss-wifi:before {
    content: "ﺏ"
}

.fi-ss-wind-turbine:before {
    content: "ﺐ"
}

.fi-ss-wind-warning:before {
    content: "ﺑ"
}

.fi-ss-wind:before {
    content: "ﺒ"
}

.fi-ss-window-alt:before {
    content: "ﺓ"
}

.fi-ss-window-frame-open:before {
    content: "ﺔ"
}

.fi-ss-window-frame:before {
    content: "ﺕ"
}

.fi-ss-window-maximize:before {
    content: "ﺖ"
}

.fi-ss-window-minimize:before {
    content: "ﺗ"
}

.fi-ss-window-restore:before {
    content: "ﺘ"
}

.fi-ss-windsock:before {
    content: "ﺙ"
}

.fi-ss-wine-bottle:before {
    content: "ﺚ"
}

.fi-ss-wine-glass-crack:before {
    content: "ﺛ"
}

.fi-ss-wine-glass-empty:before {
    content: "ﺜ"
}

.fi-ss-wishlist-heart:before {
    content: "ﺝ"
}

.fi-ss-wishlist-star:before {
    content: "ﺞ"
}

.fi-ss-woman-head:before {
    content: "ﺟ"
}

.fi-ss-woman-scientist:before {
    content: "ﺠ"
}

.fi-ss-won-sign:before {
    content: "ﺡ"
}

.fi-ss-work-in-progress:before {
    content: "ﺢ"
}

.fi-ss-workflow-alt:before {
    content: "ﺣ"
}

.fi-ss-workflow-setting-alt:before {
    content: "ﺤ"
}

.fi-ss-workflow-setting:before {
    content: "ﺥ"
}

.fi-ss-workflow:before {
    content: "ﺦ"
}

.fi-ss-workshop:before {
    content: "ﺧ"
}

.fi-ss-world:before {
    content: "ﺨ"
}

.fi-ss-worm:before {
    content: "ﺩ"
}

.fi-ss-wreath:before {
    content: "ﺪ"
}

.fi-ss-wrench-alt:before {
    content: "ﺫ"
}

.fi-ss-wrench-simple:before {
    content: "ﺬ"
}

.fi-ss-x-ray:before {
    content: "ﺭ"
}

.fi-ss-x:before {
    content: "ﺮ"
}

.fi-ss-y:before {
    content: "ﺯ"
}

.fi-ss-yen:before {
    content: "ﺰ"
}

.fi-ss-yin-yang:before {
    content: "ﺱ"
}

.fi-ss-z:before {
    content: "ﺲ"
}

.fi-ss-zoom-in:before {
    content: "ﺳ"
}

.fi-ss-zoom-out:before {
    content: "ﺴ"
}