@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");.dashboard-container {
    height: 100dvh;
    overflow-y: auto
}

.dashboard-layout {
    display: flex;
    width: 100%;
    font-family: Poppins,sans-serif
}

.dashboard-container {
    width: 100%
}

.logo-box {
    background-color: #1f68ca;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    display: grid;
    place-content: center
}

.bg-light-dark {
    background-color: #eee
}

.sidebar {
    height: 100vh;
    transform: translateX(0);
    overflow: auto;
    padding-top: 3rem!important;
    border-right: 1px solid #d1d5db
}

.sidebar .nav-item {
    font-size: 15px
}

.sidebar .nav-link.active {
    background-color: var(--color-primaryNeonPurple)!important
}

.sidebar .nav-link:hover {
    color: #fff;
    background-color: var(--color-primaryViolet)!important
}

.sidebar .nav-item a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    border-radius: 0;
    border-bottom: 1px solid #d1d5db
}

@media (max-width: 768px) {
    .sidebar {
        width:auto;
        position: fixed;
        z-index: 9;
        height: 100dvh;
        overflow-y: auto
    }
}

.sidebar.collapsed {
    transform: translateX(-100%);
    width: 0!important;
    overflow: hidden;
    padding: 0!important
}

.toggle-sidebar-btn {
    margin-left: 17px;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 10;
    background-color: #2a2e38;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.toggle-sidebar-btn:hover {
    color: var(--color-primaryViolet)
}

@media (max-width: 450px) {
    .dashboard-layout .navbar {
        flex-direction:column;
        gap: 13px
    }
}

.dashboard-layout .navbar-main {
    padding: 25px
}

.bg-dark {
    background-color: #121418!important
}

.dashboard-container table {
    font-size: small
}

.profile-nav-section {
    display: flex;
    background: #e1e1e1ee;
    border-radius: .375rem;
    padding: .375rem;
    gap: .2rem;
    font-size: small;
    align-self: center;
    box-shadow: 0 0 3px rgba(0,0,0,.2)
}

.profile-nav-section div {
    padding: 6px;
    border-radius: 6px;
    cursor: pointer
}

.profile-nav-section .active {
    color: #fff;
    background-color: var(--color-primaryNeonPurple);
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}

.profile-nav-section div:hover {
    background-color: var(--color-primaryViolet);
    color: #fff
}

.stats-container {
    justify-content: space-around;
    margin: 20px auto;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px rgba(0,0,0,.1)
}

.stat-item,.stats-container {
    display: flex;
    padding: 20px;
    gap: 10px;
    border-radius: 8px
}

.stat-item {
    text-align: center;
    flex: 1;
    justify-content: center;
    min-width: 120px;
    border: 1px solid #ddd;
    transition: transform .3s,box-shadow .3s
}

.stat-item div span {
    font-size: 15px;
    color: grey
}

.stat-icon {
    font-size: x-large;
    color: #000
}

.stat-item h2 {
    font-size: 23px;
    margin-bottom: 10px
}

.stat-item p {
    font-size: 24px;
    font-weight: 700;
    color: #007bff
}

.stat-item.income {
    box-shadow: inset 1px 1px 6px #28a745
}

.stat-item.stock {
    box-shadow: inset 1px 1px 6px #17a2b8
}

.stat-item.sold {
    box-shadow: inset 1px 1px 6px #ffc107
}

.stat-item.refunded {
    box-shadow: inset 1px 1px 6px #dc3545
}

.withdraw-reject-reason {
    max-width: 200px;
    max-height: 100px;
    overflow: auto
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0,0,0,.5);
    z-index: 8;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

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

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,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    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;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    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
}

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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: rgba(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:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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: rgba(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:
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.col-span-2 {
    grid-column: span 2/span 2
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

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

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-auto {
    margin-bottom: auto
}

.ml-2 {
    margin-left: .5rem
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.min-h-screen {
    min-height: 100vh
}

.w-full {
    width: 100%
}

.max-w-5xl {
    max-width: 64rem
}

.flex-shrink-0 {
    flex-shrink: 0
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-not-allowed {
    cursor: not-allowed
}

.resize {
    resize: both
}

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

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

.flex-row {
    flex-direction: row
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-center {
    align-items: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.break-all {
    word-break: break-all
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.border {
    border-width: 1px
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.text-center {
    text-align: center
}

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

.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
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.lowercase {
    text-transform: lowercase
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

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

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74/var(--tw-text-opacity))
}

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

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.opacity-50 {
    opacity: .5
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,.shadow-md {
    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 rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

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

.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
}

body {
    color: #000;
    background-color: #fff
}

:root {
    --color-primaryViolet: #db496b;
    --color-primaryNeonPurple: #de2b55
}

.btn-primary {
    background-color: #de2b55!important
}

.navbar .navbar-menu-dropdown a {
    color: #000;
    width: 100%;
    height: 100%
}

.navbar .navbar-menu-dropdown {
    z-index: 10
}

.bg-secondary {
    background-color: #eee!important
}

a {
    color: var(--color-primaryViolet)
}

.text-link:hover,a:hover {
    color: var(--color-primaryNeonPurple)
}

.text-red {
    color: red
}

.text-green {
    color: green
}

.text-blue {
    color: blue
}

.border-main {
    border: .0625rem solid #2a2e38
}

.border-main-bottom {
    border-bottom: .0625rem solid #2a2e38
}

.semi-bold {
    font-weight: 600
}

.mt-50 {
    margin-top: 50px
}

.mt-100 {
    margin-top: 100px
}

.c-gray {
    color: #6c757d
}

.w-max-content {
    width: -moz-max-content!important;
    width: max-content!important
}

.page-item.disabled .page-link {
    background-color: #2e2e2e;
    border: none!important;
    color: #d9d9d9
}

.custom-container {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%
}

.container-center-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.cursor-pointer {
    cursor: pointer
}

.text-gray-700 {
    color: #374151
}

.text-gray-600 {
    color: #4b5563
}

.text-sm {
    font-size: small
}

.custom-input-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-input-group>div {
    flex: 1
}

.select-country button {
    border: none;
    padding: 0
}

.select-country button span {
    padding: 0;
    margin: 0
}

.c-grey {
    color: #545454
}

.bg-grey {
    background-color: #d8d8d8ee
}

.message-container {
    background-color: #121418
}

.input {
    display: block;
    padding: .625rem;
    border-radius: .5rem;
    border-width: 1px;
    border-color: #4b5563;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #fff;
    background-color: #374151
}

.input:focus {
    border-color: #3b82f6;
    --ring-color: #3b82f6
}

.input:focus,[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus {
    --tw-ring-shadow: none!important;
    --tw-ring-offset-shadow: none!important
}

.form-control,.multi-input {
    display: block;
    padding: .625rem;
    border-radius: .5rem;
    border-width: 1px;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem
}

.multi-input:focus {
    --tw-ring-color: transparent
}

.table thead th {
    text-align: left;
    font-weight: 400;
    font-size: .75rem;
    padding: .625rem 1rem;
    line-height: 1.5;
    color: #888c95;
    white-space: nowrap
}

h1 {
    font-size: 2rem;
    line-height: 1.2
}

h1,h2 {
    font-weight: 600;
    margin-bottom: .5rem
}

h2 {
    font-size: 1.65rem;
    line-height: 1.3
}

h3 {
    font-size: 1.45rem;
    line-height: 1.4
}

h3,h4 {
    font-weight: 500;
    margin-bottom: .5rem
}

h4 {
    font-size: 1.2rem;
    line-height: 1.5
}

h5 {
    font-size: 1.1rem;
    line-height: 1.6
}

h5,h6 {
    font-weight: 400;
    margin-bottom: .5rem
}

h6 {
    font-size: .8rem;
    line-height: 1.7
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px
}

::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #1b1927;
    background-color: #a8a2a3;
    border-radius: 10px;
    border: 3px solid #eee
}

.swal2-popup {
    border-radius: 30px;
    background-color: #f2ebf1
}

.swal2-error {
    border-color: red!important
}

.swal2-error [class^=swal2-x-mark-line] {
    background-color: red!important
}

.swal2-title {
    font-size: 20px;
    color: #212224;
    font-weight: 700
}

.swal2-confirm {
    border-radius: .375rem!important;
    transform: scale(1)!important;
    transition: transform .08s!important;
    font-size: .875rem!important;
    line-height: 1.25rem!important;
    position: relative!important;
    padding: .5rem 1rem!important;
    font-weight: 500!important;
    outline: none!important;
    box-shadow: none!important
}

.btn-close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")!important
}

.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgb(248 113 113/var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .md\:order-2 {
        order:2
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

.secondary-navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    gap: 0;
    box-shadow: 1px 1px 4px #00000038;
    padding: 0;
    color: #fff;
    background-color: var(--color-primaryNeonPurple)
}

.secondary-navbar button {
    border-radius: 0
}

.secondary-navbar button.active {
    color: #6c1529
}

.navbar-main {
    color: #fff;
    background-color: #eee;
    padding: 10px 20px;
    border-bottom: 1px solid #d1d5db;
    justify-content: space-between
}

@media (max-width: 500px) {
    .navbar-main {
        justify-content:center
    }
}

.headerWallet {
    display: flex;
    gap: 5px;
    align-items: center
}

.walletbalance {
    color: #000;
    border: 1px solid #cfcfcf;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    height: 3rem;
    gap: .2rem;
    padding: .75rem 1rem;
    border-radius: .375rem;
    transition: all .3s;
    text-wrap: nowrap;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center
}

.navbar-icon {
    all: unset;
    background-color: #d1d5db;
    color: #000;
    height: 2.5rem;
    width: 2.5rem;
    justify-content: center;
    border-radius: 50%
}

.navbar-icon,.walletbtn {
    display: flex;
    align-items: center;
    cursor: pointer
}

.walletbtn {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    background-color: var(--color-primaryNeonPurple);
    transition: all .3s;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    border-radius: .375rem;
    padding: .6rem 1rem;
    height: 3rem;
    color: #fff;
    border: 0;
    white-space: nowrap;
    font-size: .875rem
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.floating-notification {
    background: linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.7))
}

.floating-notification,.floating-notification2 {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    z-index: 1000;
    max-width: 100%;
    margin: auto;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    animation: slideDown 1s ease-in-out
}

.floating-notification2 {
    background: #6c1529
}

.floating-notification button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    padding: 0 15px;
    transition: color .3s ease
}

.floating-notification button:hover {
    color: #ff5c5c
}

.btn {
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-radius: .375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: transform .08s;
    font-size: .875rem;
    line-height: 1.25rem;
    position: relative;
    padding: .5rem 1rem;
    font-weight: 500
}

.btn-main {
    color: #fff;
    background-color: #de2b55
}

.btn-good {
    padding: 7px 20px;
    border-radius: 30px;
    cursor: pointer;
    border: 0;
    background-color: #000;
    box-shadow: 0 0 8px rgb(0 0 0/5%);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    transition: all .5s ease
}

.btn-good:hover {
    box-shadow: var(--color-primaryNeonPurple) 0 7px 29px 0
}

.btn-good:active,.btn-good:hover {
    letter-spacing: 3px;
    background-color: var(--color-primaryNeonPurple);
    color: #fff
}

.btn-good:active {
    box-shadow: var(--color-primaryNeonPurple) 0 0 0 0;
    transform: translateY(10px);
    transition: .1s
}

.program-container {
    display: flex;
    justify-content: space-between;
    background-color: #e1e1e1ee;
    padding: 20px;
    border-radius: 10px
}

.program-description {
    flex: 1;
    color: #000
}

h2 {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

p {
    font-size: .9rem;
    line-height: 1.5;
    color: #3a3a3a
}

.referral-link {
    margin-top: 20px
}

.referral-link label {
    display: block;
    font-size: .8rem;
    color: #828998;
    margin-bottom: 5px
}

.link-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffffee;
    padding: 10px;
    border-radius: 5px
}

.refferalinkinput {
    background: none;
    border: none;
    color: #3c3c3c;
    flex: 1
}

.refferalinkinput:focus {
    outline: none
}

.empty-box {
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #c5c5c5;
    border-radius: 10px;
    margin-left: 20px
}

@media (max-width: 1000px) {
    .empty-box {
        width:300px
    }
}

@media (max-width: 900px) {
    .empty-box {
        display:none
    }
}

.stat-card {
    padding: 2rem 1.5rem;
    background-color: #e1e1e1ee;
    border-radius: .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 auto
}

.stat-card span {
    font-weight: 400;
    font-size: .75rem;
    color: #4d5361
}

.stat-card h4 {
    font-weight: 700;
    font-size: 1.125rem
}

.loadercontainer {
    min-height: 80vh
}

.loadercontainer,.sm-loadercontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.sm-loadercontainer {
    min-height: 50px!important
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.sm-lds-ring {
    width: 50px;
    height: 50px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border: 4px solid transparent;
    border-top-color: #000
}

.sm-lds-ring div {
    width: 37.5px;
    height: 37.5px
}

.lds-ring div:first-child {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.loader {
    border: 5px solid #f3f3f3;
    border-top-color: #de2b55;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.lineloader {
    display: block;
    position: relative;
    height: 12px;
    width: 200px;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden
}

.lineloader:after {
    content: "";
    width: 40%;
    height: 100%;
    background: #ff3d00;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animlineloader 2s linear infinite
}

@keyframes animlineloader {
    0% {
        left: 0;
        transform: translateX(-100%)
    }

    to {
        left: 100%;
        transform: translateX(0)
    }
}

.lds-ellipsis {
    width: 48px;
    height: 48px;
    border: 3px solid #000;
    display: inline-block;
    position: relative;
    animation: rotation 1s linear infinite
}

.lds-ellipsis,.lds-ellipsis:after {
    border-radius: 50%;
    box-sizing: border-box
}

.lds-ellipsis:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 56px;
    height: 56px;
    border: 3px solid transparent;
    border-bottom: 3px solid var(--color-primaryNeonPurple)
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.footer {
    background-color: #eee
}

.footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.footer .company-info {
    flex: 1;
    padding: 12px
}

.footer .company-logo {
    width: 150px;
    height: auto
}

.footer .company-name {
    margin-top: 10px;
    font-size: 1.2rem
}

.footer .company-description {
    margin-top: 10px;
    font-size: .9rem
}

.footer .footer-info {
    padding: 15px
}

.footer .social-media {
    margin-top: 10px
}

.footer .social-media img {
    width: 30px;
    height: auto;
    margin-right: 10px
}

.footer .contact-info p {
    margin: 5px 0;
    font-size: .9rem
}

.footer .copyright {
    margin-top: 20px;
    color: #676666;
    font-size: .8rem
}

.footer-end {
    display: flex;
    align-items: center;
    justify-content: center
}

.activity-table {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.175)
}

.selectPages {
    cursor: pointer;
    width: 55px;
    padding: 4px 5px!important;
    background-color: #f8f9fa;
    color: #000;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
    font-size: 13px;
    outline: none
}

.selectPages:focus {
    border-color: #de2b55;
    box-shadow: 0 0 5px rgba(119,23,255,.1)
}

.btn-sm-main {
    background-color: var(--color-primaryNeonPurple)
}

.btn-danger-main,.btn-sm-main {
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    gap: 2px;
    border: none;
    color: #fff
}

.btn-danger-main {
    background-color: red
}

.btn-success-main {
    background-color: green
}

.btn-cancel-main,.btn-success-main {
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    gap: 2px;
    border: none;
    color: #fff
}

.btn-cancel-main {
    background-color: #212529
}

.btn-secondary {
    padding: 7px 11px;
    font-size: 11px;
    gap: 2px;
    border: none;
    color: #fff;
    background-color: #2e3032
}

.btn-secondary,.search-input {
    display: flex;
    align-items: center;
    justify-content: center
}

.search-input {
    gap: 10px
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 5px;
    justify-content: flex-end;
    margin-top: 20px;
    flex-wrap: wrap
}

.page-link {
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .3s ease,color .3s ease,box-shadow .3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,.1)
}

.page-link:hover {
    background-color: #e9ecef;
    color: #000;
    box-shadow: 0 4px 8px rgba(0,0,0,.2)
}

.page-item.disabled .page-link {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #e9ecef;
    color: #6c757d;
    border: 1px solid #dee2e6;
    box-shadow: none;
    opacity: .65
}

.page-item.active .page-link {
    background-color: #de2b55;
    color: #fff;
    border: 1px solid #e81042;
    box-shadow: 0 2px 6px rgba(0,0,0,.2)
}

.telegram-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.welcome-card {
    color: #fff;
    padding: 12px 25px;
    background: #7717ff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: 50px;
    justify-content: space-between;
    box-shadow: 0 2px 7px 4px rgba(0,0,0,.1)
}

.welcome-card .profile-img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    overflow: hidden
}

@media (max-width: 550px) {
    .welcome-card {
        flex-direction:column;
        align-items: center;
        gap: 20px;
        justify-content: center
    }
}

.stat-Cards {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.stat-Card {
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    width: 150px;
    font-size: 14px
}

.stat-Card div {
    padding: 10px;
    background-color: #fff;
    display: flex;
    box-shadow: 0 2px 7px 4px rgba(0,0,0,.1);
    border-radius: 10px;
    justify-content: center;
    align-items: center
}

.stat-Card div i {
    font-size: 70px;
    color: #7717ff
}

.important-Cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 120px
}

.important-Cards ul {
    padding: 30px;
    background-color: #000;
    box-shadow: 0 2px 7px 4px rgba(0,0,0,.1);
    border-radius: 10px;
    word-wrap: break-word;
    gap: 22px
}

.important-Cards ul,.news-card {
    display: flex;
    flex-direction: column
}

.news-item {
    position: relative;
    box-shadow: 0 2px 7px 4px rgba(0,0,0,.1);
    margin: .6em 0;
    max-width: 92vw
}

.news-card .toggle-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.news-card h5 {
    background: #fff;
    color: #000;
    padding: 10px;
    margin: 0;
    position: relative
}

.accordion-icon {
    opacity: .5;
    pointer-events: none;
    position: absolute;
    right: .5rem;
    transition: all .3s ease-in-out
}

.accordion-icon svg {
    width: 1.5rem;
    height: 1.5rem
}

.news-card .toggle-label {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center
}

.news-card .content {
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.news-card .content p {
    padding: 2em
}

.news-card .toggle-input:checked~h5 .accordion-icon {
    transform: rotate(180deg)
}

.news-card .toggle-input:checked~h5~.content {
    max-height: 400px
}

.news-card-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
    font-size: 13px
}

.news-card-data div {
    display: flex;
    align-items: center;
    gap: 30px
}

.news-card-data .label {
    font-weight: 600
}

@media (max-width: 600px) {
    .news-card .toggle-label {
        font-size:12px
    }

    .news-card .toggle-label span {
        overflow-wrap: break-word
    }

    .news-card-data {
        font-size: 11px
    }
}

@media (max-width: 550px) {
    .stat-Cards {
        justify-content:center
    }
}

.section-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center
}

.news {
    width: 100%
}

.hqdemoVideo>.modal-dialog {
    max-width: 900px
}

@media (min-width: 1500px) {
    .hqdemoVideo>.modal-dialog {
        max-width:1000px
    }
}

@media (min-width: 2000px) {
    .hqdemoVideo>.modal-dialog {
        max-width:1400px
    }
}

.user-info-container {
    display: flex;
    background: #121418;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    border-radius: .5rem;
    flex-direction: row;
    width: 100%;
    padding: 18px
}

.user-info-details {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    font-weight: 500;
    gap: 10px
}

.user-basic-info {
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 700px) {
    .user-info-container {
        justify-content:space-evenly
    }
}

.user-info-container .user-balance {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px
}

.user-info-container .user-rank-details {
    display: flex;
    align-items: center;
    gap: 10px
}

.user-info-container .info-card-item {
    flex-direction: column
}

.telegram-button,.user-info-container .info-card-item {
    display: flex;
    align-items: center;
    justify-content: center
}

.telegram-button {
    font-family: inherit;
    font-size: 15px;
    background: linear-gradient(180deg,#4dc7d9 0,#66a6ff);
    color: #fff;
    padding: .8em 1.2em;
    border: none;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    transition: all .3s
}

.telegram-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,.3)
}

button:active {
    transform: scale(.95);
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.telegram-button span {
    display: block;
    margin-left: .4em;
    transition: all .3s
}

.telegram-button svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    transition: all .3s
}

.telegram-button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.2);
    margin-right: .5em;
    transition: all .3s
}

.telegram-button:hover .svg-wrapper {
    background-color: hsla(0,0%,100%,.5)
}

.telegram-button:hover svg {
    transform: rotate(45deg)
}

.specialbtn {
    font-size: 16px;
    padding: .8rem 1.9rem;
    border: none;
    outline: none;
    border-radius: .4rem;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #0e0e1a;
    color: #eaeaea;
    font-weight: 700;
    transition: .6s;
    box-shadow: 0 0 60px #1f6525;
    -webkit-box-reflect: below 10px linear-gradient(180deg,transparent,rgba(0,0,0,.4))
}

.specialbtn:active {
    scale: .92
}

.specialbtn:hover {
    background: #021d4e;
    background: linear-gradient(270deg,rgba(2,78,12,.681),rgba(31,232,71,.873) 60%);
    color: #040426
}

.rank {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    min-width: 120px
}

.rank.vip {
    background: linear-gradient(181deg,#8b0000,#b22222,#3e0e06);
    color: #fff;
    box-shadow: 1px 1px 8px 0 #ea6868;
    text-shadow: 1px 1px 5px #000
}

.rank.newcomer,.rank.vip {
    padding: 5px;
    border-radius: 5px
}

.rank.newcomer {
    background: radial-gradient(328px at 2.9% 15%,#fbbfdc 0,#fbe8f2 25.8%,#fceffa 50.8%,#fbeaeb 77.6%,#fbf0f0 100.7%);
    color: #000;
    box-shadow: 1px 1px 7px 1px #f4bdd2;
    text-shadow: 2px 2px 4px #fff
}

.rank.king {
    background: linear-gradient(90deg,#040404,#000,#656565);
    color: #fff
}

.rank.gold,.rank.king {
    box-shadow: 0 4px 8px hsla(240,0%,53%,.592);
    padding: 5px;
    border-radius: 5px
}

.rank.gold {
    background: linear-gradient(90deg,#bf953f,#fcf6ba,#e7c375,#fbf5b7,#aa771c);
    color: #000;
    text-shadow: 2px 2px 4px #fff
}

.dark-accordion {
    color: #000!important;
    border: 1px solid #d6d6d6
}

.dark-accordion-title {
    font-weight: 600!important
}

@media (max-width: 400px) {
    .dark-accordion-title {
        font-size:12px!important
    }
}

.card-table {
    font-size: small
}

.search-container {
    padding: 20px;
    border: 1px solid rgba(0,0,0,.175);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (max-width: 1000px) {
    .search-container {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 500px) {
    .search-container {
        grid-template-columns:1fr
    }
}

.range-slider {
    position: relative;
    width: 100%;
    height: 20px
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    border-radius: 5px;
    outline: none;
    margin: 0;
    padding: 0;
    position: absolute
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.range-slider input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #007bff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.plus-track-icon {
    display: flex;
    margin: auto;
    width: 22px;
    align-items: center;
    justify-content: center;
    height: 26px
}

.plus-track-icon i {
    font-size: 20px!important
}

.plus-track-icon .bi-check-lg {
    color: green
}

.personal-data-column .bi-x,.plus-track-icon .bi-x {
    color: red
}

.personal-data-column .bi-check-lg {
    color: green
}

.country-td {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px
}

.personal-data-column {
    flex-direction: column;
    gap: 10px
}

.personal-data-column,.personal-data-column div {
    display: flex;
    align-items: center;
    justify-content: center
}

.personal-data-column div {
    gap: 5px
}

.personal-data-column i {
    height: 26px;
    font-size: 20px!important;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.personal-data-column .fa-check {
    color: green
}

.personal-data-column .fa-xmark {
    color: red
}

.discount-price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.discount-price-container .oldprice {
    font-size: 11px;
    text-decoration: line-through;
    color: red
}

.discount-price-container .newprice {
    font-size: 14px;
    color: green
}

.descriptionCell {
    max-width: 550px
}

.subTh b {
    font-weight: 300;
    color: #707070
}

.cryptoTypeCard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 10px;
    border-radius: 7px;
    border: 1px solid silver;
    box-shadow: 0 2px 7px 4px rgba(0,0,0,.1);
    padding: 10px
}

.cryptoTypeCard input,.cryptoTypeCard label {
    cursor: pointer
}

.multi-input-container {
    flex-wrap: wrap;
    padding: .625rem;
    border-radius: .5rem;
    border-width: 1px;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem
}

.bin,.multi-input-container {
    display: flex;
    align-items: center
}

.bin {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: #000;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px
}

.remove-bin {
    background: none;
    border: none;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer
}

.multi-input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px
}

.status.TimedOut {
    background-color: rgba(239,68,68,.1);
    color: #ef4444;
    border: 1px solid #ef4444
}

.status.Pending,.status.pending {
    background-color: rgba(234,179,8,.1);
    color: #eab308;
    border: 1px solid #eab308
}

.status.closed,.status.replied {
    background-color: rgba(34,197,94,.1);
    color: #22c55e;
    border: 1px solid #22c55e
}

.status.awaiting {
    background-color: rgba(234,179,8,.1);
    color: #eab308;
    border: 1px solid #eab308
}

.status.Completed,.status.completed {
    background-color: rgba(34,197,94,.1);
    color: #22c55e;
    border: 1px solid #22c55e
}

.status.blackstatus {
    background-color: #0e0e0e33;
    border: 1px solid #141414;
    color: #3f3f3f
}

.status.NonRefundable {
    background-color: rgba(59,130,246,.1);
    color: #3b82f6;
    border: 1px solid #3b82f6
}

.status.Refunded {
    background-color: rgba(34,197,94,.1);
    color: #22c55e;
    border: 1px solid #22c55e
}

.status.Canceled {
    background-color: rgba(239,68,68,.1);
    color: #ef4444;
    border: 1px solid #ef4444
}

.status.Started,.status.started {
    background-color: rgba(59,130,246,.1);
    color: #3b82f6;
    border: 1px solid #3b82f6
}

.status {
    font-size: .875rem;
    line-height: 1.5rem;
    padding: 2px .5rem;
    cursor: default;
    border: none;
    border-radius: .375rem;
    white-space: nowrap;
    outline: none;
    max-width: -moz-max-content;
    max-width: max-content
}

.statusContainer {
    height: 30px
}

.message,.statusContainer {
    display: flex;
    align-items: center
}

.message {
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
    min-height: 100px;
    border: 1px solid #c4c4c4;
    border-radius: 7px;
    padding: 10px;
    font-weight: 500
}

.sms-number {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #ced4da
}

.sms-number .copy-btn {
    padding: .375rem .75rem
}

.sms-number .copy-btn:hover {
    background-color: #d5d9dc
}

.sms-number .phone-country {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #e9ecef
}

.sms-number input {
    padding-left: 0;
    border: none!important
}

.table-container {
    position: relative
}

.table-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
    opacity: 1;
    transition: opacity .3s
}

.table-fade.hidden {
    opacity: 0
}

.table-fade.fade-left {
    left: 0;
    background: linear-gradient(90deg,hsla(0,0%,73%,.8),transparent)
}

.table-fade.fade-right {
    right: 0;
    background: linear-gradient(270deg,hsla(0,0%,73%,.8),transparent)
}

.status.VeryLow {
    background-color: rgba(239,68,68,.1);
    color: #ef4444;
    border: 1px solid #ef4444;
    font-size: x-small
}

.status.Low {
    background-color: rgba(234,179,8,.1);
    color: #eab308;
    border: 1px solid #eab308;
    font-size: x-small
}

.status.Normal {
    background-color: rgba(110,231,183,.1);
    color: #6ee7b7;
    border: 1px solid #6ee7b7;
    font-size: x-small
}

.status.High {
    background-color: rgba(52,211,153,.1);
    color: #34d399;
    border: 1px solid #34d399;
    font-size: x-small
}

.status.VeryHigh {
    background-color: rgba(16,185,129,.1);
    color: #10b981;
    border: 1px solid #10b981;
    font-size: x-small
}

.inbox_msg {
    clear: both;
    overflow: hidden
}

.top_spac {
    margin: 20px 0 0
}

.recent_heading {
    float: left;
    width: 40%
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4
}

.recent_heading h4 {
    color: #000;
    font-size: 21px;
    margin: auto
}

.badge-info {
    background-color: #05728f
}

.srch_bar input {
    border: solid #cdcdcd;
    border-width: 0 0 1px;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none
}

.srch_bar .input-group-addon button {
    background: transparent none repeat scroll 0 0;
    border: none;
    padding: 0;
    color: #707070;
    font-size: 18px
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px
}

.chat_ib h5 span {
    font-size: 13px;
    float: right
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%
}

.chat_people {
    overflow: hidden;
    clear: both
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll
}

.active_chat {
    background: #ebebeb
}

.incoming_msg_img {
    display: inline-block;
    width: 6%
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%
}

.received_msg p {
    background: #f2f3f5 none repeat scroll 0 0
}

.msg_time {
    color: #667781
}

.msg-details {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between
}

.msg-details-from img {
    border-radius: 50%
}

.msg-details-from {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    justify-content: flex-end;
    margin: 10px 0
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0
}

.mesgs,.msg p {
    width: 100%
}

.msg p {
    box-shadow: 0 2px 3px #0b141a21;
    border-radius: 5px;
    font-size: 14px;
    margin: 0;
    color: #000;
    padding: 5px 10px 5px 12px
}

.sent_msg p {
    background: #ffe4e6 none repeat scroll 0 0
}

.outgoing_msg {
    overflow: hidden;
    margin: 5px 0
}

.sent_msg {
    float: right
}

.msg {
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 10%
}

.input_msg_write input {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%
}

.type_msg {
    border-top: 0 solid #c4c4c4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px
}

.type_msg .input_msg_write {
    flex: 1
}

.messaging {
    padding: 0;
    max-height: 500px;
    max-height: 50vh;
    overflow-y: auto
}

.reply-container {
    min-height: -moz-fit-content;
    min-height: fit-content
}

.status-data {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    flex-direction: column;
    justify-content: center
}

.ticketClosedMsg {
    color: #b8b8b8
}

.copy-button {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #007bff;
    margin-left: 10px
}

.copy-button i {
    margin-right: 5px
}

.status-badge {
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff
}

.status-completed {
    background-color: green
}

.status-pending {
    background-color: #7717ff
}

.qr-code-container {
    text-align: center;
    margin-top: 20px
}

.qr-code-container img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    margin: auto;
    border-radius: 8px
}

.cart-page .card-body {
    color: #000
}

.cart-page .bg-cart {
    background: #232323
}

.cart-page .main-container {
    background-color: transparent
}

.add-method-row {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.add-method-row .form-group {
    flex-basis: calc(50% - 7px);
    box-sizing: border-box
}

@media (max-width: 767px) {
    .add-method-row .form-group {
        flex-basis:100%
    }
}

@media (max-width: 1285px) and (min-width:987px) {
    .add-method-row .form-group {
        flex-basis:100%
    }
}

.cart-page .payment-methods-list {
    justify-content: center
}

.cart-page .payment-method-item {
    width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0 6px 10px rgba(0,0,0,.3),0 3px 10px rgba(0,0,0,.3)
}

.cart-page .payment-continer {
    padding: 10px
}

.cart-page .payment-container {
    min-height: auto
}

.cart-page .empty-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.cart-page .add-payment-method {
    border: 2px solid;
    box-shadow: 0 6px 10px rgba(0,0,0,.3),0 3px 10px rgba(0,0,0,.3)
}

.cartprodtitle {
    margin-left: 1rem
}

.cartprodleftcont {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media (max-width: 600px) {
    .cartprodtitle {
        margin-left:0
    }

    .cartprodleftcont {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }
}

.cartAddress {
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow: auto;
    max-height: 15rem;
    border: 1px solid #a7a7a7;
    border-radius: 12px;
    padding: 10px
}

.cartAddress::-webkit-scrollbar {
    width: 6px
}

.cartAddress::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
    border-radius: 8px
}

.cartAddress::-webkit-scrollbar-track {
    background-color: #b6b6b6
}

.padding-5-resp {
    padding: 5rem
}

.padding-3-resp {
    padding: 2rem
}

@media (max-width: 600px) {
    .padding-5-resp {
        padding:1rem
    }

    .padding-3-resp {
        padding: .3rem
    }
}

.authPage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    z-index: -1
}

.authPage .wrapper {
    width: 400px;
    border-radius: 8px;
    padding: 10px 30px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    background-color: hsla(0,0%,100%,.8)
}

#captcha {
    display: flex;
    align-items: center;
    justify-content: center
}

.authPage form {
    display: flex;
    flex-direction: column
}

.authPage h2 {
    font-size: 2rem;
    margin-bottom: 20px
}

.authPage .input-field {
    position: relative;
    border-bottom: 2px solid #3c3c3c;
    margin: 15px 0
}

.authPage .input-field label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: .15s ease
}

.authPage .input-field input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px
}

.authPage .input-field input:focus {
    box-shadow: none!important
}

.authPage .input-field input:focus~label,.authPage .input-field input:valid~label {
    font-size: .8rem;
    top: 10px;
    transform: translateY(-120%)
}

.authPage .forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 35px
}

.authPage #remember {
    accent-color: #000
}

