.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050
}

.timer {
    display: grid
}

.modal-container {
    background-color: #dadada;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20rem
}

.spinner {
    width: 10rem;
    height: 10rem;
    align-items: center;
    border-width: 8px;
    border-style: solid;
    margin-left: 2rem;
    border-color: #3b82f6 transparent #3b82f6 #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.loading-text {
    color: #08023b;
    font-weight: 700;
    font-size: 3rem;
    text-align: center
}

:root {
    --color-btn-modal: rgb(10, 240, 140)
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@media (max-width: 400px) {
    .modal-dialog {
        background-color:var(--blanco);
        border-radius: 5rem;
        border-style: double;
        border: 2px solid #252525;
        width: 35rem;
        height: 60rem
    }

    .modal-header {
        background-color: #1d1d1d;
        left: 20rem;
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        border-bottom: 2px solid #858585;
        margin-bottom: 5rem;
        width: 35rem;
        margin-top: -10rem
    }

    .modal-title {
        padding: 2rem;
        font-size: 2rem;
        font-weight: 900;
        text-align: center;
        color: #fff;
        margin-bottom: 2rem
    }

    .modal-body {
        color: #1d1d1d;
        font-weight: 700;
        font-size: 2rem;
        text-align: justify;
        padding: 2rem;
        width: 30rem;
        margin-top: 1rem;
        height: 30rem;
        margin-left: 2.5rem
    }

    .text-center.mt-2 {
        margin-left: 61rem
    }

    .modal-footer {
        display: flex;
        justify-content: space-evenly;
        margin-right: 0rem;
        margin-top: 9rem
    }

    .row {
        text-align: center;
        margin-top: 2rem
    }

    .rows {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
        margin-left: -5rem
    }

    .modal-footer .btn:first-child {
        background-color: green
    }

    .modal-footer .btn:last-child {
        background-color: var(--color-btn-modal)
    }
}

@media (max-width: 760px) {
    .modal-dialog {
        background-color:var(--blanco);
        border-radius: 2rem;
        border-style: double;
        border: 2px solid #252525
    }

    .modal-header {
        left: 20rem;
        border-bottom: 2px solid #858585;
        margin-bottom: 1rem
    }

    .modal-content {
        width: 40rem
    }

    .modal-title {
        font-family: Roboto;
        font-size: 3.5rem;
        font-weight: 900;
        text-align: center;
        opacity: 1;
        color: #fff;
        margin-bottom: 0
    }

    .modal-body {
        font-family: Roboto;
        font-weight: 700;
        font-size: 1.55rem;
        text-align: justify;
        padding: 2rem
    }

    .text-center.mt-2 {
        text-align: center
    }

    .modal-footer {
        display: flex;
        justify-content: center;
        padding: 2rem;
        margin-left: 10rem;
        margin-right: 10rem
    }

    .modal-footer .btn {
        height: 5rem;
        border-radius: 1rem;
        width: 12rem;
        font-size: 2rem;
        color: #fff;
        border: none
    }

    .row {
        gap: 2rem;
        text-align: center
    }

    .modal-footer .btn:first-child {
        background-color: green;
        margin-bottom: 1.5rem
    }

    .modal-footer .btn:last-child {
        background-color: var(--color-btn-modal)
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        background-color:var(--blanco);
        border-radius: 5rem;
        border-style: double;
        border: 2px solid #252525
    }

    .modal-content {
        height: 40rem;
        padding: 0rem;
        width: 70rem
    }

    .modal-header {
        background-color: #1d1d1d;
        left: 20rem;
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        border-bottom: 2px solid #858585;
        margin-bottom: 5rem;
        width: 70rem;
        margin-top: -5rem
    }

    .modal-title {
        font-family: Roboto;
        padding: 2rem;
        font-size: 3rem;
        font-weight: 900;
        text-align: center;
        color: #fff;
        margin-bottom: 2rem
    }

    .modal-body {
        font-family: Roboto;
        color: #1d1d1d;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: justify;
        padding: 2.5rem;
        width: 70rem;
        margin-top: -5rem;
        height: 30rem
    }

    .text-center.mt-2 {
        margin-left: 61rem
    }

    .modal-footer {
        display: flex;
        justify-content: space-evenly;
        padding: 1rem;
        margin-left: 30rem;
        margin-right: 30rem;
        margin-top: -8rem
    }

    .modal-footer .btn {
        height: 4rem;
        border-radius: 1rem;
        width: 15rem;
        font-size: 2rem;
        color: #fff;
        border: none
    }

    .row {
        text-align: center;
        margin-top: 2rem
    }

    .rows {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        margin-bottom: 2rem
    }

    .modal-footer .btn:first-child {
        background-color: green
    }

    .modal-footer .btn:last-child {
        background-color: var(--color-btn-modal)
    }
}

@media (min-width: 820px) {
    .modal-header {
        font-family:Roboto;
        background-color: #1d1d1d;
        left: 20rem;
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        border-bottom: 2px solid #858585;
        margin-bottom: 5rem;
        width: 70rem;
        margin-top: -6rem
    }

    .modal-body {
        font-family: Roboto;
        color: #1d1d1d;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: justify;
        padding: 5.2rem;
        width: 70rem;
        margin-top: -8rem;
        height: 34rem
    }

    .modal-footer {
        display: flex;
        justify-content: space-evenly;
        padding: 1rem;
        margin-left: 15rem;
        margin-right: 15rem;
        margin-top: -10rem
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        background-color:var(--blanco);
        border-radius: 5rem;
        border-style: double;
        border: 2px solid #252525;
        margin-top: -10rem;
        height: 40rem
    }

    .modal-content {
        height: 40rem;
        padding: 0rem;
        width: 80rem
    }

    .modal-header {
        background-color: #1d1d1d;
        left: 20rem;
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        border-bottom: 2px solid #858585;
        margin-bottom: 5rem;
        width: 80rem;
        margin-top: -5rem
    }

    .modal-title {
        padding: 2rem;
        font-size: 3rem;
        font-weight: 900;
        text-align: center;
        color: #fff;
        margin-bottom: 1rem
    }

    .modal-body {
        color: #1d1d1d;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: justify;
        padding: 3rem;
        width: 80rem;
        margin-top: -5rem;
        height: 30rem;
        margin-left: 0
    }

    .text-center.mt-2 {
        margin-left: 61rem
    }

    .modal-footer {
        display: flex;
        justify-content: space-evenly;
        padding: 1rem;
        margin-left: 15rem;
        margin-right: 15rem;
        margin-top: -8rem
    }

    .modal-footer .btn {
        height: 4rem;
        border-radius: 1rem;
        width: 12rem;
        font-size: 2rem;
        color: #fff;
        border: none
    }

    .row {
        text-align: center;
        margin-top: 2rem
    }

    .rows {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        margin-bottom: 2rem
    }

    .modal-footer .btn:first-child {
        background-color: green
    }

    .modal-footer .btn:last-child {
        background-color: var(--color-btn-modal)
    }
}

@media (min-width: 1400px) {
    .modal-dialog {
        background-color:var(--blanco);
        border-radius: 5rem;
        border-style: double;
        border: 2px solid #252525
    }

    .modal-content {
        height: 40rem;
        padding: 0rem;
        width: 100rem
    }

    .modal-header {
        background-color: #1d1d1d;
        left: 20rem;
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        border-bottom: 2px solid #858585;
        margin-bottom: 5rem;
        width: 100rem
    }

    .modal-title {
        font-family: Roboto;
        font-size: 3rem;
        font-weight: 900;
        text-align: center;
        color: #fff;
        margin-bottom: 2rem
    }

    .modal-body {
        font-family: Roboto;
        color: #1d1d1d;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: justify;
        padding: 5rem;
        width: 100rem;
        margin-top: -7rem;
        height: 30rem;
        margin-left: -1rem
    }

    .text-center.mt-2 {
        margin-left: 61rem
    }

    .modal-footer {
        display: flex;
        justify-content: space-evenly;
        padding: 1rem;
        margin-left: 30rem;
        margin-right: 30rem;
        margin-top: -6rem
    }

    .modal-footer .btn {
        height: 4rem;
        border-radius: 1rem;
        width: 15rem;
        font-size: 2rem;
        color: #fff;
        border: none
    }

    .row {
        text-align: center;
        margin-top: 2rem
    }

    .rows {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        margin-bottom: 8rem
    }

    .modal-footer .btn:first-child {
        background-color: green
    }

    .modal-footer .btn:last-child {
        background-color: var(--color-btn-modal)
    }
}

@media (min-width: 1600px) {
    .modal-dialog {
        background-color:var(--blanco);
        border-radius: 5rem;
        border-style: double;
        border: 2px solid #252525
    }

    .modal-content {
        height: 40rem;
        padding: 0rem;
        width: 100rem
    }

    .modal-header {
        background-color: #1d1d1d;
        left: 20rem;
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        border-bottom: 2px solid #858585;
        margin-bottom: 5rem;
        width: 100rem
    }

    .modal-title {
        font-size: 3rem;
        font-weight: 900;
        text-align: center;
        color: #fff;
        margin-bottom: 2rem
    }

    .modal-body {
        color: #1d1d1d;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: justify;
        padding: 2rem;
        width: 100rem;
        margin-top: -5rem;
        height: 30rem;
        margin-left: -1rem
    }

    .text-center.mt-2 {
        margin-left: 61rem
    }

    .modal-footer {
        display: flex;
        justify-content: space-evenly;
        padding: 1rem;
        margin-left: 30rem;
        margin-right: 30rem;
        margin-top: -8rem
    }

    .modal-footer .btn {
        height: 4rem;
        border-radius: 1rem;
        width: 15rem;
        font-size: 2rem;
        color: #fff
    }

    .row {
        text-align: center;
        margin-top: 2rem
    }

    .rows {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        margin-bottom: 2rem
    }

    .modal-footer .btn:first-child {
        background-color: green
    }

    .modal-footer .btn:last-child {
        background-color: var(--color-btn-modal)
    }
}

:root {
    font-family: system-ui,Avenir,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: #ffffffde;
    background-color: #242424;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit
}

a:hover {
    color: #535bf2
}

h1 {
    font-size: 3.2em;
    line-height: 1.1
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: .6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color .25s
}

button:hover {
    border-color: #646cff
}

button:focus,button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color
}

@media (prefers-color-scheme: light) {
    :root {
        color:#213547;
        background-color: #fff
    }

    a:hover {
        color: #747bff
    }

    button {
        background-color: #f9f9f9
    }
}

:root {
    --rt-color-white: #fff;
    --rt-color-dark: #222;
    --rt-color-success: #8dc572;
    --rt-color-error: #be6464;
    --rt-color-warning: #f0ad4e;
    --rt-color-info: #337ab7;
    --rt-opacity: .9;
    --rt-transition-show-delay: .15s;
    --rt-transition-closing-delay: .15s
}

.core-styles-module_tooltip__3vRRp {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    will-change: opacity
}

.core-styles-module_fixed__pcSol {
    position: fixed
}

.core-styles-module_arrow__cvMwQ {
    background: inherit;
    position: absolute
}

.core-styles-module_noArrow__xock6 {
    display: none
}

.core-styles-module_clickable__ZuTTB {
    pointer-events: auto
}

.core-styles-module_show__Nt9eE {
    opacity: var(--rt-opacity);
    transition: opacity var(--rt-transition-show-delay) ease-out
}

.core-styles-module_closing__sGnxF {
    opacity: 0;
    transition: opacity var(--rt-transition-closing-delay) ease-in
}

.styles-module_tooltip__mnnfp {
    border-radius: 3px;
    font-size: 90%;
    padding: 8px 16px;
    width: max-content
}

.styles-module_arrow__K0L3T {
    height: 8px;
    width: 8px
}

[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T {
    transform: rotate(45deg)
}

[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T {
    transform: rotate(135deg)
}

[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T {
    transform: rotate(225deg)
}

[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T {
    transform: rotate(315deg)
}

.styles-module_dark__xNqje {
    background: var(--rt-color-dark);
    color: var(--rt-color-white)
}

.styles-module_light__Z6W-X {
    background-color: var(--rt-color-white);
    color: var(--rt-color-dark)
}

.styles-module_success__A2AKt {
    background-color: var(--rt-color-success);
    color: var(--rt-color-white)
}

.styles-module_warning__SCK0X {
    background-color: var(--rt-color-warning);
    color: var(--rt-color-white)
}

.styles-module_error__JvumD {
    background-color: var(--rt-color-error);
    color: var(--rt-color-white)
}

.styles-module_info__BWdHW {
    background-color: var(--rt-color-info);
    color: var(--rt-color-white)
}

*,:before,:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    --tw-perspective: none;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
    --tw-perspective: none;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1
}

*,:before,:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,:after {
    --tw-content: ""
}

html,:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Roboto,sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp,pre {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol,ul,menu {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.theme_MTY {
    --primary: #ebde6b;
    --negro: #000000;
    --blanco: #FFF;
    --gris_suave: #e4e4e4;
    --gris_medio: #747474;
    --morado: #861cff;
    --verde: #1fff1f;
    --fuente-principal: "Outfit", sans-serif;
    --color-btn-modal: rgb(10, 240, 140);
    --primaryCarLicence: #e99401;
    --negroCarLicence: #000000;
    --blancoCarLicence: #FFF;
    --gris_suaveCarLicence: #e4e4e4;
    --gris_medioCarLicence: #747474;
    --moradoCarLicence: #861cff;
    --verdeCarLicence: #0e680e;
    --fuente-principalCarLicence: "Outfit", sans-serif;
    --color-btnCarLicence: rgb(10, 240, 140)
}

:root {
    --img-logo-company-white: url(https://siteqa.appstorage.net/CSS//_INTERNAL_LOGIN/IMG/Logo.png);
    --img-logo-company: url(https://siteqa.appstorage.net/CSS//_INTERNAL_LOGIN/IMG/Logo.png);
    --bg-login-img: url(https://siteqa.appstorage.net/CSS/_INTERNAL_LOGIN/IMG/fondo.jpg?dl=0);
    --color-primary: 174, 15, 101;
    --color-secundary: 174, 15, 101;
    --color-mainBG: 242, 242, 242;
    --color-cardBody: 254, 254, 254;
    --ion-color-favorite: #69bb7b;
    --ion-color-favorite-rgb: 105, 187, 123;
    --ion-color-favorite-contrast: #ffffff;
    --ion-color-favorite-contrast-rgb: 255, 255, 255;
    --ion-color-favorite-shade: #5ca56c;
    --ion-color-favorite-tint: #78c288
}

.container {
    width: 100%
}

@media (min-width: 320px) {
    .container {
        max-width:320px
    }
}

@media (min-width: 360px) {
    .container {
        max-width:360px
    }
}

@media (min-width: 480px) {
    .container {
        max-width:480px
    }
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 820px) {
    .container {
        max-width:820px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width:1600px
    }
}

@media (min-width: 1700px) {
    .container {
        max-width:1700px
    }
}

@media (min-width: 1800px) {
    .container {
        max-width:1800px
    }
}

@media (min-width: 1900px) {
    .container {
        max-width:1900px
    }
}

@media (min-width: 2000px) {
    .container {
        max-width:2000px
    }
}

@media (min-width: 3000px) {
    .container {
        max-width:3000px
    }
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.-top-1 {
    top: -.25rem
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-4 {
    left: 1rem
}

.left-\[2rem\] {
    left: 2rem
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-12 {
    top: 3rem
}

.top-\[7\.7rem\] {
    top: 7.7rem
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.z-\[9999\] {
    z-index: 9999
}

.m-0 {
    margin: 0
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-3 {
    margin-left: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-9 {
    margin-top: 2.25rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-2 {
    height: .5rem
}

.h-\[100vh\] {
    height: 100vh
}

.h-\[11vh\] {
    height: 11vh
}

.h-\[89vh\] {
    height: 89vh
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.max-h-96 {
    max-height: 24rem
}

.max-h-\[500px\] {
    max-height: 500px
}

.min-h-screen {
    min-height: 100vh
}

.w-2 {
    width: .5rem
}

.w-20 {
    width: 5rem
}

.w-\[100vw\] {
    width: 100vw
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.max-w-full {
    max-width: 100%
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.flex-1 {
    flex: 1 1 0%
}

.border-collapse {
    border-collapse: collapse
}

.cursor-not-allowed {
    cursor: not-allowed
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.break-words {
    overflow-wrap: break-word
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-b {
    border-bottom-width: 1px
}

.border-black\/20 {
    border-color: #0003
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1))
}

.bg-\[\#233252\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 50 82 / var(--tw-bg-opacity, 1))
}

.bg-\[\#f4f5f5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 245 / var(--tw-bg-opacity, 1))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.bg-gray-200\/15 {
    background-color: #e5e7eb26
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1))
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1))
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1))
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1))
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1))
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1))
}

.bg-red-400\/20 {
    background-color: #f8717133
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1))
}

.bg-red-500\/50 {
    background-color: #ef444480
}

.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1))
}

.bg-skin-mainBG {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-mainBG),var(--tw-bg-opacity, 1))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-1 {
    padding-top: .25rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-start {
    text-align: start
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-\[\.9rem\] {
    font-size: .9rem
}

.text-\[1rem\] {
    font-size: 1rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.text-\[\#10b981\] {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1))
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity, 1))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1))
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1))
}

.underline {
    text-decoration-line: underline
}

.opacity-75 {
    opacity: .75
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.transition {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.-translate-y-0 {
    --tw-translate-y: -0px;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
}

.translate-y-20 {
    --tw-translate-y: 5rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
}

.rotate-45 {
    --tw-rotate-z: 45deg;
    rotate: var(--tw-rotate-z)
}

.transform {
    --webkit-transform: skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
    transform: skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
}

.btn-tw-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--color-primary),.75);
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 3px 3px 3px rgba(0,0,0,.25);
    --tw-shadow-colored: 3px 3px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.btn-tw-primary-select {
    background-color: rgba(var(--color-primary),.4);
    font-weight: 600;
    color: #00000080;
    --tw-shadow: 3px 3px 3px rgba(0,0,0,.25);
    --tw-shadow-colored: 3px 3px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.btn-tw-primary-select:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary),var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z)
}

.btn-tw-primary-select:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary),var(--tw-bg-opacity, 1));
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.btn-tw-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary),var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z)
}

.btn-tw-primary:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary),var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.btn-tw-secondary:disabled {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-secondary),var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.btn-tw-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--color-secondary),.8);
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 3px 3px 3px rgba(0,0,0,.25);
    --tw-shadow-colored: 3px 3px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.btn-tw-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-secondary),var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z)
}

.table-icons {
    cursor: pointer;
    color: rgba(var(--color-primary),.8);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.table-icons:hover {
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary),var(--tw-text-opacity, 1));
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z)
}

.table-icons:active {
    border-style: none;
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary),var(--tw-text-opacity, 1))
}

.table-icons:focus-visible {
    border-style: none;
    --tw-text-opacity: 1;
    color: rgba(var(--color-primary),var(--tw-text-opacity, 1))
}

.modal-tw-header {
    background-color: rgba(var(--color-modalHeader),.75);
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(var(--color-mainBG),var(--tw-text-opacity, 1))
}

