html {
    line-height: 1.15
}

main {
    display: block
}

hr {
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    border: 0 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    line-height: inherit;
    padding: 0
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

.mta-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:420px) {
    .mta-container {
        max-width: 420px
    }
}

@media (min-width:640px) {
    .mta-container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .mta-container {
        max-width: 768px
    }
}

@media (min-width:959px) {
    .mta-container {
        max-width: 959px
    }
}

.mta-appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.mta-bg-alert-emergency {
    --bg-opacity: 1;
    background-color: #fffdcd;
    background-color: rgba(255, 253, 205, var(--bg-opacity))
}

.mta-bg-primary-300 {
    --bg-opacity: 1;
    background-color: #0f61a9;
    background-color: rgba(15, 97, 169, var(--bg-opacity))
}

.mta-bg-primary-000 {
    --bg-opacity: 1;
    background-color: #e3f2ff;
    background-color: rgba(227, 242, 255, var(--bg-opacity))
}

.mta-bg-grey-100,
.mta-bg-grey-200 {
    --bg-opacity: 1;
    background-color: #f3f3f3;
    background-color: rgba(243, 243, 243, var(--bg-opacity))
}

.mta-bg-grey-900 {
    --bg-opacity: 1;
    background-color: #1f2025;
    background-color: rgba(31, 32, 37, var(--bg-opacity))
}

.mta-bg-grey-overlay {
    background-color: rgba(0, 0, 0, .7)
}

.mta-bg-grey-000 {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.mta-bg-yellow-100 {
    --bg-opacity: 1;
    background-color: #f9f4cf;
    background-color: rgba(249, 244, 207, var(--bg-opacity))
}

.hover\:mta-bg-primary-300:hover {
    --bg-opacity: 1;
    background-color: #0f61a9;
    background-color: rgba(15, 97, 169, var(--bg-opacity))
}

.mta-bg-card {
    background-position: 0
}

.mta-bg-no-repeat {
    background-repeat: no-repeat
}

.mta-bg-cover {
    background-size: cover
}

.mta-border-primary-300 {
    --border-opacity: 1;
    border-color: #0f61a9;
    border-color: rgba(15, 97, 169, var(--border-opacity))
}

.mta-border-grey-200 {
    --border-opacity: 1;
    border-color: #f3f3f3;
    border-color: rgba(243, 243, 243, var(--border-opacity))
}

.mta-border-grey-250 {
    --border-opacity: 1;
    border-color: #acacaf;
    border-color: rgba(172, 172, 175, var(--border-opacity))
}

.mta-border-grey-300 {
    --border-opacity: 1;
    border-color: #ebe4e3;
    border-color: rgba(235, 228, 227, var(--border-opacity))
}

.mta-border-grey-400 {
    --border-opacity: 1;
    border-color: silver;
    border-color: rgba(192, 192, 192, var(--border-opacity))
}

.mta-border-grey-1200 {
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity))
}