.authPage .forget label {
    display: flex;
    align-items: center
}

.authPage .forget label p {
    margin-left: 8px
}

.authPage .wrapper a {
    color: #242424;
    text-decoration: none
}

.authPage .wrapper a:hover {
    text-decoration: underline
}

.authPage button {
    background: #de2b55;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: .3s ease
}

.authPage button:hover {
    background: #e6093c
}

.authPage .register {
    text-align: center;
    margin-top: 30px
}

.usernamestatus {
    width: 100%
}

.usernametaken {
    padding: 12px 16px;
    color: red
}

.usernameAvailable {
    padding: 12px 16px;
    color: green
}

.checker-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto
}

@media (max-width: 800px) {
    .checker-container {
        flex-direction:column;
        padding: 0
    }
}

.inputChecker {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 7px
}

.inputChecker textarea {
    flex: 1;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 10px;
    resize: none;
    border: 1px solid #3e3e3e
}

.auth-button,.check-button {
    padding: 10px;
    margin-top: 10px;
    background-color: var(--color-primaryNeonPurple);
    border: none;
    cursor: pointer
}

.resultChecker {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    gap: 20px
}

.resultChecker .inputcc {
    flex: 1;
    padding: 10px;
    max-height: 200px;
    min-height: 150px;
    border: none;
    border-radius: 7px;
    overflow: auto
}

.resultChecker .inputcc .label {
    font-size: large;
    font-weight: 500
}

.resultChecker .alive,.resultChecker .other {
    border: 1px solid #3e3e3e
}

.resultChecker .alive .label {
    color: rgba(0,201,0,.745)
}

.resultChecker .other .label {
    color: red
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 15px;
    cursor: pointer;
    transition: all .3s ease
}

.faq-item.open {
    background: #f7e8f8;
    border-color: var(--color-primaryNeonPurple)
}

.faq-question {
    font-size: 1.2rem;
    color: var(--color-primaryNeonPurple);
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease;
    font-size: 1rem;
    color: #555;
    margin-top: 10px
}

.faq-item.open .faq-answer {
    max-height: 200px;
    opacity: 1
}

.faq-icon {
    transition: transform .3s ease
}

.faq-icon.open {
    transform: rotate(180deg)
}

.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%
}

.user-info {
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    border: .0625rem solid #2a2e38;
    border-radius: .5rem
}

.user-details>div {
    background-color: #e1e1e1ee;
    border-radius: .5rem;
    padding: 1.5rem
}

.user-info h2 {
    margin-top: 0
}

.user-details {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr
}

.user-profile {
    display: flex;
    align-items: center
}

.user-profile img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.user-profile .username {
    font-size: 18px;
    font-weight: 700
}

.user-profile .edit-icon {
    margin-left: 10px;
    color: #b3b3b3
}

.user-stats {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.user-stats div {
    text-align: center
}

.user-stats div span {
    display: block;
    font-size: 14px;
    color: #b3b3b3
}

.email-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px
}

.email-section .check-icon {
    color: #0f0
}

@media (max-width: 1100px) {
    .user-details {
        grid-template-columns:1fr
    }
}

.security-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between
}

.security-card {
    background-color: #e1e1e1ee;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box
}

.security-card h2 {
    font-size: 1.5em;
    margin-bottom: 10px
}

.security-card p {
    font-size: 1em;
    margin-bottom: 20px
}

.button-container {
    display: flex;
    align-items: center;
    background-color: #bcbcbc;
    border-radius: 10px;
    padding: 10px
}

.button-container img {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.button-container span {
    flex-grow: 1;
    font-size: 1.2em
}

.button-container i {
    font-size: 1.2em;
    padding: 10px
}

.enable-button {
    background-color: #de2b55;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer
}

@media (max-width: 968px) {
    .security-card {
        flex:1 1 100%
    }
}

.range-slider-container {
    border-radius: 8px;
    color: #f9fafb;
    max-width: 600px
}

.range-slider {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

.range-input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    background: #555;
    border-radius: 5px;
    outline: none;
    transition: background .2s
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--color-primaryNeonPurple)!important;
    cursor: pointer;
    border-radius: 50%
}

.range-input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: var(--color-primaryNeonPurple)!important;
    cursor: pointer;
    border-radius: 50%
}

.range-input-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem
}

.small-input {
    width: 80px;
    padding: .5rem;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    text-align: center
}

.range-summary {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 700
}

.cookienotification {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 -4px 6px rgba(0,0,0,.1);
    font-size: 14px;
    z-index: 9999;
    display: flex
}

.cookienotification p {
    margin: 0;
    color: #fff;
    padding-right: 20px;
    display: inline-block
}

.cookienotification button {
    background-color: #ff9800;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color .3s ease
}

.cookienotification button:hover {
    background-color: #e68900
}

.page-section .particles-bg .particles-js-canvas-el {
    position: absolute
}

.page-section .content-detail {
    margin: auto;
    max-width: 450px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column
}

.login-page,.page-section .content-detail {
    display: flex;
    justify-content: center;
    align-items: center
}

.login-page {
    min-height: 100vh
}

.login-page #particles-js {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.login-page .form-position {
    position: relative;
    display: flex;
    align-items: center
}

.login-page .forgot-form,.login-page .login-form {
    width: 350px
}

.login-page .signup-form {
    width: 450px
}

.login-page .forgot-form,.login-page .login-form,.login-page .signup-form {
    margin: auto;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    z-index: 5
}

.login-page .forgot-form p,.login-page .login-form p,.login-page .signup-form p {
    text-align: center;
    color: #868686
}

.login-page .forgot-form .imgcontainer,.login-page .login-form .imgcontainer,.login-page .signup-form .imgcontainer {
    text-align: center;
    margin: 24px 0 12px;
    position: relative
}

.login-page .forgot-form .input-control,.login-page .login-form .input-control,.login-page .signup-form .input-control {
    padding: 15px 30px 30px;
    position: relative
}

.login-page .forgot-form .input-control .p-l-5,.login-page .login-form .input-control .p-l-5,.login-page .signup-form .input-control .p-l-5 {
    padding-left: 5px
}

.login-page .forgot-form .input-control .p-r-5,.login-page .login-form .input-control .p-r-5,.login-page .signup-form .input-control .p-r-5 {
    padding-right: 5px
}

.login-page .forgot-form .input-control .p-l-10,.login-page .login-form .input-control .p-l-10,.login-page .signup-form .input-control .p-l-10 {
    padding-left: 10px
}

.login-page .forgot-form .input-control .p-r-10,.login-page .login-form .input-control .p-r-10,.login-page .signup-form .input-control .p-r-10 {
    padding-right: 10px
}

.login-page .forgot-form .input-control input[type=email],.login-page .forgot-form .input-control input[type=password],.login-page .forgot-form .input-control input[type=text],.login-page .login-form .input-control input[type=email],.login-page .login-form .input-control input[type=password],.login-page .login-form .input-control input[type=text],.login-page .signup-form .input-control input[type=email],.login-page .signup-form .input-control input[type=password],.login-page .signup-form .input-control input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    background-color: #f8f8f8;
    transition: all .3s ease-in-out
}

.login-page .forgot-form .input-control input[type=email]:focus,.login-page .forgot-form .input-control input[type=password]:focus,.login-page .forgot-form .input-control input[type=text]:focus,.login-page .login-form .input-control input[type=email]:focus,.login-page .login-form .input-control input[type=password]:focus,.login-page .login-form .input-control input[type=text]:focus,.login-page .signup-form .input-control input[type=email]:focus,.login-page .signup-form .input-control input[type=password]:focus,.login-page .signup-form .input-control input[type=text]:focus {
    border-radius: 5px;
    border-bottom: 2px solid var(--color-primaryNeonPurple);
    outline: none!important
}

.login-page .forgot-form .input-control input[type=email]::-moz-placeholder,.login-page .forgot-form .input-control input[type=password]::-moz-placeholder,.login-page .forgot-form .input-control input[type=text]::-moz-placeholder,.login-page .login-form .input-control input[type=email]::-moz-placeholder,.login-page .login-form .input-control input[type=password]::-moz-placeholder,.login-page .login-form .input-control input[type=text]::-moz-placeholder,.login-page .signup-form .input-control input[type=email]::-moz-placeholder,.login-page .signup-form .input-control input[type=password]::-moz-placeholder,.login-page .signup-form .input-control input[type=text]::-moz-placeholder {
    font-size: 13px
}

.login-page .forgot-form .input-control input[type=email]::placeholder,.login-page .forgot-form .input-control input[type=password]::placeholder,.login-page .forgot-form .input-control input[type=text]::placeholder,.login-page .login-form .input-control input[type=email]::placeholder,.login-page .login-form .input-control input[type=password]::placeholder,.login-page .login-form .input-control input[type=text]::placeholder,.login-page .signup-form .input-control input[type=email]::placeholder,.login-page .signup-form .input-control input[type=password]::placeholder,.login-page .signup-form .input-control input[type=text]::placeholder {
    font-size: 13px
}

.login-page .forgot-form .input-control .password-field-show,.login-page .login-form .input-control .password-field-show,.login-page .signup-form .input-control .password-field-show {
    position: relative;
    display: block
}

.login-page .forgot-form .input-control .password-field-show .field-icon,.login-page .login-form .input-control .password-field-show .field-icon,.login-page .signup-form .input-control .password-field-show .field-icon {
    position: absolute;
    top: 23px;
    right: 10px;
    z-index: 2;
    color: #868686
}

.login-page .forgot-form .input-control .label-container,.login-page .login-form .input-control .label-container,.login-page .signup-form .input-control .label-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin: 12px 0;
    cursor: pointer;
    font-size: 14px;
    color: #868686;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .3s ease-in-out
}

.login-page .forgot-form .input-control .label-container a,.login-page .login-form .input-control .label-container a,.login-page .signup-form .input-control .label-container a {
    color: var(--color-primaryNeonPurple);
    font-weight: 600
}

.login-page .forgot-form .input-control .label-container:hover input~.checkmark,.login-page .login-form .input-control .label-container:hover input~.checkmark,.login-page .signup-form .input-control .label-container:hover input~.checkmark {
    background-color: #3c3c3c;
    transition: all .3s ease-in-out
}

.login-page .forgot-form .input-control .label-container input[type=checkbox],.login-page .login-form .input-control .label-container input[type=checkbox],.login-page .signup-form .input-control .label-container input[type=checkbox] {
    outline: 2px solid #868686;
    transition: all .3s ease-in-out;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border-radius: 10px
}

.login-page .forgot-form .input-control .label-container .checkmark,.login-page .login-form .input-control .label-container .checkmark,.login-page .signup-form .input-control .label-container .checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    outline: 2px solid transparent;
    border: 2px solid #ccc;
    border-radius: 10px
}

.login-page .forgot-form .input-control .label-container .checkmark:after,.login-page .login-form .input-control .label-container .checkmark:after,.login-page .signup-form .input-control .label-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.login-page .forgot-form .input-control .label-container input:checked~.checkmark,.login-page .login-form .input-control .label-container input:checked~.checkmark,.login-page .signup-form .input-control .label-container input:checked~.checkmark {
    background-color: var(--color-primaryNeonPurple)
}

.login-page .forgot-form .input-control .label-container input:checked~.checkmark:after,.login-page .login-form .input-control .label-container input:checked~.checkmark:after,.login-page .signup-form .input-control .label-container input:checked~.checkmark:after {
    display: block
}

.login-page .forgot-form .input-control span.psw,.login-page .login-form .input-control span.psw,.login-page .signup-form .input-control span.psw {
    float: right;
    padding-top: 12px
}

.login-page .forgot-form .input-control span.psw a,.login-page .login-form .input-control span.psw a,.login-page .signup-form .input-control span.psw a {
    font-size: 13px;
    color: var(--color-primaryNeonPurple);
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.login-page .forgot-form .input-control span.psw a:hover,.login-page .login-form .input-control span.psw a:hover,.login-page .signup-form .input-control span.psw a:hover {
    color: #444
}

.login-page .forgot-form .input-control .login-btns,.login-page .login-form .input-control .login-btns,.login-page .signup-form .input-control .login-btns {
    text-align: center
}

.login-page .forgot-form .input-control .login-btns button,.login-page .login-form .input-control .login-btns button,.login-page .signup-form .input-control .login-btns button {
    background-color: var(--color-primaryNeonPurple);
    color: #fff;
    padding: 8px 15px;
    margin: 8px 0;
    cursor: pointer;
    width: 90px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out
}

.login-page .forgot-form .input-control .login-btns button:hover,.login-page .login-form .input-control .login-btns button:hover,.login-page .signup-form .input-control .login-btns button:hover {
    background-color: transparent;
    color: var(--color-primaryNeonPurple);
    border: 2px solid var(--color-primaryNeonPurple)
}

.login-page .forgot-form .input-control .division-lines,.login-page .login-form .input-control .division-lines,.login-page .signup-form .input-control .division-lines {
    width: 100%;
    position: relative;
    display: block
}

.login-page .forgot-form .input-control .division-lines p,.login-page .login-form .input-control .division-lines p,.login-page .signup-form .input-control .division-lines p {
    text-align: center;
    width: 40%;
    margin: 15px auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #aaa;
    position: relative;
    z-index: 2
}

.login-page .forgot-form .input-control .division-lines:before,.login-page .login-form .input-control .division-lines:before,.login-page .signup-form .input-control .division-lines:before {
    content: "";
    width: 30%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 8px;
    right: 0;
    margin: auto
}

.login-page .forgot-form .input-control .division-lines:after,.login-page .login-form .input-control .division-lines:after,.login-page .signup-form .input-control .division-lines:after {
    content: "";
    width: 30%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 8px;
    left: 0;
    margin: auto
}

.login-page .forgot-form .input-control .login-with-btns,.login-page .login-form .input-control .login-with-btns,.login-page .signup-form .input-control .login-with-btns {
    text-align: center
}

.login-page .forgot-form .input-control .login-with-btns .already-acc,.login-page .login-form .input-control .login-with-btns .already-acc,.login-page .signup-form .input-control .login-with-btns .already-acc {
    margin-top: 10px;
    display: block;
    color: #868686;
    font-size: 14px
}

.login-page .forgot-form .input-control .login-with-btns .already-acc a,.login-page .login-form .input-control .login-with-btns .already-acc a,.login-page .signup-form .input-control .login-with-btns .already-acc a {
    padding: 0 5px;
    color: var(--color-primaryNeonPurple);
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease-in-out
}

.login-page .forgot-form .input-control .login-with-btns .already-acc a:hover,.login-page .login-form .input-control .login-with-btns .already-acc a:hover,.login-page .signup-form .input-control .login-with-btns .already-acc a:hover {
    color: #444
}

@media screen and (max-width: 767px) {
    .login-page .container {
        padding:15px
    }

    .login-page #signup-modal .modal-content {
        max-width: 350px;
        top: 15%
    }

    .login-page .modal .input-control input[type=email],.login-page .modal .input-control input[type=password],.login-page .modal .input-control input[type=text] {
        padding: 10px 20px
    }
}

@media screen and (max-width: 576px) {
    .login-page .forgot-form,.login-page .login-form,.login-page .signup-form {
        width:290px
    }

    .login-page .login-form .input-control .division-lines:after,.login-page .login-form .input-control .division-lines:before,.login-page .signup-form .input-control .division-lines:after,.login-page .signup-form .input-control .division-lines:before {
        width: 25%
    }

    .login-page .login-form .input-control .division-lines p,.login-page .signup-form .input-control .division-lines p {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .login-page .modal .input-control .division-lines p {
        width:45%
    }

    .login-page .modal .input-control .division-lines:after,.login-page .modal .input-control .division-lines:before {
        width: 25%
    }
}

/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
    font-display: block;
    font-family: bootstrap-icons;
    src: url(bootstrap-icons.bfa90bda.woff2) format("woff2"),url(bootstrap-icons.70a9dee9.woff) format("woff")
}