.btn-tw-modal-close {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-mainBG),var(--tw-bg-opacity, 1));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(var(--color-cancelBtnText),var(--tw-text-opacity, 1));
    --tw-shadow: 3px 3px 3px rgba(0,0,0,.25);
    --tw-shadow-colored: 3px 3px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.btn-tw-modal-close:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-cancelBtnText),var(--tw-bg-opacity, 1));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(var(--color-mainBG),var(--tw-text-opacity, 1));
    --tw-shadow: 3px 3px 3px rgba(0,0,0,.25);
    --tw-shadow-colored: 3px 3px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.nav-menu {
    z-index: 99999;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.nav-menu-icons {
    transition-property: perspective,translate,scale,transform,perspective,rotate;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.group:hover .nav-menu-icons {
    --tw-rotate-y: 360deg;
    --webkit-transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
    transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
}

.btn-tw-disabled,.btn-tw-disabled:active,.btn-tw-disabled:hover {
    background-color: #64748bcc;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)
}

.labelView {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: rgba(var(--color-secondary),.8)
}

.labelData {
    margin-left: 1.75rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-style: italic;
    color: #000c
}

.btn-modal-icon-close {
    cursor: pointer;
    --tw-drop-shadow: drop-shadow(3px 3px 3px rgba(0,0,0,.25));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.btn-modal-icon-close:hover {
    color: rgba(var(--color-cancelBtnText),.8);
    --tw-rotate-z: 180deg;
    rotate: var(--tw-rotate-z);
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z)
}

@font-face {
    font-family: fontello-all;
    src: url(../fonts/fontello-all.eot?24838354);
    src: url(../fonts/fontello-all.eot?24838354#iefix) format("embedded-opentype"),url(../fonts/fontello-all.woff2?24838354) format("woff2"),url(../fonts/fontello-all.woff?24838354) format("woff"),url(../fonts/fontello-all.ttf?24838354) format("truetype"),url(../fonts/fontello-all.svg?24838354#fontello-all) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=i-]:before,[class*=" i-"]:before {
    font-family: fontello-all;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.i-emo-happy:before {
    content: "î €"
}

.i-emo-wink:before {
    content: "î "
}

.i-emo-unhappy:before {
    content: "î ‚"
}

.i-emo-sleep:before {
    content: "î ƒ"
}

.i-emo-thumbsup:before {
    content: "î „"
}

.i-emo-devil:before {
    content: "î …"
}

.i-emo-surprised:before {
    content: "î †"
}

.i-emo-tongue:before {
    content: "î ‡"
}

.i-emo-coffee:before {
    content: "î ˆ"
}

.i-emo-sunglasses:before {
    content: "î ‰"
}

.i-emo-displeased:before {
    content: "î Š"
}

.i-emo-beer:before {
    content: "î ‹"
}

.i-emo-grin:before {
    content: "î Œ"
}

.i-emo-angry:before {
    content: "î "
}

.i-emo-saint:before {
    content: "î Ž"
}

.i-emo-cry:before {
    content: "î "
}

.i-emo-shoot:before {
    content: "î "
}

.i-emo-squint:before {
    content: "î ‘"
}

.i-emo-laugh:before {
    content: "î ’"
}

.i-emo-wink2:before {
    content: "î “"
}

.i-music:before {
    content: "î •"
}

.i-search:before {
    content: "î –"
}

.i-mail:before {
    content: "î —"
}

.i-heart:before {
    content: "î ˜"
}

.i-heart-empty:before {
    content: "î ™"
}

.i-star:before {
    content: "î š"
}

.i-star-empty:before {
    content: "î ›"
}

.i-star-half:before {
    content: "î œ"
}

.i-user:before {
    content: "î "
}

.i-users:before {
    content: "î ž"
}

.i-video:before {
    content: "î Ÿ"
}

.i-videocam:before {
    content: "î  "
}

.i-picture:before {
    content: "î ¡"
}

.i-camera:before {
    content: "î ¢"
}

.i-camera-alt:before {
    content: "î £"
}

.i-th-large:before {
    content: "î ¤"
}

.i-th:before {
    content: "î ¥"
}

.i-th-list:before {
    content: "î ¦"
}

.i-ok:before {
    content: "î §"
}

.i-ok-circled:before {
    content: "î ¨"
}

.i-ok-circled2:before {
    content: "î ©"
}

.i-cancel:before {
    content: "î ª"
}

.i-cancel-circled:before {
    content: "î «"
}

.i-cancel-circled2:before {
    content: "î ¬"
}

.i-plus:before {
    content: "î ­"
}

.i-plus-circled:before {
    content: "î ®"
}

.i-minus:before {
    content: "î ¯"
}

.i-spin1:before {
    content: "î °"
}

.i-spin2:before {
    content: "î ±"
}

.i-spin3:before {
    content: "î ²"
}

.i-minus-circled:before {
    content: "î ³"
}

.i-spin4:before {
    content: "î ´"
}

.i-help-circled:before {
    content: "î µ"
}

.i-info-circled:before {
    content: "î ¶"
}

.i-home:before {
    content: "î ·"
}

.i-spin5:before {
    content: "î ¸"
}

.i-spin6:before {
    content: "î ¹"
}

.i-link:before {
    content: "î º"
}

.i-attach:before {
    content: "î »"
}

.i-lock:before {
    content: "î ¼"
}

.i-lock-open:before {
    content: "î ½"
}

.i-pin:before {
    content: "î ¾"
}

.i-eye:before {
    content: "î ¿"
}

.i-firefox:before {
    content: "î¡€"
}

.i-chrome:before {
    content: "î¡"
}

.i-opera:before {
    content: "î¡‚"
}

.i-ie:before {
    content: "î¡ƒ"
}

.i-crown:before {
    content: "î¡„"
}

.i-crown-plus:before {
    content: "î¡…"
}

.i-crown-minus:before {
    content: "î¡†"
}

.i-marquee:before {
    content: "î¡‡"
}

.i-eye-off:before {
    content: "î¡ˆ"
}

.i-tag:before {
    content: "î¡‰"
}

.i-tags:before {
    content: "î¡Š"
}

.i-bookmark:before {
    content: "î¡‹"
}

.i-flag:before {
    content: "î¡Œ"
}

.i-thumbs-up:before {
    content: "î¡"
}

.i-thumbs-down:before {
    content: "î¡Ž"
}

.i-download:before {
    content: "î¡"
}

.i-upload:before {
    content: "î¡"
}

.i-forward:before {
    content: "î¡‘"
}

.i-export:before {
    content: "î¡’"
}

.i-pencil:before {
    content: "î¡“"
}

.i-edit:before {
    content: "î¡”"
}

.i-print:before {
    content: "î¡•"
}

.i-retweet:before {
    content: "î¡–"
}

.i-comment:before {
    content: "î¡—"
}

.i-chat:before {
    content: "î¡˜"
}

.i-bell:before {
    content: "î¡™"
}

.i-attention:before {
    content: "î¡š"
}

.i-attention-circled:before {
    content: "î¡›"
}

.i-location:before {
    content: "î¡œ"
}

.i-trash-empty:before {
    content: "î¡"
}

.i-doc:before {
    content: "î¡ž"
}

.i-folder:before {
    content: "î¡Ÿ"
}

.i-folder-open:before {
    content: "î¡ "
}

.i-phone:before {
    content: "î¡¡"
}

.i-cog:before {
    content: "î¡¢"
}

.i-cog-alt:before {
    content: "î¡£"
}

.i-wrench:before {
    content: "î¡¤"
}

.i-basket:before {
    content: "î¡¥"
}

.i-calendar:before {
    content: "î¡¦"
}

.i-login:before {
    content: "î¡§"
}

.i-logout:before {
    content: "î¡¨"
}

.i-volume-off:before {
    content: "î¡©"
}

.i-volume-down:before {
    content: "î¡ª"
}

.i-volume-up:before {
    content: "î¡«"
}

.i-headphones:before {
    content: "î¡¬"
}

.i-clock:before {
    content: "î¡­"
}

.i-block:before {
    content: "î¡®"
}

.i-resize-full:before {
    content: "î¡¯"
}

.i-resize-small:before {
    content: "î¡°"
}

.i-resize-vertical:before {
    content: "î¡±"
}

.i-resize-horizontal:before {
    content: "î¡²"
}

.i-zoom-in:before {
    content: "î¡³"
}

.i-zoom-out:before {
    content: "î¡´"
}

.i-down-circled2:before {
    content: "î¡µ"
}

.i-up-circled2:before {
    content: "î¡¶"
}

.i-down-dir:before {
    content: "î¡·"
}

.i-up-dir:before {
    content: "î¡¸"
}

.i-left-dir:before {
    content: "î¡¹"
}

.i-right-dir:before {
    content: "î¡º"
}

.i-down-open:before {
    content: "î¡»"
}

.i-left-open:before {
    content: "î¡¼"
}

.i-right-open:before {
    content: "î¡½"
}

.i-up-open:before {
    content: "î¡¾"
}

.i-down-big:before {
    content: "î¡¿"
}

.i-left-big:before {
    content: "î¢€"
}

.i-right-big:before {
    content: "î¢"
}

.i-up-big:before {
    content: "î¢‚"
}

.i-right-hand:before {
    content: "î¢ƒ"
}

.i-left-hand:before {
    content: "î¢„"
}

.i-up-hand:before {
    content: "î¢…"
}

.i-down-hand:before {
    content: "î¢†"
}

.i-cw:before {
    content: "î¢‡"
}

.i-ccw:before {
    content: "î¢ˆ"
}

.i-arrows-cw:before {
    content: "î¢‰"
}

.i-shuffle:before {
    content: "î¢Š"
}

.i-play:before {
    content: "î¢‹"
}

.i-play-circled2:before {
    content: "î¢Œ"
}

.i-stop:before {
    content: "î¢"
}

.i-pause:before {
    content: "î¢Ž"
}

.i-to-end:before {
    content: "î¢"
}

.i-to-end-alt:before {
    content: "î¢"
}

.i-to-start:before {
    content: "î¢‘"
}

.i-to-start-alt:before {
    content: "î¢’"
}

.i-fast-fw:before {
    content: "î¢“"
}

.i-fast-bw:before {
    content: "î¢”"
}

.i-eject:before {
    content: "î¢•"
}

.i-target:before {
    content: "î¢–"
}

.i-signal:before {
    content: "î¢—"
}

.i-award:before {
    content: "î¢˜"
}

.i-inbox:before {
    content: "î¢™"
}

.i-globe:before {
    content: "î¢š"
}

.i-cloud:before {
    content: "î¢›"
}

.i-flash:before {
    content: "î¢œ"
}

.i-umbrella:before {
    content: "î¢"
}

.i-flight:before {
    content: "î¢ž"
}

.i-leaf:before {
    content: "î¢Ÿ"
}

.i-font:before {
    content: "î¢ "
}

.i-bold:before {
    content: "î¢¡"
}

.i-italic:before {
    content: "î¢¢"
}

.i-text-height:before {
    content: "î¢£"
}

.i-text-width:before {
    content: "î¢¤"
}

.i-align-left:before {
    content: "î¢¥"
}

.i-align-center:before {
    content: "î¢¦"
}

.i-align-right:before {
    content: "î¢§"
}

.i-align-justify:before {
    content: "î¢¨"
}

.i-list:before {
    content: "î¢©"
}

.i-indent-left:before {
    content: "î¢ª"
}

.i-indent-right:before {
    content: "î¢«"
}

.i-scissors:before {
    content: "î¢¬"
}

.i-briefcase:before {
    content: "î¢­"
}

.i-off:before {
    content: "î¢®"
}

.i-road:before {
    content: "î¢¯"
}

.i-list-alt:before {
    content: "î¢°"
}

.i-qrcode:before {
    content: "î¢±"
}

.i-barcode:before {
    content: "î¢²"
}

.i-book:before {
    content: "î¢³"
}

.i-adjust:before {
    content: "î¢´"
}

.i-tint:before {
    content: "î¢µ"
}

.i-check:before {
    content: "î¢¶"
}

.i-asterisk:before {
    content: "î¢·"
}

.i-gift:before {
    content: "î¢¸"
}

.i-fire:before {
    content: "î¢¹"
}

.i-magnet:before {
    content: "î¢º"
}

.i-chart-bar:before {
    content: "î¢»"
}

.i-credit-card:before {
    content: "î¢¼"
}

.i-floppy:before {
    content: "î¢½"
}

.i-megaphone:before {
    content: "î¢¾"
}

.i-key:before {
    content: "î¢¿"
}

.i-truck:before {
    content: "î£€"
}

.i-hammer:before {
    content: "î£"
}

.i-lemon:before {
    content: "î£‚"
}

.i-note:before {
    content: "î£ƒ"
}

.i-note-beamed:before {
    content: "î£„"
}

.i-music-1:before {
    content: "î£…"
}

.i-search-1:before {
    content: "î£†"
}

.i-flashlight:before {
    content: "î£‡"
}

.i-mail-1:before {
    content: "î£ˆ"
}

.i-heart-1:before {
    content: "î£‰"
}

.i-heart-empty-1:before {
    content: "î£Š"
}

.i-star-1:before {
    content: "î£‹"
}

.i-star-empty-1:before {
    content: "î£Œ"
}

.i-user-1:before {
    content: "î£"
}

.i-users-1:before {
    content: "î£Ž"
}

.i-user-add:before {
    content: "î£"
}

.i-video-1:before {
    content: "î£"
}

.i-picture-1:before {
    content: "î£‘"
}

.i-camera-1:before {
    content: "î£’"
}

.i-layout:before {
    content: "î£“"
}

.i-menu-1:before {
    content: "î£”"
}

.i-check-1:before {
    content: "î£•"
}

.i-cancel-1:before {
    content: "î£–"
}

.i-cancel-circled-1:before {
    content: "î£—"
}

.i-cancel-squared:before {
    content: "î£˜"
}

.i-plus-1:before {
    content: "î£™"
}

.i-plus-circled-1:before {
    content: "î£š"
}

.i-plus-squared-1:before {
    content: "î£›"
}

.i-minus-1:before {
    content: "î£œ"
}

.i-minus-circled-1:before {
    content: "î£"
}

.i-minus-squared-1:before {
    content: "î£ž"
}

.i-help-1:before {
    content: "î£Ÿ"
}

.i-help-circled-1:before {
    content: "î£ "
}

.i-info-1:before {
    content: "î£¡"
}

.i-info-circled-1:before {
    content: "î£¢"
}

.i-back:before {
    content: "î££"
}

.i-home-1:before {
    content: "î£¤"
}

.i-link-1:before {
    content: "î£¥"
}

.i-attach-1:before {
    content: "î£¦"
}

.i-lock-1:before {
    content: "î£§"
}

.i-lock-open-1:before {
    content: "î£¨"
}

.i-eye-1:before {
    content: "î£©"
}

.i-tag-1:before {
    content: "î£ª"
}

.i-bookmark-1:before {
    content: "î£«"
}

.i-bookmarks:before {
    content: "î£¬"
}

.i-flag-1:before {
    content: "î£­"
}

.i-thumbs-up-1:before {
    content: "î£®"
}

.i-thumbs-down-1:before {
    content: "î£¯"
}

.i-download-1:before {
    content: "î£°"
}

.i-upload-1:before {
    content: "î£±"
}

.i-upload-cloud-1:before {
    content: "î£²"
}

.i-reply-1:before {
    content: "î£³"
}

.i-reply-all-1:before {
    content: "î£´"
}

.i-forward-1:before {
    content: "î£µ"
}

.i-quote:before {
    content: "î£¶"
}

.i-code-1:before {
    content: "î£·"
}

.i-export-1:before {
    content: "î£¸"
}

.i-pencil-1:before {
    content: "î£¹"
}

.i-feather:before {
    content: "î£º"
}

.i-print-1:before {
    content: "î£»"
}

.i-retweet-1:before {
    content: "î£¼"
}

.i-keyboard-1:before {
    content: "î£½"
}

.i-comment-1:before {
    content: "î£¾"
}

.i-chat-1:before {
    content: "î£¿"
}

.i-bell-1:before {
    content: "î¤€"
}

.i-attention-1:before {
    content: "î¤"
}

.i-alert:before {
    content: "î¤‚"
}

.i-vcard:before {
    content: "î¤ƒ"
}

.i-address:before {
    content: "î¤„"
}

.i-location-1:before {
    content: "î¤…"
}

.i-map-1:before {
    content: "î¤†"
}

.i-direction-1:before {
    content: "î¤‡"
}

.i-compass-1:before {
    content: "î¤ˆ"
}

.i-cup:before {
    content: "î¤‰"
}

.i-trash-1:before {
    content: "î¤Š"
}

.i-doc-1:before {
    content: "î¤‹"
}

.i-docs-1:before {
    content: "î¤Œ"
}

.i-doc-landscape:before {
    content: "î¤"
}

.i-doc-text-1:before {
    content: "î¤Ž"
}

.i-doc-text-inv-1:before {
    content: "î¤"
}

.i-newspaper-1:before {
    content: "î¤"
}

.i-book-open:before {
    content: "î¤‘"
}

.i-book-1:before {
    content: "î¤’"
}

.i-folder-1:before {
    content: "î¤“"
}

.i-archive:before {
    content: "î¤”"
}

.i-box-1:before {
    content: "î¤•"
}

.i-rss-1:before {
    content: "î¤–"
}

.i-phone-1:before {
    content: "î¤—"
}

.i-cog-1:before {
    content: "î¤˜"
}

.i-tools:before {
    content: "î¤™"
}

.i-share-1:before {
    content: "î¤š"
}

.i-shareable:before {
    content: "î¤›"
}

.i-basket-1:before {
    content: "î¤œ"
}

.i-bag:before {
    content: "î¤"
}

.i-calendar-1:before {
    content: "î¤ž"
}

.i-login-1:before {
    content: "î¤Ÿ"
}

.i-logout-1:before {
    content: "î¤ "
}

.i-mic-1:before {
    content: "î¤¡"
}

.i-mute-1:before {
    content: "î¤¢"
}

.i-sound:before {
    content: "î¤£"
}

.i-volume:before {
    content: "î¤¤"
}

.i-clock-1:before {
    content: "î¤¥"
}

.i-hourglass-4:before {
    content: "î¤¦"
}

.i-lamp:before {
    content: "î¤§"
}

.i-light-down:before {
    content: "î¤¨"
}

.i-light-up:before {
    content: "î¤©"
}

.i-adjust-1:before {
    content: "î¤ª"
}

.i-block-1:before {
    content: "î¤«"
}

.i-resize-full-1:before {
    content: "î¤¬"
}

.i-resize-small-1:before {
    content: "î¤­"
}

.i-popup:before {
    content: "î¤®"
}

.i-publish:before {
    content: "î¤¯"
}

.i-window:before {
    content: "î¤°"
}

.i-arrow-combo:before {
    content: "î¤±"
}

.i-down-circled-1:before {
    content: "î¤²"
}

.i-left-circled-1:before {
    content: "î¤³"
}

.i-right-circled-1:before {
    content: "î¤´"
}

.i-up-circled-1:before {
    content: "î¤µ"
}

.i-down-open-1:before {
    content: "î¤¶"
}

.i-left-open-1:before {
    content: "î¤·"
}

.i-right-open-1:before {
    content: "î¤¸"
}

.i-up-open-1:before {
    content: "î¤¹"
}

.i-down-open-mini:before {
    content: "î¤º"
}

.i-left-open-mini:before {
    content: "î¤»"
}

.i-right-open-mini:before {
    content: "î¤¼"
}

.i-up-open-mini:before {
    content: "î¤½"
}

.i-down-open-big:before {
    content: "î¤¾"
}

.i-left-open-big:before {
    content: "î¤¿"
}

.i-right-open-big:before {
    content: "î¥€"
}

.i-up-open-big:before {
    content: "î¥"
}

.i-down-1:before {
    content: "î¥‚"
}

.i-left-1:before {
    content: "î¥ƒ"
}

.i-right-1:before {
    content: "î¥„"
}

.i-up-1:before {
    content: "î¥…"
}

.i-down-dir-1:before {
    content: "î¥†"
}

.i-left-dir-1:before {
    content: "î¥‡"
}

.i-right-dir-1:before {
    content: "î¥ˆ"
}

.i-up-dir-1:before {
    content: "î¥‰"
}

.i-down-bold:before {
    content: "î¥Š"
}

.i-left-bold:before {
    content: "î¥‹"
}

.i-right-bold:before {
    content: "î¥Œ"
}

.i-up-bold:before {
    content: "î¥"
}

.i-down-thin:before {
    content: "î¥Ž"
}

.i-left-thin:before {
    content: "î¥"
}

.i-right-thin:before {
    content: "î¥"
}

.i-up-thin:before {
    content: "î¥‘"
}

.i-ccw-1:before {
    content: "î¥’"
}

.i-cw-1:before {
    content: "î¥“"
}

.i-arrows-ccw:before {
    content: "î¥”"
}

.i-level-down-1:before {
    content: "î¥•"
}

.i-level-up-1:before {
    content: "î¥–"
}

.i-shuffle-1:before {
    content: "î¥—"
}

.i-loop:before {
    content: "î¥˜"
}

.i-switch:before {
    content: "î¥™"
}

.i-play-1:before {
    content: "î¥š"
}

.i-stop-1:before {
    content: "î¥›"
}

.i-pause-1:before {
    content: "î¥œ"
}

.i-record:before {
    content: "î¥"
}

.i-to-end-1:before {
    content: "î¥ž"
}

.i-to-start-1:before {
    content: "î¥Ÿ"
}

.i-fast-forward:before {
    content: "î¥ "
}

.i-fast-backward:before {
    content: "î¥¡"
}

.i-progress-0:before {
    content: "î¥¢"
}

.i-progress-1:before {
    content: "î¥£"
}

.i-progress-2:before {
    content: "î¥¤"
}

.i-progress-3:before {
    content: "î¥¥"
}

.i-target-1:before {
    content: "î¥¦"
}

.i-palette:before {
    content: "î¥§"
}

.i-list-1:before {
    content: "î¥¨"
}

.i-list-add:before {
    content: "î¥©"
}

.i-signal-1:before {
    content: "î¥ª"
}

.i-trophy:before {
    content: "î¥«"
}

.i-battery:before {
    content: "î¥¬"
}

.i-back-in-time:before {
    content: "î¥­"
}

.i-monitor:before {
    content: "î¥®"
}

.i-mobile-1:before {
    content: "î¥¯"
}

.i-network:before {
    content: "î¥°"
}

.i-cd:before {
    content: "î¥±"
}

.i-inbox-1:before {
    content: "î¥²"
}

.i-install:before {
    content: "î¥³"
}

.i-globe-1:before {
    content: "î¥´"
}

.i-cloud-1:before {
    content: "î¥µ"
}

.i-cloud-thunder:before {
    content: "î¥¶"
}

.i-flash-1:before {
    content: "î¥·"
}

.i-moon-1:before {
    content: "î¥¸"
}

.i-flight-1:before {
    content: "î¥¹"
}

.i-paper-plane-1:before {
    content: "î¥º"
}

.i-leaf-1:before {
    content: "î¥»"
}

.i-lifebuoy-1:before {
    content: "î¥¼"
}

.i-mouse:before {
    content: "î¥½"
}

.i-briefcase-1:before {
    content: "î¥¾"
}

.i-suitcase-1:before {
    content: "î¥¿"
}

.i-dot:before {
    content: "î¦€"
}

.i-dot-2:before {
    content: "î¦"
}

.i-dot-3:before {
    content: "î¦‚"
}

.i-brush-1:before {
    content: "î¦ƒ"
}

.i-magnet-1:before {
    content: "î¦„"
}

.i-infinity:before {
    content: "î¦…"
}

.i-erase:before {
    content: "î¦†"
}

.i-chart-pie-1:before {
    content: "î¦‡"
}

.i-chart-line-1:before {
    content: "î¦ˆ"
}

.i-chart-bar-1:before {
    content: "î¦‰"
}

.i-chart-area-1:before {
    content: "î¦Š"
}

.i-tape:before {
    content: "î¦‹"
}

.i-graduation-cap-1:before {
    content: "î¦Œ"
}

.i-language-1:before {
    content: "î¦"
}

.i-ticket-1:before {
    content: "î¦Ž"
}

.i-water:before {
    content: "î¦"
}

.i-droplet:before {
    content: "î¦"
}

.i-air:before {
    content: "î¦‘"
}

.i-credit-card-1:before {
    content: "î¦’"
}

.i-floppy-1:before {
    content: "î¦“"
}

.i-clipboard:before {
    content: "î¦”"
}

.i-megaphone-1:before {
    content: "î¦•"
}

.i-database-1:before {
    content: "î¦–"
}

.i-drive:before {
    content: "î¦—"
}

.i-bucket:before {
    content: "î¦˜"
}

.i-thermometer-1:before {
    content: "î¦™"
}

.i-key-1:before {
    content: "î¦š"
}

.i-flow-cascade:before {
    content: "î¦›"
}

.i-flow-branch:before {
    content: "î¦œ"
}

.i-flow-tree:before {
    content: "î¦"
}

.i-flow-line:before {
    content: "î¦ž"
}

.i-flow-parallel:before {
    content: "î¦Ÿ"
}

.i-rocket-1:before {
    content: "î¦ "
}

.i-gauge-1:before {
    content: "î¦¡"
}

.i-traffic-cone:before {
    content: "î¦¢"
}

.i-cc-1:before {
    content: "î¦£"
}

.i-cc-by:before {
    content: "î¦¤"
}

.i-cc-nc:before {
    content: "î¦¥"
}

.i-cc-nc-eu:before {
    content: "î¦¦"
}

.i-cc-nc-jp:before {
    content: "î¦§"
}

.i-cc-sa:before {
    content: "î¦¨"
}

.i-cc-nd:before {
    content: "î¦©"
}

.i-cc-pd:before {
    content: "î¦ª"
}

.i-cc-zero:before {
    content: "î¦«"
}

.i-cc-share:before {
    content: "î¦¬"
}

.i-cc-remix:before {
    content: "î¦­"
}

.i-github-1:before {
    content: "î¦®"
}

.i-flickr-circled:before {
    content: "î¦¯"
}

.i-facebook-1:before {
    content: "î¦°"
}

.i-music-outline:before {
    content: "î¦±"
}

.i-music-2:before {
    content: "î¦²"
}

.i-search-outline:before {
    content: "î¦³"
}

.i-search-2:before {
    content: "î¦´"
}

.i-mail-2:before {
    content: "î¦µ"
}

.i-heart-2:before {
    content: "î¦¶"
}

.i-heart-filled:before {
    content: "î¦·"
}

.i-star-2:before {
    content: "î¦¸"
}

.i-star-filled:before {
    content: "î¦¹"
}

.i-user-outline:before {
    content: "î¦º"
}

.i-user-2:before {
    content: "î¦»"
}

.i-users-outline:before {
    content: "î¦¼"
}

.i-users-2:before {
    content: "î¦½"
}

.i-user-add-outline:before {
    content: "î¦¾"
}

.i-user-add-1:before {
    content: "î¦¿"
}

.i-user-delete-outline:before {
    content: "î§€"
}

.i-user-delete:before {
    content: "î§"
}

.i-video-2:before {
    content: "î§‚"
}

.i-videocam-outline:before {
    content: "î§ƒ"
}

.i-videocam-1:before {
    content: "î§„"
}

.i-picture-outline:before {
    content: "î§…"
}

.i-picture-2:before {
    content: "î§†"
}

.i-camera-outline:before {
    content: "î§‡"
}

.i-camera-2:before {
    content: "î§ˆ"
}

.i-th-outline:before {
    content: "î§‰"
}

.i-th-1:before {
    content: "î§Š"
}

.i-th-large-outline:before {
    content: "î§‹"
}

.i-th-large-1:before {
    content: "î§Œ"
}

.i-th-list-outline:before {
    content: "î§"
}

.i-th-list-1:before {
    content: "î§Ž"
}

.i-ok-outline:before {
    content: "î§"
}

.i-ok-1:before {
    content: "î§"
}

.i-cancel-outline:before {
    content: "î§‘"
}

.i-cancel-2:before {
    content: "î§’"
}

.i-cancel-alt:before {
    content: "î§“"
}

.i-cancel-alt-filled:before {
    content: "î§”"
}

.i-cancel-circled-outline:before {
    content: "î§•"
}

.i-cancel-circled-2:before {
    content: "î§–"
}

.i-plus-outline:before {
    content: "î§—"
}

.i-plus-2:before {
    content: "î§˜"
}

.i-minus-outline:before {
    content: "î§™"
}

.i-minus-2:before {
    content: "î§š"
}

.i-divide-outline:before {
    content: "î§›"
}

.i-divide:before {
    content: "î§œ"
}

.i-eq-outline:before {
    content: "î§"
}

.i-eq:before {
    content: "î§ž"
}

.i-info-outline:before {
    content: "î§Ÿ"
}

.i-info-2:before {
    content: "î§ "
}

.i-home-outline:before {
    content: "î§¡"
}

.i-home-2:before {
    content: "î§¢"
}

.i-link-outline:before {
    content: "î§£"
}

.i-link-2:before {
    content: "î§¤"
}

.i-attach-outline:before {
    content: "î§¥"
}

.i-attach-2:before {
    content: "î§¦"
}

.i-lock-2:before {
    content: "î§§"
}

.i-lock-filled:before {
    content: "î§¨"
}

.i-lock-open-2:before {
    content: "î§©"
}

.i-lock-open-filled:before {
    content: "î§ª"
}

.i-pin-outline:before {
    content: "î§«"
}

.i-pin-1:before {
    content: "î§¬"
}

.i-eye-outline:before {
    content: "î§­"
}

.i-eye-2:before {
    content: "î§®"
}

.i-tag-2:before {
    content: "î§¯"
}

.i-tags-1:before {
    content: "î§°"
}

.i-bookmark-2:before {
    content: "î§±"
}

.i-flag-2:before {
    content: "î§²"
}

.i-flag-filled:before {
    content: "î§³"
}

.i-thumbs-up-2:before {
    content: "î§´"
}

.i-thumbs-down-2:before {
    content: "î§µ"
}

.i-download-outline:before {
    content: "î§¶"
}

.i-download-2:before {
    content: "î§·"
}

.i-upload-outline:before {
    content: "î§¸"
}

.i-upload-2:before {
    content: "î§¹"
}

.i-upload-cloud-outline:before {
    content: "î§º"
}

.i-upload-cloud-2:before {
    content: "î§»"
}

.i-reply-outline:before {
    content: "î§¼"
}

.i-reply-2:before {
    content: "î§½"
}

.i-forward-outline:before {
    content: "î§¾"
}

.i-forward-2:before {
    content: "î§¿"
}

.i-code-outline:before {
    content: "î¨€"
}

.i-code-2:before {
    content: "î¨"
}

.i-export-outline:before {
    content: "î¨‚"
}

.i-export-2:before {
    content: "î¨ƒ"
}

.i-pencil-2:before {
    content: "î¨„"
}

.i-pen:before {
    content: "î¨…"
}

.i-feather-1:before {
    content: "î¨†"
}

.i-edit-1:before {
    content: "î¨‡"
}

.i-print-2:before {
    content: "î¨ˆ"
}

.i-comment-2:before {
    content: "î¨‰"
}

.i-chat-2:before {
    content: "î¨Š"
}

.i-chat-alt:before {
    content: "î¨‹"
}

.i-bell-2:before {
    content: "î¨Œ"
}

.i-attention-2:before {
    content: "î¨"
}

.i-attention-filled:before {
    content: "î¨Ž"
}

.i-warning-empty:before {
    content: "î¨"
}

.i-warning:before {
    content: "î¨"
}

.i-contacts:before {
    content: "î¨‘"
}

.i-vcard-1:before {
    content: "î¨’"
}

.i-address-1:before {
    content: "î¨“"
}

.i-location-outline:before {
    content: "î¨”"
}

.i-location-2:before {
    content: "î¨•"
}

.i-map-2:before {
    content: "î¨–"
}

.i-direction-outline:before {
    content: "î¨—"
}

.i-direction-2:before {
    content: "î¨˜"
}

.i-compass-2:before {
    content: "î¨™"
}

.i-trash-2:before {
    content: "î¨š"
}

.i-doc-2:before {
    content: "î¨›"
}

.i-doc-text-2:before {
    content: "î¨œ"
}

.i-doc-add:before {
    content: "î¨"
}

.i-doc-remove:before {
    content: "î¨ž"
}

.i-news:before {
    content: "î¨Ÿ"
}

.i-folder-2:before {
    content: "î¨ "
}

.i-folder-add:before {
    content: "î¨¡"
}

.i-folder-delete:before {
    content: "î¨¢"
}

.i-archive-1:before {
    content: "î¨£"
}

.i-box-2:before {
    content: "î¨¤"
}

.i-rss-outline:before {
    content: "î¨¥"
}

.i-rss-2:before {
    content: "î¨¦"
}

.i-phone-outline:before {
    content: "î¨§"
}

.i-phone-2:before {
    content: "î¨¨"
}

.i-menu-outline:before {
    content: "î¨©"
}

.i-menu-2:before {
    content: "î¨ª"
}

.i-cog-outline:before {
    content: "î¨«"
}

.i-cog-2:before {
    content: "î¨¬"
}

.i-wrench-outline:before {
    content: "î¨­"
}

.i-wrench-1:before {
    content: "î¨®"
}

.i-basket-2:before {
    content: "î¨¯"
}

.i-calendar-outlilne:before {
    content: "î¨°"
}

.i-calendar-2:before {
    content: "î¨±"
}

.i-mic-outline:before {
    content: "î¨²"
}

.i-mic-2:before {
    content: "î¨³"
}

.i-volume-off-1:before {
    content: "î¨´"
}

.i-volume-low:before {
    content: "î¨µ"
}

.i-volume-middle:before {
    content: "î¨¶"
}

.i-volume-high:before {
    content: "î¨·"
}

.i-headphones-1:before {
    content: "î¨¸"
}

.i-clock-2:before {
    content: "î¨¹"
}

.i-wristwatch:before {
    content: "î¨º"
}

.i-stopwatch:before {
    content: "î¨»"
}

.i-lightbulb-1:before {
    content: "î¨¼"
}

.i-block-outline:before {
    content: "î¨½"
}

.i-block-2:before {
    content: "î¨¾"
}

.i-resize-full-outline:before {
    content: "î¨¿"
}

.i-resize-full-2:before {
    content: "î©€"
}

.i-resize-normal-outline:before {
    content: "î©"
}

.i-resize-normal:before {
    content: "î©‚"
}

.i-move-outline:before {
    content: "î©ƒ"
}

.i-move-1:before {
    content: "î©„"
}

.i-popup-1:before {
    content: "î©…"
}

.i-zoom-in-outline:before {
    content: "î©†"
}

.i-zoom-in-1:before {
    content: "î©‡"
}

.i-zoom-out-outline:before {
    content: "î©ˆ"
}

.i-zoom-out-1:before {
    content: "î©‰"
}

.i-popup-2:before {
    content: "î©Š"
}

.i-left-open-outline:before {
    content: "î©‹"
}

.i-left-open-2:before {
    content: "î©Œ"
}

.i-right-open-outline:before {
    content: "î©"
}

.i-right-open-2:before {
    content: "î©Ž"
}

.i-down-2:before {
    content: "î©"
}

.i-left-2:before {
    content: "î©"
}

.i-right-2:before {
    content: "î©‘"
}

.i-up-2:before {
    content: "î©’"
}

.i-down-outline:before {
    content: "î©“"
}

.i-left-outline:before {
    content: "î©”"
}

.i-right-outline:before {
    content: "î©•"
}

.i-up-outline:before {
    content: "î©–"
}

.i-down-small:before {
    content: "î©—"
}

.i-left-small:before {
    content: "î©˜"
}

.i-right-small:before {
    content: "î©™"
}

.i-up-small:before {
    content: "î©š"
}

.i-cw-outline:before {
    content: "î©›"
}

.i-cw-2:before {
    content: "î©œ"
}

.i-arrows-cw-outline:before {
    content: "î©"
}

.i-arrows-cw-1:before {
    content: "î©ž"
}

.i-loop-outline:before {
    content: "î©Ÿ"
}

.i-loop-1:before {
    content: "î© "
}

.i-loop-alt-outline:before {
    content: "î©¡"
}

.i-loop-alt:before {
    content: "î©¢"
}

.i-shuffle-2:before {
    content: "î©£"
}

.i-play-outline:before {
    content: "î©¤"
}

.i-play-2:before {
    content: "î©¥"
}

.i-stop-outline:before {
    content: "î©¦"
}

.i-stop-2:before {
    content: "î©§"
}

.i-pause-outline:before {
    content: "î©¨"
}

.i-pause-2:before {
    content: "î©©"
}

.i-fast-fw-outline:before {
    content: "î©ª"
}

.i-fast-fw-1:before {
    content: "î©«"
}

.i-rewind-outline:before {
    content: "î©¬"
}

.i-rewind:before {
    content: "î©­"
}

.i-record-outline:before {
    content: "î©®"
}

.i-record-1:before {
    content: "î©¯"
}

.i-eject-outline:before {
    content: "î©°"
}

.i-eject-1:before {
    content: "î©±"
}

.i-eject-alt-outline:before {
    content: "î©²"
}

.i-eject-alt:before {
    content: "î©³"
}

.i-bat1:before {
    content: "î©´"
}

.i-bat2:before {
    content: "î©µ"
}

.i-bat3:before {
    content: "î©¶"
}

.i-bat4:before {
    content: "î©·"
}

.i-bat-charge:before {
    content: "î©¸"
}

.i-plug-1:before {
    content: "î©¹"
}

.i-target-outline:before {
    content: "î©º"
}

.i-target-2:before {
    content: "î©»"
}

.i-wifi-outline:before {
    content: "î©¼"
}

.i-wifi-1:before {
    content: "î©½"
}

.i-desktop-1:before {
    content: "î©¾"
}

.i-laptop-1:before {
    content: "î©¿"
}

.i-tablet-1:before {
    content: "îª€"
}

.i-mobile-2:before {
    content: "îª"
}

.i-contrast:before {
    content: "îª‚"
}

.i-globe-outline:before {
    content: "îªƒ"
}

.i-globe-2:before {
    content: "îª„"
}

.i-globe-alt-outline:before {
    content: "îª…"
}

.i-globe-alt:before {
    content: "îª†"
}

.i-sun-1:before {
    content: "îª‡"
}

.i-sun-filled:before {
    content: "îªˆ"
}

.i-cloud-2:before {
    content: "îª‰"
}

.i-flash-outline:before {
    content: "îªŠ"
}

.i-flash-2:before {
    content: "îª‹"
}

.i-moon-2:before {
    content: "îªŒ"
}

.i-waves-outline:before {
    content: "îª"
}

.i-waves:before {
    content: "îªŽ"
}

.i-rain:before {
    content: "îª"
}

.i-cloud-sun:before {
    content: "îª"
}

.i-drizzle:before {
    content: "îª‘"
}

.i-snow:before {
    content: "îª’"
}

.i-cloud-flash:before {
    content: "îª“"
}

.i-cloud-wind:before {
    content: "îª”"
}

.i-wind:before {
    content: "îª•"
}

.i-plane-outline:before {
    content: "îª–"
}

.i-plane:before {
    content: "îª—"
}

.i-leaf-2:before {
    content: "îª˜"
}

.i-lifebuoy-2:before {
    content: "îª™"
}

.i-briefcase-2:before {
    content: "îªš"
}

.i-brush-2:before {
    content: "îª›"
}

.i-pipette:before {
    content: "îªœ"
}

.i-power-outline:before {
    content: "îª"
}

.i-power:before {
    content: "îªž"
}

.i-check-outline:before {
    content: "îªŸ"
}

.i-check-2:before {
    content: "îª "
}

.i-gift-1:before {
    content: "îª¡"
}

.i-temperatire:before {
    content: "îª¢"
}

.i-chart-outline:before {
    content: "îª£"
}

.i-chart:before {
    content: "îª¤"
}

.i-chart-alt-outline:before {
    content: "îª¥"
}

.i-chart-alt:before {
    content: "îª¦"
}

.i-chart-bar-outline:before {
    content: "îª§"
}

.i-chart-bar-2:before {
    content: "îª¨"
}

.i-chart-pie-outline:before {
    content: "îª©"
}

.i-chart-pie-2:before {
    content: "îªª"
}

.i-ticket-2:before {
    content: "îª«"
}

.i-credit-card-2:before {
    content: "îª¬"
}

.i-clipboard-1:before {
    content: "îª­"
}

.i-database-2:before {
    content: "îª®"
}

.i-key-outline:before {
    content: "îª¯"
}

.i-key-2:before {
    content: "îª°"
}

.i-flow-split:before {
    content: "îª±"
}

.i-flow-merge:before {
    content: "îª²"
}

.i-flow-parallel-1:before {
    content: "îª³"
}

.i-flow-cross:before {
    content: "îª´"
}

.i-certificate-outline:before {
    content: "îªµ"
}

.i-certificate-1:before {
    content: "îª¶"
}

.i-scissors-outline:before {
    content: "îª·"
}

.i-scissors-1:before {
    content: "îª¸"
}

.i-flask:before {
    content: "îª¹"
}

.i-wine:before {
    content: "îªº"
}

.i-coffee-1:before {
    content: "îª»"
}

.i-beer-1:before {
    content: "îª¼"
}

.i-anchor-outline:before {
    content: "îª½"
}

.i-anchor-1:before {
    content: "îª¾"
}

.i-puzzle-outline:before {
    content: "îª¿"
}

.i-puzzle-1:before {
    content: "î«€"
}

.i-tree-1:before {
    content: "î«"
}

.i-calculator:before {
    content: "î«‚"
}

.i-infinity-outline:before {
    content: "î«ƒ"
}

.i-infinity-1:before {
    content: "î«„"
}

.i-pi-outline:before {
    content: "î«…"
}

.i-pi:before {
    content: "î«†"
}

.i-at-1:before {
    content: "î«‡"
}

.i-at-circled:before {
    content: "î«ˆ"
}

.i-looped-square-outline:before {
    content: "î«‰"
}

.i-looped-square-interest:before {
    content: "î«Š"
}

.i-sort-alphabet-outline:before {
    content: "î«‹"
}

.i-sort-alphabet:before {
    content: "î«Œ"
}

.i-sort-numeric-outline:before {
    content: "î«"
}

.i-sort-numeric:before {
    content: "î«Ž"
}

.i-dribbble-circled-1:before {
    content: "î«"
}

.i-dribbble-2:before {
    content: "î«"
}

.i-facebook-circled-1:before {
    content: "î«‘"
}

.i-facebook-2:before {
    content: "î«’"
}

.i-flickr-circled-1:before {
    content: "î«“"
}

.i-flickr-2:before {
    content: "î«”"
}

.i-github-circled-2:before {
    content: "î«•"
}

.i-github-2:before {
    content: "î«–"
}

.i-lastfm-circled-1:before {
    content: "î«—"
}

.i-lastfm-2:before {
    content: "î«˜"
}

.i-linkedin-circled-1:before {
    content: "î«™"
}

.i-linkedin-2:before {
    content: "î«š"
}

.i-pinterest-circled-2:before {
    content: "î«›"
}

.i-pinterest-2:before {
    content: "î«œ"
}

.i-skype-outline:before {
    content: "î«"
}

.i-skype-2:before {
    content: "î«ž"
}

.i-tumbler-circled:before {
    content: "î«Ÿ"
}

.i-tumbler:before {
    content: "î« "
}

.i-twitter-circled-1:before {
    content: "î«¡"
}

.i-twitter-2:before {
    content: "î«¢"
}

.i-vimeo-circled-1:before {
    content: "î«£"
}

.i-vimeo-2:before {
    content: "î«¤"
}

.i-search-3:before {
    content: "î«¥"
}

.i-mail-3:before {
    content: "î«¦"
}

.i-heart-3:before {
    content: "î«§"
}

.i-heart-empty-2:before {
    content: "î«¨"
}

.i-star-3:before {
    content: "î«©"
}

.i-user-3:before {
    content: "î«ª"
}

.i-video-3:before {
    content: "î««"
}

.i-picture-3:before {
    content: "î«¬"
}

.i-camera-3:before {
    content: "î«­"
}

.i-ok-2:before {
    content: "î«®"
}

.i-ok-circle:before {
    content: "î«¯"
}

.i-cancel-3:before {
    content: "î«°"
}

.i-cancel-circle:before {
    content: "î«±"
}

.i-plus-3:before {
    content: "î«²"
}

.i-plus-circle:before {
    content: "î«³"
}

.i-minus-3:before {
    content: "î«´"
}

.i-minus-circle:before {
    content: "î«µ"
}

.i-help-2:before {
    content: "î«¶"
}

.i-info-3:before {
    content: "î«·"
}

.i-home-3:before {
    content: "î«¸"
}

.i-link-3:before {
    content: "î«¹"
}

.i-attach-3:before {
    content: "î«º"
}

.i-lock-3:before {
    content: "î«»"
}

.i-lock-empty:before {
    content: "î«¼"
}

.i-lock-open-3:before {
    content: "î«½"
}

.i-lock-open-empty:before {
    content: "î«¾"
}

.i-pin-2:before {
    content: "î«¿"
}

.i-eye-3:before {
    content: "î¬€"
}

.i-tag-3:before {
    content: "î¬"
}

.i-tag-empty:before {
    content: "î¬‚"
}

.i-download-3:before {
    content: "î¬ƒ"
}

.i-upload-3:before {
    content: "î¬„"
}

.i-download-cloud-1:before {
    content: "î¬…"
}

.i-upload-cloud-3:before {
    content: "î¬†"
}

.i-quote-left-1:before {
    content: "î¬‡"
}

.i-quote-right-1:before {
    content: "î¬ˆ"
}

.i-quote-left-alt:before {
    content: "î¬‰"
}

.i-quote-right-alt:before {
    content: "î¬Š"
}

.i-pencil-3:before {
    content: "î¬‹"
}

.i-pencil-neg:before {
    content: "î¬Œ"
}

.i-pencil-alt:before {
    content: "î¬"
}

.i-undo:before {
    content: "î¬Ž"
}

.i-comment-3:before {
    content: "î¬"
}

.i-comment-inv:before {
    content: "î¬"
}

.i-comment-alt:before {
    content: "î¬‘"
}

.i-comment-inv-alt:before {
    content: "î¬’"
}

.i-comment-alt2:before {
    content: "î¬“"
}

.i-comment-inv-alt2:before {
    content: "î¬”"
}

.i-chat-3:before {
    content: "î¬•"
}

.i-chat-inv:before {
    content: "î¬–"
}

.i-location-3:before {
    content: "î¬—"
}

.i-location-inv:before {
    content: "î¬˜"
}

.i-location-alt:before {
    content: "î¬™"
}

.i-compass-3:before {
    content: "î¬š"
}

.i-trash-3:before {
    content: "î¬›"
}

.i-trash-empty-1:before {
    content: "î¬œ"
}

.i-doc-3:before {
    content: "î¬"
}

.i-doc-inv-1:before {
    content: "î¬ž"
}

.i-doc-alt:before {
    content: "î¬Ÿ"
}

.i-doc-inv-alt:before {
    content: "î¬ "
}

.i-article:before {
    content: "î¬¡"
}

.i-article-alt:before {
    content: "î¬¢"
}

.i-book-open-1:before {
    content: "î¬£"
}

.i-folder-3:before {
    content: "î¬¤"
}

.i-folder-empty-1:before {
    content: "î¬¥"
}

.i-box-3:before {
    content: "î¬¦"
}

.i-rss-3:before {
    content: "î¬§"
}

.i-rss-alt:before {
    content: "î¬¨"
}

.i-cog-3:before {
    content: "î¬©"
}

.i-wrench-2:before {
    content: "î¬ª"
}

.i-share-2:before {
    content: "î¬«"
}

.i-calendar-3:before {
    content: "î¬¬"
}

.i-calendar-inv:before {
    content: "î¬­"
}

.i-calendar-alt:before {
    content: "î¬®"
}

.i-mic-3:before {
    content: "î¬¯"
}

.i-volume-off-2:before {
    content: "î¬°"
}

.i-volume-up-1:before {
    content: "î¬±"
}

.i-headphones-2:before {
    content: "î¬²"
}

.i-clock-3:before {
    content: "î¬³"
}

.i-lamp-1:before {
    content: "î¬´"
}

.i-block-3:before {
    content: "î¬µ"
}

.i-resize-full-3:before {
    content: "î¬¶"
}

.i-resize-full-alt-1:before {
    content: "î¬·"
}

.i-resize-small-2:before {
    content: "î¬¸"
}

.i-resize-small-alt:before {
    content: "î¬¹"
}

.i-resize-vertical-1:before {
    content: "î¬º"
}

.i-resize-horizontal-1:before {
    content: "î¬»"
}

.i-move-2:before {
    content: "î¬¼"
}

.i-popup-3:before {
    content: "î¬½"
}

.i-down-3:before {
    content: "î¬¾"
}

.i-left-3:before {
    content: "î¬¿"
}

.i-right-3:before {
    content: "î­€"
}

.i-up-3:before {
    content: "î­"
}

.i-down-circle:before {
    content: "î­‚"
}

.i-left-circle:before {
    content: "î­ƒ"
}

.i-right-circle:before {
    content: "î­„"
}

.i-up-circle:before {
    content: "î­…"
}

.i-cw-3:before {
    content: "î­†"
}

.i-loop-2:before {
    content: "î­‡"
}

.i-loop-alt-1:before {
    content: "î­ˆ"
}

.i-exchange-1:before {
    content: "î­‰"
}

.i-split:before {
    content: "î­Š"
}

.i-arrow-curved:before {
    content: "î­‹"
}

.i-play-3:before {
    content: "î­Œ"
}

.i-play-circle2:before {
    content: "î­"
}

.i-stop-3:before {
    content: "î­Ž"
}

.i-pause-3:before {
    content: "î­"
}

.i-to-start-2:before {
    content: "î­"
}

.i-to-end-2:before {
    content: "î­‘"
}

.i-eject-2:before {
    content: "î­’"
}

.i-target-3:before {
    content: "î­“"
}

.i-signal-2:before {
    content: "î­”"
}

.i-award-1:before {
    content: "î­•"
}

.i-award-empty:before {
    content: "î­–"
}

.i-list-2:before {
    content: "î­—"
}

.i-list-nested:before {
    content: "î­˜"
}

.i-bat-empty:before {
    content: "î­™"
}

.i-bat-half:before {
    content: "î­š"
}

.i-bat-full:before {
    content: "î­›"
}

.i-bat-charge-1:before {
    content: "î­œ"
}

.i-mobile-3:before {
    content: "î­"
}

.i-cd-1:before {
    content: "î­ž"
}

.i-equalizer:before {
    content: "î­Ÿ"
}

.i-cursor:before {
    content: "î­ "
}

.i-aperture:before {
    content: "î­¡"
}

.i-aperture-alt:before {
    content: "î­¢"
}

.i-steering-wheel:before {
    content: "î­£"
}

.i-book-2:before {
    content: "î­¤"
}

.i-book-alt:before {
    content: "î­¥"
}

.i-brush-3:before {
    content: "î­¦"
}

.i-brush-alt:before {
    content: "î­§"
}

.i-eyedropper-1:before {
    content: "î­¨"
}

.i-layers:before {
    content: "î­©"
}

.i-layers-alt:before {
    content: "î­ª"
}

.i-sun-2:before {
    content: "î­«"
}

.i-sun-inv:before {
    content: "î­¬"
}

.i-cloud-3:before {
    content: "î­­"
}

.i-rain-1:before {
    content: "î­®"
}

.i-flash-3:before {
    content: "î­¯"
}

.i-moon-3:before {
    content: "î­°"
}

.i-moon-inv:before {
    content: "î­±"
}

.i-umbrella-1:before {
    content: "î­²"
}

.i-chart-bar-3:before {
    content: "î­³"
}

.i-chart-pie-3:before {
    content: "î­´"
}

.i-chart-pie-alt:before {
    content: "î­µ"
}

.i-key-3:before {
    content: "î­¶"
}

.i-key-inv:before {
    content: "î­·"
}

.i-hash:before {
    content: "î­¸"
}

.i-at-2:before {
    content: "î­¹"
}

.i-pilcrow:before {
    content: "î­º"
}

.i-dial:before {
    content: "î­»"
}

.i-search-4:before {
    content: "î­¼"
}

.i-mail-4:before {
    content: "î­½"
}

.i-heart-4:before {
    content: "î­¾"
}

.i-star-4:before {
    content: "î­¿"
}

.i-user-4:before {
    content: "î®€"
}

.i-user-woman:before {
    content: "î®"
}

.i-user-pair:before {
    content: "î®‚"
}

.i-video-alt:before {
    content: "î®ƒ"
}

.i-videocam-2:before {
    content: "î®„"
}

.i-videocam-alt:before {
    content: "î®…"
}

.i-camera-4:before {
    content: "î®†"
}

.i-th-2:before {
    content: "î®‡"
}

.i-th-list-2:before {
    content: "î®ˆ"
}

.i-ok-3:before {
    content: "î®‰"
}

.i-cancel-4:before {
    content: "î®Š"
}

.i-cancel-circle-1:before {
    content: "î®‹"
}

.i-plus-4:before {
    content: "î®Œ"
}

.i-home-4:before {
    content: "î®"
}

.i-lock-4:before {
    content: "î®Ž"
}

.i-lock-open-4:before {
    content: "î®"
}

.i-eye-4:before {
    content: "î®"
}

.i-tag-4:before {
    content: "î®‘"
}

.i-thumbs-up-3:before {
    content: "î®’"
}

.i-thumbs-down-3:before {
    content: "î®“"
}

.i-download-4:before {
    content: "î®”"
}

.i-export-3:before {
    content: "î®•"
}

.i-pencil-4:before {
    content: "î®–"
}

.i-pencil-alt-1:before {
    content: "î®—"
}

.i-edit-2:before {
    content: "î®˜"
}

.i-chat-4:before {
    content: "î®™"
}

.i-print-3:before {
    content: "î®š"
}

.i-bell-3:before {
    content: "î®›"
}

.i-attention-3:before {
    content: "î®œ"
}

.i-info-4:before {
    content: "î®"
}

.i-question:before {
    content: "î®ž"
}

.i-location-4:before {
    content: "î®Ÿ"
}

.i-trash-4:before {
    content: "î® "
}

.i-doc-4:before {
    content: "î®¡"
}

.i-article-1:before {
    content: "î®¢"
}

.i-article-alt-1:before {
    content: "î®£"
}

.i-rss-4:before {
    content: "î®¤"
}

.i-wrench-3:before {
    content: "î®¥"
}

.i-basket-3:before {
    content: "î®¦"
}

.i-basket-alt:before {
    content: "î®§"
}

.i-calendar-4:before {
    content: "î®¨"
}

.i-calendar-alt-1:before {
    content: "î®©"
}

.i-volume-off-3:before {
    content: "î®ª"
}

.i-volume-down-1:before {
    content: "î®«"
}

.i-volume-up-2:before {
    content: "î®¬"
}

.i-bullhorn:before {
    content: "î®­"
}

.i-clock-4:before {
    content: "î®®"
}

.i-clock-alt:before {
    content: "î®¯"
}

.i-stop-4:before {
    content: "î®°"
}

.i-resize-full-4:before {
    content: "î®±"
}

.i-resize-small-3:before {
    content: "î®²"
}

.i-zoom-in-2:before {
    content: "î®³"
}

.i-zoom-out-2:before {
    content: "î®´"
}

.i-popup-4:before {
    content: "î®µ"
}

.i-down-dir-2:before {
    content: "î®¶"
}

.i-left-dir-2:before {
    content: "î®·"
}

.i-right-dir-2:before {
    content: "î®¸"
}

.i-up-dir-2:before {
    content: "î®¹"
}

.i-down-4:before {
    content: "î®º"
}

.i-up-4:before {
    content: "î®»"
}

.i-cw-4:before {
    content: "î®¼"
}

.i-signal-3:before {
    content: "î®½"
}

.i-award-2:before {
    content: "î®¾"
}

.i-mobile-4:before {
    content: "î®¿"
}

.i-mobile-alt:before {
    content: "î¯€"
}

.i-tablet-2:before {
    content: "î¯"
}

.i-ipod:before {
    content: "î¯‚"
}

.i-cd-2:before {
    content: "î¯ƒ"
}

.i-grid:before {
    content: "î¯„"
}

.i-book-3:before {
    content: "î¯…"
}

.i-easel:before {
    content: "î¯†"
}

.i-globe-3:before {
    content: "î¯‡"
}

.i-chart-1:before {
    content: "î¯ˆ"
}

.i-chart-bar-4:before {
    content: "î¯‰"
}

.i-chart-pie-4:before {
    content: "î¯Š"
}

.i-dollar-1:before {
    content: "î¯‹"
}

.i-at-3:before {
    content: "î¯Œ"
}

.i-colon:before {
    content: "î¯"
}

.i-semicolon:before {
    content: "î¯Ž"
}

.i-squares:before {
    content: "î¯"
}

.i-money-1:before {
    content: "î¯"
}

.i-facebook-3:before {
    content: "î¯‘"
}

.i-facebook-rect:before {
    content: "î¯’"
}

.i-twitter-bird:before {
    content: "î¯“"
}

.i-youtube-1:before {
    content: "î¯”"
}

.i-windy-rain-inv:before {
    content: "î¯•"
}

.i-snow-inv:before {
    content: "î¯–"
}

.i-snow-heavy-inv:before {
    content: "î¯—"
}

.i-hail-inv:before {
    content: "î¯˜"
}

.i-clouds-inv:before {
    content: "î¯™"
}

.i-clouds-flash-inv:before {
    content: "î¯š"
}

.i-temperature:before {
    content: "î¯›"
}

.i-compass-4:before {
    content: "î¯œ"
}

.i-na:before {
    content: "î¯"
}

.i-celcius:before {
    content: "î¯ž"
}

.i-fahrenheit:before {
    content: "î¯Ÿ"
}

.i-clouds-flash-alt:before {
    content: "î¯ "
}

.i-sun-inv-1:before {
    content: "î¯¡"
}

.i-moon-inv-1:before {
    content: "î¯¢"
}

.i-cloud-sun-inv:before {
    content: "î¯£"
}

.i-cloud-moon-inv:before {
    content: "î¯¤"
}

.i-cloud-inv:before {
    content: "î¯¥"
}

.i-cloud-flash-inv:before {
    content: "î¯¦"
}

.i-drizzle-inv:before {
    content: "î¯§"
}

.i-rain-inv:before {
    content: "î¯¨"
}

.i-windy-inv:before {
    content: "î¯©"
}

.i-sunrise:before {
    content: "î¯ª"
}

.i-sun-3:before {
    content: "î¯«"
}

.i-moon-4:before {
    content: "î¯¬"
}

.i-eclipse:before {
    content: "î¯­"
}

.i-mist:before {
    content: "î¯®"
}

.i-wind-1:before {
    content: "î¯¯"
}

.i-snowflake:before {
    content: "î¯°"
}

.i-cloud-sun-1:before {
    content: "î¯±"
}

.i-cloud-moon:before {
    content: "î¯²"
}

.i-fog-sun:before {
    content: "î¯³"
}

.i-fog-moon:before {
    content: "î¯´"
}

.i-fog-cloud:before {
    content: "î¯µ"
}

.i-fog:before {
    content: "î¯¶"
}

.i-cloud-4:before {
    content: "î¯·"
}

.i-cloud-flash-1:before {
    content: "î¯¸"
}

.i-cloud-flash-alt:before {
    content: "î¯¹"
}

.i-drizzle-1:before {
    content: "î¯º"
}

.i-rain-2:before {
    content: "î¯»"
}

.i-windy:before {
    content: "î¯¼"
}

.i-windy-rain:before {
    content: "î¯½"
}

.i-snow-1:before {
    content: "î¯¾"
}

.i-snow-alt:before {
    content: "î¯¿"
}

.i-snow-heavy:before {
    content: "î°€"
}

.i-hail:before {
    content: "î°"
}

.i-clouds:before {
    content: "î°‚"
}

.i-clouds-flash:before {
    content: "î°ƒ"
}

.i-mail-5:before {
    content: "î°„"
}

.i-heart-5:before {
    content: "î°…"
}

.i-star-5:before {
    content: "î°†"
}

.i-star-empty-2:before {
    content: "î°‡"
}

.i-ok-4:before {
    content: "î°ˆ"
}

.i-cancel-5:before {
    content: "î°‰"
}

.i-plus-5:before {
    content: "î°Š"
}

.i-help-circled-2:before {
    content: "î°‹"
}

.i-help-circled-alt:before {
    content: "î°Œ"
}

.i-home-5:before {
    content: "î°"
}

.i-pencil-5:before {
    content: "î°Ž"
}

.i-attention-4:before {
    content: "î°"
}

.i-attention-alt-1:before {
    content: "î°"
}

.i-cog-4:before {
    content: "î°‘"
}

.i-mic-off:before {
    content: "î°’"
}

.i-clock-5:before {
    content: "î°“"
}

.i-stopwatch-1:before {
    content: "î°”"
}

.i-hourglass-5:before {
    content: "î°•"
}

.i-down-5:before {
    content: "î°–"
}

.i-left-4:before {
    content: "î°—"
}

.i-right-4:before {
    content: "î°˜"
}

.i-up-5:before {
    content: "î°™"
}

.i-down-bold-1:before {
    content: "î°š"
}

.i-left-bold-1:before {
    content: "î°›"
}

.i-right-bold-1:before {
    content: "î°œ"
}

.i-up-bold-1:before {
    content: "î°"
}

.i-down-fat:before {
    content: "î°ž"
}

.i-left-fat:before {
    content: "î°Ÿ"
}

.i-right-fat:before {
    content: "î° "
}

.i-up-fat:before {
    content: "î°¡"
}

.i-flash-4:before {
    content: "î°¢"
}

.i-cloud-5:before {
    content: "î°£"
}

.i-vector-pencil:before {
    content: "î°¤"
}

.i-at-4:before {
    content: "î°¥"
}

.i-female-1:before {
    content: "î°¦"
}

.i-male-1:before {
    content: "î°§"
}

.i-king:before {
    content: "î°¨"
}

.i-anchor-2:before {
    content: "î°©"
}

.i-aboveground-rail:before {
    content: "î°ª"
}

.i-airfield:before {
    content: "î°«"
}

.i-airport:before {
    content: "î°¬"
}

.i-art-gallery:before {
    content: "î°­"
}

.i-bar:before {
    content: "î°®"
}

.i-baseball:before {
    content: "î°¯"
}

.i-basketball:before {
    content: "î°°"
}

.i-beer-2:before {
    content: "î°±"
}

.i-belowground-rail:before {
    content: "î°²"
}

.i-bicycle-1:before {
    content: "î°³"
}

.i-bus-1:before {
    content: "î°´"
}

.i-cafe:before {
    content: "î°µ"
}

.i-campsite:before {
    content: "î°¶"
}

.i-cemetery:before {
    content: "î°·"
}

.i-cinema:before {
    content: "î°¸"
}

.i-college:before {
    content: "î°¹"
}

.i-commerical-building:before {
    content: "î°º"
}

.i-credit-card-3:before {
    content: "î°»"
}

.i-cricket:before {
    content: "î°¼"
}

.i-embassy:before {
    content: "î°½"
}

.i-fast-food:before {
    content: "î°¾"
}

.i-ferry:before {
    content: "î°¿"
}

.i-fire-station:before {
    content: "î±€"
}

.i-football:before {
    content: "î±"
}

.i-fuel:before {
    content: "î±‚"
}

.i-garden:before {
    content: "î±ƒ"
}

.i-giraffe:before {
    content: "î±„"
}

.i-golf:before {
    content: "î±…"
}

.i-grocery-store:before {
    content: "î±†"
}

.i-harbor:before {
    content: "î±‡"
}

.i-heliport:before {
    content: "î±ˆ"
}

.i-hospital-1:before {
    content: "î±‰"
}

.i-industrial-building:before {
    content: "î±Š"
}

.i-library:before {
    content: "î±‹"
}

.i-lodging:before {
    content: "î±Œ"
}

.i-london-underground:before {
    content: "î±"
}

.i-minefield:before {
    content: "î±Ž"
}

.i-monument:before {
    content: "î±"
}

.i-museum:before {
    content: "î±"
}

.i-pharmacy:before {
    content: "î±‘"
}

.i-pitch:before {
    content: "î±’"
}

.i-police:before {
    content: "î±“"
}

.i-post:before {
    content: "î±”"
}

.i-prison:before {
    content: "î±•"
}

.i-rail:before {
    content: "î±–"
}

.i-religious-christian:before {
    content: "î±—"
}

.i-religious-islam:before {
    content: "î±˜"
}

.i-religious-jewish:before {
    content: "î±™"
}

.i-restaurant:before {
    content: "î±š"
}

.i-roadblock:before {
    content: "î±›"
}

.i-school:before {
    content: "î±œ"
}

.i-shop:before {
    content: "î±"
}

.i-skiing:before {
    content: "î±ž"
}

.i-soccer:before {
    content: "î±Ÿ"
}

.i-swimming:before {
    content: "î± "
}

.i-tennis:before {
    content: "î±¡"
}

.i-theatre:before {
    content: "î±¢"
}

.i-toilet:before {
    content: "î±£"
}

.i-town-hall:before {
    content: "î±¤"
}

.i-trash-6:before {
    content: "î±¥"
}

.i-tree-2:before {
    content: "î±¦"
}

.i-tree-3:before {
    content: "î±§"
}

.i-warehouse:before {
    content: "î±¨"
}

.i-duckduckgo:before {
    content: "î±©"
}

.i-aim:before {
    content: "î±ª"
}

.i-delicious-1:before {
    content: "î±«"
}

.i-paypal-2:before {
    content: "î±¬"
}

.i-flattr-1:before {
    content: "î±­"
}

.i-android-1:before {
    content: "î±®"
}

.i-eventful:before {
    content: "î±¯"
}

.i-smashmag:before {
    content: "î±°"
}

.i-gplus-3:before {
    content: "î±±"
}

.i-wikipedia:before {
    content: "î±²"
}

.i-lanyrd:before {
    content: "î±³"
}

.i-calendar-6:before {
    content: "î±´"
}

.i-stumbleupon-2:before {
    content: "î±µ"
}

.i-fivehundredpx:before {
    content: "î±¶"
}

.i-pinterest-3:before {
    content: "î±·"
}

.i-bitcoin-1:before {
    content: "î±¸"
}

.i-w3c:before {
    content: "î±¹"
}

.i-foursquare-1:before {
    content: "î±º"
}

.i-html5-1:before {
    content: "î±»"
}

.i-ie-1:before {
    content: "î±¼"
}

.i-call:before {
    content: "î±½"
}

.i-grooveshark:before {
    content: "î±¾"
}

.i-ninetyninedesigns:before {
    content: "î±¿"
}

.i-forrst:before {
    content: "î²€"
}

.i-digg-1:before {
    content: "î²"
}

.i-spotify-2:before {
    content: "î²‚"
}

.i-reddit-1:before {
    content: "î²ƒ"
}

.i-guest:before {
    content: "î²„"
}

.i-gowalla:before {
    content: "î²…"
}

.i-appstore:before {
    content: "î²†"
}

.i-blogger:before {
    content: "î²‡"
}

.i-cc-2:before {
    content: "î²ˆ"
}

.i-dribbble-4:before {
    content: "î²‰"
}

.i-evernote-1:before {
    content: "î²Š"
}

.i-flickr-3:before {
    content: "î²‹"
}

.i-google-1:before {
    content: "î²Œ"
}

.i-viadeo-1:before {
    content: "î²"
}

.i-instapaper:before {
    content: "î²Ž"
}

.i-weibo-1:before {
    content: "î²"
}

.i-klout:before {
    content: "î²"
}

.i-linkedin-4:before {
    content: "î²‘"
}

.i-meetup-1:before {
    content: "î²’"
}

.i-vk:before {
    content: "î²“"
}

.i-plancast:before {
    content: "î²”"
}

.i-disqus:before {
    content: "î²•"
}

.i-rss-5:before {
    content: "î²–"
}

.i-skype-3:before {
    content: "î²—"
}

.i-twitter-5:before {
    content: "î²˜"
}

.i-youtube-2:before {
    content: "î²™"
}

.i-vimeo-3:before {
    content: "î²š"
}

.i-windows-1:before {
    content: "î²›"
}

.i-xing-1:before {
    content: "î²œ"
}

.i-yahoo-1:before {
    content: "î²"
}

.i-chrome-2:before {
    content: "î²ž"
}

.i-email:before {
    content: "î²Ÿ"
}

.i-macstore:before {
    content: "î² "
}

.i-myspace:before {
    content: "î²¡"
}

.i-podcast-1:before {
    content: "î²¢"
}

.i-amazon-1:before {
    content: "î²£"
}

.i-steam-1:before {
    content: "î²¤"
}

.i-cloudapp:before {
    content: "î²¥"
}

.i-dropbox-2:before {
    content: "î²¦"
}

.i-ebay:before {
    content: "î²§"
}

.i-facebook-5:before {
    content: "î²¨"
}

.i-github-4:before {
    content: "î²©"
}

.i-github-circled-4:before {
    content: "î²ª"
}

.i-googleplay:before {
    content: "î²«"
}

.i-itunes:before {
    content: "î²¬"
}

.i-plurk:before {
    content: "î²­"
}

.i-songkick:before {
    content: "î²®"
}

.i-lastfm-3:before {
    content: "î²¯"
}

.i-gmail:before {
    content: "î²°"
}

.i-pinboard:before {
    content: "î²±"
}

.i-openid-1:before {
    content: "î²²"
}

.i-quora-1:before {
    content: "î²³"
}

.i-soundcloud-3:before {
    content: "î²´"
}

.i-tumblr-2:before {
    content: "î²µ"
}

.i-eventasaurus:before {
    content: "î²¶"
}

.i-wordpress-1:before {
    content: "î²·"
}

.i-yelp-1:before {
    content: "î²¸"
}

.i-intensedebate:before {
    content: "î²¹"
}

.i-eventbrite:before {
    content: "î²º"
}

.i-scribd-1:before {
    content: "î²»"
}

.i-posterous:before {
    content: "î²¼"
}

.i-stripe:before {
    content: "î²½"
}

.i-opentable:before {
    content: "î²¾"
}

.i-cart:before {
    content: "î²¿"
}

.i-print-5:before {
    content: "î³€"
}

.i-angellist-1:before {
    content: "î³"
}

.i-instagram-3:before {
    content: "î³‚"
}

.i-dwolla:before {
    content: "î³ƒ"
}

.i-appnet:before {
    content: "î³„"
}

.i-statusnet:before {
    content: "î³…"
}

.i-acrobat:before {
    content: "î³†"
}

.i-drupal-1:before {
    content: "î³‡"
}

.i-buffer:before {
    content: "î³ˆ"
}

.i-pocket:before {
    content: "î³‰"
}

.i-bitbucket-1:before {
    content: "î³Š"
}

.i-lego:before {
    content: "î³‹"
}

.i-login-3:before {
    content: "î³Œ"
}

.i-stackoverflow-1:before {
    content: "î³"
}

.i-hackernews:before {
    content: "î³Ž"
}

.i-lkdto:before {
    content: "î³"
}

.i-facebook-6:before {
    content: "î³"
}

.i-facebook-rect-1:before {
    content: "î³‘"
}

.i-twitter-6:before {
    content: "î³’"
}

.i-twitter-bird-1:before {
    content: "î³“"
}

.i-vimeo-4:before {
    content: "î³”"
}

.i-vimeo-rect:before {
    content: "î³•"
}

.i-tumblr-rect:before {
    content: "î³–"
}

.i-googleplus-rect:before {
    content: "î³—"
}

.i-github-text:before {
    content: "î³˜"
}

.i-github-5:before {
    content: "î³™"
}

.i-icq:before {
    content: "î³š"
}

.i-yandex-rect:before {
    content: "î³›"
}

.i-vkontakte-rect:before {
    content: "î³œ"
}

.i-odnoklassniki-1:before {
    content: "î³"
}

.i-odnoklassniki-rect:before {
    content: "î³ž"
}

.i-friendfeed:before {
    content: "î³Ÿ"
}

.i-friendfeed-rect:before {
    content: "î³ "
}

.i-blogger-1:before {
    content: "î³¡"
}

.i-blogger-rect:before {
    content: "î³¢"
}

.i-deviantart-1:before {
    content: "î³£"
}

.i-lastfm-4:before {
    content: "î³¤"
}

.i-lastfm-rect:before {
    content: "î³¥"
}

.i-linkedin-rect:before {
    content: "î³¦"
}

.i-picasa-1:before {
    content: "î³§"
}

.i-instagram-4:before {
    content: "î³¨"
}

.i-instagram-filled:before {
    content: "î³©"
}

.i-box-4:before {
    content: "î³ª"
}

.i-box-rect:before {
    content: "î³«"
}

.i-youku:before {
    content: "î³¬"
}

.i-win8:before {
    content: "î³­"
}

.i-discover:before {
    content: "î³®"
}

.i-visa:before {
    content: "î³¯"
}

.i-houzz-1:before {
    content: "î³°"
}

.i-glass-1:before {
    content: "î³±"
}

.i-music-3:before {
    content: "î³²"
}

.i-search-6:before {
    content: "î³³"
}

.i-search-circled:before {
    content: "î³´"
}

.i-mail-6:before {
    content: "î³µ"
}

.i-mail-circled:before {
    content: "î³¶"
}

.i-heart-6:before {
    content: "î³·"
}

.i-heart-circled:before {
    content: "î³¸"
}

.i-heart-empty-3:before {
    content: "î³¹"
}

.i-star-6:before {
    content: "î³º"
}

.i-star-circled:before {
    content: "î³»"
}

.i-star-empty-3:before {
    content: "î³¼"
}

.i-user-6:before {
    content: "î³½"
}

.i-group:before {
    content: "î³¾"
}

.i-group-circled:before {
    content: "î³¿"
}

.i-torso:before {
    content: "î´€"
}

.i-video-4:before {
    content: "î´"
}

.i-video-circled:before {
    content: "î´‚"
}

.i-video-alt-1:before {
    content: "î´ƒ"
}

.i-videocam-4:before {
    content: "î´„"
}

.i-video-chat:before {
    content: "î´…"
}

.i-picture-4:before {
    content: "î´†"
}

.i-camera-6:before {
    content: "î´‡"
}

.i-photo:before {
    content: "î´ˆ"
}

.i-photo-circled:before {
    content: "î´‰"
}

.i-th-large-2:before {
    content: "î´Š"
}

.i-th-3:before {
    content: "î´‹"
}

.i-th-list-4:before {
    content: "î´Œ"
}

.i-view-mode:before {
    content: "î´"
}

.i-ok-5:before {
    content: "î´Ž"
}

.i-ok-circled-2:before {
    content: "î´"
}

.i-ok-circled2-1:before {
    content: "î´"
}

.i-cancel-6:before {
    content: "î´‘"
}

.i-cancel-circled-4:before {
    content: "î´’"
}

.i-cancel-circled2-1:before {
    content: "î´“"
}

.i-plus-6:before {
    content: "î´”"
}

.i-plus-circled-2:before {
    content: "î´•"
}

.i-minus-4:before {
    content: "î´–"
}

.i-minus-circled-2:before {
    content: "î´—"
}

.i-help-3:before {
    content: "î´˜"
}

.i-help-circled-3:before {
    content: "î´™"
}

.i-info-circled-3:before {
    content: "î´š"
}

.i-home-6:before {
    content: "î´›"
}

.i-home-circled:before {
    content: "î´œ"
}

.i-website:before {
    content: "î´"
}

.i-website-circled:before {
    content: "î´ž"
}

.i-attach-5:before {
    content: "î´Ÿ"
}

.i-attach-circled:before {
    content: "î´ "
}

.i-lock-6:before {
    content: "î´¡"
}

.i-lock-circled:before {
    content: "î´¢"
}

.i-lock-open-6:before {
    content: "î´£"
}

.i-lock-open-alt-2:before {
    content: "î´¤"
}

.i-eye-6:before {
    content: "î´¥"
}

.i-eye-off-1:before {
    content: "î´¦"
}

.i-tag-5:before {
    content: "î´§"
}

.i-tags-2:before {
    content: "î´¨"
}

.i-bookmark-3:before {
    content: "î´©"
}

.i-bookmark-empty-1:before {
    content: "î´ª"
}

.i-flag-3:before {
    content: "î´«"
}

.i-flag-circled:before {
    content: "î´¬"
}

.i-thumbs-up-4:before {
    content: "î´­"
}

.i-thumbs-down-4:before {
    content: "î´®"
}

.i-download-6:before {
    content: "î´¯"
}

.i-download-alt:before {
    content: "î´°"
}

.i-upload-5:before {
    content: "î´±"
}

.i-share-3:before {
    content: "î´²"
}

.i-quote-1:before {
    content: "î´³"
}

.i-quote-circled:before {
    content: "î´´"
}

.i-export-5:before {
    content: "î´µ"
}

.i-pencil-6:before {
    content: "î´¶"
}

.i-pencil-circled:before {
    content: "î´·"
}

.i-edit-3:before {
    content: "î´¸"
}

.i-edit-circled:before {
    content: "î´¹"
}

.i-edit-alt:before {
    content: "î´º"
}

.i-print-6:before {
    content: "î´»"
}

.i-retweet-3:before {
    content: "î´¼"
}

.i-comment-5:before {
    content: "î´½"
}

.i-comment-alt-1:before {
    content: "î´¾"
}

.i-bell-5:before {
    content: "î´¿"
}

.i-warning-1:before {
    content: "îµ€"
}

.i-exclamation:before {
    content: "îµ"
}

.i-error:before {
    content: "îµ‚"
}

.i-error-alt:before {
    content: "îµƒ"
}

.i-location-6:before {
    content: "îµ„"
}

.i-location-circled:before {
    content: "îµ…"
}

.i-compass-5:before {
    content: "îµ†"
}

.i-compass-circled:before {
    content: "îµ‡"
}

.i-trash-7:before {
    content: "îµˆ"
}

.i-trash-circled:before {
    content: "îµ‰"
}

.i-doc-6:before {
    content: "îµŠ"
}

.i-doc-circled:before {
    content: "îµ‹"
}

.i-doc-new:before {
    content: "îµŒ"
}

.i-doc-new-circled:before {
    content: "îµ"
}

.i-folder-5:before {
    content: "îµŽ"
}

.i-folder-circled:before {
    content: "îµ"
}

.i-folder-close:before {
    content: "îµ"
}

.i-folder-open-2:before {
    content: "îµ‘"
}

.i-rss-6:before {
    content: "îµ’"
}

.i-phone-3:before {
    content: "îµ“"
}

.i-phone-circled:before {
    content: "îµ”"
}

.i-cog-5:before {
    content: "îµ•"
}

.i-cog-circled:before {
    content: "îµ–"
}

.i-cogs:before {
    content: "îµ—"
}

.i-wrench-4:before {
    content: "îµ˜"
}

.i-wrench-circled:before {
    content: "îµ™"
}

.i-basket-4:before {
    content: "îµš"
}

.i-basket-circled:before {
    content: "îµ›"
}

.i-calendar-7:before {
    content: "îµœ"
}

.i-calendar-circled:before {
    content: "îµ"
}

.i-mic-5:before {
    content: "îµž"
}

.i-mic-circled:before {
    content: "îµŸ"
}

.i-volume-off-4:before {
    content: "îµ "
}

.i-volume-down-2:before {
    content: "îµ¡"
}

.i-volume-1:before {
    content: "îµ¢"
}

.i-volume-up-3:before {
    content: "îµ£"
}

.i-headphones-3:before {
    content: "îµ¤"
}

.i-clock-6:before {
    content: "îµ¥"
}

.i-clock-circled:before {
    content: "îµ¦"
}

.i-lightbulb-2:before {
    content: "îµ§"
}

.i-lightbulb-alt:before {
    content: "îµ¨"
}

.i-block-4:before {
    content: "îµ©"
}

.i-resize-full-5:before {
    content: "îµª"
}

.i-resize-full-alt-2:before {
    content: "îµ«"
}

.i-resize-small-4:before {
    content: "îµ¬"
}

.i-resize-vertical-2:before {
    content: "îµ­"
}

.i-resize-horizontal-2:before {
    content: "îµ®"
}

.i-move-3:before {
    content: "îµ¯"
}

.i-zoom-in-4:before {
    content: "îµ°"
}

.i-zoom-out-4:before {
    content: "îµ±"
}

.i-down-open-3:before {
    content: "îµ²"
}

.i-left-open-4:before {
    content: "îµ³"
}

.i-right-open-4:before {
    content: "îµ´"
}

.i-up-open-3:before {
    content: "îµµ"
}

.i-down-6:before {
    content: "îµ¶"
}

.i-left-5:before {
    content: "îµ·"
}

.i-right-5:before {
    content: "îµ¸"
}

.i-up-6:before {
    content: "îµ¹"
}

.i-down-circled-2:before {
    content: "îµº"
}

.i-left-circled-2:before {
    content: "îµ»"
}

.i-right-circled-2:before {
    content: "îµ¼"
}

.i-up-circled-2:before {
    content: "îµ½"
}

.i-down-hand-1:before {
    content: "îµ¾"
}

.i-left-hand-1:before {
    content: "îµ¿"
}

.i-right-hand-1:before {
    content: "î¶€"
}

.i-up-hand-1:before {
    content: "î¶"
}

.i-cw-5:before {
    content: "î¶‚"
}

.i-cw-circled:before {
    content: "î¶ƒ"
}

.i-arrows-cw-2:before {
    content: "î¶„"
}

.i-shuffle-4:before {
    content: "î¶…"
}

.i-play-5:before {
    content: "î¶†"
}

.i-play-circled-1:before {
    content: "î¶‡"
}

.i-play-circled2-1:before {
    content: "î¶ˆ"
}

.i-stop-6:before {
    content: "î¶‰"
}

.i-stop-circled:before {
    content: "î¶Š"
}

.i-pause-5:before {
    content: "î¶‹"
}

.i-pause-circled:before {
    content: "î¶Œ"
}

.i-record-2:before {
    content: "î¶"
}

.i-eject-3:before {
    content: "î¶Ž"
}

.i-backward:before {
    content: "î¶"
}

.i-backward-circled:before {
    content: "î¶"
}

.i-fast-backward-2:before {
    content: "î¶‘"
}

.i-fast-forward-2:before {
    content: "î¶’"
}

.i-forward-3:before {
    content: "î¶“"
}

.i-forward-circled:before {
    content: "î¶”"
}

.i-step-backward:before {
    content: "î¶•"
}

.i-step-forward:before {
    content: "î¶–"
}

.i-target-4:before {
    content: "î¶—"
}

.i-signal-4:before {
    content: "î¶˜"
}

.i-desktop-2:before {
    content: "î¶™"
}

.i-desktop-circled:before {
    content: "î¶š"
}

.i-laptop-2:before {
    content: "î¶›"
}

.i-laptop-circled:before {
    content: "î¶œ"
}

.i-network-1:before {
    content: "î¶"
}

.i-inbox-3:before {
    content: "î¶ž"
}

.i-inbox-circled:before {
    content: "î¶Ÿ"
}

.i-inbox-alt:before {
    content: "î¶ "
}

.i-globe-5:before {
    content: "î¶¡"
}

.i-globe-alt-1:before {
    content: "î¶¢"
}

.i-cloud-6:before {
    content: "î¶£"
}

.i-cloud-circled:before {
    content: "î¶¤"
}

.i-flight-2:before {
    content: "î¶¥"
}

.i-leaf-3:before {
    content: "î¶¦"
}

.i-font-1:before {
    content: "î¶§"
}

.i-fontsize-1:before {
    content: "î¶¨"
}

.i-bold-1:before {
    content: "î¶©"
}

.i-italic-1:before {
    content: "î¶ª"
}

.i-text-height-1:before {
    content: "î¶«"
}

.i-text-width-1:before {
    content: "î¶¬"
}

.i-align-left-1:before {
    content: "î¶­"
}

.i-align-center-1:before {
    content: "î¶®"
}

.i-align-right-1:before {
    content: "î¶¯"
}

.i-align-justify-1:before {
    content: "î¶°"
}

.i-list-3:before {
    content: "î¶±"
}

.i-indent-left-1:before {
    content: "î¶²"
}

.i-indent-right-1:before {
    content: "î¶³"
}

.i-briefcase-3:before {
    content: "î¶´"
}

.i-off-1:before {
    content: "î¶µ"
}

.i-road-1:before {
    content: "î¶¶"
}

.i-qrcode-1:before {
    content: "î¶·"
}

.i-barcode-1:before {
    content: "î¶¸"
}

.i-braille-1:before {
    content: "î¶¹"
}

.i-book-4:before {
    content: "î¶º"
}

.i-adjust-2:before {
    content: "î¶»"
}

.i-tint-1:before {
    content: "î¶¼"
}

.i-check-3:before {
    content: "î¶½"
}

.i-check-empty-1:before {
    content: "î¶¾"
}

.i-asterisk-1:before {
    content: "î¶¿"
}

.i-gift-2:before {
    content: "î·€"
}

.i-fire-2:before {
    content: "î·"
}

.i-magnet-2:before {
    content: "î·‚"
}

.i-chart-2:before {
    content: "î·ƒ"
}

.i-chart-circled:before {
    content: "î·„"
}

.i-credit-card-4:before {
    content: "î·…"
}

.i-megaphone-2:before {
    content: "î·†"
}

.i-clipboard-2:before {
    content: "î·‡"
}

.i-hdd-2:before {
    content: "î·ˆ"
}

.i-key-4:before {
    content: "î·‰"
}

.i-certificate-2:before {
    content: "î·Š"
}

.i-tasks-1:before {
    content: "î·‹"
}

.i-filter-1:before {
    content: "î·Œ"
}

.i-gauge-2:before {
    content: "î·"
}

.i-smiley:before {
    content: "î·Ž"
}

.i-smiley-circled:before {
    content: "î·"
}

.i-address-book-1:before {
    content: "î·"
}

.i-address-book-alt:before {
    content: "î·‘"
}

.i-asl:before {
    content: "î·’"
}

.i-glasses:before {
    content: "î·“"
}

.i-hearing-impaired:before {
    content: "î·”"
}

.i-iphone-home:before {
    content: "î·•"
}

.i-person:before {
    content: "î·–"
}

.i-adult:before {
    content: "î·—"
}

.i-child-1:before {
    content: "î·˜"
}

.i-blind-1:before {
    content: "î·™"
}

.i-guidedog:before {
    content: "î·š"
}

.i-accessibility:before {
    content: "î·›"
}

.i-universal-access-1:before {
    content: "î·œ"
}

.i-male-2:before {
    content: "î·"
}

.i-female-2:before {
    content: "î·ž"
}

.i-behance-2:before {
    content: "î·Ÿ"
}

.i-blogger-2:before {
    content: "î· "
}

.i-cc-3:before {
    content: "î·¡"
}

.i-css:before {
    content: "î·¢"
}

.i-delicious-2:before {
    content: "î·£"
}

.i-deviantart-2:before {
    content: "î·¤"
}

.i-digg-2:before {
    content: "î·¥"
}

.i-dribbble-5:before {
    content: "î·¦"
}

.i-facebook-7:before {
    content: "î·§"
}

.i-flickr-4:before {
    content: "î·¨"
}

.i-foursquare-2:before {
    content: "î·©"
}

.i-friendfeed-1:before {
    content: "î·ª"
}

.i-friendfeed-rect-1:before {
    content: "î·«"
}

.i-github-6:before {
    content: "î·¬"
}

.i-github-text-1:before {
    content: "î·­"
}

.i-googleplus:before {
    content: "î·®"
}

.i-instagram-5:before {
    content: "î·¯"
}

.i-linkedin-6:before {
    content: "î·°"
}

.i-path:before {
    content: "î·±"
}

.i-picasa-2:before {
    content: "î·²"
}

.i-pinterest-4:before {
    content: "î·³"
}

.i-reddit-2:before {
    content: "î·´"
}

.i-skype-5:before {
    content: "î·µ"
}

.i-slideshare-1:before {
    content: "î·¶"
}

.i-stackoverflow-2:before {
    content: "î··"
}

.i-stumbleupon-3:before {
    content: "î·¸"
}

.i-twitter-7:before {
    content: "î·¹"
}

.i-tumblr-4:before {
    content: "î·º"
}

.i-vimeo-5:before {
    content: "î·»"
}

.i-vkontakte-2:before {
    content: "î·¼"
}

.i-w3c-1:before {
    content: "î·½"
}

.i-wordpress-3:before {
    content: "î·¾"
}

.i-youtube-3:before {
    content: "î·¿"
}

.i-music-4:before {
    content: "î¸€"
}

.i-search-7:before {
    content: "î¸"
}

.i-mail-7:before {
    content: "î¸‚"
}

.i-heart-7:before {
    content: "î¸ƒ"
}

.i-star-7:before {
    content: "î¸„"
}

.i-user-7:before {
    content: "î¸…"
}

.i-videocam-5:before {
    content: "î¸†"
}

.i-camera-7:before {
    content: "î¸‡"
}

.i-photo-1:before {
    content: "î¸ˆ"
}

.i-attach-6:before {
    content: "î¸‰"
}

.i-lock-7:before {
    content: "î¸Š"
}

.i-eye-7:before {
    content: "î¸‹"
}

.i-tag-6:before {
    content: "î¸Œ"
}

.i-thumbs-up-5:before {
    content: "î¸"
}

.i-pencil-7:before {
    content: "î¸Ž"
}

.i-comment-6:before {
    content: "î¸"
}

.i-location-7:before {
    content: "î¸"
}

.i-cup-1:before {
    content: "î¸‘"
}

.i-trash-8:before {
    content: "î¸’"
}

.i-doc-7:before {
    content: "î¸“"
}

.i-note-1:before {
    content: "î¸”"
}

.i-cog-6:before {
    content: "î¸•"
}

.i-params:before {
    content: "î¸–"
}

.i-calendar-8:before {
    content: "î¸—"
}

.i-sound-1:before {
    content: "î¸˜"
}

.i-clock-7:before {
    content: "î¸™"
}

.i-lightbulb-3:before {
    content: "î¸š"
}

.i-tv:before {
    content: "î¸›"
}

.i-desktop-3:before {
    content: "î¸œ"
}

.i-mobile-6:before {
    content: "î¸"
}

.i-cd-3:before {
    content: "î¸ž"
}

.i-inbox-4:before {
    content: "î¸Ÿ"
}

.i-globe-6:before {
    content: "î¸ "
}

.i-cloud-7:before {
    content: "î¸¡"
}

.i-paper-plane-3:before {
    content: "î¸¢"
}

.i-fire-3:before {
    content: "î¸£"
}

.i-graduation-cap-2:before {
    content: "î¸¤"
}

.i-megaphone-3:before {
    content: "î¸¥"
}

.i-database-3:before {
    content: "î¸¦"
}

.i-key-5:before {
    content: "î¸§"
}

.i-beaker-1:before {
    content: "î¸¨"
}

.i-truck-1:before {
    content: "î¸©"
}

.i-money-2:before {
    content: "î¸ª"
}

.i-food-1:before {
    content: "î¸«"
}

.i-shop-1:before {
    content: "î¸¬"
}

.i-diamond-1:before {
    content: "î¸­"
}

.i-t-shirt:before {
    content: "î¸®"
}

.i-wallet:before {
    content: "î¸¯"
}

.i-search-8:before {
    content: "î¸°"
}

.i-mail-8:before {
    content: "î¸±"
}

.i-heart-8:before {
    content: "î¸²"
}

.i-heart-empty-4:before {
    content: "î¸³"
}

.i-star-8:before {
    content: "î¸´"
}

.i-user-8:before {
    content: "î¸µ"
}

.i-video-5:before {
    content: "î¸¶"
}

.i-picture-5:before {
    content: "î¸·"
}

.i-th-large-3:before {
    content: "î¸¸"
}

.i-th-4:before {
    content: "î¸¹"
}

.i-th-list-5:before {
    content: "î¸º"
}

.i-ok-6:before {
    content: "î¸»"
}

.i-ok-circle-1:before {
    content: "î¸¼"
}

.i-cancel-7:before {
    content: "î¸½"
}

.i-cancel-circle-2:before {
    content: "î¸¾"
}

.i-plus-circle-1:before {
    content: "î¸¿"
}

.i-minus-circle-1:before {
    content: "î¹€"
}

.i-link-5:before {
    content: "î¹"
}

.i-attach-7:before {
    content: "î¹‚"
}

.i-lock-8:before {
    content: "î¹ƒ"
}

.i-lock-open-7:before {
    content: "î¹„"
}

.i-tag-7:before {
    content: "î¹…"
}

.i-reply-4:before {
    content: "î¹†"
}

.i-reply-all-2:before {
    content: "î¹‡"
}

.i-forward-4:before {
    content: "î¹ˆ"
}

.i-code-3:before {
    content: "î¹‰"
}

.i-retweet-4:before {
    content: "î¹Š"
}

.i-comment-7:before {
    content: "î¹‹"
}

.i-comment-alt-2:before {
    content: "î¹Œ"
}

.i-chat-6:before {
    content: "î¹"
}

.i-attention-5:before {
    content: "î¹Ž"
}

.i-location-8:before {
    content: "î¹"
}

.i-doc-8:before {
    content: "î¹"
}

.i-docs-landscape:before {
    content: "î¹‘"
}

.i-folder-6:before {
    content: "î¹’"
}

.i-archive-2:before {
    content: "î¹“"
}

.i-rss-7:before {
    content: "î¹”"
}

.i-rss-alt-1:before {
    content: "î¹•"
}

.i-cog-7:before {
    content: "î¹–"
}

.i-logout-3:before {
    content: "î¹—"
}

.i-clock-8:before {
    content: "î¹˜"
}

.i-block-5:before {
    content: "î¹™"
}

.i-resize-full-6:before {
    content: "î¹š"
}

.i-resize-full-circle:before {
    content: "î¹›"
}

.i-popup-5:before {
    content: "î¹œ"
}

.i-left-open-5:before {
    content: "î¹"
}

.i-right-open-5:before {
    content: "î¹ž"
}

.i-down-circle-1:before {
    content: "î¹Ÿ"
}

.i-left-circle-1:before {
    content: "î¹ "
}

.i-right-circle-1:before {
    content: "î¹¡"
}

.i-up-circle-1:before {
    content: "î¹¢"
}

.i-down-dir-3:before {
    content: "î¹£"
}

.i-right-dir-3:before {
    content: "î¹¤"
}

.i-down-micro:before {
    content: "î¹¥"
}

.i-up-micro:before {
    content: "î¹¦"
}

.i-cw-circle:before {
    content: "î¹§"
}

.i-arrows-cw-3:before {
    content: "î¹¨"
}

.i-updown-circle:before {
    content: "î¹©"
}

.i-target-5:before {
    content: "î¹ª"
}

.i-signal-5:before {
    content: "î¹«"
}

.i-progress-4:before {
    content: "î¹¬"
}

.i-progress-5:before {
    content: "î¹­"
}

.i-progress-6:before {
    content: "î¹®"
}

.i-progress-7:before {
    content: "î¹¯"
}

.i-progress-8:before {
    content: "î¹°"
}

.i-progress-9:before {
    content: "î¹±"
}

.i-progress-10:before {
    content: "î¹²"
}

.i-progress-11:before {
    content: "î¹³"
}

.i-font-2:before {
    content: "î¹´"
}

.i-list-4:before {
    content: "î¹µ"
}

.i-list-numbered-1:before {
    content: "î¹¶"
}

.i-indent-left-2:before {
    content: "î¹·"
}

.i-indent-right-2:before {
    content: "î¹¸"
}

.i-cloud-8:before {
    content: "î¹¹"
}

.i-terminal-1:before {
    content: "î¹º"
}

.i-facebook-rect-2:before {
    content: "î¹»"
}

.i-twitter-bird-2:before {
    content: "î¹¼"
}

.i-vimeo-rect-1:before {
    content: "î¹½"
}

.i-tumblr-rect-1:before {
    content: "î¹¾"
}

.i-googleplus-rect-1:before {
    content: "î¹¿"
}

.i-linkedin-rect-1:before {
    content: "îº€"
}

.i-skype-6:before {
    content: "îº"
}

.i-vkontakte-rect-1:before {
    content: "îº‚"
}

.i-youtube-4:before {
    content: "îºƒ"
}

.i-odnoklassniki-rect-1:before {
    content: "îº„"
}

.i-down-open-2:before {
    content: "ï€„"
}

.i-up-open-2:before {
    content: "ï€…"
}

.i-right-open-3:before {
    content: "ï€†"
}

.i-left-open-3:before {
    content: "ï€‡"
}

.i-menu-3:before {
    content: "ï€ˆ"
}

.i-th-list-3:before {
    content: "ï€‰"
}

.i-th-thumb:before {
    content: "ï€Š"
}

.i-th-thumb-empty:before {
    content: "ï€‹"
}

.i-coverflow:before {
    content: "ï€Œ"
}

.i-coverflow-empty:before {
    content: "ï€"
}

.i-pause-4:before {
    content: "ï€Ž"
}

.i-play-4:before {
    content: "ï€"
}

.i-to-end-3:before {
    content: "ï€"
}

.i-to-start-3:before {
    content: "ï€‘"
}

.i-fast-forward-1:before {
    content: "ï€’"
}

.i-fast-backward-1:before {
    content: "ï€“"
}

.i-upload-cloud-4:before {
    content: "ï€”"
}

.i-download-cloud-2:before {
    content: "ï€•"
}

.i-data-science:before {
    content: "ï€–"
}

.i-data-science-inv:before {
    content: "ï€—"
}

.i-globe-4:before {
    content: "ï€˜"
}

.i-globe-inv:before {
    content: "ï€™"
}

.i-math:before {
    content: "ï€š"
}

.i-math-circled-empty:before {
    content: "ï€›"
}

.i-math-circled:before {
    content: "ï€œ"
}

.i-paper-plane-2:before {
    content: "ï€"
}

.i-paper-plane-alt2:before {
    content: "ï€ž"
}

.i-paper-plane-alt:before {
    content: "ï€Ÿ"
}

.i-color-adjust:before {
    content: "ï€ "
}

.i-star-half-1:before {
    content: "ï€¢"
}

.i-star-half_empty:before {
    content: "ï€¤"
}

.i-ccw-2:before {
    content: "ï€¥"
}

.i-heart-broken:before {
    content: "ï€¨"
}

.i-hash-1:before {
    content: "ï€©"
}

.i-reply-3:before {
    content: "ï€ª"
}

.i-retweet-2:before {
    content: "ï€«"
}

.i-login-2:before {
    content: "ï€¬"
}

.i-logout-2:before {
    content: "ï€­"
}

.i-download-5:before {
    content: "ï€®"
}

.i-upload-4:before {
    content: "ï€¯"
}

.i-location-5:before {
    content: "ï€±"
}

.i-monitor-1:before {
    content: "ï€²"
}

.i-tablet-3:before {
    content: "ï€³"
}

.i-mobile-5:before {
    content: "ï€´"
}

.i-connected-object:before {
    content: "ï€µ"
}

.i-isight:before {
    content: "ï€¹"
}

.i-videocam-3:before {
    content: "ï€º"
}

.i-shuffle-3:before {
    content: "ï€»"
}

.i-chat-5:before {
    content: "ï€½"
}

.i-bell-4:before {
    content: "ï€¿"
}

.i-movie:before {
    content: "ï€"
}

.i-ruler:before {
    content: "ï„"
}

.i-vector:before {
    content: "ï…"
}

.i-move:before {
    content: "ï‡"
}

.i-mic-4:before {
    content: "ïˆ"
}

.i-doc-5:before {
    content: "ïŠ"
}

.i-dribbble-circled-2:before {
    content: "ï"
}

.i-dribbble-3:before {
    content: "ï"
}

.i-facebook-circled-2:before {
    content: "ï‘"
}

.i-facebook-4:before {
    content: "ï’"
}

.i-github-circled-alt:before {
    content: "ï“"
}

.i-github-circled-3:before {
    content: "ï”"
}

.i-github-3:before {
    content: "ï•"
}

.i-github-circled-alt2:before {
    content: "ï–"
}

.i-twitter-circled-2:before {
    content: "ï—"
}

.i-twitter-4:before {
    content: "ï˜"
}

.i-gplus-circled-1:before {
    content: "ï™"
}

.i-gplus-2:before {
    content: "ïš"
}

.i-linkedin-circled-2:before {
    content: "ï›"
}

.i-linkedin-3:before {
    content: "ïœ"
}

.i-instagram-2:before {
    content: "ï"
}

.i-instagram-circled:before {
    content: "ïž"
}

.i-mfg-logo:before {
    content: "ïŸ"
}

.i-mfg-logo-circled:before {
    content: "ï "
}

.i-user-5:before {
    content: "ï¡"
}

.i-user-male:before {
    content: "ï¢"
}

.i-user-female:before {
    content: "ï£"
}

.i-users-3:before {
    content: "ï¤"
}

.i-folder-4:before {
    content: "ï§"
}

.i-folder-open-1:before {
    content: "ï¨"
}

.i-folder-empty-2:before {
    content: "ï©"
}

.i-attach-4:before {
    content: "ïª"
}

.i-ok-circled-1:before {
    content: "ï­"
}

.i-cancel-circled-3:before {
    content: "ï®"
}

.i-inbox-2:before {
    content: "ï°"
}

.i-trophy-1:before {
    content: "ï´"
}

.i-lock-open-alt-1:before {
    content: "ïµ"
}

.i-link-4:before {
    content: "ï»"
}

.i-zoom-in-3:before {
    content: "ï¾"
}

.i-zoom-out-3:before {
    content: "ï¿"
}

.i-stop-5:before {
    content: "ï‚€"
}

.i-export-4:before {
    content: "ï‚"
}

.i-eye-5:before {
    content: "ï‚‚"
}

.i-trash-5:before {
    content: "ï‚ƒ"
}

.i-hdd-1:before {
    content: "ï‚„"
}

.i-info-circled-2:before {
    content: "ï‚…"
}

.i-info-circled-alt:before {
    content: "ï‚†"
}

.i-print-4:before {
    content: "ï‚‡"
}

.i-fontsize:before {
    content: "ï‚ˆ"
}

.i-soundcloud-2:before {
    content: "ï‚‰"
}

.i-soundcloud-circled:before {
    content: "ï‚Š"
}

.i-link-ext:before {
    content: "ï‚Ž"
}

.i-check-empty:before {
    content: "ï‚–"
}

.i-bookmark-empty:before {
    content: "ï‚—"
}

.i-phone-squared:before {
    content: "ï‚˜"
}

.i-twitter:before {
    content: "ï‚™"
}

.i-facebook:before {
    content: "ï‚š"
}

.i-github-circled:before {
    content: "ï‚›"
}

.i-rss:before {
    content: "ï‚ž"
}

.i-hdd:before {
    content: "ï‚ "
}

.i-certificate:before {
    content: "ï‚£"
}

.i-left-circled:before {
    content: "ï‚¨"
}

.i-right-circled:before {
    content: "ï‚©"
}

.i-up-circled:before {
    content: "ï‚ª"
}

.i-down-circled:before {
    content: "ï‚«"
}

.i-tasks:before {
    content: "ï‚®"
}

.i-filter:before {
    content: "ï‚°"
}

.i-resize-full-alt:before {
    content: "ï‚²"
}

.i-beaker:before {
    content: "ïƒƒ"
}

.i-docs:before {
    content: "ïƒ…"
}

.i-blank:before {
    content: "ïƒˆ"
}

.i-menu:before {
    content: "ïƒ‰"
}

.i-list-bullet:before {
    content: "ïƒŠ"
}

.i-list-numbered:before {
    content: "ïƒ‹"
}

.i-strike:before {
    content: "ïƒŒ"
}

.i-underline:before {
    content: "ïƒ"
}

.i-table:before {
    content: "ïƒŽ"
}

.i-magic:before {
    content: "ïƒ"
}

.i-pinterest-circled:before {
    content: "ïƒ’"
}

.i-pinterest-squared:before {
    content: "ïƒ“"
}

.i-gplus-squared:before {
    content: "ïƒ”"
}

.i-gplus:before {
    content: "ïƒ•"
}

.i-money:before {
    content: "ïƒ–"
}

.i-columns:before {
    content: "ïƒ›"
}

.i-sort:before {
    content: "ïƒœ"
}

.i-sort-down:before {
    content: "ïƒ"
}

.i-sort-up:before {
    content: "ïƒž"
}

.i-mail-alt:before {
    content: "ïƒ "
}

.i-linkedin:before {
    content: "ïƒ¡"
}

.i-gauge:before {
    content: "ïƒ¤"
}

.i-comment-empty:before {
    content: "ïƒ¥"
}

.i-chat-empty:before {
    content: "ïƒ¦"
}

.i-sitemap:before {
    content: "ïƒ¨"
}

.i-paste:before {
    content: "ïƒª"
}

.i-lightbulb:before {
    content: "ïƒ«"
}

.i-exchange:before {
    content: "ïƒ¬"
}

.i-download-cloud:before {
    content: "ïƒ­"
}

.i-upload-cloud:before {
    content: "ïƒ®"
}

.i-user-md:before {
    content: "ïƒ°"
}

.i-stethoscope:before {
    content: "ïƒ±"
}

.i-suitcase:before {
    content: "ïƒ²"
}

.i-bell-alt:before {
    content: "ïƒ³"
}

.i-coffee:before {
    content: "ïƒ´"
}

.i-food:before {
    content: "ïƒµ"
}

.i-doc-text:before {
    content: "ïƒ¶"
}

.i-building:before {
    content: "ïƒ·"
}

.i-hospital:before {
    content: "ïƒ¸"
}

.i-ambulance:before {
    content: "ïƒ¹"
}

.i-medkit:before {
    content: "ïƒº"
}

.i-fighter-jet:before {
    content: "ïƒ»"
}

.i-beer:before {
    content: "ïƒ¼"
}

.i-h-sigh:before {
    content: "ïƒ½"
}

.i-plus-squared:before {
    content: "ïƒ¾"
}

.i-angle-double-left:before {
    content: "ï„€"
}

.i-angle-double-right:before {
    content: "ï„"
}

.i-angle-double-up:before {
    content: "ï„‚"
}

.i-angle-double-down:before {
    content: "ï„ƒ"
}

.i-angle-left:before {
    content: "ï„„"
}

.i-angle-right:before {
    content: "ï„…"
}

.i-angle-up:before {
    content: "ï„†"
}

.i-angle-down:before {
    content: "ï„‡"
}

.i-desktop:before {
    content: "ï„ˆ"
}

.i-laptop:before {
    content: "ï„‰"
}

.i-tablet:before {
    content: "ï„Š"
}

.i-mobile:before {
    content: "ï„‹"
}

.i-circle-empty:before {
    content: "ï„Œ"
}

.i-quote-left:before {
    content: "ï„"
}

.i-quote-right:before {
    content: "ï„Ž"
}

.i-spinner:before {
    content: "ï„"
}

.i-circle:before {
    content: "ï„‘"
}

.i-reply:before {
    content: "ï„’"
}

.i-github:before {
    content: "ï„“"
}

.i-folder-empty:before {
    content: "ï„”"
}

.i-folder-open-empty:before {
    content: "ï„•"
}

.i-smile:before {
    content: "ï„˜"
}

.i-frown:before {
    content: "ï„™"
}

.i-meh:before {
    content: "ï„š"
}

.i-gamepad:before {
    content: "ï„›"
}

.i-keyboard:before {
    content: "ï„œ"
}

.i-flag-empty:before {
    content: "ï„"
}

.i-flag-checkered:before {
    content: "ï„ž"
}

.i-terminal:before {
    content: "ï„ "
}

.i-code:before {
    content: "ï„¡"
}

.i-reply-all:before {
    content: "ï„¢"
}

.i-star-half-alt:before {
    content: "ï„£"
}

.i-direction:before {
    content: "ï„¤"
}

.i-crop:before {
    content: "ï„¥"
}

.i-fork:before {
    content: "ï„¦"
}

.i-unlink:before {
    content: "ï„§"
}

.i-help:before {
    content: "ï„¨"
}

.i-info:before {
    content: "ï„©"
}

.i-attention-alt:before {
    content: "ï„ª"
}

.i-superscript:before {
    content: "ï„«"
}

.i-subscript:before {
    content: "ï„¬"
}

.i-eraser:before {
    content: "ï„­"
}

.i-puzzle:before {
    content: "ï„®"
}

.i-mic:before {
    content: "ï„°"
}

.i-mute:before {
    content: "ï„±"
}

.i-shield:before {
    content: "ï„²"
}

.i-calendar-empty:before {
    content: "ï„³"
}

.i-extinguisher:before {
    content: "ï„´"
}

.i-rocket:before {
    content: "ï„µ"
}

.i-maxcdn:before {
    content: "ï„¶"
}

.i-angle-circled-left:before {
    content: "ï„·"
}

.i-angle-circled-right:before {
    content: "ï„¸"
}

.i-angle-circled-up:before {
    content: "ï„¹"
}

.i-angle-circled-down:before {
    content: "ï„º"
}

.i-html5:before {
    content: "ï„»"
}

.i-css3:before {
    content: "ï„¼"
}

.i-anchor:before {
    content: "ï„½"
}

.i-lock-open-alt:before {
    content: "ï„¾"
}

.i-bullseye:before {
    content: "ï…€"
}

.i-ellipsis:before {
    content: "ï…"
}

.i-ellipsis-vert:before {
    content: "ï…‚"
}

.i-rss-squared:before {
    content: "ï…ƒ"
}

.i-play-circled:before {
    content: "ï…„"
}

.i-ticket:before {
    content: "ï……"
}

.i-minus-squared:before {
    content: "ï…†"
}

.i-minus-squared-alt:before {
    content: "ï…‡"
}

.i-level-up:before {
    content: "ï…ˆ"
}

.i-level-down:before {
    content: "ï…‰"
}

.i-ok-squared:before {
    content: "ï…Š"
}

.i-pencil-squared:before {
    content: "ï…‹"
}

.i-link-ext-alt:before {
    content: "ï…Œ"
}

.i-export-alt:before {
    content: "ï…"
}

.i-compass:before {
    content: "ï…Ž"
}

.i-expand:before {
    content: "ï…"
}

.i-collapse:before {
    content: "ï…‘"
}

.i-expand-right:before {
    content: "ï…’"
}

.i-euro:before {
    content: "ï…“"
}

.i-pound:before {
    content: "ï…”"
}

.i-dollar:before {
    content: "ï…•"
}

.i-rupee:before {
    content: "ï…–"
}

.i-yen:before {
    content: "ï…—"
}

.i-rouble:before {
    content: "ï…˜"
}

.i-won:before {
    content: "ï…™"
}

.i-bitcoin:before {
    content: "ï…š"
}

.i-doc-inv:before {
    content: "ï…›"
}

.i-doc-text-inv:before {
    content: "ï…œ"
}

.i-sort-name-up:before {
    content: "ï…"
}

.i-sort-name-down:before {
    content: "ï…ž"
}

.i-sort-alt-up:before {
    content: "ï… "
}

.i-sort-alt-down:before {
    content: "ï…¡"
}

.i-sort-number-up:before {
    content: "ï…¢"
}

.i-sort-number-down:before {
    content: "ï…£"
}

.i-thumbs-up-alt:before {
    content: "ï…¤"
}

.i-thumbs-down-alt:before {
    content: "ï…¥"
}

.i-youtube-squared:before {
    content: "ï…¦"
}

.i-youtube:before {
    content: "ï…§"
}

.i-xing:before {
    content: "ï…¨"
}

.i-xing-squared:before {
    content: "ï…©"
}

.i-youtube-play:before {
    content: "ï…ª"
}

.i-dropbox:before {
    content: "ï…«"
}

.i-stackoverflow:before {
    content: "ï…¬"
}

.i-instagram:before {
    content: "ï…­"
}

.i-flickr:before {
    content: "ï…®"
}

.i-adn:before {
    content: "ï…°"
}

.i-bitbucket:before {
    content: "ï…±"
}

.i-bitbucket-squared:before {
    content: "ï…²"
}

.i-tumblr:before {
    content: "ï…³"
}

.i-tumblr-squared:before {
    content: "ï…´"
}

.i-down:before {
    content: "ï…µ"
}

.i-up:before {
    content: "ï…¶"
}

.i-left:before {
    content: "ï…·"
}

.i-right:before {
    content: "ï…¸"
}

.i-apple:before {
    content: "ï…¹"
}

.i-windows:before {
    content: "ï…º"
}

.i-android:before {
    content: "ï…»"
}

.i-linux:before {
    content: "ï…¼"
}

.i-dribbble:before {
    content: "ï…½"
}

.i-skype:before {
    content: "ï…¾"
}

.i-foursquare:before {
    content: "ï†€"
}

.i-trello:before {
    content: "ï†"
}

.i-female:before {
    content: "ï†‚"
}

.i-male:before {
    content: "ï†ƒ"
}

.i-gittip:before {
    content: "ï†„"
}

.i-sun:before {
    content: "ï†…"
}

.i-moon:before {
    content: "ï††"
}

.i-box:before {
    content: "ï†‡"
}

.i-bug:before {
    content: "ï†ˆ"
}

.i-vkontakte:before {
    content: "ï†‰"
}

.i-weibo:before {
    content: "ï†Š"
}

.i-renren:before {
    content: "ï†‹"
}

.i-pagelines:before {
    content: "ï†Œ"
}

.i-stackexchange:before {
    content: "ï†"
}

.i-right-circled2:before {
    content: "ï†Ž"
}

.i-left-circled2:before {
    content: "ï†"
}

.i-collapse-left:before {
    content: "ï†‘"
}

.i-dot-circled:before {
    content: "ï†’"
}

.i-wheelchair:before {
    content: "ï†“"
}

.i-vimeo-squared:before {
    content: "ï†”"
}

.i-try:before {
    content: "ï†•"
}

.i-plus-squared-alt:before {
    content: "ï†–"
}

.i-space-shuttle:before {
    content: "ï†—"
}

.i-slack:before {
    content: "ï†˜"
}

.i-mail-squared:before {
    content: "ï†™"
}

.i-wordpress:before {
    content: "ï†š"
}

.i-openid:before {
    content: "ï†›"
}

.i-bank:before {
    content: "ï†œ"
}

.i-graduation-cap:before {
    content: "ï†"
}

.i-yahoo:before {
    content: "ï†ž"
}

.i-google:before {
    content: "ï† "
}

.i-reddit:before {
    content: "ï†¡"
}

.i-reddit-squared:before {
    content: "ï†¢"
}

.i-stumbleupon-circled:before {
    content: "ï†£"
}

.i-stumbleupon:before {
    content: "ï†¤"
}

.i-delicious:before {
    content: "ï†¥"
}

.i-digg:before {
    content: "ï†¦"
}

.i-pied-piper-squared:before {
    content: "ï†§"
}

.i-pied-piper-alt:before {
    content: "ï†¨"
}

.i-drupal:before {
    content: "ï†©"
}

.i-joomla:before {
    content: "ï†ª"
}

.i-language:before {
    content: "ï†«"
}

.i-fax:before {
    content: "ï†¬"
}

.i-building-filled:before {
    content: "ï†­"
}

.i-child:before {
    content: "ï†®"
}

.i-paw:before {
    content: "ï†°"
}

.i-spoon:before {
    content: "ï†±"
}

.i-cube:before {
    content: "ï†²"
}

.i-cubes:before {
    content: "ï†³"
}

.i-behance:before {
    content: "ï†´"
}

.i-behance-squared:before {
    content: "ï†µ"
}

.i-steam:before {
    content: "ï†¶"
}

.i-steam-squared:before {
    content: "ï†·"
}

.i-recycle:before {
    content: "ï†¸"
}

.i-cab:before {
    content: "ï†¹"
}

.i-taxi:before {
    content: "ï†º"
}

.i-tree:before {
    content: "ï†»"
}

.i-spotify:before {
    content: "ï†¼"
}

.i-deviantart:before {
    content: "ï†½"
}

.i-soundcloud:before {
    content: "ï†¾"
}

.i-database:before {
    content: "ï‡€"
}

.i-file-pdf:before {
    content: "ï‡"
}

.i-file-word:before {
    content: "ï‡‚"
}

.i-file-excel:before {
    content: "ï‡ƒ"
}

.i-file-powerpoint:before {
    content: "ï‡„"
}

.i-file-image:before {
    content: "ï‡…"
}

.i-file-archive:before {
    content: "ï‡†"
}

.i-file-audio:before {
    content: "ï‡‡"
}

.i-file-video:before {
    content: "ï‡ˆ"
}

.i-file-code:before {
    content: "ï‡‰"
}

.i-vine:before {
    content: "ï‡Š"
}

.i-codeopen:before {
    content: "ï‡‹"
}

.i-jsfiddle:before {
    content: "ï‡Œ"
}

.i-lifebuoy:before {
    content: "ï‡"
}

.i-circle-notch:before {
    content: "ï‡Ž"
}

.i-rebel:before {
    content: "ï‡"
}

.i-empire:before {
    content: "ï‡‘"
}

.i-git-squared:before {
    content: "ï‡’"
}

.i-git:before {
    content: "ï‡“"
}

.i-hacker-news:before {
    content: "ï‡”"
}

.i-tencent-weibo:before {
    content: "ï‡•"
}

.i-qq:before {
    content: "ï‡–"
}

.i-wechat:before {
    content: "ï‡—"
}

.i-paper-plane:before {
    content: "ï‡˜"
}

.i-paper-plane-empty:before {
    content: "ï‡™"
}

.i-history:before {
    content: "ï‡š"
}

.i-circle-thin:before {
    content: "ï‡›"
}

.i-header:before {
    content: "ï‡œ"
}

.i-paragraph:before {
    content: "ï‡"
}

.i-sliders:before {
    content: "ï‡ž"
}

.i-share:before {
    content: "ï‡ "
}

.i-share-squared:before {
    content: "ï‡¡"
}

.i-bomb:before {
    content: "ï‡¢"
}

.i-soccer-ball:before {
    content: "ï‡£"
}

.i-tty:before {
    content: "ï‡¤"
}

.i-binoculars:before {
    content: "ï‡¥"
}

.i-plug:before {
    content: "ï‡¦"
}

.i-slideshare:before {
    content: "ï‡§"
}

.i-twitch:before {
    content: "ï‡¨"
}

.i-yelp:before {
    content: "ï‡©"
}

.i-newspaper:before {
    content: "ï‡ª"
}

.i-wifi:before {
    content: "ï‡«"
}

.i-calc:before {
    content: "ï‡¬"
}

.i-paypal:before {
    content: "ï‡­"
}

.i-gwallet:before {
    content: "ï‡®"
}

.i-cc-visa:before {
    content: "ï‡°"
}

.i-cc-mastercard:before {
    content: "ï‡±"
}

.i-cc-discover:before {
    content: "ï‡²"
}

.i-cc-amex:before {
    content: "ï‡³"
}

.i-cc-paypal:before {
    content: "ï‡´"
}

.i-cc-stripe:before {
    content: "ï‡µ"
}

.i-bell-off:before {
    content: "ï‡¶"
}

.i-bell-off-empty:before {
    content: "ï‡·"
}

.i-trash:before {
    content: "ï‡¸"
}

.i-copyright:before {
    content: "ï‡¹"
}

.i-at:before {
    content: "ï‡º"
}

.i-eyedropper:before {
    content: "ï‡»"
}

.i-brush:before {
    content: "ï‡¼"
}

.i-birthday:before {
    content: "ï‡½"
}

.i-chart-area:before {
    content: "ï‡¾"
}

.i-chart-pie:before {
    content: "ïˆ€"
}

.i-chart-line:before {
    content: "ïˆ"
}

.i-lastfm:before {
    content: "ïˆ‚"
}

.i-lastfm-squared:before {
    content: "ïˆƒ"
}

.i-toggle-off:before {
    content: "ïˆ„"
}

.i-toggle-on:before {
    content: "ïˆ…"
}

.i-bicycle:before {
    content: "ïˆ†"
}

.i-bus:before {
    content: "ïˆ‡"
}

.i-ioxhost:before {
    content: "ïˆˆ"
}

.i-angellist:before {
    content: "ïˆ‰"
}

.i-cc:before {
    content: "ïˆŠ"
}

.i-shekel:before {
    content: "ïˆ‹"
}

.i-meanpath:before {
    content: "ïˆŒ"
}

.i-buysellads:before {
    content: "ïˆ"
}

.i-connectdevelop:before {
    content: "ïˆŽ"
}

.i-dashcube:before {
    content: "ïˆ"
}

.i-forumbee:before {
    content: "ïˆ‘"
}

.i-leanpub:before {
    content: "ïˆ’"
}

.i-sellsy:before {
    content: "ïˆ“"
}

.i-shirtsinbulk:before {
    content: "ïˆ”"
}

.i-simplybuilt:before {
    content: "ïˆ•"
}

.i-skyatlas:before {
    content: "ïˆ–"
}

.i-cart-plus:before {
    content: "ïˆ—"
}

.i-cart-arrow-down:before {
    content: "ïˆ˜"
}

.i-diamond:before {
    content: "ïˆ™"
}

.i-ship:before {
    content: "ïˆš"
}

.i-user-secret:before {
    content: "ïˆ›"
}

.i-motorcycle:before {
    content: "ïˆœ"
}

.i-street-view:before {
    content: "ïˆ"
}

.i-heartbeat:before {
    content: "ïˆž"
}

.i-venus:before {
    content: "ïˆ¡"
}

.i-mars:before {
    content: "ïˆ¢"
}

.i-mercury:before {
    content: "ïˆ£"
}

.i-transgender:before {
    content: "ïˆ¤"
}

.i-transgender-alt:before {
    content: "ïˆ¥"
}

.i-venus-double:before {
    content: "ïˆ¦"
}

.i-mars-double:before {
    content: "ïˆ§"
}

.i-venus-mars:before {
    content: "ïˆ¨"
}

.i-mars-stroke:before {
    content: "ïˆ©"
}

.i-mars-stroke-v:before {
    content: "ïˆª"
}

.i-mars-stroke-h:before {
    content: "ïˆ«"
}

.i-neuter:before {
    content: "ïˆ¬"
}

.i-genderless:before {
    content: "ïˆ­"
}

.i-facebook-official:before {
    content: "ïˆ°"
}

.i-pinterest:before {
    content: "ïˆ±"
}

.i-whatsapp:before {
    content: "ïˆ²"
}

.i-server:before {
    content: "ïˆ³"
}

.i-user-plus:before {
    content: "ïˆ´"
}

.i-user-times:before {
    content: "ïˆµ"
}

.i-bed:before {
    content: "ïˆ¶"
}

.i-viacoin:before {
    content: "ïˆ·"
}

.i-train:before {
    content: "ïˆ¸"
}

.i-subway:before {
    content: "ïˆ¹"
}

.i-medium:before {
    content: "ïˆº"
}

.i-y-combinator:before {
    content: "ïˆ»"
}

.i-optin-monster:before {
    content: "ïˆ¼"
}

.i-opencart:before {
    content: "ïˆ½"
}

.i-expeditedssl:before {
    content: "ïˆ¾"
}

.i-battery-4:before {
    content: "ï‰€"
}

.i-battery-3:before {
    content: "ï‰"
}

.i-battery-2:before {
    content: "ï‰‚"
}

.i-battery-1:before {
    content: "ï‰ƒ"
}

.i-battery-0:before {
    content: "ï‰„"
}

.i-mouse-pointer:before {
    content: "ï‰…"
}

.i-i-cursor:before {
    content: "ï‰†"
}

.i-object-group:before {
    content: "ï‰‡"
}

.i-object-ungroup:before {
    content: "ï‰ˆ"
}

.i-cc-jcb:before {
    content: "ï‰‹"
}

.i-cc-diners-club:before {
    content: "ï‰Œ"
}

.i-clone:before {
    content: "ï‰"
}

.i-balance-scale:before {
    content: "ï‰Ž"
}

.i-hourglass-o:before {
    content: "ï‰"
}

.i-hourglass-1:before {
    content: "ï‰‘"
}

.i-hourglass-2:before {
    content: "ï‰’"
}

.i-hourglass-3:before {
    content: "ï‰“"
}

.i-hourglass:before {
    content: "ï‰”"
}

.i-hand-grab-o:before {
    content: "ï‰•"
}

.i-hand-paper-o:before {
    content: "ï‰–"
}

.i-hand-scissors-o:before {
    content: "ï‰—"
}

.i-hand-lizard-o:before {
    content: "ï‰˜"
}

.i-hand-spock-o:before {
    content: "ï‰™"
}

.i-hand-pointer-o:before {
    content: "ï‰š"
}

.i-hand-peace-o:before {
    content: "ï‰›"
}

.i-trademark:before {
    content: "ï‰œ"
}

.i-registered:before {
    content: "ï‰"
}

.i-creative-commons:before {
    content: "ï‰ž"
}

.i-gg:before {
    content: "ï‰ "
}

.i-gg-circle:before {
    content: "ï‰¡"
}

.i-tripadvisor:before {
    content: "ï‰¢"
}

.i-odnoklassniki:before {
    content: "ï‰£"
}

.i-odnoklassniki-square:before {
    content: "ï‰¤"
}

.i-get-pocket:before {
    content: "ï‰¥"
}

.i-wikipedia-w:before {
    content: "ï‰¦"
}

.i-safari:before {
    content: "ï‰§"
}

.i-chrome-1:before {
    content: "ï‰¨"
}

.i-firefox-1:before {
    content: "ï‰©"
}

.i-opera-1:before {
    content: "ï‰ª"
}

.i-internet-explorer:before {
    content: "ï‰«"
}

.i-television:before {
    content: "ï‰¬"
}

.i-contao:before {
    content: "ï‰­"
}

.i-500px:before {
    content: "ï‰®"
}

.i-amazon:before {
    content: "ï‰°"
}

.i-calendar-plus-o:before {
    content: "ï‰±"
}

.i-calendar-minus-o:before {
    content: "ï‰²"
}

.i-calendar-times-o:before {
    content: "ï‰³"
}

.i-calendar-check-o:before {
    content: "ï‰´"
}

.i-industry:before {
    content: "ï‰µ"
}

.i-map-pin:before {
    content: "ï‰¶"
}

.i-map-signs:before {
    content: "ï‰·"
}

.i-map-o:before {
    content: "ï‰¸"
}

.i-map:before {
    content: "ï‰¹"
}

.i-commenting:before {
    content: "ï‰º"
}

.i-commenting-o:before {
    content: "ï‰»"
}

.i-houzz:before {
    content: "ï‰¼"
}

.i-vimeo:before {
    content: "ï‰½"
}

.i-black-tie:before {
    content: "ï‰¾"
}

.i-fonticons:before {
    content: "ïŠ€"
}

.i-reddit-alien:before {
    content: "ïŠ"
}

.i-edge:before {
    content: "ïŠ‚"
}

.i-credit-card-alt:before {
    content: "ïŠƒ"
}

.i-codiepie:before {
    content: "ïŠ„"
}

.i-modx:before {
    content: "ïŠ…"
}

.i-fort-awesome:before {
    content: "ïŠ†"
}

.i-usb:before {
    content: "ïŠ‡"
}

.i-product-hunt:before {
    content: "ïŠˆ"
}

.i-mixcloud:before {
    content: "ïŠ‰"
}

.i-scribd:before {
    content: "ïŠŠ"
}

.i-pause-circle:before {
    content: "ïŠ‹"
}

.i-pause-circle-o:before {
    content: "ïŠŒ"
}

.i-stop-circle:before {
    content: "ïŠ"
}

.i-stop-circle-o:before {
    content: "ïŠŽ"
}

.i-shopping-bag:before {
    content: "ïŠ"
}

.i-shopping-basket:before {
    content: "ïŠ‘"
}

.i-hashtag:before {
    content: "ïŠ’"
}

.i-bluetooth:before {
    content: "ïŠ“"
}

.i-bluetooth-b:before {
    content: "ïŠ”"
}

.i-percent:before {
    content: "ïŠ•"
}

.i-gitlab:before {
    content: "ïŠ–"
}

.i-wpbeginner:before {
    content: "ïŠ—"
}

.i-wpforms:before {
    content: "ïŠ˜"
}

.i-envira:before {
    content: "ïŠ™"
}

.i-universal-access:before {
    content: "ïŠš"
}

.i-wheelchair-alt:before {
    content: "ïŠ›"
}

.i-question-circle-o:before {
    content: "ïŠœ"
}

.i-blind:before {
    content: "ïŠ"
}

.i-audio-description:before {
    content: "ïŠž"
}

.i-volume-control-phone:before {
    content: "ïŠ "
}

.i-braille:before {
    content: "ïŠ¡"
}

.i-assistive-listening-systems:before {
    content: "ïŠ¢"
}

.i-american-sign-language-interpreting:before {
    content: "ïŠ£"
}

.i-asl-interpreting:before {
    content: "ïŠ¤"
}

.i-glide:before {
    content: "ïŠ¥"
}

.i-glide-g:before {
    content: "ïŠ¦"
}

.i-sign-language:before {
    content: "ïŠ§"
}

.i-low-vision:before {
    content: "ïŠ¨"
}

.i-viadeo:before {
    content: "ïŠ©"
}

.i-viadeo-square:before {
    content: "ïŠª"
}

.i-snapchat:before {
    content: "ïŠ«"
}

.i-snapchat-ghost:before {
    content: "ïŠ¬"
}

.i-snapchat-square:before {
    content: "ïŠ­"
}

.i-pied-piper:before {
    content: "ïŠ®"
}

.i-first-order:before {
    content: "ïŠ°"
}

.i-yoast:before {
    content: "ïŠ±"
}

.i-themeisle:before {
    content: "ïŠ²"
}

.i-google-plus-circle:before {
    content: "ïŠ³"
}

.i-font-awesome:before {
    content: "ïŠ´"
}

.i-handshake-o:before {
    content: "ïŠµ"
}

.i-envelope-open:before {
    content: "ïŠ¶"
}

.i-envelope-open-o:before {
    content: "ïŠ·"
}

.i-linode:before {
    content: "ïŠ¸"
}

.i-address-book:before {
    content: "ïŠ¹"
}

.i-address-book-o:before {
    content: "ïŠº"
}

.i-address-card:before {
    content: "ïŠ»"
}

.i-address-card-o:before {
    content: "ïŠ¼"
}

.i-user-circle:before {
    content: "ïŠ½"
}

.i-user-circle-o:before {
    content: "ïŠ¾"
}

.i-user-o:before {
    content: "ï‹€"
}

.i-id-badge:before {
    content: "ï‹"
}

.i-id-card:before {
    content: "ï‹‚"
}

.i-id-card-o:before {
    content: "ï‹ƒ"
}

.i-quora:before {
    content: "ï‹„"
}

.i-free-code-camp:before {
    content: "ï‹…"
}

.i-telegram:before {
    content: "ï‹†"
}

.i-thermometer:before {
    content: "ï‹‡"
}

.i-thermometer-3:before {
    content: "ï‹ˆ"
}

.i-thermometer-2:before {
    content: "ï‹‰"
}

.i-thermometer-quarter:before {
    content: "ï‹Š"
}

.i-thermometer-0:before {
    content: "ï‹‹"
}

.i-shower:before {
    content: "ï‹Œ"
}

.i-bath:before {
    content: "ï‹"
}

.i-podcast:before {
    content: "ï‹Ž"
}

.i-window-maximize:before {
    content: "ï‹"
}

.i-window-minimize:before {
    content: "ï‹‘"
}

.i-window-restore:before {
    content: "ï‹’"
}

.i-window-close:before {
    content: "ï‹“"
}

.i-window-close-o:before {
    content: "ï‹”"
}

.i-bandcamp:before {
    content: "ï‹•"
}

.i-grav:before {
    content: "ï‹–"
}

.i-etsy:before {
    content: "ï‹—"
}

.i-imdb:before {
    content: "ï‹˜"
}

.i-ravelry:before {
    content: "ï‹™"
}

.i-eercast:before {
    content: "ï‹š"
}

.i-microchip:before {
    content: "ï‹›"
}

.i-snowflake-o:before {
    content: "ï‹œ"
}

.i-superpowers:before {
    content: "ï‹"
}

.i-wpexplorer:before {
    content: "ï‹ž"
}

.i-meetup:before {
    content: "ï‹ "
}

.i-github-squared:before {
    content: "ïŒ€"
}

.i-github-circled-1:before {
    content: "ïŒ"
}

.i-twitter-3:before {
    content: "ïŒ‚"
}

.i-flickr-1:before {
    content: "ïŒƒ"
}

.i-twitter-squared:before {
    content: "ïŒ„"
}

.i-yandex:before {
    content: "ïŒ…"
}

.i-vimeo-1:before {
    content: "ïŒ†"
}

.i-vimeo-circled:before {
    content: "ïŒ‡"
}

.i-facebook-squared:before {
    content: "ïŒˆ"
}

.i-twitter-1:before {
    content: "ïŒ‰"
}

.i-twitter-circled:before {
    content: "ïŒŠ"
}

.i-skype-4:before {
    content: "ïŒ‹"
}

.i-linkedin-squared:before {
    content: "ïŒŒ"
}

.i-facebook-circled:before {
    content: "ïŒ"
}

.i-facebook-squared-1:before {
    content: "ïŒŽ"
}

.i-gplus-1:before {
    content: "ïŒ"
}

.i-gplus-circled:before {
    content: "ïŒ"
}

.i-tumblr-3:before {
    content: "ïŒ‘"
}

.i-pinterest-1:before {
    content: "ïŒ’"
}

.i-pinterest-circled-1:before {
    content: "ïŒ“"
}

.i-twitter-rect:before {
    content: "ïŒ”"
}

.i-tumblr-1:before {
    content: "ïŒ•"
}

.i-tumblr-circled:before {
    content: "ïŒ–"
}

.i-jabber:before {
    content: "ïŒ—"
}

.i-linkedin-1:before {
    content: "ïŒ˜"
}

.i-linkedin-circled:before {
    content: "ïŒ™"
}

.i-linkedin-5:before {
    content: "ïŒš"
}

.i-dribbble-1:before {
    content: "ïŒ›"
}

.i-dribbble-circled:before {
    content: "ïŒœ"
}

.i-wordpress-2:before {
    content: "ïŒ"
}

.i-stumbleupon-1:before {
    content: "ïŒž"
}

.i-stumbleupon-circled-1:before {
    content: "ïŒŸ"
}

.i-diigo:before {
    content: "ïŒ "
}

.i-lastfm-1:before {
    content: "ïŒ¡"
}

.i-lastfm-circled:before {
    content: "ïŒ¢"
}

.i-tudou:before {
    content: "ïŒ£"
}

.i-rdio:before {
    content: "ïŒ¤"
}

.i-rdio-circled:before {
    content: "ïŒ¥"
}

.i-amex:before {
    content: "ïŒ¦"
}

.i-spotify-1:before {
    content: "ïŒ§"
}

.i-spotify-circled:before {
    content: "ïŒ¨"
}

.i-mastercard:before {
    content: "ïŒ©"
}

.i-qq-1:before {
    content: "ïŒª"
}

.i-bandcamp-1:before {
    content: "ïŒ«"
}

.i-codepen:before {
    content: "ïŒ¬"
}

.i-instagram-1:before {
    content: "ïŒ­"
}

.i-dropbox-1:before {
    content: "ïŒ°"
}

.i-evernote:before {
    content: "ïŒ³"
}

.i-flattr:before {
    content: "ïŒ¶"
}

.i-skype-1:before {
    content: "ïŒ¹"
}

.i-skype-circled:before {
    content: "ïŒº"
}

.i-renren-1:before {
    content: "ïŒ¼"
}

.i-sina-weibo:before {
    content: "ïŒ¿"
}

.i-paypal-1:before {
    content: "ï‚"
}

.i-picasa:before {
    content: "ï…"
}

.i-soundcloud-1:before {
    content: "ïˆ"
}

.i-mixi:before {
    content: "ï‹"
}

.i-behance-1:before {
    content: "ïŽ"
}

.i-google-circles:before {
    content: "ï‘"
}

.i-vkontakte-1:before {
    content: "ï”"
}

.i-smashing:before {
    content: "ï—"
}

.i-comment-4:before {
    content: "ï’¬"
}

.i-folder-open-empty-1:before {
    content: "ï“‚"
}

.i-calendar-5:before {
    content: "ï“…"
}

.i-newspaper-2:before {
    content: "ï“°"
}

.i-camera-5:before {
    content: "ï“·"
}

.i-search-5:before {
    content: "ï”"
}

.i-lock-alt:before {
    content: "ï”"
}

.i-lock-5:before {
    content: "ï”’"
}

.i-lock-open-5:before {
    content: "ï”“"
}

.i-joystick:before {
    content: "ï””"
}

.i-fire-1:before {
    content: "ï”¥"
}

.i-chart-bar-5:before {
    content: "ï”¦"
}

.i-spread:before {
    content: "ï”§"
}

.i-spinner1:before {
    content: "ï”¨"
}

.i-spinner2:before {
    content: "ï”©"
}

.i-db-shape:before {
    content: "ï˜€"
}

.i-sweden:before {
    content: "ï˜"
}

.i-logo-db:before {
    content: "ï˜ƒ"
}

.SpinLoadPadre {
    position: fixed;
    background-color: #08080870;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0
}

.SpinLoadhijo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff
}

.has-error-icon {
    color: #dc3545
}

::-webkit-scrollbar {
    width: 3px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-radius: 20px
}

::-webkit-scrollbar-thumb {
    background: rgba(var(--color-primary),.5);
    border-radius: 20px
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--color-primary),.8)
}

.nav-pills .nav-link {
    background-color: rgba(var(--color-primary),.05)!important;
    border: solid 1px rgba(var(--color-primary),.4);
    color: rgba(var(--color-primary),.8)!important
}

.nav-pills .nav-link.active {
    background-color: rgba(var(--color-primary),.3)!important;
    border: solid 1px rgba(var(--color-primary),.3);
    color: rgba(var(--color-primary),.8)!important
}

.nav-pills .nav-link:hover {
    background-color: rgba(var(--color-secondary),.1)!important;
    border: solid 1px rgba(var(--color-secondary),.2);
    color: rgba(var(--color-secondary),1)!important
}

.customSelect>div {
    border: none
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: #333
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%) translateY(-190%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s,visibility .2s
}

.tooltip-container:hover .tooltip {
    opacity: 1;
    visibility: visible
}

.customSelect [aria-disabled=true] div {
    background-color: rgba(var(--color-cardBody));
    color: rgba(var(--color-primary));
    font-weight: 500
}

.component-title {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    text-align: center
}

.largeField {
    width: 50%;
    height: 120px;
    padding: 10px;
    font-size: 36px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10%;
    text-align: center;
    color: #000
}

.input-no-arrows::-webkit-inner-spin-button,.input-no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-no-arrows {
    -moz-appearance: textfield
}

a.active {
    color: rgba(var(--color-primary))
}

select option {
    background: rgb(var(--color-cardBody))!important;
    color: rgb(var(--color-primary))!important
}

.ion-color-background {
    --ion-color-base: rgba(var(--color-mainBG));
    --ion-color-contrast: var(1, 1, 1)
}

.ion-color-header {
    --ion-color-base: rgba(var(--color-primary), .8);
    --ion-color-contrast: var(--ion-color-favorite-contrast)
}

html {
    padding: 0 0 env(safe-area-inset-bottom) 0
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
    opacity: 1
}

input {
    color-scheme: light!important
}

input[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: .6
}

div.rdt_TableCell:has(.markCell) {
    background: rgba(var(--color-secondary),.2)
}

.odd\:bg-\[\#f4f5f5\]:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 245 / var(--tw-bg-opacity, 1))
}

.odd\:bg-gray-100:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1))
}

.hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1))
}

.hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1))
}

.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1))
}

.hover\:bg-red-400\/90:hover {
    background-color: #f87171e6
}

.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1))
}

.hover\:text-\[\#10b981\]\/70:hover {
    color: #10b981b3
}

.hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1))
}

.focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(22 163 74 / var(--tw-border-opacity, 1))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media (min-width: 320px) {
    .\33xs\:top-\[8rem\] {
        top:8rem
    }

    .\33xs\:translate-y-16 {
        --tw-translate-y: 4rem;
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
    }
}

@media (min-width: 360px) {
    .\32xs\:left-\[3rem\] {
        left:3rem
    }

    .\32xs\:top-\[8rem\] {
        top: 8rem
    }

    .\32xs\:translate-y-12 {
        --tw-translate-y: 3rem;
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
    }
}

@media (min-width: 480px) {
    .xs\:left-\[3rem\] {
        left:3rem
    }

    .xs\:top-\[8rem\] {
        top: 8rem
    }

    .xs\:text-\[2rem\] {
        font-size: 2rem
    }

    .xs\:translate-y-10 {
        --tw-translate-y: 2.5rem;
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
    }
}

@media (min-width: 640px) {
    .sm\:left-\[2rem\] {
        left:2rem
    }

    .sm\:top-\[6rem\] {
        top: 6rem
    }

    .sm\:float-right {
        float: right
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:w-24 {
        width: 6rem
    }

    .sm\:w-64 {
        width: 16rem
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:max-w-xs {
        max-width: 20rem
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:whitespace-nowrap {
        white-space: nowrap
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .sm\:text-\[4rem\] {
        font-size: 4rem
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .sm\:translate-y-4 {
        --tw-translate-y: 1rem;
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
    }
}

@media (min-width: 768px) {
    .md\:left-\[5rem\] {
        left:5rem
    }

    .md\:top-\[8rem\] {
        top: 8rem
    }

    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-\[3rem\] {
        font-size: 3rem
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:-translate-y-24 {
        --tw-translate-y: -6rem;
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
    }
}

@media (min-width: 820px) {
    .\32md\:top-\[10rem\] {
        top:10rem
    }
}

@media (min-width: 1024px) {
    .lg\:left-\[8rem\] {
        left:8rem
    }

    .lg\:top-\[12rem\] {
        top: 12rem
    }

    .lg\:h-\[50vh\] {
        height: 50vh
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:text-\[5rem\] {
        font-size: 5rem
    }

    .lg\:-translate-y-0 {
        --tw-translate-y: -0px;
        translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z)
    }
}

@media (min-width: 1280px) {
    .xl\:left-\[8rem\] {
        left:8rem
    }

    .xl\:top-\[12rem\] {
        top: 12rem
    }

    .xl\:text-\[4rem\] {
        font-size: 4rem
    }
}

@media (min-width: 1536px) {
    .\32xl\:left-\[2rem\] {
        left:2rem
    }

    .\32xl\:top-\[18rem\] {
        top: 18rem
    }

    .\32xl\:text-\[6rem\] {
        font-size: 6rem
    }
}

@media (min-width: 1600px) {
    .\33xl\:left-\[6rem\] {
        left:6rem
    }
}

@media (min-width: 1700px) {
    .\34xl\:left-\[8rem\] {
        left:8rem
    }
}

@media (min-width: 1800px) {
    .\35xl\:left-\[4rem\] {
        left:4rem
    }

    .\35xl\:top-\[15rem\] {
        top: 15rem
    }

    .\35xl\:text-\[7rem\] {
        font-size: 7rem
    }
}

@media (min-width: 1900px) {
    .\36xl\:left-\[8rem\] {
        left:8rem
    }

    .\36xl\:top-\[16rem\] {
        top: 16rem
    }
}

@media (min-width: 2000px) {
    .\37xl\:top-\[24rem\] {
        top:24rem
    }
}

@media (min-width: 3000px) {
    .\38xl\:top-\[30rem\] {
        top:30rem
    }
}