.hover\:mta-border-grey-000:hover {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.mta-rounded-full {
    border-radius: 9999px
}

.mta-border-2 {
    border-width: 2px
}

.mta-border {
    border-width: 1px
}

.mta-border-t-2 {
    border-top-width: 2px
}

.mta-border-b-2 {
    border-bottom-width: 2px
}

.mta-border-b-4 {
    border-bottom-width: 4px
}

.mta-border-t {
    border-top-width: 1px
}

.mta-border-b {
    border-bottom-width: 1px
}

.mta-cursor-pointer {
    cursor: pointer
}

.mta-block {
    display: block
}

.mta-inline-block {
    display: inline-block
}

.mta-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mta-table {
    display: table
}

.mta-grid {
    display: grid
}

.mta-hidden {
    display: none
}

.mta-flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mta-flex-col,
.mta-flex-row {
    -webkit-box-direction: normal
}

.mta-flex-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.mta-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mta-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mta-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mta-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.mta-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mta-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mta-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mta-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mta-justify-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.mta-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.mta-flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mta-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.mta-order-first {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999
}

.mta-order-last {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.mta-clearfix:after {
    clear: both;
    content: "";
    display: table
}

.mta-font-normal {
    font-weight: 400
}

.mta-font-bold {
    font-weight: 700
}

.mta-h-400 {
    height: 4rem
}

.mta-h-500 {
    height: 5rem
}

.mta-h-1800 {
    height: 11.25rem
}

.mta-text-sm {
    font-size: .547rem
}

.mta-text-xl {
    font-size: .75rem
}

.mta-text-2xl {
    font-size: 1rem
}

.mta-text-3xl {
    font-size: 1.25rem
}

.mta-text-4xl {
    font-size: 1.5rem
}

.mta-text-5xl {
    font-size: 1.75rem
}

.mta-text-6xl {
    font-size: 2.5rem
}

.mta-text-8xl {
    font-size: 3.375rem
}

.mta-leading-300 {
    line-height: 1
}

.mta-leading-400 {
    line-height: 1.1
}

.mta-leading-500 {
    line-height: 1.20833333333
}

.mta-leading-550 {
    line-height: 1.4
}

.mta-leading-600 {
    line-height: 1.5
}

.mta-m-100 {
    margin: .625rem
}

.mta-m-000 {
    margin: 0
}

.mta-my-100 {
    margin-bottom: .625rem;
    margin-top: .625rem
}

.mta-mx-100 {
    margin-left: .625rem;
    margin-right: .625rem
}

.mta-my-200 {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

.mta-mx-200 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mta-my-400 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.mta-my-500 {
    margin-bottom: 3.2rem;
    margin-top: 3.2rem
}

.mta-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mta-mx-000 {
    margin-left: 0;
    margin-right: 0
}

.mta--mx-100 {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.mta--mx-050 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.mta--mx-085 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mta-mt-100 {
    margin-top: .625rem
}

.mta-mr-100 {
    margin-right: .625rem
}

.mta-mb-100 {
    margin-bottom: .625rem
}

.mta-ml-100 {
    margin-left: .625rem
}

.mta-mt-150 {
    margin-top: 1rem
}

.mta-mb-150 {
    margin-bottom: 1rem
}

.mta-mt-200 {
    margin-top: 1.25rem
}

.mta-mr-200 {
    margin-right: 1.25rem
}

.mta-mb-200 {
    margin-bottom: 1.25rem
}

.mta-mt-250 {
    margin-top: 1.5rem
}

.mta-mb-250 {
    margin-bottom: 1.5rem
}

.mta-mt-400 {
    margin-top: 2rem
}

.mta-mb-400 {
    margin-bottom: 2rem
}

.mta-mt-500 {
    margin-top: 3.2rem
}

.mta-mr-500 {
    margin-right: 3.2rem
}

.mta-mb-500 {
    margin-bottom: 3.2rem
}

.mta-mt-800 {
    margin-top: 3.75rem
}

.mta-mb-800 {
    margin-bottom: 3.75rem
}

.mta-mt-auto {
    margin-top: auto
}

.mta-mr-auto {
    margin-right: auto
}

.mta-ml-auto {
    margin-left: auto
}

.mta-mt-000 {
    margin-top: 0
}

.mta-mr-000 {
    margin-right: 0
}

.mta-mb-000 {
    margin-bottom: 0
}

.mta-ml-000 {
    margin-left: 0
}

.mta-mt-050 {
    margin-top: .25rem
}

.mta-mr-050 {
    margin-right: .25rem
}

.mta-mb-050 {
    margin-bottom: .25rem
}

.mta-ml-050 {
    margin-left: .25rem
}

.mta-mt-085 {
    margin-top: .5rem
}

.mta-mr-085 {
    margin-right: .5rem
}

.mta-mb-085 {
    margin-bottom: .5rem
}

.mta--mt-150 {
    margin-top: -1rem
}

.mta--mt-400 {
    margin-top: -2rem
}

.mta-max-h-375 {
    max-height: 375px
}

.mta-max-w-250 {
    max-width: 250px
}

.mta-max-w-300 {
    max-width: 300px
}

.mta-max-w-600 {
    max-width: 620px
}

.mta-min-h-600 {
    min-height: 3.75rem
}

.mta-min-h-1200 {
    min-height: 7.5rem
}

.mta-min-h-3600 {
    min-height: 22.5rem
}

.mta-overflow-hidden {
    overflow: hidden
}

.mta-overflow-y-auto {
    overflow-y: auto
}

.mta-overflow-y-hidden {
    overflow-y: hidden
}

.mta-p-100 {
    padding: .625rem
}

.mta-p-150 {
    padding: 1rem
}

.mta-p-200 {
    padding: 1.25rem
}

.mta-p-400 {
    padding: 2rem
}

.mta-p-000 {
    padding: 0
}

.mta-p-050 {
    padding: .25rem
}

.mta-py-100 {
    padding-bottom: .625rem;
    padding-top: .625rem
}

.mta-px-100 {
    padding-left: .625rem;
    padding-right: .625rem
}

.mta-py-150 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.mta-px-150 {
    padding-left: 1rem;
    padding-right: 1rem
}

.mta-py-200 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.mta-px-200 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.mta-px-250 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.mta-py-400 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.mta-px-400 {
    padding-left: 2rem;
    padding-right: 2rem
}

.mta-px-500 {
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

.mta-py-1200 {
    padding-bottom: 8rem;
    padding-top: 8rem
}

.mta-py-000 {
    padding-bottom: 0;
    padding-top: 0
}

.mta-px-000 {
    padding-left: 0;
    padding-right: 0
}

.mta-py-050 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.mta-px-050 {
    padding-left: .25rem;
    padding-right: .25rem
}

.mta-px-085 {
    padding-left: .5rem;
    padding-right: .5rem
}

.mta-pt-100 {
    padding-top: .625rem
}

.mta-pr-100 {
    padding-right: .625rem
}

.mta-pb-100 {
    padding-bottom: .625rem
}

.mta-pl-100 {
    padding-left: .625rem
}

.mta-pr-150 {
    padding-right: 1rem
}

.mta-pt-200 {
    padding-top: 1.25rem
}

.mta-pb-200 {
    padding-bottom: 1.25rem
}

.mta-pl-200 {
    padding-left: 1.25rem
}

.mta-pb-250 {
    padding-bottom: 1.5rem
}

.mta-pl-250 {
    padding-left: 1.5rem
}

.mta-pt-400 {
    padding-top: 2rem
}

.mta-pl-400 {
    padding-left: 2rem
}

.mta-pl-000 {
    padding-left: 0
}

.mta-pb-050 {
    padding-bottom: .25rem
}

.mta-pl-050 {
    padding-left: .25rem
}

.mta-pt-085 {
    padding-top: .5rem
}

.mta-pointer-events-none {
    pointer-events: none
}

.mta-fixed {
    position: fixed
}

.mta-absolute {
    position: absolute
}

.mta-relative {
    position: relative
}

.mta-inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.mta-right-0 {
    right: 0
}

.mta-bottom-0 {
    bottom: 0
}

.mta-left-0 {
    left: 0
}

.mta-top-800 {
    top: 8.75rem
}

.mta-top-full {
    top: 100%
}

.mta-shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.mta-table-auto {
    table-layout: auto
}

.mta-text-left {
    text-align: left
}

.mta-text-center {
    text-align: center
}

.mta-text-right {
    text-align: right
}

.mta-text-primary-300 {
    --text-opacity: 1;
    color: #0f61a9;
    color: rgba(15, 97, 169, var(--text-opacity))
}

.mta-text-grey-400 {
    --text-opacity: 1;
    color: silver;
    color: rgba(192, 192, 192, var(--text-opacity))
}

.mta-text-grey-1100 {
    --text-opacity: 1;
    color: #4a4a4a;
    color: rgba(74, 74, 74, var(--text-opacity))
}

.mta-text-grey-1200 {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.mta-text-grey-000 {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.hover\:mta-text-primary-200:hover {
    --text-opacity: 1;
    color: #23527c;
    color: rgba(35, 82, 124, var(--text-opacity))
}

.hover\:mta-text-grey-000:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.mta-italic {
    font-style: italic
}

.mta-uppercase {
    text-transform: uppercase
}

.hover\:mta-underline:hover,
.mta-underline {
    text-decoration: underline
}

.hover\:mta-no-underline:hover {
    text-decoration: none
}

.mta-whitespace-pre-line {
    white-space: pre-line
}

.mta-w-25 {
    width: 25%
}

.mta-w-33 {
    width: 33.333333%
}

.mta-w-50 {
    width: 50%
}

.mta-w-66 {
    width: 66.666666%
}

.mta-w-75 {
    width: 75%
}

.mta-w-500 {
    width: 5rem
}

.mta-w-2400 {
    width: 15rem
}

.mta-w-full {
    width: 100%
}

.mta-z-200 {
    z-index: 2
}

.mta-z-1100 {
    z-index: 1100
}

.mta-z-1200 {
    z-index: 1200
}

.mta-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ping {

    75%,
    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        -webkit-transform: none;
        transform: none
    }
}

.pretty>input+label+label>i.g-mdi:before,
.pretty>input+label>i.g-mdi:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: attr(data-icon);
    display: inline-block;
    font: normal normal normal 24px/1 Material Icons;
    font-size: inherit;
    line-height: inherit;
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media print {

    .pretty :not(.toggle) input:not(:checked)+label i:before,
    .pretty i:after,
    .pretty>input:not(:checked)+label i:before,
    .pretty>input[type=radio]:checked+label>i.default:before {
        color: transparent !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    .pretty input:checked+label i:before {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }

    .pretty.danger input:checked+label i:before,
    .pretty.info input:checked+label i:before,
    .pretty.primary input:checked+label i:before,
    .pretty.success input:checked+label i:before,
    .pretty.warning input:checked+label i:before {
        color: #fff !important
    }
}

.pretty {
    display: inline-block;
    line-height: 1;
    margin: 0 10px 5px 0;
    position: relative
}

.pretty label {
    font-weight: 400
}

.pretty>input[type=checkbox],
.pretty>input[type=radio] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999999
}

.pretty i {
    -webkit-box-sizing: initial;
    box-sizing: initial;
    font-size: 1em !important;
    margin-right: 2px;
    min-width: 1em;
    padding: 1px;
    text-align: center
}

.pretty i,
.pretty i:before {
    display: inline-block;
    position: relative
}

.pretty i:before {
    background-color: #fff;
    color: transparent;
    left: 0;
    vertical-align: bottom;
    z-index: 999
}

.pretty i:after {
    border: 1px solid #b9b9b9;
    border-radius: 0;
    color: transparent;
    content: "ï¿½";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pretty>input[type=checkbox]:checked+label>i:before,
.pretty>input[type=radio]:checked+label>i:before {
    background-color: #fff;
    color: inherit
}

.pretty>input[type=radio]+label>i.default:before {
    background: #fff;
    border-radius: 0;
    color: transparent;
    content: "ï¿½";
    left: 0;
    min-width: 1em;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty>input[type=radio]:checked+label>i.default:before {
    background-color: #b9b9b9 !important
}

.pretty>input[type=checkbox][disabled],
.pretty>input[type=radio][disabled] {
    cursor: not-allowed;
    opacity: 0
}

.pretty>input[type=checkbox][disabled]+label,
.pretty>input[type=radio][disabled]+label {
    cursor: not-allowed;
    opacity: .5
}

.pretty.plain.toggle>input[type=checkbox]+label>i:after,
.pretty.plain.toggle>input[type=radio]+label>i:after,
.pretty.plain>input[type=checkbox]+label+label>i:after,
.pretty.plain>input[type=checkbox]:checked+label+label>i:after,
.pretty.plain>input[type=checkbox]:checked+label>i:after,
.pretty.plain>input[type=radio]+label+label>i:after,
.pretty.plain>input[type=radio]:checked+label+label>i:after,
.pretty.plain>input[type=radio]:checked+label>i:after {
    border-color: transparent
}

.pretty.circle label i {
    padding: 2px
}

.pretty.circle label i:after,
.pretty.circle label i:before {
    border-radius: 100px
}

.pretty.circle label i.default:before {
    border-radius: 100px !important
}

.pretty.curvy label i:after,
.pretty.curvy label i:before {
    border-radius: 2px
}

.pretty.curvy label i.default:before {
    border-radius: 2px !important
}

.pretty.primary input:checked+label i:before {
    background-color: #428bca !important;
    color: #fff
}

.pretty.primary input:checked+label i:after {
    background-color: #428bca !important;
    border-color: #428bca
}

.pretty.primary input[type=radio]:checked+label i.default:before {
    background-color: #428bca !important;
    color: transparent
}

.pretty.primary input[type=radio]:checked+label i.default:after {
    background-color: initial !important;
    border-color: #428bca
}

.pretty.primary.smooth input:checked~label i:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.pretty.o-primary input:checked+label i:before {
    color: #428bca
}

.pretty.o-primary input:checked+label i:after {
    border-color: #428bca
}

.pretty.success input:checked+label i:before {
    background-color: #5cb85c !important;
    color: #fff
}

.pretty.success input:checked+label i:after {
    background-color: #5cb85c !important;
    border-color: #5cb85c
}

.pretty.success input[type=radio]:checked+label i.default:before {
    background-color: #5cb85c !important;
    color: transparent
}

.pretty.success input[type=radio]:checked+label i.default:after {
    background-color: initial !important;
    border-color: #5cb85c
}

.pretty.success.smooth input:checked~label i:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.pretty.o-success input:checked+label i:before {
    color: #5cb85c
}

.pretty.o-success input:checked+label i:after {
    border-color: #5cb85c
}

.pretty.info input:checked+label i:before {
    background-color: #5bc0de !important;
    color: #fff
}

.pretty.info input:checked+label i:after {
    background-color: #5bc0de !important;
    border-color: #5bc0de
}

.pretty.info input[type=radio]:checked+label i.default:before {
    background-color: #5bc0de !important;
    color: transparent
}

.pretty.info input[type=radio]:checked+label i.default:after {
    background-color: initial !important;
    border-color: #5bc0de
}

.pretty.info.smooth input:checked~label i:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.pretty.o-info input:checked+label i:before {
    color: #5bc0de
}

.pretty.o-info input:checked+label i:after {
    border-color: #5bc0de
}

.pretty.warning input:checked+label i:before {
    background-color: #f0ad4e !important;
    color: #fff
}

.pretty.warning input:checked+label i:after {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e
}

.pretty.warning input[type=radio]:checked+label i.default:before {
    background-color: #f0ad4e !important;
    color: transparent
}

.pretty.warning input[type=radio]:checked+label i.default:after {
    background-color: initial !important;
    border-color: #f0ad4e
}

.pretty.warning.smooth input:checked~label i:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.pretty.o-warning input:checked+label i:before {
    color: #f0ad4e
}

.pretty.o-warning input:checked+label i:after {
    border-color: #f0ad4e
}

.pretty.danger input:checked+label i:before {
    background-color: #d9534f !important;
    color: #fff
}

.pretty.danger input:checked+label i:after {
    background-color: #d9534f !important;
    border-color: #d9534f
}

.pretty.danger input[type=radio]:checked+label i.default:before {
    background-color: #d9534f !important;
    color: transparent
}

.pretty.danger input[type=radio]:checked+label i.default:after {
    background-color: initial !important;
    border-color: #d9534f
}

.pretty.danger.smooth input:checked~label i:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.pretty.o-danger input:checked+label i:before {
    color: #d9534f
}

.pretty.o-danger input:checked+label i:after {
    border-color: #d9534f
}

.pretty.toggle i.primary:before {
    color: #428bca !important
}

.pretty.toggle i.success:before {
    color: #5cb85c !important
}

.pretty.toggle i.info:before {
    color: #5bc0de !important
}

.pretty.toggle i.warning:before {
    color: #f0ad4e !important
}

.pretty.toggle i.danger:before {
    color: #d9534f !important
}

.pretty.toggle>input[type=checkbox]+label>i:before,
.pretty.toggle>input[type=radio]+label>i:before {
    color: inherit
}

.pretty.toggle>input[type=checkbox]+label+label,
.pretty.toggle>input[type=checkbox]:checked+label,
.pretty.toggle>input[type=radio]+label+label,
.pretty.toggle>input[type=radio]:checked+label {
    display: none
}

.pretty.toggle>input[type=checkbox]:checked+label+label,
.pretty.toggle>input[type=radio]:checked+label+label {
    display: inline-block
}

.pretty.toggle>input[type=checkbox]:checked+label+label>i:before,
.pretty.toggle>input[type=radio]:checked+label+label>i:before {
    color: inherit
}

.pretty.primary.hover:hover input+label i:before {
    background-color: rgba(66, 139, 202, .5) !important;
    color: #fff !important
}

.pretty.primary.hover:hover input+label i:after {
    border-color: rgba(66, 139, 202, .5) !important
}

.pretty.o-primary.hover:hover input+label i:before {
    color: rgba(66, 139, 202, .8)
}

.pretty.success.hover:hover input+label i:before {
    background-color: rgba(92, 184, 92, .5) !important;
    color: #fff !important
}

.pretty.success.hover:hover input+label i:after {
    border-color: rgba(92, 184, 92, .5) !important
}

.pretty.o-success.hover:hover input+label i:before {
    color: rgba(92, 184, 92, .8)
}

.pretty.info.hover:hover input+label i:before {
    background-color: rgba(91, 192, 222, .5) !important;
    color: #fff !important
}

.pretty.info.hover:hover input+label i:after {
    border-color: rgba(91, 192, 222, .5) !important
}

.pretty.o-info.hover:hover input+label i:before {
    color: rgba(91, 192, 222, .8)
}

.pretty.warning.hover:hover input+label i:before {
    background-color: rgba(240, 173, 78, .5) !important;
    color: #fff !important
}

.pretty.warning.hover:hover input+label i:after {
    border-color: rgba(240, 173, 78, .5) !important
}

.pretty.o-warning.hover:hover input+label i:before {
    color: rgba(240, 173, 78, .8)
}

.pretty.danger.hover:hover input+label i:before {
    background-color: rgba(217, 83, 79, .5) !important;
    color: #fff !important
}

.pretty.danger.hover:hover input+label i:after {
    border-color: rgba(217, 83, 79, .5) !important
}

.pretty.o-danger.hover:hover input+label i:before {
    color: rgba(217, 83, 79, .8)
}

.pretty.smooth i:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.pretty.smooth i:after,
.pretty.smooth i:before {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pretty.smooth>input[type=checkbox]:checked~label>i:before,
.pretty.smooth>input[type=radio]:checked~label>i:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pretty.smooth>input[type=checkbox]:checked~label>i:after,
.pretty.smooth>input[type=radio]:checked~label>i:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.pretty.smooth>input[type=radio]:checked~label>i.default:before {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.pretty.smooth>input[type=radio]:checked~label>i.default:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.pretty.smooth.toggle i:before,
.pretty.smooth.toggle>input[type=checkbox]:checked~label>i:after,
.pretty.smooth.toggle>input[type=checkbox]:checked~label>i:before,
.pretty.smooth.toggle>input[type=radio]:checked~label>i:after,
.pretty.smooth.toggle>input[type=radio]:checked~label>i:before {
    -webkit-transform: none;
    transform: none
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: translateY(-18px);
        transform: translateY(-18px)
    }

    90% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    to {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes vibrate {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.pretty.a-tada>input[type=checkbox]:checked+label>i,
.pretty.a-tada>input[type=radio]:checked+label>i {
    -webkit-animation: tada .7s cubic-bezier(.25, .46, .45, .94) both;
    animation: tada .7s cubic-bezier(.25, .46, .45, .94) both
}

.pretty.a-bounce>input[type=checkbox]:checked+label>i,
.pretty.a-bounce>input[type=radio]:checked+label>i {
    -webkit-animation: bounce 1.1s both;
    animation: bounce 1.1s both
}

.pretty.a-rotate>input[type=checkbox]:checked+label>i,
.pretty.a-rotate>input[type=radio]:checked+label>i {
    -webkit-animation: rotate .6s cubic-bezier(.25, .46, .45, .94) both;
    animation: rotate .6s cubic-bezier(.25, .46, .45, .94) both
}

.pretty.a-jelly>input[type=checkbox]:checked+label>i,
.pretty.a-jelly>input[type=radio]:checked+label>i {
    -webkit-animation: jelly .9s both;
    animation: jelly .9s both
}

.pretty.a-vibrate>input[type=checkbox]:checked+label>i,
.pretty.a-vibrate>input[type=radio]:checked+label>i {
    -webkit-animation: vibrate .5s linear infinite both;
    animation: vibrate .5s linear infinite both
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(8b43027f47b20503057dfbbaa9401fef.eot);
    src: url(8b43027f47b20503057dfbbaa9401fef.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(20fd1704ea223900efa9fd4e869efb08.woff2) format("woff2"), url(f691f37e57f04c152e2315ab7dbad881.woff) format("woff"), url(1e59d2330b4c6deb84b340635ed36249.ttf) format("truetype"), url(c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg#fontawesomeregular) format("svg")
}

.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    text-align: center;
    width: 1.2857142857em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.1428571429em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2.1428571429em;
    position: absolute;
    text-align: center;
    top: .1428571429em;
    width: 2.1428571429em
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "ï€€"
}

.fa-music:before {
    content: "ï€"
}

.fa-search:before {
    content: "ï€‚"
}

.fa-envelope-o:before {
    content: "ï€ƒ"
}

.fa-heart:before {
    content: "ï€„"
}

.fa-star:before {
    content: "ï€…"
}

.fa-star-o:before {
    content: "ï€†"
}

.fa-user:before {
    content: "ï€‡"
}

.fa-film:before {
    content: "ï€ˆ"
}

.fa-th-large:before {
    content: "ï€‰"
}

.fa-th:before {
    content: "ï€Š"
}

.fa-th-list:before {
    content: "ï€‹"
}

.fa-check:before {
    content: "ï€Œ"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "ï€"
}

.fa-search-plus:before {
    content: "ï€Ž"
}

.fa-search-minus:before {
    content: "ï€"
}

.fa-power-off:before {
    content: "ï€‘"
}

.fa-signal:before {
    content: "ï€’"
}

.fa-cog:before,
.fa-gear:before {
    content: "ï€“"
}

.fa-trash-o:before {
    content: "ï€”"
}

.fa-home:before {
    content: "ï€•"
}

.fa-file-o:before {
    content: "ï€–"
}

.fa-clock-o:before {
    content: "ï€—"
}

.fa-road:before {
    content: "ï€˜"
}

.fa-download:before {
    content: "ï€™"
}

.fa-arrow-circle-o-down:before {
    content: "ï€š"
}

.fa-arrow-circle-o-up:before {
    content: "ï€›"
}

.fa-inbox:before {
    content: "ï€œ"
}

.fa-play-circle-o:before {
    content: "ï€"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "ï€ž"
}

.fa-refresh:before {
    content: "ï€¡"
}

.fa-list-alt:before {
    content: "ï€¢"
}

.fa-lock:before {
    content: "ï€£"
}

.fa-flag:before {
    content: "ï€¤"
}

.fa-headphones:before {
    content: "ï€¥"
}

.fa-volume-off:before {
    content: "ï€¦"
}

.fa-volume-down:before {
    content: "ï€§"
}

.fa-volume-up:before {
    content: "ï€¨"
}

.fa-qrcode:before {
    content: "ï€©"
}

.fa-barcode:before {
    content: "ï€ª"
}

.fa-tag:before {
    content: "ï€«"
}

.fa-tags:before {
    content: "ï€¬"
}

.fa-book:before {
    content: "ï€­"
}

.fa-bookmark:before {
    content: "ï€®"
}

.fa-print:before {
    content: "ï€¯"
}

.fa-camera:before {
    content: "ï€°"
}

.fa-font:before {
    content: "ï€±"
}

.fa-bold:before {
    content: "ï€²"
}

.fa-italic:before {
    content: "ï€³"
}

.fa-text-height:before {
    content: "ï€´"
}

.fa-text-width:before {
    content: "ï€µ"
}

.fa-align-left:before {
    content: "ï€¶"
}

.fa-align-center:before {
    content: "ï€·"
}

.fa-align-right:before {
    content: "ï€¸"
}

.fa-align-justify:before {
    content: "ï€¹"
}

.fa-list:before {
    content: "ï€º"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "ï€»"
}

.fa-indent:before {
    content: "ï€¼"
}

.fa-video-camera:before {
    content: "ï€½"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "ï€¾"
}

.fa-pencil:before {
    content: "ï€"
}

.fa-map-marker:before {
    content: "ï"
}

.fa-adjust:before {
    content: "ï‚"
}

.fa-tint:before {
    content: "ïƒ"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "ï„"
}

.fa-share-square-o:before {
    content: "ï…"
}

.fa-check-square-o:before {
    content: "ï†"
}

.fa-arrows:before {
    content: "ï‡"
}

.fa-step-backward:before {
    content: "ïˆ"
}

.fa-fast-backward:before {
    content: "ï‰"
}

.fa-backward:before {
    content: "ïŠ"
}

.fa-play:before {
    content: "ï‹"
}

.fa-pause:before {
    content: "ïŒ"
}

.fa-stop:before {
    content: "ï"
}

.fa-forward:before {
    content: "ïŽ"
}

.fa-fast-forward:before {
    content: "ï"
}

.fa-step-forward:before {
    content: "ï‘"
}

.fa-eject:before {
    content: "ï’"
}

.fa-chevron-left:before {
    content: "ï“"
}

.fa-chevron-right:before {
    content: "ï”"
}

.fa-plus-circle:before {
    content: "ï•"
}

.fa-minus-circle:before {
    content: "ï–"
}

.fa-times-circle:before {
    content: "ï—"
}

.fa-check-circle:before {
    content: "ï˜"
}

.fa-question-circle:before {
    content: "ï™"
}

.fa-info-circle:before {
    content: "ïš"
}

.fa-crosshairs:before {
    content: "ï›"
}

.fa-times-circle-o:before {
    content: "ïœ"
}

.fa-check-circle-o:before {
    content: "ï"
}

.fa-ban:before {
    content: "ïž"
}

.fa-arrow-left:before {
    content: "ï "
}

.fa-arrow-right:before {
    content: "ï¡"
}

.fa-arrow-up:before {
    content: "ï¢"
}

.fa-arrow-down:before {
    content: "ï£"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "ï¤"
}

.fa-expand:before {
    content: "ï¥"
}

.fa-compress:before {
    content: "ï¦"
}

.fa-plus:before {
    content: "ï§"
}

.fa-minus:before {
    content: "ï¨"
}

.fa-asterisk:before {
    content: "ï©"
}

.fa-exclamation-circle:before {
    content: "ïª"
}

.fa-gift:before {
    content: "ï«"
}

.fa-leaf:before {
    content: "ï¬"
}

.fa-fire:before {
    content: "ï­"
}

.fa-eye:before {
    content: "ï®"
}

.fa-eye-slash:before {
    content: "ï°"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "ï±"
}

.fa-plane:before {
    content: "ï²"
}

.fa-calendar:before {
    content: "ï³"
}

.fa-random:before {
    content: "ï´"
}

.fa-comment:before {
    content: "ïµ"
}

.fa-magnet:before {
    content: "ï¶"
}

.fa-chevron-up:before {
    content: "ï·"
}

.fa-chevron-down:before {
    content: "ï¸"
}

.fa-retweet:before {
    content: "ï¹"
}

.fa-shopping-cart:before {
    content: "ïº"
}

.fa-folder:before {
    content: "ï»"
}

.fa-folder-open:before {
    content: "ï¼"
}

.fa-arrows-v:before {
    content: "ï½"
}

.fa-arrows-h:before {
    content: "ï¾"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "ï‚€"
}

.fa-twitter-square:before {
    content: "ï‚"
}

.fa-facebook-square:before {
    content: "ï‚‚"
}

.fa-camera-retro:before {
    content: "ï‚ƒ"
}

.fa-key:before {
    content: "ï‚„"
}

.fa-cogs:before,
.fa-gears:before {
    content: "ï‚…"
}

.fa-comments:before {
    content: "ï‚†"
}

.fa-thumbs-o-up:before {
    content: "ï‚‡"
}

.fa-thumbs-o-down:before {
    content: "ï‚ˆ"
}

.fa-star-half:before {
    content: "ï‚‰"
}

.fa-heart-o:before {
    content: "ï‚Š"
}

.fa-sign-out:before {
    content: "ï‚‹"
}

.fa-linkedin-square:before {
    content: "ï‚Œ"
}

.fa-thumb-tack:before {
    content: "ï‚"
}

.fa-external-link:before {
    content: "ï‚Ž"
}

.fa-sign-in:before {
    content: "ï‚"
}

.fa-trophy:before {
    content: "ï‚‘"
}

.fa-github-square:before {
    content: "ï‚’"
}

.fa-upload:before {
    content: "ï‚“"
}

.fa-lemon-o:before {
    content: "ï‚”"
}

.fa-phone:before {
    content: "ï‚•"
}

.fa-square-o:before {
    content: "ï‚–"
}

.fa-bookmark-o:before {
    content: "ï‚—"
}

.fa-phone-square:before {
    content: "ï‚˜"
}

.fa-twitter:before {
    content: "ï‚™"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "ï‚š"
}

.fa-github:before {
    content: "ï‚›"
}

.fa-unlock:before {
    content: "ï‚œ"
}

.fa-credit-card:before {
    content: "ï‚"
}

.fa-feed:before,
.fa-rss:before {
    content: "ï‚ž"
}

.fa-hdd-o:before {
    content: "ï‚ "
}

.fa-bullhorn:before {
    content: "ï‚¡"
}

.fa-bell:before {
    content: "ïƒ³"
}

.fa-certificate:before {
    content: "ï‚£"
}

.fa-hand-o-right:before {
    content: "ï‚¤"
}

.fa-hand-o-left:before {
    content: "ï‚¥"
}

.fa-hand-o-up:before {
    content: "ï‚¦"
}

.fa-hand-o-down:before {
    content: "ï‚§"
}

.fa-arrow-circle-left:before {
    content: "ï‚¨"
}

.fa-arrow-circle-right:before {
    content: "ï‚©"
}

.fa-arrow-circle-up:before {
    content: "ï‚ª"
}

.fa-arrow-circle-down:before {
    content: "ï‚«"
}

.fa-globe:before {
    content: "ï‚¬"
}

.fa-wrench:before {
    content: "ï‚­"
}

.fa-tasks:before {
    content: "ï‚®"
}

.fa-filter:before {
    content: "ï‚°"
}

.fa-briefcase:before {
    content: "ï‚±"
}

.fa-arrows-alt:before {
    content: "ï‚²"
}

.fa-group:before,
.fa-users:before {
    content: "ïƒ€"
}

.fa-chain:before,
.fa-link:before {
    content: "ïƒ"
}

.fa-cloud:before {
    content: "ïƒ‚"
}

.fa-flask:before {
    content: "ïƒƒ"
}

.fa-cut:before,
.fa-scissors:before {
    content: "ïƒ„"
}

.fa-copy:before,
.fa-files-o:before {
    content: "ïƒ…"
}

.fa-paperclip:before {
    content: "ïƒ†"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "ïƒ‡"
}

.fa-square:before {
    content: "ïƒˆ"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "ïƒ‰"
}

.fa-list-ul:before {
    content: "ïƒŠ"
}

.fa-list-ol:before {
    content: "ïƒ‹"
}

.fa-strikethrough:before {
    content: "ïƒŒ"
}

.fa-underline:before {
    content: "ïƒ"
}

.fa-table:before {
    content: "ïƒŽ"
}

.fa-magic:before {
    content: "ïƒ"
}

.fa-truck:before {
    content: "ïƒ‘"
}

.fa-pinterest:before {
    content: "ïƒ’"
}

.fa-pinterest-square:before {
    content: "ïƒ“"
}

.fa-google-plus-square:before {
    content: "ïƒ”"
}

.fa-google-plus:before {
    content: "ïƒ•"
}

.fa-money:before {
    content: "ïƒ–"
}

.fa-caret-down:before {
    content: "ïƒ—"
}

.fa-caret-up:before {
    content: "ïƒ˜"
}

.fa-caret-left:before {
    content: "ïƒ™"
}

.fa-caret-right:before {
    content: "ïƒš"
}

.fa-columns:before {
    content: "ïƒ›"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "ïƒœ"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "ïƒ"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "ïƒž"
}

.fa-envelope:before {
    content: "ïƒ "
}

.fa-linkedin:before {
    content: "ïƒ¡"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "ïƒ¢"
}

.fa-gavel:before,
.fa-legal:before {
    content: "ïƒ£"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "ïƒ¤"
}

.fa-comment-o:before {
    content: "ïƒ¥"
}

.fa-comments-o:before {
    content: "ïƒ¦"
}

.fa-bolt:before,
.fa-flash:before {
    content: "ïƒ§"
}

.fa-sitemap:before {
    content: "ïƒ¨"
}

.fa-umbrella:before {
    content: "ïƒ©"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "ïƒª"
}

.fa-lightbulb-o:before {
    content: "ïƒ«"
}

.fa-exchange:before {
    content: "ïƒ¬"
}

.fa-cloud-download:before {
    content: "ïƒ­"
}

.fa-cloud-upload:before {
    content: "ïƒ®"
}

.fa-user-md:before {
    content: "ïƒ°"
}

.fa-stethoscope:before {
    content: "ïƒ±"
}

.fa-suitcase:before {
    content: "ïƒ²"
}

.fa-bell-o:before {
    content: "ï‚¢"
}

.fa-coffee:before {
    content: "ïƒ´"
}

.fa-cutlery:before {
    content: "ïƒµ"
}

.fa-file-text-o:before {
    content: "ïƒ¶"
}

.fa-building-o:before {
    content: "ïƒ·"
}

.fa-hospital-o:before {
    content: "ïƒ¸"
}

.fa-ambulance:before {
    content: "ïƒ¹"
}

.fa-medkit:before {
    content: "ïƒº"
}

.fa-fighter-jet:before {
    content: "ïƒ»"
}

.fa-beer:before {
    content: "ïƒ¼"
}

.fa-h-square:before {
    content: "ïƒ½"
}

.fa-plus-square:before {
    content: "ïƒ¾"
}

.fa-angle-double-left:before {
    content: "ï„€"
}

.fa-angle-double-right:before {
    content: "ï„"
}

.fa-angle-double-up:before {
    content: "ï„‚"
}

.fa-angle-double-down:before {
    content: "ï„ƒ"
}

.fa-angle-left:before {
    content: "ï„„"
}

.fa-angle-right:before {
    content: "ï„…"
}

.fa-angle-up:before {
    content: "ï„†"
}

.fa-angle-down:before {
    content: "ï„‡"
}

.fa-desktop:before {
    content: "ï„ˆ"
}

.fa-laptop:before {
    content: "ï„‰"
}

.fa-tablet:before {
    content: "ï„Š"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "ï„‹"
}

.fa-circle-o:before {
    content: "ï„Œ"
}

.fa-quote-left:before {
    content: "ï„"
}

.fa-quote-right:before {
    content: "ï„Ž"
}

.fa-spinner:before {
    content: "ï„"
}

.fa-circle:before {
    content: "ï„‘"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "ï„’"
}

.fa-github-alt:before {
    content: "ï„“"
}

.fa-folder-o:before {
    content: "ï„”"
}

.fa-folder-open-o:before {
    content: "ï„•"
}

.fa-smile-o:before {
    content: "ï„˜"
}

.fa-frown-o:before {
    content: "ï„™"
}

.fa-meh-o:before {
    content: "ï„š"
}

.fa-gamepad:before {
    content: "ï„›"
}

.fa-keyboard-o:before {
    content: "ï„œ"
}

.fa-flag-o:before {
    content: "ï„"
}

.fa-flag-checkered:before {
    content: "ï„ž"
}

.fa-terminal:before {
    content: "ï„ "
}

.fa-code:before {
    content: "ï„¡"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "ï„¢"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "ï„£"
}

.fa-location-arrow:before {
    content: "ï„¤"
}

.fa-crop:before {
    content: "ï„¥"
}

.fa-code-fork:before {
    content: "ï„¦"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "ï„§"
}

.fa-question:before {
    content: "ï„¨"
}

.fa-info:before {
    content: "ï„©"
}

.fa-exclamation:before {
    content: "ï„ª"
}

.fa-superscript:before {
    content: "ï„«"
}

.fa-subscript:before {
    content: "ï„¬"
}

.fa-eraser:before {
    content: "ï„­"
}

.fa-puzzle-piece:before {
    content: "ï„®"
}

.fa-microphone:before {
    content: "ï„°"
}

.fa-microphone-slash:before {
    content: "ï„±"
}

.fa-shield:before {
    content: "ï„²"
}

.fa-calendar-o:before {
    content: "ï„³"
}

.fa-fire-extinguisher:before {
    content: "ï„´"
}

.fa-rocket:before {
    content: "ï„µ"
}

.fa-maxcdn:before {
    content: "ï„¶"
}

.fa-chevron-circle-left:before {
    content: "ï„·"
}

.fa-chevron-circle-right:before {
    content: "ï„¸"
}

.fa-chevron-circle-up:before {
    content: "ï„¹"
}

.fa-chevron-circle-down:before {
    content: "ï„º"
}

.fa-html5:before {
    content: "ï„»"
}

.fa-css3:before {
    content: "ï„¼"
}

.fa-anchor:before {
    content: "ï„½"
}

.fa-unlock-alt:before {
    content: "ï„¾"
}

.fa-bullseye:before {
    content: "ï…€"
}

.fa-ellipsis-h:before {
    content: "ï…"
}

.fa-ellipsis-v:before {
    content: "ï…‚"
}

.fa-rss-square:before {
    content: "ï…ƒ"
}

.fa-play-circle:before {
    content: "ï…„"
}

.fa-ticket:before {
    content: "ï……"
}

.fa-minus-square:before {
    content: "ï…†"
}

.fa-minus-square-o:before {
    content: "ï…‡"
}

.fa-level-up:before {
    content: "ï…ˆ"
}

.fa-level-down:before {
    content: "ï…‰"
}

.fa-check-square:before {
    content: "ï…Š"
}

.fa-pencil-square:before {
    content: "ï…‹"
}

.fa-external-link-square:before {
    content: "ï…Œ"
}

.fa-share-square:before {
    content: "ï…"
}

.fa-compass:before {
    content: "ï…Ž"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "ï…"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "ï…‘"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "ï…’"
}

.fa-eur:before,
.fa-euro:before {
    content: "ï…“"
}

.fa-gbp:before {
    content: "ï…”"
}

.fa-dollar:before,
.fa-usd:before {
    content: "ï…•"
}

.fa-inr:before,
.fa-rupee:before {
    content: "ï…–"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "ï…—"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "ï…˜"
}

.fa-krw:before,
.fa-won:before {
    content: "ï…™"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "ï…š"
}

.fa-file:before {
    content: "ï…›"
}

.fa-file-text:before {
    content: "ï…œ"
}

.fa-sort-alpha-asc:before {
    content: "ï…"
}

.fa-sort-alpha-desc:before {
    content: "ï…ž"
}

.fa-sort-amount-asc:before {
    content: "ï… "
}

.fa-sort-amount-desc:before {
    content: "ï…¡"
}

.fa-sort-numeric-asc:before {
    content: "ï…¢"
}

.fa-sort-numeric-desc:before {
    content: "ï…£"
}

.fa-thumbs-up:before {
    content: "ï…¤"
}

.fa-thumbs-down:before {
    content: "ï…¥"
}

.fa-youtube-square:before {
    content: "ï…¦"
}

.fa-youtube:before {
    content: "ï…§"
}

.fa-xing:before {
    content: "ï…¨"
}

.fa-xing-square:before {
    content: "ï…©"
}

.fa-youtube-play:before {
    content: "ï…ª"
}

.fa-dropbox:before {
    content: "ï…«"
}

.fa-stack-overflow:before {
    content: "ï…¬"
}

.fa-instagram:before {
    content: "ï…­"
}

.fa-flickr:before {
    content: "ï…®"
}

.fa-adn:before {
    content: "ï…°"
}

.fa-bitbucket:before {
    content: "ï…±"
}

.fa-bitbucket-square:before {
    content: "ï…²"
}

.fa-tumblr:before {
    content: "ï…³"
}

.fa-tumblr-square:before {
    content: "ï…´"
}

.fa-long-arrow-down:before {
    content: "ï…µ"
}

.fa-long-arrow-up:before {
    content: "ï…¶"
}

.fa-long-arrow-left:before {
    content: "ï…·"
}

.fa-long-arrow-right:before {
    content: "ï…¸"
}

.fa-apple:before {
    content: "ï…¹"
}

.fa-windows:before {
    content: "ï…º"
}

.fa-android:before {
    content: "ï…»"
}

.fa-linux:before {
    content: "ï…¼"
}

.fa-dribbble:before {
    content: "ï…½"
}

.fa-skype:before {
    content: "ï…¾"
}

.fa-foursquare:before {
    content: "ï†€"
}

.fa-trello:before {
    content: "ï†"
}

.fa-female:before {
    content: "ï†‚"
}

.fa-male:before {
    content: "ï†ƒ"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "ï†„"
}

.fa-sun-o:before {
    content: "ï†…"
}

.fa-moon-o:before {
    content: "ï††"
}

.fa-archive:before {
    content: "ï†‡"
}

.fa-bug:before {
    content: "ï†ˆ"
}

.fa-vk:before {
    content: "ï†‰"
}

.fa-weibo:before {
    content: "ï†Š"
}

.fa-renren:before {
    content: "ï†‹"
}

.fa-pagelines:before {
    content: "ï†Œ"
}

.fa-stack-exchange:before {
    content: "ï†"
}

.fa-arrow-circle-o-right:before {
    content: "ï†Ž"
}

.fa-arrow-circle-o-left:before {
    content: "ï†"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "ï†‘"
}

.fa-dot-circle-o:before {
    content: "ï†’"
}

.fa-wheelchair:before {
    content: "ï†“"
}

.fa-vimeo-square:before {
    content: "ï†”"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "ï†•"
}

.fa-plus-square-o:before {
    content: "ï†–"
}

.fa-space-shuttle:before {
    content: "ï†—"
}

.fa-slack:before {
    content: "ï†˜"
}

.fa-envelope-square:before {
    content: "ï†™"
}

.fa-wordpress:before {
    content: "ï†š"
}

.fa-openid:before {
    content: "ï†›"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "ï†œ"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "ï†"
}

.fa-yahoo:before {
    content: "ï†ž"
}

.fa-google:before {
    content: "ï† "
}

.fa-reddit:before {
    content: "ï†¡"
}

.fa-reddit-square:before {
    content: "ï†¢"
}

.fa-stumbleupon-circle:before {
    content: "ï†£"
}

.fa-stumbleupon:before {
    content: "ï†¤"
}

.fa-delicious:before {
    content: "ï†¥"
}

.fa-digg:before {
    content: "ï†¦"
}

.fa-pied-piper-pp:before {
    content: "ï†§"
}

.fa-pied-piper-alt:before {
    content: "ï†¨"
}

.fa-drupal:before {
    content: "ï†©"
}

.fa-joomla:before {
    content: "ï†ª"
}

.fa-language:before {
    content: "ï†«"
}

.fa-fax:before {
    content: "ï†¬"
}

.fa-building:before {
    content: "ï†­"
}

.fa-child:before {
    content: "ï†®"
}

.fa-paw:before {
    content: "ï†°"
}

.fa-spoon:before {
    content: "ï†±"
}

.fa-cube:before {
    content: "ï†²"
}

.fa-cubes:before {
    content: "ï†³"
}

.fa-behance:before {
    content: "ï†´"
}

.fa-behance-square:before {
    content: "ï†µ"
}

.fa-steam:before {
    content: "ï†¶"
}

.fa-steam-square:before {
    content: "ï†·"
}

.fa-recycle:before {
    content: "ï†¸"
}

.fa-automobile:before,
.fa-car:before {
    content: "ï†¹"
}

.fa-cab:before,
.fa-taxi:before {
    content: "ï†º"
}

.fa-tree:before {
    content: "ï†»"
}

.fa-spotify:before {
    content: "ï†¼"
}

.fa-deviantart:before {
    content: "ï†½"
}

.fa-soundcloud:before {
    content: "ï†¾"
}

.fa-database:before {
    content: "ï‡€"
}

.fa-file-pdf-o:before {
    content: "ï‡"
}

.fa-file-word-o:before {
    content: "ï‡‚"
}

.fa-file-excel-o:before {
    content: "ï‡ƒ"
}

.fa-file-powerpoint-o:before {
    content: "ï‡„"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "ï‡…"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "ï‡†"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "ï‡‡"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "ï‡ˆ"
}

.fa-file-code-o:before {
    content: "ï‡‰"
}

.fa-vine:before {
    content: "ï‡Š"
}

.fa-codepen:before {
    content: "ï‡‹"
}

.fa-jsfiddle:before {
    content: "ï‡Œ"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "ï‡"
}

.fa-circle-o-notch:before {
    content: "ï‡Ž"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "ï‡"
}

.fa-empire:before,
.fa-ge:before {
    content: "ï‡‘"
}

.fa-git-square:before {
    content: "ï‡’"
}

.fa-git:before {
    content: "ï‡“"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "ï‡”"
}

.fa-tencent-weibo:before {
    content: "ï‡•"
}

.fa-qq:before {
    content: "ï‡–"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "ï‡—"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "ï‡˜"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "ï‡™"
}

.fa-history:before {
    content: "ï‡š"
}

.fa-circle-thin:before {
    content: "ï‡›"
}

.fa-header:before {
    content: "ï‡œ"
}

.fa-paragraph:before {
    content: "ï‡"
}

.fa-sliders:before {
    content: "ï‡ž"
}

.fa-share-alt:before {
    content: "ï‡ "
}

.fa-share-alt-square:before {
    content: "ï‡¡"
}

.fa-bomb:before {
    content: "ï‡¢"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "ï‡£"
}

.fa-tty:before {
    content: "ï‡¤"
}

.fa-binoculars:before {
    content: "ï‡¥"
}

.fa-plug:before {
    content: "ï‡¦"
}

.fa-slideshare:before {
    content: "ï‡§"
}

.fa-twitch:before {
    content: "ï‡¨"
}

.fa-yelp:before {
    content: "ï‡©"
}

.fa-newspaper-o:before {
    content: "ï‡ª"
}

.fa-wifi:before {
    content: "ï‡«"
}

.fa-calculator:before {
    content: "ï‡¬"
}

.fa-paypal:before {
    content: "ï‡­"
}

.fa-google-wallet:before {
    content: "ï‡®"
}

.fa-cc-visa:before {
    content: "ï‡°"
}

.fa-cc-mastercard:before {
    content: "ï‡±"
}

.fa-cc-discover:before {
    content: "ï‡²"
}

.fa-cc-amex:before {
    content: "ï‡³"
}

.fa-cc-paypal:before {
    content: "ï‡´"
}

.fa-cc-stripe:before {
    content: "ï‡µ"
}

.fa-bell-slash:before {
    content: "ï‡¶"
}

.fa-bell-slash-o:before {
    content: "ï‡·"
}

.fa-trash:before {
    content: "ï‡¸"
}

.fa-copyright:before {
    content: "ï‡¹"
}

.fa-at:before {
    content: "ï‡º"
}

.fa-eyedropper:before {
    content: "ï‡»"
}

.fa-paint-brush:before {
    content: "ï‡¼"
}

.fa-birthday-cake:before {
    content: "ï‡½"
}

.fa-area-chart:before {
    content: "ï‡¾"
}

.fa-pie-chart:before {
    content: "ïˆ€"
}

.fa-line-chart:before {
    content: "ïˆ"
}

.fa-lastfm:before {
    content: "ïˆ‚"
}

.fa-lastfm-square:before {
    content: "ïˆƒ"
}

.fa-toggle-off:before {
    content: "ïˆ„"
}

.fa-toggle-on:before {
    content: "ïˆ…"
}

.fa-bicycle:before {
    content: "ïˆ†"
}

.fa-bus:before {
    content: "ïˆ‡"
}

.fa-ioxhost:before {
    content: "ïˆˆ"
}

.fa-angellist:before {
    content: "ïˆ‰"
}

.fa-cc:before {
    content: "ïˆŠ"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "ïˆ‹"
}

.fa-meanpath:before {
    content: "ïˆŒ"
}

.fa-buysellads:before {
    content: "ïˆ"
}

.fa-connectdevelop:before {
    content: "ïˆŽ"
}

.fa-dashcube:before {
    content: "ïˆ"
}

.fa-forumbee:before {
    content: "ïˆ‘"
}

.fa-leanpub:before {
    content: "ïˆ’"
}

.fa-sellsy:before {
    content: "ïˆ“"
}

.fa-shirtsinbulk:before {
    content: "ïˆ”"
}

.fa-simplybuilt:before {
    content: "ïˆ•"
}

.fa-skyatlas:before {
    content: "ïˆ–"
}

.fa-cart-plus:before {
    content: "ïˆ—"
}

.fa-cart-arrow-down:before {
    content: "ïˆ˜"
}

.fa-diamond:before {
    content: "ïˆ™"
}

.fa-ship:before {
    content: "ïˆš"
}

.fa-user-secret:before {
    content: "ïˆ›"
}

.fa-motorcycle:before {
    content: "ïˆœ"
}

.fa-street-view:before {
    content: "ïˆ"
}

.fa-heartbeat:before {
    content: "ïˆž"
}

.fa-venus:before {
    content: "ïˆ¡"
}

.fa-mars:before {
    content: "ïˆ¢"
}

.fa-mercury:before {
    content: "ïˆ£"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "ïˆ¤"
}

.fa-transgender-alt:before {
    content: "ïˆ¥"
}

.fa-venus-double:before {
    content: "ïˆ¦"
}

.fa-mars-double:before {
    content: "ïˆ§"
}

.fa-venus-mars:before {
    content: "ïˆ¨"
}

.fa-mars-stroke:before {
    content: "ïˆ©"
}

.fa-mars-stroke-v:before {
    content: "ïˆª"
}

.fa-mars-stroke-h:before {
    content: "ïˆ«"
}

.fa-neuter:before {
    content: "ïˆ¬"
}

.fa-genderless:before {
    content: "ïˆ­"
}

.fa-facebook-official:before {
    content: "ïˆ°"
}

.fa-pinterest-p:before {
    content: "ïˆ±"
}

.fa-whatsapp:before {
    content: "ïˆ²"
}

.fa-server:before {
    content: "ïˆ³"
}

.fa-user-plus:before {
    content: "ïˆ´"
}

.fa-user-times:before {
    content: "ïˆµ"
}

.fa-bed:before,
.fa-hotel:before {
    content: "ïˆ¶"
}

.fa-viacoin:before {
    content: "ïˆ·"
}

.fa-train:before {
    content: "ïˆ¸"
}

.fa-subway:before {
    content: "ïˆ¹"
}

.fa-medium:before {
    content: "ïˆº"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "ïˆ»"
}

.fa-optin-monster:before {
    content: "ïˆ¼"
}

.fa-opencart:before {
    content: "ïˆ½"
}

.fa-expeditedssl:before {
    content: "ïˆ¾"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "ï‰€"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "ï‰"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "ï‰‚"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "ï‰ƒ"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "ï‰„"
}

.fa-mouse-pointer:before {
    content: "ï‰…"
}

.fa-i-cursor:before {
    content: "ï‰†"
}

.fa-object-group:before {
    content: "ï‰‡"
}

.fa-object-ungroup:before {
    content: "ï‰ˆ"
}

.fa-sticky-note:before {
    content: "ï‰‰"
}

.fa-sticky-note-o:before {
    content: "ï‰Š"
}

.fa-cc-jcb:before {
    content: "ï‰‹"
}

.fa-cc-diners-club:before {
    content: "ï‰Œ"
}

.fa-clone:before {
    content: "ï‰"
}

.fa-balance-scale:before {
    content: "ï‰Ž"
}

.fa-hourglass-o:before {
    content: "ï‰"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "ï‰‘"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "ï‰’"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "ï‰“"
}

.fa-hourglass:before {
    content: "ï‰”"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "ï‰•"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "ï‰–"
}

.fa-hand-scissors-o:before {
    content: "ï‰—"
}

.fa-hand-lizard-o:before {
    content: "ï‰˜"
}

.fa-hand-spock-o:before {
    content: "ï‰™"
}

.fa-hand-pointer-o:before {
    content: "ï‰š"
}

.fa-hand-peace-o:before {
    content: "ï‰›"
}

.fa-trademark:before {
    content: "ï‰œ"
}

.fa-registered:before {
    content: "ï‰"
}

.fa-creative-commons:before {
    content: "ï‰ž"
}

.fa-gg:before {
    content: "ï‰ "
}

.fa-gg-circle:before {
    content: "ï‰¡"
}

.fa-tripadvisor:before {
    content: "ï‰¢"
}

.fa-odnoklassniki:before {
    content: "ï‰£"
}

.fa-odnoklassniki-square:before {
    content: "ï‰¤"
}

.fa-get-pocket:before {
    content: "ï‰¥"
}

.fa-wikipedia-w:before {
    content: "ï‰¦"
}

.fa-safari:before {
    content: "ï‰§"
}

.fa-chrome:before {
    content: "ï‰¨"
}

.fa-firefox:before {
    content: "ï‰©"
}

.fa-opera:before {
    content: "ï‰ª"
}

.fa-internet-explorer:before {
    content: "ï‰«"
}

.fa-television:before,
.fa-tv:before {
    content: "ï‰¬"
}

.fa-contao:before {
    content: "ï‰­"
}

.fa-500px:before {
    content: "ï‰®"
}

.fa-amazon:before {
    content: "ï‰°"
}

.fa-calendar-plus-o:before {
    content: "ï‰±"
}

.fa-calendar-minus-o:before {
    content: "ï‰²"
}

.fa-calendar-times-o:before {
    content: "ï‰³"
}

.fa-calendar-check-o:before {
    content: "ï‰´"
}

.fa-industry:before {
    content: "ï‰µ"
}

.fa-map-pin:before {
    content: "ï‰¶"
}

.fa-map-signs:before {
    content: "ï‰·"
}

.fa-map-o:before {
    content: "ï‰¸"
}

.fa-map:before {
    content: "ï‰¹"
}

.fa-commenting:before {
    content: "ï‰º"
}

.fa-commenting-o:before {
    content: "ï‰»"
}

.fa-houzz:before {
    content: "ï‰¼"
}

.fa-vimeo:before {
    content: "ï‰½"
}

.fa-black-tie:before {
    content: "ï‰¾"
}

.fa-fonticons:before {
    content: "ïŠ€"
}

.fa-reddit-alien:before {
    content: "ïŠ"
}

.fa-edge:before {
    content: "ïŠ‚"
}

.fa-credit-card-alt:before {
    content: "ïŠƒ"
}

.fa-codiepie:before {
    content: "ïŠ„"
}

.fa-modx:before {
    content: "ïŠ…"
}

.fa-fort-awesome:before {
    content: "ïŠ†"
}

.fa-usb:before {
    content: "ïŠ‡"
}

.fa-product-hunt:before {
    content: "ïŠˆ"
}

.fa-mixcloud:before {
    content: "ïŠ‰"
}

.fa-scribd:before {
    content: "ïŠŠ"
}

.fa-pause-circle:before {
    content: "ïŠ‹"
}

.fa-pause-circle-o:before {
    content: "ïŠŒ"
}

.fa-stop-circle:before {
    content: "ïŠ"
}

.fa-stop-circle-o:before {
    content: "ïŠŽ"
}

.fa-shopping-bag:before {
    content: "ïŠ"
}

.fa-shopping-basket:before {
    content: "ïŠ‘"
}

.fa-hashtag:before {
    content: "ïŠ’"
}

.fa-bluetooth:before {
    content: "ïŠ“"
}

.fa-bluetooth-b:before {
    content: "ïŠ”"
}

.fa-percent:before {
    content: "ïŠ•"
}

.fa-gitlab:before {
    content: "ïŠ–"
}

.fa-wpbeginner:before {
    content: "ïŠ—"
}

.fa-wpforms:before {
    content: "ïŠ˜"
}

.fa-envira:before {
    content: "ïŠ™"
}

.fa-universal-access:before {
    content: "ïŠš"
}

.fa-wheelchair-alt:before {
    content: "ïŠ›"
}

.fa-question-circle-o:before {
    content: "ïŠœ"
}

.fa-blind:before {
    content: "ïŠ"
}

.fa-audio-description:before {
    content: "ïŠž"
}

.fa-volume-control-phone:before {
    content: "ïŠ "
}

.fa-braille:before {
    content: "ïŠ¡"
}

.fa-assistive-listening-systems:before {
    content: "ïŠ¢"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "ïŠ£"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "ïŠ¤"
}

.fa-glide:before {
    content: "ïŠ¥"
}

.fa-glide-g:before {
    content: "ïŠ¦"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "ïŠ§"
}

.fa-low-vision:before {
    content: "ïŠ¨"
}

.fa-viadeo:before {
    content: "ïŠ©"
}

.fa-viadeo-square:before {
    content: "ïŠª"
}

.fa-snapchat:before {
    content: "ïŠ«"
}

.fa-snapchat-ghost:before {
    content: "ïŠ¬"
}

.fa-snapchat-square:before {
    content: "ïŠ­"
}

.fa-pied-piper:before {
    content: "ïŠ®"
}

.fa-first-order:before {
    content: "ïŠ°"
}

.fa-yoast:before {
    content: "ïŠ±"
}

.fa-themeisle:before {
    content: "ïŠ²"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "ïŠ³"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "ïŠ´"
}

.fa-handshake-o:before {
    content: "ïŠµ"
}

.fa-envelope-open:before {
    content: "ïŠ¶"
}

.fa-envelope-open-o:before {
    content: "ïŠ·"
}

.fa-linode:before {
    content: "ïŠ¸"
}

.fa-address-book:before {
    content: "ïŠ¹"
}

.fa-address-book-o:before {
    content: "ïŠº"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "ïŠ»"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "ïŠ¼"
}

.fa-user-circle:before {
    content: "ïŠ½"
}

.fa-user-circle-o:before {
    content: "ïŠ¾"
}

.fa-user-o:before {
    content: "ï‹€"
}

.fa-id-badge:before {
    content: "ï‹"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "ï‹‚"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "ï‹ƒ"
}

.fa-quora:before {
    content: "ï‹„"
}

.fa-free-code-camp:before {
    content: "ï‹…"
}

.fa-telegram:before {
    content: "ï‹†"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "ï‹‡"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "ï‹ˆ"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "ï‹‰"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "ï‹Š"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "ï‹‹"
}

.fa-shower:before {
    content: "ï‹Œ"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "ï‹"
}

.fa-podcast:before {
    content: "ï‹Ž"
}

.fa-window-maximize:before {
    content: "ï‹"
}

.fa-window-minimize:before {
    content: "ï‹‘"
}

.fa-window-restore:before {
    content: "ï‹’"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "ï‹“"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "ï‹”"
}

.fa-bandcamp:before {
    content: "ï‹•"
}

.fa-grav:before {
    content: "ï‹–"
}

.fa-etsy:before {
    content: "ï‹—"
}

.fa-imdb:before {
    content: "ï‹˜"
}

.fa-ravelry:before {
    content: "ï‹™"
}

.fa-eercast:before {
    content: "ï‹š"
}

.fa-microchip:before {
    content: "ï‹›"
}

.fa-snowflake-o:before {
    content: "ï‹œ"
}

.fa-superpowers:before {
    content: "ï‹"
}

.fa-wpexplorer:before {
    content: "ï‹ž"
}

.fa-meetup:before {
    content: "ï‹ "
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}