.bi:before,[class*=" bi-"]:before,[class^=bi-]:before {
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-123:before {
    content: "\f67f"
}

.bi-alarm-fill:before {
    content: "\f101"
}

.bi-alarm:before {
    content: "\f102"
}

.bi-align-bottom:before {
    content: "\f103"
}

.bi-align-center:before {
    content: "\f104"
}

.bi-align-end:before {
    content: "\f105"
}

.bi-align-middle:before {
    content: "\f106"
}

.bi-align-start:before {
    content: "\f107"
}

.bi-align-top:before {
    content: "\f108"
}

.bi-alt:before {
    content: "\f109"
}

.bi-app-indicator:before {
    content: "\f10a"
}

.bi-app:before {
    content: "\f10b"
}

.bi-archive-fill:before {
    content: "\f10c"
}

.bi-archive:before {
    content: "\f10d"
}

.bi-arrow-90deg-down:before {
    content: "\f10e"
}

.bi-arrow-90deg-left:before {
    content: "\f10f"
}

.bi-arrow-90deg-right:before {
    content: "\f110"
}

.bi-arrow-90deg-up:before {
    content: "\f111"
}

.bi-arrow-bar-down:before {
    content: "\f112"
}

.bi-arrow-bar-left:before {
    content: "\f113"
}

.bi-arrow-bar-right:before {
    content: "\f114"
}

.bi-arrow-bar-up:before {
    content: "\f115"
}

.bi-arrow-clockwise:before {
    content: "\f116"
}

.bi-arrow-counterclockwise:before {
    content: "\f117"
}

.bi-arrow-down-circle-fill:before {
    content: "\f118"
}

.bi-arrow-down-circle:before {
    content: "\f119"
}

.bi-arrow-down-left-circle-fill:before {
    content: "\f11a"
}

.bi-arrow-down-left-circle:before {
    content: "\f11b"
}

.bi-arrow-down-left-square-fill:before {
    content: "\f11c"
}

.bi-arrow-down-left-square:before {
    content: "\f11d"
}

.bi-arrow-down-left:before {
    content: "\f11e"
}

.bi-arrow-down-right-circle-fill:before {
    content: "\f11f"
}

.bi-arrow-down-right-circle:before {
    content: "\f120"
}

.bi-arrow-down-right-square-fill:before {
    content: "\f121"
}

.bi-arrow-down-right-square:before {
    content: "\f122"
}

.bi-arrow-down-right:before {
    content: "\f123"
}

.bi-arrow-down-short:before {
    content: "\f124"
}

.bi-arrow-down-square-fill:before {
    content: "\f125"
}

.bi-arrow-down-square:before {
    content: "\f126"
}

.bi-arrow-down-up:before {
    content: "\f127"
}

.bi-arrow-down:before {
    content: "\f128"
}

.bi-arrow-left-circle-fill:before {
    content: "\f129"
}

.bi-arrow-left-circle:before {
    content: "\f12a"
}

.bi-arrow-left-right:before {
    content: "\f12b"
}

.bi-arrow-left-short:before {
    content: "\f12c"
}

.bi-arrow-left-square-fill:before {
    content: "\f12d"
}

.bi-arrow-left-square:before {
    content: "\f12e"
}

.bi-arrow-left:before {
    content: "\f12f"
}

.bi-arrow-repeat:before {
    content: "\f130"
}

.bi-arrow-return-left:before {
    content: "\f131"
}

.bi-arrow-return-right:before {
    content: "\f132"
}

.bi-arrow-right-circle-fill:before {
    content: "\f133"
}

.bi-arrow-right-circle:before {
    content: "\f134"
}

.bi-arrow-right-short:before {
    content: "\f135"
}

.bi-arrow-right-square-fill:before {
    content: "\f136"
}

.bi-arrow-right-square:before {
    content: "\f137"
}

.bi-arrow-right:before {
    content: "\f138"
}

.bi-arrow-up-circle-fill:before {
    content: "\f139"
}

.bi-arrow-up-circle:before {
    content: "\f13a"
}

.bi-arrow-up-left-circle-fill:before {
    content: "\f13b"
}

.bi-arrow-up-left-circle:before {
    content: "\f13c"
}

.bi-arrow-up-left-square-fill:before {
    content: "\f13d"
}

.bi-arrow-up-left-square:before {
    content: "\f13e"
}

.bi-arrow-up-left:before {
    content: "\f13f"
}

.bi-arrow-up-right-circle-fill:before {
    content: "\f140"
}

.bi-arrow-up-right-circle:before {
    content: "\f141"
}

.bi-arrow-up-right-square-fill:before {
    content: "\f142"
}

.bi-arrow-up-right-square:before {
    content: "\f143"
}

.bi-arrow-up-right:before {
    content: "\f144"
}

.bi-arrow-up-short:before {
    content: "\f145"
}

.bi-arrow-up-square-fill:before {
    content: "\f146"
}

.bi-arrow-up-square:before {
    content: "\f147"
}

.bi-arrow-up:before {
    content: "\f148"
}

.bi-arrows-angle-contract:before {
    content: "\f149"
}

.bi-arrows-angle-expand:before {
    content: "\f14a"
}

.bi-arrows-collapse:before {
    content: "\f14b"
}

.bi-arrows-expand:before {
    content: "\f14c"
}

.bi-arrows-fullscreen:before {
    content: "\f14d"
}

.bi-arrows-move:before {
    content: "\f14e"
}

.bi-aspect-ratio-fill:before {
    content: "\f14f"
}

.bi-aspect-ratio:before {
    content: "\f150"
}

.bi-asterisk:before {
    content: "\f151"
}

.bi-at:before {
    content: "\f152"
}

.bi-award-fill:before {
    content: "\f153"
}

.bi-award:before {
    content: "\f154"
}

.bi-back:before {
    content: "\f155"
}

.bi-backspace-fill:before {
    content: "\f156"
}

.bi-backspace-reverse-fill:before {
    content: "\f157"
}

.bi-backspace-reverse:before {
    content: "\f158"
}

.bi-backspace:before {
    content: "\f159"
}

.bi-badge-3d-fill:before {
    content: "\f15a"
}

.bi-badge-3d:before {
    content: "\f15b"
}

.bi-badge-4k-fill:before {
    content: "\f15c"
}

.bi-badge-4k:before {
    content: "\f15d"
}

.bi-badge-8k-fill:before {
    content: "\f15e"
}

.bi-badge-8k:before {
    content: "\f15f"
}

.bi-badge-ad-fill:before {
    content: "\f160"
}

.bi-badge-ad:before {
    content: "\f161"
}

.bi-badge-ar-fill:before {
    content: "\f162"
}

.bi-badge-ar:before {
    content: "\f163"
}

.bi-badge-cc-fill:before {
    content: "\f164"
}

.bi-badge-cc:before {
    content: "\f165"
}

.bi-badge-hd-fill:before {
    content: "\f166"
}

.bi-badge-hd:before {
    content: "\f167"
}

.bi-badge-tm-fill:before {
    content: "\f168"
}

.bi-badge-tm:before {
    content: "\f169"
}

.bi-badge-vo-fill:before {
    content: "\f16a"
}

.bi-badge-vo:before {
    content: "\f16b"
}

.bi-badge-vr-fill:before {
    content: "\f16c"
}

.bi-badge-vr:before {
    content: "\f16d"
}

.bi-badge-wc-fill:before {
    content: "\f16e"
}

.bi-badge-wc:before {
    content: "\f16f"
}

.bi-bag-check-fill:before {
    content: "\f170"
}

.bi-bag-check:before {
    content: "\f171"
}

.bi-bag-dash-fill:before {
    content: "\f172"
}

.bi-bag-dash:before {
    content: "\f173"
}

.bi-bag-fill:before {
    content: "\f174"
}

.bi-bag-plus-fill:before {
    content: "\f175"
}

.bi-bag-plus:before {
    content: "\f176"
}

.bi-bag-x-fill:before {
    content: "\f177"
}

.bi-bag-x:before {
    content: "\f178"
}

.bi-bag:before {
    content: "\f179"
}

.bi-bar-chart-fill:before {
    content: "\f17a"
}

.bi-bar-chart-line-fill:before {
    content: "\f17b"
}

.bi-bar-chart-line:before {
    content: "\f17c"
}

.bi-bar-chart-steps:before {
    content: "\f17d"
}

.bi-bar-chart:before {
    content: "\f17e"
}

.bi-basket-fill:before {
    content: "\f17f"
}

.bi-basket:before {
    content: "\f180"
}

.bi-basket2-fill:before {
    content: "\f181"
}

.bi-basket2:before {
    content: "\f182"
}

.bi-basket3-fill:before {
    content: "\f183"
}

.bi-basket3:before {
    content: "\f184"
}

.bi-battery-charging:before {
    content: "\f185"
}

.bi-battery-full:before {
    content: "\f186"
}

.bi-battery-half:before {
    content: "\f187"
}

.bi-battery:before {
    content: "\f188"
}

.bi-bell-fill:before {
    content: "\f189"
}

.bi-bell:before {
    content: "\f18a"
}

.bi-bezier:before {
    content: "\f18b"
}

.bi-bezier2:before {
    content: "\f18c"
}

.bi-bicycle:before {
    content: "\f18d"
}

.bi-binoculars-fill:before {
    content: "\f18e"
}

.bi-binoculars:before {
    content: "\f18f"
}

.bi-blockquote-left:before {
    content: "\f190"
}

.bi-blockquote-right:before {
    content: "\f191"
}

.bi-book-fill:before {
    content: "\f192"
}

.bi-book-half:before {
    content: "\f193"
}

.bi-book:before {
    content: "\f194"
}

.bi-bookmark-check-fill:before {
    content: "\f195"
}

.bi-bookmark-check:before {
    content: "\f196"
}

.bi-bookmark-dash-fill:before {
    content: "\f197"
}

.bi-bookmark-dash:before {
    content: "\f198"
}

.bi-bookmark-fill:before {
    content: "\f199"
}

.bi-bookmark-heart-fill:before {
    content: "\f19a"
}

.bi-bookmark-heart:before {
    content: "\f19b"
}

.bi-bookmark-plus-fill:before {
    content: "\f19c"
}

.bi-bookmark-plus:before {
    content: "\f19d"
}

.bi-bookmark-star-fill:before {
    content: "\f19e"
}

.bi-bookmark-star:before {
    content: "\f19f"
}

.bi-bookmark-x-fill:before {
    content: "\f1a0"
}

.bi-bookmark-x:before {
    content: "\f1a1"
}

.bi-bookmark:before {
    content: "\f1a2"
}

.bi-bookmarks-fill:before {
    content: "\f1a3"
}

.bi-bookmarks:before {
    content: "\f1a4"
}

.bi-bookshelf:before {
    content: "\f1a5"
}

.bi-bootstrap-fill:before {
    content: "\f1a6"
}

.bi-bootstrap-reboot:before {
    content: "\f1a7"
}

.bi-bootstrap:before {
    content: "\f1a8"
}

.bi-border-all:before {
    content: "\f1a9"
}

.bi-border-bottom:before {
    content: "\f1aa"
}

.bi-border-center:before {
    content: "\f1ab"
}

.bi-border-inner:before {
    content: "\f1ac"
}

.bi-border-left:before {
    content: "\f1ad"
}

.bi-border-middle:before {
    content: "\f1ae"
}

.bi-border-outer:before {
    content: "\f1af"
}

.bi-border-right:before {
    content: "\f1b0"
}

.bi-border-style:before {
    content: "\f1b1"
}

.bi-border-top:before {
    content: "\f1b2"
}

.bi-border-width:before {
    content: "\f1b3"
}

.bi-border:before {
    content: "\f1b4"
}

.bi-bounding-box-circles:before {
    content: "\f1b5"
}

.bi-bounding-box:before {
    content: "\f1b6"
}

.bi-box-arrow-down-left:before {
    content: "\f1b7"
}

.bi-box-arrow-down-right:before {
    content: "\f1b8"
}

.bi-box-arrow-down:before {
    content: "\f1b9"
}

.bi-box-arrow-in-down-left:before {
    content: "\f1ba"
}

.bi-box-arrow-in-down-right:before {
    content: "\f1bb"
}

.bi-box-arrow-in-down:before {
    content: "\f1bc"
}

.bi-box-arrow-in-left:before {
    content: "\f1bd"
}

.bi-box-arrow-in-right:before {
    content: "\f1be"
}

.bi-box-arrow-in-up-left:before {
    content: "\f1bf"
}

.bi-box-arrow-in-up-right:before {
    content: "\f1c0"
}

.bi-box-arrow-in-up:before {
    content: "\f1c1"
}

.bi-box-arrow-left:before {
    content: "\f1c2"
}

.bi-box-arrow-right:before {
    content: "\f1c3"
}

.bi-box-arrow-up-left:before {
    content: "\f1c4"
}

.bi-box-arrow-up-right:before {
    content: "\f1c5"
}

.bi-box-arrow-up:before {
    content: "\f1c6"
}

.bi-box-seam:before {
    content: "\f1c7"
}

.bi-box:before {
    content: "\f1c8"
}

.bi-braces:before {
    content: "\f1c9"
}

.bi-bricks:before {
    content: "\f1ca"
}

.bi-briefcase-fill:before {
    content: "\f1cb"
}

.bi-briefcase:before {
    content: "\f1cc"
}

.bi-brightness-alt-high-fill:before {
    content: "\f1cd"
}

.bi-brightness-alt-high:before {
    content: "\f1ce"
}

.bi-brightness-alt-low-fill:before {
    content: "\f1cf"
}

.bi-brightness-alt-low:before {
    content: "\f1d0"
}

.bi-brightness-high-fill:before {
    content: "\f1d1"
}

.bi-brightness-high:before {
    content: "\f1d2"
}

.bi-brightness-low-fill:before {
    content: "\f1d3"
}

.bi-brightness-low:before {
    content: "\f1d4"
}

.bi-broadcast-pin:before {
    content: "\f1d5"
}

.bi-broadcast:before {
    content: "\f1d6"
}

.bi-brush-fill:before {
    content: "\f1d7"
}

.bi-brush:before {
    content: "\f1d8"
}

.bi-bucket-fill:before {
    content: "\f1d9"
}

.bi-bucket:before {
    content: "\f1da"
}

.bi-bug-fill:before {
    content: "\f1db"
}

.bi-bug:before {
    content: "\f1dc"
}

.bi-building:before {
    content: "\f1dd"
}

.bi-bullseye:before {
    content: "\f1de"
}

.bi-calculator-fill:before {
    content: "\f1df"
}

.bi-calculator:before {
    content: "\f1e0"
}

.bi-calendar-check-fill:before {
    content: "\f1e1"
}

.bi-calendar-check:before {
    content: "\f1e2"
}

.bi-calendar-date-fill:before {
    content: "\f1e3"
}

.bi-calendar-date:before {
    content: "\f1e4"
}

.bi-calendar-day-fill:before {
    content: "\f1e5"
}

.bi-calendar-day:before {
    content: "\f1e6"
}

.bi-calendar-event-fill:before {
    content: "\f1e7"
}

.bi-calendar-event:before {
    content: "\f1e8"
}

.bi-calendar-fill:before {
    content: "\f1e9"
}

.bi-calendar-minus-fill:before {
    content: "\f1ea"
}

.bi-calendar-minus:before {
    content: "\f1eb"
}

.bi-calendar-month-fill:before {
    content: "\f1ec"
}

.bi-calendar-month:before {
    content: "\f1ed"
}

.bi-calendar-plus-fill:before {
    content: "\f1ee"
}

.bi-calendar-plus:before {
    content: "\f1ef"
}

.bi-calendar-range-fill:before {
    content: "\f1f0"
}

.bi-calendar-range:before {
    content: "\f1f1"
}

.bi-calendar-week-fill:before {
    content: "\f1f2"
}

.bi-calendar-week:before {
    content: "\f1f3"
}

.bi-calendar-x-fill:before {
    content: "\f1f4"
}

.bi-calendar-x:before {
    content: "\f1f5"
}

.bi-calendar:before {
    content: "\f1f6"
}

.bi-calendar2-check-fill:before {
    content: "\f1f7"
}

.bi-calendar2-check:before {
    content: "\f1f8"
}

.bi-calendar2-date-fill:before {
    content: "\f1f9"
}

.bi-calendar2-date:before {
    content: "\f1fa"
}

.bi-calendar2-day-fill:before {
    content: "\f1fb"
}

.bi-calendar2-day:before {
    content: "\f1fc"
}

.bi-calendar2-event-fill:before {
    content: "\f1fd"
}

.bi-calendar2-event:before {
    content: "\f1fe"
}

.bi-calendar2-fill:before {
    content: "\f1ff"
}

.bi-calendar2-minus-fill:before {
    content: "\f200"
}

.bi-calendar2-minus:before {
    content: "\f201"
}

.bi-calendar2-month-fill:before {
    content: "\f202"
}

.bi-calendar2-month:before {
    content: "\f203"
}

.bi-calendar2-plus-fill:before {
    content: "\f204"
}

.bi-calendar2-plus:before {
    content: "\f205"
}

.bi-calendar2-range-fill:before {
    content: "\f206"
}

.bi-calendar2-range:before {
    content: "\f207"
}

.bi-calendar2-week-fill:before {
    content: "\f208"
}

.bi-calendar2-week:before {
    content: "\f209"
}

.bi-calendar2-x-fill:before {
    content: "\f20a"
}

.bi-calendar2-x:before {
    content: "\f20b"
}

.bi-calendar2:before {
    content: "\f20c"
}

.bi-calendar3-event-fill:before {
    content: "\f20d"
}

.bi-calendar3-event:before {
    content: "\f20e"
}

.bi-calendar3-fill:before {
    content: "\f20f"
}

.bi-calendar3-range-fill:before {
    content: "\f210"
}

.bi-calendar3-range:before {
    content: "\f211"
}

.bi-calendar3-week-fill:before {
    content: "\f212"
}

.bi-calendar3-week:before {
    content: "\f213"
}

.bi-calendar3:before {
    content: "\f214"
}

.bi-calendar4-event:before {
    content: "\f215"
}

.bi-calendar4-range:before {
    content: "\f216"
}

.bi-calendar4-week:before {
    content: "\f217"
}

.bi-calendar4:before {
    content: "\f218"
}

.bi-camera-fill:before {
    content: "\f219"
}

.bi-camera-reels-fill:before {
    content: "\f21a"
}

.bi-camera-reels:before {
    content: "\f21b"
}

.bi-camera-video-fill:before {
    content: "\f21c"
}

.bi-camera-video-off-fill:before {
    content: "\f21d"
}

.bi-camera-video-off:before {
    content: "\f21e"
}

.bi-camera-video:before {
    content: "\f21f"
}

.bi-camera:before {
    content: "\f220"
}

.bi-camera2:before {
    content: "\f221"
}

.bi-capslock-fill:before {
    content: "\f222"
}

.bi-capslock:before {
    content: "\f223"
}

.bi-card-checklist:before {
    content: "\f224"
}

.bi-card-heading:before {
    content: "\f225"
}

.bi-card-image:before {
    content: "\f226"
}

.bi-card-list:before {
    content: "\f227"
}

.bi-card-text:before {
    content: "\f228"
}

.bi-caret-down-fill:before {
    content: "\f229"
}

.bi-caret-down-square-fill:before {
    content: "\f22a"
}

.bi-caret-down-square:before {
    content: "\f22b"
}

.bi-caret-down:before {
    content: "\f22c"
}

.bi-caret-left-fill:before {
    content: "\f22d"
}

.bi-caret-left-square-fill:before {
    content: "\f22e"
}

.bi-caret-left-square:before {
    content: "\f22f"
}

.bi-caret-left:before {
    content: "\f230"
}

.bi-caret-right-fill:before {
    content: "\f231"
}

.bi-caret-right-square-fill:before {
    content: "\f232"
}

.bi-caret-right-square:before {
    content: "\f233"
}

.bi-caret-right:before {
    content: "\f234"
}

.bi-caret-up-fill:before {
    content: "\f235"
}

.bi-caret-up-square-fill:before {
    content: "\f236"
}

.bi-caret-up-square:before {
    content: "\f237"
}

.bi-caret-up:before {
    content: "\f238"
}

.bi-cart-check-fill:before {
    content: "\f239"
}

.bi-cart-check:before {
    content: "\f23a"
}

.bi-cart-dash-fill:before {
    content: "\f23b"
}

.bi-cart-dash:before {
    content: "\f23c"
}

.bi-cart-fill:before {
    content: "\f23d"
}

.bi-cart-plus-fill:before {
    content: "\f23e"
}

.bi-cart-plus:before {
    content: "\f23f"
}

.bi-cart-x-fill:before {
    content: "\f240"
}

.bi-cart-x:before {
    content: "\f241"
}

.bi-cart:before {
    content: "\f242"
}

.bi-cart2:before {
    content: "\f243"
}

.bi-cart3:before {
    content: "\f244"
}

.bi-cart4:before {
    content: "\f245"
}

.bi-cash-stack:before {
    content: "\f246"
}

.bi-cash:before {
    content: "\f247"
}

.bi-cast:before {
    content: "\f248"
}

.bi-chat-dots-fill:before {
    content: "\f249"
}

.bi-chat-dots:before {
    content: "\f24a"
}

.bi-chat-fill:before {
    content: "\f24b"
}

.bi-chat-left-dots-fill:before {
    content: "\f24c"
}

.bi-chat-left-dots:before {
    content: "\f24d"
}

.bi-chat-left-fill:before {
    content: "\f24e"
}

.bi-chat-left-quote-fill:before {
    content: "\f24f"
}

.bi-chat-left-quote:before {
    content: "\f250"
}

.bi-chat-left-text-fill:before {
    content: "\f251"
}

.bi-chat-left-text:before {
    content: "\f252"
}

.bi-chat-left:before {
    content: "\f253"
}

.bi-chat-quote-fill:before {
    content: "\f254"
}

.bi-chat-quote:before {
    content: "\f255"
}

.bi-chat-right-dots-fill:before {
    content: "\f256"
}

.bi-chat-right-dots:before {
    content: "\f257"
}

.bi-chat-right-fill:before {
    content: "\f258"
}

.bi-chat-right-quote-fill:before {
    content: "\f259"
}

.bi-chat-right-quote:before {
    content: "\f25a"
}

.bi-chat-right-text-fill:before {
    content: "\f25b"
}

.bi-chat-right-text:before {
    content: "\f25c"
}

.bi-chat-right:before {
    content: "\f25d"
}

.bi-chat-square-dots-fill:before {
    content: "\f25e"
}

.bi-chat-square-dots:before {
    content: "\f25f"
}

.bi-chat-square-fill:before {
    content: "\f260"
}

.bi-chat-square-quote-fill:before {
    content: "\f261"
}

.bi-chat-square-quote:before {
    content: "\f262"
}

.bi-chat-square-text-fill:before {
    content: "\f263"
}

.bi-chat-square-text:before {
    content: "\f264"
}

.bi-chat-square:before {
    content: "\f265"
}

.bi-chat-text-fill:before {
    content: "\f266"
}

.bi-chat-text:before {
    content: "\f267"
}

.bi-chat:before {
    content: "\f268"
}

.bi-check-all:before {
    content: "\f269"
}

.bi-check-circle-fill:before {
    content: "\f26a"
}

.bi-check-circle:before {
    content: "\f26b"
}

.bi-check-square-fill:before {
    content: "\f26c"
}

.bi-check-square:before {
    content: "\f26d"
}

.bi-check:before {
    content: "\f26e"
}

.bi-check2-all:before {
    content: "\f26f"
}

.bi-check2-circle:before {
    content: "\f270"
}

.bi-check2-square:before {
    content: "\f271"
}

.bi-check2:before {
    content: "\f272"
}

.bi-chevron-bar-contract:before {
    content: "\f273"
}

.bi-chevron-bar-down:before {
    content: "\f274"
}

.bi-chevron-bar-expand:before {
    content: "\f275"
}

.bi-chevron-bar-left:before {
    content: "\f276"
}

.bi-chevron-bar-right:before {
    content: "\f277"
}

.bi-chevron-bar-up:before {
    content: "\f278"
}

.bi-chevron-compact-down:before {
    content: "\f279"
}

.bi-chevron-compact-left:before {
    content: "\f27a"
}

.bi-chevron-compact-right:before {
    content: "\f27b"
}

.bi-chevron-compact-up:before {
    content: "\f27c"
}

.bi-chevron-contract:before {
    content: "\f27d"
}

.bi-chevron-double-down:before {
    content: "\f27e"
}

.bi-chevron-double-left:before {
    content: "\f27f"
}

.bi-chevron-double-right:before {
    content: "\f280"
}

.bi-chevron-double-up:before {
    content: "\f281"
}

.bi-chevron-down:before {
    content: "\f282"
}

.bi-chevron-expand:before {
    content: "\f283"
}

.bi-chevron-left:before {
    content: "\f284"
}

.bi-chevron-right:before {
    content: "\f285"
}

.bi-chevron-up:before {
    content: "\f286"
}

.bi-circle-fill:before {
    content: "\f287"
}

.bi-circle-half:before {
    content: "\f288"
}

.bi-circle-square:before {
    content: "\f289"
}

.bi-circle:before {
    content: "\f28a"
}

.bi-clipboard-check:before {
    content: "\f28b"
}

.bi-clipboard-data:before {
    content: "\f28c"
}

.bi-clipboard-minus:before {
    content: "\f28d"
}

.bi-clipboard-plus:before {
    content: "\f28e"
}

.bi-clipboard-x:before {
    content: "\f28f"
}

.bi-clipboard:before {
    content: "\f290"
}

.bi-clock-fill:before {
    content: "\f291"
}

.bi-clock-history:before {
    content: "\f292"
}

.bi-clock:before {
    content: "\f293"
}

.bi-cloud-arrow-down-fill:before {
    content: "\f294"
}

.bi-cloud-arrow-down:before {
    content: "\f295"
}

.bi-cloud-arrow-up-fill:before {
    content: "\f296"
}

.bi-cloud-arrow-up:before {
    content: "\f297"
}

.bi-cloud-check-fill:before {
    content: "\f298"
}

.bi-cloud-check:before {
    content: "\f299"
}

.bi-cloud-download-fill:before {
    content: "\f29a"
}

.bi-cloud-download:before {
    content: "\f29b"
}

.bi-cloud-drizzle-fill:before {
    content: "\f29c"
}

.bi-cloud-drizzle:before {
    content: "\f29d"
}

.bi-cloud-fill:before {
    content: "\f29e"
}

.bi-cloud-fog-fill:before {
    content: "\f29f"
}

.bi-cloud-fog:before {
    content: "\f2a0"
}

.bi-cloud-fog2-fill:before {
    content: "\f2a1"
}

.bi-cloud-fog2:before {
    content: "\f2a2"
}

.bi-cloud-hail-fill:before {
    content: "\f2a3"
}

.bi-cloud-hail:before {
    content: "\f2a4"
}

.bi-cloud-haze-fill:before {
    content: "\f2a6"
}

.bi-cloud-haze:before {
    content: "\f2a7"
}

.bi-cloud-haze2-fill:before {
    content: "\f2a8"
}

.bi-cloud-lightning-fill:before {
    content: "\f2a9"
}

.bi-cloud-lightning-rain-fill:before {
    content: "\f2aa"
}

.bi-cloud-lightning-rain:before {
    content: "\f2ab"
}

.bi-cloud-lightning:before {
    content: "\f2ac"
}

.bi-cloud-minus-fill:before {
    content: "\f2ad"
}

.bi-cloud-minus:before {
    content: "\f2ae"
}

.bi-cloud-moon-fill:before {
    content: "\f2af"
}

.bi-cloud-moon:before {
    content: "\f2b0"
}

.bi-cloud-plus-fill:before {
    content: "\f2b1"
}

.bi-cloud-plus:before {
    content: "\f2b2"
}

.bi-cloud-rain-fill:before {
    content: "\f2b3"
}

.bi-cloud-rain-heavy-fill:before {
    content: "\f2b4"
}

.bi-cloud-rain-heavy:before {
    content: "\f2b5"
}

.bi-cloud-rain:before {
    content: "\f2b6"
}

.bi-cloud-slash-fill:before {
    content: "\f2b7"
}

.bi-cloud-slash:before {
    content: "\f2b8"
}

.bi-cloud-sleet-fill:before {
    content: "\f2b9"
}

.bi-cloud-sleet:before {
    content: "\f2ba"
}

.bi-cloud-snow-fill:before {
    content: "\f2bb"
}

.bi-cloud-snow:before {
    content: "\f2bc"
}

.bi-cloud-sun-fill:before {
    content: "\f2bd"
}

.bi-cloud-sun:before {
    content: "\f2be"
}

.bi-cloud-upload-fill:before {
    content: "\f2bf"
}

.bi-cloud-upload:before {
    content: "\f2c0"
}

.bi-cloud:before {
    content: "\f2c1"
}

.bi-clouds-fill:before {
    content: "\f2c2"
}

.bi-clouds:before {
    content: "\f2c3"
}

.bi-cloudy-fill:before {
    content: "\f2c4"
}

.bi-cloudy:before {
    content: "\f2c5"
}

.bi-code-slash:before {
    content: "\f2c6"
}

.bi-code-square:before {
    content: "\f2c7"
}

.bi-code:before {
    content: "\f2c8"
}

.bi-collection-fill:before {
    content: "\f2c9"
}

.bi-collection-play-fill:before {
    content: "\f2ca"
}

.bi-collection-play:before {
    content: "\f2cb"
}

.bi-collection:before {
    content: "\f2cc"
}

.bi-columns-gap:before {
    content: "\f2cd"
}

.bi-columns:before {
    content: "\f2ce"
}

.bi-command:before {
    content: "\f2cf"
}

.bi-compass-fill:before {
    content: "\f2d0"
}

.bi-compass:before {
    content: "\f2d1"
}

.bi-cone-striped:before {
    content: "\f2d2"
}

.bi-cone:before {
    content: "\f2d3"
}

.bi-controller:before {
    content: "\f2d4"
}

.bi-cpu-fill:before {
    content: "\f2d5"
}

.bi-cpu:before {
    content: "\f2d6"
}

.bi-credit-card-2-back-fill:before {
    content: "\f2d7"
}

.bi-credit-card-2-back:before {
    content: "\f2d8"
}

.bi-credit-card-2-front-fill:before {
    content: "\f2d9"
}

.bi-credit-card-2-front:before {
    content: "\f2da"
}

.bi-credit-card-fill:before {
    content: "\f2db"
}

.bi-credit-card:before {
    content: "\f2dc"
}

.bi-crop:before {
    content: "\f2dd"
}

.bi-cup-fill:before {
    content: "\f2de"
}

.bi-cup-straw:before {
    content: "\f2df"
}

.bi-cup:before {
    content: "\f2e0"
}

.bi-cursor-fill:before {
    content: "\f2e1"
}

.bi-cursor-text:before {
    content: "\f2e2"
}

.bi-cursor:before {
    content: "\f2e3"
}

.bi-dash-circle-dotted:before {
    content: "\f2e4"
}

.bi-dash-circle-fill:before {
    content: "\f2e5"
}

.bi-dash-circle:before {
    content: "\f2e6"
}

.bi-dash-square-dotted:before {
    content: "\f2e7"
}

.bi-dash-square-fill:before {
    content: "\f2e8"
}

.bi-dash-square:before {
    content: "\f2e9"
}

.bi-dash:before {
    content: "\f2ea"
}

.bi-diagram-2-fill:before {
    content: "\f2eb"
}

.bi-diagram-2:before {
    content: "\f2ec"
}

.bi-diagram-3-fill:before {
    content: "\f2ed"
}

.bi-diagram-3:before {
    content: "\f2ee"
}

.bi-diamond-fill:before {
    content: "\f2ef"
}

.bi-diamond-half:before {
    content: "\f2f0"
}

.bi-diamond:before {
    content: "\f2f1"
}

.bi-dice-1-fill:before {
    content: "\f2f2"
}

.bi-dice-1:before {
    content: "\f2f3"
}

.bi-dice-2-fill:before {
    content: "\f2f4"
}

.bi-dice-2:before {
    content: "\f2f5"
}

.bi-dice-3-fill:before {
    content: "\f2f6"
}

.bi-dice-3:before {
    content: "\f2f7"
}

.bi-dice-4-fill:before {
    content: "\f2f8"
}

.bi-dice-4:before {
    content: "\f2f9"
}

.bi-dice-5-fill:before {
    content: "\f2fa"
}

.bi-dice-5:before {
    content: "\f2fb"
}

.bi-dice-6-fill:before {
    content: "\f2fc"
}

.bi-dice-6:before {
    content: "\f2fd"
}

.bi-disc-fill:before {
    content: "\f2fe"
}

.bi-disc:before {
    content: "\f2ff"
}

.bi-discord:before {
    content: "\f300"
}

.bi-display-fill:before {
    content: "\f301"
}

.bi-display:before {
    content: "\f302"
}

.bi-distribute-horizontal:before {
    content: "\f303"
}

.bi-distribute-vertical:before {
    content: "\f304"
}

.bi-door-closed-fill:before {
    content: "\f305"
}

.bi-door-closed:before {
    content: "\f306"
}

.bi-door-open-fill:before {
    content: "\f307"
}

.bi-door-open:before {
    content: "\f308"
}

.bi-dot:before {
    content: "\f309"
}

.bi-download:before {
    content: "\f30a"
}

.bi-droplet-fill:before {
    content: "\f30b"
}

.bi-droplet-half:before {
    content: "\f30c"
}

.bi-droplet:before {
    content: "\f30d"
}

.bi-earbuds:before {
    content: "\f30e"
}

.bi-easel-fill:before {
    content: "\f30f"
}

.bi-easel:before {
    content: "\f310"
}

.bi-egg-fill:before {
    content: "\f311"
}

.bi-egg-fried:before {
    content: "\f312"
}

.bi-egg:before {
    content: "\f313"
}

.bi-eject-fill:before {
    content: "\f314"
}

.bi-eject:before {
    content: "\f315"
}

.bi-emoji-angry-fill:before {
    content: "\f316"
}

.bi-emoji-angry:before {
    content: "\f317"
}

.bi-emoji-dizzy-fill:before {
    content: "\f318"
}

.bi-emoji-dizzy:before {
    content: "\f319"
}

.bi-emoji-expressionless-fill:before {
    content: "\f31a"
}

.bi-emoji-expressionless:before {
    content: "\f31b"
}

.bi-emoji-frown-fill:before {
    content: "\f31c"
}

.bi-emoji-frown:before {
    content: "\f31d"
}

.bi-emoji-heart-eyes-fill:before {
    content: "\f31e"
}

.bi-emoji-heart-eyes:before {
    content: "\f31f"
}

.bi-emoji-laughing-fill:before {
    content: "\f320"
}

.bi-emoji-laughing:before {
    content: "\f321"
}

.bi-emoji-neutral-fill:before {
    content: "\f322"
}

.bi-emoji-neutral:before {
    content: "\f323"
}

.bi-emoji-smile-fill:before {
    content: "\f324"
}

.bi-emoji-smile-upside-down-fill:before {
    content: "\f325"
}

.bi-emoji-smile-upside-down:before {
    content: "\f326"
}

.bi-emoji-smile:before {
    content: "\f327"
}

.bi-emoji-sunglasses-fill:before {
    content: "\f328"
}

.bi-emoji-sunglasses:before {
    content: "\f329"
}

.bi-emoji-wink-fill:before {
    content: "\f32a"
}

.bi-emoji-wink:before {
    content: "\f32b"
}

.bi-envelope-fill:before {
    content: "\f32c"
}

.bi-envelope-open-fill:before {
    content: "\f32d"
}

.bi-envelope-open:before {
    content: "\f32e"
}

.bi-envelope:before {
    content: "\f32f"
}

.bi-eraser-fill:before {
    content: "\f330"
}

.bi-eraser:before {
    content: "\f331"
}

.bi-exclamation-circle-fill:before {
    content: "\f332"
}

.bi-exclamation-circle:before {
    content: "\f333"
}

.bi-exclamation-diamond-fill:before {
    content: "\f334"
}

.bi-exclamation-diamond:before {
    content: "\f335"
}

.bi-exclamation-octagon-fill:before {
    content: "\f336"
}

.bi-exclamation-octagon:before {
    content: "\f337"
}

.bi-exclamation-square-fill:before {
    content: "\f338"
}

.bi-exclamation-square:before {
    content: "\f339"
}

.bi-exclamation-triangle-fill:before {
    content: "\f33a"
}

.bi-exclamation-triangle:before {
    content: "\f33b"
}

.bi-exclamation:before {
    content: "\f33c"
}

.bi-exclude:before {
    content: "\f33d"
}

.bi-eye-fill:before {
    content: "\f33e"
}

.bi-eye-slash-fill:before {
    content: "\f33f"
}

.bi-eye-slash:before {
    content: "\f340"
}

.bi-eye:before {
    content: "\f341"
}

.bi-eyedropper:before {
    content: "\f342"
}

.bi-eyeglasses:before {
    content: "\f343"
}

.bi-facebook:before {
    content: "\f344"
}

.bi-file-arrow-down-fill:before {
    content: "\f345"
}

.bi-file-arrow-down:before {
    content: "\f346"
}

.bi-file-arrow-up-fill:before {
    content: "\f347"
}

.bi-file-arrow-up:before {
    content: "\f348"
}

.bi-file-bar-graph-fill:before {
    content: "\f349"
}

.bi-file-bar-graph:before {
    content: "\f34a"
}

.bi-file-binary-fill:before {
    content: "\f34b"
}

.bi-file-binary:before {
    content: "\f34c"
}

.bi-file-break-fill:before {
    content: "\f34d"
}

.bi-file-break:before {
    content: "\f34e"
}

.bi-file-check-fill:before {
    content: "\f34f"
}

.bi-file-check:before {
    content: "\f350"
}

.bi-file-code-fill:before {
    content: "\f351"
}

.bi-file-code:before {
    content: "\f352"
}

.bi-file-diff-fill:before {
    content: "\f353"
}

.bi-file-diff:before {
    content: "\f354"
}

.bi-file-earmark-arrow-down-fill:before {
    content: "\f355"
}

.bi-file-earmark-arrow-down:before {
    content: "\f356"
}

.bi-file-earmark-arrow-up-fill:before {
    content: "\f357"
}

.bi-file-earmark-arrow-up:before {
    content: "\f358"
}

.bi-file-earmark-bar-graph-fill:before {
    content: "\f359"
}

.bi-file-earmark-bar-graph:before {
    content: "\f35a"
}

.bi-file-earmark-binary-fill:before {
    content: "\f35b"
}

.bi-file-earmark-binary:before {
    content: "\f35c"
}

.bi-file-earmark-break-fill:before {
    content: "\f35d"
}

.bi-file-earmark-break:before {
    content: "\f35e"
}

.bi-file-earmark-check-fill:before {
    content: "\f35f"
}

.bi-file-earmark-check:before {
    content: "\f360"
}

.bi-file-earmark-code-fill:before {
    content: "\f361"
}

.bi-file-earmark-code:before {
    content: "\f362"
}

.bi-file-earmark-diff-fill:before {
    content: "\f363"
}

.bi-file-earmark-diff:before {
    content: "\f364"
}

.bi-file-earmark-easel-fill:before {
    content: "\f365"
}

.bi-file-earmark-easel:before {
    content: "\f366"
}

.bi-file-earmark-excel-fill:before {
    content: "\f367"
}

.bi-file-earmark-excel:before {
    content: "\f368"
}

.bi-file-earmark-fill:before {
    content: "\f369"
}

.bi-file-earmark-font-fill:before {
    content: "\f36a"
}

.bi-file-earmark-font:before {
    content: "\f36b"
}

.bi-file-earmark-image-fill:before {
    content: "\f36c"
}

.bi-file-earmark-image:before {
    content: "\f36d"
}

.bi-file-earmark-lock-fill:before {
    content: "\f36e"
}

.bi-file-earmark-lock:before {
    content: "\f36f"
}

.bi-file-earmark-lock2-fill:before {
    content: "\f370"
}

.bi-file-earmark-lock2:before {
    content: "\f371"
}

.bi-file-earmark-medical-fill:before {
    content: "\f372"
}

.bi-file-earmark-medical:before {
    content: "\f373"
}

.bi-file-earmark-minus-fill:before {
    content: "\f374"
}

.bi-file-earmark-minus:before {
    content: "\f375"
}

.bi-file-earmark-music-fill:before {
    content: "\f376"
}

.bi-file-earmark-music:before {
    content: "\f377"
}

.bi-file-earmark-person-fill:before {
    content: "\f378"
}

.bi-file-earmark-person:before {
    content: "\f379"
}

.bi-file-earmark-play-fill:before {
    content: "\f37a"
}

.bi-file-earmark-play:before {
    content: "\f37b"
}

.bi-file-earmark-plus-fill:before {
    content: "\f37c"
}

.bi-file-earmark-plus:before {
    content: "\f37d"
}

.bi-file-earmark-post-fill:before {
    content: "\f37e"
}

.bi-file-earmark-post:before {
    content: "\f37f"
}

.bi-file-earmark-ppt-fill:before {
    content: "\f380"
}

.bi-file-earmark-ppt:before {
    content: "\f381"
}

.bi-file-earmark-richtext-fill:before {
    content: "\f382"
}

.bi-file-earmark-richtext:before {
    content: "\f383"
}

.bi-file-earmark-ruled-fill:before {
    content: "\f384"
}

.bi-file-earmark-ruled:before {
    content: "\f385"
}

.bi-file-earmark-slides-fill:before {
    content: "\f386"
}

.bi-file-earmark-slides:before {
    content: "\f387"
}

.bi-file-earmark-spreadsheet-fill:before {
    content: "\f388"
}

.bi-file-earmark-spreadsheet:before {
    content: "\f389"
}

.bi-file-earmark-text-fill:before {
    content: "\f38a"
}

.bi-file-earmark-text:before {
    content: "\f38b"
}

.bi-file-earmark-word-fill:before {
    content: "\f38c"
}

.bi-file-earmark-word:before {
    content: "\f38d"
}

.bi-file-earmark-x-fill:before {
    content: "\f38e"
}

.bi-file-earmark-x:before {
    content: "\f38f"
}

.bi-file-earmark-zip-fill:before {
    content: "\f390"
}

.bi-file-earmark-zip:before {
    content: "\f391"
}

.bi-file-earmark:before {
    content: "\f392"
}

.bi-file-easel-fill:before {
    content: "\f393"
}

.bi-file-easel:before {
    content: "\f394"
}

.bi-file-excel-fill:before {
    content: "\f395"
}

.bi-file-excel:before {
    content: "\f396"
}

.bi-file-fill:before {
    content: "\f397"
}

.bi-file-font-fill:before {
    content: "\f398"
}

.bi-file-font:before {
    content: "\f399"
}

.bi-file-image-fill:before {
    content: "\f39a"
}

.bi-file-image:before {
    content: "\f39b"
}

.bi-file-lock-fill:before {
    content: "\f39c"
}

.bi-file-lock:before {
    content: "\f39d"
}

.bi-file-lock2-fill:before {
    content: "\f39e"
}

.bi-file-lock2:before {
    content: "\f39f"
}

.bi-file-medical-fill:before {
    content: "\f3a0"
}

.bi-file-medical:before {
    content: "\f3a1"
}

.bi-file-minus-fill:before {
    content: "\f3a2"
}

.bi-file-minus:before {
    content: "\f3a3"
}

.bi-file-music-fill:before {
    content: "\f3a4"
}

.bi-file-music:before {
    content: "\f3a5"
}

.bi-file-person-fill:before {
    content: "\f3a6"
}

.bi-file-person:before {
    content: "\f3a7"
}

.bi-file-play-fill:before {
    content: "\f3a8"
}

.bi-file-play:before {
    content: "\f3a9"
}

.bi-file-plus-fill:before {
    content: "\f3aa"
}

.bi-file-plus:before {
    content: "\f3ab"
}

.bi-file-post-fill:before {
    content: "\f3ac"
}

.bi-file-post:before {
    content: "\f3ad"
}

.bi-file-ppt-fill:before {
    content: "\f3ae"
}

.bi-file-ppt:before {
    content: "\f3af"
}

.bi-file-richtext-fill:before {
    content: "\f3b0"
}

.bi-file-richtext:before {
    content: "\f3b1"
}

.bi-file-ruled-fill:before {
    content: "\f3b2"
}

.bi-file-ruled:before {
    content: "\f3b3"
}

.bi-file-slides-fill:before {
    content: "\f3b4"
}

.bi-file-slides:before {
    content: "\f3b5"
}

.bi-file-spreadsheet-fill:before {
    content: "\f3b6"
}

.bi-file-spreadsheet:before {
    content: "\f3b7"
}

.bi-file-text-fill:before {
    content: "\f3b8"
}

.bi-file-text:before {
    content: "\f3b9"
}

.bi-file-word-fill:before {
    content: "\f3ba"
}

.bi-file-word:before {
    content: "\f3bb"
}

.bi-file-x-fill:before {
    content: "\f3bc"
}

.bi-file-x:before {
    content: "\f3bd"
}

.bi-file-zip-fill:before {
    content: "\f3be"
}

.bi-file-zip:before {
    content: "\f3bf"
}

.bi-file:before {
    content: "\f3c0"
}

.bi-files-alt:before {
    content: "\f3c1"
}

.bi-files:before {
    content: "\f3c2"
}

.bi-film:before {
    content: "\f3c3"
}

.bi-filter-circle-fill:before {
    content: "\f3c4"
}

.bi-filter-circle:before {
    content: "\f3c5"
}

.bi-filter-left:before {
    content: "\f3c6"
}

.bi-filter-right:before {
    content: "\f3c7"
}

.bi-filter-square-fill:before {
    content: "\f3c8"
}

.bi-filter-square:before {
    content: "\f3c9"
}

.bi-filter:before {
    content: "\f3ca"
}

.bi-flag-fill:before {
    content: "\f3cb"
}

.bi-flag:before {
    content: "\f3cc"
}

.bi-flower1:before {
    content: "\f3cd"
}

.bi-flower2:before {
    content: "\f3ce"
}

.bi-flower3:before {
    content: "\f3cf"
}

.bi-folder-check:before {
    content: "\f3d0"
}

.bi-folder-fill:before {
    content: "\f3d1"
}

.bi-folder-minus:before {
    content: "\f3d2"
}

.bi-folder-plus:before {
    content: "\f3d3"
}

.bi-folder-symlink-fill:before {
    content: "\f3d4"
}

.bi-folder-symlink:before {
    content: "\f3d5"
}

.bi-folder-x:before {
    content: "\f3d6"
}

.bi-folder:before {
    content: "\f3d7"
}

.bi-folder2-open:before {
    content: "\f3d8"
}

.bi-folder2:before {
    content: "\f3d9"
}

.bi-fonts:before {
    content: "\f3da"
}

.bi-forward-fill:before {
    content: "\f3db"
}

.bi-forward:before {
    content: "\f3dc"
}

.bi-front:before {
    content: "\f3dd"
}

.bi-fullscreen-exit:before {
    content: "\f3de"
}

.bi-fullscreen:before {
    content: "\f3df"
}

.bi-funnel-fill:before {
    content: "\f3e0"
}

.bi-funnel:before {
    content: "\f3e1"
}

.bi-gear-fill:before {
    content: "\f3e2"
}

.bi-gear-wide-connected:before {
    content: "\f3e3"
}

.bi-gear-wide:before {
    content: "\f3e4"
}

.bi-gear:before {
    content: "\f3e5"
}

.bi-gem:before {
    content: "\f3e6"
}

.bi-geo-alt-fill:before {
    content: "\f3e7"
}

.bi-geo-alt:before {
    content: "\f3e8"
}

.bi-geo-fill:before {
    content: "\f3e9"
}

.bi-geo:before {
    content: "\f3ea"
}

.bi-gift-fill:before {
    content: "\f3eb"
}

.bi-gift:before {
    content: "\f3ec"
}

.bi-github:before {
    content: "\f3ed"
}

.bi-globe:before {
    content: "\f3ee"
}

.bi-globe2:before {
    content: "\f3ef"
}

.bi-google:before {
    content: "\f3f0"
}

.bi-graph-down:before {
    content: "\f3f1"
}

.bi-graph-up:before {
    content: "\f3f2"
}

.bi-grid-1x2-fill:before {
    content: "\f3f3"
}

.bi-grid-1x2:before {
    content: "\f3f4"
}

.bi-grid-3x2-gap-fill:before {
    content: "\f3f5"
}

.bi-grid-3x2-gap:before {
    content: "\f3f6"
}

.bi-grid-3x2:before {
    content: "\f3f7"
}

.bi-grid-3x3-gap-fill:before {
    content: "\f3f8"
}

.bi-grid-3x3-gap:before {
    content: "\f3f9"
}

.bi-grid-3x3:before {
    content: "\f3fa"
}

.bi-grid-fill:before {
    content: "\f3fb"
}

.bi-grid:before {
    content: "\f3fc"
}

.bi-grip-horizontal:before {
    content: "\f3fd"
}

.bi-grip-vertical:before {
    content: "\f3fe"
}

.bi-hammer:before {
    content: "\f3ff"
}

.bi-hand-index-fill:before {
    content: "\f400"
}

.bi-hand-index-thumb-fill:before {
    content: "\f401"
}

.bi-hand-index-thumb:before {
    content: "\f402"
}

.bi-hand-index:before {
    content: "\f403"
}

.bi-hand-thumbs-down-fill:before {
    content: "\f404"
}

.bi-hand-thumbs-down:before {
    content: "\f405"
}

.bi-hand-thumbs-up-fill:before {
    content: "\f406"
}

.bi-hand-thumbs-up:before {
    content: "\f407"
}

.bi-handbag-fill:before {
    content: "\f408"
}

.bi-handbag:before {
    content: "\f409"
}

.bi-hash:before {
    content: "\f40a"
}

.bi-hdd-fill:before {
    content: "\f40b"
}

.bi-hdd-network-fill:before {
    content: "\f40c"
}

.bi-hdd-network:before {
    content: "\f40d"
}

.bi-hdd-rack-fill:before {
    content: "\f40e"
}

.bi-hdd-rack:before {
    content: "\f40f"
}

.bi-hdd-stack-fill:before {
    content: "\f410"
}

.bi-hdd-stack:before {
    content: "\f411"
}

.bi-hdd:before {
    content: "\f412"
}

.bi-headphones:before {
    content: "\f413"
}

.bi-headset:before {
    content: "\f414"
}

.bi-heart-fill:before {
    content: "\f415"
}

.bi-heart-half:before {
    content: "\f416"
}

.bi-heart:before {
    content: "\f417"
}

.bi-heptagon-fill:before {
    content: "\f418"
}

.bi-heptagon-half:before {
    content: "\f419"
}

.bi-heptagon:before {
    content: "\f41a"
}

.bi-hexagon-fill:before {
    content: "\f41b"
}

.bi-hexagon-half:before {
    content: "\f41c"
}

.bi-hexagon:before {
    content: "\f41d"
}

.bi-hourglass-bottom:before {
    content: "\f41e"
}

.bi-hourglass-split:before {
    content: "\f41f"
}

.bi-hourglass-top:before {
    content: "\f420"
}

.bi-hourglass:before {
    content: "\f421"
}

.bi-house-door-fill:before {
    content: "\f422"
}

.bi-house-door:before {
    content: "\f423"
}

.bi-house-fill:before {
    content: "\f424"
}

.bi-house:before {
    content: "\f425"
}

.bi-hr:before {
    content: "\f426"
}

.bi-hurricane:before {
    content: "\f427"
}

.bi-image-alt:before {
    content: "\f428"
}

.bi-image-fill:before {
    content: "\f429"
}

.bi-image:before {
    content: "\f42a"
}

.bi-images:before {
    content: "\f42b"
}

.bi-inbox-fill:before {
    content: "\f42c"
}

.bi-inbox:before {
    content: "\f42d"
}

.bi-inboxes-fill:before {
    content: "\f42e"
}

.bi-inboxes:before {
    content: "\f42f"
}

.bi-info-circle-fill:before {
    content: "\f430"
}

.bi-info-circle:before {
    content: "\f431"
}

.bi-info-square-fill:before {
    content: "\f432"
}

.bi-info-square:before {
    content: "\f433"
}

.bi-info:before {
    content: "\f434"
}

.bi-input-cursor-text:before {
    content: "\f435"
}

.bi-input-cursor:before {
    content: "\f436"
}

.bi-instagram:before {
    content: "\f437"
}

.bi-intersect:before {
    content: "\f438"
}

.bi-journal-album:before {
    content: "\f439"
}

.bi-journal-arrow-down:before {
    content: "\f43a"
}

.bi-journal-arrow-up:before {
    content: "\f43b"
}

.bi-journal-bookmark-fill:before {
    content: "\f43c"
}

.bi-journal-bookmark:before {
    content: "\f43d"
}

.bi-journal-check:before {
    content: "\f43e"
}

.bi-journal-code:before {
    content: "\f43f"
}

.bi-journal-medical:before {
    content: "\f440"
}

.bi-journal-minus:before {
    content: "\f441"
}

.bi-journal-plus:before {
    content: "\f442"
}

.bi-journal-richtext:before {
    content: "\f443"
}

.bi-journal-text:before {
    content: "\f444"
}

.bi-journal-x:before {
    content: "\f445"
}

.bi-journal:before {
    content: "\f446"
}

.bi-journals:before {
    content: "\f447"
}

.bi-joystick:before {
    content: "\f448"
}

.bi-justify-left:before {
    content: "\f449"
}

.bi-justify-right:before {
    content: "\f44a"
}

.bi-justify:before {
    content: "\f44b"
}

.bi-kanban-fill:before {
    content: "\f44c"
}

.bi-kanban:before {
    content: "\f44d"
}

.bi-key-fill:before {
    content: "\f44e"
}

.bi-key:before {
    content: "\f44f"
}

.bi-keyboard-fill:before {
    content: "\f450"
}

.bi-keyboard:before {
    content: "\f451"
}

.bi-ladder:before {
    content: "\f452"
}

.bi-lamp-fill:before {
    content: "\f453"
}

.bi-lamp:before {
    content: "\f454"
}

.bi-laptop-fill:before {
    content: "\f455"
}

.bi-laptop:before {
    content: "\f456"
}

.bi-layer-backward:before {
    content: "\f457"
}

.bi-layer-forward:before {
    content: "\f458"
}

.bi-layers-fill:before {
    content: "\f459"
}

.bi-layers-half:before {
    content: "\f45a"
}

.bi-layers:before {
    content: "\f45b"
}

.bi-layout-sidebar-inset-reverse:before {
    content: "\f45c"
}

.bi-layout-sidebar-inset:before {
    content: "\f45d"
}

.bi-layout-sidebar-reverse:before {
    content: "\f45e"
}

.bi-layout-sidebar:before {
    content: "\f45f"
}

.bi-layout-split:before {
    content: "\f460"
}

.bi-layout-text-sidebar-reverse:before {
    content: "\f461"
}

.bi-layout-text-sidebar:before {
    content: "\f462"
}

.bi-layout-text-window-reverse:before {
    content: "\f463"
}

.bi-layout-text-window:before {
    content: "\f464"
}

.bi-layout-three-columns:before {
    content: "\f465"
}

.bi-layout-wtf:before {
    content: "\f466"
}

.bi-life-preserver:before {
    content: "\f467"
}

.bi-lightbulb-fill:before {
    content: "\f468"
}

.bi-lightbulb-off-fill:before {
    content: "\f469"
}

.bi-lightbulb-off:before {
    content: "\f46a"
}

.bi-lightbulb:before {
    content: "\f46b"
}

.bi-lightning-charge-fill:before {
    content: "\f46c"
}

.bi-lightning-charge:before {
    content: "\f46d"
}

.bi-lightning-fill:before {
    content: "\f46e"
}

.bi-lightning:before {
    content: "\f46f"
}

.bi-link-45deg:before {
    content: "\f470"
}

.bi-link:before {
    content: "\f471"
}

.bi-linkedin:before {
    content: "\f472"
}

.bi-list-check:before {
    content: "\f473"
}

.bi-list-nested:before {
    content: "\f474"
}

.bi-list-ol:before {
    content: "\f475"
}

.bi-list-stars:before {
    content: "\f476"
}

.bi-list-task:before {
    content: "\f477"
}

.bi-list-ul:before {
    content: "\f478"
}

.bi-list:before {
    content: "\f479"
}

.bi-lock-fill:before {
    content: "\f47a"
}

.bi-lock:before {
    content: "\f47b"
}

.bi-mailbox:before {
    content: "\f47c"
}

.bi-mailbox2:before {
    content: "\f47d"
}

.bi-map-fill:before {
    content: "\f47e"
}

.bi-map:before {
    content: "\f47f"
}

.bi-markdown-fill:before {
    content: "\f480"
}

.bi-markdown:before {
    content: "\f481"
}

.bi-mask:before {
    content: "\f482"
}

.bi-megaphone-fill:before {
    content: "\f483"
}

.bi-megaphone:before {
    content: "\f484"
}

.bi-menu-app-fill:before {
    content: "\f485"
}

.bi-menu-app:before {
    content: "\f486"
}

.bi-menu-button-fill:before {
    content: "\f487"
}

.bi-menu-button-wide-fill:before {
    content: "\f488"
}

.bi-menu-button-wide:before {
    content: "\f489"
}

.bi-menu-button:before {
    content: "\f48a"
}

.bi-menu-down:before {
    content: "\f48b"
}

.bi-menu-up:before {
    content: "\f48c"
}

.bi-mic-fill:before {
    content: "\f48d"
}

.bi-mic-mute-fill:before {
    content: "\f48e"
}

.bi-mic-mute:before {
    content: "\f48f"
}

.bi-mic:before {
    content: "\f490"
}

.bi-minecart-loaded:before {
    content: "\f491"
}

.bi-minecart:before {
    content: "\f492"
}

.bi-moisture:before {
    content: "\f493"
}

.bi-moon-fill:before {
    content: "\f494"
}

.bi-moon-stars-fill:before {
    content: "\f495"
}

.bi-moon-stars:before {
    content: "\f496"
}

.bi-moon:before {
    content: "\f497"
}

.bi-mouse-fill:before {
    content: "\f498"
}

.bi-mouse:before {
    content: "\f499"
}

.bi-mouse2-fill:before {
    content: "\f49a"
}

.bi-mouse2:before {
    content: "\f49b"
}

.bi-mouse3-fill:before {
    content: "\f49c"
}

.bi-mouse3:before {
    content: "\f49d"
}

.bi-music-note-beamed:before {
    content: "\f49e"
}

.bi-music-note-list:before {
    content: "\f49f"
}

.bi-music-note:before {
    content: "\f4a0"
}

.bi-music-player-fill:before {
    content: "\f4a1"
}

.bi-music-player:before {
    content: "\f4a2"
}

.bi-newspaper:before {
    content: "\f4a3"
}

.bi-node-minus-fill:before {
    content: "\f4a4"
}

.bi-node-minus:before {
    content: "\f4a5"
}

.bi-node-plus-fill:before {
    content: "\f4a6"
}

.bi-node-plus:before {
    content: "\f4a7"
}

.bi-nut-fill:before {
    content: "\f4a8"
}

.bi-nut:before {
    content: "\f4a9"
}

.bi-octagon-fill:before {
    content: "\f4aa"
}

.bi-octagon-half:before {
    content: "\f4ab"
}

.bi-octagon:before {
    content: "\f4ac"
}

.bi-option:before {
    content: "\f4ad"
}

.bi-outlet:before {
    content: "\f4ae"
}

.bi-paint-bucket:before {
    content: "\f4af"
}

.bi-palette-fill:before {
    content: "\f4b0"
}

.bi-palette:before {
    content: "\f4b1"
}

.bi-palette2:before {
    content: "\f4b2"
}

.bi-paperclip:before {
    content: "\f4b3"
}

.bi-paragraph:before {
    content: "\f4b4"
}

.bi-patch-check-fill:before {
    content: "\f4b5"
}

.bi-patch-check:before {
    content: "\f4b6"
}

.bi-patch-exclamation-fill:before {
    content: "\f4b7"
}

.bi-patch-exclamation:before {
    content: "\f4b8"
}

.bi-patch-minus-fill:before {
    content: "\f4b9"
}

.bi-patch-minus:before {
    content: "\f4ba"
}

.bi-patch-plus-fill:before {
    content: "\f4bb"
}

.bi-patch-plus:before {
    content: "\f4bc"
}

.bi-patch-question-fill:before {
    content: "\f4bd"
}

.bi-patch-question:before {
    content: "\f4be"
}

.bi-pause-btn-fill:before {
    content: "\f4bf"
}

.bi-pause-btn:before {
    content: "\f4c0"
}

.bi-pause-circle-fill:before {
    content: "\f4c1"
}

.bi-pause-circle:before {
    content: "\f4c2"
}

.bi-pause-fill:before {
    content: "\f4c3"
}

.bi-pause:before {
    content: "\f4c4"
}

.bi-peace-fill:before {
    content: "\f4c5"
}

.bi-peace:before {
    content: "\f4c6"
}

.bi-pen-fill:before {
    content: "\f4c7"
}

.bi-pen:before {
    content: "\f4c8"
}

.bi-pencil-fill:before {
    content: "\f4c9"
}

.bi-pencil-square:before {
    content: "\f4ca"
}

.bi-pencil:before {
    content: "\f4cb"
}

.bi-pentagon-fill:before {
    content: "\f4cc"
}

.bi-pentagon-half:before {
    content: "\f4cd"
}

.bi-pentagon:before {
    content: "\f4ce"
}

.bi-people-fill:before {
    content: "\f4cf"
}

.bi-people:before {
    content: "\f4d0"
}

.bi-percent:before {
    content: "\f4d1"
}

.bi-person-badge-fill:before {
    content: "\f4d2"
}

.bi-person-badge:before {
    content: "\f4d3"
}

.bi-person-bounding-box:before {
    content: "\f4d4"
}

.bi-person-check-fill:before {
    content: "\f4d5"
}

.bi-person-check:before {
    content: "\f4d6"
}

.bi-person-circle:before {
    content: "\f4d7"
}

.bi-person-dash-fill:before {
    content: "\f4d8"
}

.bi-person-dash:before {
    content: "\f4d9"
}

.bi-person-fill:before {
    content: "\f4da"
}

.bi-person-lines-fill:before {
    content: "\f4db"
}

.bi-person-plus-fill:before {
    content: "\f4dc"
}

.bi-person-plus:before {
    content: "\f4dd"
}

.bi-person-square:before {
    content: "\f4de"
}

.bi-person-x-fill:before {
    content: "\f4df"
}

.bi-person-x:before {
    content: "\f4e0"
}

.bi-person:before {
    content: "\f4e1"
}

.bi-phone-fill:before {
    content: "\f4e2"
}

.bi-phone-landscape-fill:before {
    content: "\f4e3"
}

.bi-phone-landscape:before {
    content: "\f4e4"
}

.bi-phone-vibrate-fill:before {
    content: "\f4e5"
}

.bi-phone-vibrate:before {
    content: "\f4e6"
}

.bi-phone:before {
    content: "\f4e7"
}

.bi-pie-chart-fill:before {
    content: "\f4e8"
}

.bi-pie-chart:before {
    content: "\f4e9"
}

.bi-pin-angle-fill:before {
    content: "\f4ea"
}

.bi-pin-angle:before {
    content: "\f4eb"
}

.bi-pin-fill:before {
    content: "\f4ec"
}

.bi-pin:before {
    content: "\f4ed"
}

.bi-pip-fill:before {
    content: "\f4ee"
}

.bi-pip:before {
    content: "\f4ef"
}

.bi-play-btn-fill:before {
    content: "\f4f0"
}

.bi-play-btn:before {
    content: "\f4f1"
}

.bi-play-circle-fill:before {
    content: "\f4f2"
}

.bi-play-circle:before {
    content: "\f4f3"
}

.bi-play-fill:before {
    content: "\f4f4"
}

.bi-play:before {
    content: "\f4f5"
}

.bi-plug-fill:before {
    content: "\f4f6"
}

.bi-plug:before {
    content: "\f4f7"
}

.bi-plus-circle-dotted:before {
    content: "\f4f8"
}

.bi-plus-circle-fill:before {
    content: "\f4f9"
}

.bi-plus-circle:before {
    content: "\f4fa"
}

.bi-plus-square-dotted:before {
    content: "\f4fb"
}

.bi-plus-square-fill:before {
    content: "\f4fc"
}

.bi-plus-square:before {
    content: "\f4fd"
}

.bi-plus:before {
    content: "\f4fe"
}

.bi-power:before {
    content: "\f4ff"
}

.bi-printer-fill:before {
    content: "\f500"
}

.bi-printer:before {
    content: "\f501"
}

.bi-puzzle-fill:before {
    content: "\f502"
}

.bi-puzzle:before {
    content: "\f503"
}

.bi-question-circle-fill:before {
    content: "\f504"
}

.bi-question-circle:before {
    content: "\f505"
}

.bi-question-diamond-fill:before {
    content: "\f506"
}

.bi-question-diamond:before {
    content: "\f507"
}

.bi-question-octagon-fill:before {
    content: "\f508"
}

.bi-question-octagon:before {
    content: "\f509"
}

.bi-question-square-fill:before {
    content: "\f50a"
}

.bi-question-square:before {
    content: "\f50b"
}

.bi-question:before {
    content: "\f50c"
}

.bi-rainbow:before {
    content: "\f50d"
}

.bi-receipt-cutoff:before {
    content: "\f50e"
}

.bi-receipt:before {
    content: "\f50f"
}

.bi-reception-0:before {
    content: "\f510"
}

.bi-reception-1:before {
    content: "\f511"
}

.bi-reception-2:before {
    content: "\f512"
}

.bi-reception-3:before {
    content: "\f513"
}

.bi-reception-4:before {
    content: "\f514"
}

.bi-record-btn-fill:before {
    content: "\f515"
}

.bi-record-btn:before {
    content: "\f516"
}

.bi-record-circle-fill:before {
    content: "\f517"
}

.bi-record-circle:before {
    content: "\f518"
}

.bi-record-fill:before {
    content: "\f519"
}

.bi-record:before {
    content: "\f51a"
}

.bi-record2-fill:before {
    content: "\f51b"
}

.bi-record2:before {
    content: "\f51c"
}

.bi-reply-all-fill:before {
    content: "\f51d"
}

.bi-reply-all:before {
    content: "\f51e"
}

.bi-reply-fill:before {
    content: "\f51f"
}

.bi-reply:before {
    content: "\f520"
}

.bi-rss-fill:before {
    content: "\f521"
}

.bi-rss:before {
    content: "\f522"
}

.bi-rulers:before {
    content: "\f523"
}

.bi-save-fill:before {
    content: "\f524"
}

.bi-save:before {
    content: "\f525"
}

.bi-save2-fill:before {
    content: "\f526"
}

.bi-save2:before {
    content: "\f527"
}

.bi-scissors:before {
    content: "\f528"
}

.bi-screwdriver:before {
    content: "\f529"
}

.bi-search:before {
    content: "\f52a"
}

.bi-segmented-nav:before {
    content: "\f52b"
}

.bi-server:before {
    content: "\f52c"
}

.bi-share-fill:before {
    content: "\f52d"
}

.bi-share:before {
    content: "\f52e"
}

.bi-shield-check:before {
    content: "\f52f"
}

.bi-shield-exclamation:before {
    content: "\f530"
}

.bi-shield-fill-check:before {
    content: "\f531"
}

.bi-shield-fill-exclamation:before {
    content: "\f532"
}

.bi-shield-fill-minus:before {
    content: "\f533"
}

.bi-shield-fill-plus:before {
    content: "\f534"
}

.bi-shield-fill-x:before {
    content: "\f535"
}

.bi-shield-fill:before {
    content: "\f536"
}

.bi-shield-lock-fill:before {
    content: "\f537"
}

.bi-shield-lock:before {
    content: "\f538"
}

.bi-shield-minus:before {
    content: "\f539"
}

.bi-shield-plus:before {
    content: "\f53a"
}

.bi-shield-shaded:before {
    content: "\f53b"
}

.bi-shield-slash-fill:before {
    content: "\f53c"
}

.bi-shield-slash:before {
    content: "\f53d"
}

.bi-shield-x:before {
    content: "\f53e"
}

.bi-shield:before {
    content: "\f53f"
}

.bi-shift-fill:before {
    content: "\f540"
}

.bi-shift:before {
    content: "\f541"
}

.bi-shop-window:before {
    content: "\f542"
}

.bi-shop:before {
    content: "\f543"
}

.bi-shuffle:before {
    content: "\f544"
}

.bi-signpost-2-fill:before {
    content: "\f545"
}

.bi-signpost-2:before {
    content: "\f546"
}

.bi-signpost-fill:before {
    content: "\f547"
}

.bi-signpost-split-fill:before {
    content: "\f548"
}

.bi-signpost-split:before {
    content: "\f549"
}

.bi-signpost:before {
    content: "\f54a"
}

.bi-sim-fill:before {
    content: "\f54b"
}

.bi-sim:before {
    content: "\f54c"
}

.bi-skip-backward-btn-fill:before {
    content: "\f54d"
}

.bi-skip-backward-btn:before {
    content: "\f54e"
}

.bi-skip-backward-circle-fill:before {
    content: "\f54f"
}

.bi-skip-backward-circle:before {
    content: "\f550"
}

.bi-skip-backward-fill:before {
    content: "\f551"
}

.bi-skip-backward:before {
    content: "\f552"
}

.bi-skip-end-btn-fill:before {
    content: "\f553"
}

.bi-skip-end-btn:before {
    content: "\f554"
}

.bi-skip-end-circle-fill:before {
    content: "\f555"
}

.bi-skip-end-circle:before {
    content: "\f556"
}

.bi-skip-end-fill:before {
    content: "\f557"
}

.bi-skip-end:before {
    content: "\f558"
}

.bi-skip-forward-btn-fill:before {
    content: "\f559"
}

.bi-skip-forward-btn:before {
    content: "\f55a"
}

.bi-skip-forward-circle-fill:before {
    content: "\f55b"
}

.bi-skip-forward-circle:before {
    content: "\f55c"
}

.bi-skip-forward-fill:before {
    content: "\f55d"
}

.bi-skip-forward:before {
    content: "\f55e"
}

.bi-skip-start-btn-fill:before {
    content: "\f55f"
}

.bi-skip-start-btn:before {
    content: "\f560"
}

.bi-skip-start-circle-fill:before {
    content: "\f561"
}

.bi-skip-start-circle:before {
    content: "\f562"
}

.bi-skip-start-fill:before {
    content: "\f563"
}

.bi-skip-start:before {
    content: "\f564"
}

.bi-slack:before {
    content: "\f565"
}

.bi-slash-circle-fill:before {
    content: "\f566"
}

.bi-slash-circle:before {
    content: "\f567"
}

.bi-slash-square-fill:before {
    content: "\f568"
}

.bi-slash-square:before {
    content: "\f569"
}

.bi-slash:before {
    content: "\f56a"
}

.bi-sliders:before {
    content: "\f56b"
}

.bi-smartwatch:before {
    content: "\f56c"
}

.bi-snow:before {
    content: "\f56d"
}

.bi-snow2:before {
    content: "\f56e"
}

.bi-snow3:before {
    content: "\f56f"
}

.bi-sort-alpha-down-alt:before {
    content: "\f570"
}

.bi-sort-alpha-down:before {
    content: "\f571"
}

.bi-sort-alpha-up-alt:before {
    content: "\f572"
}

.bi-sort-alpha-up:before {
    content: "\f573"
}

.bi-sort-down-alt:before {
    content: "\f574"
}

.bi-sort-down:before {
    content: "\f575"
}

.bi-sort-numeric-down-alt:before {
    content: "\f576"
}

.bi-sort-numeric-down:before {
    content: "\f577"
}

.bi-sort-numeric-up-alt:before {
    content: "\f578"
}

.bi-sort-numeric-up:before {
    content: "\f579"
}

.bi-sort-up-alt:before {
    content: "\f57a"
}

.bi-sort-up:before {
    content: "\f57b"
}

.bi-soundwave:before {
    content: "\f57c"
}

.bi-speaker-fill:before {
    content: "\f57d"
}

.bi-speaker:before {
    content: "\f57e"
}

.bi-speedometer:before {
    content: "\f57f"
}

.bi-speedometer2:before {
    content: "\f580"
}

.bi-spellcheck:before {
    content: "\f581"
}

.bi-square-fill:before {
    content: "\f582"
}

.bi-square-half:before {
    content: "\f583"
}

.bi-square:before {
    content: "\f584"
}

.bi-stack:before {
    content: "\f585"
}

.bi-star-fill:before {
    content: "\f586"
}

.bi-star-half:before {
    content: "\f587"
}

.bi-star:before {
    content: "\f588"
}

.bi-stars:before {
    content: "\f589"
}

.bi-stickies-fill:before {
    content: "\f58a"
}

.bi-stickies:before {
    content: "\f58b"
}

.bi-sticky-fill:before {
    content: "\f58c"
}

.bi-sticky:before {
    content: "\f58d"
}

.bi-stop-btn-fill:before {
    content: "\f58e"
}

.bi-stop-btn:before {
    content: "\f58f"
}

.bi-stop-circle-fill:before {
    content: "\f590"
}

.bi-stop-circle:before {
    content: "\f591"
}

.bi-stop-fill:before {
    content: "\f592"
}

.bi-stop:before {
    content: "\f593"
}

.bi-stoplights-fill:before {
    content: "\f594"
}

.bi-stoplights:before {
    content: "\f595"
}

.bi-stopwatch-fill:before {
    content: "\f596"
}

.bi-stopwatch:before {
    content: "\f597"
}

.bi-subtract:before {
    content: "\f598"
}

.bi-suit-club-fill:before {
    content: "\f599"
}

.bi-suit-club:before {
    content: "\f59a"
}

.bi-suit-diamond-fill:before {
    content: "\f59b"
}

.bi-suit-diamond:before {
    content: "\f59c"
}

.bi-suit-heart-fill:before {
    content: "\f59d"
}

.bi-suit-heart:before {
    content: "\f59e"
}

.bi-suit-spade-fill:before {
    content: "\f59f"
}

.bi-suit-spade:before {
    content: "\f5a0"
}

.bi-sun-fill:before {
    content: "\f5a1"
}

.bi-sun:before {
    content: "\f5a2"
}

.bi-sunglasses:before {
    content: "\f5a3"
}

.bi-sunrise-fill:before {
    content: "\f5a4"
}

.bi-sunrise:before {
    content: "\f5a5"
}

.bi-sunset-fill:before {
    content: "\f5a6"
}

.bi-sunset:before {
    content: "\f5a7"
}

.bi-symmetry-horizontal:before {
    content: "\f5a8"
}

.bi-symmetry-vertical:before {
    content: "\f5a9"
}

.bi-table:before {
    content: "\f5aa"
}

.bi-tablet-fill:before {
    content: "\f5ab"
}

.bi-tablet-landscape-fill:before {
    content: "\f5ac"
}

.bi-tablet-landscape:before {
    content: "\f5ad"
}

.bi-tablet:before {
    content: "\f5ae"
}

.bi-tag-fill:before {
    content: "\f5af"
}

.bi-tag:before {
    content: "\f5b0"
}

.bi-tags-fill:before {
    content: "\f5b1"
}

.bi-tags:before {
    content: "\f5b2"
}

.bi-telegram:before {
    content: "\f5b3"
}

.bi-telephone-fill:before {
    content: "\f5b4"
}

.bi-telephone-forward-fill:before {
    content: "\f5b5"
}

.bi-telephone-forward:before {
    content: "\f5b6"
}

.bi-telephone-inbound-fill:before {
    content: "\f5b7"
}

.bi-telephone-inbound:before {
    content: "\f5b8"
}

.bi-telephone-minus-fill:before {
    content: "\f5b9"
}

.bi-telephone-minus:before {
    content: "\f5ba"
}

.bi-telephone-outbound-fill:before {
    content: "\f5bb"
}

.bi-telephone-outbound:before {
    content: "\f5bc"
}

.bi-telephone-plus-fill:before {
    content: "\f5bd"
}

.bi-telephone-plus:before {
    content: "\f5be"
}

.bi-telephone-x-fill:before {
    content: "\f5bf"
}

.bi-telephone-x:before {
    content: "\f5c0"
}

.bi-telephone:before {
    content: "\f5c1"
}

.bi-terminal-fill:before {
    content: "\f5c2"
}

.bi-terminal:before {
    content: "\f5c3"
}

.bi-text-center:before {
    content: "\f5c4"
}

.bi-text-indent-left:before {
    content: "\f5c5"
}

.bi-text-indent-right:before {
    content: "\f5c6"
}

.bi-text-left:before {
    content: "\f5c7"
}

.bi-text-paragraph:before {
    content: "\f5c8"
}

.bi-text-right:before {
    content: "\f5c9"
}

.bi-textarea-resize:before {
    content: "\f5ca"
}

.bi-textarea-t:before {
    content: "\f5cb"
}

.bi-textarea:before {
    content: "\f5cc"
}

.bi-thermometer-half:before {
    content: "\f5cd"
}

.bi-thermometer-high:before {
    content: "\f5ce"
}

.bi-thermometer-low:before {
    content: "\f5cf"
}

.bi-thermometer-snow:before {
    content: "\f5d0"
}

.bi-thermometer-sun:before {
    content: "\f5d1"
}

.bi-thermometer:before {
    content: "\f5d2"
}

.bi-three-dots-vertical:before {
    content: "\f5d3"
}

.bi-three-dots:before {
    content: "\f5d4"
}

.bi-toggle-off:before {
    content: "\f5d5"
}

.bi-toggle-on:before {
    content: "\f5d6"
}

.bi-toggle2-off:before {
    content: "\f5d7"
}

.bi-toggle2-on:before {
    content: "\f5d8"
}

.bi-toggles:before {
    content: "\f5d9"
}

.bi-toggles2:before {
    content: "\f5da"
}

.bi-tools:before {
    content: "\f5db"
}

.bi-tornado:before {
    content: "\f5dc"
}

.bi-trash-fill:before {
    content: "\f5dd"
}

.bi-trash:before {
    content: "\f5de"
}

.bi-trash2-fill:before {
    content: "\f5df"
}

.bi-trash2:before {
    content: "\f5e0"
}

.bi-tree-fill:before {
    content: "\f5e1"
}

.bi-tree:before {
    content: "\f5e2"
}

.bi-triangle-fill:before {
    content: "\f5e3"
}

.bi-triangle-half:before {
    content: "\f5e4"
}

.bi-triangle:before {
    content: "\f5e5"
}

.bi-trophy-fill:before {
    content: "\f5e6"
}

.bi-trophy:before {
    content: "\f5e7"
}

.bi-tropical-storm:before {
    content: "\f5e8"
}

.bi-truck-flatbed:before {
    content: "\f5e9"
}

.bi-truck:before {
    content: "\f5ea"
}

.bi-tsunami:before {
    content: "\f5eb"
}

.bi-tv-fill:before {
    content: "\f5ec"
}

.bi-tv:before {
    content: "\f5ed"
}

.bi-twitch:before {
    content: "\f5ee"
}

.bi-twitter:before {
    content: "\f5ef"
}

.bi-type-bold:before {
    content: "\f5f0"
}

.bi-type-h1:before {
    content: "\f5f1"
}

.bi-type-h2:before {
    content: "\f5f2"
}

.bi-type-h3:before {
    content: "\f5f3"
}

.bi-type-italic:before {
    content: "\f5f4"
}

.bi-type-strikethrough:before {
    content: "\f5f5"
}

.bi-type-underline:before {
    content: "\f5f6"
}

.bi-type:before {
    content: "\f5f7"
}

.bi-ui-checks-grid:before {
    content: "\f5f8"
}

.bi-ui-checks:before {
    content: "\f5f9"
}

.bi-ui-radios-grid:before {
    content: "\f5fa"
}

.bi-ui-radios:before {
    content: "\f5fb"
}

.bi-umbrella-fill:before {
    content: "\f5fc"
}

.bi-umbrella:before {
    content: "\f5fd"
}

.bi-union:before {
    content: "\f5fe"
}

.bi-unlock-fill:before {
    content: "\f5ff"
}

.bi-unlock:before {
    content: "\f600"
}

.bi-upc-scan:before {
    content: "\f601"
}

.bi-upc:before {
    content: "\f602"
}

.bi-upload:before {
    content: "\f603"
}

.bi-vector-pen:before {
    content: "\f604"
}

.bi-view-list:before {
    content: "\f605"
}

.bi-view-stacked:before {
    content: "\f606"
}

.bi-vinyl-fill:before {
    content: "\f607"
}

.bi-vinyl:before {
    content: "\f608"
}

.bi-voicemail:before {
    content: "\f609"
}

.bi-volume-down-fill:before {
    content: "\f60a"
}

.bi-volume-down:before {
    content: "\f60b"
}

.bi-volume-mute-fill:before {
    content: "\f60c"
}

.bi-volume-mute:before {
    content: "\f60d"
}

.bi-volume-off-fill:before {
    content: "\f60e"
}

.bi-volume-off:before {
    content: "\f60f"
}

.bi-volume-up-fill:before {
    content: "\f610"
}

.bi-volume-up:before {
    content: "\f611"
}

.bi-vr:before {
    content: "\f612"
}

.bi-wallet-fill:before {
    content: "\f613"
}

.bi-wallet:before {
    content: "\f614"
}

.bi-wallet2:before {
    content: "\f615"
}

.bi-watch:before {
    content: "\f616"
}

.bi-water:before {
    content: "\f617"
}

.bi-whatsapp:before {
    content: "\f618"
}

.bi-wifi-1:before {
    content: "\f619"
}

.bi-wifi-2:before {
    content: "\f61a"
}

.bi-wifi-off:before {
    content: "\f61b"
}

.bi-wifi:before {
    content: "\f61c"
}

.bi-wind:before {
    content: "\f61d"
}

.bi-window-dock:before {
    content: "\f61e"
}

.bi-window-sidebar:before {
    content: "\f61f"
}

.bi-window:before {
    content: "\f620"
}

.bi-wrench:before {
    content: "\f621"
}

.bi-x-circle-fill:before {
    content: "\f622"
}

.bi-x-circle:before {
    content: "\f623"
}

.bi-x-diamond-fill:before {
    content: "\f624"
}

.bi-x-diamond:before {
    content: "\f625"
}

.bi-x-octagon-fill:before {
    content: "\f626"
}

.bi-x-octagon:before {
    content: "\f627"
}

.bi-x-square-fill:before {
    content: "\f628"
}

.bi-x-square:before {
    content: "\f629"
}

.bi-x:before {
    content: "\f62a"
}

.bi-youtube:before {
    content: "\f62b"
}

.bi-zoom-in:before {
    content: "\f62c"
}

.bi-zoom-out:before {
    content: "\f62d"
}

.bi-bank:before {
    content: "\f62e"
}

.bi-bank2:before {
    content: "\f62f"
}

.bi-bell-slash-fill:before {
    content: "\f630"
}

.bi-bell-slash:before {
    content: "\f631"
}

.bi-cash-coin:before {
    content: "\f632"
}

.bi-check-lg:before {
    content: "\f633"
}

.bi-coin:before {
    content: "\f634"
}

.bi-currency-bitcoin:before {
    content: "\f635"
}

.bi-currency-dollar:before {
    content: "\f636"
}

.bi-currency-euro:before {
    content: "\f637"
}

.bi-currency-exchange:before {
    content: "\f638"
}

.bi-currency-pound:before {
    content: "\f639"
}

.bi-currency-yen:before {
    content: "\f63a"
}

.bi-dash-lg:before {
    content: "\f63b"
}

.bi-exclamation-lg:before {
    content: "\f63c"
}

.bi-file-earmark-pdf-fill:before {
    content: "\f63d"
}

.bi-file-earmark-pdf:before {
    content: "\f63e"
}

.bi-file-pdf-fill:before {
    content: "\f63f"
}

.bi-file-pdf:before {
    content: "\f640"
}

.bi-gender-ambiguous:before {
    content: "\f641"
}

.bi-gender-female:before {
    content: "\f642"
}

.bi-gender-male:before {
    content: "\f643"
}

.bi-gender-trans:before {
    content: "\f644"
}

.bi-headset-vr:before {
    content: "\f645"
}

.bi-info-lg:before {
    content: "\f646"
}

.bi-mastodon:before {
    content: "\f647"
}

.bi-messenger:before {
    content: "\f648"
}

.bi-piggy-bank-fill:before {
    content: "\f649"
}

.bi-piggy-bank:before {
    content: "\f64a"
}

.bi-pin-map-fill:before {
    content: "\f64b"
}

.bi-pin-map:before {
    content: "\f64c"
}

.bi-plus-lg:before {
    content: "\f64d"
}

.bi-question-lg:before {
    content: "\f64e"
}

.bi-recycle:before {
    content: "\f64f"
}

.bi-reddit:before {
    content: "\f650"
}

.bi-safe-fill:before {
    content: "\f651"
}

.bi-safe2-fill:before {
    content: "\f652"
}

.bi-safe2:before {
    content: "\f653"
}

.bi-sd-card-fill:before {
    content: "\f654"
}

.bi-sd-card:before {
    content: "\f655"
}

.bi-skype:before {
    content: "\f656"
}

.bi-slash-lg:before {
    content: "\f657"
}

.bi-translate:before {
    content: "\f658"
}

.bi-x-lg:before {
    content: "\f659"
}

.bi-safe:before {
    content: "\f65a"
}

.bi-apple:before {
    content: "\f65b"
}

.bi-microsoft:before {
    content: "\f65d"
}

.bi-windows:before {
    content: "\f65e"
}

.bi-behance:before {
    content: "\f65c"
}

.bi-dribbble:before {
    content: "\f65f"
}

.bi-line:before {
    content: "\f660"
}

.bi-medium:before {
    content: "\f661"
}

.bi-paypal:before {
    content: "\f662"
}

.bi-pinterest:before {
    content: "\f663"
}

.bi-signal:before {
    content: "\f664"
}

.bi-snapchat:before {
    content: "\f665"
}

.bi-spotify:before {
    content: "\f666"
}

.bi-stack-overflow:before {
    content: "\f667"
}

.bi-strava:before {
    content: "\f668"
}

.bi-wordpress:before {
    content: "\f669"
}

.bi-vimeo:before {
    content: "\f66a"
}

.bi-activity:before {
    content: "\f66b"
}

.bi-easel2-fill:before {
    content: "\f66c"
}

.bi-easel2:before {
    content: "\f66d"
}

.bi-easel3-fill:before {
    content: "\f66e"
}

.bi-easel3:before {
    content: "\f66f"
}

.bi-fan:before {
    content: "\f670"
}

.bi-fingerprint:before {
    content: "\f671"
}

.bi-graph-down-arrow:before {
    content: "\f672"
}

.bi-graph-up-arrow:before {
    content: "\f673"
}

.bi-hypnotize:before {
    content: "\f674"
}

.bi-magic:before {
    content: "\f675"
}

.bi-person-rolodex:before {
    content: "\f676"
}

.bi-person-video:before {
    content: "\f677"
}

.bi-person-video2:before {
    content: "\f678"
}

.bi-person-video3:before {
    content: "\f679"
}

.bi-person-workspace:before {
    content: "\f67a"
}

.bi-radioactive:before {
    content: "\f67b"
}

.bi-webcam-fill:before {
    content: "\f67c"
}

.bi-webcam:before {
    content: "\f67d"
}

.bi-yin-yang:before {
    content: "\f67e"
}

.bi-bandaid-fill:before {
    content: "\f680"
}

.bi-bandaid:before {
    content: "\f681"
}

.bi-bluetooth:before {
    content: "\f682"
}

.bi-body-text:before {
    content: "\f683"
}

.bi-boombox:before {
    content: "\f684"
}

.bi-boxes:before {
    content: "\f685"
}

.bi-dpad-fill:before {
    content: "\f686"
}

.bi-dpad:before {
    content: "\f687"
}

.bi-ear-fill:before {
    content: "\f688"
}

.bi-ear:before {
    content: "\f689"
}

.bi-envelope-check-fill:before {
    content: "\f68b"
}

.bi-envelope-check:before {
    content: "\f68c"
}

.bi-envelope-dash-fill:before {
    content: "\f68e"
}

.bi-envelope-dash:before {
    content: "\f68f"
}

.bi-envelope-exclamation-fill:before {
    content: "\f691"
}

.bi-envelope-exclamation:before {
    content: "\f692"
}

.bi-envelope-plus-fill:before {
    content: "\f693"
}

.bi-envelope-plus:before {
    content: "\f694"
}

.bi-envelope-slash-fill:before {
    content: "\f696"
}

.bi-envelope-slash:before {
    content: "\f697"
}

.bi-envelope-x-fill:before {
    content: "\f699"
}

.bi-envelope-x:before {
    content: "\f69a"
}

.bi-explicit-fill:before {
    content: "\f69b"
}

.bi-explicit:before {
    content: "\f69c"
}

.bi-git:before {
    content: "\f69d"
}

.bi-infinity:before {
    content: "\f69e"
}

.bi-list-columns-reverse:before {
    content: "\f69f"
}

.bi-list-columns:before {
    content: "\f6a0"
}

.bi-meta:before {
    content: "\f6a1"
}

.bi-nintendo-switch:before {
    content: "\f6a4"
}

.bi-pc-display-horizontal:before {
    content: "\f6a5"
}

.bi-pc-display:before {
    content: "\f6a6"
}

.bi-pc-horizontal:before {
    content: "\f6a7"
}

.bi-pc:before {
    content: "\f6a8"
}

.bi-playstation:before {
    content: "\f6a9"
}

.bi-plus-slash-minus:before {
    content: "\f6aa"
}

.bi-projector-fill:before {
    content: "\f6ab"
}

.bi-projector:before {
    content: "\f6ac"
}

.bi-qr-code-scan:before {
    content: "\f6ad"
}

.bi-qr-code:before {
    content: "\f6ae"
}

.bi-quora:before {
    content: "\f6af"
}

.bi-quote:before {
    content: "\f6b0"
}

.bi-robot:before {
    content: "\f6b1"
}

.bi-send-check-fill:before {
    content: "\f6b2"
}

.bi-send-check:before {
    content: "\f6b3"
}

.bi-send-dash-fill:before {
    content: "\f6b4"
}

.bi-send-dash:before {
    content: "\f6b5"
}

.bi-send-exclamation-fill:before {
    content: "\f6b7"
}

.bi-send-exclamation:before {
    content: "\f6b8"
}

.bi-send-fill:before {
    content: "\f6b9"
}

.bi-send-plus-fill:before {
    content: "\f6ba"
}

.bi-send-plus:before {
    content: "\f6bb"
}

.bi-send-slash-fill:before {
    content: "\f6bc"
}

.bi-send-slash:before {
    content: "\f6bd"
}

.bi-send-x-fill:before {
    content: "\f6be"
}

.bi-send-x:before {
    content: "\f6bf"
}

.bi-send:before {
    content: "\f6c0"
}

.bi-steam:before {
    content: "\f6c1"
}

.bi-terminal-dash:before {
    content: "\f6c3"
}

.bi-terminal-plus:before {
    content: "\f6c4"
}

.bi-terminal-split:before {
    content: "\f6c5"
}

.bi-ticket-detailed-fill:before {
    content: "\f6c6"
}

.bi-ticket-detailed:before {
    content: "\f6c7"
}

.bi-ticket-fill:before {
    content: "\f6c8"
}

.bi-ticket-perforated-fill:before {
    content: "\f6c9"
}

.bi-ticket-perforated:before {
    content: "\f6ca"
}

.bi-ticket:before {
    content: "\f6cb"
}

.bi-tiktok:before {
    content: "\f6cc"
}

.bi-window-dash:before {
    content: "\f6cd"
}

.bi-window-desktop:before {
    content: "\f6ce"
}

.bi-window-fullscreen:before {
    content: "\f6cf"
}

.bi-window-plus:before {
    content: "\f6d0"
}

.bi-window-split:before {
    content: "\f6d1"
}

.bi-window-stack:before {
    content: "\f6d2"
}

.bi-window-x:before {
    content: "\f6d3"
}

.bi-xbox:before {
    content: "\f6d4"
}

.bi-ethernet:before {
    content: "\f6d5"
}

.bi-hdmi-fill:before {
    content: "\f6d6"
}

.bi-hdmi:before {
    content: "\f6d7"
}

.bi-usb-c-fill:before {
    content: "\f6d8"
}

.bi-usb-c:before {
    content: "\f6d9"
}

.bi-usb-fill:before {
    content: "\f6da"
}

.bi-usb-plug-fill:before {
    content: "\f6db"
}

.bi-usb-plug:before {
    content: "\f6dc"
}

.bi-usb-symbol:before {
    content: "\f6dd"
}

.bi-usb:before {
    content: "\f6de"
}

.bi-boombox-fill:before {
    content: "\f6df"
}

.bi-displayport:before {
    content: "\f6e1"
}

.bi-gpu-card:before {
    content: "\f6e2"
}

.bi-memory:before {
    content: "\f6e3"
}

.bi-modem-fill:before {
    content: "\f6e4"
}

.bi-modem:before {
    content: "\f6e5"
}

.bi-motherboard-fill:before {
    content: "\f6e6"
}

.bi-motherboard:before {
    content: "\f6e7"
}

.bi-optical-audio-fill:before {
    content: "\f6e8"
}

.bi-optical-audio:before {
    content: "\f6e9"
}

.bi-pci-card:before {
    content: "\f6ea"
}

.bi-router-fill:before {
    content: "\f6eb"
}

.bi-router:before {
    content: "\f6ec"
}

.bi-thunderbolt-fill:before {
    content: "\f6ef"
}

.bi-thunderbolt:before {
    content: "\f6f0"
}

.bi-usb-drive-fill:before {
    content: "\f6f1"
}

.bi-usb-drive:before {
    content: "\f6f2"
}

.bi-usb-micro-fill:before {
    content: "\f6f3"
}

.bi-usb-micro:before {
    content: "\f6f4"
}

.bi-usb-mini-fill:before {
    content: "\f6f5"
}

.bi-usb-mini:before {
    content: "\f6f6"
}

.bi-cloud-haze2:before {
    content: "\f6f7"
}

.bi-device-hdd-fill:before {
    content: "\f6f8"
}

.bi-device-hdd:before {
    content: "\f6f9"
}

.bi-device-ssd-fill:before {
    content: "\f6fa"
}

.bi-device-ssd:before {
    content: "\f6fb"
}

.bi-displayport-fill:before {
    content: "\f6fc"
}

.bi-mortarboard-fill:before {
    content: "\f6fd"
}

.bi-mortarboard:before {
    content: "\f6fe"
}

.bi-terminal-x:before {
    content: "\f6ff"
}

.bi-arrow-through-heart-fill:before {
    content: "\f700"
}

.bi-arrow-through-heart:before {
    content: "\f701"
}

.bi-badge-sd-fill:before {
    content: "\f702"
}

.bi-badge-sd:before {
    content: "\f703"
}

.bi-bag-heart-fill:before {
    content: "\f704"
}

.bi-bag-heart:before {
    content: "\f705"
}

.bi-balloon-fill:before {
    content: "\f706"
}

.bi-balloon-heart-fill:before {
    content: "\f707"
}

.bi-balloon-heart:before {
    content: "\f708"
}

.bi-balloon:before {
    content: "\f709"
}

.bi-box2-fill:before {
    content: "\f70a"
}

.bi-box2-heart-fill:before {
    content: "\f70b"
}

.bi-box2-heart:before {
    content: "\f70c"
}

.bi-box2:before {
    content: "\f70d"
}

.bi-braces-asterisk:before {
    content: "\f70e"
}

.bi-calendar-heart-fill:before {
    content: "\f70f"
}

.bi-calendar-heart:before {
    content: "\f710"
}

.bi-calendar2-heart-fill:before {
    content: "\f711"
}

.bi-calendar2-heart:before {
    content: "\f712"
}

.bi-chat-heart-fill:before {
    content: "\f713"
}

.bi-chat-heart:before {
    content: "\f714"
}

.bi-chat-left-heart-fill:before {
    content: "\f715"
}

.bi-chat-left-heart:before {
    content: "\f716"
}

.bi-chat-right-heart-fill:before {
    content: "\f717"
}

.bi-chat-right-heart:before {
    content: "\f718"
}

.bi-chat-square-heart-fill:before {
    content: "\f719"
}

.bi-chat-square-heart:before {
    content: "\f71a"
}

.bi-clipboard-check-fill:before {
    content: "\f71b"
}

.bi-clipboard-data-fill:before {
    content: "\f71c"
}

.bi-clipboard-fill:before {
    content: "\f71d"
}

.bi-clipboard-heart-fill:before {
    content: "\f71e"
}

.bi-clipboard-heart:before {
    content: "\f71f"
}

.bi-clipboard-minus-fill:before {
    content: "\f720"
}

.bi-clipboard-plus-fill:before {
    content: "\f721"
}

.bi-clipboard-pulse:before {
    content: "\f722"
}

.bi-clipboard-x-fill:before {
    content: "\f723"
}

.bi-clipboard2-check-fill:before {
    content: "\f724"
}

.bi-clipboard2-check:before {
    content: "\f725"
}

.bi-clipboard2-data-fill:before {
    content: "\f726"
}

.bi-clipboard2-data:before {
    content: "\f727"
}

.bi-clipboard2-fill:before {
    content: "\f728"
}

.bi-clipboard2-heart-fill:before {
    content: "\f729"
}

.bi-clipboard2-heart:before {
    content: "\f72a"
}

.bi-clipboard2-minus-fill:before {
    content: "\f72b"
}

.bi-clipboard2-minus:before {
    content: "\f72c"
}

.bi-clipboard2-plus-fill:before {
    content: "\f72d"
}

.bi-clipboard2-plus:before {
    content: "\f72e"
}

.bi-clipboard2-pulse-fill:before {
    content: "\f72f"
}

.bi-clipboard2-pulse:before {
    content: "\f730"
}

.bi-clipboard2-x-fill:before {
    content: "\f731"
}

.bi-clipboard2-x:before {
    content: "\f732"
}

.bi-clipboard2:before {
    content: "\f733"
}

.bi-emoji-kiss-fill:before {
    content: "\f734"
}

.bi-emoji-kiss:before {
    content: "\f735"
}

.bi-envelope-heart-fill:before {
    content: "\f736"
}

.bi-envelope-heart:before {
    content: "\f737"
}

.bi-envelope-open-heart-fill:before {
    content: "\f738"
}

.bi-envelope-open-heart:before {
    content: "\f739"
}

.bi-envelope-paper-fill:before {
    content: "\f73a"
}

.bi-envelope-paper-heart-fill:before {
    content: "\f73b"
}

.bi-envelope-paper-heart:before {
    content: "\f73c"
}

.bi-envelope-paper:before {
    content: "\f73d"
}

.bi-filetype-aac:before {
    content: "\f73e"
}

.bi-filetype-ai:before {
    content: "\f73f"
}

.bi-filetype-bmp:before {
    content: "\f740"
}

.bi-filetype-cs:before {
    content: "\f741"
}

.bi-filetype-css:before {
    content: "\f742"
}

.bi-filetype-csv:before {
    content: "\f743"
}

.bi-filetype-doc:before {
    content: "\f744"
}

.bi-filetype-docx:before {
    content: "\f745"
}

.bi-filetype-exe:before {
    content: "\f746"
}

.bi-filetype-gif:before {
    content: "\f747"
}

.bi-filetype-heic:before {
    content: "\f748"
}

.bi-filetype-html:before {
    content: "\f749"
}

.bi-filetype-java:before {
    content: "\f74a"
}

.bi-filetype-jpg:before {
    content: "\f74b"
}

.bi-filetype-js:before {
    content: "\f74c"
}

.bi-filetype-jsx:before {
    content: "\f74d"
}

.bi-filetype-key:before {
    content: "\f74e"
}

.bi-filetype-m4p:before {
    content: "\f74f"
}

.bi-filetype-md:before {
    content: "\f750"
}

.bi-filetype-mdx:before {
    content: "\f751"
}

.bi-filetype-mov:before {
    content: "\f752"
}

.bi-filetype-mp3:before {
    content: "\f753"
}

.bi-filetype-mp4:before {
    content: "\f754"
}

.bi-filetype-otf:before {
    content: "\f755"
}

.bi-filetype-pdf:before {
    content: "\f756"
}

.bi-filetype-php:before {
    content: "\f757"
}

.bi-filetype-png:before {
    content: "\f758"
}

.bi-filetype-ppt:before {
    content: "\f75a"
}

.bi-filetype-psd:before {
    content: "\f75b"
}

.bi-filetype-py:before {
    content: "\f75c"
}

.bi-filetype-raw:before {
    content: "\f75d"
}

.bi-filetype-rb:before {
    content: "\f75e"
}

.bi-filetype-sass:before {
    content: "\f75f"
}

.bi-filetype-scss:before {
    content: "\f760"
}

.bi-filetype-sh:before {
    content: "\f761"
}

.bi-filetype-svg:before {
    content: "\f762"
}

.bi-filetype-tiff:before {
    content: "\f763"
}

.bi-filetype-tsx:before {
    content: "\f764"
}

.bi-filetype-ttf:before {
    content: "\f765"
}

.bi-filetype-txt:before {
    content: "\f766"
}

.bi-filetype-wav:before {
    content: "\f767"
}

.bi-filetype-woff:before {
    content: "\f768"
}

.bi-filetype-xls:before {
    content: "\f76a"
}

.bi-filetype-xml:before {
    content: "\f76b"
}

.bi-filetype-yml:before {
    content: "\f76c"
}

.bi-heart-arrow:before {
    content: "\f76d"
}

.bi-heart-pulse-fill:before {
    content: "\f76e"
}

.bi-heart-pulse:before {
    content: "\f76f"
}

.bi-heartbreak-fill:before {
    content: "\f770"
}

.bi-heartbreak:before {
    content: "\f771"
}

.bi-hearts:before {
    content: "\f772"
}

.bi-hospital-fill:before {
    content: "\f773"
}

.bi-hospital:before {
    content: "\f774"
}

.bi-house-heart-fill:before {
    content: "\f775"
}

.bi-house-heart:before {
    content: "\f776"
}

.bi-incognito:before {
    content: "\f777"
}

.bi-magnet-fill:before {
    content: "\f778"
}

.bi-magnet:before {
    content: "\f779"
}

.bi-person-heart:before {
    content: "\f77a"
}

.bi-person-hearts:before {
    content: "\f77b"
}

.bi-phone-flip:before {
    content: "\f77c"
}

.bi-plugin:before {
    content: "\f77d"
}

.bi-postage-fill:before {
    content: "\f77e"
}

.bi-postage-heart-fill:before {
    content: "\f77f"
}

.bi-postage-heart:before {
    content: "\f780"
}

.bi-postage:before {
    content: "\f781"
}

.bi-postcard-fill:before {
    content: "\f782"
}

.bi-postcard-heart-fill:before {
    content: "\f783"
}

.bi-postcard-heart:before {
    content: "\f784"
}

.bi-postcard:before {
    content: "\f785"
}

.bi-search-heart-fill:before {
    content: "\f786"
}

.bi-search-heart:before {
    content: "\f787"
}

.bi-sliders2-vertical:before {
    content: "\f788"
}

.bi-sliders2:before {
    content: "\f789"
}

.bi-trash3-fill:before {
    content: "\f78a"
}

.bi-trash3:before {
    content: "\f78b"
}

.bi-valentine:before {
    content: "\f78c"
}

.bi-valentine2:before {
    content: "\f78d"
}

.bi-wrench-adjustable-circle-fill:before {
    content: "\f78e"
}

.bi-wrench-adjustable-circle:before {
    content: "\f78f"
}

.bi-wrench-adjustable:before {
    content: "\f790"
}

.bi-filetype-json:before {
    content: "\f791"
}

.bi-filetype-pptx:before {
    content: "\f792"
}

.bi-filetype-xlsx:before {
    content: "\f793"
}

.bi-1-circle-fill:before {
    content: "\f796"
}

.bi-1-circle:before {
    content: "\f797"
}

.bi-1-square-fill:before {
    content: "\f798"
}

.bi-1-square:before {
    content: "\f799"
}

.bi-2-circle-fill:before {
    content: "\f79c"
}

.bi-2-circle:before {
    content: "\f79d"
}

.bi-2-square-fill:before {
    content: "\f79e"
}

.bi-2-square:before {
    content: "\f79f"
}

.bi-3-circle-fill:before {
    content: "\f7a2"
}

.bi-3-circle:before {
    content: "\f7a3"
}

.bi-3-square-fill:before {
    content: "\f7a4"
}

.bi-3-square:before {
    content: "\f7a5"
}

.bi-4-circle-fill:before {
    content: "\f7a8"
}

.bi-4-circle:before {
    content: "\f7a9"
}

.bi-4-square-fill:before {
    content: "\f7aa"
}

.bi-4-square:before {
    content: "\f7ab"
}

.bi-5-circle-fill:before {
    content: "\f7ae"
}

.bi-5-circle:before {
    content: "\f7af"
}

.bi-5-square-fill:before {
    content: "\f7b0"
}

.bi-5-square:before {
    content: "\f7b1"
}

.bi-6-circle-fill:before {
    content: "\f7b4"
}

.bi-6-circle:before {
    content: "\f7b5"
}

.bi-6-square-fill:before {
    content: "\f7b6"
}

.bi-6-square:before {
    content: "\f7b7"
}

.bi-7-circle-fill:before {
    content: "\f7ba"
}

.bi-7-circle:before {
    content: "\f7bb"
}

.bi-7-square-fill:before {
    content: "\f7bc"
}

.bi-7-square:before {
    content: "\f7bd"
}

.bi-8-circle-fill:before {
    content: "\f7c0"
}

.bi-8-circle:before {
    content: "\f7c1"
}

.bi-8-square-fill:before {
    content: "\f7c2"
}

.bi-8-square:before {
    content: "\f7c3"
}

.bi-9-circle-fill:before {
    content: "\f7c6"
}

.bi-9-circle:before {
    content: "\f7c7"
}

.bi-9-square-fill:before {
    content: "\f7c8"
}

.bi-9-square:before {
    content: "\f7c9"
}

.bi-airplane-engines-fill:before {
    content: "\f7ca"
}

.bi-airplane-engines:before {
    content: "\f7cb"
}

.bi-airplane-fill:before {
    content: "\f7cc"
}

.bi-airplane:before {
    content: "\f7cd"
}

.bi-alexa:before {
    content: "\f7ce"
}

.bi-alipay:before {
    content: "\f7cf"
}

.bi-android:before {
    content: "\f7d0"
}

.bi-android2:before {
    content: "\f7d1"
}

.bi-box-fill:before {
    content: "\f7d2"
}

.bi-box-seam-fill:before {
    content: "\f7d3"
}

.bi-browser-chrome:before {
    content: "\f7d4"
}

.bi-browser-edge:before {
    content: "\f7d5"
}

.bi-browser-firefox:before {
    content: "\f7d6"
}

.bi-browser-safari:before {
    content: "\f7d7"
}

.bi-c-circle-fill:before {
    content: "\f7da"
}

.bi-c-circle:before {
    content: "\f7db"
}

.bi-c-square-fill:before {
    content: "\f7dc"
}

.bi-c-square:before {
    content: "\f7dd"
}

.bi-capsule-pill:before {
    content: "\f7de"
}

.bi-capsule:before {
    content: "\f7df"
}

.bi-car-front-fill:before {
    content: "\f7e0"
}

.bi-car-front:before {
    content: "\f7e1"
}

.bi-cassette-fill:before {
    content: "\f7e2"
}

.bi-cassette:before {
    content: "\f7e3"
}

.bi-cc-circle-fill:before {
    content: "\f7e6"
}

.bi-cc-circle:before {
    content: "\f7e7"
}

.bi-cc-square-fill:before {
    content: "\f7e8"
}

.bi-cc-square:before {
    content: "\f7e9"
}

.bi-cup-hot-fill:before {
    content: "\f7ea"
}

.bi-cup-hot:before {
    content: "\f7eb"
}

.bi-currency-rupee:before {
    content: "\f7ec"
}

.bi-dropbox:before {
    content: "\f7ed"
}

.bi-escape:before {
    content: "\f7ee"
}

.bi-fast-forward-btn-fill:before {
    content: "\f7ef"
}

.bi-fast-forward-btn:before {
    content: "\f7f0"
}

.bi-fast-forward-circle-fill:before {
    content: "\f7f1"
}

.bi-fast-forward-circle:before {
    content: "\f7f2"
}

.bi-fast-forward-fill:before {
    content: "\f7f3"
}

.bi-fast-forward:before {
    content: "\f7f4"
}

.bi-filetype-sql:before {
    content: "\f7f5"
}

.bi-fire:before {
    content: "\f7f6"
}

.bi-google-play:before {
    content: "\f7f7"
}

.bi-h-circle-fill:before {
    content: "\f7fa"
}

.bi-h-circle:before {
    content: "\f7fb"
}

.bi-h-square-fill:before {
    content: "\f7fc"
}

.bi-h-square:before {
    content: "\f7fd"
}

.bi-indent:before {
    content: "\f7fe"
}

.bi-lungs-fill:before {
    content: "\f7ff"
}

.bi-lungs:before {
    content: "\f800"
}

.bi-microsoft-teams:before {
    content: "\f801"
}

.bi-p-circle-fill:before {
    content: "\f804"
}

.bi-p-circle:before {
    content: "\f805"
}

.bi-p-square-fill:before {
    content: "\f806"
}

.bi-p-square:before {
    content: "\f807"
}

.bi-pass-fill:before {
    content: "\f808"
}

.bi-pass:before {
    content: "\f809"
}

.bi-prescription:before {
    content: "\f80a"
}

.bi-prescription2:before {
    content: "\f80b"
}

.bi-r-circle-fill:before {
    content: "\f80e"
}

.bi-r-circle:before {
    content: "\f80f"
}

.bi-r-square-fill:before {
    content: "\f810"
}

.bi-r-square:before {
    content: "\f811"
}

.bi-repeat-1:before {
    content: "\f812"
}

.bi-repeat:before {
    content: "\f813"
}

.bi-rewind-btn-fill:before {
    content: "\f814"
}

.bi-rewind-btn:before {
    content: "\f815"
}

.bi-rewind-circle-fill:before {
    content: "\f816"
}

.bi-rewind-circle:before {
    content: "\f817"
}

.bi-rewind-fill:before {
    content: "\f818"
}

.bi-rewind:before {
    content: "\f819"
}

.bi-train-freight-front-fill:before {
    content: "\f81a"
}

.bi-train-freight-front:before {
    content: "\f81b"
}

.bi-train-front-fill:before {
    content: "\f81c"
}

.bi-train-front:before {
    content: "\f81d"
}

.bi-train-lightrail-front-fill:before {
    content: "\f81e"
}

.bi-train-lightrail-front:before {
    content: "\f81f"
}

.bi-truck-front-fill:before {
    content: "\f820"
}

.bi-truck-front:before {
    content: "\f821"
}

.bi-ubuntu:before {
    content: "\f822"
}

.bi-unindent:before {
    content: "\f823"
}

.bi-unity:before {
    content: "\f824"
}

.bi-universal-access-circle:before {
    content: "\f825"
}

.bi-universal-access:before {
    content: "\f826"
}

.bi-virus:before {
    content: "\f827"
}

.bi-virus2:before {
    content: "\f828"
}

.bi-wechat:before {
    content: "\f829"
}

.bi-yelp:before {
    content: "\f82a"
}

.bi-sign-stop-fill:before {
    content: "\f82b"
}

.bi-sign-stop-lights-fill:before {
    content: "\f82c"
}

.bi-sign-stop-lights:before {
    content: "\f82d"
}

.bi-sign-stop:before {
    content: "\f82e"
}

.bi-sign-turn-left-fill:before {
    content: "\f82f"
}

.bi-sign-turn-left:before {
    content: "\f830"
}

.bi-sign-turn-right-fill:before {
    content: "\f831"
}

.bi-sign-turn-right:before {
    content: "\f832"
}

.bi-sign-turn-slight-left-fill:before {
    content: "\f833"
}

.bi-sign-turn-slight-left:before {
    content: "\f834"
}

.bi-sign-turn-slight-right-fill:before {
    content: "\f835"
}

.bi-sign-turn-slight-right:before {
    content: "\f836"
}

.bi-sign-yield-fill:before {
    content: "\f837"
}

.bi-sign-yield:before {
    content: "\f838"
}

.bi-ev-station-fill:before {
    content: "\f839"
}

.bi-ev-station:before {
    content: "\f83a"
}

.bi-fuel-pump-diesel-fill:before {
    content: "\f83b"
}

.bi-fuel-pump-diesel:before {
    content: "\f83c"
}

.bi-fuel-pump-fill:before {
    content: "\f83d"
}

.bi-fuel-pump:before {
    content: "\f83e"
}

.bi-0-circle-fill:before {
    content: "\f83f"
}

.bi-0-circle:before {
    content: "\f840"
}

.bi-0-square-fill:before {
    content: "\f841"
}

.bi-0-square:before {
    content: "\f842"
}

.bi-rocket-fill:before {
    content: "\f843"
}

.bi-rocket-takeoff-fill:before {
    content: "\f844"
}

.bi-rocket-takeoff:before {
    content: "\f845"
}

.bi-rocket:before {
    content: "\f846"
}

.bi-stripe:before {
    content: "\f847"
}

.bi-subscript:before {
    content: "\f848"
}

.bi-superscript:before {
    content: "\f849"
}

.bi-trello:before {
    content: "\f84a"
}

.bi-envelope-at-fill:before {
    content: "\f84b"
}

.bi-envelope-at:before {
    content: "\f84c"
}

.bi-regex:before {
    content: "\f84d"
}

.bi-text-wrap:before {
    content: "\f84e"
}

.bi-sign-dead-end-fill:before {
    content: "\f84f"
}

.bi-sign-dead-end:before {
    content: "\f850"
}

.bi-sign-do-not-enter-fill:before {
    content: "\f851"
}

.bi-sign-do-not-enter:before {
    content: "\f852"
}

.bi-sign-intersection-fill:before {
    content: "\f853"
}

.bi-sign-intersection-side-fill:before {
    content: "\f854"
}

.bi-sign-intersection-side:before {
    content: "\f855"
}

.bi-sign-intersection-t-fill:before {
    content: "\f856"
}

.bi-sign-intersection-t:before {
    content: "\f857"
}

.bi-sign-intersection-y-fill:before {
    content: "\f858"
}

.bi-sign-intersection-y:before {
    content: "\f859"
}

.bi-sign-intersection:before {
    content: "\f85a"
}

.bi-sign-merge-left-fill:before {
    content: "\f85b"
}

.bi-sign-merge-left:before {
    content: "\f85c"
}

.bi-sign-merge-right-fill:before {
    content: "\f85d"
}

.bi-sign-merge-right:before {
    content: "\f85e"
}

.bi-sign-no-left-turn-fill:before {
    content: "\f85f"
}

.bi-sign-no-left-turn:before {
    content: "\f860"
}

.bi-sign-no-parking-fill:before {
    content: "\f861"
}

.bi-sign-no-parking:before {
    content: "\f862"
}

.bi-sign-no-right-turn-fill:before {
    content: "\f863"
}

.bi-sign-no-right-turn:before {
    content: "\f864"
}

.bi-sign-railroad-fill:before {
    content: "\f865"
}

.bi-sign-railroad:before {
    content: "\f866"
}

.bi-building-add:before {
    content: "\f867"
}

.bi-building-check:before {
    content: "\f868"
}

.bi-building-dash:before {
    content: "\f869"
}

.bi-building-down:before {
    content: "\f86a"
}

.bi-building-exclamation:before {
    content: "\f86b"
}

.bi-building-fill-add:before {
    content: "\f86c"
}

.bi-building-fill-check:before {
    content: "\f86d"
}

.bi-building-fill-dash:before {
    content: "\f86e"
}

.bi-building-fill-down:before {
    content: "\f86f"
}

.bi-building-fill-exclamation:before {
    content: "\f870"
}

.bi-building-fill-gear:before {
    content: "\f871"
}

.bi-building-fill-lock:before {
    content: "\f872"
}

.bi-building-fill-slash:before {
    content: "\f873"
}

.bi-building-fill-up:before {
    content: "\f874"
}

.bi-building-fill-x:before {
    content: "\f875"
}

.bi-building-fill:before {
    content: "\f876"
}

.bi-building-gear:before {
    content: "\f877"
}

.bi-building-lock:before {
    content: "\f878"
}

.bi-building-slash:before {
    content: "\f879"
}

.bi-building-up:before {
    content: "\f87a"
}

.bi-building-x:before {
    content: "\f87b"
}

.bi-buildings-fill:before {
    content: "\f87c"
}

.bi-buildings:before {
    content: "\f87d"
}

.bi-bus-front-fill:before {
    content: "\f87e"
}

.bi-bus-front:before {
    content: "\f87f"
}

.bi-ev-front-fill:before {
    content: "\f880"
}

.bi-ev-front:before {
    content: "\f881"
}

.bi-globe-americas:before {
    content: "\f882"
}

.bi-globe-asia-australia:before {
    content: "\f883"
}

.bi-globe-central-south-asia:before {
    content: "\f884"
}

.bi-globe-europe-africa:before {
    content: "\f885"
}

.bi-house-add-fill:before {
    content: "\f886"
}

.bi-house-add:before {
    content: "\f887"
}

.bi-house-check-fill:before {
    content: "\f888"
}

.bi-house-check:before {
    content: "\f889"
}

.bi-house-dash-fill:before {
    content: "\f88a"
}

.bi-house-dash:before {
    content: "\f88b"
}

.bi-house-down-fill:before {
    content: "\f88c"
}

.bi-house-down:before {
    content: "\f88d"
}

.bi-house-exclamation-fill:before {
    content: "\f88e"
}

.bi-house-exclamation:before {
    content: "\f88f"
}

.bi-house-gear-fill:before {
    content: "\f890"
}

.bi-house-gear:before {
    content: "\f891"
}

.bi-house-lock-fill:before {
    content: "\f892"
}

.bi-house-lock:before {
    content: "\f893"
}

.bi-house-slash-fill:before {
    content: "\f894"
}

.bi-house-slash:before {
    content: "\f895"
}

.bi-house-up-fill:before {
    content: "\f896"
}

.bi-house-up:before {
    content: "\f897"
}

.bi-house-x-fill:before {
    content: "\f898"
}

.bi-house-x:before {
    content: "\f899"
}

.bi-person-add:before {
    content: "\f89a"
}

.bi-person-down:before {
    content: "\f89b"
}

.bi-person-exclamation:before {
    content: "\f89c"
}

.bi-person-fill-add:before {
    content: "\f89d"
}

.bi-person-fill-check:before {
    content: "\f89e"
}

.bi-person-fill-dash:before {
    content: "\f89f"
}

.bi-person-fill-down:before {
    content: "\f8a0"
}

.bi-person-fill-exclamation:before {
    content: "\f8a1"
}

.bi-person-fill-gear:before {
    content: "\f8a2"
}

.bi-person-fill-lock:before {
    content: "\f8a3"
}

.bi-person-fill-slash:before {
    content: "\f8a4"
}

.bi-person-fill-up:before {
    content: "\f8a5"
}

.bi-person-fill-x:before {
    content: "\f8a6"
}

.bi-person-gear:before {
    content: "\f8a7"
}

.bi-person-lock:before {
    content: "\f8a8"
}

.bi-person-slash:before {
    content: "\f8a9"
}

.bi-person-up:before {
    content: "\f8aa"
}

.bi-scooter:before {
    content: "\f8ab"
}

.bi-taxi-front-fill:before {
    content: "\f8ac"
}

.bi-taxi-front:before {
    content: "\f8ad"
}

.bi-amd:before {
    content: "\f8ae"
}

.bi-database-add:before {
    content: "\f8af"
}

.bi-database-check:before {
    content: "\f8b0"
}

.bi-database-dash:before {
    content: "\f8b1"
}

.bi-database-down:before {
    content: "\f8b2"
}

.bi-database-exclamation:before {
    content: "\f8b3"
}

.bi-database-fill-add:before {
    content: "\f8b4"
}

.bi-database-fill-check:before {
    content: "\f8b5"
}

.bi-database-fill-dash:before {
    content: "\f8b6"
}

.bi-database-fill-down:before {
    content: "\f8b7"
}

.bi-database-fill-exclamation:before {
    content: "\f8b8"
}

.bi-database-fill-gear:before {
    content: "\f8b9"
}

.bi-database-fill-lock:before {
    content: "\f8ba"
}

.bi-database-fill-slash:before {
    content: "\f8bb"
}

.bi-database-fill-up:before {
    content: "\f8bc"
}

.bi-database-fill-x:before {
    content: "\f8bd"
}

.bi-database-fill:before {
    content: "\f8be"
}

.bi-database-gear:before {
    content: "\f8bf"
}

.bi-database-lock:before {
    content: "\f8c0"
}

.bi-database-slash:before {
    content: "\f8c1"
}

.bi-database-up:before {
    content: "\f8c2"
}

.bi-database-x:before {
    content: "\f8c3"
}

.bi-database:before {
    content: "\f8c4"
}

.bi-houses-fill:before {
    content: "\f8c5"
}

.bi-houses:before {
    content: "\f8c6"
}

.bi-nvidia:before {
    content: "\f8c7"
}

.bi-person-vcard-fill:before {
    content: "\f8c8"
}

.bi-person-vcard:before {
    content: "\f8c9"
}

.bi-sina-weibo:before {
    content: "\f8ca"
}

.bi-tencent-qq:before {
    content: "\f8cb"
}

.bi-wikipedia:before {
    content: "\f8cc"
}

.bi-alphabet-uppercase:before {
    content: "\f2a5"
}

.bi-alphabet:before {
    content: "\f68a"
}

.bi-amazon:before {
    content: "\f68d"
}

.bi-arrows-collapse-vertical:before {
    content: "\f690"
}

.bi-arrows-expand-vertical:before {
    content: "\f695"
}

.bi-arrows-vertical:before {
    content: "\f698"
}

.bi-arrows:before {
    content: "\f6a2"
}

.bi-ban-fill:before {
    content: "\f6a3"
}

.bi-ban:before {
    content: "\f6b6"
}

.bi-bing:before {
    content: "\f6c2"
}

.bi-cake:before {
    content: "\f6e0"
}

.bi-cake2:before {
    content: "\f6ed"
}

.bi-cookie:before {
    content: "\f6ee"
}

.bi-copy:before {
    content: "\f759"
}

.bi-crosshair:before {
    content: "\f769"
}

.bi-crosshair2:before {
    content: "\f794"
}

.bi-emoji-astonished-fill:before {
    content: "\f795"
}

.bi-emoji-astonished:before {
    content: "\f79a"
}

.bi-emoji-grimace-fill:before {
    content: "\f79b"
}

.bi-emoji-grimace:before {
    content: "\f7a0"
}

.bi-emoji-grin-fill:before {
    content: "\f7a1"
}

.bi-emoji-grin:before {
    content: "\f7a6"
}

.bi-emoji-surprise-fill:before {
    content: "\f7a7"
}

.bi-emoji-surprise:before {
    content: "\f7ac"
}

.bi-emoji-tear-fill:before {
    content: "\f7ad"
}

.bi-emoji-tear:before {
    content: "\f7b2"
}

.bi-envelope-arrow-down-fill:before {
    content: "\f7b3"
}

.bi-envelope-arrow-down:before {
    content: "\f7b8"
}

.bi-envelope-arrow-up-fill:before {
    content: "\f7b9"
}

.bi-envelope-arrow-up:before {
    content: "\f7be"
}

.bi-feather:before {
    content: "\f7bf"
}

.bi-feather2:before {
    content: "\f7c4"
}

.bi-floppy-fill:before {
    content: "\f7c5"
}

.bi-floppy:before {
    content: "\f7d8"
}

.bi-floppy2-fill:before {
    content: "\f7d9"
}

.bi-floppy2:before {
    content: "\f7e4"
}

.bi-gitlab:before {
    content: "\f7e5"
}

.bi-highlighter:before {
    content: "\f7f8"
}

.bi-marker-tip:before {
    content: "\f802"
}

.bi-nvme-fill:before {
    content: "\f803"
}

.bi-nvme:before {
    content: "\f80c"
}

.bi-opencollective:before {
    content: "\f80d"
}

.bi-pci-card-network:before {
    content: "\f8cd"
}

.bi-pci-card-sound:before {
    content: "\f8ce"
}

.bi-radar:before {
    content: "\f8cf"
}

.bi-send-arrow-down-fill:before {
    content: "\f8d0"
}

.bi-send-arrow-down:before {
    content: "\f8d1"
}

.bi-send-arrow-up-fill:before {
    content: "\f8d2"
}

.bi-send-arrow-up:before {
    content: "\f8d3"
}

.bi-sim-slash-fill:before {
    content: "\f8d4"
}

.bi-sim-slash:before {
    content: "\f8d5"
}

.bi-sourceforge:before {
    content: "\f8d6"
}

.bi-substack:before {
    content: "\f8d7"
}

.bi-threads-fill:before {
    content: "\f8d8"
}

.bi-threads:before {
    content: "\f8d9"
}

.bi-transparency:before {
    content: "\f8da"
}

.bi-twitter-x:before {
    content: "\f8db"
}

.bi-type-h4:before {
    content: "\f8dc"
}

.bi-type-h5:before {
    content: "\f8dd"
}

.bi-type-h6:before {
    content: "\f8de"
}

.bi-backpack-fill:before {
    content: "\f8df"
}

.bi-backpack:before {
    content: "\f8e0"
}

.bi-backpack2-fill:before {
    content: "\f8e1"
}

.bi-backpack2:before {
    content: "\f8e2"
}

.bi-backpack3-fill:before {
    content: "\f8e3"
}

.bi-backpack3:before {
    content: "\f8e4"
}

.bi-backpack4-fill:before {
    content: "\f8e5"
}

.bi-backpack4:before {
    content: "\f8e6"
}

.bi-brilliance:before {
    content: "\f8e7"
}

.bi-cake-fill:before {
    content: "\f8e8"
}

.bi-cake2-fill:before {
    content: "\f8e9"
}

.bi-duffle-fill:before {
    content: "\f8ea"
}

.bi-duffle:before {
    content: "\f8eb"
}

.bi-exposure:before {
    content: "\f8ec"
}

.bi-gender-neuter:before {
    content: "\f8ed"
}

.bi-highlights:before {
    content: "\f8ee"
}

.bi-luggage-fill:before {
    content: "\f8ef"
}

.bi-luggage:before {
    content: "\f8f0"
}

.bi-mailbox-flag:before {
    content: "\f8f1"
}

.bi-mailbox2-flag:before {
    content: "\f8f2"
}

.bi-noise-reduction:before {
    content: "\f8f3"
}

.bi-passport-fill:before {
    content: "\f8f4"
}

.bi-passport:before {
    content: "\f8f5"
}

.bi-person-arms-up:before {
    content: "\f8f6"
}

.bi-person-raised-hand:before {
    content: "\f8f7"
}

.bi-person-standing-dress:before {
    content: "\f8f8"
}

.bi-person-standing:before {
    content: "\f8f9"
}

.bi-person-walking:before {
    content: "\f8fa"
}

.bi-person-wheelchair:before {
    content: "\f8fb"
}

.bi-shadows:before {
    content: "\f8fc"
}

.bi-suitcase-fill:before {
    content: "\f8fd"
}

.bi-suitcase-lg-fill:before {
    content: "\f8fe"
}

.bi-suitcase-lg:before {
    content: "\f8ff"
}

.bi-suitcase:before {
    content: "\f900"
}

.bi-suitcase2-fill:before {
    content: "\f901"
}

.bi-suitcase2:before {
    content: "\f902"
}

.bi-vignette:before {
    content: "\f903"
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0,0%,100%,.7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translateZ(var(--toastify-z-index));
    position: fixed;
    padding: 4px;
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff
}

.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em
}

.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        width:100vw;
        padding: 0;
        left: 0;
        margin: 0
    }

    .Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        right: 0;
        left: auto
    }
}

.Toastify__toast {
    position: relative;
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);
    display: flex;
    justify-content: space-between;
    max-height: var(--toastify-toast-max-height);
    overflow: hidden;
    font-family: var(--toastify-font-family);
    cursor: default;
    direction: ltr;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    margin: auto 0;
    flex: 1 1 auto;
    padding: 6px;
    display: flex;
    align-items: center
}

.Toastify__toast-body>div:last-child {
    word-break: break-word;
    flex: 1
}

.Toastify__toast-icon {
    margin-inline-end:10px;width: 20px;
    flex-shrink: 0;
    display: flex
}

.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: .7s
}

.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: .3s
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        margin-bottom:0;
        border-radius: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    align-self: flex-start
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: var(--toastify-z-index);
    opacity: .7;
    transform-origin: left
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right
}

.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100%;
    border-color: var(--toastify-spinner-color-empty-area);
    border-right-color: var(--toastify-spinner-color);
    animation: Toastify__spin .65s linear infinite
}

@keyframes Toastify__bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

@keyframes Toastify__bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes Toastify__bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0,110%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0,-110%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(110%,0,0)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-110%,0,0)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,500px,0)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-500px,0)
    }
}

.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#nprogress {
    --primary-color: #de2b55;
    pointer-events: none
}

#nprogress .bar {
    background: var(--primary-color);
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px var(--primary-color),0 0 5px var(--primary-color);
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-top-color: var(--primary-color);
    border-left: 2px solid transparent;
    border-left-color: var(--primary-color);
    border-radius: 50%;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fi,.fib {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.fi {
    position: relative;
    display: inline-block;
    width: 1.333333em;
    line-height: 1em
}

.fi:before {
    content: " "
}

.fi.fis {
    width: 1em
}

.fi-xx {
    background-image: url(xx.7aec1681.svg)
}

.fi-xx.fis {
    background-image: url(xx.36e887fc.svg)
}

.fi-ad {
    background-image: url(ad.09251dc6.svg)
}

.fi-ad.fis {
    background-image: url(ad.1bc85c1c.svg)
}

.fi-ae {
    background-image: url(ae.f162af03.svg)
}

.fi-ae.fis {
    background-image: url(ae.d03f76a0.svg)
}

.fi-af {
    background-image: url(af.47f0e1cc.svg)
}

.fi-af.fis {
    background-image: url(af.82d2a7e9.svg)
}

.fi-ag {
    background-image: url(ag.62cf6a10.svg)
}

.fi-ag.fis {
    background-image: url(ag.e4ec7960.svg)
}

.fi-ai {
    background-image: url(ai.8d19ffb1.svg)
}

.fi-ai.fis {
    background-image: url(ai.6c69c0f2.svg)
}

.fi-al {
    background-image: url(al.60a96f23.svg)
}

.fi-al.fis {
    background-image: url(al.dd736542.svg)
}

.fi-am {
    background-image: url(am.7f72827a.svg)
}

.fi-am.fis {
    background-image: url(am.34892225.svg)
}

.fi-ao {
    background-image: url(ao.2b5f795a.svg)
}

.fi-ao.fis {
    background-image: url(ao.957eecc7.svg)
}

.fi-aq {
    background-image: url(aq.67fda1d0.svg)
}

.fi-aq.fis {
    background-image: url(aq.ac6bb35e.svg)
}

.fi-ar {
    background-image: url(ar.bdb94662.svg)
}

.fi-ar.fis {
    background-image: url(ar.c4490a1e.svg)
}

.fi-as {
    background-image: url(as.bfadb92d.svg)
}

.fi-as.fis {
    background-image: url(as.8ab3d366.svg)
}

.fi-at {
    background-image: url(at.7f76f2d4.svg)
}

.fi-at.fis {
    background-image: url(at.13c0b458.svg)
}

.fi-au {
    background-image: url(au.37597da1.svg)
}

.fi-au.fis {
    background-image: url(au.f7475e83.svg)
}

.fi-aw {
    background-image: url(aw.ffc51b5a.svg)
}

.fi-aw.fis {
    background-image: url(aw.38f24953.svg)
}

.fi-ax {
    background-image: url(ax.52a80967.svg)
}

.fi-ax.fis {
    background-image: url(ax.ff1515de.svg)
}

.fi-az {
    background-image: url(az.68efbd04.svg)
}

.fi-az.fis {
    background-image: url(az.1b8731a4.svg)
}

.fi-ba {
    background-image: url(ba.a6d937cc.svg)
}

.fi-ba.fis {
    background-image: url(ba.f7b5581c.svg)
}

.fi-bb {
    background-image: url(bb.4f50c33a.svg)
}

.fi-bb.fis {
    background-image: url(bb.93fe7ca6.svg)
}

.fi-bd {
    background-image: url(bd.3b0570c0.svg)
}

.fi-bd.fis {
    background-image: url(bd.dda0e02d.svg)
}

.fi-be {
    background-image: url(be.77cccf17.svg)
}

.fi-be.fis {
    background-image: url(be.8dd87cc1.svg)
}

.fi-bf {
    background-image: url(bf.415d3659.svg)
}

.fi-bf.fis {
    background-image: url(bf.580f6b00.svg)
}

.fi-bg {
    background-image: url(bg.829d62f2.svg)
}

.fi-bg.fis {
    background-image: url(bg.ded21d66.svg)
}

.fi-bh {
    background-image: url(bh.2ff06f83.svg)
}

.fi-bh.fis {
    background-image: url(bh.84867991.svg)
}

.fi-bi {
    background-image: url(bi.a6b2059a.svg)
}

.fi-bi.fis {
    background-image: url(bi.b0f6538c.svg)
}

.fi-bj {
    background-image: url(bj.1375d8c9.svg)
}

.fi-bj.fis {
    background-image: url(bj.14b050e1.svg)
}

.fi-bl {
    background-image: url(bl.0d579979.svg)
}

.fi-bl.fis {
    background-image: url(bl.2c23e677.svg)
}

.fi-bm {
    background-image: url(bm.221071e8.svg)
}

.fi-bm.fis {
    background-image: url(bm.cb8f9039.svg)
}

.fi-bn {
    background-image: url(bn.f926e10e.svg)
}

.fi-bn.fis {
    background-image: url(bn.746d182c.svg)
}

.fi-bo {
    background-image: url(bo.4e914291.svg)
}

.fi-bo.fis {
    background-image: url(bo.a106c061.svg)
}

.fi-bq {
    background-image: url(bq.f6d582bf.svg)
}

.fi-bq.fis {
    background-image: url(bq.68b35ed6.svg)
}

.fi-br {
    background-image: url(br.bfab72c7.svg)
}

.fi-br.fis {
    background-image: url(br.1ceb3d81.svg)
}

.fi-bs {
    background-image: url(bs.d0bf1659.svg)
}

.fi-bs.fis {
    background-image: url(bs.1fc645d9.svg)
}

.fi-bt {
    background-image: url(bt.4d635bf9.svg)
}

.fi-bt.fis {
    background-image: url(bt.f6193c5f.svg)
}

.fi-bv {
    background-image: url(bv.dbc727c7.svg)
}

.fi-bv.fis {
    background-image: url(bv.b376a0c2.svg)
}

.fi-bw {
    background-image: url(bw.df3366e6.svg)
}

.fi-bw.fis {
    background-image: url(bw.a1b03391.svg)
}

.fi-by {
    background-image: url(by.13904877.svg)
}

.fi-by.fis {
    background-image: url(by.89e8e376.svg)
}

.fi-bz {
    background-image: url(bz.b811201e.svg)
}

.fi-bz.fis {
    background-image: url(bz.07375350.svg)
}

.fi-ca {
    background-image: url(ca.eee04cb8.svg)
}

.fi-ca.fis {
    background-image: url(ca.7f1fcfaa.svg)
}

.fi-cc {
    background-image: url(cc.6d11e0c3.svg)
}

.fi-cc.fis {
    background-image: url(cc.67fce0cd.svg)
}

.fi-cd {
    background-image: url(cd.25808585.svg)
}

.fi-cd.fis {
    background-image: url(cd.fffb6b4f.svg)
}

.fi-cf {
    background-image: url(cf.be784cc8.svg)
}

.fi-cf.fis {
    background-image: url(cf.6cff29be.svg)
}

.fi-cg {
    background-image: url(cg.d1d9c2f7.svg)
}

.fi-cg.fis {
    background-image: url(cg.4b0f3275.svg)
}

.fi-ch {
    background-image: url(ch.a4939cb8.svg)
}

.fi-ch.fis {
    background-image: url(ch.baba02d3.svg)
}

.fi-ci {
    background-image: url(ci.514886a6.svg)
}

.fi-ci.fis {
    background-image: url(ci.6778515b.svg)
}

.fi-ck {
    background-image: url(ck.04d9039d.svg)
}

.fi-ck.fis {
    background-image: url(ck.d6781181.svg)
}

.fi-cl {
    background-image: url(cl.c77df473.svg)
}

.fi-cl.fis {
    background-image: url(cl.5a22125c.svg)
}

.fi-cm {
    background-image: url(cm.a298fc08.svg)
}

.fi-cm.fis {
    background-image: url(cm.f4820dd5.svg)
}

.fi-cn {
    background-image: url(cn.7fd9bbb9.svg)
}

.fi-cn.fis {
    background-image: url(cn.cb52daf1.svg)
}

.fi-co {
    background-image: url(co.6b78e07b.svg)
}

.fi-co.fis {
    background-image: url(co.76882952.svg)
}

.fi-cr {
    background-image: url(cr.cc088912.svg)
}

.fi-cr.fis {
    background-image: url(cr.1b227430.svg)
}

.fi-cu {
    background-image: url(cu.41475839.svg)
}

.fi-cu.fis {
    background-image: url(cu.ad9e4327.svg)
}

.fi-cv {
    background-image: url(cv.8b2e1c15.svg)
}

.fi-cv.fis {
    background-image: url(cv.526fd91a.svg)
}

.fi-cw {
    background-image: url(cw.93b85dbf.svg)
}

.fi-cw.fis {
    background-image: url(cw.02547adf.svg)
}

.fi-cx {
    background-image: url(cx.b70e6b17.svg)
}

.fi-cx.fis {
    background-image: url(cx.0d5e5225.svg)
}

.fi-cy {
    background-image: url(cy.804eb68d.svg)
}

.fi-cy.fis {
    background-image: url(cy.d47e121b.svg)
}

.fi-cz {
    background-image: url(cz.7c86bb18.svg)
}

.fi-cz.fis {
    background-image: url(cz.83554014.svg)
}

.fi-de {
    background-image: url(de.666805f5.svg)
}

.fi-de.fis {
    background-image: url(de.7643c466.svg)
}

.fi-dj {
    background-image: url(dj.fdb22cb3.svg)
}

.fi-dj.fis {
    background-image: url(dj.5938f70a.svg)
}

.fi-dk {
    background-image: url(dk.4b0313b3.svg)
}

.fi-dk.fis {
    background-image: url(dk.89836fb3.svg)
}

.fi-dm {
    background-image: url(dm.e046cb14.svg)
}

.fi-dm.fis {
    background-image: url(dm.587e655f.svg)
}

.fi-do {
    background-image: url(do.f6f81b3c.svg)
}

.fi-do.fis {
    background-image: url(do.659f018c.svg)
}

.fi-dz {
    background-image: url(dz.eccc2d17.svg)
}

.fi-dz.fis {
    background-image: url(dz.4d424eed.svg)
}

.fi-ec {
    background-image: url(ec.f77634e7.svg)
}

.fi-ec.fis {
    background-image: url(ec.bef09702.svg)
}

.fi-ee {
    background-image: url(ee.86b42d77.svg)
}

.fi-ee.fis {
    background-image: url(ee.fc1518ad.svg)
}

.fi-eg {
    background-image: url(eg.3da903f5.svg)
}

.fi-eg.fis {
    background-image: url(eg.464243be.svg)
}

.fi-eh {
    background-image: url(eh.8c2d6290.svg)
}

.fi-eh.fis {
    background-image: url(eh.fb5f92c8.svg)
}

.fi-er {
    background-image: url(er.508c8c08.svg)
}

.fi-er.fis {
    background-image: url(er.1b3ace39.svg)
}

.fi-es {
    background-image: url(es.a857d3dd.svg)
}

.fi-es.fis {
    background-image: url(es.4a628583.svg)
}

.fi-et {
    background-image: url(et.2590f747.svg)
}

.fi-et.fis {
    background-image: url(et.831fb719.svg)
}

.fi-fi {
    background-image: url(fi.97487f84.svg)
}

.fi-fi.fis {
    background-image: url(fi.26d2687d.svg)
}

.fi-fj {
    background-image: url(fj.8e03aba8.svg)
}

.fi-fj.fis {
    background-image: url(fj.ad59997f.svg)
}

.fi-fk {
    background-image: url(fk.6bf06027.svg)
}

.fi-fk.fis {
    background-image: url(fk.bf8cf31a.svg)
}

.fi-fm {
    background-image: url(fm.624c0401.svg)
}

.fi-fm.fis {
    background-image: url(fm.9f69c44d.svg)
}

.fi-fo {
    background-image: url(fo.67175ea9.svg)
}

.fi-fo.fis {
    background-image: url(fo.e2127081.svg)
}

.fi-fr {
    background-image: url(fr.f5380d92.svg)
}

.fi-fr.fis {
    background-image: url(fr.9b218945.svg)
}

.fi-ga {
    background-image: url(ga.c54a4716.svg)
}

.fi-ga.fis {
    background-image: url(ga.ed2911b6.svg)
}

.fi-gb {
    background-image: url(gb.a50bb9b9.svg)
}

.fi-gb.fis {
    background-image: url(gb.84704546.svg)
}

.fi-gd {
    background-image: url(gd.eb7b9436.svg)
}

.fi-gd.fis {
    background-image: url(gd.338d504a.svg)
}

.fi-ge {
    background-image: url(ge.6f2dd066.svg)
}

.fi-ge.fis {
    background-image: url(ge.4dd14a50.svg)
}

.fi-gf {
    background-image: url(gf.3432de9d.svg)
}

.fi-gf.fis {
    background-image: url(gf.ebd3395c.svg)
}

.fi-gg {
    background-image: url(gg.2a17e1f5.svg)
}

.fi-gg.fis {
    background-image: url(gg.20336d11.svg)
}

.fi-gh {
    background-image: url(gh.c17cf878.svg)
}

.fi-gh.fis {
    background-image: url(gh.448b0251.svg)
}

.fi-gi {
    background-image: url(gi.424fb04d.svg)
}

.fi-gi.fis {
    background-image: url(gi.1942c880.svg)
}

.fi-gl {
    background-image: url(gl.78358425.svg)
}

.fi-gl.fis {
    background-image: url(gl.5444bdb4.svg)
}

.fi-gm {
    background-image: url(gm.ed8bbaab.svg)
}

.fi-gm.fis {
    background-image: url(gm.f9f1be29.svg)
}

.fi-gn {
    background-image: url(gn.649ba66f.svg)
}

.fi-gn.fis {
    background-image: url(gn.f1877078.svg)
}

.fi-gp {
    background-image: url(gp.bbea90b2.svg)
}

.fi-gp.fis {
    background-image: url(gp.6fcf1bbe.svg)
}

.fi-gq {
    background-image: url(gq.44727e21.svg)
}

.fi-gq.fis {
    background-image: url(gq.45699a0a.svg)
}

.fi-gr {
    background-image: url(gr.c44dd9de.svg)
}

.fi-gr.fis {
    background-image: url(gr.b29b73cc.svg)
}

.fi-gs {
    background-image: url(gs.94933fbb.svg)
}

.fi-gs.fis {
    background-image: url(gs.db5efd5d.svg)
}

.fi-gt {
    background-image: url(gt.acfe5a80.svg)
}

.fi-gt.fis {
    background-image: url(gt.32123d23.svg)
}

.fi-gu {
    background-image: url(gu.8f72d472.svg)
}

.fi-gu.fis {
    background-image: url(gu.c22f341b.svg)
}

.fi-gw {
    background-image: url(gw.ea5c7733.svg)
}

.fi-gw.fis {
    background-image: url(gw.63a96ba0.svg)
}

.fi-gy {
    background-image: url(gy.a49496e0.svg)
}

.fi-gy.fis {
    background-image: url(gy.f6fc470b.svg)
}

.fi-hk {
    background-image: url(hk.fbcde7e7.svg)
}

.fi-hk.fis {
    background-image: url(hk.dce082af.svg)
}

.fi-hm {
    background-image: url(hm.82bbdf2c.svg)
}

.fi-hm.fis {
    background-image: url(hm.5becb17f.svg)
}

.fi-hn {
    background-image: url(hn.2743fae6.svg)
}

.fi-hn.fis {
    background-image: url(hn.04ddc9c9.svg)
}

.fi-hr {
    background-image: url(hr.6238917f.svg)
}

.fi-hr.fis {
    background-image: url(hr.ff570f50.svg)
}

.fi-ht {
    background-image: url(ht.567095aa.svg)
}

.fi-ht.fis {
    background-image: url(ht.2cb09b40.svg)
}

.fi-hu {
    background-image: url(hu.16c6335f.svg)
}

.fi-hu.fis {
    background-image: url(hu.dd178f4f.svg)
}

.fi-id {
    background-image: url(id.4cad97a8.svg)
}

.fi-id.fis {
    background-image: url(id.14f7cd20.svg)
}

.fi-ie {
    background-image: url(ie.81491cb3.svg)
}

.fi-ie.fis {
    background-image: url(ie.3ffc25e6.svg)
}

.fi-il {
    background-image: url(il.80b0a878.svg)
}

.fi-il.fis {
    background-image: url(il.189a898e.svg)
}

.fi-im {
    background-image: url(im.08b118cb.svg)
}

.fi-im.fis {
    background-image: url(im.f54be823.svg)
}

.fi-in {
    background-image: url(in.895a1570.svg)
}

.fi-in.fis {
    background-image: url(in.d0d6fbfb.svg)
}

.fi-io {
    background-image: url(io.6769cc90.svg)
}

.fi-io.fis {
    background-image: url(io.f6eea29c.svg)
}

.fi-iq {
    background-image: url(iq.2be4d3c9.svg)
}

.fi-iq.fis {
    background-image: url(iq.818de327.svg)
}

.fi-ir {
    background-image: url(ir.801fbb84.svg)
}

.fi-ir.fis {
    background-image: url(ir.4fac8a9b.svg)
}

.fi-is {
    background-image: url(is.d9058ffe.svg)
}

.fi-is.fis {
    background-image: url(is.429236e3.svg)
}

.fi-it {
    background-image: url(it.919398e6.svg)
}

.fi-it.fis {
    background-image: url(it.a33eed70.svg)
}

.fi-je {
    background-image: url(je.88159619.svg)
}

.fi-je.fis {
    background-image: url(je.49e8810a.svg)
}

.fi-jm {
    background-image: url(jm.d2a19045.svg)
}

.fi-jm.fis {
    background-image: url(jm.bdacb13d.svg)
}

.fi-jo {
    background-image: url(jo.1d753f70.svg)
}

.fi-jo.fis {
    background-image: url(jo.5f1bc0fd.svg)
}

.fi-jp {
    background-image: url(jp.469572a4.svg)
}

.fi-jp.fis {
    background-image: url(jp.f7679c7d.svg)
}

.fi-ke {
    background-image: url(ke.f16cb069.svg)
}

.fi-ke.fis {
    background-image: url(ke.eae8b5ec.svg)
}

.fi-kg {
    background-image: url(kg.5d491efb.svg)
}

.fi-kg.fis {
    background-image: url(kg.d4e62663.svg)
}

.fi-kh {
    background-image: url(kh.7a65519f.svg)
}

.fi-kh.fis {
    background-image: url(kh.555e3a5a.svg)
}

.fi-ki {
    background-image: url(ki.fbc849c3.svg)
}

.fi-ki.fis {
    background-image: url(ki.cf8b82a1.svg)
}

.fi-km {
    background-image: url(km.7a0dade4.svg)
}

.fi-km.fis {
    background-image: url(km.3b6643b2.svg)
}

.fi-kn {
    background-image: url(kn.fd378e90.svg)
}

.fi-kn.fis {
    background-image: url(kn.108c8847.svg)
}

.fi-kp {
    background-image: url(kp.904381db.svg)
}

.fi-kp.fis {
    background-image: url(kp.d37d1cf3.svg)
}

.fi-kr {
    background-image: url(kr.653f2f60.svg)
}

.fi-kr.fis {
    background-image: url(kr.b7c6fcdd.svg)
}

.fi-kw {
    background-image: url(kw.f6baad6c.svg)
}

.fi-kw.fis {
    background-image: url(kw.fb4eb65c.svg)
}

.fi-ky {
    background-image: url(ky.1cee0845.svg)
}

.fi-ky.fis {
    background-image: url(ky.c0a0214f.svg)
}

.fi-kz {
    background-image: url(kz.8bb1b115.svg)
}

.fi-kz.fis {
    background-image: url(kz.20232208.svg)
}

.fi-la {
    background-image: url(la.21965b6b.svg)
}

.fi-la.fis {
    background-image: url(la.a6797aaf.svg)
}

.fi-lb {
    background-image: url(lb.4ce2be48.svg)
}

.fi-lb.fis {
    background-image: url(lb.928748a8.svg)
}

.fi-lc {
    background-image: url(lc.75168bb4.svg)
}

.fi-lc.fis {
    background-image: url(lc.ab0f97c6.svg)
}

.fi-li {
    background-image: url(li.1b07c512.svg)
}

.fi-li.fis {
    background-image: url(li.6c961d47.svg)
}

.fi-lk {
    background-image: url(lk.87a67414.svg)
}

.fi-lk.fis {
    background-image: url(lk.f72f9533.svg)
}

.fi-lr {
    background-image: url(lr.53b9aaa6.svg)
}

.fi-lr.fis {
    background-image: url(lr.24de0706.svg)
}

.fi-ls {
    background-image: url(ls.3ffccbb5.svg)
}

.fi-ls.fis {
    background-image: url(ls.9d74b3ad.svg)
}

.fi-lt {
    background-image: url(lt.bf4fafec.svg)
}

.fi-lt.fis {
    background-image: url(lt.8caacf8e.svg)
}

.fi-lu {
    background-image: url(lu.c7c449cb.svg)
}

.fi-lu.fis {
    background-image: url(lu.f76643be.svg)
}

.fi-lv {
    background-image: url(lv.a0f4e501.svg)
}

.fi-lv.fis {
    background-image: url(lv.4971dcb7.svg)
}

.fi-ly {
    background-image: url(ly.767d61c3.svg)
}

.fi-ly.fis {
    background-image: url(ly.b15665e7.svg)
}

.fi-ma {
    background-image: url(ma.ac9e8647.svg)
}

.fi-ma.fis {
    background-image: url(ma.011669b1.svg)
}

.fi-mc {
    background-image: url(mc.4575357b.svg)
}

.fi-mc.fis {
    background-image: url(mc.8d86df98.svg)
}

.fi-md {
    background-image: url(md.46084208.svg)
}

.fi-md.fis {
    background-image: url(md.16f4b7fa.svg)
}

.fi-me {
    background-image: url(me.3c71b59e.svg)
}

.fi-me.fis {
    background-image: url(me.4fb0f7fc.svg)
}

.fi-mf {
    background-image: url(mf.ec6640d7.svg)
}

.fi-mf.fis {
    background-image: url(mf.bc094987.svg)
}

.fi-mg {
    background-image: url(mg.fdccffd8.svg)
}

.fi-mg.fis {
    background-image: url(mg.4877b16a.svg)
}

.fi-mh {
    background-image: url(mh.2e69453f.svg)
}

.fi-mh.fis {
    background-image: url(mh.84332268.svg)
}

.fi-mk {
    background-image: url(mk.e08d824e.svg)
}

.fi-mk.fis {
    background-image: url(mk.2e8a86db.svg)
}

.fi-ml {
    background-image: url(ml.8913b6a0.svg)
}

.fi-ml.fis {
    background-image: url(ml.ba7ce81b.svg)
}

.fi-mm {
    background-image: url(mm.88f1ae1b.svg)
}

.fi-mm.fis {
    background-image: url(mm.588f0238.svg)
}

.fi-mn {
    background-image: url(mn.61dee92b.svg)
}

.fi-mn.fis {
    background-image: url(mn.11a4fb81.svg)
}

.fi-mo {
    background-image: url(mo.49df4949.svg)
}

.fi-mo.fis {
    background-image: url(mo.ddca0a6e.svg)
}

.fi-mp {
    background-image: url(mp.8e1a1ccc.svg)
}

.fi-mp.fis {
    background-image: url(mp.f4a099cf.svg)
}

.fi-mq {
    background-image: url(mq.552f523c.svg)
}

.fi-mq.fis {
    background-image: url(mq.ff8d61a6.svg)
}

.fi-mr {
    background-image: url(mr.8bf868ab.svg)
}

.fi-mr.fis {
    background-image: url(mr.acf8d7f9.svg)
}

.fi-ms {
    background-image: url(ms.0907f0f2.svg)
}

.fi-ms.fis {
    background-image: url(ms.2077dd4a.svg)
}

.fi-mt {
    background-image: url(mt.7e1c4dd5.svg)
}

.fi-mt.fis {
    background-image: url(mt.8fa8dfc0.svg)
}

.fi-mu {
    background-image: url(mu.c9c6e4ee.svg)
}

.fi-mu.fis {
    background-image: url(mu.42abd700.svg)
}

.fi-mv {
    background-image: url(mv.f37078c1.svg)
}

.fi-mv.fis {
    background-image: url(mv.cd985551.svg)
}

.fi-mw {
    background-image: url(mw.37635efa.svg)
}

.fi-mw.fis {
    background-image: url(mw.d50d7ea9.svg)
}

.fi-mx {
    background-image: url(mx.8c5c2973.svg)
}

.fi-mx.fis {
    background-image: url(mx.480e2c5a.svg)
}

.fi-my {
    background-image: url(my.b401f0bd.svg)
}

.fi-my.fis {
    background-image: url(my.1e658de7.svg)
}

.fi-mz {
    background-image: url(mz.2f07f2e3.svg)
}

.fi-mz.fis {
    background-image: url(mz.4bc428a9.svg)
}

.fi-na {
    background-image: url(na.54baa000.svg)
}

.fi-na.fis {
    background-image: url(na.a64d8ca1.svg)
}

.fi-nc {
    background-image: url(nc.d686b1f4.svg)
}

.fi-nc.fis {
    background-image: url(nc.31869201.svg)
}

.fi-ne {
    background-image: url(ne.6a215ca5.svg)
}

.fi-ne.fis {
    background-image: url(ne.ddabaa80.svg)
}

.fi-nf {
    background-image: url(nf.f6f398d7.svg)
}

.fi-nf.fis {
    background-image: url(nf.bd461721.svg)
}

.fi-ng {
    background-image: url(ng.ec2e74e2.svg)
}

.fi-ng.fis {
    background-image: url(ng.5247079e.svg)
}

.fi-ni {
    background-image: url(ni.b67664f3.svg)
}

.fi-ni.fis {
    background-image: url(ni.28e5d35d.svg)
}

.fi-nl {
    background-image: url(nl.85512516.svg)
}

.fi-nl.fis {
    background-image: url(nl.0f90b76d.svg)
}

.fi-no {
    background-image: url(no.4ceb414c.svg)
}

.fi-no.fis {
    background-image: url(no.a519bc0f.svg)
}

.fi-np {
    background-image: url(np.c115a58e.svg)
}

.fi-np.fis {
    background-image: url(np.670d8639.svg)
}

.fi-nr {
    background-image: url(nr.f98dec91.svg)
}

.fi-nr.fis {
    background-image: url(nr.a83a706b.svg)
}

.fi-nu {
    background-image: url(nu.e3a84a02.svg)
}

.fi-nu.fis {
    background-image: url(nu.ab755ce5.svg)
}

.fi-nz {
    background-image: url(nz.16212e51.svg)
}

.fi-nz.fis {
    background-image: url(nz.e296aaa6.svg)
}

.fi-om {
    background-image: url(om.4bed163d.svg)
}

.fi-om.fis {
    background-image: url(om.373fe4e7.svg)
}

.fi-pa {
    background-image: url(pa.78bb9a3d.svg)
}

.fi-pa.fis {
    background-image: url(pa.beca3af6.svg)
}

.fi-pe {
    background-image: url(pe.1320cd1a.svg)
}

.fi-pe.fis {
    background-image: url(pe.74e80a97.svg)
}

.fi-pf {
    background-image: url(pf.21c0bcc2.svg)
}

.fi-pf.fis {
    background-image: url(pf.3da8dbe6.svg)
}

.fi-pg {
    background-image: url(pg.f8fb35a5.svg)
}

.fi-pg.fis {
    background-image: url(pg.5e9b463f.svg)
}

.fi-ph {
    background-image: url(ph.84a2556b.svg)
}

.fi-ph.fis {
    background-image: url(ph.63c4356d.svg)
}

.fi-pk {
    background-image: url(pk.4e379b9a.svg)
}

.fi-pk.fis {
    background-image: url(pk.a3662ce6.svg)
}

.fi-pl {
    background-image: url(pl.4ca59b6d.svg)
}

.fi-pl.fis {
    background-image: url(pl.b7f0464c.svg)
}

.fi-pm {
    background-image: url(pm.a5508b8f.svg)
}

.fi-pm.fis {
    background-image: url(pm.6e3b8747.svg)
}

.fi-pn {
    background-image: url(pn.8da3c564.svg)
}

.fi-pn.fis {
    background-image: url(pn.560e2932.svg)
}

.fi-pr {
    background-image: url(pr.89d15f52.svg)
}

.fi-pr.fis {
    background-image: url(pr.eac89ae4.svg)
}

.fi-ps {
    background-image: url(ps.b08f1a2e.svg)
}

.fi-ps.fis {
    background-image: url(ps.aeba5dc9.svg)
}

.fi-pt {
    background-image: url(pt.4f4aed1d.svg)
}

.fi-pt.fis {
    background-image: url(pt.164e60e4.svg)
}

.fi-pw {
    background-image: url(pw.c4139f47.svg)
}

.fi-pw.fis {
    background-image: url(pw.e47cd8a0.svg)
}

.fi-py {
    background-image: url(py.589f91ad.svg)
}

.fi-py.fis {
    background-image: url(py.45c475d8.svg)
}

.fi-qa {
    background-image: url(qa.f779f3e2.svg)
}

.fi-qa.fis {
    background-image: url(qa.79dab309.svg)
}

.fi-re {
    background-image: url(re.d3c4fc19.svg)
}

.fi-re.fis {
    background-image: url(re.4d18457f.svg)
}

.fi-ro {
    background-image: url(ro.c05f47cb.svg)
}

.fi-ro.fis {
    background-image: url(ro.4885a544.svg)
}

.fi-rs {
    background-image: url(rs.8ccd2ab9.svg)
}

.fi-rs.fis {
    background-image: url(rs.318d5b27.svg)
}

.fi-ru {
    background-image: url(ru.6d651e8b.svg)
}

.fi-ru.fis {
    background-image: url(ru.63932a35.svg)
}

.fi-rw {
    background-image: url(rw.c85e0781.svg)
}

.fi-rw.fis {
    background-image: url(rw.04eaf790.svg)
}

.fi-sa {
    background-image: url(sa.b9007726.svg)
}

.fi-sa.fis {
    background-image: url(sa.e5384306.svg)
}

.fi-sb {
    background-image: url(sb.cf6a4ceb.svg)
}

.fi-sb.fis {
    background-image: url(sb.63a8b779.svg)
}

.fi-sc {
    background-image: url(sc.ae98e9c5.svg)
}

.fi-sc.fis {
    background-image: url(sc.95a235db.svg)
}

.fi-sd {
    background-image: url(sd.e0e59b6e.svg)
}

.fi-sd.fis {
    background-image: url(sd.cc39c2fd.svg)
}

.fi-se {
    background-image: url(se.ec52785e.svg)
}

.fi-se.fis {
    background-image: url(se.6e3dfa92.svg)
}

.fi-sg {
    background-image: url(sg.7ad85643.svg)
}

.fi-sg.fis {
    background-image: url(sg.6c7c77dd.svg)
}

.fi-sh {
    background-image: url(sh.3ad15ea1.svg)
}

.fi-sh.fis {
    background-image: url(sh.9a586a73.svg)
}

.fi-si {
    background-image: url(si.f5601e6e.svg)
}

.fi-si.fis {
    background-image: url(si.ccc26c06.svg)
}

.fi-sj {
    background-image: url(sj.239f992c.svg)
}

.fi-sj.fis {
    background-image: url(sj.86309dc7.svg)
}

.fi-sk {
    background-image: url(sk.36b4d176.svg)
}

.fi-sk.fis {
    background-image: url(sk.9957e848.svg)
}

.fi-sl {
    background-image: url(sl.193f7759.svg)
}

.fi-sl.fis {
    background-image: url(sl.b8e2f9c8.svg)
}

.fi-sm {
    background-image: url(sm.b7261ba0.svg)
}

.fi-sm.fis {
    background-image: url(sm.23a41e48.svg)
}

.fi-sn {
    background-image: url(sn.562c00dd.svg)
}

.fi-sn.fis {
    background-image: url(sn.3ab9bf55.svg)
}

.fi-so {
    background-image: url(so.81fb24d4.svg)
}

.fi-so.fis {
    background-image: url(so.90ac99ad.svg)
}

.fi-sr {
    background-image: url(sr.3b1c3796.svg)
}

.fi-sr.fis {
    background-image: url(sr.0953a6a0.svg)
}

.fi-ss {
    background-image: url(ss.1612a976.svg)
}

.fi-ss.fis {
    background-image: url(ss.6f65d43c.svg)
}

.fi-st {
    background-image: url(st.e2d0e812.svg)
}

.fi-st.fis {
    background-image: url(st.24c52b78.svg)
}

.fi-sv {
    background-image: url(sv.0e916201.svg)
}

.fi-sv.fis {
    background-image: url(sv.98512b35.svg)
}

.fi-sx {
    background-image: url(sx.f407c644.svg)
}

.fi-sx.fis {
    background-image: url(sx.7105ebb4.svg)
}

.fi-sy {
    background-image: url(sy.03f8419e.svg)
}

.fi-sy.fis {
    background-image: url(sy.fab84757.svg)
}

.fi-sz {
    background-image: url(sz.1dcbdeb6.svg)
}

.fi-sz.fis {
    background-image: url(sz.8fcb2ad6.svg)
}

.fi-tc {
    background-image: url(tc.110e34b0.svg)
}

.fi-tc.fis {
    background-image: url(tc.c47991a5.svg)
}

.fi-td {
    background-image: url(td.4112ccd5.svg)
}

.fi-td.fis {
    background-image: url(td.5f20acc4.svg)
}

.fi-tf {
    background-image: url(tf.7c977baf.svg)
}

.fi-tf.fis {
    background-image: url(tf.5fa85387.svg)
}

.fi-tg {
    background-image: url(tg.f434b187.svg)
}

.fi-tg.fis {
    background-image: url(tg.171d7e88.svg)
}

.fi-th {
    background-image: url(th.b00e082a.svg)
}

.fi-th.fis {
    background-image: url(th.ef374066.svg)
}

.fi-tj {
    background-image: url(tj.9c507e17.svg)
}

.fi-tj.fis {
    background-image: url(tj.15422eff.svg)
}

.fi-tk {
    background-image: url(tk.c0bf669c.svg)
}

.fi-tk.fis {
    background-image: url(tk.4c50bf5b.svg)
}

.fi-tl {
    background-image: url(tl.2c56cc08.svg)
}

.fi-tl.fis {
    background-image: url(tl.8a381dde.svg)
}

.fi-tm {
    background-image: url(tm.76b4ea01.svg)
}

.fi-tm.fis {
    background-image: url(tm.70324768.svg)
}

.fi-tn {
    background-image: url(tn.37c8e7ce.svg)
}

.fi-tn.fis {
    background-image: url(tn.00f037a9.svg)
}

.fi-to {
    background-image: url(to.e21e7b02.svg)
}

.fi-to.fis {
    background-image: url(to.c6f3657c.svg)
}

.fi-tr {
    background-image: url(tr.d4c9d92a.svg)
}

.fi-tr.fis {
    background-image: url(tr.0def5aa5.svg)
}

.fi-tt {
    background-image: url(tt.e0985f1c.svg)
}

.fi-tt.fis {
    background-image: url(tt.6ab528e2.svg)
}

.fi-tv {
    background-image: url(tv.3824bd65.svg)
}

.fi-tv.fis {
    background-image: url(tv.6903cb03.svg)
}

.fi-tw {
    background-image: url(tw.73a45808.svg)
}

.fi-tw.fis {
    background-image: url(tw.be895da5.svg)
}

.fi-tz {
    background-image: url(tz.2fc608dc.svg)
}

.fi-tz.fis {
    background-image: url(tz.1c849474.svg)
}

.fi-ua {
    background-image: url(ua.f2fcca8e.svg)
}

.fi-ua.fis {
    background-image: url(ua.1906adac.svg)
}

.fi-ug {
    background-image: url(ug.c763208a.svg)
}

.fi-ug.fis {
    background-image: url(ug.0649a4b7.svg)
}

.fi-um {
    background-image: url(um.dcc46281.svg)
}

.fi-um.fis {
    background-image: url(um.3bcbb586.svg)
}

.fi-us {
    background-image: url(us.ed9e9dcf.svg)
}

.fi-us.fis {
    background-image: url(us.74ba1789.svg)
}

.fi-uy {
    background-image: url(uy.9537a65d.svg)
}

.fi-uy.fis {
    background-image: url(uy.d2ccd308.svg)
}

.fi-uz {
    background-image: url(uz.f2c7bb34.svg)
}

.fi-uz.fis {
    background-image: url(uz.547d4bad.svg)
}

.fi-va {
    background-image: url(va.cf5c475a.svg)
}

.fi-va.fis {
    background-image: url(va.098e6750.svg)
}

.fi-vc {
    background-image: url(vc.fef5eea8.svg)
}

.fi-vc.fis {
    background-image: url(vc.236a0c50.svg)
}

.fi-ve {
    background-image: url(ve.fc18ce10.svg)
}

.fi-ve.fis {
    background-image: url(ve.fadaaf82.svg)
}

.fi-vg {
    background-image: url(vg.6f83a135.svg)
}

.fi-vg.fis {
    background-image: url(vg.fcaf70cf.svg)
}

.fi-vi {
    background-image: url(vi.73d19f31.svg)
}

.fi-vi.fis {
    background-image: url(vi.9c07d6d3.svg)
}

.fi-vn {
    background-image: url(vn.72f1ed8d.svg)
}

.fi-vn.fis {
    background-image: url(vn.8508d803.svg)
}

.fi-vu {
    background-image: url(vu.0031be74.svg)
}

.fi-vu.fis {
    background-image: url(vu.041d7436.svg)
}

.fi-wf {
    background-image: url(wf.bca98a8b.svg)
}

.fi-wf.fis {
    background-image: url(wf.f72e2367.svg)
}

.fi-ws {
    background-image: url(ws.7d68a871.svg)
}

.fi-ws.fis {
    background-image: url(ws.7f5978f7.svg)
}

.fi-ye {
    background-image: url(ye.9d9e4c9f.svg)
}

.fi-ye.fis {
    background-image: url(ye.8f3c7165.svg)
}

.fi-yt {
    background-image: url(yt.045dc596.svg)
}

.fi-yt.fis {
    background-image: url(yt.a50469fc.svg)
}

.fi-za {
    background-image: url(za.b4b48b9d.svg)
}

.fi-za.fis {
    background-image: url(za.41aa0ffd.svg)
}

.fi-zm {
    background-image: url(zm.546d1105.svg)
}

.fi-zm.fis {
    background-image: url(zm.d140a71a.svg)
}

.fi-zw {
    background-image: url(zw.f731297d.svg)
}

.fi-zw.fis {
    background-image: url(zw.268cabba.svg)
}

.fi-arab {
    background-image: url(arab.80202ce6.svg)
}

.fi-arab.fis {
    background-image: url(arab.5453d607.svg)
}

.fi-cefta {
    background-image: url(cefta.3c76a868.svg)
}

.fi-cefta.fis {
    background-image: url(cefta.6ce94a42.svg)
}

.fi-cp {
    background-image: url(cp.d0eb7df6.svg)
}

.fi-cp.fis {
    background-image: url(cp.f400c9ba.svg)
}

.fi-dg {
    background-image: url(dg.3aca390e.svg)
}

.fi-dg.fis {
    background-image: url(dg.47d23584.svg)
}

.fi-eac {
    background-image: url(eac.33877f5b.svg)
}

.fi-eac.fis {
    background-image: url(eac.1e5b17e3.svg)
}

.fi-es-ct {
    background-image: url(es-ct.5e59862b.svg)
}

.fi-es-ct.fis {
    background-image: url(es-ct.c6598d85.svg)
}

.fi-es-ga {
    background-image: url(es-ga.ec3cb77a.svg)
}

.fi-es-ga.fis {
    background-image: url(es-ga.d636e546.svg)
}

.fi-es-pv {
    background-image: url(es-pv.73f0dc2b.svg)
}

.fi-es-pv.fis {
    background-image: url(es-pv.98874354.svg)
}

.fi-eu {
    background-image: url(eu.cef9551f.svg)
}

.fi-eu.fis {
    background-image: url(eu.6f18afcd.svg)
}

.fi-gb-eng {
    background-image: url(gb-eng.e1fc6b4f.svg)
}

.fi-gb-eng.fis {
    background-image: url(gb-eng.5107a4c2.svg)
}

.fi-gb-nir {
    background-image: url(gb-nir.3373f6f9.svg)
}

.fi-gb-nir.fis {
    background-image: url(gb-nir.1f1ff7f5.svg)
}

.fi-gb-sct {
    background-image: url(gb-sct.10f3906a.svg)
}

.fi-gb-sct.fis {
    background-image: url(gb-sct.6618f22c.svg)
}

.fi-gb-wls {
    background-image: url(gb-wls.ed753b1e.svg)
}

.fi-gb-wls.fis {
    background-image: url(gb-wls.177b6ee1.svg)
}

.fi-ic {
    background-image: url(ic.1404e905.svg)
}

.fi-ic.fis {
    background-image: url(ic.b8b8078e.svg)
}

.fi-pc {
    background-image: url(pc.f4f93430.svg)
}

.fi-pc.fis {
    background-image: url(pc.7598f754.svg)
}

.fi-sh-ac {
    background-image: url(sh-ac.54107ff5.svg)
}

.fi-sh-ac.fis {
    background-image: url(sh-ac.88ff57e3.svg)
}

.fi-sh-hl {
    background-image: url(sh-hl.5f50fb49.svg)
}

.fi-sh-hl.fis {
    background-image: url(sh-hl.0902110e.svg)
}

.fi-sh-ta {
    background-image: url(sh-ta.8250445d.svg)
}

.fi-sh-ta.fis {
    background-image: url(sh-ta.d8575da8.svg)
}

.fi-un {
    background-image: url(un.b37ced61.svg)
}

.fi-un.fis {
    background-image: url(un.1aad5c12.svg)
}

.fi-xk {
    background-image: url(xk.7f06d7f5.svg)
}

.fi-xk.fis {
    background-image: url(xk.033589f4.svg)
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(74c003a2abab0c4f-s.woff2) format("woff2");
    unicode-range: U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(24c15609eaa28576-s.woff2) format("woff2");
    unicode-range: U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(84602850c8fd81c3-s.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(90da053edc2b7de3-s.woff2) format("woff2");
    unicode-range: U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(ac3b7908202f8517-s.woff2) format("woff2");
    unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031a,U+0326-0327,U+032c,U+032f-0330,U+0332-0333,U+0338,U+033a,U+0346,U+034d,U+0391-03a1,U+03a3-03a9,U+03b1-03c9,U+03d1,U+03d5-03d6,U+03f0-03f1,U+03f4-03f5,U+2016-2017,U+2034-2038,U+203c,U+2040,U+2043,U+2047,U+2050,U+2057,U+205f,U+2070-2071,U+2074-208e,U+2090-209c,U+20d0-20dc,U+20e1,U+20e5-20ef,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214f,U+2190,U+2192,U+2194-21ae,U+21b0-21e5,U+21f1-21f2,U+21f4-2211,U+2213-2214,U+2216-22ff,U+2308-230b,U+2310,U+2319,U+231c-2321,U+2336-237a,U+237c,U+2395,U+239b-23b7,U+23d0,U+23dc-23e1,U+2474-2475,U+25af,U+25b3,U+25b7,U+25bd,U+25c1,U+25ca,U+25cc,U+25fb,U+266d-266f,U+27c0-27ff,U+2900-2aff,U+2b0e-2b11,U+2b30-2b4c,U+2bfe,U+3030,U+ff5b,U+ff5d,U+1d400-1d7ff,U+1ee??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(627d916fd739a539-s.woff2) format("woff2");
    unicode-range: U+0001-000c,U+000e-001f,U+007f-009f,U+20dd-20e0,U+20e2-20e4,U+2150-218f,U+2190,U+2192,U+2194-2199,U+21af,U+21e6-21f0,U+21f3,U+2218-2219,U+2299,U+22c4-22c6,U+2300-243f,U+2440-244a,U+2460-24ff,U+25a0-27bf,U+28??,U+2921-2922,U+2981,U+29bf,U+29eb,U+2b??,U+4dc0-4dff,U+fff9-fffb,U+10140-1018e,U+10190-1019c,U+101a0,U+101d0-101fd,U+102e0-102fb,U+10e60-10e7e,U+1d2c0-1d2d3,U+1d2e0-1d37f,U+1f0??,U+1f100-1f1ad,U+1f1e6-1f1ff,U+1f30d-1f30f,U+1f315,U+1f31c,U+1f31e,U+1f320-1f32c,U+1f336,U+1f378,U+1f37d,U+1f382,U+1f393-1f39f,U+1f3a7-1f3a8,U+1f3ac-1f3af,U+1f3c2,U+1f3c4-1f3c6,U+1f3ca-1f3ce,U+1f3d4-1f3e0,U+1f3ed,U+1f3f1-1f3f3,U+1f3f5-1f3f7,U+1f408,U+1f415,U+1f41f,U+1f426,U+1f43f,U+1f441-1f442,U+1f444,U+1f446-1f449,U+1f44c-1f44e,U+1f453,U+1f46a,U+1f47d,U+1f4a3,U+1f4b0,U+1f4b3,U+1f4b9,U+1f4bb,U+1f4bf,U+1f4c8-1f4cb,U+1f4d6,U+1f4da,U+1f4df,U+1f4e3-1f4e6,U+1f4ea-1f4ed,U+1f4f7,U+1f4f9-1f4fb,U+1f4fd-1f4fe,U+1f503,U+1f507-1f50b,U+1f50d,U+1f512-1f513,U+1f53e-1f54a,U+1f54f-1f5fa,U+1f610,U+1f650-1f67f,U+1f687,U+1f68d,U+1f691,U+1f694,U+1f698,U+1f6ad,U+1f6b2,U+1f6b9-1f6ba,U+1f6bc,U+1f6c6-1f6cf,U+1f6d3-1f6d7,U+1f6e0-1f6ea,U+1f6f0-1f6f3,U+1f6f7-1f6fc,U+1f7??,U+1f800-1f80b,U+1f810-1f847,U+1f850-1f859,U+1f860-1f887,U+1f890-1f8ad,U+1f8b0-1f8bb,U+1f8c0-1f8c1,U+1f900-1f90b,U+1f93b,U+1f946,U+1f984,U+1f996,U+1f9e9,U+1fa00-1fa6f,U+1fa70-1fa7c,U+1fa80-1fa89,U+1fa8f-1fac6,U+1face-1fadc,U+1fadf-1fae9,U+1faf0-1faf8,U+1fb??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(b5ee789b512e4d1b-s.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(2c07349e02a7b712-s.woff2) format("woff2");
    unicode-range: U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(47cbc4e2adbc5db9-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(74c003a2abab0c4f-s.woff2) format("woff2");
    unicode-range: U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(24c15609eaa28576-s.woff2) format("woff2");
    unicode-range: U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(84602850c8fd81c3-s.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(90da053edc2b7de3-s.woff2) format("woff2");
    unicode-range: U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(ac3b7908202f8517-s.woff2) format("woff2");
    unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031a,U+0326-0327,U+032c,U+032f-0330,U+0332-0333,U+0338,U+033a,U+0346,U+034d,U+0391-03a1,U+03a3-03a9,U+03b1-03c9,U+03d1,U+03d5-03d6,U+03f0-03f1,U+03f4-03f5,U+2016-2017,U+2034-2038,U+203c,U+2040,U+2043,U+2047,U+2050,U+2057,U+205f,U+2070-2071,U+2074-208e,U+2090-209c,U+20d0-20dc,U+20e1,U+20e5-20ef,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214f,U+2190,U+2192,U+2194-21ae,U+21b0-21e5,U+21f1-21f2,U+21f4-2211,U+2213-2214,U+2216-22ff,U+2308-230b,U+2310,U+2319,U+231c-2321,U+2336-237a,U+237c,U+2395,U+239b-23b7,U+23d0,U+23dc-23e1,U+2474-2475,U+25af,U+25b3,U+25b7,U+25bd,U+25c1,U+25ca,U+25cc,U+25fb,U+266d-266f,U+27c0-27ff,U+2900-2aff,U+2b0e-2b11,U+2b30-2b4c,U+2bfe,U+3030,U+ff5b,U+ff5d,U+1d400-1d7ff,U+1ee??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(627d916fd739a539-s.woff2) format("woff2");
    unicode-range: U+0001-000c,U+000e-001f,U+007f-009f,U+20dd-20e0,U+20e2-20e4,U+2150-218f,U+2190,U+2192,U+2194-2199,U+21af,U+21e6-21f0,U+21f3,U+2218-2219,U+2299,U+22c4-22c6,U+2300-243f,U+2440-244a,U+2460-24ff,U+25a0-27bf,U+28??,U+2921-2922,U+2981,U+29bf,U+29eb,U+2b??,U+4dc0-4dff,U+fff9-fffb,U+10140-1018e,U+10190-1019c,U+101a0,U+101d0-101fd,U+102e0-102fb,U+10e60-10e7e,U+1d2c0-1d2d3,U+1d2e0-1d37f,U+1f0??,U+1f100-1f1ad,U+1f1e6-1f1ff,U+1f30d-1f30f,U+1f315,U+1f31c,U+1f31e,U+1f320-1f32c,U+1f336,U+1f378,U+1f37d,U+1f382,U+1f393-1f39f,U+1f3a7-1f3a8,U+1f3ac-1f3af,U+1f3c2,U+1f3c4-1f3c6,U+1f3ca-1f3ce,U+1f3d4-1f3e0,U+1f3ed,U+1f3f1-1f3f3,U+1f3f5-1f3f7,U+1f408,U+1f415,U+1f41f,U+1f426,U+1f43f,U+1f441-1f442,U+1f444,U+1f446-1f449,U+1f44c-1f44e,U+1f453,U+1f46a,U+1f47d,U+1f4a3,U+1f4b0,U+1f4b3,U+1f4b9,U+1f4bb,U+1f4bf,U+1f4c8-1f4cb,U+1f4d6,U+1f4da,U+1f4df,U+1f4e3-1f4e6,U+1f4ea-1f4ed,U+1f4f7,U+1f4f9-1f4fb,U+1f4fd-1f4fe,U+1f503,U+1f507-1f50b,U+1f50d,U+1f512-1f513,U+1f53e-1f54a,U+1f54f-1f5fa,U+1f610,U+1f650-1f67f,U+1f687,U+1f68d,U+1f691,U+1f694,U+1f698,U+1f6ad,U+1f6b2,U+1f6b9-1f6ba,U+1f6bc,U+1f6c6-1f6cf,U+1f6d3-1f6d7,U+1f6e0-1f6ea,U+1f6f0-1f6f3,U+1f6f7-1f6fc,U+1f7??,U+1f800-1f80b,U+1f810-1f847,U+1f850-1f859,U+1f860-1f887,U+1f890-1f8ad,U+1f8b0-1f8bb,U+1f8c0-1f8c1,U+1f900-1f90b,U+1f93b,U+1f946,U+1f984,U+1f996,U+1f9e9,U+1fa00-1fa6f,U+1fa70-1fa7c,U+1fa80-1fa89,U+1fa8f-1fac6,U+1face-1fadc,U+1fadf-1fae9,U+1faf0-1faf8,U+1fb??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(b5ee789b512e4d1b-s.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(2c07349e02a7b712-s.woff2) format("woff2");
    unicode-range: U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(47cbc4e2adbc5db9-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(74c003a2abab0c4f-s.woff2) format("woff2");
    unicode-range: U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(24c15609eaa28576-s.woff2) format("woff2");
    unicode-range: U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(84602850c8fd81c3-s.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(90da053edc2b7de3-s.woff2) format("woff2");
    unicode-range: U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(ac3b7908202f8517-s.woff2) format("woff2");
    unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031a,U+0326-0327,U+032c,U+032f-0330,U+0332-0333,U+0338,U+033a,U+0346,U+034d,U+0391-03a1,U+03a3-03a9,U+03b1-03c9,U+03d1,U+03d5-03d6,U+03f0-03f1,U+03f4-03f5,U+2016-2017,U+2034-2038,U+203c,U+2040,U+2043,U+2047,U+2050,U+2057,U+205f,U+2070-2071,U+2074-208e,U+2090-209c,U+20d0-20dc,U+20e1,U+20e5-20ef,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214f,U+2190,U+2192,U+2194-21ae,U+21b0-21e5,U+21f1-21f2,U+21f4-2211,U+2213-2214,U+2216-22ff,U+2308-230b,U+2310,U+2319,U+231c-2321,U+2336-237a,U+237c,U+2395,U+239b-23b7,U+23d0,U+23dc-23e1,U+2474-2475,U+25af,U+25b3,U+25b7,U+25bd,U+25c1,U+25ca,U+25cc,U+25fb,U+266d-266f,U+27c0-27ff,U+2900-2aff,U+2b0e-2b11,U+2b30-2b4c,U+2bfe,U+3030,U+ff5b,U+ff5d,U+1d400-1d7ff,U+1ee??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(627d916fd739a539-s.woff2) format("woff2");
    unicode-range: U+0001-000c,U+000e-001f,U+007f-009f,U+20dd-20e0,U+20e2-20e4,U+2150-218f,U+2190,U+2192,U+2194-2199,U+21af,U+21e6-21f0,U+21f3,U+2218-2219,U+2299,U+22c4-22c6,U+2300-243f,U+2440-244a,U+2460-24ff,U+25a0-27bf,U+28??,U+2921-2922,U+2981,U+29bf,U+29eb,U+2b??,U+4dc0-4dff,U+fff9-fffb,U+10140-1018e,U+10190-1019c,U+101a0,U+101d0-101fd,U+102e0-102fb,U+10e60-10e7e,U+1d2c0-1d2d3,U+1d2e0-1d37f,U+1f0??,U+1f100-1f1ad,U+1f1e6-1f1ff,U+1f30d-1f30f,U+1f315,U+1f31c,U+1f31e,U+1f320-1f32c,U+1f336,U+1f378,U+1f37d,U+1f382,U+1f393-1f39f,U+1f3a7-1f3a8,U+1f3ac-1f3af,U+1f3c2,U+1f3c4-1f3c6,U+1f3ca-1f3ce,U+1f3d4-1f3e0,U+1f3ed,U+1f3f1-1f3f3,U+1f3f5-1f3f7,U+1f408,U+1f415,U+1f41f,U+1f426,U+1f43f,U+1f441-1f442,U+1f444,U+1f446-1f449,U+1f44c-1f44e,U+1f453,U+1f46a,U+1f47d,U+1f4a3,U+1f4b0,U+1f4b3,U+1f4b9,U+1f4bb,U+1f4bf,U+1f4c8-1f4cb,U+1f4d6,U+1f4da,U+1f4df,U+1f4e3-1f4e6,U+1f4ea-1f4ed,U+1f4f7,U+1f4f9-1f4fb,U+1f4fd-1f4fe,U+1f503,U+1f507-1f50b,U+1f50d,U+1f512-1f513,U+1f53e-1f54a,U+1f54f-1f5fa,U+1f610,U+1f650-1f67f,U+1f687,U+1f68d,U+1f691,U+1f694,U+1f698,U+1f6ad,U+1f6b2,U+1f6b9-1f6ba,U+1f6bc,U+1f6c6-1f6cf,U+1f6d3-1f6d7,U+1f6e0-1f6ea,U+1f6f0-1f6f3,U+1f6f7-1f6fc,U+1f7??,U+1f800-1f80b,U+1f810-1f847,U+1f850-1f859,U+1f860-1f887,U+1f890-1f8ad,U+1f8b0-1f8bb,U+1f8c0-1f8c1,U+1f900-1f90b,U+1f93b,U+1f946,U+1f984,U+1f996,U+1f9e9,U+1fa00-1fa6f,U+1fa70-1fa7c,U+1fa80-1fa89,U+1fa8f-1fac6,U+1face-1fadc,U+1fadf-1fae9,U+1faf0-1faf8,U+1fb??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(b5ee789b512e4d1b-s.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(2c07349e02a7b712-s.woff2) format("woff2");
    unicode-range: U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(47cbc4e2adbc5db9-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(74c003a2abab0c4f-s.woff2) format("woff2");
    unicode-range: U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(24c15609eaa28576-s.woff2) format("woff2");
    unicode-range: U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(84602850c8fd81c3-s.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(90da053edc2b7de3-s.woff2) format("woff2");
    unicode-range: U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(ac3b7908202f8517-s.woff2) format("woff2");
    unicode-range: U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031a,U+0326-0327,U+032c,U+032f-0330,U+0332-0333,U+0338,U+033a,U+0346,U+034d,U+0391-03a1,U+03a3-03a9,U+03b1-03c9,U+03d1,U+03d5-03d6,U+03f0-03f1,U+03f4-03f5,U+2016-2017,U+2034-2038,U+203c,U+2040,U+2043,U+2047,U+2050,U+2057,U+205f,U+2070-2071,U+2074-208e,U+2090-209c,U+20d0-20dc,U+20e1,U+20e5-20ef,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214f,U+2190,U+2192,U+2194-21ae,U+21b0-21e5,U+21f1-21f2,U+21f4-2211,U+2213-2214,U+2216-22ff,U+2308-230b,U+2310,U+2319,U+231c-2321,U+2336-237a,U+237c,U+2395,U+239b-23b7,U+23d0,U+23dc-23e1,U+2474-2475,U+25af,U+25b3,U+25b7,U+25bd,U+25c1,U+25ca,U+25cc,U+25fb,U+266d-266f,U+27c0-27ff,U+2900-2aff,U+2b0e-2b11,U+2b30-2b4c,U+2bfe,U+3030,U+ff5b,U+ff5d,U+1d400-1d7ff,U+1ee??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(627d916fd739a539-s.woff2) format("woff2");
    unicode-range: U+0001-000c,U+000e-001f,U+007f-009f,U+20dd-20e0,U+20e2-20e4,U+2150-218f,U+2190,U+2192,U+2194-2199,U+21af,U+21e6-21f0,U+21f3,U+2218-2219,U+2299,U+22c4-22c6,U+2300-243f,U+2440-244a,U+2460-24ff,U+25a0-27bf,U+28??,U+2921-2922,U+2981,U+29bf,U+29eb,U+2b??,U+4dc0-4dff,U+fff9-fffb,U+10140-1018e,U+10190-1019c,U+101a0,U+101d0-101fd,U+102e0-102fb,U+10e60-10e7e,U+1d2c0-1d2d3,U+1d2e0-1d37f,U+1f0??,U+1f100-1f1ad,U+1f1e6-1f1ff,U+1f30d-1f30f,U+1f315,U+1f31c,U+1f31e,U+1f320-1f32c,U+1f336,U+1f378,U+1f37d,U+1f382,U+1f393-1f39f,U+1f3a7-1f3a8,U+1f3ac-1f3af,U+1f3c2,U+1f3c4-1f3c6,U+1f3ca-1f3ce,U+1f3d4-1f3e0,U+1f3ed,U+1f3f1-1f3f3,U+1f3f5-1f3f7,U+1f408,U+1f415,U+1f41f,U+1f426,U+1f43f,U+1f441-1f442,U+1f444,U+1f446-1f449,U+1f44c-1f44e,U+1f453,U+1f46a,U+1f47d,U+1f4a3,U+1f4b0,U+1f4b3,U+1f4b9,U+1f4bb,U+1f4bf,U+1f4c8-1f4cb,U+1f4d6,U+1f4da,U+1f4df,U+1f4e3-1f4e6,U+1f4ea-1f4ed,U+1f4f7,U+1f4f9-1f4fb,U+1f4fd-1f4fe,U+1f503,U+1f507-1f50b,U+1f50d,U+1f512-1f513,U+1f53e-1f54a,U+1f54f-1f5fa,U+1f610,U+1f650-1f67f,U+1f687,U+1f68d,U+1f691,U+1f694,U+1f698,U+1f6ad,U+1f6b2,U+1f6b9-1f6ba,U+1f6bc,U+1f6c6-1f6cf,U+1f6d3-1f6d7,U+1f6e0-1f6ea,U+1f6f0-1f6f3,U+1f6f7-1f6fc,U+1f7??,U+1f800-1f80b,U+1f810-1f847,U+1f850-1f859,U+1f860-1f887,U+1f890-1f8ad,U+1f8b0-1f8bb,U+1f8c0-1f8c1,U+1f900-1f90b,U+1f93b,U+1f946,U+1f984,U+1f996,U+1f9e9,U+1fa00-1fa6f,U+1fa70-1fa7c,U+1fa80-1fa89,U+1fa8f-1fac6,U+1face-1fadc,U+1fadf-1fae9,U+1faf0-1faf8,U+1fb??
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(b5ee789b512e4d1b-s.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(2c07349e02a7b712-s.woff2) format("woff2");
    unicode-range: U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Roboto_35b5f0;
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(47cbc4e2adbc5db9-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Roboto_Fallback_35b5f0;
    src: local("Arial");
    ascent-override:92.67%;descent-override:24.39%;line-gap-override:0.00%;size-adjust:100.11%}

.__className_35b5f0 {
    font-family: __Roboto_35b5f0,__Roboto_Fallback_35b5f0;
    font-style: normal
}
