@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Bungee&display=swap";.v-badge{display:inline-block;line-height:1}.v-badge__badge{align-items:center;display:inline-flex;border-radius:10px;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:500;height:1.25rem;justify-content:center;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;transition:.225s cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-badge__badge{background:rgb(var(--v-theme-surface-variant));color:rgba(var(--v-theme-on-surface-variant),var(--v-high-emphasis-opacity))}.v-badge__badge:has(.v-icon){padding:4px 6px}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-style:solid;border-width:2px;bottom:0;color:rgb(var(--v-theme-background));content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.05)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--inline .v-badge__badge{position:relative;vertical-align:middle}.v-badge__badge .v-icon{color:inherit;font-size:.75rem;margin:0 -2px}.v-badge__badge img,.v-badge__badge .v-img{height:100%;width:100%}.v-badge__wrapper{display:flex;position:relative}.v-badge--inline .v-badge__wrapper{align-items:center;display:inline-flex;justify-content:center;margin:0 4px}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-btn{align-items:center;border-radius:4px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0}.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 20px;font-size:var(--v-btn-size);min-width:36px;padding:0 8px}.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 28px;font-size:var(--v-btn-size);min-width:50px;padding:0 12px}.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 36px;font-size:var(--v-btn-size);min-width:64px;padding:0 16px}.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 44px;font-size:var(--v-btn-size);min-width:78px;padding:0 20px}.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 52px;font-size:var(--v-btn-size);min-width:92px;padding:0 24px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -8px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -12px)}.v-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size: 1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 12px);height:calc(var(--v-btn-height) + 12px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -8px);height:calc(var(--v-btn-height) + -8px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--elevated:active{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--disabled{pointer-events:none;opacity:.26}.v-btn--disabled:hover{opacity:.26}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.26);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.4615384615}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--readonly{pointer-events:none}.v-btn--rounded{border-radius:24px}.v-btn--rounded.v-btn--icon{border-radius:4px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn__content>.v-icon--end{margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-pagination .v-btn{border-radius:4px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow:hidden;vertical-align:middle}.v-btn-group{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn-group{border-radius:4px}.v-btn-group{background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:40px}.v-btn-group--density-compact.v-btn-group{height:36px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group .v-btn:not(:last-child){border-inline-end:none}.v-btn-group .v-btn:not(:first-child){border-inline-start:none}.v-btn-group .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--tile{border-radius:0}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);width:100%}@media (forced-colors: active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;width:100%;transition-property:width,left,right;transition:inherit}@media (forced-colors: active){.v-progress-linear__buffer{background-color:highlight;opacity:.3}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media (forced-colors: active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-card{display:block;overflow:hidden;overflow-wrap:break-word;position:relative;padding:0;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity,background;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.v-card{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-card--border{border-width:thin;box-shadow:none}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card{border-radius:4px}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-card--variant-plain,.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-tonal{background:transparent;color:inherit}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-outlined{border:thin solid currentColor}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:before,.v-card--hover:after{border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:inherit}.v-card--hover:before{opacity:1;z-index:-1}.v-card--hover:before{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:after{z-index:1;opacity:0}.v-card--hover:after{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--link{cursor:pointer}.v-card-actions{align-items:center;display:flex;flex:none;min-height:52px;padding:.5rem;gap:.5rem}.v-card-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;padding:.625rem 1rem}.v-card-item+.v-card-text{padding-top:0}.v-card-item__prepend,.v-card-item__append{align-items:center;display:flex}.v-card-item__prepend{grid-area:prepend;padding-inline-end:.5rem}.v-card-item__append{grid-area:append;padding-inline-start:.5rem}.v-card-item__content{align-self:center;grid-area:content;overflow:hidden}.v-card-title{display:block;flex:none;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;min-width:0;overflow-wrap:normal;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word}.v-card .v-card-title{line-height:1.6}.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-text,.v-card-title+.v-card-actions{padding-top:0}.v-card-subtitle{display:block;flex:none;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.v-card .v-card-subtitle{line-height:1.425}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0 0 .25rem}.v-card-text{flex:1 1 auto;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-text-opacity, 1);padding:1rem;text-transform:none}.v-card .v-card-text{line-height:1.425}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{display:flex;height:100%;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-card__content{border-radius:inherit;overflow:hidden;position:relative}.v-card__loader{bottom:auto;top:0;left:0;position:absolute;right:0;width:100%;z-index:1}.v-card__overlay{background-color:currentColor;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-avatar{flex:none;align-items:center;display:inline-flex;justify-content:center;line-height:normal;overflow:hidden;position:relative;text-align:center;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:width,height;vertical-align:middle}.v-avatar.v-avatar--size-x-small{--v-avatar-height: 24px}.v-avatar.v-avatar--size-small{--v-avatar-height: 32px}.v-avatar.v-avatar--size-default{--v-avatar-height: 40px}.v-avatar.v-avatar--size-large{--v-avatar-height: 48px}.v-avatar.v-avatar--size-x-large{--v-avatar-height: 56px}.v-avatar.v-avatar--density-default{height:calc(var(--v-avatar-height) + 0px);width:calc(var(--v-avatar-height) + 0px)}.v-avatar.v-avatar--density-comfortable{height:calc(var(--v-avatar-height) + -4px);width:calc(var(--v-avatar-height) + -4px)}.v-avatar.v-avatar--density-compact{height:calc(var(--v-avatar-height) + -8px);width:calc(var(--v-avatar-height) + -8px)}.v-avatar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-avatar--border{border-width:thin;box-shadow:none}.v-avatar{border-radius:50%}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{background:transparent;color:inherit}.v-avatar--variant-plain{opacity:.62}.v-avatar--variant-plain:focus,.v-avatar--variant-plain:hover{opacity:1}.v-avatar--variant-plain .v-avatar__overlay{display:none}.v-avatar--variant-elevated,.v-avatar--variant-flat{background:var(--v-theme-surface);color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-avatar--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-outlined{border:thin solid currentColor}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-avatar .v-avatar__underlay{position:absolute}.v-avatar--rounded{border-radius:4px}.v-avatar--start{margin-inline-end:8px}.v-avatar--end{margin-inline-start:8px}.v-avatar .v-img{height:100%;width:100%}.v-img{--v-theme-overlay-multiplier: 3;z-index:0}.v-img.v-img--absolute{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-img--booting .v-responsive__sizer{transition:none}.v-img--rounded{border-radius:4px}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{z-index:-1}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{position:absolute;top:0;left:0;width:100%;height:100%}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{object-fit:contain}.v-img__img--cover{object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{display:flex;flex:1 0 auto;max-height:100%;max-width:100%;overflow:hidden;position:relative}.v-responsive--inline{display:inline-flex;flex:0 0 auto}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{flex:1 0 0px;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1);pointer-events:none}.v-list{overflow:auto;padding:8px 0;position:relative;outline:none}.v-list{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list--border{border-width:thin;box-shadow:none}.v-list{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list{border-radius:0}.v-list{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--rounded{border-radius:4px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-list-subheader{align-items:center;background:inherit;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));display:flex;font-size:.875rem;font-weight:400;line-height:1.375rem;padding-inline-end:16px;min-height:40px;transition:.2s min-height cubic-bezier(.4,0,.2,1)}.v-list-subheader__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-comfortable .v-list-subheader{min-height:36px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-compact .v-list-subheader{min-height:32px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-subheader--inset{--indent-padding: 56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;left:0;position:sticky;top:0;z-index:1}.v-list__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content 1fr auto;outline:none;max-width:100%;padding:4px 16px;position:relative;text-decoration:none}.v-list-item{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list-item--border{border-width:thin;box-shadow:none}.v-list-item:hover>.v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item:focus-visible>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item:focus>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-list-item--active>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]>.v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--active:hover>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-list-item--active:focus-visible>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item--active:focus>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-list-item{border-radius:0}.v-list-item--variant-plain,.v-list-item--variant-outlined,.v-list-item--variant-text,.v-list-item--variant-tonal{background:transparent;color:inherit}.v-list-item--variant-plain{opacity:.62}.v-list-item--variant-plain:focus,.v-list-item--variant-plain:hover{opacity:1}.v-list-item--variant-plain .v-list-item__overlay{display:none}.v-list-item--variant-elevated,.v-list-item--variant-flat{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list-item--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-outlined{border:thin solid currentColor}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-list-item .v-list-item__underlay{position:absolute}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;border:2px solid currentColor;border-radius:4px;opacity:0;transition:opacity .2s ease-in-out}.v-list-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-list-item:focus-visible:after{opacity:calc(.15 * var(--v-theme-overlay-multiplier))}}.v-list-item__prepend>.v-badge .v-icon,.v-list-item__prepend>.v-icon,.v-list-item__append>.v-badge .v-icon,.v-list-item__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-list-item--active .v-list-item__prepend>.v-badge .v-icon,.v-list-item--active .v-list-item__prepend>.v-icon,.v-list-item--active .v-list-item__append>.v-badge .v-icon,.v-list-item--active .v-list-item__append>.v-icon{opacity:1}.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--rounded{border-radius:4px}.v-list-item--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.6}.v-list-item--link{cursor:pointer}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar{--v-avatar-height: 24px}.v-list-item__prepend{align-items:center;align-self:center;display:flex;grid-area:prepend}.v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{align-self:center;display:flex;align-items:center;grid-area:append}.v-list-item__append .v-list-item__spacer{order:-1;transition:.15s width cubic-bezier(.4,0,.2,1)}.v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item__append>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{align-self:center;grid-area:content;overflow:hidden}.v-list-item-action{align-self:center;display:flex;align-items:center;flex:none;transition:inherit;transition-property:height,width}.v-list-item-action--start{margin-inline-end:8px;margin-inline-start:-8px}.v-list-item-action--end{margin-inline-start:8px;margin-inline-end:-8px}.v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-media--start{margin-inline-end:16px}.v-list-item-media--end{margin-inline-start:16px}.v-list-item--two-line .v-list-item-media{margin-top:-4px;margin-bottom:-4px}.v-list-item--three-line .v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-subtitle{-webkit-box-orient:vertical;display:-webkit-box;opacity:var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0;text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial}.v-list-item--one-line .v-list-item-subtitle{-webkit-line-clamp:1}.v-list-item--two-line .v-list-item-subtitle{-webkit-line-clamp:2}.v-list-item--three-line .v-list-item-subtitle{-webkit-line-clamp:3}.v-list-item-subtitle{font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem;text-transform:none}.v-list-item--nav .v-list-item-subtitle{font-size:.75rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word}.v-list-item-title{font-size:1rem;font-weight:400;letter-spacing:.009375em;line-height:1.5;text-transform:none}.v-list-item--nav .v-list-item-title{font-size:.8125rem;font-weight:500;letter-spacing:normal;line-height:1rem}.v-list-item--density-default{min-height:40px}.v-list-item--density-default.v-list-item--one-line{min-height:48px;padding-top:4px;padding-bottom:4px}.v-list-item--density-default.v-list-item--two-line{min-height:64px;padding-top:12px;padding-bottom:12px}.v-list-item--density-default.v-list-item--three-line{min-height:88px;padding-top:16px;padding-bottom:16px}.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-default.v-list-item--three-line .v-list-item__append{padding-top:8px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-comfortable{min-height:36px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:44px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:60px;padding-top:8px;padding-bottom:8px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:84px;padding-top:12px;padding-bottom:12px}.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append{padding-top:6px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-compact{min-height:32px}.v-list-item--density-compact.v-list-item--one-line{min-height:40px}.v-list-item--density-compact.v-list-item--two-line{min-height:56px;padding-top:4px;padding-bottom:4px}.v-list-item--density-compact.v-list-item--three-line{min-height:80px;padding-top:8px;padding-bottom:8px}.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-compact.v-list-item--three-line .v-list-item__append{padding-top:4px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--nav{padding-inline:8px}.v-list .v-list-item--nav:not(:only-child){margin-bottom:4px}.v-list-item__underlay{position:absolute}.v-list-item__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay{--v-theme-overlay-multiplier: 0}.v-list{--indent-padding: 0px}.v-list--nav{--indent-padding: -8px}.v-list-group{--list-indent-size: 16px;--parent-padding: var(--indent-padding);--prepend-width: 40px}.v-list--slim .v-list-group{--prepend-width: 28px}.v-list-group--fluid{--list-indent-size: 0px}.v-list-group--prepend{--parent-padding: calc(var(--indent-padding) + var(--prepend-width))}.v-list-group--fluid.v-list-group--prepend{--parent-padding: var(--indent-padding)}.v-list-group__items{--indent-padding: calc(var(--parent-padding) + var(--list-indent-size))}.v-list-group__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay{opacity:0}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-divider{display:block;flex:1 1 100%;height:0px;max-height:0px;opacity:var(--v-border-opacity);transition:inherit}.v-divider{border-style:solid;border-width:thin 0 0 0}.v-divider--vertical{align-self:stretch;border-width:0 thin 0 0;display:inline-flex;height:auto;margin-left:-1px;max-height:100%;max-width:0px;vertical-align:text-bottom;width:0px}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{margin-bottom:8px;margin-top:8px;max-height:calc(100% - 16px)}.v-divider__content{padding:0 16px;text-wrap:nowrap}.v-divider__wrapper--vertical .v-divider__content{padding:4px 0}.v-divider__wrapper{display:flex;align-items:center;justify-content:center}.v-divider__wrapper--vertical{flex-direction:column;height:100%}.v-divider__wrapper--vertical .v-divider{margin:0 auto}.v-menu>.v-overlay__content{display:flex;flex-direction:column}.v-menu>.v-overlay__content{border-radius:4px}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{background:rgb(var(--v-theme-surface));border-radius:inherit;overflow:auto;height:100%}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-overlay-container{contain:layout;left:0;pointer-events:none;position:absolute;top:0;display:contents}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{position:fixed;top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%}.v-overlay{border-radius:inherit;display:flex;left:0;pointer-events:none;position:fixed;top:0;bottom:0;right:0}.v-overlay__content{outline:none;position:absolute;pointer-events:auto;contain:layout}.v-overlay__scrim{pointer-events:auto;background:rgb(var(--v-theme-on-surface));border-radius:inherit;bottom:0;left:0;opacity:var(--v-overlay-opacity, .32);position:fixed;right:0;top:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.notViewed[data-v-d62be69c]{background:rgba(239,123,31,.0901960784)!important}.v-menu .v-overlay__content[data-v-d2e0626a]{border-radius:10px!important}.v-list-item--nav .v-list-item-title[data-v-d2e0626a]{line-height:2rem;color:#616161}.v-badge--inline .v-badge__wrapper[data-v-d2e0626a]{align-items:end;margin:0}.position-container[data-v-d2e0626a]{position:fixed;bottom:14px;right:104px}.custom-badge[data-v-d2e0626a] .v-badge__badge{border:1.7px solid white;width:9px;height:9px}.v-badge--dot .v-badge__badge[data-v-d2e0626a]{border-radius:5.5px;height:10px;width:10px}.v-app-bar{display:flex}.v-app-bar.v-toolbar{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-app-bar.v-toolbar:not(.v-toolbar--flat){box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-app-bar:not(.v-toolbar--absolute){padding-inline-end:var(--v-scrollbar-offset)}.v-toolbar{align-items:flex-start;display:flex;flex:none;flex-direction:column;justify-content:space-between;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom,box-shadow;width:100%}.v-toolbar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-toolbar--border{border-width:thin;box-shadow:none}.v-toolbar{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar{border-radius:0}.v-toolbar{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-toolbar--absolute{position:absolute}.v-toolbar--collapse{max-width:112px;overflow:hidden;border-end-end-radius:24px}.v-toolbar--collapse .v-toolbar-title{display:none}.v-toolbar--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar--floating{display:inline-flex}.v-toolbar--rounded{border-radius:4px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;flex:0 0 auto;position:relative;transition:inherit;width:100%}.v-toolbar__content{overflow:hidden}.v-toolbar__content>.v-btn:first-child{margin-inline-start:4px}.v-toolbar__content>.v-btn:last-child{margin-inline-end:4px}.v-toolbar__content>.v-toolbar-title{margin-inline-start:20px}.v-toolbar--density-prominent .v-toolbar__content{align-items:flex-start}.v-toolbar__image{display:flex;opacity:var(--v-toolbar-image-opacity, 1);transition-property:opacity}.v-toolbar__image{position:absolute;top:0;left:0;width:100%;height:100%}.v-toolbar__prepend,.v-toolbar__append{align-items:center;align-self:stretch;display:flex}.v-toolbar__prepend{margin-inline:4px auto}.v-toolbar__append{margin-inline:auto 4px}.v-toolbar-title{flex:1 1;font-size:1.25rem;min-width:0}.v-toolbar-title{font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.75rem;text-transform:none}.v-toolbar--density-prominent .v-toolbar-title{align-self:flex-end;padding-bottom:6px}.v-toolbar--density-prominent .v-toolbar-title{font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:2.25rem;text-transform:none}.v-toolbar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar-items{display:flex;height:inherit;align-self:stretch}.v-toolbar-items>.v-btn{border-radius:0}.v-container{width:100%;padding:16px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1800px}}@media (min-width: 2560px){.v-container{max-width:2400px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.v-row+.v-row{margin-top:12px}.v-row+.v-row--dense{margin-top:4px}.v-row--dense{margin:-4px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:4px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:12px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}}.v-text-field input{color:inherit;opacity:0;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field__input{--v-field-padding-end: 0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--no-label input,.v-text-field .v-field--active input{opacity:1}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:16px;letter-spacing:.009375em;max-width:100%;border-radius:4px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-theme-overlay-multiplier: 1;--v-field-padding-start: 16px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:12px}.v-field--appended{padding-inline-end:12px}.v-field--variant-solo,.v-field--variant-solo-filled{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo,.v-field--variant-solo-filled{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo-inverted{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 48px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 40px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 12px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 8px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 40px;--v-field-padding-top: 2px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 32px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:24px}.v-field.v-field--prepended{--v-field-padding-start: 6px}.v-field.v-field--appended{--v-field-padding-end: 6px}.v-field__input{align-items:center;color:inherit;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:6px}.v-input--density-compact .v-field__input{row-gap:4px}.v-field__input input{letter-spacing:inherit}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}@media (hover: none){.v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;display:block;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform;z-index:1}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .75em;font-size:var(--v-field-label-scale);visibility:hidden;max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:3px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: .38;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__start{flex:0 0 12px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--reverse.v-field--variant-outlined .v-field__outline__start{border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0;border-inline-end-width:var(--v-field-border-width);border-inline-start-width:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative;max-width:calc(100% - 12px)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit;border-inline-end-width:0;border-inline-start-width:var(--v-field-border-width)}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px);width:calc(100% - 2px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none}.v-field__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input,.v-field--reverse .v-field__outline{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:1rem;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-input{display:grid;flex:1 1 auto;font-size:1rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 56px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 48px;--v-input-padding-top: 12px}.v-input--density-compact{--v-input-control-height: 40px;--v-input-padding-top: 8px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:auto auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 2px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.text-field-centered[data-v-900bcbb4]{max-width:420px;width:100%}.text-field-centered[data-v-900bcbb4] .v-field__overlay{border:1px solid white}.text-field-centered[data-v-900bcbb4] .v-field__prepend-inner>.v-icon{opacity:unset!important}.modal-header[data-v-94d7c9cf]{flex-shrink:0;display:flex;justify-content:center}.overlay[data-v-1b8181b4]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.7));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:500}.v-dialog{align-items:center;justify-content:center;margin:auto}.v-dialog>.v-overlay__content{max-height:calc(100% - 48px);width:calc(100% - 48px);max-width:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{display:flex;flex-direction:column;min-height:0}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset: 0px;border-radius:4px;overflow-y:auto;flex:1 1 100%}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{display:flex;flex-direction:column}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:16px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:0}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:.03125em;line-height:inherit;padding:16px 24px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-actions,.v-dialog>.v-overlay__content>form>.v-card>.v-card-actions{justify-content:flex-end}.v-dialog--fullscreen{--v-scrollbar-offset: 0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{min-height:100%;min-width:100%;border-radius:0}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-overlay--active[data-v-82a2730e]{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.7)}.container-content[data-v-82a2730e]{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;max-height:60vh;overflow-y:auto}.content[data-v-82a2730e]{display:flex;flex-direction:column;min-height:8rem;width:100%}.video[data-v-82a2730e]{position:relative;width:100%}.plyr__video-wrapper[data-v-82a2730e],.plyr__controls[data-v-82a2730e]{border-radius:10px!important}.v-btn[data-v-82a2730e]{border-radius:20px}.v-btn--icon.v-btn--density-default[data-v-82a2730e]{height:0}.v-navigation-drawer{-webkit-overflow-scrolling:touch;background:rgb(var(--v-theme-surface));display:flex;flex-direction:column;height:100%;max-width:100%;pointer-events:auto;transition-duration:.2s;transition-property:box-shadow,transform,visibility,width,height,left,right,top,bottom;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute}.v-navigation-drawer{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-navigation-drawer--border{border-width:thin;box-shadow:none}.v-navigation-drawer{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-navigation-drawer{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-navigation-drawer--rounded{border-radius:4px}.v-navigation-drawer--top,.v-navigation-drawer--bottom{max-height:-webkit-fill-available;overflow-y:auto}.v-navigation-drawer--top{top:0;border-bottom-width:thin}.v-navigation-drawer--bottom{left:0;border-top-width:thin}.v-navigation-drawer--left{top:0;left:0;right:auto;border-right-width:thin}.v-navigation-drawer--right{top:0;left:auto;right:0;border-left-width:thin}.v-navigation-drawer--floating{border:none}.v-navigation-drawer--temporary.v-navigation-drawer--active{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-navigation-drawer--sticky{height:auto;transition:box-shadow,transform,visibility,width,height,left,right}.v-navigation-drawer .v-list{overflow:hidden}.v-navigation-drawer__content{flex:0 1 auto;height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}.v-navigation-drawer__img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.v-navigation-drawer__img img:not(.v-img__img){height:inherit;object-fit:cover;width:inherit}.v-navigation-drawer__scrim{position:absolute;top:0;left:0;width:100%;height:100%;background:black;opacity:.2;transition:opacity .2s cubic-bezier(.4,0,.2,1);z-index:1}.v-navigation-drawer__prepend,.v-navigation-drawer__append{flex:none;overflow:hidden}.custom-icon-discord[data-v-0ee95216]{border:2px solid;padding:3px;border-radius:6px}.custom-btn[data-v-0ee95216]{display:none;position:absolute;right:0;top:0;padding:0;margin:0}.custom-text-divider[data-v-0ee95216]{font-size:14px;font-weight:400}.custom-text[data-v-0ee95216]{font-size:14px!important;font-weight:600!important;letter-spacing:.9px}.v-list-item--disabled[data-v-0ee95216]{opacity:unset!important}.custom-icon[data-v-0ee95216]{opacity:unset!important;margin-left:10px}.custom-btn.show-button[data-v-0ee95216]{display:inline-flex}.custom-divider[data-v-0ee95216]{width:18px;max-width:18px;margin:0;padding:0}.bg-discord[data-v-0ee95216]{background-color:rgb(var(--v-theme-secondary-lighten));color:#fff}.bg-discord[data-v-0ee95216] .v-icon{opacity:unset!important}.img-discord[data-v-0ee95216]{width:17px;height:auto}.v-bottom-navigation{display:flex;max-width:100%;overflow:hidden;position:absolute;transition:transform,color,.2s,.1s cubic-bezier(.4,0,.2,1)}.v-bottom-navigation{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-bottom-navigation--border{border-width:thin;box-shadow:none}.v-bottom-navigation{border-radius:0}.v-bottom-navigation{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-bottom-navigation--active{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-bottom-navigation__content{display:flex;flex:none;font-size:.75rem;justify-content:center;transition:inherit;width:100%}.v-bottom-navigation .v-bottom-navigation__content>.v-btn{font-size:inherit;height:100%;max-width:168px;min-width:80px;text-transform:none;transition:inherit;width:auto}.v-bottom-navigation .v-bottom-navigation__content>.v-btn{border-radius:0}.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__content,.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__icon{transition:inherit}.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__icon{font-size:1.5rem}.v-bottom-navigation--grow .v-bottom-navigation__content>.v-btn{flex-grow:1}.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content>span{transition:inherit;opacity:0}.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content{transform:translateY(.5rem)}.v-bottom-navigation[data-v-8f088268] .v-bottom-navigation__content{justify-content:flex-start}.v-bottom-navigation[data-v-8f088268]{background-color:rgb(var(--v-theme-secondary-lighten))}.drawer-container[data-v-8f088268]{box-shadow:3px 3px 9px #4c4e642b}.drawer-container .item-menu[data-v-8f088268]{text-align:center;margin-right:.625rem;padding-left:.625rem!important}.v-list-item--active[data-v-8f088268]{background:rgba(239,123,31,.2)!important}.v-layout{--v-scrollbar-offset: 0px;display:flex;flex:1 1 auto}.v-layout--full-height{--v-scrollbar-offset: inherit;height:100%}.v-main{flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1);padding-left:var(--v-layout-left);padding-right:var(--v-layout-right);padding-top:var(--v-layout-top);padding-bottom:var(--v-layout-bottom)}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{display:flex}.v-main--scrollable{position:absolute;top:0;left:0;width:100%;height:100%}.v-main--scrollable>.v-main__scroller{flex:1 1 auto;overflow-y:auto;--v-layout-left: 0px;--v-layout-right: 0px;--v-layout-top: 0px;--v-layout-bottom: 0px}.layout[data-v-bfeec57d]{display:flex;flex-direction:column;height:100vh}.layout .v-main[data-v-bfeec57d]{flex:1;overflow-y:auto;background-color:rgb(var(--v-theme-secondary-darken))}.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.slide-fade-enter-active{transition:all .1s ease-out}.slide-fade-leave-active{transition:all .15s ease-in-out}.slide-fade-enter-from,.slide-fade-leave-to{opacity:0}*{scrollbar-width:thin;scrollbar-color:rgba(var(--v-theme-secondary),.8) #ffffff}*::-webkit-scrollbar{width:5px}*::-webkit-scrollbar-track{background:#ffffff}*::-webkit-scrollbar-thumb{background-color:rgba(var(--v-theme-secondary),.8)}.auth_container[data-v-21b482d9]{background-color:#11111a;background-size:cover;background-position-x:right;background-position-y:center}.text_container[data-v-21b482d9]{display:flex;margin-left:110px}main[data-v-2d693a78]{max-width:41rem}.main-content[data-v-2d693a78]{max-width:27rem;width:100%;height:100%}.v-checkbox.v-input{flex:0 1 auto}.v-checkbox .v-selection-control{min-height:var(--v-input-control-height)}.v-selection-control{align-items:center;contain:layout;display:flex;flex:1 0;grid-area:control;position:relative;-webkit-user-select:none;user-select:none}.v-selection-control .v-label{white-space:normal;word-break:break-word;height:100%;opacity:1}.v-selection-control--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-label{color:rgb(var(--v-theme-error))}.v-selection-control--inline{display:inline-flex;flex:0 0 auto;min-width:0;max-width:100%}.v-selection-control--inline .v-label{width:auto}.v-selection-control--density-default{--v-selection-control-size: 40px}.v-selection-control--density-comfortable{--v-selection-control-size: 36px}.v-selection-control--density-compact{--v-selection-control-size: 28px}.v-selection-control__wrapper{width:var(--v-selection-control-size);height:var(--v-selection-control-size);display:inline-flex;align-items:center;position:relative;justify-content:center;flex:none}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);align-items:center;display:flex;flex:none;justify-content:center;position:relative;border-radius:50%}.v-selection-control__input input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.v-selection-control__input:before{border-radius:100%;background-color:currentColor;opacity:0;pointer-events:none}.v-selection-control__input:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-selection-control__input:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control__input>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-selection-control--disabled .v-selection-control__input>.v-icon,.v-selection-control--dirty .v-selection-control__input>.v-icon,.v-selection-control--error .v-selection-control__input>.v-icon{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-error))}.v-selection-control--focus-visible .v-selection-control__input:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control-group{grid-area:control;display:flex;flex-direction:column}.v-selection-control-group--inline{flex-direction:row;flex-wrap:wrap}.custom-input[data-v-e0ea86d0] .v-field{border-radius:8px}.custom-input[data-v-e0ea86d0] input{height:68px}.custom-container[data-v-df332b8d]{gap:50px;height:100%}.custom-text[data-v-df332b8d]{font-weight:600;font-size:27px;color:rgb(var(--v-theme-secondary-darken))}html{font-family:Roboto,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down{display:none!important}}.text-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0px!important}.gc-sm-1{column-gap:4px!important}.gc-sm-2{column-gap:8px!important}.gc-sm-3{column-gap:12px!important}.gc-sm-4{column-gap:16px!important}.gc-sm-5{column-gap:20px!important}.gc-sm-6{column-gap:24px!important}.gc-sm-7{column-gap:28px!important}.gc-sm-8{column-gap:32px!important}.gc-sm-9{column-gap:36px!important}.gc-sm-10{column-gap:40px!important}.gc-sm-11{column-gap:44px!important}.gc-sm-12{column-gap:48px!important}.gc-sm-13{column-gap:52px!important}.gc-sm-14{column-gap:56px!important}.gc-sm-15{column-gap:60px!important}.gc-sm-16{column-gap:64px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0px!important}.gc-md-1{column-gap:4px!important}.gc-md-2{column-gap:8px!important}.gc-md-3{column-gap:12px!important}.gc-md-4{column-gap:16px!important}.gc-md-5{column-gap:20px!important}.gc-md-6{column-gap:24px!important}.gc-md-7{column-gap:28px!important}.gc-md-8{column-gap:32px!important}.gc-md-9{column-gap:36px!important}.gc-md-10{column-gap:40px!important}.gc-md-11{column-gap:44px!important}.gc-md-12{column-gap:48px!important}.gc-md-13{column-gap:52px!important}.gc-md-14{column-gap:56px!important}.gc-md-15{column-gap:60px!important}.gc-md-16{column-gap:64px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width: 1280px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0px!important}.gc-lg-1{column-gap:4px!important}.gc-lg-2{column-gap:8px!important}.gc-lg-3{column-gap:12px!important}.gc-lg-4{column-gap:16px!important}.gc-lg-5{column-gap:20px!important}.gc-lg-6{column-gap:24px!important}.gc-lg-7{column-gap:28px!important}.gc-lg-8{column-gap:32px!important}.gc-lg-9{column-gap:36px!important}.gc-lg-10{column-gap:40px!important}.gc-lg-11{column-gap:44px!important}.gc-lg-12{column-gap:48px!important}.gc-lg-13{column-gap:52px!important}.gc-lg-14{column-gap:56px!important}.gc-lg-15{column-gap:60px!important}.gc-lg-16{column-gap:64px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0px!important}.gc-xl-1{column-gap:4px!important}.gc-xl-2{column-gap:8px!important}.gc-xl-3{column-gap:12px!important}.gc-xl-4{column-gap:16px!important}.gc-xl-5{column-gap:20px!important}.gc-xl-6{column-gap:24px!important}.gc-xl-7{column-gap:28px!important}.gc-xl-8{column-gap:32px!important}.gc-xl-9{column-gap:36px!important}.gc-xl-10{column-gap:40px!important}.gc-xl-11{column-gap:44px!important}.gc-xl-12{column-gap:48px!important}.gc-xl-13{column-gap:52px!important}.gc-xl-14{column-gap:56px!important}.gc-xl-15{column-gap:60px!important}.gc-xl-16{column-gap:64px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width: 2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0px!important}.gc-xxl-1{column-gap:4px!important}.gc-xxl-2{column-gap:8px!important}.gc-xxl-3{column-gap:12px!important}.gc-xxl-4{column-gap:16px!important}.gc-xxl-5{column-gap:20px!important}.gc-xxl-6{column-gap:24px!important}.gc-xxl-7{column-gap:28px!important}.gc-xxl-8{column-gap:32px!important}.gc-xxl-9{column-gap:36px!important}.gc-xxl-10{column-gap:40px!important}.gc-xxl-11{column-gap:44px!important}.gc-xxl-12{column-gap:48px!important}.gc-xxl-13{column-gap:52px!important}.gc-xxl-14{column-gap:56px!important}.gc-xxl-15{column-gap:60px!important}.gc-xxl-16{column-gap:64px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xxl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black{background-color:#000!important}.bg-black{color:#fff!important}.bg-white{background-color:#fff!important}.bg-white{color:#000!important}.bg-transparent{background-color:transparent!important}.bg-transparent{color:currentColor!important}.bg-red{background-color:#f44336!important}.bg-red{color:#fff!important}.bg-red-lighten-5{background-color:#ffebee!important}.bg-red-lighten-5{color:#000!important}.bg-red-lighten-4{background-color:#ffcdd2!important}.bg-red-lighten-4{color:#000!important}.bg-red-lighten-3{background-color:#ef9a9a!important}.bg-red-lighten-3{color:#000!important}.bg-red-lighten-2{background-color:#e57373!important}.bg-red-lighten-2{color:#fff!important}.bg-red-lighten-1{background-color:#ef5350!important}.bg-red-lighten-1{color:#fff!important}.bg-red-darken-1{background-color:#e53935!important}.bg-red-darken-1{color:#fff!important}.bg-red-darken-2{background-color:#d32f2f!important}.bg-red-darken-2{color:#fff!important}.bg-red-darken-3{background-color:#c62828!important}.bg-red-darken-3{color:#fff!important}.bg-red-darken-4{background-color:#b71c1c!important}.bg-red-darken-4{color:#fff!important}.bg-red-accent-1{background-color:#ff8a80!important}.bg-red-accent-1{color:#000!important}.bg-red-accent-2{background-color:#ff5252!important}.bg-red-accent-2{color:#fff!important}.bg-red-accent-3{background-color:#ff1744!important}.bg-red-accent-3{color:#fff!important}.bg-red-accent-4{background-color:#d50000!important}.bg-red-accent-4{color:#fff!important}.bg-pink{background-color:#e91e63!important}.bg-pink{color:#fff!important}.bg-pink-lighten-5{background-color:#fce4ec!important}.bg-pink-lighten-5{color:#000!important}.bg-pink-lighten-4{background-color:#f8bbd0!important}.bg-pink-lighten-4{color:#000!important}.bg-pink-lighten-3{background-color:#f48fb1!important}.bg-pink-lighten-3{color:#000!important}.bg-pink-lighten-2{background-color:#f06292!important}.bg-pink-lighten-2{color:#fff!important}.bg-pink-lighten-1{background-color:#ec407a!important}.bg-pink-lighten-1{color:#fff!important}.bg-pink-darken-1{background-color:#d81b60!important}.bg-pink-darken-1{color:#fff!important}.bg-pink-darken-2{background-color:#c2185b!important}.bg-pink-darken-2{color:#fff!important}.bg-pink-darken-3{background-color:#ad1457!important}.bg-pink-darken-3{color:#fff!important}.bg-pink-darken-4{background-color:#880e4f!important}.bg-pink-darken-4{color:#fff!important}.bg-pink-accent-1{background-color:#ff80ab!important}.bg-pink-accent-1{color:#fff!important}.bg-pink-accent-2{background-color:#ff4081!important}.bg-pink-accent-2{color:#fff!important}.bg-pink-accent-3{background-color:#f50057!important}.bg-pink-accent-3{color:#fff!important}.bg-pink-accent-4{background-color:#c51162!important}.bg-pink-accent-4{color:#fff!important}.bg-purple{background-color:#9c27b0!important}.bg-purple{color:#fff!important}.bg-purple-lighten-5{background-color:#f3e5f5!important}.bg-purple-lighten-5{color:#000!important}.bg-purple-lighten-4{background-color:#e1bee7!important}.bg-purple-lighten-4{color:#000!important}.bg-purple-lighten-3{background-color:#ce93d8!important}.bg-purple-lighten-3{color:#fff!important}.bg-purple-lighten-2{background-color:#ba68c8!important}.bg-purple-lighten-2{color:#fff!important}.bg-purple-lighten-1{background-color:#ab47bc!important}.bg-purple-lighten-1{color:#fff!important}.bg-purple-darken-1{background-color:#8e24aa!important}.bg-purple-darken-1{color:#fff!important}.bg-purple-darken-2{background-color:#7b1fa2!important}.bg-purple-darken-2{color:#fff!important}.bg-purple-darken-3{background-color:#6a1b9a!important}.bg-purple-darken-3{color:#fff!important}.bg-purple-darken-4{background-color:#4a148c!important}.bg-purple-darken-4{color:#fff!important}.bg-purple-accent-1{background-color:#ea80fc!important}.bg-purple-accent-1{color:#fff!important}.bg-purple-accent-2{background-color:#e040fb!important}.bg-purple-accent-2{color:#fff!important}.bg-purple-accent-3{background-color:#d500f9!important}.bg-purple-accent-3{color:#fff!important}.bg-purple-accent-4{background-color:#a0f!important}.bg-purple-accent-4{color:#fff!important}.bg-deep-purple{background-color:#673ab7!important}.bg-deep-purple{color:#fff!important}.bg-deep-purple-lighten-5{background-color:#ede7f6!important}.bg-deep-purple-lighten-5{color:#000!important}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important}.bg-deep-purple-lighten-4{color:#000!important}.bg-deep-purple-lighten-3{background-color:#b39ddb!important}.bg-deep-purple-lighten-3{color:#fff!important}.bg-deep-purple-lighten-2{background-color:#9575cd!important}.bg-deep-purple-lighten-2{color:#fff!important}.bg-deep-purple-lighten-1{background-color:#7e57c2!important}.bg-deep-purple-lighten-1{color:#fff!important}.bg-deep-purple-darken-1{background-color:#5e35b1!important}.bg-deep-purple-darken-1{color:#fff!important}.bg-deep-purple-darken-2{background-color:#512da8!important}.bg-deep-purple-darken-2{color:#fff!important}.bg-deep-purple-darken-3{background-color:#4527a0!important}.bg-deep-purple-darken-3{color:#fff!important}.bg-deep-purple-darken-4{background-color:#311b92!important}.bg-deep-purple-darken-4{color:#fff!important}.bg-deep-purple-accent-1{background-color:#b388ff!important}.bg-deep-purple-accent-1{color:#fff!important}.bg-deep-purple-accent-2{background-color:#7c4dff!important}.bg-deep-purple-accent-2{color:#fff!important}.bg-deep-purple-accent-3{background-color:#651fff!important}.bg-deep-purple-accent-3{color:#fff!important}.bg-deep-purple-accent-4{background-color:#6200ea!important}.bg-deep-purple-accent-4{color:#fff!important}.bg-indigo{background-color:#3f51b5!important}.bg-indigo{color:#fff!important}.bg-indigo-lighten-5{background-color:#e8eaf6!important}.bg-indigo-lighten-5{color:#000!important}.bg-indigo-lighten-4{background-color:#c5cae9!important}.bg-indigo-lighten-4{color:#000!important}.bg-indigo-lighten-3{background-color:#9fa8da!important}.bg-indigo-lighten-3{color:#fff!important}.bg-indigo-lighten-2{background-color:#7986cb!important}.bg-indigo-lighten-2{color:#fff!important}.bg-indigo-lighten-1{background-color:#5c6bc0!important}.bg-indigo-lighten-1{color:#fff!important}.bg-indigo-darken-1{background-color:#3949ab!important}.bg-indigo-darken-1{color:#fff!important}.bg-indigo-darken-2{background-color:#303f9f!important}.bg-indigo-darken-2{color:#fff!important}.bg-indigo-darken-3{background-color:#283593!important}.bg-indigo-darken-3{color:#fff!important}.bg-indigo-darken-4{background-color:#1a237e!important}.bg-indigo-darken-4{color:#fff!important}.bg-indigo-accent-1{background-color:#8c9eff!important}.bg-indigo-accent-1{color:#fff!important}.bg-indigo-accent-2{background-color:#536dfe!important}.bg-indigo-accent-2{color:#fff!important}.bg-indigo-accent-3{background-color:#3d5afe!important}.bg-indigo-accent-3{color:#fff!important}.bg-indigo-accent-4{background-color:#304ffe!important}.bg-indigo-accent-4{color:#fff!important}.bg-blue{background-color:#2196f3!important}.bg-blue{color:#fff!important}.bg-blue-lighten-5{background-color:#e3f2fd!important}.bg-blue-lighten-5{color:#000!important}.bg-blue-lighten-4{background-color:#bbdefb!important}.bg-blue-lighten-4{color:#000!important}.bg-blue-lighten-3{background-color:#90caf9!important}.bg-blue-lighten-3{color:#000!important}.bg-blue-lighten-2{background-color:#64b5f6!important}.bg-blue-lighten-2{color:#000!important}.bg-blue-lighten-1{background-color:#42a5f5!important}.bg-blue-lighten-1{color:#fff!important}.bg-blue-darken-1{background-color:#1e88e5!important}.bg-blue-darken-1{color:#fff!important}.bg-blue-darken-2{background-color:#1976d2!important}.bg-blue-darken-2{color:#fff!important}.bg-blue-darken-3{background-color:#1565c0!important}.bg-blue-darken-3{color:#fff!important}.bg-blue-darken-4{background-color:#0d47a1!important}.bg-blue-darken-4{color:#fff!important}.bg-blue-accent-1{background-color:#82b1ff!important}.bg-blue-accent-1{color:#000!important}.bg-blue-accent-2{background-color:#448aff!important}.bg-blue-accent-2{color:#fff!important}.bg-blue-accent-3{background-color:#2979ff!important}.bg-blue-accent-3{color:#fff!important}.bg-blue-accent-4{background-color:#2962ff!important}.bg-blue-accent-4{color:#fff!important}.bg-light-blue{background-color:#03a9f4!important}.bg-light-blue{color:#fff!important}.bg-light-blue-lighten-5{background-color:#e1f5fe!important}.bg-light-blue-lighten-5{color:#000!important}.bg-light-blue-lighten-4{background-color:#b3e5fc!important}.bg-light-blue-lighten-4{color:#000!important}.bg-light-blue-lighten-3{background-color:#81d4fa!important}.bg-light-blue-lighten-3{color:#000!important}.bg-light-blue-lighten-2{background-color:#4fc3f7!important}.bg-light-blue-lighten-2{color:#000!important}.bg-light-blue-lighten-1{background-color:#29b6f6!important}.bg-light-blue-lighten-1{color:#000!important}.bg-light-blue-darken-1{background-color:#039be5!important}.bg-light-blue-darken-1{color:#fff!important}.bg-light-blue-darken-2{background-color:#0288d1!important}.bg-light-blue-darken-2{color:#fff!important}.bg-light-blue-darken-3{background-color:#0277bd!important}.bg-light-blue-darken-3{color:#fff!important}.bg-light-blue-darken-4{background-color:#01579b!important}.bg-light-blue-darken-4{color:#fff!important}.bg-light-blue-accent-1{background-color:#80d8ff!important}.bg-light-blue-accent-1{color:#000!important}.bg-light-blue-accent-2{background-color:#40c4ff!important}.bg-light-blue-accent-2{color:#000!important}.bg-light-blue-accent-3{background-color:#00b0ff!important}.bg-light-blue-accent-3{color:#fff!important}.bg-light-blue-accent-4{background-color:#0091ea!important}.bg-light-blue-accent-4{color:#fff!important}.bg-cyan{background-color:#00bcd4!important}.bg-cyan{color:#000!important}.bg-cyan-lighten-5{background-color:#e0f7fa!important}.bg-cyan-lighten-5{color:#000!important}.bg-cyan-lighten-4{background-color:#b2ebf2!important}.bg-cyan-lighten-4{color:#000!important}.bg-cyan-lighten-3{background-color:#80deea!important}.bg-cyan-lighten-3{color:#000!important}.bg-cyan-lighten-2{background-color:#4dd0e1!important}.bg-cyan-lighten-2{color:#000!important}.bg-cyan-lighten-1{background-color:#26c6da!important}.bg-cyan-lighten-1{color:#000!important}.bg-cyan-darken-1{background-color:#00acc1!important}.bg-cyan-darken-1{color:#fff!important}.bg-cyan-darken-2{background-color:#0097a7!important}.bg-cyan-darken-2{color:#fff!important}.bg-cyan-darken-3{background-color:#00838f!important}.bg-cyan-darken-3{color:#fff!important}.bg-cyan-darken-4{background-color:#006064!important}.bg-cyan-darken-4{color:#fff!important}.bg-cyan-accent-1{background-color:#84ffff!important}.bg-cyan-accent-1{color:#000!important}.bg-cyan-accent-2{background-color:#18ffff!important}.bg-cyan-accent-2{color:#000!important}.bg-cyan-accent-3{background-color:#00e5ff!important}.bg-cyan-accent-3{color:#000!important}.bg-cyan-accent-4{background-color:#00b8d4!important}.bg-cyan-accent-4{color:#fff!important}.bg-teal{background-color:#009688!important}.bg-teal{color:#fff!important}.bg-teal-lighten-5{background-color:#e0f2f1!important}.bg-teal-lighten-5{color:#000!important}.bg-teal-lighten-4{background-color:#b2dfdb!important}.bg-teal-lighten-4{color:#000!important}.bg-teal-lighten-3{background-color:#80cbc4!important}.bg-teal-lighten-3{color:#000!important}.bg-teal-lighten-2{background-color:#4db6ac!important}.bg-teal-lighten-2{color:#fff!important}.bg-teal-lighten-1{background-color:#26a69a!important}.bg-teal-lighten-1{color:#fff!important}.bg-teal-darken-1{background-color:#00897b!important}.bg-teal-darken-1{color:#fff!important}.bg-teal-darken-2{background-color:#00796b!important}.bg-teal-darken-2{color:#fff!important}.bg-teal-darken-3{background-color:#00695c!important}.bg-teal-darken-3{color:#fff!important}.bg-teal-darken-4{background-color:#004d40!important}.bg-teal-darken-4{color:#fff!important}.bg-teal-accent-1{background-color:#a7ffeb!important}.bg-teal-accent-1{color:#000!important}.bg-teal-accent-2{background-color:#64ffda!important}.bg-teal-accent-2{color:#000!important}.bg-teal-accent-3{background-color:#1de9b6!important}.bg-teal-accent-3{color:#000!important}.bg-teal-accent-4{background-color:#00bfa5!important}.bg-teal-accent-4{color:#fff!important}.bg-green{background-color:#4caf50!important}.bg-green{color:#fff!important}.bg-green-lighten-5{background-color:#e8f5e9!important}.bg-green-lighten-5{color:#000!important}.bg-green-lighten-4{background-color:#c8e6c9!important}.bg-green-lighten-4{color:#000!important}.bg-green-lighten-3{background-color:#a5d6a7!important}.bg-green-lighten-3{color:#000!important}.bg-green-lighten-2{background-color:#81c784!important}.bg-green-lighten-2{color:#000!important}.bg-green-lighten-1{background-color:#66bb6a!important}.bg-green-lighten-1{color:#fff!important}.bg-green-darken-1{background-color:#43a047!important}.bg-green-darken-1{color:#fff!important}.bg-green-darken-2{background-color:#388e3c!important}.bg-green-darken-2{color:#fff!important}.bg-green-darken-3{background-color:#2e7d32!important}.bg-green-darken-3{color:#fff!important}.bg-green-darken-4{background-color:#1b5e20!important}.bg-green-darken-4{color:#fff!important}.bg-green-accent-1{background-color:#b9f6ca!important}.bg-green-accent-1{color:#000!important}.bg-green-accent-2{background-color:#69f0ae!important}.bg-green-accent-2{color:#000!important}.bg-green-accent-3{background-color:#00e676!important}.bg-green-accent-3{color:#000!important}.bg-green-accent-4{background-color:#00c853!important}.bg-green-accent-4{color:#000!important}.bg-light-green{background-color:#8bc34a!important}.bg-light-green{color:#000!important}.bg-light-green-lighten-5{background-color:#f1f8e9!important}.bg-light-green-lighten-5{color:#000!important}.bg-light-green-lighten-4{background-color:#dcedc8!important}.bg-light-green-lighten-4{color:#000!important}.bg-light-green-lighten-3{background-color:#c5e1a5!important}.bg-light-green-lighten-3{color:#000!important}.bg-light-green-lighten-2{background-color:#aed581!important}.bg-light-green-lighten-2{color:#000!important}.bg-light-green-lighten-1{background-color:#9ccc65!important}.bg-light-green-lighten-1{color:#000!important}.bg-light-green-darken-1{background-color:#7cb342!important}.bg-light-green-darken-1{color:#fff!important}.bg-light-green-darken-2{background-color:#689f38!important}.bg-light-green-darken-2{color:#fff!important}.bg-light-green-darken-3{background-color:#558b2f!important}.bg-light-green-darken-3{color:#fff!important}.bg-light-green-darken-4{background-color:#33691e!important}.bg-light-green-darken-4{color:#fff!important}.bg-light-green-accent-1{background-color:#ccff90!important}.bg-light-green-accent-1{color:#000!important}.bg-light-green-accent-2{background-color:#b2ff59!important}.bg-light-green-accent-2{color:#000!important}.bg-light-green-accent-3{background-color:#76ff03!important}.bg-light-green-accent-3{color:#000!important}.bg-light-green-accent-4{background-color:#64dd17!important}.bg-light-green-accent-4{color:#000!important}.bg-lime{background-color:#cddc39!important}.bg-lime{color:#000!important}.bg-lime-lighten-5{background-color:#f9fbe7!important}.bg-lime-lighten-5{color:#000!important}.bg-lime-lighten-4{background-color:#f0f4c3!important}.bg-lime-lighten-4{color:#000!important}.bg-lime-lighten-3{background-color:#e6ee9c!important}.bg-lime-lighten-3{color:#000!important}.bg-lime-lighten-2{background-color:#dce775!important}.bg-lime-lighten-2{color:#000!important}.bg-lime-lighten-1{background-color:#d4e157!important}.bg-lime-lighten-1{color:#000!important}.bg-lime-darken-1{background-color:#c0ca33!important}.bg-lime-darken-1{color:#000!important}.bg-lime-darken-2{background-color:#afb42b!important}.bg-lime-darken-2{color:#000!important}.bg-lime-darken-3{background-color:#9e9d24!important}.bg-lime-darken-3{color:#fff!important}.bg-lime-darken-4{background-color:#827717!important}.bg-lime-darken-4{color:#fff!important}.bg-lime-accent-1{background-color:#f4ff81!important}.bg-lime-accent-1{color:#000!important}.bg-lime-accent-2{background-color:#eeff41!important}.bg-lime-accent-2{color:#000!important}.bg-lime-accent-3{background-color:#c6ff00!important}.bg-lime-accent-3{color:#000!important}.bg-lime-accent-4{background-color:#aeea00!important}.bg-lime-accent-4{color:#000!important}.bg-yellow{background-color:#ffeb3b!important}.bg-yellow{color:#000!important}.bg-yellow-lighten-5{background-color:#fffde7!important}.bg-yellow-lighten-5{color:#000!important}.bg-yellow-lighten-4{background-color:#fff9c4!important}.bg-yellow-lighten-4{color:#000!important}.bg-yellow-lighten-3{background-color:#fff59d!important}.bg-yellow-lighten-3{color:#000!important}.bg-yellow-lighten-2{background-color:#fff176!important}.bg-yellow-lighten-2{color:#000!important}.bg-yellow-lighten-1{background-color:#ffee58!important}.bg-yellow-lighten-1{color:#000!important}.bg-yellow-darken-1{background-color:#fdd835!important}.bg-yellow-darken-1{color:#000!important}.bg-yellow-darken-2{background-color:#fbc02d!important}.bg-yellow-darken-2{color:#000!important}.bg-yellow-darken-3{background-color:#f9a825!important}.bg-yellow-darken-3{color:#000!important}.bg-yellow-darken-4{background-color:#f57f17!important}.bg-yellow-darken-4{color:#fff!important}.bg-yellow-accent-1{background-color:#ffff8d!important}.bg-yellow-accent-1{color:#000!important}.bg-yellow-accent-2{background-color:#ff0!important}.bg-yellow-accent-2{color:#000!important}.bg-yellow-accent-3{background-color:#ffea00!important}.bg-yellow-accent-3{color:#000!important}.bg-yellow-accent-4{background-color:#ffd600!important}.bg-yellow-accent-4{color:#000!important}.bg-amber{background-color:#ffc107!important}.bg-amber{color:#000!important}.bg-amber-lighten-5{background-color:#fff8e1!important}.bg-amber-lighten-5{color:#000!important}.bg-amber-lighten-4{background-color:#ffecb3!important}.bg-amber-lighten-4{color:#000!important}.bg-amber-lighten-3{background-color:#ffe082!important}.bg-amber-lighten-3{color:#000!important}.bg-amber-lighten-2{background-color:#ffd54f!important}.bg-amber-lighten-2{color:#000!important}.bg-amber-lighten-1{background-color:#ffca28!important}.bg-amber-lighten-1{color:#000!important}.bg-amber-darken-1{background-color:#ffb300!important}.bg-amber-darken-1{color:#000!important}.bg-amber-darken-2{background-color:#ffa000!important}.bg-amber-darken-2{color:#000!important}.bg-amber-darken-3{background-color:#ff8f00!important}.bg-amber-darken-3{color:#000!important}.bg-amber-darken-4{background-color:#ff6f00!important}.bg-amber-darken-4{color:#fff!important}.bg-amber-accent-1{background-color:#ffe57f!important}.bg-amber-accent-1{color:#000!important}.bg-amber-accent-2{background-color:#ffd740!important}.bg-amber-accent-2{color:#000!important}.bg-amber-accent-3{background-color:#ffc400!important}.bg-amber-accent-3{color:#000!important}.bg-amber-accent-4{background-color:#ffab00!important}.bg-amber-accent-4{color:#000!important}.bg-orange{background-color:#ff9800!important}.bg-orange{color:#000!important}.bg-orange-lighten-5{background-color:#fff3e0!important}.bg-orange-lighten-5{color:#000!important}.bg-orange-lighten-4{background-color:#ffe0b2!important}.bg-orange-lighten-4{color:#000!important}.bg-orange-lighten-3{background-color:#ffcc80!important}.bg-orange-lighten-3{color:#000!important}.bg-orange-lighten-2{background-color:#ffb74d!important}.bg-orange-lighten-2{color:#000!important}.bg-orange-lighten-1{background-color:#ffa726!important}.bg-orange-lighten-1{color:#000!important}.bg-orange-darken-1{background-color:#fb8c00!important}.bg-orange-darken-1{color:#fff!important}.bg-orange-darken-2{background-color:#f57c00!important}.bg-orange-darken-2{color:#fff!important}.bg-orange-darken-3{background-color:#ef6c00!important}.bg-orange-darken-3{color:#fff!important}.bg-orange-darken-4{background-color:#e65100!important}.bg-orange-darken-4{color:#fff!important}.bg-orange-accent-1{background-color:#ffd180!important}.bg-orange-accent-1{color:#000!important}.bg-orange-accent-2{background-color:#ffab40!important}.bg-orange-accent-2{color:#000!important}.bg-orange-accent-3{background-color:#ff9100!important}.bg-orange-accent-3{color:#000!important}.bg-orange-accent-4{background-color:#ff6d00!important}.bg-orange-accent-4{color:#fff!important}.bg-deep-orange{background-color:#ff5722!important}.bg-deep-orange{color:#fff!important}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important}.bg-deep-orange-lighten-5{color:#000!important}.bg-deep-orange-lighten-4{background-color:#ffccbc!important}.bg-deep-orange-lighten-4{color:#000!important}.bg-deep-orange-lighten-3{background-color:#ffab91!important}.bg-deep-orange-lighten-3{color:#000!important}.bg-deep-orange-lighten-2{background-color:#ff8a65!important}.bg-deep-orange-lighten-2{color:#000!important}.bg-deep-orange-lighten-1{background-color:#ff7043!important}.bg-deep-orange-lighten-1{color:#fff!important}.bg-deep-orange-darken-1{background-color:#f4511e!important}.bg-deep-orange-darken-1{color:#fff!important}.bg-deep-orange-darken-2{background-color:#e64a19!important}.bg-deep-orange-darken-2{color:#fff!important}.bg-deep-orange-darken-3{background-color:#d84315!important}.bg-deep-orange-darken-3{color:#fff!important}.bg-deep-orange-darken-4{background-color:#bf360c!important}.bg-deep-orange-darken-4{color:#fff!important}.bg-deep-orange-accent-1{background-color:#ff9e80!important}.bg-deep-orange-accent-1{color:#000!important}.bg-deep-orange-accent-2{background-color:#ff6e40!important}.bg-deep-orange-accent-2{color:#fff!important}.bg-deep-orange-accent-3{background-color:#ff3d00!important}.bg-deep-orange-accent-3{color:#fff!important}.bg-deep-orange-accent-4{background-color:#dd2c00!important}.bg-deep-orange-accent-4{color:#fff!important}.bg-brown{background-color:#795548!important}.bg-brown{color:#fff!important}.bg-brown-lighten-5{background-color:#efebe9!important}.bg-brown-lighten-5{color:#000!important}.bg-brown-lighten-4{background-color:#d7ccc8!important}.bg-brown-lighten-4{color:#000!important}.bg-brown-lighten-3{background-color:#bcaaa4!important}.bg-brown-lighten-3{color:#000!important}.bg-brown-lighten-2{background-color:#a1887f!important}.bg-brown-lighten-2{color:#fff!important}.bg-brown-lighten-1{background-color:#8d6e63!important}.bg-brown-lighten-1{color:#fff!important}.bg-brown-darken-1{background-color:#6d4c41!important}.bg-brown-darken-1{color:#fff!important}.bg-brown-darken-2{background-color:#5d4037!important}.bg-brown-darken-2{color:#fff!important}.bg-brown-darken-3{background-color:#4e342e!important}.bg-brown-darken-3{color:#fff!important}.bg-brown-darken-4{background-color:#3e2723!important}.bg-brown-darken-4{color:#fff!important}.bg-blue-grey{background-color:#607d8b!important}.bg-blue-grey{color:#fff!important}.bg-blue-grey-lighten-5{background-color:#eceff1!important}.bg-blue-grey-lighten-5{color:#000!important}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important}.bg-blue-grey-lighten-4{color:#000!important}.bg-blue-grey-lighten-3{background-color:#b0bec5!important}.bg-blue-grey-lighten-3{color:#000!important}.bg-blue-grey-lighten-2{background-color:#90a4ae!important}.bg-blue-grey-lighten-2{color:#fff!important}.bg-blue-grey-lighten-1{background-color:#78909c!important}.bg-blue-grey-lighten-1{color:#fff!important}.bg-blue-grey-darken-1{background-color:#546e7a!important}.bg-blue-grey-darken-1{color:#fff!important}.bg-blue-grey-darken-2{background-color:#455a64!important}.bg-blue-grey-darken-2{color:#fff!important}.bg-blue-grey-darken-3{background-color:#37474f!important}.bg-blue-grey-darken-3{color:#fff!important}.bg-blue-grey-darken-4{background-color:#263238!important}.bg-blue-grey-darken-4{color:#fff!important}.bg-grey{background-color:#9e9e9e!important}.bg-grey{color:#fff!important}.bg-grey-lighten-5{background-color:#fafafa!important}.bg-grey-lighten-5{color:#000!important}.bg-grey-lighten-4{background-color:#f5f5f5!important}.bg-grey-lighten-4{color:#000!important}.bg-grey-lighten-3{background-color:#eee!important}.bg-grey-lighten-3{color:#000!important}.bg-grey-lighten-2{background-color:#e0e0e0!important}.bg-grey-lighten-2{color:#000!important}.bg-grey-lighten-1{background-color:#bdbdbd!important}.bg-grey-lighten-1{color:#000!important}.bg-grey-darken-1{background-color:#757575!important}.bg-grey-darken-1{color:#fff!important}.bg-grey-darken-2{background-color:#616161!important}.bg-grey-darken-2{color:#fff!important}.bg-grey-darken-3{background-color:#424242!important}.bg-grey-darken-3{color:#fff!important}.bg-grey-darken-4{background-color:#212121!important}.bg-grey-darken-4{color:#fff!important}.bg-shades-black{background-color:#000!important}.bg-shades-black{color:#fff!important}.bg-shades-white{background-color:#fff!important}.bg-shades-white{color:#000!important}.bg-shades-transparent{background-color:transparent!important}.bg-shades-transparent{color:currentColor!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-transparent{color:transparent!important}.text-red{color:#f44336!important}.text-red-lighten-5{color:#ffebee!important}.text-red-lighten-4{color:#ffcdd2!important}.text-red-lighten-3{color:#ef9a9a!important}.text-red-lighten-2{color:#e57373!important}.text-red-lighten-1{color:#ef5350!important}.text-red-darken-1{color:#e53935!important}.text-red-darken-2{color:#d32f2f!important}.text-red-darken-3{color:#c62828!important}.text-red-darken-4{color:#b71c1c!important}.text-red-accent-1{color:#ff8a80!important}.text-red-accent-2{color:#ff5252!important}.text-red-accent-3{color:#ff1744!important}.text-red-accent-4{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-lighten-5{color:#fce4ec!important}.text-pink-lighten-4{color:#f8bbd0!important}.text-pink-lighten-3{color:#f48fb1!important}.text-pink-lighten-2{color:#f06292!important}.text-pink-lighten-1{color:#ec407a!important}.text-pink-darken-1{color:#d81b60!important}.text-pink-darken-2{color:#c2185b!important}.text-pink-darken-3{color:#ad1457!important}.text-pink-darken-4{color:#880e4f!important}.text-pink-accent-1{color:#ff80ab!important}.text-pink-accent-2{color:#ff4081!important}.text-pink-accent-3{color:#f50057!important}.text-pink-accent-4{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-lighten-5{color:#f3e5f5!important}.text-purple-lighten-4{color:#e1bee7!important}.text-purple-lighten-3{color:#ce93d8!important}.text-purple-lighten-2{color:#ba68c8!important}.text-purple-lighten-1{color:#ab47bc!important}.text-purple-darken-1{color:#8e24aa!important}.text-purple-darken-2{color:#7b1fa2!important}.text-purple-darken-3{color:#6a1b9a!important}.text-purple-darken-4{color:#4a148c!important}.text-purple-accent-1{color:#ea80fc!important}.text-purple-accent-2{color:#e040fb!important}.text-purple-accent-3{color:#d500f9!important}.text-purple-accent-4{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-lighten-5{color:#ede7f6!important}.text-deep-purple-lighten-4{color:#d1c4e9!important}.text-deep-purple-lighten-3{color:#b39ddb!important}.text-deep-purple-lighten-2{color:#9575cd!important}.text-deep-purple-lighten-1{color:#7e57c2!important}.text-deep-purple-darken-1{color:#5e35b1!important}.text-deep-purple-darken-2{color:#512da8!important}.text-deep-purple-darken-3{color:#4527a0!important}.text-deep-purple-darken-4{color:#311b92!important}.text-deep-purple-accent-1{color:#b388ff!important}.text-deep-purple-accent-2{color:#7c4dff!important}.text-deep-purple-accent-3{color:#651fff!important}.text-deep-purple-accent-4{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-lighten-5{color:#e8eaf6!important}.text-indigo-lighten-4{color:#c5cae9!important}.text-indigo-lighten-3{color:#9fa8da!important}.text-indigo-lighten-2{color:#7986cb!important}.text-indigo-lighten-1{color:#5c6bc0!important}.text-indigo-darken-1{color:#3949ab!important}.text-indigo-darken-2{color:#303f9f!important}.text-indigo-darken-3{color:#283593!important}.text-indigo-darken-4{color:#1a237e!important}.text-indigo-accent-1{color:#8c9eff!important}.text-indigo-accent-2{color:#536dfe!important}.text-indigo-accent-3{color:#3d5afe!important}.text-indigo-accent-4{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-lighten-5{color:#e3f2fd!important}.text-blue-lighten-4{color:#bbdefb!important}.text-blue-lighten-3{color:#90caf9!important}.text-blue-lighten-2{color:#64b5f6!important}.text-blue-lighten-1{color:#42a5f5!important}.text-blue-darken-1{color:#1e88e5!important}.text-blue-darken-2{color:#1976d2!important}.text-blue-darken-3{color:#1565c0!important}.text-blue-darken-4{color:#0d47a1!important}.text-blue-accent-1{color:#82b1ff!important}.text-blue-accent-2{color:#448aff!important}.text-blue-accent-3{color:#2979ff!important}.text-blue-accent-4{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-lighten-5{color:#e1f5fe!important}.text-light-blue-lighten-4{color:#b3e5fc!important}.text-light-blue-lighten-3{color:#81d4fa!important}.text-light-blue-lighten-2{color:#4fc3f7!important}.text-light-blue-lighten-1{color:#29b6f6!important}.text-light-blue-darken-1{color:#039be5!important}.text-light-blue-darken-2{color:#0288d1!important}.text-light-blue-darken-3{color:#0277bd!important}.text-light-blue-darken-4{color:#01579b!important}.text-light-blue-accent-1{color:#80d8ff!important}.text-light-blue-accent-2{color:#40c4ff!important}.text-light-blue-accent-3{color:#00b0ff!important}.text-light-blue-accent-4{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-lighten-5{color:#e0f7fa!important}.text-cyan-lighten-4{color:#b2ebf2!important}.text-cyan-lighten-3{color:#80deea!important}.text-cyan-lighten-2{color:#4dd0e1!important}.text-cyan-lighten-1{color:#26c6da!important}.text-cyan-darken-1{color:#00acc1!important}.text-cyan-darken-2{color:#0097a7!important}.text-cyan-darken-3{color:#00838f!important}.text-cyan-darken-4{color:#006064!important}.text-cyan-accent-1{color:#84ffff!important}.text-cyan-accent-2{color:#18ffff!important}.text-cyan-accent-3{color:#00e5ff!important}.text-cyan-accent-4{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-lighten-5{color:#e0f2f1!important}.text-teal-lighten-4{color:#b2dfdb!important}.text-teal-lighten-3{color:#80cbc4!important}.text-teal-lighten-2{color:#4db6ac!important}.text-teal-lighten-1{color:#26a69a!important}.text-teal-darken-1{color:#00897b!important}.text-teal-darken-2{color:#00796b!important}.text-teal-darken-3{color:#00695c!important}.text-teal-darken-4{color:#004d40!important}.text-teal-accent-1{color:#a7ffeb!important}.text-teal-accent-2{color:#64ffda!important}.text-teal-accent-3{color:#1de9b6!important}.text-teal-accent-4{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-lighten-5{color:#e8f5e9!important}.text-green-lighten-4{color:#c8e6c9!important}.text-green-lighten-3{color:#a5d6a7!important}.text-green-lighten-2{color:#81c784!important}.text-green-lighten-1{color:#66bb6a!important}.text-green-darken-1{color:#43a047!important}.text-green-darken-2{color:#388e3c!important}.text-green-darken-3{color:#2e7d32!important}.text-green-darken-4{color:#1b5e20!important}.text-green-accent-1{color:#b9f6ca!important}.text-green-accent-2{color:#69f0ae!important}.text-green-accent-3{color:#00e676!important}.text-green-accent-4{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-lighten-5{color:#f1f8e9!important}.text-light-green-lighten-4{color:#dcedc8!important}.text-light-green-lighten-3{color:#c5e1a5!important}.text-light-green-lighten-2{color:#aed581!important}.text-light-green-lighten-1{color:#9ccc65!important}.text-light-green-darken-1{color:#7cb342!important}.text-light-green-darken-2{color:#689f38!important}.text-light-green-darken-3{color:#558b2f!important}.text-light-green-darken-4{color:#33691e!important}.text-light-green-accent-1{color:#ccff90!important}.text-light-green-accent-2{color:#b2ff59!important}.text-light-green-accent-3{color:#76ff03!important}.text-light-green-accent-4{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-lighten-5{color:#f9fbe7!important}.text-lime-lighten-4{color:#f0f4c3!important}.text-lime-lighten-3{color:#e6ee9c!important}.text-lime-lighten-2{color:#dce775!important}.text-lime-lighten-1{color:#d4e157!important}.text-lime-darken-1{color:#c0ca33!important}.text-lime-darken-2{color:#afb42b!important}.text-lime-darken-3{color:#9e9d24!important}.text-lime-darken-4{color:#827717!important}.text-lime-accent-1{color:#f4ff81!important}.text-lime-accent-2{color:#eeff41!important}.text-lime-accent-3{color:#c6ff00!important}.text-lime-accent-4{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-lighten-5{color:#fffde7!important}.text-yellow-lighten-4{color:#fff9c4!important}.text-yellow-lighten-3{color:#fff59d!important}.text-yellow-lighten-2{color:#fff176!important}.text-yellow-lighten-1{color:#ffee58!important}.text-yellow-darken-1{color:#fdd835!important}.text-yellow-darken-2{color:#fbc02d!important}.text-yellow-darken-3{color:#f9a825!important}.text-yellow-darken-4{color:#f57f17!important}.text-yellow-accent-1{color:#ffff8d!important}.text-yellow-accent-2{color:#ff0!important}.text-yellow-accent-3{color:#ffea00!important}.text-yellow-accent-4{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-lighten-5{color:#fff8e1!important}.text-amber-lighten-4{color:#ffecb3!important}.text-amber-lighten-3{color:#ffe082!important}.text-amber-lighten-2{color:#ffd54f!important}.text-amber-lighten-1{color:#ffca28!important}.text-amber-darken-1{color:#ffb300!important}.text-amber-darken-2{color:#ffa000!important}.text-amber-darken-3{color:#ff8f00!important}.text-amber-darken-4{color:#ff6f00!important}.text-amber-accent-1{color:#ffe57f!important}.text-amber-accent-2{color:#ffd740!important}.text-amber-accent-3{color:#ffc400!important}.text-amber-accent-4{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-lighten-5{color:#fff3e0!important}.text-orange-lighten-4{color:#ffe0b2!important}.text-orange-lighten-3{color:#ffcc80!important}.text-orange-lighten-2{color:#ffb74d!important}.text-orange-lighten-1{color:#ffa726!important}.text-orange-darken-1{color:#fb8c00!important}.text-orange-darken-2{color:#f57c00!important}.text-orange-darken-3{color:#ef6c00!important}.text-orange-darken-4{color:#e65100!important}.text-orange-accent-1{color:#ffd180!important}.text-orange-accent-2{color:#ffab40!important}.text-orange-accent-3{color:#ff9100!important}.text-orange-accent-4{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-lighten-5{color:#fbe9e7!important}.text-deep-orange-lighten-4{color:#ffccbc!important}.text-deep-orange-lighten-3{color:#ffab91!important}.text-deep-orange-lighten-2{color:#ff8a65!important}.text-deep-orange-lighten-1{color:#ff7043!important}.text-deep-orange-darken-1{color:#f4511e!important}.text-deep-orange-darken-2{color:#e64a19!important}.text-deep-orange-darken-3{color:#d84315!important}.text-deep-orange-darken-4{color:#bf360c!important}.text-deep-orange-accent-1{color:#ff9e80!important}.text-deep-orange-accent-2{color:#ff6e40!important}.text-deep-orange-accent-3{color:#ff3d00!important}.text-deep-orange-accent-4{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-lighten-5{color:#efebe9!important}.text-brown-lighten-4{color:#d7ccc8!important}.text-brown-lighten-3{color:#bcaaa4!important}.text-brown-lighten-2{color:#a1887f!important}.text-brown-lighten-1{color:#8d6e63!important}.text-brown-darken-1{color:#6d4c41!important}.text-brown-darken-2{color:#5d4037!important}.text-brown-darken-3{color:#4e342e!important}.text-brown-darken-4{color:#3e2723!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-lighten-5{color:#eceff1!important}.text-blue-grey-lighten-4{color:#cfd8dc!important}.text-blue-grey-lighten-3{color:#b0bec5!important}.text-blue-grey-lighten-2{color:#90a4ae!important}.text-blue-grey-lighten-1{color:#78909c!important}.text-blue-grey-darken-1{color:#546e7a!important}.text-blue-grey-darken-2{color:#455a64!important}.text-blue-grey-darken-3{color:#37474f!important}.text-blue-grey-darken-4{color:#263238!important}.text-grey{color:#9e9e9e!important}.text-grey-lighten-5{color:#fafafa!important}.text-grey-lighten-4{color:#f5f5f5!important}.text-grey-lighten-3{color:#eee!important}.text-grey-lighten-2{color:#e0e0e0!important}.text-grey-lighten-1{color:#bdbdbd!important}.text-grey-darken-1{color:#757575!important}.text-grey-darken-2{color:#616161!important}.text-grey-darken-3{color:#424242!important}.text-grey-darken-4{color:#212121!important}.text-shades-black{color:#000!important}.text-shades-white{color:#fff!important}.text-shades-transparent{color:transparent!important}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear,::-ms-reveal{display:none}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translate(100%)}.picker-transition-leave-to{transform:translate(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translate(-100%)}.picker-reverse-transition-leave-to{transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html{font-family:Poppins,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width: 599.98px){.hidden-xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm{display:none!important}}@media (min-width: 960px) and (max-width: 1439.98px){.hidden-md{display:none!important}}@media (min-width: 1440px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl{display:none!important}}@media (min-width: 2560px){.hidden-xxl{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up{display:none!important}}@media (min-width: 960px){.hidden-md-and-up{display:none!important}}@media (min-width: 1440px){.hidden-lg-and-up{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width: 1439.98px){.hidden-md-and-down{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-23{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-22{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-21{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-20{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-19{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-18{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-17{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-16{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-15{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-14{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-13{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-12{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-11{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-10{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-9{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-8{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-7{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-6{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-5{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-4{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-3{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-2{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-1{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-0{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0px!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0px!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0px!important}.gc-1{column-gap:4px!important}.gc-2{column-gap:8px!important}.gc-3{column-gap:12px!important}.gc-4{column-gap:16px!important}.gc-5{column-gap:20px!important}.gc-6{column-gap:24px!important}.gc-7{column-gap:28px!important}.gc-8{column-gap:32px!important}.gc-9{column-gap:36px!important}.gc-10{column-gap:40px!important}.gc-11{column-gap:44px!important}.gc-12{column-gap:48px!important}.gc-13{column-gap:52px!important}.gc-14{column-gap:56px!important}.gc-15{column-gap:60px!important}.gc-16{column-gap:64px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0px!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0px!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0px!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0px!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:2px!important}.rounded{border-radius:4px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:24px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:24px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:24px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:2px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:24px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:24px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:24px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:2px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:24px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:24px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:24px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:24px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:24px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:24px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-opacity-0{--v-border-opacity: 0 !important}.border-opacity{--v-border-opacity: .12 !important}.border-opacity-25{--v-border-opacity: .25 !important}.border-opacity-50{--v-border-opacity: .5 !important}.border-opacity-75{--v-border-opacity: .75 !important}.border-opacity-100{--v-border-opacity: 1 !important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-hover{opacity:var(--v-hover-opacity)!important}.opacity-focus{opacity:var(--v-focus-opacity)!important}.opacity-selected{opacity:var(--v-selected-opacity)!important}.opacity-activated{opacity:var(--v-activated-opacity)!important}.opacity-pressed{opacity:var(--v-pressed-opacity)!important}.opacity-dragged{opacity:var(--v-dragged-opacity)!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:3rem!important;font-weight:400;line-height:3.5rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-h2{font-size:2.125rem!important;font-weight:400;line-height:2.625rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-h3{font-size:1.75rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-h4{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-h5{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.15px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-body-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.1px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-button{font-size:15px!important;font-weight:700;line-height:26px;letter-spacing:.0892857143em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.text-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0px!important}.gc-sm-1{column-gap:4px!important}.gc-sm-2{column-gap:8px!important}.gc-sm-3{column-gap:12px!important}.gc-sm-4{column-gap:16px!important}.gc-sm-5{column-gap:20px!important}.gc-sm-6{column-gap:24px!important}.gc-sm-7{column-gap:28px!important}.gc-sm-8{column-gap:32px!important}.gc-sm-9{column-gap:36px!important}.gc-sm-10{column-gap:40px!important}.gc-sm-11{column-gap:44px!important}.gc-sm-12{column-gap:48px!important}.gc-sm-13{column-gap:52px!important}.gc-sm-14{column-gap:56px!important}.gc-sm-15{column-gap:60px!important}.gc-sm-16{column-gap:64px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:3rem!important;font-weight:400;line-height:3.5rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-h2{font-size:2.125rem!important;font-weight:400;line-height:2.625rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-h3{font-size:1.75rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-h4{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-h5{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.15px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-body-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.1px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-button{font-size:15px!important;font-weight:700;line-height:26px;letter-spacing:.0892857143em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0px!important}.gc-md-1{column-gap:4px!important}.gc-md-2{column-gap:8px!important}.gc-md-3{column-gap:12px!important}.gc-md-4{column-gap:16px!important}.gc-md-5{column-gap:20px!important}.gc-md-6{column-gap:24px!important}.gc-md-7{column-gap:28px!important}.gc-md-8{column-gap:32px!important}.gc-md-9{column-gap:36px!important}.gc-md-10{column-gap:40px!important}.gc-md-11{column-gap:44px!important}.gc-md-12{column-gap:48px!important}.gc-md-13{column-gap:52px!important}.gc-md-14{column-gap:56px!important}.gc-md-15{column-gap:60px!important}.gc-md-16{column-gap:64px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:3rem!important;font-weight:400;line-height:3.5rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-h2{font-size:2.125rem!important;font-weight:400;line-height:2.625rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-h3{font-size:1.75rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-h4{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-h5{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.15px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-body-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.1px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-button{font-size:15px!important;font-weight:700;line-height:26px;letter-spacing:.0892857143em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width: 1440px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0px!important}.gc-lg-1{column-gap:4px!important}.gc-lg-2{column-gap:8px!important}.gc-lg-3{column-gap:12px!important}.gc-lg-4{column-gap:16px!important}.gc-lg-5{column-gap:20px!important}.gc-lg-6{column-gap:24px!important}.gc-lg-7{column-gap:28px!important}.gc-lg-8{column-gap:32px!important}.gc-lg-9{column-gap:36px!important}.gc-lg-10{column-gap:40px!important}.gc-lg-11{column-gap:44px!important}.gc-lg-12{column-gap:48px!important}.gc-lg-13{column-gap:52px!important}.gc-lg-14{column-gap:56px!important}.gc-lg-15{column-gap:60px!important}.gc-lg-16{column-gap:64px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:3rem!important;font-weight:400;line-height:3.5rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-h2{font-size:2.125rem!important;font-weight:400;line-height:2.625rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-h3{font-size:1.75rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-h4{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-h5{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.15px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-body-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.1px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-button{font-size:15px!important;font-weight:700;line-height:26px;letter-spacing:.0892857143em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0px!important}.gc-xl-1{column-gap:4px!important}.gc-xl-2{column-gap:8px!important}.gc-xl-3{column-gap:12px!important}.gc-xl-4{column-gap:16px!important}.gc-xl-5{column-gap:20px!important}.gc-xl-6{column-gap:24px!important}.gc-xl-7{column-gap:28px!important}.gc-xl-8{column-gap:32px!important}.gc-xl-9{column-gap:36px!important}.gc-xl-10{column-gap:40px!important}.gc-xl-11{column-gap:44px!important}.gc-xl-12{column-gap:48px!important}.gc-xl-13{column-gap:52px!important}.gc-xl-14{column-gap:56px!important}.gc-xl-15{column-gap:60px!important}.gc-xl-16{column-gap:64px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:3rem!important;font-weight:400;line-height:3.5rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-h2{font-size:2.125rem!important;font-weight:400;line-height:2.625rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-h3{font-size:1.75rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-h4{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-h5{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.15px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-body-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.1px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-button{font-size:15px!important;font-weight:700;line-height:26px;letter-spacing:.0892857143em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width: 2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0px!important}.gc-xxl-1{column-gap:4px!important}.gc-xxl-2{column-gap:8px!important}.gc-xxl-3{column-gap:12px!important}.gc-xxl-4{column-gap:16px!important}.gc-xxl-5{column-gap:20px!important}.gc-xxl-6{column-gap:24px!important}.gc-xxl-7{column-gap:28px!important}.gc-xxl-8{column-gap:32px!important}.gc-xxl-9{column-gap:36px!important}.gc-xxl-10{column-gap:40px!important}.gc-xxl-11{column-gap:44px!important}.gc-xxl-12{column-gap:48px!important}.gc-xxl-13{column-gap:52px!important}.gc-xxl-14{column-gap:56px!important}.gc-xxl-15{column-gap:60px!important}.gc-xxl-16{column-gap:64px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:3rem!important;font-weight:400;line-height:3.5rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-h2{font-size:2.125rem!important;font-weight:400;line-height:2.625rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-h3{font-size:1.75rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-h4{font-size:1.5rem!important;font-weight:400;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-h5{font-size:1.25rem!important;font-weight:500;line-height:2rem;letter-spacing:normal!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75rem;letter-spacing:.009375em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.0071428571em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5rem;letter-spacing:.15px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-body-2{font-size:.875rem!important;font-weight:500;line-height:1.375rem;letter-spacing:.1px!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-button{font-size:15px!important;font-weight:700;line-height:26px;letter-spacing:.0892857143em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.text-xxl-caption{font-size:.75rem!important;font-weight:400;line-height:1.25rem;letter-spacing:.0333333333em!important;font-family:Poppins,sans-serif;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:500;line-height:2rem;letter-spacing:.1666666667em!important;font-family:Poppins,sans-serif;text-transform:uppercase!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}.g-1{gap:4px}.g-2{gap:8px}.g-3{gap:12px}.g-4{gap:16px}.g-5{gap:20px}.g-6{gap:24px}.g-7{gap:28px}.g-8{gap:32px}.g-9{gap:36px}.g-10{gap:40px}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}@media (min-width: only print){.g-print-only-1{gap:4px}.g-print-only-2{gap:8px}.g-print-only-3{gap:12px}.g-print-only-4{gap:16px}.g-print-only-5{gap:20px}.g-print-only-6{gap:24px}.g-print-only-7{gap:28px}.g-print-only-8{gap:32px}.g-print-only-9{gap:36px}.g-print-only-10{gap:40px}}@media (min-width: only screen){.g-screen-only-1{gap:4px}.g-screen-only-2{gap:8px}.g-screen-only-3{gap:12px}.g-screen-only-4{gap:16px}.g-screen-only-5{gap:20px}.g-screen-only-6{gap:24px}.g-screen-only-7{gap:28px}.g-screen-only-8{gap:32px}.g-screen-only-9{gap:36px}.g-screen-only-10{gap:40px}}@media (min-width: (max-width: 599.98px)){.g-xs-1{gap:4px}.g-xs-2{gap:8px}.g-xs-3{gap:12px}.g-xs-4{gap:16px}.g-xs-5{gap:20px}.g-xs-6{gap:24px}.g-xs-7{gap:28px}.g-xs-8{gap:32px}.g-xs-9{gap:36px}.g-xs-10{gap:40px}}@media (min-width: (min-width: 600px) and (max-width: 959.98px)){.g-sm-1{gap:4px}.g-sm-2{gap:8px}.g-sm-3{gap:12px}.g-sm-4{gap:16px}.g-sm-5{gap:20px}.g-sm-6{gap:24px}.g-sm-7{gap:28px}.g-sm-8{gap:32px}.g-sm-9{gap:36px}.g-sm-10{gap:40px}}@media (min-width: (min-width: 960px) and (max-width: 1439.98px)){.g-md-1{gap:4px}.g-md-2{gap:8px}.g-md-3{gap:12px}.g-md-4{gap:16px}.g-md-5{gap:20px}.g-md-6{gap:24px}.g-md-7{gap:28px}.g-md-8{gap:32px}.g-md-9{gap:36px}.g-md-10{gap:40px}}@media (min-width: (min-width: 1440px) and (max-width: 1919.98px)){.g-lg-1{gap:4px}.g-lg-2{gap:8px}.g-lg-3{gap:12px}.g-lg-4{gap:16px}.g-lg-5{gap:20px}.g-lg-6{gap:24px}.g-lg-7{gap:28px}.g-lg-8{gap:32px}.g-lg-9{gap:36px}.g-lg-10{gap:40px}}@media (min-width: (min-width: 1920px) and (max-width: 2559.98px)){.g-xl-1{gap:4px}.g-xl-2{gap:8px}.g-xl-3{gap:12px}.g-xl-4{gap:16px}.g-xl-5{gap:20px}.g-xl-6{gap:24px}.g-xl-7{gap:28px}.g-xl-8{gap:32px}.g-xl-9{gap:36px}.g-xl-10{gap:40px}}@media (min-width: (min-width: 2560px)){.g-xxl-1{gap:4px}.g-xxl-2{gap:8px}.g-xxl-3{gap:12px}.g-xxl-4{gap:16px}.g-xxl-5{gap:20px}.g-xxl-6{gap:24px}.g-xxl-7{gap:28px}.g-xxl-8{gap:32px}.g-xxl-9{gap:36px}.g-xxl-10{gap:40px}}@media (min-width: (min-width: 600px)){.g-sm-and-up-1{gap:4px}.g-sm-and-up-2{gap:8px}.g-sm-and-up-3{gap:12px}.g-sm-and-up-4{gap:16px}.g-sm-and-up-5{gap:20px}.g-sm-and-up-6{gap:24px}.g-sm-and-up-7{gap:28px}.g-sm-and-up-8{gap:32px}.g-sm-and-up-9{gap:36px}.g-sm-and-up-10{gap:40px}}@media (min-width: (min-width: 960px)){.g-md-and-up-1{gap:4px}.g-md-and-up-2{gap:8px}.g-md-and-up-3{gap:12px}.g-md-and-up-4{gap:16px}.g-md-and-up-5{gap:20px}.g-md-and-up-6{gap:24px}.g-md-and-up-7{gap:28px}.g-md-and-up-8{gap:32px}.g-md-and-up-9{gap:36px}.g-md-and-up-10{gap:40px}}@media (min-width: (min-width: 1440px)){.g-lg-and-up-1{gap:4px}.g-lg-and-up-2{gap:8px}.g-lg-and-up-3{gap:12px}.g-lg-and-up-4{gap:16px}.g-lg-and-up-5{gap:20px}.g-lg-and-up-6{gap:24px}.g-lg-and-up-7{gap:28px}.g-lg-and-up-8{gap:32px}.g-lg-and-up-9{gap:36px}.g-lg-and-up-10{gap:40px}}@media (min-width: (min-width: 1920px)){.g-xl-and-up-1{gap:4px}.g-xl-and-up-2{gap:8px}.g-xl-and-up-3{gap:12px}.g-xl-and-up-4{gap:16px}.g-xl-and-up-5{gap:20px}.g-xl-and-up-6{gap:24px}.g-xl-and-up-7{gap:28px}.g-xl-and-up-8{gap:32px}.g-xl-and-up-9{gap:36px}.g-xl-and-up-10{gap:40px}}@media (min-width: (max-width: 959.98px)){.g-sm-and-down-1{gap:4px}.g-sm-and-down-2{gap:8px}.g-sm-and-down-3{gap:12px}.g-sm-and-down-4{gap:16px}.g-sm-and-down-5{gap:20px}.g-sm-and-down-6{gap:24px}.g-sm-and-down-7{gap:28px}.g-sm-and-down-8{gap:32px}.g-sm-and-down-9{gap:36px}.g-sm-and-down-10{gap:40px}}@media (min-width: (max-width: 1439.98px)){.g-md-and-down-1{gap:4px}.g-md-and-down-2{gap:8px}.g-md-and-down-3{gap:12px}.g-md-and-down-4{gap:16px}.g-md-and-down-5{gap:20px}.g-md-and-down-6{gap:24px}.g-md-and-down-7{gap:28px}.g-md-and-down-8{gap:32px}.g-md-and-down-9{gap:36px}.g-md-and-down-10{gap:40px}}@media (min-width: (max-width: 1919.98px)){.g-lg-and-down-1{gap:4px}.g-lg-and-down-2{gap:8px}.g-lg-and-down-3{gap:12px}.g-lg-and-down-4{gap:16px}.g-lg-and-down-5{gap:20px}.g-lg-and-down-6{gap:24px}.g-lg-and-down-7{gap:28px}.g-lg-and-down-8{gap:32px}.g-lg-and-down-9{gap:36px}.g-lg-and-down-10{gap:40px}}@media (min-width: (max-width: 2559.98px)){.g-xl-and-down-1{gap:4px}.g-xl-and-down-2{gap:8px}.g-xl-and-down-3{gap:12px}.g-xl-and-down-4{gap:16px}.g-xl-and-down-5{gap:20px}.g-xl-and-down-6{gap:24px}.g-xl-and-down-7{gap:28px}.g-xl-and-down-8{gap:32px}.g-xl-and-down-9{gap:36px}.g-xl-and-down-10{gap:40px}}html{overflow:auto}body .v-app{color:var(--v-theme-body)}.cursor-pointer{cursor:pointer}.inset-0{top:0;right:0;bottom:0;left:0}.font-montserrat{font-family:Montserrat,sans-serif!important}.font-poppins{font-family:Poppins,sans-serif!important}.font-inter{font-family:Inter,sans-serif!important}.font-bungee{font-family:Bungee,sans-serif!important}.max-h-100vh{max-height:100vh;max-height:100dvh}.max-h-100percent{max-height:100%}.snap-1rem{scroll-snap-align:start;scroll-margin-inline-start:1rem}.custom-scroll{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:rgba(var(--v-theme-primary),.7) #ffffff}.custom-scroll::-webkit-scrollbar{width:6px}.custom-scroll::-webkit-scrollbar-track{background:#ffffff}.custom-scroll::-webkit-scrollbar-thumb{background-color:rgba(var(--v-theme-primary),.7);border-radius:10px;border:7px solid #ffffff;border-left:1rem solid #ffffff;border-right:1rem solid #ffffff}.v-expansion-panel-text__wrapper{padding:6px 12px!important}.v-date-picker{overflow:hidden;width:328px}.v-date-picker--show-week{width:368px}.v-date-picker-controls{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;padding-top:4px;padding-bottom:4px;padding-inline-start:6px;padding-inline-end:12px}.v-date-picker-controls>.v-btn:first-child{text-transform:none;font-weight:400;line-height:initial;letter-spacing:initial}.v-date-picker-controls--variant-classic{padding-inline-start:12px}.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover){opacity:.7}.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title{cursor:pointer}.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title{opacity:1}.v-date-picker-controls .v-btn:last-child{margin-inline-start:4px}.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn{transform:rotate(180deg)}.v-date-picker-controls__date{margin-inline-end:4px}.v-date-picker-controls--variant-classic .v-date-picker-controls__date{margin:auto;text-align:center}.v-date-picker-controls__month{display:flex}.v-locale--is-rtl.v-date-picker-controls__month,.v-locale--is-rtl .v-date-picker-controls__month{flex-direction:row-reverse}.v-date-picker-controls--variant-classic .v-date-picker-controls__month{flex:1 0 auto}.v-date-picker__title{display:inline-block}.v-date-picker-header{align-items:flex-end;height:70px;display:grid;grid-template-areas:"prepend content append";grid-template-columns:min-content minmax(0,1fr) min-content;overflow:hidden;padding-inline:24px 12px;padding-bottom:12px}.v-date-picker-header__append{grid-area:append}.v-date-picker-header__prepend{grid-area:prepend;padding-inline-start:8px}.v-date-picker-header__content{align-items:center;display:inline-flex;font-size:32px;line-height:40px;grid-area:content;justify-content:space-between}.v-date-picker-header--clickable .v-date-picker-header__content{cursor:pointer}.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover){opacity:.7}.date-picker-header-transition-enter-active,.date-picker-header-reverse-transition-enter-active,.date-picker-header-transition-leave-active,.date-picker-header-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.date-picker-header-transition-enter-from{transform:translateY(100%)}.date-picker-header-transition-leave-to{opacity:0;transform:translateY(-100%)}.date-picker-header-reverse-transition-enter-from{transform:translateY(-100%)}.date-picker-header-reverse-transition-leave-to{opacity:0;transform:translateY(100%)}.v-date-picker-month{display:flex;justify-content:center;padding:0 12px 8px;--v-date-picker-month-day-diff: 4px}.v-date-picker-month__weeks{display:grid;grid-template-rows:min-content min-content min-content min-content min-content min-content min-content;column-gap:4px;font-size:.85rem}.v-date-picker-month__weeks+.v-date-picker-month__days{grid-row-gap:0}.v-date-picker-month__weekday{font-size:.85rem}.v-date-picker-month__days{display:grid;grid-template-columns:min-content min-content min-content min-content min-content min-content min-content;column-gap:4px;flex:1 1;justify-content:space-around}.v-date-picker-month__day{align-items:center;display:flex;justify-content:center;position:relative;height:40px;width:40px}.v-date-picker-month__day--selected .v-btn{background-color:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn{--v-btn-height: 24px;--v-btn-size: .85rem}.v-date-picker-month__day--week{font-size:var(--v-btn-size)}.v-date-picker-month__day--adjacent{opacity:.5}.v-date-picker-month__day--hide-adjacent{opacity:0}.v-date-picker-months{height:288px}.v-date-picker-months__content{align-items:center;display:grid;flex:1 1;height:inherit;justify-content:space-around;grid-template-columns:repeat(2,1fr);grid-gap:0px 24px;padding-inline-start:36px;padding-inline-end:36px}.v-date-picker-months__content .v-btn{text-transform:none;padding-inline-start:8px;padding-inline-end:8px}.v-date-picker-years{height:288px;overflow-y:scroll}.v-date-picker-years__content{display:grid;flex:1 1;justify-content:space-around;grid-template-columns:repeat(3,1fr);gap:8px 24px;padding-inline:32px}.v-date-picker-years__content .v-btn{padding-inline:8px}.v-picker.v-sheet{display:grid;grid-auto-rows:min-content;grid-template-areas:"title" "header" "body";overflow:hidden}.v-picker.v-sheet{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-picker.v-sheet{border-radius:4px}.v-picker.v-sheet.v-picker--with-actions{grid-template-areas:"title" "header" "body" "actions"}.v-picker__body{grid-area:body;overflow:hidden;position:relative}.v-picker__header{grid-area:header}.v-picker__actions{grid-area:actions;padding:0 12px 12px;display:flex;align-items:center;justify-content:flex-end}.v-picker__actions .v-btn{min-width:48px}.v-picker__actions .v-btn:not(:last-child){margin-inline-end:8px}.v-picker--landscape{grid-template-areas:"title" "header body" "header body"}.v-picker--landscape.v-picker--with-actions{grid-template-areas:"title" "header body" "header actions"}.v-picker-title{text-transform:uppercase;font-size:.75rem;grid-area:title;padding-inline:24px 12px;padding-top:16px;padding-bottom:16px;font-weight:400;letter-spacing:.1666666667em}.v-sheet{display:block}.v-sheet{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-sheet--border{border-width:thin;box-shadow:none}.v-sheet{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-sheet--absolute{position:absolute}.v-sheet--fixed{position:fixed}.v-sheet--relative{position:relative}.v-sheet--sticky{position:sticky}.v-sheet{border-radius:0}.v-sheet{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-sheet--rounded{border-radius:4px}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes 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 bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes 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 bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes 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 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 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 bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translate(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}@font-face{font-family:uicons-bold-rounded;src:url(/assets/uicons-bold-rounded-MQNABNC6-9cb50ca2.woff2) format("woff2"),url(/assets/uicons-bold-rounded-UTQQXXF3-f364683c.woff) format("woff"),url(/assets/uicons-bold-rounded-CPL6VNRV-927d009c.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-br-]:before,i[class*=" fi-br-"]:before,span[class^=fi-br-]:before,span[class*=fi-br-]:before{font-family:uicons-bold-rounded!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-br-0:before{content:""}.fi-br-00s-music-disc:before{content:""}.fi-br-1:before{content:""}.fi-br-2:before{content:""}.fi-br-3:before{content:""}.fi-br-360-degrees:before{content:""}.fi-br-4:before{content:""}.fi-br-404:before{content:""}.fi-br-5:before{content:""}.fi-br-6:before{content:""}.fi-br-60s-music-disc:before{content:""}.fi-br-7:before{content:""}.fi-br-70s-music-disc:before{content:""}.fi-br-8:before{content:""}.fi-br-80s-music-disc:before{content:""}.fi-br-9:before{content:""}.fi-br-90s-music-disc:before{content:""}.fi-br-a:before{content:""}.fi-br-accident:before{content:""}.fi-br-acorn:before{content:""}.fi-br-ad-paid:before{content:""}.fi-br-ad:before{content:""}.fi-br-add-document:before{content:""}.fi-br-add-folder:before{content:""}.fi-br-add-image:before{content:""}.fi-br-add:before{content:""}.fi-br-address-book:before{content:""}.fi-br-address-card:before{content:""}.fi-br-admin-alt:before{content:""}.fi-br-admin:before{content:""}.fi-br-age-alt:before{content:""}.fi-br-age-restriction-eighteen:before{content:""}.fi-br-age-restriction-seven:before{content:""}.fi-br-age-restriction-six:before{content:""}.fi-br-age-restriction-sixteen:before{content:""}.fi-br-age-restriction-thirteen:before{content:""}.fi-br-age-restriction-three:before{content:""}.fi-br-age-restriction-twelve:before{content:""}.fi-br-age-restriction-twenty-one:before{content:""}.fi-br-age-restriction-zero:before{content:""}.fi-br-age:before{content:""}.fi-br-air-conditioner:before{content:""}.fi-br-air-freshener:before{content:""}.fi-br-air-pollution:before{content:""}.fi-br-airplane-journey:before{content:""}.fi-br-airplane-window-open:before{content:""}.fi-br-airplay:before{content:""}.fi-br-alarm-clock:before{content:""}.fi-br-alarm-exclamation:before{content:""}.fi-br-alarm-plus:before{content:""}.fi-br-alarm-snooze:before{content:""}.fi-br-album-circle-plus:before{content:""}.fi-br-album-circle-user:before{content:""}.fi-br-album-collection:before{content:""}.fi-br-album:before{content:""}.fi-br-algorithm:before{content:""}.fi-br-alicorn:before{content:""}.fi-br-alien:before{content:""}.fi-br-align-center:before{content:""}.fi-br-align-justify:before{content:""}.fi-br-align-left:before{content:""}.fi-br-align-slash:before{content:""}.fi-br-ambulance:before{content:""}.fi-br-analyse-alt:before{content:""}.fi-br-analyse:before{content:""}.fi-br-anatomical-heart:before{content:""}.fi-br-anchor:before{content:""}.fi-br-angel:before{content:""}.fi-br-angle-90:before{content:""}.fi-br-angle-circle-down:before{content:""}.fi-br-angle-circle-left:before{content:""}.fi-br-angle-circle-right:before{content:""}.fi-br-angle-circle-up:before{content:""}.fi-br-angle-double-left:before{content:""}.fi-br-angle-double-right:before{content:""}.fi-br-angle-double-small-down:before{content:""}.fi-br-angle-double-small-left:before{content:""}.fi-br-angle-double-small-right:before{content:""}.fi-br-angle-double-small-up:before{content:""}.fi-br-angle-down:before{content:""}.fi-br-angle-left:before{content:""}.fi-br-angle-right:before{content:""}.fi-br-angle-small-down:before{content:""}.fi-br-angle-small-left:before{content:""}.fi-br-angle-small-right:before{content:""}.fi-br-angle-small-up:before{content:""}.fi-br-angle-square-down:before{content:""}.fi-br-angle-square-left:before{content:""}.fi-br-angle-square-right:before{content:""}.fi-br-angle-square-up:before{content:""}.fi-br-angle-up:before{content:""}.fi-br-angle:before{content:""}.fi-br-angles-up-down:before{content:""}.fi-br-angry:before{content:""}.fi-br-animated-icon:before{content:""}.fi-br-ankh:before{content:""}.fi-br-answer-alt:before{content:""}.fi-br-answer:before{content:""}.fi-br-apartment:before{content:""}.fi-br-aperture:before{content:""}.fi-br-api:before{content:""}.fi-br-apple-core:before{content:""}.fi-br-apple-crate:before{content:""}.fi-br-apple-whole:before{content:""}.fi-br-apps-add:before{content:""}.fi-br-apps-delete:before{content:""}.fi-br-apps-sort:before{content:""}.fi-br-apps:before{content:""}.fi-br-archive:before{content:""}.fi-br-archway:before{content:""}.fi-br-arrow-alt-circle-down:before{content:""}.fi-br-arrow-alt-circle-left:before{content:""}.fi-br-arrow-alt-circle-right:before{content:""}.fi-br-arrow-alt-circle-up:before{content:""}.fi-br-arrow-alt-down:before{content:""}.fi-br-arrow-alt-from-bottom:before{content:""}.fi-br-arrow-alt-from-left:before{content:""}.fi-br-arrow-alt-from-right:before{content:""}.fi-br-arrow-alt-from-top:before{content:""}.fi-br-arrow-alt-left:before{content:""}.fi-br-arrow-alt-right:before{content:""}.fi-br-arrow-alt-square-down:before{content:""}.fi-br-arrow-alt-square-left:before{content:""}.fi-br-arrow-alt-square-right:before{content:""}.fi-br-arrow-alt-square-up:before{content:""}.fi-br-arrow-alt-to-bottom:before{content:""}.fi-br-arrow-alt-to-left:before{content:""}.fi-br-arrow-alt-to-right:before{content:""}.fi-br-arrow-alt-to-top:before{content:""}.fi-br-arrow-alt-up:before{content:""}.fi-br-arrow-circle-down:before{content:""}.fi-br-arrow-circle-left:before{content:""}.fi-br-arrow-circle-right:before{content:""}.fi-br-arrow-circle-up:before{content:""}.fi-br-arrow-comparison:before{content:""}.fi-br-arrow-down-from-arc:before{content:""}.fi-br-arrow-down-from-dotted-line:before{content:""}.fi-br-arrow-down-left:before{content:""}.fi-br-arrow-down-small-big:before{content:""}.fi-br-arrow-down-to-dotted-line:before{content:""}.fi-br-arrow-down-to-square:before{content:""}.fi-br-arrow-down-triangle-square:before{content:""}.fi-br-arrow-down:before{content:""}.fi-br-arrow-from-bottom:before{content:""}.fi-br-arrow-from-left:before{content:""}.fi-br-arrow-from-right:before{content:""}.fi-br-arrow-from-top:before{content:""}.fi-br-arrow-left-from-arc:before{content:""}.fi-br-arrow-left-from-line:before{content:""}.fi-br-arrow-left-to-arc:before{content:""}.fi-br-arrow-left:before{content:""}.fi-br-arrow-progress-alt:before{content:""}.fi-br-arrow-progress:before{content:""}.fi-br-arrow-right-to-bracket:before{content:""}.fi-br-arrow-right:before{content:""}.fi-br-arrow-small-down:before{content:""}.fi-br-arrow-small-left:before{content:""}.fi-br-arrow-small-right:before{content:""}.fi-br-arrow-small-up:before{content:""}.fi-br-arrow-square-down:before{content:""}.fi-br-arrow-square-left:before{content:""}.fi-br-arrow-square-right:before{content:""}.fi-br-arrow-square-up:before{content:""}.fi-br-arrow-to-bottom:before{content:""}.fi-br-arrow-to-left:before{content:""}.fi-br-arrow-to-right:before{content:""}.fi-br-arrow-to-top:before{content:""}.fi-br-arrow-trend-down:before{content:""}.fi-br-arrow-trend-up:before{content:""}.fi-br-arrow-turn-down-left:before{content:""}.fi-br-arrow-turn-down-right:before{content:""}.fi-br-arrow-turn-left-up:before{content:""}.fi-br-arrow-up-from-dotted-line:before{content:""}.fi-br-arrow-up-from-ground-water:before{content:""}.fi-br-arrow-up-from-square:before{content:""}.fi-br-arrow-up-left-from-circle:before{content:""}.fi-br-arrow-up-left:before{content:""}.fi-br-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-br-arrow-up-right-from-square:before{content:""}.fi-br-arrow-up-right:before{content:""}.fi-br-arrow-up-small-big:before{content:""}.fi-br-arrow-up-square-triangle:before{content:""}.fi-br-arrow-up-to-arc:before{content:""}.fi-br-arrow-up-to-dotted-line:before{content:""}.fi-br-arrow-up:before{content:""}.fi-br-arrow-upward-growth-crypto:before{content:""}.fi-br-arrows-alt-h:before{content:""}.fi-br-arrows-alt-v:before{content:""}.fi-br-arrows-alt:before{content:""}.fi-br-arrows-cross:before{content:""}.fi-br-arrows-from-dotted-line:before{content:""}.fi-br-arrows-from-line:before{content:""}.fi-br-arrows-h-copy:before{content:""}.fi-br-arrows-h:before{content:""}.fi-br-arrows-repeat-1:before{content:""}.fi-br-arrows-repeat:before{content:""}.fi-br-arrows-retweet:before{content:""}.fi-br-arrows-split-right-and-left:before{content:""}.fi-br-arrows-split-up-and-left:before{content:""}.fi-br-arrows-to-circle:before{content:""}.fi-br-arrows-to-dotted-line:before{content:""}.fi-br-arrows-to-eye:before{content:""}.fi-br-arrows-to-line:before{content:""}.fi-br-arrows:before{content:""}.fi-br-artificial-intelligence:before{content:""}.fi-br-assept-document:before{content:""}.fi-br-assessment-alt:before{content:""}.fi-br-assessment:before{content:""}.fi-br-assign:before{content:""}.fi-br-assistive-listening-systems:before{content:""}.fi-br-asterik:before{content:""}.fi-br-astonished-face:before{content:""}.fi-br-at:before{content:""}.fi-br-attribution-pen:before{content:""}.fi-br-attribution-pencil:before{content:""}.fi-br-aubergine:before{content:""}.fi-br-auction:before{content:""}.fi-br-audience-megaphone:before{content:""}.fi-br-audio-description-slash:before{content:""}.fi-br-audit-alt:before{content:""}.fi-br-audit:before{content:""}.fi-br-austral-sign:before{content:""}.fi-br-avocado:before{content:""}.fi-br-award:before{content:""}.fi-br-axe-battle:before{content:""}.fi-br-axe:before{content:""}.fi-br-b:before{content:""}.fi-br-baby-carriage:before{content:""}.fi-br-baby:before{content:""}.fi-br-back-up:before{content:""}.fi-br-background:before{content:""}.fi-br-backpack:before{content:""}.fi-br-bacon:before{content:""}.fi-br-bacteria:before{content:""}.fi-br-bacterium:before{content:""}.fi-br-badge-check:before{content:""}.fi-br-badge-dollar:before{content:""}.fi-br-badge-leaf:before{content:""}.fi-br-badge-percent:before{content:""}.fi-br-badge-sheriff:before{content:""}.fi-br-badge:before{content:""}.fi-br-badger-honey:before{content:""}.fi-br-badget-check-alt:before{content:""}.fi-br-badminton:before{content:""}.fi-br-bag-map-pin:before{content:""}.fi-br-bag-seedling:before{content:""}.fi-br-bag-shopping-minus:before{content:""}.fi-br-bags-shopping:before{content:""}.fi-br-baguette:before{content:""}.fi-br-bahai:before{content:""}.fi-br-baht-sign:before{content:""}.fi-br-balance-scale-left:before{content:""}.fi-br-balance-scale-right:before{content:""}.fi-br-ball-pile:before{content:""}.fi-br-ballet-dance:before{content:""}.fi-br-balloon:before{content:""}.fi-br-balloons:before{content:""}.fi-br-ballot-check:before{content:""}.fi-br-ballot:before{content:""}.fi-br-ban-bug:before{content:""}.fi-br-ban:before{content:""}.fi-br-banana:before{content:""}.fi-br-band-aid:before{content:""}.fi-br-bangladeshi-taka-sign:before{content:""}.fi-br-banjo:before{content:""}.fi-br-bank:before{content:""}.fi-br-banner-2:before{content:""}.fi-br-banner-3:before{content:""}.fi-br-banner-4:before{content:""}.fi-br-banner-5:before{content:""}.fi-br-banner:before{content:""}.fi-br-barber-pole:before{content:""}.fi-br-barber-shop:before{content:""}.fi-br-barcode-read:before{content:""}.fi-br-barcode-scan:before{content:""}.fi-br-barcode:before{content:""}.fi-br-bars-filter:before{content:""}.fi-br-bars-progress:before{content:""}.fi-br-bars-sort:before{content:""}.fi-br-bars-staggered:before{content:""}.fi-br-baseball-alt:before{content:""}.fi-br-baseball:before{content:""}.fi-br-basket-shopping-minus:before{content:""}.fi-br-basket-shopping-plus:before{content:""}.fi-br-basket-shopping-simple:before{content:""}.fi-br-basketball-hoop:before{content:""}.fi-br-basketball:before{content:""}.fi-br-bat:before{content:""}.fi-br-bath:before{content:""}.fi-br-battery-bolt:before{content:""}.fi-br-battery-empty:before{content:""}.fi-br-battery-exclamation:before{content:""}.fi-br-battery-full:before{content:""}.fi-br-battery-half:before{content:""}.fi-br-battery-quarter:before{content:""}.fi-br-battery-slash:before{content:""}.fi-br-battery-three-quarters:before{content:""}.fi-br-beacon:before{content:""}.fi-br-bed-alt:before{content:""}.fi-br-bed-bunk:before{content:""}.fi-br-bed-empty:before{content:""}.fi-br-bed:before{content:""}.fi-br-bee:before{content:""}.fi-br-beer-mug-empty:before{content:""}.fi-br-beer:before{content:""}.fi-br-bell-concierge:before{content:""}.fi-br-bell-notification-call:before{content:""}.fi-br-bell-notification-social-media:before{content:""}.fi-br-bell-ring:before{content:""}.fi-br-bell-school-slash:before{content:""}.fi-br-bell-school:before{content:""}.fi-br-bell-slash:before{content:""}.fi-br-bell:before{content:""}.fi-br-bells:before{content:""}.fi-br-bench-tree:before{content:""}.fi-br-benefit-diamond-alt:before{content:""}.fi-br-benefit-diamond:before{content:""}.fi-br-benefit-hand:before{content:""}.fi-br-benefit-increase:before{content:""}.fi-br-benefit-porcent:before{content:""}.fi-br-benefit:before{content:""}.fi-br-betamax:before{content:""}.fi-br-bible:before{content:""}.fi-br-bicycle-journey:before{content:""}.fi-br-bike:before{content:""}.fi-br-biking-mountain:before{content:""}.fi-br-biking:before{content:""}.fi-br-bill-arrow:before{content:""}.fi-br-billiard:before{content:""}.fi-br-bin-bottles:before{content:""}.fi-br-binary-circle-check:before{content:""}.fi-br-binary-lock:before{content:""}.fi-br-binary-slash:before{content:""}.fi-br-binary:before{content:""}.fi-br-binoculars:before{content:""}.fi-br-bio-leaves:before{content:""}.fi-br-bio:before{content:""}.fi-br-biohazard:before{content:""}.fi-br-bird:before{content:""}.fi-br-bitcoin-sign:before{content:""}.fi-br-blanket:before{content:""}.fi-br-blender-phone:before{content:""}.fi-br-blender:before{content:""}.fi-br-blinds-open:before{content:""}.fi-br-blinds-raised:before{content:""}.fi-br-blinds:before{content:""}.fi-br-block-brick:before{content:""}.fi-br-block-microphone:before{content:""}.fi-br-block-question:before{content:""}.fi-br-block-quote:before{content:""}.fi-br-block:before{content:""}.fi-br-blockchain-3:before{content:""}.fi-br-blog-pencil:before{content:""}.fi-br-blog-text:before{content:""}.fi-br-blood-dropper:before{content:""}.fi-br-blood-test-tube-alt:before{content:""}.fi-br-blood-test-tube:before{content:""}.fi-br-blood:before{content:""}.fi-br-blueberries:before{content:""}.fi-br-blueprint:before{content:""}.fi-br-bold:before{content:""}.fi-br-bolt-auto:before{content:""}.fi-br-bolt-slash:before{content:""}.fi-br-bolt:before{content:""}.fi-br-bomb:before{content:""}.fi-br-bone-break:before{content:""}.fi-br-bone:before{content:""}.fi-br-bong:before{content:""}.fi-br-bonus-alt:before{content:""}.fi-br-bonus-star:before{content:""}.fi-br-bonus:before{content:""}.fi-br-book-alt:before{content:""}.fi-br-book-arrow-right:before{content:""}.fi-br-book-arrow-up:before{content:""}.fi-br-book-atlas:before{content:""}.fi-br-book-bookmark:before{content:""}.fi-br-book-circle-arrow-right:before{content:""}.fi-br-book-circle-arrow-up:before{content:""}.fi-br-book-copy:before{content:""}.fi-br-book-dead:before{content:""}.fi-br-book-font:before{content:""}.fi-br-book-heart:before{content:""}.fi-br-book-medical:before{content:""}.fi-br-book-open-cover:before{content:""}.fi-br-book-open-reader:before{content:""}.fi-br-book-plus:before{content:""}.fi-br-book-quran:before{content:""}.fi-br-book-section:before{content:""}.fi-br-book-spells:before{content:""}.fi-br-book-tanakh:before{content:""}.fi-br-book-user:before{content:""}.fi-br-book:before{content:""}.fi-br-Booking:before{content:""}.fi-br-bookmark-slash:before{content:""}.fi-br-bookmark:before{content:""}.fi-br-books-medical:before{content:""}.fi-br-books:before{content:""}.fi-br-boot-heeled:before{content:""}.fi-br-boot:before{content:""}.fi-br-booth-curtain:before{content:""}.fi-br-border-all:before{content:""}.fi-br-border-bottom:before{content:""}.fi-br-border-center-h:before{content:""}.fi-br-border-center-v:before{content:""}.fi-br-border-inner:before{content:""}.fi-br-border-left:before{content:""}.fi-br-border-none:before{content:""}.fi-br-border-outer:before{content:""}.fi-br-border-right:before{content:""}.fi-br-border-style-alt:before{content:""}.fi-br-border-style:before{content:""}.fi-br-border-top:before{content:""}.fi-br-boss:before{content:""}.fi-br-bottle-droplet:before{content:""}.fi-br-bottle:before{content:""}.fi-br-bow-arrow:before{content:""}.fi-br-bowl-chopsticks-noodles:before{content:""}.fi-br-bowl-chopsticks:before{content:""}.fi-br-bowl-rice:before{content:""}.fi-br-bowl-scoop:before{content:""}.fi-br-bowl-scoops:before{content:""}.fi-br-bowl-soft-serve:before{content:""}.fi-br-bowl-spoon:before{content:""}.fi-br-bowling-ball:before{content:""}.fi-br-bowling-pins:before{content:""}.fi-br-bowling:before{content:""}.fi-br-box-alt:before{content:""}.fi-br-box-ballot:before{content:""}.fi-br-box-check:before{content:""}.fi-br-box-circle-check:before{content:""}.fi-br-box-dollar:before{content:""}.fi-br-box-fragile:before{content:""}.fi-br-box-heart:before{content:""}.fi-br-box-open-full:before{content:""}.fi-br-box-open:before{content:""}.fi-br-box-tissue:before{content:""}.fi-br-box-up:before{content:""}.fi-br-box:before{content:""}.fi-br-boxes:before{content:""}.fi-br-boxing-glove:before{content:""}.fi-br-bracket-curly-right:before{content:""}.fi-br-bracket-curly:before{content:""}.fi-br-bracket-round-right:before{content:""}.fi-br-bracket-round:before{content:""}.fi-br-bracket-square-right:before{content:""}.fi-br-bracket-square:before{content:""}.fi-br-brackets-curly:before{content:""}.fi-br-brackets-round:before{content:""}.fi-br-brackets-square:before{content:""}.fi-br-braille-a:before{content:""}.fi-br-braille-b:before{content:""}.fi-br-braille-c:before{content:""}.fi-br-braille-d:before{content:""}.fi-br-braille-e:before{content:""}.fi-br-braille-g:before{content:""}.fi-br-braille-h:before{content:""}.fi-br-braille-i:before{content:""}.fi-br-braille-j:before{content:""}.fi-br-braille-k:before{content:""}.fi-br-braille-l:before{content:""}.fi-br-braille-m:before{content:""}.fi-br-braille-n-alt:before{content:""}.fi-br-braille-n:before{content:""}.fi-br-braille-o:before{content:""}.fi-br-braille-p:before{content:""}.fi-br-braille-q:before{content:""}.fi-br-braille-r:before{content:""}.fi-br-braille-s:before{content:""}.fi-br-braille-t:before{content:""}.fi-br-braille-u:before{content:""}.fi-br-braille-v:before{content:""}.fi-br-braille-w:before{content:""}.fi-br-braille-x:before{content:""}.fi-br-braille-y:before{content:""}.fi-br-braille-z:before{content:""}.fi-br-braille:before{content:""}.fi-br-brain-circuit:before{content:""}.fi-br-brain:before{content:""}.fi-br-brake-warning:before{content:""}.fi-br-branching:before{content:""}.fi-br-brand:before{content:""}.fi-br-branding:before{content:""}.fi-br-bread-loaf:before{content:""}.fi-br-bread-slice-butter:before{content:""}.fi-br-bread-slice:before{content:""}.fi-br-bread:before{content:""}.fi-br-briefcase-arrow-right:before{content:""}.fi-br-briefcase-blank:before{content:""}.fi-br-briefcase:before{content:""}.fi-br-brightness-low:before{content:""}.fi-br-brightness:before{content:""}.fi-br-bring-forward:before{content:""}.fi-br-bring-front:before{content:""}.fi-br-broadcast-tower:before{content:""}.fi-br-broccoli:before{content:""}.fi-br-broken-chain-link-wrong:before{content:""}.fi-br-broken-image:before{content:""}.fi-br-broom-ball:before{content:""}.fi-br-broom:before{content:""}.fi-br-browser-ui:before{content:""}.fi-br-browser:before{content:""}.fi-br-browsers:before{content:""}.fi-br-brush:before{content:""}.fi-br-bucket:before{content:""}.fi-br-budget-alt:before{content:""}.fi-br-budget:before{content:""}.fi-br-bug-slash:before{content:""}.fi-br-bug:before{content:""}.fi-br-bugs:before{content:""}.fi-br-build-alt:before{content:""}.fi-br-build:before{content:""}.fi-br-builder:before{content:""}.fi-br-building-circle-arrow-right:before{content:""}.fi-br-building-ngo:before{content:""}.fi-br-building:before{content:""}.fi-br-bulb:before{content:""}.fi-br-bullet:before{content:""}.fi-br-bullhorn:before{content:""}.fi-br-bullseye-arrow:before{content:""}.fi-br-bullseye-pointer:before{content:""}.fi-br-bullseye:before{content:""}.fi-br-burger-alt:before{content:""}.fi-br-burger-fries:before{content:""}.fi-br-burger-glass:before{content:""}.fi-br-burrito:before{content:""}.fi-br-burst:before{content:""}.fi-br-bus-alt:before{content:""}.fi-br-bus:before{content:""}.fi-br-business-time:before{content:""}.fi-br-Butter:before{content:""}.fi-br-butterfly:before{content:""}.fi-br-c:before{content:""}.fi-br-cabin:before{content:""}.fi-br-cactus:before{content:""}.fi-br-cage-empty:before{content:""}.fi-br-cake-birthday:before{content:""}.fi-br-cake-slice:before{content:""}.fi-br-cake-wedding:before{content:""}.fi-br-calculator-bill:before{content:""}.fi-br-calculator-math-tax:before{content:""}.fi-br-calculator-money:before{content:""}.fi-br-calculator-simple:before{content:""}.fi-br-calculator:before{content:""}.fi-br-calendar-arrow-down:before{content:""}.fi-br-calendar-arrow-up:before{content:""}.fi-br-calendar-birhtday-cake:before{content:""}.fi-br-calendar-call:before{content:""}.fi-br-calendar-check:before{content:""}.fi-br-calendar-clock:before{content:""}.fi-br-calendar-day:before{content:""}.fi-br-calendar-days:before{content:""}.fi-br-calendar-event-tax:before{content:""}.fi-br-calendar-exclamation:before{content:""}.fi-br-calendar-gavel-legal:before{content:""}.fi-br-calendar-heart:before{content:""}.fi-br-calendar-image:before{content:""}.fi-br-calendar-lines-pen:before{content:""}.fi-br-calendar-lines:before{content:""}.fi-br-calendar-minus:before{content:""}.fi-br-calendar-payment-loan:before{content:""}.fi-br-calendar-pen:before{content:""}.fi-br-calendar-plus:before{content:""}.fi-br-calendar-salary:before{content:""}.fi-br-calendar-shift-swap:before{content:""}.fi-br-calendar-star:before{content:""}.fi-br-calendar-swap:before{content:""}.fi-br-calendar-week:before{content:""}.fi-br-calendar-xmark:before{content:""}.fi-br-calendar:before{content:""}.fi-br-calendars:before{content:""}.fi-br-call-duration:before{content:""}.fi-br-call-history:before{content:""}.fi-br-call-incoming:before{content:""}.fi-br-call-missed:before{content:""}.fi-br-call-outgoing:before{content:""}.fi-br-camcorder:before{content:""}.fi-br-camera-cctv:before{content:""}.fi-br-camera-movie:before{content:""}.fi-br-camera-retro:before{content:""}.fi-br-camera-rotate:before{content:""}.fi-br-camera-security:before{content:""}.fi-br-camera-slash:before{content:""}.fi-br-camera-viewfinder:before{content:""}.fi-br-camera:before{content:""}.fi-br-campfire:before{content:""}.fi-br-camping:before{content:""}.fi-br-can-food:before{content:""}.fi-br-candle-holder:before{content:""}.fi-br-candle-lotus-yoga:before{content:""}.fi-br-candle-pose-yoga:before{content:""}.fi-br-candy-alt:before{content:""}.fi-br-candy-bar:before{content:""}.fi-br-candy-cane:before{content:""}.fi-br-candy-corn:before{content:""}.fi-br-candy-sweet:before{content:""}.fi-br-candy:before{content:""}.fi-br-Cannabis:before{content:""}.fi-br-canned-food:before{content:""}.fi-br-capsules:before{content:""}.fi-br-car-alt:before{content:""}.fi-br-car-battery:before{content:""}.fi-br-car-bolt:before{content:""}.fi-br-car-building:before{content:""}.fi-br-car-bump:before{content:""}.fi-br-car-bus:before{content:""}.fi-br-car-circle-bolt:before{content:""}.fi-br-car-crash:before{content:""}.fi-br-car-garage:before{content:""}.fi-br-car-journey:before{content:""}.fi-br-car-mechanic:before{content:""}.fi-br-car-rear:before{content:""}.fi-br-car-side-bolt:before{content:""}.fi-br-car-side:before{content:""}.fi-br-car-tilt:before{content:""}.fi-br-car-tunnel:before{content:""}.fi-br-car-wash:before{content:""}.fi-br-car:before{content:""}.fi-br-caravan-alt:before{content:""}.fi-br-caravan:before{content:""}.fi-br-card-club:before{content:""}.fi-br-card-diamond:before{content:""}.fi-br-card-heart:before{content:""}.fi-br-card-spade:before{content:""}.fi-br-cardinal-compass:before{content:""}.fi-br-care:before{content:""}.fi-br-career-growth:before{content:""}.fi-br-career-path:before{content:""}.fi-br-caret-circle-down:before{content:""}.fi-br-caret-circle-right:before{content:""}.fi-br-caret-circle-up:before{content:""}.fi-br-caret-down:before{content:""}.fi-br-caret-left:before{content:""}.fi-br-caret-quare-up:before{content:""}.fi-br-caret-right:before{content:""}.fi-br-caret-square-down:before{content:""}.fi-br-caret-square-left_1:before{content:""}.fi-br-caret-square-left:before{content:""}.fi-br-caret-square-right:before{content:""}.fi-br-caret-up:before{content:""}.fi-br-carrot:before{content:""}.fi-br-cars-crash:before{content:""}.fi-br-cars:before{content:""}.fi-br-cart-arrow-down:before{content:""}.fi-br-cart-minus:before{content:""}.fi-br-cart-shopping-fast:before{content:""}.fi-br-cash-register:before{content:""}.fi-br-cassette-tape:before{content:""}.fi-br-cassette-vhs:before{content:""}.fi-br-castle:before{content:""}.fi-br-cat-head:before{content:""}.fi-br-cat-space:before{content:""}.fi-br-cat:before{content:""}.fi-br-catalog-alt:before{content:""}.fi-br-catalog-magazine:before{content:""}.fi-br-catalog:before{content:""}.fi-br-category-alt:before{content:""}.fi-br-category:before{content:""}.fi-br-cauldron:before{content:""}.fi-br-cedi-sign:before{content:""}.fi-br-cello:before{content:""}.fi-br-cent-sign:before{content:""}.fi-br-chair-office:before{content:""}.fi-br-chair:before{content:""}.fi-br-chalkboard-user:before{content:""}.fi-br-chalkboard:before{content:""}.fi-br-challenge-alt:before{content:""}.fi-br-challenge:before{content:""}.fi-br-channel:before{content:""}.fi-br-charging-station:before{content:""}.fi-br-chart-area:before{content:""}.fi-br-chart-bullet:before{content:""}.fi-br-chart-candlestick:before{content:""}.fi-br-chart-connected:before{content:""}.fi-br-chart-gantt:before{content:""}.fi-br-chart-histogram:before{content:""}.fi-br-chart-kanban:before{content:""}.fi-br-chart-line-up-down:before{content:""}.fi-br-chart-line-up:before{content:""}.fi-br-chart-mixed-up-circle-currency:before{content:""}.fi-br-chart-mixed-up-circle-dollar:before{content:""}.fi-br-chart-mixed:before{content:""}.fi-br-chart-network:before{content:""}.fi-br-chart-pie-alt:before{content:""}.fi-br-chart-pie-simple-circle-currency:before{content:""}.fi-br-chart-pie-simple-circle-dollar:before{content:""}.fi-br-chart-pie:before{content:""}.fi-br-chart-pyramid:before{content:""}.fi-br-chart-radar:before{content:""}.fi-br-chart-scatter-3d:before{content:""}.fi-br-chart-scatter-bubble:before{content:""}.fi-br-chart-scatter:before{content:""}.fi-br-chart-set-theory:before{content:""}.fi-br-chart-simple-horizontal:before{content:""}.fi-br-chart-simple:before{content:""}.fi-br-chart-tree-map:before{content:""}.fi-br-chart-tree:before{content:""}.fi-br-chart-user:before{content:""}.fi-br-chart-waterfall:before{content:""}.fi-br-chat-arrow-down:before{content:""}.fi-br-chat-arrow-grow:before{content:""}.fi-br-chat-bubble-call:before{content:""}.fi-br-chatbot-speech-bubble:before{content:""}.fi-br-chatbot:before{content:""}.fi-br-cheap-bill:before{content:""}.fi-br-cheap-dollar:before{content:""}.fi-br-cheap-stack-dollar:before{content:""}.fi-br-cheap-stack:before{content:""}.fi-br-cheap:before{content:""}.fi-br-check-circle:before{content:""}.fi-br-check-double:before{content:""}.fi-br-check-in-calendar:before{content:""}.fi-br-check-out-calendar:before{content:""}.fi-br-check:before{content:""}.fi-br-checkbox:before{content:""}.fi-br-checklist-task-budget:before{content:""}.fi-br-cheese-alt:before{content:""}.fi-br-cheese:before{content:""}.fi-br-cheeseburger:before{content:""}.fi-br-cherry:before{content:""}.fi-br-chess-bishop:before{content:""}.fi-br-chess-board:before{content:""}.fi-br-chess-clock-alt:before{content:""}.fi-br-chess-clock:before{content:""}.fi-br-chess-king-alt:before{content:""}.fi-br-chess-king:before{content:""}.fi-br-chess-knight-alt:before{content:""}.fi-br-chess-knight:before{content:""}.fi-br-chess-pawn-alt:before{content:""}.fi-br-chess-pawn:before{content:""}.fi-br-chess-piece:before{content:""}.fi-br-chess-queen-alt:before{content:""}.fi-br-chess-queen:before{content:""}.fi-br-chess-rook-alt:before{content:""}.fi-br-chess-rook:before{content:""}.fi-br-chess:before{content:""}.fi-br-chevron-double-down:before{content:""}.fi-br-chevron-double-up:before{content:""}.fi-br-child-head:before{content:""}.fi-br-child:before{content:""}.fi-br-chimney:before{content:""}.fi-br-chip:before{content:""}.fi-br-chocolate:before{content:""}.fi-br-choir-singing:before{content:""}.fi-br-choose-alt:before{content:""}.fi-br-choose:before{content:""}.fi-br-church:before{content:""}.fi-br-circle-0:before{content:""}.fi-br-circle-1:before{content:""}.fi-br-circle-2:before{content:""}.fi-br-circle-3:before{content:""}.fi-br-circle-4:before{content:""}.fi-br-circle-5:before{content:""}.fi-br-circle-6:before{content:""}.fi-br-circle-7:before{content:""}.fi-br-circle-8:before{content:""}.fi-br-circle-9:before{content:""}.fi-br-circle-a:before{content:""}.fi-br-circle-b:before{content:""}.fi-br-circle-bolt:before{content:""}.fi-br-circle-book-open:before{content:""}.fi-br-circle-bookmark:before{content:""}.fi-br-circle-c:before{content:""}.fi-br-circle-calendar:before{content:""}.fi-br-circle-camera:before{content:""}.fi-br-circle-d:before{content:""}.fi-br-circle-dashed:before{content:""}.fi-br-circle-divide:before{content:""}.fi-br-circle-e:before{content:""}.fi-br-circle-ellipsis-vertical:before{content:""}.fi-br-circle-ellipsis:before{content:""}.fi-br-circle-envelope:before{content:""}.fi-br-circle-exclamation-check:before{content:""}.fi-br-circle-f:before{content:""}.fi-br-circle-g:before{content:""}.fi-br-circle-h:before{content:""}.fi-br-circle-half-stroke:before{content:""}.fi-br-circle-half:before{content:""}.fi-br-circle-heart:before{content:""}.fi-br-circle-i:before{content:""}.fi-br-circle-j:before{content:""}.fi-br-circle-k:before{content:""}.fi-br-circle-l:before{content:""}.fi-br-circle-m:before{content:""}.fi-br-circle-microphone-lines:before{content:""}.fi-br-circle-microphone:before{content:""}.fi-br-circle-n:before{content:""}.fi-br-circle-nodes:before{content:""}.fi-br-circle-o:before{content:""}.fi-br-circle-overlap:before{content:""}.fi-br-circle-p:before{content:""}.fi-br-circle-phone-flip:before{content:""}.fi-br-circle-phone-hangup:before{content:""}.fi-br-circle-phone:before{content:""}.fi-br-circle-q:before{content:""}.fi-br-circle-quarter:before{content:""}.fi-br-circle-quarters-alt:before{content:""}.fi-br-circle-r:before{content:""}.fi-br-circle-s:before{content:""}.fi-br-circle-small:before{content:""}.fi-br-circle-star:before{content:""}.fi-br-circle-t:before{content:""}.fi-br-circle-three-quarters:before{content:""}.fi-br-circle-trash:before{content:""}.fi-br-circle-u:before{content:""}.fi-br-circle-user:before{content:""}.fi-br-circle-v:before{content:""}.fi-br-circle-video:before{content:""}.fi-br-circle-w:before{content:""}.fi-br-circle-waveform-lines:before{content:""}.fi-br-circle-x:before{content:""}.fi-br-circle-xmark:before{content:""}.fi-br-circle-y:before{content:""}.fi-br-circle-z:before{content:""}.fi-br-circle:before{content:""}.fi-br-citrus-slice:before{content:""}.fi-br-citrus:before{content:""}.fi-br-city:before{content:""}.fi-br-clapperboard-play:before{content:""}.fi-br-clapperboard:before{content:""}.fi-br-clarinet:before{content:""}.fi-br-claw-marks:before{content:""}.fi-br-clear-alt:before{content:""}.fi-br-clip-file:before{content:""}.fi-br-clip-mail:before{content:""}.fi-br-clip:before{content:""}.fi-br-clipboard-check:before{content:""}.fi-br-clipboard-exclamation:before{content:""}.fi-br-clipboard-list-check:before{content:""}.fi-br-clipboard-list:before{content:""}.fi-br-clipboard-prescription:before{content:""}.fi-br-clipboard-question:before{content:""}.fi-br-clipboard-user:before{content:""}.fi-br-clipboard:before{content:""}.fi-br-clipoard-wrong:before{content:""}.fi-br-clock-desk:before{content:""}.fi-br-clock-eight-thirty:before{content:""}.fi-br-clock-eleven-thirty:before{content:""}.fi-br-clock-eleven:before{content:""}.fi-br-clock-five-thirty:before{content:""}.fi-br-clock-five:before{content:""}.fi-br-clock-four-thirty:before{content:""}.fi-br-clock-nine-thirty:before{content:""}.fi-br-clock-nine:before{content:""}.fi-br-clock-one-thirty:before{content:""}.fi-br-clock-one:before{content:""}.fi-br-clock-seven-thirty:before{content:""}.fi-br-clock-seven:before{content:""}.fi-br-clock-six-thirty:before{content:""}.fi-br-clock-six:before{content:""}.fi-br-clock-ten-thirty:before{content:""}.fi-br-clock-ten:before{content:""}.fi-br-clock-three-thirty:before{content:""}.fi-br-clock-three:before{content:""}.fi-br-clock-time-tracking:before{content:""}.fi-br-clock-twelve-thirty:before{content:""}.fi-br-clock-twelve:before{content:""}.fi-br-clock-two-thirty:before{content:""}.fi-br-clock-two:before{content:""}.fi-br-clock-up-arrow:before{content:""}.fi-br-clock:before{content:""}.fi-br-clone:before{content:""}.fi-br-closed-captioning-slash:before{content:""}.fi-br-clothes-hanger:before{content:""}.fi-br-cloud-back-up-alt:before{content:""}.fi-br-cloud-back-up:before{content:""}.fi-br-cloud-check:before{content:""}.fi-br-cloud-code:before{content:""}.fi-br-cloud-disabled:before{content:""}.fi-br-cloud-download-alt:before{content:""}.fi-br-cloud-download:before{content:""}.fi-br-cloud-drizzle:before{content:""}.fi-br-cloud-exclamation:before{content:""}.fi-br-cloud-gear-automation:before{content:""}.fi-br-cloud-hail-mixed:before{content:""}.fi-br-cloud-hail:before{content:""}.fi-br-cloud-meatball:before{content:""}.fi-br-cloud-moon-rain:before{content:""}.fi-br-cloud-moon:before{content:""}.fi-br-cloud-question:before{content:""}.fi-br-cloud-rain:before{content:""}.fi-br-cloud-rainbow:before{content:""}.fi-br-cloud-share:before{content:""}.fi-br-cloud-showers-heavy:before{content:""}.fi-br-cloud-showers:before{content:""}.fi-br-cloud-sleet:before{content:""}.fi-br-cloud-snow:before{content:""}.fi-br-cloud-sun-rain:before{content:""}.fi-br-cloud-sun:before{content:""}.fi-br-cloud-upload-alt:before{content:""}.fi-br-cloud-upload:before{content:""}.fi-br-cloud:before{content:""}.fi-br-clouds-moon:before{content:""}.fi-br-clouds-sun:before{content:""}.fi-br-clouds:before{content:""}.fi-br-clover-alt:before{content:""}.fi-br-club:before{content:""}.fi-br-cocktail-alt:before{content:""}.fi-br-cocktail:before{content:""}.fi-br-coconut:before{content:""}.fi-br-code-branch:before{content:""}.fi-br-code-commit:before{content:""}.fi-br-code-compare:before{content:""}.fi-br-code-fork:before{content:""}.fi-br-code-merge:before{content:""}.fi-br-code-pull-request-closed:before{content:""}.fi-br-code-pull-request-draft:before{content:""}.fi-br-code-pull-request:before{content:""}.fi-br-code-simple:before{content:""}.fi-br-coffee-bean:before{content:""}.fi-br-coffee-beans:before{content:""}.fi-br-coffee-heart:before{content:""}.fi-br-coffee-pot:before{content:""}.fi-br-coffee:before{content:""}.fi-br-coffin-cross:before{content:""}.fi-br-coffin:before{content:""}.fi-br-coin-up-arrow:before{content:""}.fi-br-coin:before{content:""}.fi-br-coins:before{content:""}.fi-br-colon-sign:before{content:""}.fi-br-columns-3:before{content:""}.fi-br-comet:before{content:""}.fi-br-command:before{content:""}.fi-br-comment-alt-check:before{content:""}.fi-br-comment-alt-dots:before{content:""}.fi-br-comment-alt-edit:before{content:""}.fi-br-comment-alt-medical:before{content:""}.fi-br-comment-alt-middle-top:before{content:""}.fi-br-comment-alt-middle:before{content:""}.fi-br-comment-alt-minus:before{content:""}.fi-br-comment-alt-music:before{content:""}.fi-br-comment-alt:before{content:""}.fi-br-comment-arrow-down:before{content:""}.fi-br-comment-arrow-up-right:before{content:""}.fi-br-comment-arrow-up:before{content:""}.fi-br-comment-check:before{content:""}.fi-br-comment-code:before{content:""}.fi-br-comment-dollar:before{content:""}.fi-br-comment-dots:before{content:""}.fi-br-comment-exclamation:before{content:""}.fi-br-comment-heart:before{content:""}.fi-br-comment-image:before{content:""}.fi-br-comment-info:before{content:""}.fi-br-comment-medical:before{content:""}.fi-br-comment-minus:before{content:""}.fi-br-comment-pen:before{content:""}.fi-br-comment-question:before{content:""}.fi-br-comment-quote:before{content:""}.fi-br-comment-slash:before{content:""}.fi-br-comment-smile:before{content:""}.fi-br-comment-sms:before{content:""}.fi-br-comment-text:before{content:""}.fi-br-comment-user:before{content:""}.fi-br-comment-xmark:before{content:""}.fi-br-comment:before{content:""}.fi-br-comments-dollar:before{content:""}.fi-br-comments-question-check:before{content:""}.fi-br-comments-question:before{content:""}.fi-br-comments:before{content:""}.fi-br-compass-alt:before{content:""}.fi-br-compass-east:before{content:""}.fi-br-compass-north:before{content:""}.fi-br-compass-slash:before{content:""}.fi-br-compass-south:before{content:""}.fi-br-compass-west:before{content:""}.fi-br-completed:before{content:""}.fi-br-compliance-clipboard:before{content:""}.fi-br-compliance-document:before{content:""}.fi-br-compliance:before{content:""}.fi-br-compress-alt:before{content:""}.fi-br-compress:before{content:""}.fi-br-computer-classic:before{content:""}.fi-br-computer-mouse:before{content:""}.fi-br-computer-speaker:before{content:""}.fi-br-computer:before{content:""}.fi-br-concierge-bell:before{content:""}.fi-br-condition-alt:before{content:""}.fi-br-condition:before{content:""}.fi-br-confetti:before{content:""}.fi-br-constellation:before{content:""}.fi-br-container-storage:before{content:""}.fi-br-convert-document:before{content:""}.fi-br-convert-shapes:before{content:""}.fi-br-conveyor-belt-alt:before{content:""}.fi-br-conveyor-belt-arm:before{content:""}.fi-br-conveyor-belt-empty:before{content:""}.fi-br-conveyor-belt:before{content:""}.fi-br-cookie-alt:before{content:""}.fi-br-cookie:before{content:""}.fi-br-copy-alt:before{content:""}.fi-br-copy-image:before{content:""}.fi-br-copy:before{content:""}.fi-br-copyright:before{content:""}.fi-br-corn:before{content:""}.fi-br-corporate-alt:before{content:""}.fi-br-corporate:before{content:""}.fi-br-couch:before{content:""}.fi-br-couple:before{content:""}.fi-br-court-sport:before{content:""}.fi-br-cow-alt:before{content:""}.fi-br-cow:before{content:""}.fi-br-cowbell-circle-plus:before{content:""}.fi-br-cowbell-more:before{content:""}.fi-br-cowbell:before{content:""}.fi-br-crab:before{content:""}.fi-br-crate-empty:before{content:""}.fi-br-cream:before{content:""}.fi-br-credit-card-buyer:before{content:""}.fi-br-credit-card-eye:before{content:""}.fi-br-credit-card:before{content:""}.fi-br-cricket:before{content:""}.fi-br-crm-alt:before{content:""}.fi-br-crm-computer:before{content:""}.fi-br-CRM:before{content:""}.fi-br-croissant:before{content:""}.fi-br-cross-circle:before{content:""}.fi-br-cross-religion:before{content:""}.fi-br-cross-small:before{content:""}.fi-br-cross:before{content:""}.fi-br-crow:before{content:""}.fi-br-crown:before{content:""}.fi-br-crutch:before{content:""}.fi-br-crutches:before{content:""}.fi-br-cruzeiro-sign:before{content:""}.fi-br-crypto-calendar:before{content:""}.fi-br-cryptocurrency:before{content:""}.fi-br-crystal-ball:before{content:""}.fi-br-cube:before{content:""}.fi-br-cubes-stacked:before{content:""}.fi-br-cubes:before{content:""}.fi-br-cucumber:before{content:""}.fi-br-cup-straw-swoosh:before{content:""}.fi-br-cup-straw:before{content:""}.fi-br-cup-togo:before{content:""}.fi-br-cupcake-alt:before{content:""}.fi-br-cupcake:before{content:""}.fi-br-curling:before{content:""}.fi-br-cursor-finger:before{content:""}.fi-br-cursor-plus:before{content:""}.fi-br-cursor-text-alt:before{content:""}.fi-br-cursor-text:before{content:""}.fi-br-cursor:before{content:""}.fi-br-curve-alt:before{content:""}.fi-br-curve-arrow:before{content:""}.fi-br-curve:before{content:""}.fi-br-custard:before{content:""}.fi-br-customer-care:before{content:""}.fi-br-customer-service:before{content:""}.fi-br-customization-cogwheel:before{content:""}.fi-br-customization:before{content:""}.fi-br-customize-computer:before{content:""}.fi-br-customize-edit:before{content:""}.fi-br-customize:before{content:""}.fi-br-CV:before{content:""}.fi-br-cvv-card:before{content:""}.fi-br-d:before{content:""}.fi-br-dagger:before{content:""}.fi-br-daily-calendar:before{content:""}.fi-br-damage:before{content:""}.fi-br-dart:before{content:""}.fi-br-dashboard-monitor:before{content:""}.fi-br-dashboard-panel:before{content:""}.fi-br-dashboard:before{content:""}.fi-br-data-transfer:before{content:""}.fi-br-database:before{content:""}.fi-br-debt:before{content:""}.fi-br-deer-rudolph:before{content:""}.fi-br-deer:before{content:""}.fi-br-delete-document:before{content:""}.fi-br-delete-right:before{content:""}.fi-br-delete-user:before{content:""}.fi-br-delete:before{content:""}.fi-br-democrat:before{content:""}.fi-br-department-structure:before{content:""}.fi-br-department:before{content:""}.fi-br-deposit-alt:before{content:""}.fi-br-deposit:before{content:""}.fi-br-description-alt:before{content:""}.fi-br-description:before{content:""}.fi-br-desk:before{content:""}.fi-br-desktop-arrow-down:before{content:""}.fi-br-desktop-wallpaper:before{content:""}.fi-br-devices:before{content:""}.fi-br-dewpoint:before{content:""}.fi-br-dharmachakra:before{content:""}.fi-br-diagram-cells:before{content:""}.fi-br-diagram-lean-canvas:before{content:""}.fi-br-diagram-nested:before{content:""}.fi-br-diagram-next:before{content:""}.fi-br-diagram-predecessor:before{content:""}.fi-br-diagram-previous:before{content:""}.fi-br-diagram-project:before{content:""}.fi-br-diagram-sankey:before{content:""}.fi-br-diagram-subtask:before{content:""}.fi-br-diagram-successor:before{content:""}.fi-br-diagram-venn:before{content:""}.fi-br-dial-high:before{content:""}.fi-br-dial-low:before{content:""}.fi-br-dial-max:before{content:""}.fi-br-dial-med-low:before{content:""}.fi-br-dial-med:before{content:""}.fi-br-dial-min:before{content:""}.fi-br-dial-off:before{content:""}.fi-br-dial:before{content:""}.fi-br-diamond-exclamation:before{content:""}.fi-br-diamond-turn-right:before{content:""}.fi-br-diamond:before{content:""}.fi-br-diary-bookmark-down:before{content:""}.fi-br-diary-bookmarks:before{content:""}.fi-br-diary-clasp:before{content:""}.fi-br-dice-alt:before{content:""}.fi-br-dice-d10:before{content:""}.fi-br-dice-d12:before{content:""}.fi-br-dice-d20:before{content:""}.fi-br-dice-d4:before{content:""}.fi-br-dice-d6:before{content:""}.fi-br-dice-d8:before{content:""}.fi-br-dice-four:before{content:""}.fi-br-dice-one:before{content:""}.fi-br-dice-six:before{content:""}.fi-br-dice-three:before{content:""}.fi-br-dice-two:before{content:""}.fi-br-dice:before{content:""}.fi-br-digging:before{content:""}.fi-br-digital-tachograph:before{content:""}.fi-br-dinner:before{content:""}.fi-br-diploma:before{content:""}.fi-br-direction-signal-arrow:before{content:""}.fi-br-direction-signal:before{content:""}.fi-br-disc-drive:before{content:""}.fi-br-disco-ball:before{content:""}.fi-br-discover:before{content:""}.fi-br-disease:before{content:""}.fi-br-disk:before{content:""}.fi-br-display-arrow-down:before{content:""}.fi-br-display-chart-up:before{content:""}.fi-br-display-code:before{content:""}.fi-br-display-medical:before{content:""}.fi-br-display-slash:before{content:""}.fi-br-distribute-spacing-horizontal:before{content:""}.fi-br-distribute-spacing-vertical:before{content:""}.fi-br-divide:before{content:""}.fi-br-dizzy:before{content:""}.fi-br-dna:before{content:""}.fi-br-do-not-enter:before{content:""}.fi-br-doctor:before{content:""}.fi-br-document-circle-wrong:before{content:""}.fi-br-document-paid:before{content:""}.fi-br-document-signed:before{content:""}.fi-br-document:before{content:""}.fi-br-dog-leashed:before{content:""}.fi-br-dog:before{content:""}.fi-br-dollar:before{content:""}.fi-br-dolly-flatbed-alt:before{content:""}.fi-br-dolly-flatbed-empty:before{content:""}.fi-br-dolly-flatbed:before{content:""}.fi-br-dolphin:before{content:""}.fi-br-domino-effect:before{content:""}.fi-br-donate:before{content:""}.fi-br-dong-sign:before{content:""}.fi-br-donut:before{content:""}.fi-br-door-closed:before{content:""}.fi-br-door-open:before{content:""}.fi-br-dot-circle:before{content:""}.fi-br-dot-pending:before{content:""}.fi-br-dove:before{content:""}.fi-br-down-from-bracket:before{content:""}.fi-br-down-left-and-up-right-to-center:before{content:""}.fi-br-down-left:before{content:""}.fi-br-down-right:before{content:""}.fi-br-down-to-line:before{content:""}.fi-br-down:before{content:""}.fi-br-download:before{content:""}.fi-br-drafting-compass:before{content:""}.fi-br-dragon:before{content:""}.fi-br-draw-polygon:before{content:""}.fi-br-draw-square:before{content:""}.fi-br-drawer-alt:before{content:""}.fi-br-drawer-empty:before{content:""}.fi-br-drawer:before{content:""}.fi-br-dreidel:before{content:""}.fi-br-drink-alt:before{content:""}.fi-br-driver-man:before{content:""}.fi-br-driver-woman:before{content:""}.fi-br-drone-alt:before{content:""}.fi-br-drone-front:before{content:""}.fi-br-drone:before{content:""}.fi-br-drop-down:before{content:""}.fi-br-dropdown-select:before{content:""}.fi-br-dropdown:before{content:""}.fi-br-drum-steelpan:before{content:""}.fi-br-drum:before{content:""}.fi-br-drumstick-bite:before{content:""}.fi-br-drumstick:before{content:""}.fi-br-dryer-alt:before{content:""}.fi-br-dryer:before{content:""}.fi-br-duck:before{content:""}.fi-br-dumbbell-fitness:before{content:""}.fi-br-dumbbell-horizontal:before{content:""}.fi-br-dumbbell-ray:before{content:""}.fi-br-dumbbell-weightlifting:before{content:""}.fi-br-dumpster-fire:before{content:""}.fi-br-dumpster:before{content:""}.fi-br-dungeon:before{content:""}.fi-br-duplicate:before{content:""}.fi-br-duration-alt:before{content:""}.fi-br-duration:before{content:""}.fi-br-e-learning:before{content:""}.fi-br-e:before{content:""}.fi-br-ear-deaf:before{content:""}.fi-br-ear-muffs:before{content:""}.fi-br-ear:before{content:""}.fi-br-earnings:before{content:""}.fi-br-earth-africa:before{content:""}.fi-br-earth-americas:before{content:""}.fi-br-earth-asia:before{content:""}.fi-br-earth-europa:before{content:""}.fi-br-eclipse-alt:before{content:""}.fi-br-eclipse:before{content:""}.fi-br-edit-alt:before{content:""}.fi-br-edit:before{content:""}.fi-br-effect:before{content:""}.fi-br-egg-fried:before{content:""}.fi-br-egg:before{content:""}.fi-br-eject:before{content:""}.fi-br-elephant:before{content:""}.fi-br-elevator:before{content:""}.fi-br-email-pending:before{content:""}.fi-br-employee-alt:before{content:""}.fi-br-employee-handbook:before{content:""}.fi-br-employee-man-alt:before{content:""}.fi-br-employee-man:before{content:""}.fi-br-employees-woman-man:before{content:""}.fi-br-employees:before{content:""}.fi-br-empty-set:before{content:""}.fi-br-endless-loop:before{content:""}.fi-br-engine-warning:before{content:""}.fi-br-engine:before{content:""}.fi-br-enter:before{content:""}.fi-br-envelope-ban:before{content:""}.fi-br-envelope-bulk:before{content:""}.fi-br-envelope-dot:before{content:""}.fi-br-envelope-download:before{content:""}.fi-br-envelope-heart:before{content:""}.fi-br-envelope-marker:before{content:""}.fi-br-envelope-open-dollar:before{content:""}.fi-br-envelope-open-text:before{content:""}.fi-br-envelope-open:before{content:""}.fi-br-envelope-plus:before{content:""}.fi-br-envelope:before{content:""}.fi-br-envelopes:before{content:""}.fi-br-equality:before{content:""}.fi-br-equals:before{content:""}.fi-br-eraser:before{content:""}.fi-br-error-camera:before{content:""}.fi-br-escalator:before{content:""}.fi-br-ethernet:before{content:""}.fi-br-euro:before{content:""}.fi-br-excavator:before{content:""}.fi-br-exchange-alt:before{content:""}.fi-br-exchange-cryptocurrency:before{content:""}.fi-br-exchange:before{content:""}.fi-br-exclamation:before{content:""}.fi-br-exit-alt:before{content:""}.fi-br-exit:before{content:""}.fi-br-expand-arrows-alt:before{content:""}.fi-br-expand-arrows:before{content:""}.fi-br-expand:before{content:""}.fi-br-expense-bill:before{content:""}.fi-br-expense:before{content:""}.fi-br-external-hard-drive:before{content:""}.fi-br-external-world:before{content:""}.fi-br-eye-crossed:before{content:""}.fi-br-eye-dropper-half:before{content:""}.fi-br-eye-dropper:before{content:""}.fi-br-eye:before{content:""}.fi-br-eyes:before{content:""}.fi-br-f:before{content:""}.fi-br-fabric:before{content:""}.fi-br-face-angry-horns:before{content:""}.fi-br-face-anguished:before{content:""}.fi-br-face-anxious-sweat:before{content:""}.fi-br-face-astonished:before{content:""}.fi-br-face-awesome:before{content:""}.fi-br-face-beam-hand-over-mouth:before{content:""}.fi-br-face-confounded:before{content:""}.fi-br-face-confused:before{content:""}.fi-br-face-cowboy-hat:before{content:""}.fi-br-face-disappointed:before{content:""}.fi-br-face-disguise:before{content:""}.fi-br-face-downcast-sweat:before{content:""}.fi-br-face-drooling:before{content:""}.fi-br-face-explode:before{content:""}.fi-br-face-expressionless:before{content:""}.fi-br-face-eyes-xmarks:before{content:""}.fi-br-face-fearful:before{content:""}.fi-br-face-glasses:before{content:""}.fi-br-face-grin-tongue-wink:before{content:""}.fi-br-face-hand-yawn:before{content:""}.fi-br-face-head-bandage:before{content:""}.fi-br-face-hushed:before{content:""}.fi-br-face-icicles:before{content:""}.fi-br-face-lying:before{content:""}.fi-br-face-mask:before{content:""}.fi-br-face-monocle:before{content:""}.fi-br-face-nauseated:before{content:""}.fi-br-face-nose-steam:before{content:""}.fi-br-face-party:before{content:""}.fi-br-face-pensive:before{content:""}.fi-br-face-persevering:before{content:""}.fi-br-face-pleading:before{content:""}.fi-br-face-raised-eyebrow:before{content:""}.fi-br-face-relieved:before{content:""}.fi-br-face-sad-sweat:before{content:""}.fi-br-face-scream:before{content:""}.fi-br-face-shush:before{content:""}.fi-br-face-sleeping:before{content:""}.fi-br-face-sleepy:before{content:""}.fi-br-face-smile-halo:before{content:""}.fi-br-face-smile-hearts:before{content:""}.fi-br-face-smile-horns:before{content:""}.fi-br-face-smile-tear:before{content:""}.fi-br-face-smile-tongue:before{content:""}.fi-br-face-smile-upside-down:before{content:""}.fi-br-face-smiling-hands:before{content:""}.fi-br-face-smirking:before{content:""}.fi-br-face-sunglasses-alt:before{content:""}.fi-br-face-sunglasses:before{content:""}.fi-br-face-swear:before{content:""}.fi-br-face-thermometer:before{content:""}.fi-br-face-thinking:before{content:""}.fi-br-face-tissue:before{content:""}.fi-br-face-tongue-money:before{content:""}.fi-br-face-tongue-sweat:before{content:""}.fi-br-face-unamused:before{content:""}.fi-br-face-viewfinder:before{content:""}.fi-br-face-vomit:before{content:""}.fi-br-face-weary:before{content:""}.fi-br-face-woozy:before{content:""}.fi-br-face-worried:before{content:""}.fi-br-face-zany:before{content:""}.fi-br-face-zipper:before{content:""}.fi-br-fail:before{content:""}.fi-br-falafel:before{content:""}.fi-br-family-dress:before{content:""}.fi-br-family-pants:before{content:""}.fi-br-family:before{content:""}.fi-br-fan-table:before{content:""}.fi-br-fan:before{content:""}.fi-br-farm:before{content:""}.fi-br-faucet-drip:before{content:""}.fi-br-faucet:before{content:""}.fi-br-fax:before{content:""}.fi-br-feather-pointed:before{content:""}.fi-br-feather:before{content:""}.fi-br-features-alt:before{content:""}.fi-br-features:before{content:""}.fi-br-fee-receipt:before{content:""}.fi-br-fee:before{content:""}.fi-br-feedback-alt:before{content:""}.fi-br-feedback-cycle-loop:before{content:""}.fi-br-feedback-hand:before{content:""}.fi-br-feedback-review:before{content:""}.fi-br-feedback:before{content:""}.fi-br-female-couple:before{content:""}.fi-br-female:before{content:""}.fi-br-fence:before{content:""}.fi-br-ferris-wheel:before{content:""}.fi-br-field-hockey:before{content:""}.fi-br-fighter-jet:before{content:""}.fi-br-file-ai:before{content:""}.fi-br-file-audio:before{content:""}.fi-br-file-binary:before{content:""}.fi-br-file-chart-line:before{content:""}.fi-br-file-chart-pie:before{content:""}.fi-br-file-circle-info:before{content:""}.fi-br-file-cloud:before{content:""}.fi-br-file-code:before{content:""}.fi-br-file-csv:before{content:""}.fi-br-file-download:before{content:""}.fi-br-file-edit:before{content:""}.fi-br-file-eps:before{content:""}.fi-br-file-excel:before{content:""}.fi-br-file-exclamation:before{content:""}.fi-br-file-export:before{content:""}.fi-br-file-image:before{content:""}.fi-br-file-import:before{content:""}.fi-br-file-invoice-dollar:before{content:""}.fi-br-file-invoice:before{content:""}.fi-br-file-medical-alt:before{content:""}.fi-br-file-medical:before{content:""}.fi-br-file-minus:before{content:""}.fi-br-file-pdf:before{content:""}.fi-br-file-powerpoint:before{content:""}.fi-br-file-prescription:before{content:""}.fi-br-file-psd:before{content:""}.fi-br-file-signature:before{content:""}.fi-br-file-spreadsheet:before{content:""}.fi-br-file-upload:before{content:""}.fi-br-file-user:before{content:""}.fi-br-file-video:before{content:""}.fi-br-file-word:before{content:""}.fi-br-file-zipper:before{content:""}.fi-br-file:before{content:""}.fi-br-files-medical:before{content:""}.fi-br-fill:before{content:""}.fi-br-film-canister:before{content:""}.fi-br-film-slash:before{content:""}.fi-br-film:before{content:""}.fi-br-films:before{content:""}.fi-br-filter-list:before{content:""}.fi-br-filter-slash:before{content:""}.fi-br-filter:before{content:""}.fi-br-filters:before{content:""}.fi-br-fingerprint-security-risk:before{content:""}.fi-br-fingerprint:before{content:""}.fi-br-fire-burner:before{content:""}.fi-br-fire-extinguisher:before{content:""}.fi-br-fire-flame-curved:before{content:""}.fi-br-fire-flame-simple:before{content:""}.fi-br-fire-hydrant:before{content:""}.fi-br-fire-smoke:before{content:""}.fi-br-fireplace:before{content:""}.fi-br-first-award:before{content:""}.fi-br-first-laurel:before{content:""}.fi-br-first-medal:before{content:""}.fi-br-first:before{content:""}.fi-br-fish-bones:before{content:""}.fi-br-fish-cooked:before{content:""}.fi-br-fish:before{content:""}.fi-br-fishing-rod:before{content:""}.fi-br-fist-move:before{content:""}.fi-br-flag-alt:before{content:""}.fi-br-flag-checkered:before{content:""}.fi-br-flag-usa:before{content:""}.fi-br-flag:before{content:""}.fi-br-flame:before{content:""}.fi-br-flashlight:before{content:""}.fi-br-flask-gear:before{content:""}.fi-br-flask-poison:before{content:""}.fi-br-flask-potion:before{content:""}.fi-br-flask:before{content:""}.fi-br-flatbread-stuffed:before{content:""}.fi-br-flatbread:before{content:""}.fi-br-flip-horizontal:before{content:""}.fi-br-floor-alt:before{content:""}.fi-br-floor-layer:before{content:""}.fi-br-floor:before{content:""}.fi-br-floppy-disk-circle-arrow-right:before{content:""}.fi-br-floppy-disk-circle-xmark:before{content:""}.fi-br-floppy-disk-pen:before{content:""}.fi-br-floppy-disks:before{content:""}.fi-br-florin-sign:before{content:""}.fi-br-flower-bouquet:before{content:""}.fi-br-flower-butterfly:before{content:""}.fi-br-flower-daffodil:before{content:""}.fi-br-flower-tulip:before{content:""}.fi-br-flower:before{content:""}.fi-br-flushed-face:before{content:""}.fi-br-flushed:before{content:""}.fi-br-flute:before{content:""}.fi-br-flux-capacitor:before{content:""}.fi-br-fly-insect:before{content:""}.fi-br-flying-disc:before{content:""}.fi-br-fog:before{content:""}.fi-br-folder-download:before{content:""}.fi-br-folder-fire:before{content:""}.fi-br-folder-minus:before{content:""}.fi-br-folder-open:before{content:""}.fi-br-folder-times:before{content:""}.fi-br-folder-tree:before{content:""}.fi-br-folder-upload:before{content:""}.fi-br-folder-xmark:before{content:""}.fi-br-folder:before{content:""}.fi-br-folders:before{content:""}.fi-br-follow-folder:before{content:""}.fi-br-followcollection:before{content:""}.fi-br-following:before{content:""}.fi-br-fondue-pot:before{content:""}.fi-br-football:before{content:""}.fi-br-foreign-language-audio:before{content:""}.fi-br-fork:before{content:""}.fi-br-forklift:before{content:""}.fi-br-form:before{content:""}.fi-br-fort:before{content:""}.fi-br-forward-fast:before{content:""}.fi-br-forward:before{content:""}.fi-br-fox:before{content:""}.fi-br-frame:before{content:""}.fi-br-franc-sign:before{content:""}.fi-br-free-delivery:before{content:""}.fi-br-free:before{content:""}.fi-br-french-fries:before{content:""}.fi-br-friday:before{content:""}.fi-br-frog:before{content:""}.fi-br-ftp:before{content:""}.fi-br-fuel-gauge:before{content:""}.fi-br-function-process:before{content:""}.fi-br-function-square:before{content:""}.fi-br-function:before{content:""}.fi-br-funnel-dollar:before{content:""}.fi-br-g:before{content:""}.fi-br-galaxy-alt:before{content:""}.fi-br-galaxy-planet:before{content:""}.fi-br-galaxy-star:before{content:""}.fi-br-galaxy:before{content:""}.fi-br-gallery-thumbnails:before{content:""}.fi-br-gallery:before{content:""}.fi-br-game-board-alt:before{content:""}.fi-br-gamepad:before{content:""}.fi-br-garage-car:before{content:""}.fi-br-garage-open:before{content:""}.fi-br-garage:before{content:""}.fi-br-garlic-alt:before{content:""}.fi-br-garlic:before{content:""}.fi-br-gas-pump-alt:before{content:""}.fi-br-gas-pump-slash:before{content:""}.fi-br-gas-pump:before{content:""}.fi-br-gauge-circle-bolt:before{content:""}.fi-br-gauge-circle-minus:before{content:""}.fi-br-gauge-circle-plus:before{content:""}.fi-br-gavel:before{content:""}.fi-br-gay-couple:before{content:""}.fi-br-gears:before{content:""}.fi-br-gem:before{content:""}.fi-br-general:before{content:""}.fi-br-ghost:before{content:""}.fi-br-gif-square:before{content:""}.fi-br-gif:before{content:""}.fi-br-gift-box-benefits:before{content:""}.fi-br-gift-card:before{content:""}.fi-br-gift:before{content:""}.fi-br-gifts:before{content:""}.fi-br-gingerbread-man:before{content:""}.fi-br-glass-champagne:before{content:""}.fi-br-glass-cheers:before{content:""}.fi-br-glass-citrus:before{content:""}.fi-br-glass-empty:before{content:""}.fi-br-glass-half:before{content:""}.fi-br-glass-water-droplet:before{content:""}.fi-br-glass-whiskey-rocks:before{content:""}.fi-br-glass-whiskey:before{content:""}.fi-br-glass:before{content:""}.fi-br-glasses:before{content:""}.fi-br-globe-alt:before{content:""}.fi-br-globe-pointer:before{content:""}.fi-br-globe-snow:before{content:""}.fi-br-globe:before{content:""}.fi-br-goal-net:before{content:""}.fi-br-golf-ball:before{content:""}.fi-br-golf-club:before{content:""}.fi-br-golf-hole:before{content:""}.fi-br-golf:before{content:""}.fi-br-gopuram:before{content:""}.fi-br-government-budget:before{content:""}.fi-br-government-flag:before{content:""}.fi-br-government-user:before{content:""}.fi-br-gps-navigation:before{content:""}.fi-br-graduation-cap:before{content:""}.fi-br-gramophone:before{content:""}.fi-br-grape:before{content:""}.fi-br-graph-curve:before{content:""}.fi-br-graphic-style:before{content:""}.fi-br-graphic-tablet:before{content:""}.fi-br-grate-droplet:before{content:""}.fi-br-grate:before{content:""}.fi-br-greater-than-equal:before{content:""}.fi-br-greater-than:before{content:""}.fi-br-greek-helmet:before{content:""}.fi-br-grid-alt:before{content:""}.fi-br-grid-dividers:before{content:""}.fi-br-grid:before{content:""}.fi-br-grill-hot-alt:before{content:""}.fi-br-grill:before{content:""}.fi-br-grimace:before{content:""}.fi-br-grin-alt:before{content:""}.fi-br-grin-beam-sweat:before{content:""}.fi-br-grin-beam:before{content:""}.fi-br-grin-hearts:before{content:""}.fi-br-grin-squint-tears:before{content:""}.fi-br-grin-squint:before{content:""}.fi-br-grin-stars:before{content:""}.fi-br-grin-tears:before{content:""}.fi-br-grin-tongue-squint:before{content:""}.fi-br-grin-tongue-wink:before{content:""}.fi-br-grin-tongue:before{content:""}.fi-br-grin-wink:before{content:""}.fi-br-grin:before{content:""}.fi-br-grip-dots-vertical:before{content:""}.fi-br-grip-dots:before{content:""}.fi-br-grip-horizontal:before{content:""}.fi-br-grip-lines-vertical:before{content:""}.fi-br-grip-lines:before{content:""}.fi-br-grip-vertical:before{content:""}.fi-br-grocery-bag:before{content:""}.fi-br-grocery-basket:before{content:""}.fi-br-group-arrows-rotate:before{content:""}.fi-br-group-call:before{content:""}.fi-br-group-community-social-media:before{content:""}.fi-br-growth-chart-invest:before{content:""}.fi-br-guarani-sign:before{content:""}.fi-br-guide-alt:before{content:""}.fi-br-guide:before{content:""}.fi-br-guitar-electric:before{content:""}.fi-br-guitar:before{content:""}.fi-br-guitars:before{content:""}.fi-br-gun-squirt:before{content:""}.fi-br-gym:before{content:""}.fi-br-h-square:before{content:""}.fi-br-h:before{content:""}.fi-br-h1:before{content:""}.fi-br-h2:before{content:""}.fi-br-h3:before{content:""}.fi-br-h4:before{content:""}.fi-br-hair-clipper:before{content:""}.fi-br-hamburger-soda:before{content:""}.fi-br-hamburger:before{content:""}.fi-br-hammer-crash:before{content:""}.fi-br-hammer-war:before{content:""}.fi-br-hammer:before{content:""}.fi-br-hamsa:before{content:""}.fi-br-hand-back-fist:before{content:""}.fi-br-hand-back-point-down:before{content:""}.fi-br-hand-back-point-left:before{content:""}.fi-br-hand-back-point-ribbon:before{content:""}.fi-br-hand-back-point-right:before{content:""}.fi-br-hand-bill:before{content:""}.fi-br-hand-dots:before{content:""}.fi-br-hand-fingers-crossed:before{content:""}.fi-br-hand-fist:before{content:""}.fi-br-hand-heart:before{content:""}.fi-br-hand-holding-box:before{content:""}.fi-br-hand-holding-droplet:before{content:""}.fi-br-hand-holding-magic:before{content:""}.fi-br-hand-holding-medical:before{content:""}.fi-br-hand-holding-seeding:before{content:""}.fi-br-hand-holding-skull:before{content:""}.fi-br-hand-holding-usd:before{content:""}.fi-br-hand-holding-water:before{content:""}.fi-br-hand-horns:before{content:""}.fi-br-hand-lizard:before{content:""}.fi-br-hand-love:before{content:""}.fi-br-hand-middle-finger:before{content:""}.fi-br-hand-paper:before{content:""}.fi-br-hand-peace:before{content:""}.fi-br-hand-point-ribbon:before{content:""}.fi-br-hand-scissors:before{content:""}.fi-br-hand-sparkles:before{content:""}.fi-br-hand-spock:before{content:""}.fi-br-hand-wave:before{content:""}.fi-br-hand:before{content:""}.fi-br-handmade:before{content:""}.fi-br-hands-bubbles:before{content:""}.fi-br-hands-clapping:before{content:""}.fi-br-hands-heart:before{content:""}.fi-br-hands-holding-diamond:before{content:""}.fi-br-hands-holding:before{content:""}.fi-br-hands-usd:before{content:""}.fi-br-handshake-angle:before{content:""}.fi-br-handshake-deal-loan:before{content:""}.fi-br-handshake-house:before{content:""}.fi-br-handshake-simple-slash:before{content:""}.fi-br-handshake-trust:before{content:""}.fi-br-handshake:before{content:""}.fi-br-happy:before{content:""}.fi-br-hard-hat:before{content:""}.fi-br-hashtag-lock:before{content:""}.fi-br-hastag:before{content:""}.fi-br-hat-beach:before{content:""}.fi-br-hat-birthday:before{content:""}.fi-br-hat-chef:before{content:""}.fi-br-hat-cowboy-side:before{content:""}.fi-br-hat-cowboy:before{content:""}.fi-br-hat-santa:before{content:""}.fi-br-hat-winter:before{content:""}.fi-br-hat-witch:before{content:""}.fi-br-hat-wizard:before{content:""}.fi-br-hdd:before{content:""}.fi-br-head-side-brain:before{content:""}.fi-br-head-side-cough-slash:before{content:""}.fi-br-head-side-cough:before{content:""}.fi-br-head-side-headphones:before{content:""}.fi-br-head-side-heart:before{content:""}.fi-br-head-side-mask:before{content:""}.fi-br-head-side-medical:before{content:""}.fi-br-head-side-thinking:before{content:""}.fi-br-head-side-virus:before{content:""}.fi-br-head-side:before{content:""}.fi-br-head-vr:before{content:""}.fi-br-heading:before{content:""}.fi-br-headphones:before{content:""}.fi-br-headset:before{content:""}.fi-br-heart-arrow:before{content:""}.fi-br-heart-brain:before{content:""}.fi-br-heart-crack:before{content:""}.fi-br-heart-half-stroke:before{content:""}.fi-br-heart-half:before{content:""}.fi-br-heart-health-muscle:before{content:""}.fi-br-heart-lock:before{content:""}.fi-br-heart-partner-handshake:before{content:""}.fi-br-heart-rate:before{content:""}.fi-br-heart-slash:before{content:""}.fi-br-heart-upside-down:before{content:""}.fi-br-heart:before{content:""}.fi-br-heat:before{content:""}.fi-br-helicopter-side:before{content:""}.fi-br-helmet-battle:before{content:""}.fi-br-hexagon-check:before{content:""}.fi-br-hexagon-divide:before{content:""}.fi-br-hexagon-exclamation:before{content:""}.fi-br-hexagon:before{content:""}.fi-br-high-definition:before{content:""}.fi-br-high-five-celebration-yes:before{content:""}.fi-br-high-five:before{content:""}.fi-br-highlighter-line:before{content:""}.fi-br-highlighter:before{content:""}.fi-br-hiking:before{content:""}.fi-br-hippo:before{content:""}.fi-br-hockey-mask:before{content:""}.fi-br-hockey-puck:before{content:""}.fi-br-hockey-stick-puck:before{content:""}.fi-br-hockey-sticks:before{content:""}.fi-br-holding-hand-gear:before{content:""}.fi-br-holding-hand-revenue:before{content:""}.fi-br-holly-berry:before{content:""}.fi-br-home-heart:before{content:""}.fi-br-home-location-alt:before{content:""}.fi-br-home-location:before{content:""}.fi-br-home:before{content:""}.fi-br-honey-pot:before{content:""}.fi-br-hood-cloak:before{content:""}.fi-br-horizontal-rule:before{content:""}.fi-br-horse-head:before{content:""}.fi-br-horse-saddle:before{content:""}.fi-br-horse:before{content:""}.fi-br-horseshoe-broken:before{content:""}.fi-br-horseshoe:before{content:""}.fi-br-hose-reel:before{content:""}.fi-br-hose:before{content:""}.fi-br-hospital-symbol:before{content:""}.fi-br-hospital-user:before{content:""}.fi-br-hospital:before{content:""}.fi-br-hospitals:before{content:""}.fi-br-hot-tub:before{content:""}.fi-br-hotdog:before{content:""}.fi-br-hotel:before{content:""}.fi-br-hourglass-end:before{content:""}.fi-br-hourglass-start:before{content:""}.fi-br-hourglass:before{content:""}.fi-br-house-blank:before{content:""}.fi-br-house-building:before{content:""}.fi-br-house-chimney-blank:before{content:""}.fi-br-house-chimney-crack:before{content:""}.fi-br-house-chimney-heart:before{content:""}.fi-br-house-chimney-medical:before{content:""}.fi-br-house-chimney-user:before{content:""}.fi-br-house-chimney-window:before{content:""}.fi-br-house-chimney:before{content:""}.fi-br-house-circle-check:before{content:""}.fi-br-house-circle-exclamation:before{content:""}.fi-br-house-circle-xmark:before{content:""}.fi-br-house-crack-alt:before{content:""}.fi-br-house-crack:before{content:""}.fi-br-house-day:before{content:""}.fi-br-house-fire:before{content:""}.fi-br-house-flag:before{content:""}.fi-br-house-flood:before{content:""}.fi-br-house-laptop:before{content:""}.fi-br-house-leave:before{content:""}.fi-br-house-lock:before{content:""}.fi-br-house-medical:before{content:""}.fi-br-house-night:before{content:""}.fi-br-house-return:before{content:""}.fi-br-house-signal:before{content:""}.fi-br-house-tree:before{content:""}.fi-br-house-tsunami:before{content:""}.fi-br-house-turret:before{content:""}.fi-br-house-user:before{content:""}.fi-br-house-window:before{content:""}.fi-br-hr-group:before{content:""}.fi-br-hr-person:before{content:""}.fi-br-hr:before{content:""}.fi-br-hryvnia:before{content:""}.fi-br-humidity:before{content:""}.fi-br-hundred-points:before{content:""}.fi-br-hurricane:before{content:""}.fi-br-i:before{content:""}.fi-br-ice-cream:before{content:""}.fi-br-ice-skate:before{content:""}.fi-br-icicles:before{content:""}.fi-br-icon-star:before{content:""}.fi-br-id-badge:before{content:""}.fi-br-id-card-clip-alt:before{content:""}.fi-br-igloo:before{content:""}.fi-br-image-slash:before{content:""}.fi-br-images-user:before{content:""}.fi-br-images:before{content:""}.fi-br-improve-user:before{content:""}.fi-br-inbox-full:before{content:""}.fi-br-inbox-in:before{content:""}.fi-br-inbox-out:before{content:""}.fi-br-inbox:before{content:""}.fi-br-inboxes:before{content:""}.fi-br-incense-sticks-yoga:before{content:""}.fi-br-incognito:before{content:""}.fi-br-indent:before{content:""}.fi-br-indian-rupee-sign:before{content:""}.fi-br-industry-alt:before{content:""}.fi-br-industry-windows:before{content:""}.fi-br-infinity:before{content:""}.fi-br-info-guide:before{content:""}.fi-br-info:before{content:""}.fi-br-information:before{content:""}.fi-br-inhaler:before{content:""}.fi-br-input-numeric:before{content:""}.fi-br-input-pipe:before{content:""}.fi-br-input-text:before{content:""}.fi-br-insert-alt:before{content:""}.fi-br-insert-arrows:before{content:""}.fi-br-insert-button-circle:before{content:""}.fi-br-insert-credit-card:before{content:""}.fi-br-insert-square:before{content:""}.fi-br-insert:before{content:""}.fi-br-insight-alt:before{content:""}.fi-br-insight-head:before{content:""}.fi-br-insight:before{content:""}.fi-br-integral:before{content:""}.fi-br-interactive:before{content:""}.fi-br-interlining:before{content:""}.fi-br-internet-speed-wifi:before{content:""}.fi-br-interrogation:before{content:""}.fi-br-intersection:before{content:""}.fi-br-introduction-handshake:before{content:""}.fi-br-introduction:before{content:""}.fi-br-inventory-alt:before{content:""}.fi-br-invest:before{content:""}.fi-br-investment:before{content:""}.fi-br-invite-alt:before{content:""}.fi-br-invite:before{content:""}.fi-br-iot-alt:before{content:""}.fi-br-iot:before{content:""}.fi-br-ip-address:before{content:""}.fi-br-island-tropical:before{content:""}.fi-br-issue-loupe:before{content:""}.fi-br-it-alt:before{content:""}.fi-br-it-computer:before{content:""}.fi-br-it:before{content:""}.fi-br-italian-lira-sign:before{content:""}.fi-br-italic:before{content:""}.fi-br-j:before{content:""}.fi-br-jam:before{content:""}.fi-br-jar-alt:before{content:""}.fi-br-jar-wheat:before{content:""}.fi-br-javascript:before{content:""}.fi-br-joint:before{content:""}.fi-br-joker:before{content:""}.fi-br-journal-alt:before{content:""}.fi-br-journal:before{content:""}.fi-br-journey:before{content:""}.fi-br-joystick:before{content:""}.fi-br-jpg:before{content:""}.fi-br-jug-alt:before{content:""}.fi-br-jug-bottle:before{content:""}.fi-br-jug:before{content:""}.fi-br-jumping-rope:before{content:""}.fi-br-k:before{content:""}.fi-br-kaaba:before{content:""}.fi-br-kazoo:before{content:""}.fi-br-kerning:before{content:""}.fi-br-key-lock-crypto:before{content:""}.fi-br-key-skeleton-left-right:before{content:""}.fi-br-key:before{content:""}.fi-br-keyboard-brightness-low:before{content:""}.fi-br-keyboard-brightness:before{content:""}.fi-br-keyboard-down:before{content:""}.fi-br-keyboard-left:before{content:""}.fi-br-keyboard:before{content:""}.fi-br-keynote:before{content:""}.fi-br-kidneys:before{content:""}.fi-br-kip-sign:before{content:""}.fi-br-kiss-beam:before{content:""}.fi-br-kiss-wink-heart:before{content:""}.fi-br-kiss:before{content:""}.fi-br-kite:before{content:""}.fi-br-kiwi-bird:before{content:""}.fi-br-kiwi-fruit:before{content:""}.fi-br-knife-kitchen:before{content:""}.fi-br-knife:before{content:""}.fi-br-knitting:before{content:""}.fi-br-kpi-evaluation:before{content:""}.fi-br-kpi:before{content:""}.fi-br-l:before{content:""}.fi-br-label:before{content:""}.fi-br-lacrosse-stick-ball:before{content:""}.fi-br-lacrosse-stick:before{content:""}.fi-br-lambda:before{content:""}.fi-br-lamp-desk:before{content:""}.fi-br-lamp-floor:before{content:""}.fi-br-lamp-street:before{content:""}.fi-br-lamp:before{content:""}.fi-br-land-layer-location:before{content:""}.fi-br-land-layers:before{content:""}.fi-br-land-location:before{content:""}.fi-br-landmark-alt:before{content:""}.fi-br-language:before{content:""}.fi-br-laptop-arrow-down:before{content:""}.fi-br-laptop-binary:before{content:""}.fi-br-laptop-code:before{content:""}.fi-br-laptop-medical:before{content:""}.fi-br-laptop-mobile:before{content:""}.fi-br-laptop-slash:before{content:""}.fi-br-laptop:before{content:""}.fi-br-lari-sign:before{content:""}.fi-br-lasso-sparkles:before{content:""}.fi-br-lasso:before{content:""}.fi-br-last-square:before{content:""}.fi-br-laugh-beam:before{content:""}.fi-br-laugh-squint:before{content:""}.fi-br-laugh-wink:before{content:""}.fi-br-laugh:before{content:""}.fi-br-lawyer-man:before{content:""}.fi-br-lawyer-woman:before{content:""}.fi-br-layer-minus:before{content:""}.fi-br-layer-plus:before{content:""}.fi-br-layers:before{content:""}.fi-br-layout-fluid:before{content:""}.fi-br-lead-funnel:before{content:""}.fi-br-lead-management:before{content:""}.fi-br-lead:before{content:""}.fi-br-leader-alt:before{content:""}.fi-br-leader-speech:before{content:""}.fi-br-leader:before{content:""}.fi-br-leaderboard-alt:before{content:""}.fi-br-leaderboard-trophy:before{content:""}.fi-br-leaderboard:before{content:""}.fi-br-leadership-alt:before{content:""}.fi-br-leadership:before{content:""}.fi-br-leaf-heart:before{content:""}.fi-br-leaf-maple:before{content:""}.fi-br-leaf-oak:before{content:""}.fi-br-leaf:before{content:""}.fi-br-leafy-green:before{content:""}.fi-br-leave:before{content:""}.fi-br-left-from-bracket:before{content:""}.fi-br-left:before{content:""}.fi-br-legal:before{content:""}.fi-br-lemon:before{content:""}.fi-br-lesbian-couple:before{content:""}.fi-br-less-than-equal:before{content:""}.fi-br-less-than:before{content:""}.fi-br-lesson-class:before{content:""}.fi-br-lesson:before{content:""}.fi-br-letter-case:before{content:""}.fi-br-lettuce:before{content:""}.fi-br-level-down-alt:before{content:""}.fi-br-level-down:before{content:""}.fi-br-level-up-alt:before{content:""}.fi-br-level-up:before{content:""}.fi-br-license:before{content:""}.fi-br-life-ring:before{content:""}.fi-br-life:before{content:""}.fi-br-light-ceiling:before{content:""}.fi-br-light-emergency-on:before{content:""}.fi-br-light-emergency:before{content:""}.fi-br-light-switch-off:before{content:""}.fi-br-light-switch-on:before{content:""}.fi-br-light-switch:before{content:""}.fi-br-lightbulb-cfl-on:before{content:""}.fi-br-lightbulb-cfl:before{content:""}.fi-br-lightbulb-dollar:before{content:""}.fi-br-lightbulb-exclamation:before{content:""}.fi-br-lightbulb-head:before{content:""}.fi-br-lightbulb-on:before{content:""}.fi-br-lightbulb-question:before{content:""}.fi-br-lightbulb-setting:before{content:""}.fi-br-lightbulb-slash:before{content:""}.fi-br-lighthouse:before{content:""}.fi-br-lights-holiday:before{content:""}.fi-br-limit-hand:before{content:""}.fi-br-limit-speedometer:before{content:""}.fi-br-line-width:before{content:""}.fi-br-link-alt:before{content:""}.fi-br-link-horizontal-slash:before{content:""}.fi-br-link-horizontal:before{content:""}.fi-br-link-slash-alt:before{content:""}.fi-br-link-slash:before{content:""}.fi-br-link:before{content:""}.fi-br-lion-head:before{content:""}.fi-br-lion:before{content:""}.fi-br-lips:before{content:""}.fi-br-lipstick:before{content:""}.fi-br-lira-sign:before{content:""}.fi-br-list-check:before{content:""}.fi-br-list-dropdown:before{content:""}.fi-br-list-music:before{content:""}.fi-br-list-timeline:before{content:""}.fi-br-list:before{content:""}.fi-br-litecoin-sign:before{content:""}.fi-br-live-alt:before{content:""}.fi-br-live:before{content:""}.fi-br-loading:before{content:""}.fi-br-loan:before{content:""}.fi-br-lobster:before{content:""}.fi-br-location-alt:before{content:""}.fi-br-location-arrow:before{content:""}.fi-br-location-crosshairs-slash:before{content:""}.fi-br-location-crosshairs:before{content:""}.fi-br-location-dot-slash:before{content:""}.fi-br-location-exclamation:before{content:""}.fi-br-location-pin-call:before{content:""}.fi-br-lock-alt:before{content:""}.fi-br-lock-hashtag:before{content:""}.fi-br-lock-open-alt:before{content:""}.fi-br-lock:before{content:""}.fi-br-locust:before{content:""}.fi-br-loop-square:before{content:""}.fi-br-loveseat:before{content:""}.fi-br-low-vision:before{content:""}.fi-br-luchador:before{content:""}.fi-br-luggage-cart:before{content:""}.fi-br-luggage-rolling:before{content:""}.fi-br-lungs-virus:before{content:""}.fi-br-lungs:before{content:""}.fi-br-m:before{content:""}.fi-br-mace:before{content:""}.fi-br-magic-wand:before{content:""}.fi-br-magnet-user:before{content:""}.fi-br-magnet:before{content:""}.fi-br-mailbox-envelope:before{content:""}.fi-br-mailbox-flag-up:before{content:""}.fi-br-mailbox:before{content:""}.fi-br-makeup-brush:before{content:""}.fi-br-male-couple:before{content:""}.fi-br-male:before{content:""}.fi-br-man-head:before{content:""}.fi-br-man-scientist:before{content:""}.fi-br-manat-sign:before{content:""}.fi-br-mandolin:before{content:""}.fi-br-mango:before{content:""}.fi-br-manhole:before{content:""}.fi-br-map-location-track:before{content:""}.fi-br-map-marker-check:before{content:""}.fi-br-map-marker-cross:before{content:""}.fi-br-map-marker-edit:before{content:""}.fi-br-map-marker-home:before{content:""}.fi-br-map-marker-minus:before{content:""}.fi-br-map-marker-plus:before{content:""}.fi-br-map-marker-question:before{content:""}.fi-br-map-marker-slash:before{content:"豈"}.fi-br-map-marker-smile:before{content:"更"}.fi-br-map-marker:before{content:"車"}.fi-br-map-pin:before{content:"賈"}.fi-br-map-point:before{content:"滑"}.fi-br-map:before{content:"串"}.fi-br-marker-time:before{content:"句"}.fi-br-marker:before{content:"龜"}.fi-br-marketplace-alt:before{content:"龜"}.fi-br-marketplace-store:before{content:"契"}.fi-br-marketplace:before{content:"金"}.fi-br-mars-stroke-right:before{content:"喇"}.fi-br-mars-stroke-up:before{content:"奈"}.fi-br-martini-glass-citrus:before{content:"懶"}.fi-br-martini-glass-empty:before{content:"癩"}.fi-br-mask-carnival:before{content:"羅"}.fi-br-mask-face:before{content:"蘿"}.fi-br-mask-snorkel:before{content:"螺"}.fi-br-massage:before{content:"裸"}.fi-br-match-fire:before{content:"邏"}.fi-br-mattress-pillow:before{content:"樂"}.fi-br-measuring-tape:before{content:"洛"}.fi-br-meat:before{content:"烙"}.fi-br-medal:before{content:"珞"}.fi-br-medical-star:before{content:"落"}.fi-br-medicine:before{content:"酪"}.fi-br-meditation:before{content:"駱"}.fi-br-meeting-alt:before{content:"亂"}.fi-br-meeting:before{content:"卵"}.fi-br-megaphone-announcement-leader:before{content:"欄"}.fi-br-megaphone:before{content:"爛"}.fi-br-meh-blank:before{content:"蘭"}.fi-br-meh-rolling-eyes:before{content:"鸞"}.fi-br-melon-alt:before{content:"嵐"}.fi-br-melon:before{content:"濫"}.fi-br-member-list:before{content:"藍"}.fi-br-member-search:before{content:"襤"}.fi-br-membership-vip:before{content:"拉"}.fi-br-membership:before{content:"臘"}.fi-br-memo-circle-check:before{content:"蠟"}.fi-br-memo-pad:before{content:"廊"}.fi-br-memo:before{content:"朗"}.fi-br-memory:before{content:"浪"}.fi-br-menu-burger:before{content:"狼"}.fi-br-menu-dots-vertical:before{content:"郎"}.fi-br-menu-dots:before{content:"來"}.fi-br-mercury:before{content:"冷"}.fi-br-message-arrow-down:before{content:"勞"}.fi-br-message-arrow-up-right:before{content:"擄"}.fi-br-message-arrow-up:before{content:"櫓"}.fi-br-message-bot:before{content:"爐"}.fi-br-message-code:before{content:"盧"}.fi-br-message-dollar:before{content:"老"}.fi-br-message-heart:before{content:"蘆"}.fi-br-message-image:before{content:"虜"}.fi-br-message-question:before{content:"路"}.fi-br-message-quote:before{content:"露"}.fi-br-message-slash:before{content:"魯"}.fi-br-message-sms:before{content:"鷺"}.fi-br-message-text:before{content:"碌"}.fi-br-message-xmark:before{content:"祿"}.fi-br-messages-dollar:before{content:"綠"}.fi-br-messages-question:before{content:"菉"}.fi-br-messages:before{content:"錄"}.fi-br-meteor:before{content:"鹿"}.fi-br-meter-bolt:before{content:"論"}.fi-br-meter-droplet:before{content:"壟"}.fi-br-meter-fire:before{content:"弄"}.fi-br-meter:before{content:"籠"}.fi-br-method:before{content:"聾"}.fi-br-microchip-ai:before{content:"牢"}.fi-br-microchip:before{content:"磊"}.fi-br-microphone-alt:before{content:"賂"}.fi-br-microphone-slash:before{content:"雷"}.fi-br-microphone:before{content:"壘"}.fi-br-microscope:before{content:"屢"}.fi-br-microwave:before{content:"樓"}.fi-br-milk-alt:before{content:"淚"}.fi-br-milk:before{content:"漏"}.fi-br-mill-sign:before{content:"累"}.fi-br-mind-share:before{content:"縷"}.fi-br-minus-circle:before{content:"陋"}.fi-br-minus-hexagon:before{content:"勒"}.fi-br-minus-small:before{content:"肋"}.fi-br-minus:before{content:"凜"}.fi-br-mistletoe:before{content:"凌"}.fi-br-mix:before{content:"稜"}.fi-br-mobile-button:before{content:"綾"}.fi-br-mobile-notch:before{content:"菱"}.fi-br-mobile:before{content:"陵"}.fi-br-mockup:before{content:"讀"}.fi-br-mode-alt:before{content:"拏"}.fi-br-mode-landscape:before{content:"樂"}.fi-br-mode-portrait:before{content:"諾"}.fi-br-mode:before{content:"丹"}.fi-br-model-cube-arrows:before{content:"寧"}.fi-br-model-cube-space:before{content:"怒"}.fi-br-model-cube:before{content:"率"}.fi-br-module:before{content:"異"}.fi-br-monday:before{content:"北"}.fi-br-money-bill-simple:before{content:"磻"}.fi-br-money-bill-transfer:before{content:"便"}.fi-br-money-bill-wave-alt:before{content:"復"}.fi-br-money-bill-wave:before{content:"不"}.fi-br-money-bills-simple:before{content:"泌"}.fi-br-money-bills:before{content:"數"}.fi-br-money-check-edit-alt:before{content:"索"}.fi-br-money-check-edit:before{content:"參"}.fi-br-money-check:before{content:"塞"}.fi-br-money-coin-transfer:before{content:"省"}.fi-br-money-from-bracket:before{content:"葉"}.fi-br-money-simple-from-bracket:before{content:"說"}.fi-br-money-transfer-alt:before{content:"殺"}.fi-br-money-transfer-coin-arrow:before{content:"辰"}.fi-br-money-transfer-smartphone:before{content:"沈"}.fi-br-money-wings:before{content:"拾"}.fi-br-money:before{content:"若"}.fi-br-monkey:before{content:"掠"}.fi-br-monument:before{content:"略"}.fi-br-moon-stars:before{content:"亮"}.fi-br-moon:before{content:"兩"}.fi-br-moped:before{content:"凉"}.fi-br-mortar-pestle:before{content:"梁"}.fi-br-mortgage:before{content:"糧"}.fi-br-mosque-alt:before{content:"良"}.fi-br-mosque-moon:before{content:"諒"}.fi-br-mosque:before{content:"量"}.fi-br-mosquito-net:before{content:"勵"}.fi-br-mosquito:before{content:"呂"}.fi-br-motorcycle:before{content:"女"}.fi-br-mound:before{content:"廬"}.fi-br-mountain-city:before{content:"旅"}.fi-br-mountain:before{content:"濾"}.fi-br-mountains:before{content:"礪"}.fi-br-mouse-field:before{content:"閭"}.fi-br-mouse:before{content:"驪"}.fi-br-mov-file:before{content:"麗"}.fi-br-move-to-folder-2:before{content:"黎"}.fi-br-move-to-folder:before{content:"力"}.fi-br-mp3-file:before{content:"曆"}.fi-br-mp3-player:before{content:"歷"}.fi-br-mp4-file:before{content:"轢"}.fi-br-mug-alt:before{content:"年"}.fi-br-mug-hot-alt:before{content:"憐"}.fi-br-mug-hot:before{content:"戀"}.fi-br-mug-marshmallows:before{content:"撚"}.fi-br-mug-tea-saucer:before{content:"漣"}.fi-br-mug-tea:before{content:"煉"}.fi-br-mug:before{content:"璉"}.fi-br-multiple-alt:before{content:"秊"}.fi-br-multiple:before{content:"練"}.fi-br-muscle:before{content:"聯"}.fi-br-mushroom-alt:before{content:"輦"}.fi-br-mushroom:before{content:"蓮"}.fi-br-music-alt:before{content:"連"}.fi-br-music-file:before{content:"鍊"}.fi-br-music-note-slash:before{content:"列"}.fi-br-music-note:before{content:"劣"}.fi-br-music-slash:before{content:"咽"}.fi-br-music:before{content:"烈"}.fi-br-n:before{content:"裂"}.fi-br-naira-sign:before{content:"說"}.fi-br-narwhal:before{content:"廉"}.fi-br-navigation:before{content:"念"}.fi-br-nesting-dolls:before{content:"捻"}.fi-br-network-analytic:before{content:"殮"}.fi-br-network-cloud:before{content:"簾"}.fi-br-network:before{content:"獵"}.fi-br-neuter:before{content:"令"}.fi-br-newsletter-subscribe:before{content:"囹"}.fi-br-newspaper-open:before{content:"寧"}.fi-br-newspaper:before{content:"嶺"}.fi-br-nfc-lock:before{content:"怜"}.fi-br-nfc-magnifying-glass:before{content:"玲"}.fi-br-nfc-pen:before{content:"瑩"}.fi-br-nfc-slash:before{content:"羚"}.fi-br-nfc-trash:before{content:"聆"}.fi-br-nfc:before{content:"鈴"}.fi-br-night-day:before{content:"零"}.fi-br-no-fee:before{content:"靈"}.fi-br-no-people:before{content:"領"}.fi-br-noodles:before{content:"例"}.fi-br-nose:before{content:"禮"}.fi-br-not-equal:before{content:"醴"}.fi-br-not-found-alt:before{content:"隸"}.fi-br-not-found-magnifying-glass:before{content:"惡"}.fi-br-not-found:before{content:"了"}.fi-br-notdef:before{content:"僚"}.fi-br-note-medical:before{content:"寮"}.fi-br-note-sticky:before{content:"尿"}.fi-br-note:before{content:"料"}.fi-br-notebook-alt:before{content:"樂"}.fi-br-notebook:before{content:"燎"}.fi-br-notes-medical:before{content:"療"}.fi-br-notes:before{content:"蓼"}.fi-br-o:before{content:"遼"}.fi-br-object-exclude:before{content:"龍"}.fi-br-object-group:before{content:"暈"}.fi-br-object-intersect:before{content:"阮"}.fi-br-object-subtract:before{content:"劉"}.fi-br-object-ungroup:before{content:"杻"}.fi-br-object-union:before{content:"柳"}.fi-br-objects-column:before{content:"流"}.fi-br-octagon-check:before{content:"溜"}.fi-br-octagon-divide:before{content:"琉"}.fi-br-octagon-exclamation:before{content:"留"}.fi-br-octagon-minus:before{content:"硫"}.fi-br-octagon-plus:before{content:"紐"}.fi-br-octagon-xmark:before{content:"類"}.fi-br-octagon:before{content:"六"}.fi-br-oil-can:before{content:"戮"}.fi-br-oil-temp:before{content:"陸"}.fi-br-olive-oil:before{content:"倫"}.fi-br-olive:before{content:"崙"}.fi-br-olives:before{content:"淪"}.fi-br-om:before{content:"輪"}.fi-br-omega:before{content:"律"}.fi-br-onboarding:before{content:"慄"}.fi-br-onion:before{content:"栗"}.fi-br-opacity:before{content:"率"}.fi-br-open-mail-clip:before{content:"隆"}.fi-br-operating-system-upgrade:before{content:"利"}.fi-br-operation:before{content:"吏"}.fi-br-order-history:before{content:"履"}.fi-br-organization-chart:before{content:"易"}.fi-br-ornament:before{content:"李"}.fi-br-otp:before{content:"梨"}.fi-br-otter:before{content:"泥"}.fi-br-outdent:before{content:"理"}.fi-br-oval-alt:before{content:"痢"}.fi-br-oval:before{content:"罹"}.fi-br-oven:before{content:"裏"}.fi-br-overline:before{content:"裡"}.fi-br-overview:before{content:"里"}.fi-br-p:before{content:"離"}.fi-br-package:before{content:"匿"}.fi-br-padlock-check:before{content:"溺"}.fi-br-page-break:before{content:"吝"}.fi-br-pager:before{content:"燐"}.fi-br-paid:before{content:"璘"}.fi-br-paint-brush:before{content:"藺"}.fi-br-paint-roller:before{content:"隣"}.fi-br-paintbrush-pencil:before{content:"鱗"}.fi-br-palette:before{content:"麟"}.fi-br-pallet-alt:before{content:"林"}.fi-br-pallet:before{content:"淋"}.fi-br-pan-food:before{content:"臨"}.fi-br-pan-frying:before{content:"立"}.fi-br-pan:before{content:"笠"}.fi-br-pancakes:before{content:"粒"}.fi-br-panorama:before{content:"狀"}.fi-br-paper-plane-launch:before{content:"炙"}.fi-br-paper-plane-top:before{content:"識"}.fi-br-paper-plane:before{content:"什"}.fi-br-paperclip-vertical:before{content:"茶"}.fi-br-parachute-box:before{content:"刺"}.fi-br-paragraph-left:before{content:"切"}.fi-br-paragraph:before{content:"度"}.fi-br-parking-circle-slash:before{content:"拓"}.fi-br-parking-circle:before{content:"糖"}.fi-br-parking-slash:before{content:"宅"}.fi-br-parking:before{content:"洞"}.fi-br-party-bell:before{content:"暴"}.fi-br-party-horn:before{content:"輻"}.fi-br-passport:before{content:"行"}.fi-br-password-alt:before{content:"降"}.fi-br-password-computer:before{content:"見"}.fi-br-password-email:before{content:"廓"}.fi-br-password-smartphone:before{content:"兀"}.fi-br-password:before{content:"嗀"}.fi-br-paste:before{content:"﨎"}.fi-br-pattern:before{content:"﨏"}.fi-br-pause-circle:before{content:"塚"}.fi-br-pause-square:before{content:"﨑"}.fi-br-pause:before{content:"晴"}.fi-br-paw-claws:before{content:"﨓"}.fi-br-paw-heart:before{content:"﨔"}.fi-br-paw:before{content:"凞"}.fi-br-payment-pos:before{content:"猪"}.fi-br-payroll-calendar:before{content:"益"}.fi-br-payroll-check:before{content:"礼"}.fi-br-payroll:before{content:"神"}.fi-br-peace:before{content:"祥"}.fi-br-peach:before{content:"福"}.fi-br-peanut:before{content:"靖"}.fi-br-peanuts:before{content:"精"}.fi-br-peapod:before{content:"羽"}.fi-br-pear:before{content:"﨟"}.fi-br-pedestal:before{content:"蘒"}.fi-br-pen-circle:before{content:"﨡"}.fi-br-pen-clip-slash:before{content:"諸"}.fi-br-pen-clip:before{content:"﨣"}.fi-br-pen-fancy-slash:before{content:"﨤"}.fi-br-pen-fancy:before{content:"逸"}.fi-br-pen-field:before{content:"都"}.fi-br-pen-nib-slash:before{content:"﨧"}.fi-br-pen-nib:before{content:"﨨"}.fi-br-pen-slash:before{content:"﨩"}.fi-br-pen-square:before{content:"飯"}.fi-br-pen-swirl:before{content:"飼"}.fi-br-pencil-paintbrush:before{content:"館"}.fi-br-pencil-ruler:before{content:"鶴"}.fi-br-pencil-slash:before{content:"郞"}.fi-br-pencil:before{content:"隷"}.fi-br-pending:before{content:"侮"}.fi-br-pennant:before{content:"僧"}.fi-br-people-arrows-left-right:before{content:"免"}.fi-br-people-carry-box:before{content:"勉"}.fi-br-people-dress:before{content:"勤"}.fi-br-people-network-partner:before{content:"卑"}.fi-br-people-pants:before{content:"喝"}.fi-br-people-poll:before{content:"嘆"}.fi-br-people-pulling:before{content:"器"}.fi-br-people-roof:before{content:"塀"}.fi-br-people:before{content:"墨"}.fi-br-pepper-alt:before{content:"層"}.fi-br-pepper-hot:before{content:"屮"}.fi-br-pepper:before{content:"悔"}.fi-br-percent-10:before{content:"慨"}.fi-br-percent-100:before{content:"憎"}.fi-br-percent-20:before{content:"懲"}.fi-br-percent-25:before{content:"敏"}.fi-br-percent-30:before{content:"既"}.fi-br-percent-40:before{content:"暑"}.fi-br-percent-50:before{content:"梅"}.fi-br-percent-60:before{content:"海"}.fi-br-percent-70:before{content:"渚"}.fi-br-percent-75:before{content:"漢"}.fi-br-percent-80:before{content:"煮"}.fi-br-percent-90:before{content:"爫"}.fi-br-percentage:before{content:"琢"}.fi-br-person-burst:before{content:"碑"}.fi-br-person-carry-box:before{content:"社"}.fi-br-person-circle-check:before{content:"祉"}.fi-br-person-circle-exclamation:before{content:"祈"}.fi-br-person-circle-minus:before{content:"祐"}.fi-br-person-circle-plus:before{content:"祖"}.fi-br-person-circle-question:before{content:"祝"}.fi-br-person-circle-xmark:before{content:"禍"}.fi-br-person-cv:before{content:"禎"}.fi-br-person-dolly-empty:before{content:"穀"}.fi-br-person-dolly:before{content:"突"}.fi-br-person-dress-simple:before{content:"節"}.fi-br-person-dress:before{content:"練"}.fi-br-person-luggage:before{content:"縉"}.fi-br-person-lunge:before{content:"繁"}.fi-br-person-pilates:before{content:"署"}.fi-br-person-praying:before{content:"者"}.fi-br-person-pregnant:before{content:"臭"}.fi-br-person-seat-reclined:before{content:"艹"}.fi-br-person-seat:before{content:"艹"}.fi-br-person-shelter:before{content:"著"}.fi-br-person-sign:before{content:"褐"}.fi-br-person-simple:before{content:"視"}.fi-br-person-walking-with-cane:before{content:"謁"}.fi-br-peseta-sign:before{content:"謹"}.fi-br-peso-sign:before{content:"賓"}.fi-br-pets:before{content:"贈"}.fi-br-pharmacy:before{content:"辶"}.fi-br-phone-call:before{content:"逸"}.fi-br-phone-cross:before{content:"難"}.fi-br-phone-flip:before{content:"響"}.fi-br-phone-guide:before{content:"頻"}.fi-br-phone-heart-message:before{content:"恵"}.fi-br-phone-office:before{content:"𤋮"}.fi-br-phone-pause:before{content:"舘"}.fi-br-phone-plus:before{content:"﩮"}.fi-br-phone-rotary:before{content:"﩯"}.fi-br-phone-slash:before{content:"並"}.fi-br-photo-capture:before{content:"况"}.fi-br-photo-film-music:before{content:"全"}.fi-br-photo-video:before{content:"侀"}.fi-br-physics:before{content:"充"}.fi-br-Pi:before{content:"冀"}.fi-br-piano-keyboard:before{content:"勇"}.fi-br-piano:before{content:"勺"}.fi-br-pickaxe:before{content:"喝"}.fi-br-picking-box:before{content:"啕"}.fi-br-picking:before{content:"喙"}.fi-br-picnic:before{content:"嗢"}.fi-br-picpeople-filled:before{content:"塚"}.fi-br-picpeople:before{content:"墳"}.fi-br-picture:before{content:"奄"}.fi-br-pie:before{content:"奔"}.fi-br-pig-bank-bulb:before{content:"婢"}.fi-br-pig-face:before{content:"嬨"}.fi-br-pig:before{content:"廒"}.fi-br-piggy-bank-budget:before{content:"廙"}.fi-br-piggy-bank:before{content:"彩"}.fi-br-pills:before{content:"徭"}.fi-br-pinata:before{content:"惘"}.fi-br-pineapple-alt:before{content:"慎"}.fi-br-pineapple:before{content:"愈"}.fi-br-ping-pong:before{content:"憎"}.fi-br-pipe-smoking:before{content:"慠"}.fi-br-pizza-slice:before{content:"懲"}.fi-br-place-of-worship:before{content:"戴"}.fi-br-plan-strategy:before{content:"揄"}.fi-br-plan:before{content:"搜"}.fi-br-plane-alt:before{content:"摒"}.fi-br-plane-arrival:before{content:"敖"}.fi-br-plane-departure:before{content:"晴"}.fi-br-plane-prop:before{content:"朗"}.fi-br-plane-slash:before{content:"望"}.fi-br-plane-tail:before{content:"杖"}.fi-br-plane:before{content:"歹"}.fi-br-planet-moon:before{content:"殺"}.fi-br-planet-ringed:before{content:"流"}.fi-br-plant-care:before{content:"滛"}.fi-br-plant-growth:before{content:"滋"}.fi-br-plant-seed-invest:before{content:"漢"}.fi-br-plant-wilt:before{content:"瀞"}.fi-br-plate-utensils:before{content:"煮"}.fi-br-plate-wheat:before{content:"瞧"}.fi-br-plate:before{content:"爵"}.fi-br-play-alt:before{content:"犯"}.fi-br-play-circle:before{content:"猪"}.fi-br-play-microphone:before{content:"瑱"}.fi-br-play-pause:before{content:"甆"}.fi-br-play:before{content:"画"}.fi-br-playing-cards:before{content:"瘝"}.fi-br-plug-alt:before{content:"瘟"}.fi-br-plug-cable:before{content:"益"}.fi-br-plug-circle-bolt:before{content:"盛"}.fi-br-plug-circle-check:before{content:"直"}.fi-br-plug-circle-exclamation:before{content:"睊"}.fi-br-plug-circle-minus:before{content:"着"}.fi-br-plug-circle-plus:before{content:"磌"}.fi-br-plug-connection:before{content:"窱"}.fi-br-plug:before{content:"節"}.fi-br-plus-hexagon:before{content:"类"}.fi-br-plus-minus:before{content:"絛"}.fi-br-plus-small:before{content:"練"}.fi-br-plus:before{content:"缾"}.fi-br-png-file:before{content:"者"}.fi-br-podcast:before{content:"荒"}.fi-br-podium-star:before{content:"華"}.fi-br-podium-victory-leader:before{content:"蝹"}.fi-br-podium:before{content:"襁"}.fi-br-point-of-sale-bill:before{content:"覆"}.fi-br-point-of-sale-signal:before{content:"視"}.fi-br-point-of-sale:before{content:"調"}.fi-br-pointer-loading:before{content:"諸"}.fi-br-pointer-text:before{content:"請"}.fi-br-poker-chip:before{content:"謁"}.fi-br-police-box:before{content:"諾"}.fi-br-poll-h:before{content:"諭"}.fi-br-pollution:before{content:"謹"}.fi-br-pompebled:before{content:"變"}.fi-br-poo-bolt:before{content:"贈"}.fi-br-poo:before{content:"輸"}.fi-br-pool-8-ball:before{content:"遲"}.fi-br-poop:before{content:"醙"}.fi-br-popcorn:before{content:"鉶"}.fi-br-popsicle:before{content:"陼"}.fi-br-portal-enter:before{content:"難"}.fi-br-portal-exit:before{content:"靖"}.fi-br-portrait:before{content:"韛"}.fi-br-postal-address:before{content:"響"}.fi-br-pot:before{content:"頋"}.fi-br-potato:before{content:"頻"}.fi-br-pound:before{content:"鬒"}.fi-br-power:before{content:"龜"}.fi-br-ppt-file:before{content:"𢡊"}.fi-br-practice:before{content:"𢡄"}.fi-br-praying-hands:before{content:"𣏕"}.fi-br-prescription-bottle-alt:before{content:"㮝"}.fi-br-prescription-bottle-pill:before{content:"䀘"}.fi-br-prescription-bottle:before{content:"䀹"}.fi-br-prescription:before{content:"𥉉"}.fi-br-presentation:before{content:"𥳐"}.fi-br-preview:before{content:"𧻓"}.fi-br-previous-square:before{content:"齃"}.fi-br-print-magnifying-glass:before{content:"龎"}.fi-br-print-slash:before{content:"﫚"}.fi-br-print:before{content:"﫛"}.fi-br-priority-arrow:before{content:"﫜"}.fi-br-priority-arrows:before{content:"﫝"}.fi-br-priority-importance:before{content:"﫞"}.fi-br-problem-solving:before{content:"﫟"}.fi-br-procedures:before{content:"﫠"}.fi-br-process:before{content:"﫡"}.fi-br-productivity:before{content:"﫢"}.fi-br-progress-complete:before{content:"﫣"}.fi-br-progress-download:before{content:"﫤"}.fi-br-progress-upload:before{content:"﫥"}.fi-br-projector:before{content:"﫦"}.fi-br-protractor:before{content:"﫧"}.fi-br-pulse:before{content:"﫨"}.fi-br-pump-medical:before{content:"﫩"}.fi-br-pump:before{content:"﫪"}.fi-br-pumpkin-alt-2:before{content:"﫫"}.fi-br-pumpkin-alt:before{content:"﫬"}.fi-br-pumpkin:before{content:"﫭"}.fi-br-puzzle-alt:before{content:"﫮"}.fi-br-puzzle-piece-integration:before{content:"﫯"}.fi-br-puzzle-piece:before{content:"﫰"}.fi-br-puzzle-pieces:before{content:"﫱"}.fi-br-pyramid:before{content:"﫲"}.fi-br-q:before{content:"﫳"}.fi-br-qr-scan:before{content:"﫴"}.fi-br-QR:before{content:"﫵"}.fi-br-qrcode:before{content:"﫶"}.fi-br-question-square:before{content:"﫷"}.fi-br-question:before{content:"﫸"}.fi-br-queue-alt:before{content:"﫹"}.fi-br-queue-line:before{content:"﫺"}.fi-br-queue-signal:before{content:"﫻"}.fi-br-queue:before{content:"﫼"}.fi-br-quill-pen-story:before{content:"﫽"}.fi-br-quiz-alt:before{content:"﫾"}.fi-br-quiz:before{content:"﫿"}.fi-br-quote-right:before{content:"ﬀ"}.fi-br-r:before{content:"ﬁ"}.fi-br-rabbit-fast:before{content:"ﬂ"}.fi-br-rabbit:before{content:"ﬃ"}.fi-br-raccoon:before{content:"ﬄ"}.fi-br-racquet:before{content:"ﬅ"}.fi-br-radar-monitoring-track:before{content:"ﬆ"}.fi-br-radar:before{content:"﬇"}.fi-br-radiation-alt:before{content:"﬈"}.fi-br-radiation:before{content:"﬉"}.fi-br-radio-alt:before{content:"﬊"}.fi-br-radio-button:before{content:"﬋"}.fi-br-radio:before{content:"﬌"}.fi-br-radish:before{content:"﬍"}.fi-br-rainbow:before{content:"﬎"}.fi-br-raindrops:before{content:"﬏"}.fi-br-ram:before{content:"﬐"}.fi-br-ramp-loading:before{content:"﬑"}.fi-br-rank:before{content:"﬒"}.fi-br-ranking-podium-empty:before{content:"ﬓ"}.fi-br-ranking-podium:before{content:"ﬔ"}.fi-br-ranking-star:before{content:"ﬕ"}.fi-br-ranking-stars:before{content:"ﬖ"}.fi-br-raygun:before{content:"ﬗ"}.fi-br-razor-barber:before{content:"﬘"}.fi-br-react:before{content:"﬙"}.fi-br-rec:before{content:"﬚"}.fi-br-receipt:before{content:"﬛"}.fi-br-recipe-book:before{content:"﬜"}.fi-br-recipe:before{content:"יִ"}.fi-br-record-vinyl:before{content:"ﬞ"}.fi-br-rectabgle-vertical:before{content:"ײַ"}.fi-br-rectangle-barcode:before{content:"ﬠ"}.fi-br-rectangle-code:before{content:"ﬡ"}.fi-br-rectangle-history-circle-plus:before{content:"ﬢ"}.fi-br-rectangle-horizontal:before{content:"ﬣ"}.fi-br-rectangle-list:before{content:"ﬤ"}.fi-br-rectangle-panoramic:before{content:"ﬥ"}.fi-br-rectangle-pro:before{content:"ﬦ"}.fi-br-rectangle-vertical-history:before{content:"ﬧ"}.fi-br-rectangle-vertical:before{content:"ﬨ"}.fi-br-rectangle-xmark:before{content:"﬩"}.fi-br-rectangles-mixed:before{content:"שׁ"}.fi-br-recycle-bin:before{content:"שׂ"}.fi-br-recycle:before{content:"שּׁ"}.fi-br-redo-alt:before{content:"שּׂ"}.fi-br-redo:before{content:"אַ"}.fi-br-reel:before{content:"אָ"}.fi-br-refer-arrow:before{content:"אּ"}.fi-br-refer:before{content:"בּ"}.fi-br-referral-alt:before{content:"גּ"}.fi-br-referral-user:before{content:"דּ"}.fi-br-referral:before{content:"הּ"}.fi-br-reflect-horizontal-alt:before{content:"וּ"}.fi-br-reflect-horizontal:before{content:"זּ"}.fi-br-reflect-vertical:before{content:"﬷"}.fi-br-reflect:before{content:"טּ"}.fi-br-refresh:before{content:"יּ"}.fi-br-refrigerator:before{content:"ךּ"}.fi-br-refund-alt:before{content:"כּ"}.fi-br-refund:before{content:"לּ"}.fi-br-region-pin-alt:before{content:"﬽"}.fi-br-region-pin:before{content:"מּ"}.fi-br-registered:before{content:"﬿"}.fi-br-registration-paper:before{content:"נּ"}.fi-br-remove-folder:before{content:"סּ"}.fi-br-remove-user:before{content:"﭂"}.fi-br-rent-signal:before{content:"ףּ"}.fi-br-rent:before{content:"פּ"}.fi-br-replace:before{content:"﭅"}.fi-br-replay-10:before{content:"צּ"}.fi-br-replay-30:before{content:"קּ"}.fi-br-replay-5:before{content:"רּ"}.fi-br-reply-all:before{content:"שּ"}.fi-br-republican:before{content:"תּ"}.fi-br-reservation-smartphone:before{content:"וֹ"}.fi-br-reservation-table:before{content:"בֿ"}.fi-br-resistance-band:before{content:"כֿ"}.fi-br-resize:before{content:"פֿ"}.fi-br-resources:before{content:"ﭏ"}.fi-br-restaurant:before{content:"ﭐ"}.fi-br-restock:before{content:"ﭑ"}.fi-br-restroom-simple:before{content:"ﭒ"}.fi-br-resume:before{content:"ﭓ"}.fi-br-revenue-alt:before{content:"ﭔ"}.fi-br-revenue-euro:before{content:"ﭕ"}.fi-br-Revenue:before{content:"ﭖ"}.fi-br-review:before{content:"ﭗ"}.fi-br-rewind-button-circle:before{content:"ﭘ"}.fi-br-rewind:before{content:"ﭙ"}.fi-br-rhombus:before{content:"ﭚ"}.fi-br-ribbon:before{content:"ﭛ"}.fi-br-right-from-bracket:before{content:"ﭜ"}.fi-br-right:before{content:"ﭝ"}.fi-br-ring-diamond:before{content:"ﭞ"}.fi-br-ring:before{content:"ﭟ"}.fi-br-rings-wedding:before{content:"ﭠ"}.fi-br-risk-alt:before{content:"ﭡ"}.fi-br-risk:before{content:"ﭢ"}.fi-br-road-barrier:before{content:"ﭣ"}.fi-br-road-sign-left:before{content:"ﭤ"}.fi-br-road:before{content:"ﭥ"}.fi-br-robot:before{content:"ﭦ"}.fi-br-robotic-arm:before{content:"ﭧ"}.fi-br-rocket-lunch:before{content:"ﭨ"}.fi-br-rocket:before{content:"ﭩ"}.fi-br-roller-coaster:before{content:"ﭪ"}.fi-br-room-service:before{content:"ﭫ"}.fi-br-rotate-exclamation:before{content:"ﭬ"}.fi-br-rotate-left:before{content:"ﭭ"}.fi-br-rotate-reverse:before{content:"ﭮ"}.fi-br-rotate-right:before{content:"ﭯ"}.fi-br-rotate-square:before{content:"ﭰ"}.fi-br-roulette:before{content:"ﭱ"}.fi-br-route-highway:before{content:"ﭲ"}.fi-br-route-interstate:before{content:"ﭳ"}.fi-br-route:before{content:"ﭴ"}.fi-br-router:before{content:"ﭵ"}.fi-br-rss-alt:before{content:"ﭶ"}.fi-br-rss:before{content:"ﭷ"}.fi-br-ruble-sign:before{content:"ﭸ"}.fi-br-rugby-helmet:before{content:"ﭹ"}.fi-br-rugby:before{content:"ﭺ"}.fi-br-ruler-combined:before{content:"ﭻ"}.fi-br-ruler-horizontal:before{content:"ﭼ"}.fi-br-ruler-triangle:before{content:"ﭽ"}.fi-br-ruler-vertical:before{content:"ﭾ"}.fi-br-rules-alt:before{content:"ﭿ"}.fi-br-rules:before{content:"ﮀ"}.fi-br-running-track:before{content:"ﮁ"}.fi-br-running:before{content:"ﮂ"}.fi-br-rupee-sign:before{content:"ﮃ"}.fi-br-rupiah-sign:before{content:"ﮄ"}.fi-br-rv:before{content:"ﮅ"}.fi-br-s:before{content:"ﮆ"}.fi-br-sack-dollar:before{content:"ﮇ"}.fi-br-sack:before{content:"ﮈ"}.fi-br-sad-cry:before{content:"ﮉ"}.fi-br-sad-tear:before{content:"ﮊ"}.fi-br-sad:before{content:"ﮋ"}.fi-br-safe-box:before{content:"ﮌ"}.fi-br-sailboat:before{content:"ﮍ"}.fi-br-salad:before{content:"ﮎ"}.fi-br-salary-alt:before{content:"ﮏ"}.fi-br-salt-pepper:before{content:"ﮐ"}.fi-br-salt-shaker:before{content:"ﮑ"}.fi-br-sandwich-alt:before{content:"ﮒ"}.fi-br-sandwich:before{content:"ﮓ"}.fi-br-satellite-dish:before{content:"ﮔ"}.fi-br-satellite:before{content:"ﮕ"}.fi-br-saturday:before{content:"ﮖ"}.fi-br-sauce:before{content:"ﮗ"}.fi-br-sausage:before{content:"ﮘ"}.fi-br-sax-hot:before{content:"ﮙ"}.fi-br-saxophone:before{content:"ﮚ"}.fi-br-scale-comparison-alt:before{content:"ﮛ"}.fi-br-scale-comparison:before{content:"ﮜ"}.fi-br-scale:before{content:"ﮝ"}.fi-br-scalpel-path:before{content:"ﮞ"}.fi-br-scalpel:before{content:"ﮟ"}.fi-br-scanner-gun:before{content:"ﮠ"}.fi-br-scanner-image:before{content:"ﮡ"}.fi-br-scanner-keyboard:before{content:"ﮢ"}.fi-br-scanner-touchscreen:before{content:"ﮣ"}.fi-br-scarecrow:before{content:"ﮤ"}.fi-br-scarf:before{content:"ﮥ"}.fi-br-school-bus:before{content:"ﮦ"}.fi-br-school:before{content:"ﮧ"}.fi-br-scissors:before{content:"ﮨ"}.fi-br-scooter:before{content:"ﮩ"}.fi-br-screen:before{content:"ﮪ"}.fi-br-screencast:before{content:"ﮫ"}.fi-br-screw-alt:before{content:"ﮬ"}.fi-br-screw:before{content:"ﮭ"}.fi-br-screwdriver:before{content:"ﮮ"}.fi-br-scribble:before{content:"ﮯ"}.fi-br-script:before{content:"ﮰ"}.fi-br-scroll-document-story:before{content:"ﮱ"}.fi-br-scroll-old:before{content:"﮲"}.fi-br-scroll-torah:before{content:"﮳"}.fi-br-scroll:before{content:"﮴"}.fi-br-scrubber:before{content:"﮵"}.fi-br-scythe:before{content:"﮶"}.fi-br-sd-card:before{content:"﮷"}.fi-br-sd-cards:before{content:"﮸"}.fi-br-seal-exclamation:before{content:"﮹"}.fi-br-seal-question:before{content:"﮺"}.fi-br-seal:before{content:"﮻"}.fi-br-search-alt:before{content:"﮼"}.fi-br-search-dollar:before{content:"﮽"}.fi-br-search-heart:before{content:"﮾"}.fi-br-search-location:before{content:"﮿"}.fi-br-search:before{content:"﯀"}.fi-br-seat-airline:before{content:"﯁"}.fi-br-seatbelt-safety-driver:before{content:"﯂"}.fi-br-second-award:before{content:"﯃"}.fi-br-second-laurel:before{content:"﯄"}.fi-br-second-medal:before{content:"﯅"}.fi-br-second:before{content:"﯆"}.fi-br-seedling:before{content:"﯇"}.fi-br-selection:before{content:"﯈"}.fi-br-sell:before{content:"﯉"}.fi-br-seller-store:before{content:"﯊"}.fi-br-seller:before{content:"﯋"}.fi-br-selling:before{content:"﯌"}.fi-br-send-back:before{content:"﯍"}.fi-br-send-backward:before{content:"﯎"}.fi-br-send-money-smartphone:before{content:"﯏"}.fi-br-send-money:before{content:"﯐"}.fi-br-sensor-alert:before{content:"﯑"}.fi-br-sensor-fire:before{content:"﯒"}.fi-br-sensor-on:before{content:"ﯓ"}.fi-br-sensor-smoke:before{content:"ﯔ"}.fi-br-sensor:before{content:"ﯕ"}.fi-br-settings-sliders:before{content:"ﯖ"}.fi-br-settings:before{content:"ﯗ"}.fi-br-share-alt-square:before{content:"ﯘ"}.fi-br-share-square:before{content:"ﯙ"}.fi-br-share:before{content:"ﯚ"}.fi-br-sheep:before{content:"ﯛ"}.fi-br-shekel-sign:before{content:"ﯜ"}.fi-br-shelves:before{content:"ﯝ"}.fi-br-shield-alt:before{content:"ﯞ"}.fi-br-shield-cat:before{content:"ﯟ"}.fi-br-shield-check:before{content:"ﯠ"}.fi-br-shield-cross:before{content:"ﯡ"}.fi-br-shield-dog:before{content:"ﯢ"}.fi-br-shield-exclamation:before{content:"ﯣ"}.fi-br-shield-interrogation:before{content:"ﯤ"}.fi-br-shield-keyhole:before{content:"ﯥ"}.fi-br-shield-minus:before{content:"ﯦ"}.fi-br-shield-plus:before{content:"ﯧ"}.fi-br-shield-security-risk:before{content:"ﯨ"}.fi-br-shield-slash:before{content:"ﯩ"}.fi-br-shield-trust:before{content:"ﯪ"}.fi-br-shield-virus:before{content:"ﯫ"}.fi-br-shield-xmark:before{content:"ﯬ"}.fi-br-shield:before{content:"ﯭ"}.fi-br-ship-side:before{content:"ﯮ"}.fi-br-ship:before{content:"ﯯ"}.fi-br-shipping-fast:before{content:"ﯰ"}.fi-br-shipping-timed:before{content:"ﯱ"}.fi-br-shirt-long-sleeve:before{content:"ﯲ"}.fi-br-shirt-running:before{content:"ﯳ"}.fi-br-shirt-tank-top:before{content:"ﯴ"}.fi-br-shirt:before{content:"ﯵ"}.fi-br-shish-kebab:before{content:"ﯶ"}.fi-br-shoe-prints:before{content:"ﯷ"}.fi-br-shop-lock:before{content:"ﯸ"}.fi-br-shop-slash:before{content:"ﯹ"}.fi-br-shop:before{content:"ﯺ"}.fi-br-shopping-bag-add:before{content:"ﯻ"}.fi-br-shopping-bag:before{content:"ﯼ"}.fi-br-shopping-basket:before{content:"ﯽ"}.fi-br-shopping-cart-add:before{content:"ﯾ"}.fi-br-shopping-cart-buyer:before{content:"ﯿ"}.fi-br-shopping-cart-check:before{content:"ﰀ"}.fi-br-shopping-cart:before{content:"ﰁ"}.fi-br-shovel-snow:before{content:"ﰂ"}.fi-br-shovel:before{content:"ﰃ"}.fi-br-shower-down:before{content:"ﰄ"}.fi-br-shower:before{content:"ﰅ"}.fi-br-shredder:before{content:"ﰆ"}.fi-br-shrimp:before{content:"ﰇ"}.fi-br-shuffle:before{content:"ﰈ"}.fi-br-shuttle-van:before{content:"ﰉ"}.fi-br-shuttlecock:before{content:"ﰊ"}.fi-br-Sickle:before{content:"ﰋ"}.fi-br-sidebar-flip:before{content:"ﰌ"}.fi-br-sidebar:before{content:"ﰍ"}.fi-br-sigma:before{content:"ﰎ"}.fi-br-sign-hanging:before{content:"ﰏ"}.fi-br-sign-in-alt:before{content:"ﰐ"}.fi-br-sign-out-alt:before{content:"ﰑ"}.fi-br-sign-posts-wrench:before{content:"ﰒ"}.fi-br-sign-posts:before{content:"ﰓ"}.fi-br-sign-up:before{content:"ﰔ"}.fi-br-signal-alt-1:before{content:"ﰕ"}.fi-br-signal-alt-2:before{content:"ﰖ"}.fi-br-signal-alt-slash:before{content:"ﰗ"}.fi-br-signal-alt:before{content:"ﰘ"}.fi-br-signal-bars-fair:before{content:"ﰙ"}.fi-br-signal-bars-good:before{content:"ﰚ"}.fi-br-signal-bars-weak:before{content:"ﰛ"}.fi-br-signal-stream-slash:before{content:"ﰜ"}.fi-br-signal-stream:before{content:"ﰝ"}.fi-br-signature-lock:before{content:"ﰞ"}.fi-br-signature-slash:before{content:"ﰟ"}.fi-br-signature:before{content:"ﰠ"}.fi-br-sim-card:before{content:"ﰡ"}.fi-br-sim-cards:before{content:"ﰢ"}.fi-br-sink:before{content:"ﰣ"}.fi-br-siren-on:before{content:"ﰤ"}.fi-br-Siren:before{content:"ﰥ"}.fi-br-site-alt:before{content:"ﰦ"}.fi-br-site-browser:before{content:"ﰧ"}.fi-br-site:before{content:"ﰨ"}.fi-br-sitemap:before{content:"ﰩ"}.fi-br-skateboard:before{content:"ﰪ"}.fi-br-skating:before{content:"ﰫ"}.fi-br-skeleton-ribs:before{content:"ﰬ"}.fi-br-skeleton:before{content:"ﰭ"}.fi-br-skewer:before{content:"ﰮ"}.fi-br-ski-boot-ski:before{content:"ﰯ"}.fi-br-ski-jump:before{content:"ﰰ"}.fi-br-ski-lift:before{content:"ﰱ"}.fi-br-skiing-nordic:before{content:"ﰲ"}.fi-br-skiing:before{content:"ﰳ"}.fi-br-skill-alt:before{content:"ﰴ"}.fi-br-skill-user:before{content:"ﰵ"}.fi-br-skill:before{content:"ﰶ"}.fi-br-skin-arrow:before{content:"ﰷ"}.fi-br-skin-drop:before{content:"ﰸ"}.fi-br-skin-hair:before{content:"ﰹ"}.fi-br-skin:before{content:"ﰺ"}.fi-br-skip-15-seconds:before{content:"ﰻ"}.fi-br-skull-cow:before{content:"ﰼ"}.fi-br-skull-crossbones:before{content:"ﰽ"}.fi-br-skull:before{content:"ﰾ"}.fi-br-slash:before{content:"ﰿ"}.fi-br-sledding:before{content:"ﱀ"}.fi-br-sleeping-bag:before{content:"ﱁ"}.fi-br-sleigh:before{content:"ﱂ"}.fi-br-sliders-h-square:before{content:"ﱃ"}.fi-br-sliders-v-square:before{content:"ﱄ"}.fi-br-sliders-v:before{content:"ﱅ"}.fi-br-slot-machine:before{content:"ﱆ"}.fi-br-smart-home-alt:before{content:"ﱇ"}.fi-br-smart-home:before{content:"ﱈ"}.fi-br-smartphone:before{content:"ﱉ"}.fi-br-smile-beam:before{content:"ﱊ"}.fi-br-smile-plus:before{content:"ﱋ"}.fi-br-smiley-comment-alt:before{content:"ﱌ"}.fi-br-smog:before{content:"ﱍ"}.fi-br-smoke:before{content:"ﱎ"}.fi-br-smoking-ban:before{content:"ﱏ"}.fi-br-smoking:before{content:"ﱐ"}.fi-br-snake:before{content:"ﱑ"}.fi-br-snap:before{content:"ﱒ"}.fi-br-snooze:before{content:"ﱓ"}.fi-br-snow-blowing:before{content:"ﱔ"}.fi-br-snowboarding:before{content:"ﱕ"}.fi-br-snowflake-droplets:before{content:"ﱖ"}.fi-br-snowflake:before{content:"ﱗ"}.fi-br-snowflakes:before{content:"ﱘ"}.fi-br-snowman-alt:before{content:"ﱙ"}.fi-br-snowman-head:before{content:"ﱚ"}.fi-br-snowmobile:before{content:"ﱛ"}.fi-br-snowplow:before{content:"ﱜ"}.fi-br-soap-alt:before{content:"ﱝ"}.fi-br-soap:before{content:"ﱞ"}.fi-br-social-network:before{content:"ﱟ"}.fi-br-socks:before{content:"ﱠ"}.fi-br-sofa-size:before{content:"ﱡ"}.fi-br-sofa:before{content:"ﱢ"}.fi-br-solar-panel-sun:before{content:"ﱣ"}.fi-br-solar-panel:before{content:"ﱤ"}.fi-br-solar-system:before{content:"ﱥ"}.fi-br-sold-house:before{content:"ﱦ"}.fi-br-sold-signal:before{content:"ﱧ"}.fi-br-sort-alpha-down-alt:before{content:"ﱨ"}.fi-br-sort-alpha-down:before{content:"ﱩ"}.fi-br-sort-alpha-up-alt:before{content:"ﱪ"}.fi-br-sort-alpha-up:before{content:"ﱫ"}.fi-br-sort-alt:before{content:"ﱬ"}.fi-br-sort-amount-down-alt:before{content:"ﱭ"}.fi-br-sort-amount-down:before{content:"ﱮ"}.fi-br-sort-amount-up-alt:before{content:"ﱯ"}.fi-br-sort-amount-up:before{content:"ﱰ"}.fi-br-sort-circle-down:before{content:"ﱱ"}.fi-br-sort-circle-up:before{content:"ﱲ"}.fi-br-sort-circle:before{content:"ﱳ"}.fi-br-sort-down:before{content:"ﱴ"}.fi-br-sort-numeric-down-alt:before{content:"ﱵ"}.fi-br-sort-numeric-down:before{content:"ﱶ"}.fi-br-sort-shapes-down:before{content:"ﱷ"}.fi-br-sort-shapes-up:before{content:"ﱸ"}.fi-br-sort-size-down:before{content:"ﱹ"}.fi-br-sort-size-up:before{content:"ﱺ"}.fi-br-sort:before{content:"ﱻ"}.fi-br-soup:before{content:"ﱼ"}.fi-br-source-data:before{content:"ﱽ"}.fi-br-source-document-alt:before{content:"ﱾ"}.fi-br-source-document:before{content:"ﱿ"}.fi-br-spa:before{content:"ﲀ"}.fi-br-space-shuttle:before{content:"ﲁ"}.fi-br-space-station-moon-alt:before{content:"ﲂ"}.fi-br-space-station-moon:before{content:"ﲃ"}.fi-br-spade:before{content:"ﲄ"}.fi-br-spaghetti-monster-flying:before{content:"ﲅ"}.fi-br-spain-map:before{content:"ﲆ"}.fi-br-sparkles:before{content:"ﲇ"}.fi-br-spartan-helmet:before{content:"ﲈ"}.fi-br-speaker:before{content:"ﲉ"}.fi-br-speakers:before{content:"ﲊ"}.fi-br-speech-bubble-story:before{content:"ﲋ"}.fi-br-speedometer-arrow:before{content:"ﲌ"}.fi-br-speedometer-kpi:before{content:"ﲍ"}.fi-br-sphere:before{content:"ﲎ"}.fi-br-spider-black-widow:before{content:"ﲏ"}.fi-br-spider-web:before{content:"ﲐ"}.fi-br-spider:before{content:"ﲑ"}.fi-br-spinner:before{content:"ﲒ"}.fi-br-split-up-relation:before{content:"ﲓ"}.fi-br-split:before{content:"ﲔ"}.fi-br-splotch:before{content:"ﲕ"}.fi-br-spoon:before{content:"ﲖ"}.fi-br-spray-can-sparkles:before{content:"ﲗ"}.fi-br-spray-can:before{content:"ﲘ"}.fi-br-spring-calendar:before{content:"ﲙ"}.fi-br-sprinkler:before{content:"ﲚ"}.fi-br-spy:before{content:"ﲛ"}.fi-br-square-0:before{content:"ﲜ"}.fi-br-square-1:before{content:"ﲝ"}.fi-br-square-2:before{content:"ﲞ"}.fi-br-square-3:before{content:"ﲟ"}.fi-br-square-4:before{content:"ﲠ"}.fi-br-square-5:before{content:"ﲡ"}.fi-br-square-6:before{content:"ﲢ"}.fi-br-square-7:before{content:"ﲣ"}.fi-br-square-8:before{content:"ﲤ"}.fi-br-square-9:before{content:"ﲥ"}.fi-br-square-a:before{content:"ﲦ"}.fi-br-square-b:before{content:"ﲧ"}.fi-br-square-bolt:before{content:"ﲨ"}.fi-br-square-c:before{content:"ﲩ"}.fi-br-square-code:before{content:"ﲪ"}.fi-br-square-d:before{content:"ﲫ"}.fi-br-square-dashed-circle-plus:before{content:"ﲬ"}.fi-br-square-dashed:before{content:"ﲭ"}.fi-br-square-divide:before{content:"ﲮ"}.fi-br-square-e:before{content:"ﲯ"}.fi-br-square-ellipsis-vertical:before{content:"ﲰ"}.fi-br-square-ellipsis:before{content:"ﲱ"}.fi-br-square-exclamation:before{content:"ﲲ"}.fi-br-square-f:before{content:"ﲳ"}.fi-br-square-g:before{content:"ﲴ"}.fi-br-square-h:before{content:"ﲵ"}.fi-br-square-heart:before{content:"ﲶ"}.fi-br-square-i:before{content:"ﲷ"}.fi-br-square-info:before{content:"ﲸ"}.fi-br-square-j:before{content:"ﲹ"}.fi-br-square-k:before{content:"ﲺ"}.fi-br-square-kanban:before{content:"ﲻ"}.fi-br-square-l:before{content:"ﲼ"}.fi-br-square-m:before{content:"ﲽ"}.fi-br-square-minus:before{content:"ﲾ"}.fi-br-square-n:before{content:"ﲿ"}.fi-br-square-o:before{content:"ﳀ"}.fi-br-square-p:before{content:"ﳁ"}.fi-br-square-phone-hangup:before{content:"ﳂ"}.fi-br-square-plus:before{content:"ﳃ"}.fi-br-square-poll-horizontal:before{content:"ﳄ"}.fi-br-square-poll-vertical:before{content:"ﳅ"}.fi-br-square-q:before{content:"ﳆ"}.fi-br-square-quote:before{content:"ﳇ"}.fi-br-square-r:before{content:"ﳈ"}.fi-br-square-root:before{content:"ﳉ"}.fi-br-square-s:before{content:"ﳊ"}.fi-br-square-small:before{content:"ﳋ"}.fi-br-square-star:before{content:"ﳌ"}.fi-br-square-t:before{content:"ﳍ"}.fi-br-square-terminal:before{content:"ﳎ"}.fi-br-square-u:before{content:"ﳏ"}.fi-br-square-up-right:before{content:"ﳐ"}.fi-br-square-v:before{content:"ﳑ"}.fi-br-square-w:before{content:"ﳒ"}.fi-br-square-x:before{content:"ﳓ"}.fi-br-square-y:before{content:"ﳔ"}.fi-br-square-z:before{content:"ﳕ"}.fi-br-square:before{content:"ﳖ"}.fi-br-squid:before{content:"ﳗ"}.fi-br-squircle:before{content:"ﳘ"}.fi-br-squirrel:before{content:"ﳙ"}.fi-br-staff:before{content:"ﳚ"}.fi-br-stage-concert:before{content:"ﳛ"}.fi-br-stage-theatre:before{content:"ﳜ"}.fi-br-stage:before{content:"ﳝ"}.fi-br-stairs:before{content:"ﳞ"}.fi-br-stamp:before{content:"ﳟ"}.fi-br-standard-definition:before{content:"ﳠ"}.fi-br-star-and-crescent:before{content:"ﳡ"}.fi-br-star-christmas:before{content:"ﳢ"}.fi-br-star-comment-alt:before{content:"ﳣ"}.fi-br-star-exclamation:before{content:"ﳤ"}.fi-br-star-octogram:before{content:"ﳥ"}.fi-br-star-of-david:before{content:"ﳦ"}.fi-br-star-rating-call:before{content:"ﳧ"}.fi-br-star-sharp-half-stroke:before{content:"ﳨ"}.fi-br-star-sharp-half:before{content:"ﳩ"}.fi-br-star-shooting:before{content:"ﳪ"}.fi-br-star:before{content:"ﳫ"}.fi-br-starfighter:before{content:"ﳬ"}.fi-br-stars:before{content:"ﳭ"}.fi-br-state-country:before{content:"ﳮ"}.fi-br-stationary-bike:before{content:"ﳯ"}.fi-br-stats:before{content:"ﳰ"}.fi-br-steak:before{content:"ﳱ"}.fi-br-steering-wheel:before{content:"ﳲ"}.fi-br-step-backward:before{content:"ﳳ"}.fi-br-step-forward:before{content:"ﳴ"}.fi-br-sterling-sign:before{content:"ﳵ"}.fi-br-stethoscope:before{content:"ﳶ"}.fi-br-sticker:before{content:"ﳷ"}.fi-br-stocking:before{content:"ﳸ"}.fi-br-stomach:before{content:"ﳹ"}.fi-br-stop-circle:before{content:"ﳺ"}.fi-br-stop-square:before{content:"ﳻ"}.fi-br-stop:before{content:"ﳼ"}.fi-br-stopwatch:before{content:"ﳽ"}.fi-br-store-alt:before{content:"ﳾ"}.fi-br-store-buyer:before{content:"ﳿ"}.fi-br-store-lock:before{content:"ﴀ"}.fi-br-store-slash:before{content:"ﴁ"}.fi-br-story-book:before{content:"ﴂ"}.fi-br-story-fairy-tale:before{content:"ﴃ"}.fi-br-story-fantasy:before{content:"ﴄ"}.fi-br-strategy-chess-risk:before{content:"ﴅ"}.fi-br-strawberry:before{content:"ﴆ"}.fi-br-street-view:before{content:"ﴇ"}.fi-br-stretcher:before{content:"ﴈ"}.fi-br-strikethrough:before{content:"ﴉ"}.fi-br-stroopwafel:before{content:"ﴊ"}.fi-br-student-alt:before{content:"ﴋ"}.fi-br-student:before{content:"ﴌ"}.fi-br-subscript:before{content:"ﴍ"}.fi-br-subscription-alt:before{content:"ﴎ"}.fi-br-subscription:before{content:"ﴏ"}.fi-br-subtitles-slash:before{content:"ﴐ"}.fi-br-subtitles:before{content:"ﴑ"}.fi-br-subway:before{content:"ﴒ"}.fi-br-suitcase-alt:before{content:"ﴓ"}.fi-br-summary-check:before{content:"ﴔ"}.fi-br-summer:before{content:"ﴕ"}.fi-br-sun-dust:before{content:"ﴖ"}.fi-br-sun-plant-wilt:before{content:"ﴗ"}.fi-br-sun-salutation-yoga:before{content:"ﴘ"}.fi-br-sun:before{content:"ﴙ"}.fi-br-sunday:before{content:"ﴚ"}.fi-br-sunglasses-alt:before{content:"ﴛ"}.fi-br-sunglasses:before{content:"ﴜ"}.fi-br-sunrise-alt:before{content:"ﴝ"}.fi-br-sunrise:before{content:"ﴞ"}.fi-br-sunset:before{content:"ﴟ"}.fi-br-superscript:before{content:"ﴠ"}.fi-br-supplier-alt:before{content:"ﴡ"}.fi-br-supplier:before{content:"ﴢ"}.fi-br-surfing:before{content:"ﴣ"}.fi-br-surprise:before{content:"ﴤ"}.fi-br-surveillance-camera:before{content:"ﴥ"}.fi-br-survey-xmark:before{content:"ﴦ"}.fi-br-sushi-alt:before{content:"ﴧ"}.fi-br-sushi-roll:before{content:"ﴨ"}.fi-br-sushi:before{content:"ﴩ"}.fi-br-svg:before{content:"ﴪ"}.fi-br-swap:before{content:"ﴫ"}.fi-br-swatchbook:before{content:"ﴬ"}.fi-br-swimmer:before{content:"ﴭ"}.fi-br-swimming-pool:before{content:"ﴮ"}.fi-br-swing:before{content:"ﴯ"}.fi-br-swipe-down:before{content:"ﴰ"}.fi-br-swipe-left:before{content:"ﴱ"}.fi-br-swipe-right:before{content:"ﴲ"}.fi-br-swipe-up:before{content:"ﴳ"}.fi-br-sword:before{content:"ﴴ"}.fi-br-symbol:before{content:"ﴵ"}.fi-br-symbols:before{content:"ﴶ"}.fi-br-synagogue:before{content:"ﴷ"}.fi-br-syringe:before{content:"ﴸ"}.fi-br-system-cloud:before{content:"ﴹ"}.fi-br-t:before{content:"ﴺ"}.fi-br-tab-folder:before{content:"ﴻ"}.fi-br-table-columns:before{content:"ﴼ"}.fi-br-table-layout:before{content:"ﴽ"}.fi-br-table-list:before{content:"﴾"}.fi-br-table-picnic:before{content:"﴿"}.fi-br-table-pivot:before{content:"﵀"}.fi-br-table-rows:before{content:"﵁"}.fi-br-table-tree:before{content:"﵂"}.fi-br-table:before{content:"﵃"}.fi-br-tablet-android-alt:before{content:"﵄"}.fi-br-tablet-android:before{content:"﵅"}.fi-br-tablet-rugged:before{content:"﵆"}.fi-br-tablet:before{content:"﵇"}.fi-br-tachometer-alt-average:before{content:"﵈"}.fi-br-tachometer-alt-fastest:before{content:"﵉"}.fi-br-tachometer-alt-slow:before{content:"﵊"}.fi-br-tachometer-alt-slowest:before{content:"﵋"}.fi-br-tachometer-average:before{content:"﵌"}.fi-br-tachometer-fast:before{content:"﵍"}.fi-br-tachometer-fastest:before{content:"﵎"}.fi-br-tachometer-slow:before{content:"﵏"}.fi-br-tachometer-slowest:before{content:"ﵐ"}.fi-br-tachometer:before{content:"ﵑ"}.fi-br-taco:before{content:"ﵒ"}.fi-br-tags:before{content:"ﵓ"}.fi-br-talent-alt:before{content:"ﵔ"}.fi-br-talent-hand:before{content:"ﵕ"}.fi-br-talent:before{content:"ﵖ"}.fi-br-tally-1:before{content:"ﵗ"}.fi-br-tally-2:before{content:"ﵘ"}.fi-br-tally-3:before{content:"ﵙ"}.fi-br-tally-4:before{content:"ﵚ"}.fi-br-tally:before{content:"ﵛ"}.fi-br-tamale:before{content:"ﵜ"}.fi-br-tank-water:before{content:"ﵝ"}.fi-br-tap:before{content:"ﵞ"}.fi-br-tape:before{content:"ﵟ"}.fi-br-target-audience:before{content:"ﵠ"}.fi-br-target:before{content:"ﵡ"}.fi-br-tax-alt:before{content:"ﵢ"}.fi-br-tax:before{content:"ﵣ"}.fi-br-taxi-bus:before{content:"ﵤ"}.fi-br-taxi:before{content:"ﵥ"}.fi-br-team-check-alt:before{content:"ﵦ"}.fi-br-team-check:before{content:"ﵧ"}.fi-br-teddy-bear:before{content:"ﵨ"}.fi-br-teeth-open:before{content:"ﵩ"}.fi-br-telescope:before{content:"ﵪ"}.fi-br-temperature-down:before{content:"ﵫ"}.fi-br-temperature-frigid:before{content:"ﵬ"}.fi-br-temperature-high:before{content:"ﵭ"}.fi-br-temperature-list:before{content:"ﵮ"}.fi-br-temperature-low:before{content:"ﵯ"}.fi-br-temperature-up:before{content:"ﵰ"}.fi-br-template-alt:before{content:"ﵱ"}.fi-br-template:before{content:"ﵲ"}.fi-br-tenge:before{content:"ﵳ"}.fi-br-tennis:before{content:"ﵴ"}.fi-br-tent-arrow-down-to-line:before{content:"ﵵ"}.fi-br-tent-arrow-left-right:before{content:"ﵶ"}.fi-br-tent-arrow-turn-left:before{content:"ﵷ"}.fi-br-tent-arrows-down:before{content:"ﵸ"}.fi-br-tents:before{content:"ﵹ"}.fi-br-terminal:before{content:"ﵺ"}.fi-br-terrace:before{content:"ﵻ"}.fi-br-test-tube:before{content:"ﵼ"}.fi-br-test:before{content:"ﵽ"}.fi-br-text-box-dots:before{content:"ﵾ"}.fi-br-text-box-edit:before{content:"ﵿ"}.fi-br-text-box:before{content:"ﶀ"}.fi-br-text-check:before{content:"ﶁ"}.fi-br-text-height:before{content:"ﶂ"}.fi-br-text-shadow:before{content:"ﶃ"}.fi-br-text-size:before{content:"ﶄ"}.fi-br-text-slash:before{content:"ﶅ"}.fi-br-text-width:before{content:"ﶆ"}.fi-br-text:before{content:"ﶇ"}.fi-br-theater-masks:before{content:"ﶈ"}.fi-br-thermometer-alt:before{content:"ﶉ"}.fi-br-thermometer-empty:before{content:"ﶊ"}.fi-br-thermometer-full:before{content:"ﶋ"}.fi-br-thermometer-half:before{content:"ﶌ"}.fi-br-thermometer-quarter:before{content:"ﶍ"}.fi-br-thermometer-three-quarters:before{content:"ﶎ"}.fi-br-theta:before{content:"ﶏ"}.fi-br-third-award:before{content:"﶐"}.fi-br-third-laurel:before{content:"﶑"}.fi-br-third-medal:before{content:"ﶒ"}.fi-br-third:before{content:"ﶓ"}.fi-br-thought-bubble:before{content:"ﶔ"}.fi-br-three-leaf-clover:before{content:"ﶕ"}.fi-br-thumbs-up-trust:before{content:"ﶖ"}.fi-br-thumbtack:before{content:"ﶗ"}.fi-br-thunderstorm-moon:before{content:"ﶘ"}.fi-br-thunderstorm-risk:before{content:"ﶙ"}.fi-br-thunderstorm-sun:before{content:"ﶚ"}.fi-br-thunderstorm:before{content:"ﶛ"}.fi-br-thursday:before{content:"ﶜ"}.fi-br-ticket-airline:before{content:"ﶝ"}.fi-br-ticket-alt:before{content:"ﶞ"}.fi-br-ticket:before{content:"ﶟ"}.fi-br-tickets-airline:before{content:"ﶠ"}.fi-br-tie:before{content:"ﶡ"}.fi-br-tilde:before{content:"ﶢ"}.fi-br-time-add:before{content:"ﶣ"}.fi-br-time-check:before{content:"ﶤ"}.fi-br-time-delete:before{content:"ﶥ"}.fi-br-time-fast:before{content:"ﶦ"}.fi-br-time-forward-sixty:before{content:"ﶧ"}.fi-br-time-forward-ten:before{content:"ﶨ"}.fi-br-time-forward:before{content:"ﶩ"}.fi-br-time-half-past:before{content:"ﶪ"}.fi-br-time-oclock:before{content:"ﶫ"}.fi-br-time-past:before{content:"ﶬ"}.fi-br-time-quarter-past:before{content:"ﶭ"}.fi-br-time-quarter-to:before{content:"ﶮ"}.fi-br-time-twenty-four:before{content:"ﶯ"}.fi-br-time-watch-calendar:before{content:"ﶰ"}.fi-br-timer-clock-call:before{content:"ﶱ"}.fi-br-times-hexagon:before{content:"ﶲ"}.fi-br-tint-slash:before{content:"ﶳ"}.fi-br-tip-coin:before{content:"ﶴ"}.fi-br-tire-flat:before{content:"ﶵ"}.fi-br-tire-pressure-warning:before{content:"ﶶ"}.fi-br-tire-rugged:before{content:"ﶷ"}.fi-br-tire:before{content:"ﶸ"}.fi-br-tired:before{content:"ﶹ"}.fi-br-to-do-alt:before{content:"ﶺ"}.fi-br-to-do:before{content:"ﶻ"}.fi-br-together-people:before{content:"ﶼ"}.fi-br-toggle-off:before{content:"ﶽ"}.fi-br-toggle-on:before{content:"ﶾ"}.fi-br-toilet-paper-blank-under:before{content:"ﶿ"}.fi-br-toilet-paper-blank:before{content:"ﷀ"}.fi-br-toilet-paper-slash:before{content:"ﷁ"}.fi-br-toilet-paper-under-slash:before{content:"ﷂ"}.fi-br-toilet-paper-under:before{content:"ﷃ"}.fi-br-toilet:before{content:"ﷄ"}.fi-br-toilets-portable:before{content:"ﷅ"}.fi-br-token:before{content:"ﷆ"}.fi-br-tomato:before{content:"ﷇ"}.fi-br-tombstone-alt:before{content:"﷈"}.fi-br-tombstone:before{content:"﷉"}.fi-br-tool-box:before{content:"﷊"}.fi-br-tool-crop:before{content:"﷋"}.fi-br-tool-marquee:before{content:"﷌"}.fi-br-tools:before{content:"﷍"}.fi-br-tooth:before{content:"﷎"}.fi-br-toothbrush:before{content:"﷏"}.fi-br-torch-inspiration-leader:before{content:"﷐"}.fi-br-torii-gate:before{content:"﷑"}.fi-br-tornado:before{content:"﷒"}.fi-br-total:before{content:"﷓"}.fi-br-tour-guide-people:before{content:"﷔"}.fi-br-tour-virtual:before{content:"﷕"}.fi-br-tower-control:before{content:"﷖"}.fi-br-track:before{content:"﷗"}.fi-br-tractor:before{content:"﷘"}.fi-br-trademark:before{content:"﷙"}.fi-br-traffic-cone:before{content:"﷚"}.fi-br-traffic-light-go:before{content:"﷛"}.fi-br-traffic-light-slow:before{content:"﷜"}.fi-br-traffic-light-stop:before{content:"﷝"}.fi-br-traffic-light:before{content:"﷞"}.fi-br-trailer:before{content:"﷟"}.fi-br-train-journey:before{content:"﷠"}.fi-br-train-side:before{content:"﷡"}.fi-br-train-station-building:before{content:"﷢"}.fi-br-train-station:before{content:"﷣"}.fi-br-train-subway-tunnel:before{content:"﷤"}.fi-br-train-track:before{content:"﷥"}.fi-br-train-tram:before{content:"﷦"}.fi-br-train:before{content:"﷧"}.fi-br-tram:before{content:"﷨"}.fi-br-transform:before{content:"﷩"}.fi-br-transformation-block:before{content:"﷪"}.fi-br-transformation-circle:before{content:"﷫"}.fi-br-transformation-design:before{content:"﷬"}.fi-br-transformation-shapes:before{content:"﷭"}.fi-br-transformer-bolt:before{content:"﷮"}.fi-br-transgender:before{content:"﷯"}.fi-br-transporter-1:before{content:"ﷰ"}.fi-br-transporter-2:before{content:"ﷱ"}.fi-br-transporter-3:before{content:"ﷲ"}.fi-br-transporter-4:before{content:"ﷳ"}.fi-br-transporter-5:before{content:"ﷴ"}.fi-br-transporter-6:before{content:"ﷵ"}.fi-br-transporter-7:before{content:"ﷶ"}.fi-br-transporter-empty:before{content:"ﷷ"}.fi-br-transporter:before{content:"ﷸ"}.fi-br-trash-can-check:before{content:"ﷹ"}.fi-br-trash-can-clock:before{content:"ﷺ"}.fi-br-trash-can-list:before{content:"ﷻ"}.fi-br-trash-can-plus:before{content:"﷼"}.fi-br-trash-can-slash:before{content:"﷽"}.fi-br-trash-check:before{content:"﷾"}.fi-br-trash-clock:before{content:"﷿"}.fi-br-trash-empty:before{content:"︐"}.fi-br-trash-list:before{content:"︑"}.fi-br-trash-plus:before{content:"︒"}.fi-br-trash-restore-alt:before{content:"︓"}.fi-br-trash-restore:before{content:"︔"}.fi-br-trash-slash:before{content:"︕"}.fi-br-trash-undo-alt:before{content:"︖"}.fi-br-trash-undo:before{content:"︗"}.fi-br-trash-xmark:before{content:"︘"}.fi-br-trash:before{content:"︙"}.fi-br-treadmill:before{content:"︚"}.fi-br-treasure-chest:before{content:"︛"}.fi-br-treatment:before{content:"︜"}.fi-br-tree-alt:before{content:"︝"}.fi-br-tree-christmas:before{content:"︞"}.fi-br-tree-deciduous:before{content:"︟"}.fi-br-tree:before{content:"︰"}.fi-br-trees-alt:before{content:"︱"}.fi-br-trees:before{content:"︲"}.fi-br-triangle-music:before{content:"︳"}.fi-br-triangle-person-digging:before{content:"︴"}.fi-br-triangle-warning:before{content:"︵"}.fi-br-triangle:before{content:"︶"}.fi-br-tricycle:before{content:"︷"}.fi-br-trillium:before{content:"︸"}.fi-br-trophy-achievement-skill:before{content:"︹"}.fi-br-trophy-star:before{content:"︺"}.fi-br-trophy:before{content:"︻"}.fi-br-truck-arrow-left:before{content:"︼"}.fi-br-truck-arrow-right:before{content:"︽"}.fi-br-truck-bolt:before{content:"︾"}.fi-br-truck-box:before{content:"︿"}.fi-br-truck-check:before{content:"﹀"}.fi-br-truck-container-empty:before{content:"﹁"}.fi-br-truck-container:before{content:"﹂"}.fi-br-truck-couch:before{content:"﹃"}.fi-br-truck-fire:before{content:"﹄"}.fi-br-truck-flatbed:before{content:"﹅"}.fi-br-truck-front:before{content:"﹆"}.fi-br-truck-ladder:before{content:"﹇"}.fi-br-truck-loading:before{content:"﹈"}.fi-br-truck-medical:before{content:"﹉"}.fi-br-truck-monster:before{content:"﹊"}.fi-br-truck-moving:before{content:"﹋"}.fi-br-truck-pickup:before{content:"﹌"}.fi-br-truck-plow:before{content:"﹍"}.fi-br-truck-ramp:before{content:"﹎"}.fi-br-truck-side:before{content:"﹏"}.fi-br-truck-tow:before{content:"﹐"}.fi-br-truck-utensils:before{content:"﹑"}.fi-br-trumpet:before{content:"﹒"}.fi-br-trust-alt:before{content:"﹓"}.fi-br-trust:before{content:"﹔"}.fi-br-tshirt:before{content:"﹕"}.fi-br-tty-answer:before{content:"﹖"}.fi-br-tty:before{content:"﹗"}.fi-br-tubes:before{content:"﹘"}.fi-br-tuesday:before{content:"﹙"}.fi-br-tugrik-sign:before{content:"﹚"}.fi-br-turkey:before{content:"﹛"}.fi-br-turn-left-down:before{content:"﹜"}.fi-br-turn-left:before{content:"﹝"}.fi-br-turn-right:before{content:"﹞"}.fi-br-turntable:before{content:"﹟"}.fi-br-turtle:before{content:"﹠"}.fi-br-tv-music:before{content:"﹡"}.fi-br-tv-retro:before{content:"﹢"}.fi-br-typewriter:before{content:"﹣"}.fi-br-u:before{content:"﹤"}.fi-br-ufo-beam:before{content:"﹥"}.fi-br-ufo:before{content:"﹦"}.fi-br-ui-ux:before{content:"﹧"}.fi-br-umbrella-beach:before{content:"﹨"}.fi-br-umbrella:before{content:"﹩"}.fi-br-under-construction:before{content:"﹪"}.fi-br-underline:before{content:"﹫"}.fi-br-undo-alt:before{content:"﹬"}.fi-br-undo:before{content:"﹭"}.fi-br-unicorn:before{content:"﹮"}.fi-br-uniform-martial-arts:before{content:"﹯"}.fi-br-universal-access:before{content:"ﹰ"}.fi-br-unlock:before{content:"ﹱ"}.fi-br-up-from-bracket:before{content:"ﹲ"}.fi-br-up-left:before{content:"ﹳ"}.fi-br-up-right-from-square:before{content:"ﹴ"}.fi-br-up-right:before{content:"﹵"}.fi-br-up:before{content:"ﹶ"}.fi-br-upload:before{content:"ﹷ"}.fi-br-url:before{content:"ﹸ"}.fi-br-usb-pendrive:before{content:"ﹹ"}.fi-br-usd-circle:before{content:"ﹺ"}.fi-br-usd-square:before{content:"ﹻ"}.fi-br-user-add:before{content:"ﹼ"}.fi-br-user-alien:before{content:"ﹽ"}.fi-br-user-astronaut:before{content:"ﹾ"}.fi-br-user-check:before{content:"ﹿ"}.fi-br-user-chef:before{content:"ﺀ"}.fi-br-user-coach:before{content:"ﺁ"}.fi-br-user-cowboy:before{content:"ﺂ"}.fi-br-user-crown:before{content:"ﺃ"}.fi-br-user-gear:before{content:"ﺄ"}.fi-br-user-graduate:before{content:"ﺅ"}.fi-br-user-headset:before{content:"ﺆ"}.fi-br-user-helmet-safety:before{content:"ﺇ"}.fi-br-user-injured:before{content:"ﺈ"}.fi-br-user-interface-ui:before{content:"ﺉ"}.fi-br-user-key:before{content:"ﺊ"}.fi-br-user-lock:before{content:"ﺋ"}.fi-br-user-md-chat:before{content:"ﺌ"}.fi-br-user-md:before{content:"ﺍ"}.fi-br-user-minus:before{content:"ﺎ"}.fi-br-user-music:before{content:"ﺏ"}.fi-br-user-ninja:before{content:"ﺐ"}.fi-br-user-nurse:before{content:"ﺑ"}.fi-br-user-pen:before{content:"ﺒ"}.fi-br-user-pilot-tie:before{content:"ﺓ"}.fi-br-user-pilot:before{content:"ﺔ"}.fi-br-user-police:before{content:"ﺕ"}.fi-br-user-robot-xmarks:before{content:"ﺖ"}.fi-br-user-robot:before{content:"ﺗ"}.fi-br-user-salary:before{content:"ﺘ"}.fi-br-user-shield:before{content:"ﺙ"}.fi-br-user-skill-gear:before{content:"ﺚ"}.fi-br-user-slash:before{content:"ﺛ"}.fi-br-user-tag:before{content:"ﺜ"}.fi-br-user-time:before{content:"ﺝ"}.fi-br-user-trust:before{content:"ﺞ"}.fi-br-user-unlock:before{content:"ﺟ"}.fi-br-user-visor:before{content:"ﺠ"}.fi-br-user-xmark:before{content:"ﺡ"}.fi-br-user:before{content:"ﺢ"}.fi-br-users-alt:before{content:"ﺣ"}.fi-br-users-class:before{content:"ﺤ"}.fi-br-users-gear:before{content:"ﺥ"}.fi-br-users-medical:before{content:"ﺦ"}.fi-br-users-slash:before{content:"ﺧ"}.fi-br-users:before{content:"ﺨ"}.fi-br-utensils-slash:before{content:"ﺩ"}.fi-br-utensils:before{content:"ﺪ"}.fi-br-utility-pole-double:before{content:"ﺫ"}.fi-br-utility-pole:before{content:"ﺬ"}.fi-br-ux-browser:before{content:"ﺭ"}.fi-br-ux:before{content:"ﺮ"}.fi-br-v:before{content:"ﺯ"}.fi-br-vacuum-robot:before{content:"ﺰ"}.fi-br-vacuum:before{content:"ﺱ"}.fi-br-value-absolute:before{content:"ﺲ"}.fi-br-vault:before{content:"ﺳ"}.fi-br-vector-alt:before{content:"ﺴ"}.fi-br-vector-circle:before{content:"ﺵ"}.fi-br-vector-polygon:before{content:"ﺶ"}.fi-br-vector:before{content:"ﺷ"}.fi-br-vest-patches:before{content:"ﺸ"}.fi-br-vest:before{content:"ﺹ"}.fi-br-video-arrow-down-left:before{content:"ﺺ"}.fi-br-video-arrow-up-right:before{content:"ﺻ"}.fi-br-video-camera-alt:before{content:"ﺼ"}.fi-br-video-camera:before{content:"ﺽ"}.fi-br-video-duration:before{content:"ﺾ"}.fi-br-video-plus:before{content:"ﺿ"}.fi-br-video-slash:before{content:"ﻀ"}.fi-br-videoconference:before{content:"ﻁ"}.fi-br-vihara:before{content:"ﻂ"}.fi-br-violin:before{content:"ﻃ"}.fi-br-virus-slash:before{content:"ﻄ"}.fi-br-virus:before{content:"ﻅ"}.fi-br-viruses:before{content:"ﻆ"}.fi-br-visit:before{content:"ﻇ"}.fi-br-voicemail:before{content:"ﻈ"}.fi-br-volcano:before{content:"ﻉ"}.fi-br-volleyball:before{content:"ﻊ"}.fi-br-volume-down:before{content:"ﻋ"}.fi-br-volume-mute:before{content:"ﻌ"}.fi-br-volume-off:before{content:"ﻍ"}.fi-br-volume-slash:before{content:"ﻎ"}.fi-br-volume:before{content:"ﻏ"}.fi-br-vote-nay:before{content:"ﻐ"}.fi-br-vote-yea:before{content:"ﻑ"}.fi-br-vr-cardboard:before{content:"ﻒ"}.fi-br-w:before{content:"ﻓ"}.fi-br-waffle:before{content:"ﻔ"}.fi-br-wagon-covered:before{content:"ﻕ"}.fi-br-walker:before{content:"ﻖ"}.fi-br-walkie-talkie:before{content:"ﻗ"}.fi-br-walking:before{content:"ﻘ"}.fi-br-wallet-arrow:before{content:"ﻙ"}.fi-br-wallet-buyer:before{content:"ﻚ"}.fi-br-wallet:before{content:"ﻛ"}.fi-br-warehouse-alt:before{content:"ﻜ"}.fi-br-warranty:before{content:"ﻝ"}.fi-br-washer:before{content:"ﻞ"}.fi-br-waste-pollution:before{content:"ﻟ"}.fi-br-waste:before{content:"ﻠ"}.fi-br-watch-calculator:before{content:"ﻡ"}.fi-br-watch-fitness:before{content:"ﻢ"}.fi-br-watch-smart:before{content:"ﻣ"}.fi-br-watch:before{content:"ﻤ"}.fi-br-water-bottle:before{content:"ﻥ"}.fi-br-water-ladder:before{content:"ﻦ"}.fi-br-water-lower:before{content:"ﻧ"}.fi-br-water-rise:before{content:"ﻨ"}.fi-br-water:before{content:"ﻩ"}.fi-br-watermelon:before{content:"ﻪ"}.fi-br-wave-sine:before{content:"ﻫ"}.fi-br-wave-square:before{content:"ﻬ"}.fi-br-wave-triangle:before{content:"ﻭ"}.fi-br-wave:before{content:"ﻮ"}.fi-br-waveform-path:before{content:"ﻯ"}.fi-br-waveform:before{content:"ﻰ"}.fi-br-web-design:before{content:"ﻱ"}.fi-br-webcam-slash:before{content:"ﻲ"}.fi-br-webcam:before{content:"ﻳ"}.fi-br-webhook:before{content:"ﻴ"}.fi-br-wednesday:before{content:"ﻵ"}.fi-br-whale:before{content:"ﻶ"}.fi-br-wheat-awn-circle-exclamation:before{content:"ﻷ"}.fi-br-wheat-awn-slash:before{content:"ﻸ"}.fi-br-wheat-awn:before{content:"ﻹ"}.fi-br-wheat-slash:before{content:"ﻺ"}.fi-br-wheat:before{content:"ﻻ"}.fi-br-wheelchair-move:before{content:"ﻼ"}.fi-br-wheelchair-sleeping:before{content:"﻽"}.fi-br-wheelchair:before{content:"﻾"}.fi-br-whistle:before{content:"＀"}.fi-br-white-space:before{content:"！"}.fi-br-wifi-1:before{content:"＂"}.fi-br-wifi-2:before{content:"＃"}.fi-br-wifi-alt:before{content:"＄"}.fi-br-wifi-exclamation:before{content:"％"}.fi-br-wifi-slash:before{content:"＆"}.fi-br-wifi:before{content:"＇"}.fi-br-wind-turbine:before{content:"（"}.fi-br-wind-warning:before{content:"）"}.fi-br-wind:before{content:"＊"}.fi-br-window-alt:before{content:"＋"}.fi-br-window-frame-open:before{content:"，"}.fi-br-window-frame:before{content:"－"}.fi-br-window-maximize:before{content:"．"}.fi-br-window-minimize:before{content:"／"}.fi-br-window-restore:before{content:"０"}.fi-br-windsock:before{content:"１"}.fi-br-wine-bottle:before{content:"２"}.fi-br-wine-glass-crack:before{content:"３"}.fi-br-wine-glass-empty:before{content:"４"}.fi-br-wink:before{content:"５"}.fi-br-wishlist-heart:before{content:"６"}.fi-br-wishlist-star:before{content:"７"}.fi-br-woman-head:before{content:"８"}.fi-br-woman-scientist:before{content:"９"}.fi-br-won-sign:before{content:"："}.fi-br-work-in-progress:before{content:"；"}.fi-br-workflow-alt:before{content:"＜"}.fi-br-workflow-setting-alt:before{content:"＝"}.fi-br-workflow-setting:before{content:"＞"}.fi-br-workflow:before{content:"？"}.fi-br-workshop:before{content:"＠"}.fi-br-world:before{content:"Ａ"}.fi-br-worm:before{content:"Ｂ"}.fi-br-wreath:before{content:"Ｃ"}.fi-br-wrench-alt:before{content:"Ｄ"}.fi-br-wrench-simple:before{content:"Ｅ"}.fi-br-x-ray:before{content:"Ｆ"}.fi-br-x:before{content:"Ｇ"}.fi-br-y:before{content:"Ｈ"}.fi-br-yen:before{content:"Ｉ"}.fi-br-yin-yang:before{content:"Ｊ"}.fi-br-z:before{content:"Ｋ"}.fi-br-zip-file:before{content:"Ｌ"}.fi-br-zoom-in:before{content:"Ｍ"}.fi-br-zoom-out:before{content:"Ｎ"}@font-face{font-family:uicons-regular-rounded;src:url(/assets/uicons-regular-rounded-J3WOUERV-90bf775e.woff2) format("woff2"),url(/assets/uicons-regular-rounded-KDJ23353-c9e3358c.woff) format("woff"),url(/assets/uicons-regular-rounded-ESQGLQQ4-1aceb55e.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-rr-]:before,i[class*=" fi-rr-"]:before,span[class^=fi-rr-]:before,span[class*=fi-rr-]:before{font-family:uicons-regular-rounded!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-rr-0:before{content:""}.fi-rr-00s-music-disc:before{content:""}.fi-rr-1:before{content:""}.fi-rr-2:before{content:""}.fi-rr-3:before{content:""}.fi-rr-360-degrees:before{content:""}.fi-rr-4:before{content:""}.fi-rr-404:before{content:""}.fi-rr-5:before{content:""}.fi-rr-6:before{content:""}.fi-rr-60s-music-disc:before{content:""}.fi-rr-7:before{content:""}.fi-rr-70s-music-disc:before{content:""}.fi-rr-8:before{content:""}.fi-rr-80s-music-disc:before{content:""}.fi-rr-9:before{content:""}.fi-rr-90s-music-disc:before{content:""}.fi-rr-a:before{content:""}.fi-rr-accident:before{content:""}.fi-rr-acorn:before{content:""}.fi-rr-ad-paid:before{content:""}.fi-rr-ad:before{content:""}.fi-rr-add-document:before{content:""}.fi-rr-add-folder:before{content:""}.fi-rr-add-image:before{content:""}.fi-rr-add:before{content:""}.fi-rr-address-book:before{content:""}.fi-rr-address-card:before{content:""}.fi-rr-admin-alt:before{content:""}.fi-rr-admin:before{content:""}.fi-rr-age-alt:before{content:""}.fi-rr-age-restriction-eighteen:before{content:""}.fi-rr-age-restriction-seven:before{content:""}.fi-rr-age-restriction-six:before{content:""}.fi-rr-age-restriction-sixteen:before{content:""}.fi-rr-age-restriction-thirteen:before{content:""}.fi-rr-age-restriction-three:before{content:""}.fi-rr-age-restriction-twelve:before{content:""}.fi-rr-age-restriction-twenty-one:before{content:""}.fi-rr-age-restriction-zero:before{content:""}.fi-rr-age:before{content:""}.fi-rr-air-conditioner:before{content:""}.fi-rr-air-freshener:before{content:""}.fi-rr-air-pollution:before{content:""}.fi-rr-airplane-journey:before{content:""}.fi-rr-airplane-window-open:before{content:""}.fi-rr-airplay:before{content:""}.fi-rr-alarm-clock:before{content:""}.fi-rr-alarm-exclamation:before{content:""}.fi-rr-alarm-plus:before{content:""}.fi-rr-alarm-snooze:before{content:""}.fi-rr-album-circle-plus:before{content:""}.fi-rr-album-circle-user:before{content:""}.fi-rr-album-collection:before{content:""}.fi-rr-album:before{content:""}.fi-rr-algorithm:before{content:""}.fi-rr-alicorn:before{content:""}.fi-rr-alien:before{content:""}.fi-rr-align-center:before{content:""}.fi-rr-align-justify:before{content:""}.fi-rr-align-left:before{content:""}.fi-rr-align-slash:before{content:""}.fi-rr-ambulance:before{content:""}.fi-rr-analyse-alt:before{content:""}.fi-rr-analyse:before{content:""}.fi-rr-anatomical-heart:before{content:""}.fi-rr-anchor:before{content:""}.fi-rr-angel:before{content:""}.fi-rr-angle-90:before{content:""}.fi-rr-angle-circle-down:before{content:""}.fi-rr-angle-circle-left:before{content:""}.fi-rr-angle-circle-right:before{content:""}.fi-rr-angle-circle-up:before{content:""}.fi-rr-angle-double-left:before{content:""}.fi-rr-angle-double-right:before{content:""}.fi-rr-angle-double-small-down:before{content:""}.fi-rr-angle-double-small-left:before{content:""}.fi-rr-angle-double-small-right:before{content:""}.fi-rr-angle-double-small-up:before{content:""}.fi-rr-angle-down:before{content:""}.fi-rr-angle-left:before{content:""}.fi-rr-angle-right:before{content:""}.fi-rr-angle-small-down:before{content:""}.fi-rr-angle-small-left:before{content:""}.fi-rr-angle-small-right:before{content:""}.fi-rr-angle-small-up:before{content:""}.fi-rr-angle-square-down:before{content:""}.fi-rr-angle-square-left:before{content:""}.fi-rr-angle-square-right:before{content:""}.fi-rr-angle-square-up:before{content:""}.fi-rr-angle-up:before{content:""}.fi-rr-angle:before{content:""}.fi-rr-angles-up-down:before{content:""}.fi-rr-angry:before{content:""}.fi-rr-animated-icon:before{content:""}.fi-rr-ankh:before{content:""}.fi-rr-answer-alt:before{content:""}.fi-rr-answer:before{content:""}.fi-rr-apartment:before{content:""}.fi-rr-aperture:before{content:""}.fi-rr-api:before{content:""}.fi-rr-apple-core:before{content:""}.fi-rr-apple-crate:before{content:""}.fi-rr-apple-whole:before{content:""}.fi-rr-apps-add:before{content:""}.fi-rr-apps-delete:before{content:""}.fi-rr-apps-sort:before{content:""}.fi-rr-apps:before{content:""}.fi-rr-archive:before{content:""}.fi-rr-archway:before{content:""}.fi-rr-arrow-alt-circle-down:before{content:""}.fi-rr-arrow-alt-circle-left:before{content:""}.fi-rr-arrow-alt-circle-right:before{content:""}.fi-rr-arrow-alt-circle-up:before{content:""}.fi-rr-arrow-alt-down:before{content:""}.fi-rr-arrow-alt-from-bottom:before{content:""}.fi-rr-arrow-alt-from-left:before{content:""}.fi-rr-arrow-alt-from-right:before{content:""}.fi-rr-arrow-alt-from-top:before{content:""}.fi-rr-arrow-alt-left:before{content:""}.fi-rr-arrow-alt-right:before{content:""}.fi-rr-arrow-alt-square-down:before{content:""}.fi-rr-arrow-alt-square-left:before{content:""}.fi-rr-arrow-alt-square-right:before{content:""}.fi-rr-arrow-alt-square-up:before{content:""}.fi-rr-arrow-alt-to-bottom:before{content:""}.fi-rr-arrow-alt-to-left:before{content:""}.fi-rr-arrow-alt-to-right:before{content:""}.fi-rr-arrow-alt-to-top:before{content:""}.fi-rr-arrow-alt-up:before{content:""}.fi-rr-arrow-circle-down:before{content:""}.fi-rr-arrow-circle-left:before{content:""}.fi-rr-arrow-circle-right:before{content:""}.fi-rr-arrow-circle-up:before{content:""}.fi-rr-arrow-comparison:before{content:""}.fi-rr-arrow-down-from-arc:before{content:""}.fi-rr-arrow-down-from-dotted-line:before{content:""}.fi-rr-arrow-down-left:before{content:""}.fi-rr-arrow-down-small-big:before{content:""}.fi-rr-arrow-down-to-dotted-line:before{content:""}.fi-rr-arrow-down-to-square:before{content:""}.fi-rr-arrow-down-triangle-square:before{content:""}.fi-rr-arrow-down:before{content:""}.fi-rr-arrow-from-bottom:before{content:""}.fi-rr-arrow-from-left:before{content:""}.fi-rr-arrow-from-right:before{content:""}.fi-rr-arrow-from-top:before{content:""}.fi-rr-arrow-left-from-arc:before{content:""}.fi-rr-arrow-left-from-line:before{content:""}.fi-rr-arrow-left-to-arc:before{content:""}.fi-rr-arrow-left:before{content:""}.fi-rr-arrow-progress-alt:before{content:""}.fi-rr-arrow-progress:before{content:""}.fi-rr-arrow-right-to-bracket:before{content:""}.fi-rr-arrow-right:before{content:""}.fi-rr-arrow-small-down:before{content:""}.fi-rr-arrow-small-left:before{content:""}.fi-rr-arrow-small-right:before{content:""}.fi-rr-arrow-small-up:before{content:""}.fi-rr-arrow-square-down:before{content:""}.fi-rr-arrow-square-left:before{content:""}.fi-rr-arrow-square-right:before{content:""}.fi-rr-arrow-square-up:before{content:""}.fi-rr-arrow-to-bottom:before{content:""}.fi-rr-arrow-to-left:before{content:""}.fi-rr-arrow-to-right:before{content:""}.fi-rr-arrow-to-top:before{content:""}.fi-rr-arrow-trend-down:before{content:""}.fi-rr-arrow-trend-up:before{content:""}.fi-rr-arrow-turn-down-left:before{content:""}.fi-rr-arrow-turn-down-right:before{content:""}.fi-rr-arrow-turn-left-up:before{content:""}.fi-rr-arrow-up-from-dotted-line:before{content:""}.fi-rr-arrow-up-from-ground-water:before{content:""}.fi-rr-arrow-up-from-square:before{content:""}.fi-rr-arrow-up-left-from-circle:before{content:""}.fi-rr-arrow-up-left:before{content:""}.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-rr-arrow-up-right-from-square:before{content:""}.fi-rr-arrow-up-right:before{content:""}.fi-rr-arrow-up-small-big:before{content:""}.fi-rr-arrow-up-square-triangle:before{content:""}.fi-rr-arrow-up-to-arc:before{content:""}.fi-rr-arrow-up-to-dotted-line:before{content:""}.fi-rr-arrow-up:before{content:""}.fi-rr-arrow-upward-growth-crypto:before{content:""}.fi-rr-arrows-alt-h:before{content:""}.fi-rr-arrows-alt-v:before{content:""}.fi-rr-arrows-alt:before{content:""}.fi-rr-arrows-cross:before{content:""}.fi-rr-arrows-from-dotted-line:before{content:""}.fi-rr-arrows-from-line:before{content:""}.fi-rr-arrows-h-copy:before{content:""}.fi-rr-arrows-h:before{content:""}.fi-rr-arrows-repeat-1:before{content:""}.fi-rr-arrows-repeat:before{content:""}.fi-rr-arrows-retweet:before{content:""}.fi-rr-arrows-split-right-and-left:before{content:""}.fi-rr-arrows-split-up-and-left:before{content:""}.fi-rr-arrows-to-circle:before{content:""}.fi-rr-arrows-to-dotted-line:before{content:""}.fi-rr-arrows-to-eye:before{content:""}.fi-rr-arrows-to-line:before{content:""}.fi-rr-arrows:before{content:""}.fi-rr-artificial-intelligence:before{content:""}.fi-rr-assept-document:before{content:""}.fi-rr-assessment-alt:before{content:""}.fi-rr-assessment:before{content:""}.fi-rr-assign:before{content:""}.fi-rr-assistive-listening-systems:before{content:""}.fi-rr-asterik:before{content:""}.fi-rr-at:before{content:""}.fi-rr-attribution-pen:before{content:""}.fi-rr-attribution-pencil:before{content:""}.fi-rr-aubergine:before{content:""}.fi-rr-auction:before{content:""}.fi-rr-audience-megaphone:before{content:""}.fi-rr-audio-description-slash:before{content:""}.fi-rr-audit-alt:before{content:""}.fi-rr-audit:before{content:""}.fi-rr-austral-sign:before{content:""}.fi-rr-avocado:before{content:""}.fi-rr-award:before{content:""}.fi-rr-axe-battle:before{content:""}.fi-rr-axe:before{content:""}.fi-rr-b:before{content:""}.fi-rr-baby-carriage:before{content:""}.fi-rr-baby:before{content:""}.fi-rr-back-up:before{content:""}.fi-rr-background:before{content:""}.fi-rr-backpack:before{content:""}.fi-rr-bacon:before{content:""}.fi-rr-bacteria:before{content:""}.fi-rr-bacterium:before{content:""}.fi-rr-badge-check:before{content:""}.fi-rr-badge-dollar:before{content:""}.fi-rr-badge-leaf:before{content:""}.fi-rr-badge-percent:before{content:""}.fi-rr-badge-sheriff:before{content:""}.fi-rr-badge:before{content:""}.fi-rr-badger-honey:before{content:""}.fi-rr-badget-check-alt:before{content:""}.fi-rr-badminton:before{content:""}.fi-rr-bag-map-pin:before{content:""}.fi-rr-bag-seedling:before{content:""}.fi-rr-bag-shopping-minus:before{content:""}.fi-rr-bags-shopping:before{content:""}.fi-rr-baguette:before{content:""}.fi-rr-bahai:before{content:""}.fi-rr-baht-sign:before{content:""}.fi-rr-balance-scale-left:before{content:""}.fi-rr-balance-scale-right:before{content:""}.fi-rr-ball-pile:before{content:""}.fi-rr-ball:before{content:""}.fi-rr-ballet-dance:before{content:""}.fi-rr-balloon:before{content:""}.fi-rr-balloons:before{content:""}.fi-rr-ballot-check:before{content:""}.fi-rr-ballot:before{content:""}.fi-rr-ban-bug:before{content:""}.fi-rr-ban:before{content:""}.fi-rr-banana:before{content:""}.fi-rr-band-aid:before{content:""}.fi-rr-bangladeshi-taka-sign:before{content:""}.fi-rr-banjo:before{content:""}.fi-rr-bank:before{content:""}.fi-rr-banner-2:before{content:""}.fi-rr-banner-3:before{content:""}.fi-rr-banner-4:before{content:""}.fi-rr-banner-5:before{content:""}.fi-rr-banner:before{content:""}.fi-rr-barber-pole:before{content:""}.fi-rr-barber-shop:before{content:""}.fi-rr-barcode-read:before{content:""}.fi-rr-barcode-scan:before{content:""}.fi-rr-barcode:before{content:""}.fi-rr-bars-filter:before{content:""}.fi-rr-bars-progress:before{content:""}.fi-rr-bars-sort:before{content:""}.fi-rr-bars-staggered:before{content:""}.fi-rr-baseball-alt:before{content:""}.fi-rr-baseball:before{content:""}.fi-rr-basket-shopping-minus:before{content:""}.fi-rr-basket-shopping-plus:before{content:""}.fi-rr-basket-shopping-simple:before{content:""}.fi-rr-basket:before{content:""}.fi-rr-basketball:before{content:""}.fi-rr-bat:before{content:""}.fi-rr-bath:before{content:""}.fi-rr-battery-bolt:before{content:""}.fi-rr-battery-empty:before{content:""}.fi-rr-battery-exclamation:before{content:""}.fi-rr-battery-full:before{content:""}.fi-rr-battery-half:before{content:""}.fi-rr-battery-quarter:before{content:""}.fi-rr-battery-slash:before{content:""}.fi-rr-battery-three-quarters:before{content:""}.fi-rr-beacon:before{content:""}.fi-rr-bed-alt:before{content:""}.fi-rr-bed-bunk:before{content:""}.fi-rr-bed-empty:before{content:""}.fi-rr-bed:before{content:""}.fi-rr-bee:before{content:""}.fi-rr-beer-mug-empty:before{content:""}.fi-rr-beer:before{content:""}.fi-rr-bell-concierge:before{content:""}.fi-rr-bell-notification-call:before{content:""}.fi-rr-bell-notification-social-media:before{content:""}.fi-rr-bell-ring:before{content:""}.fi-rr-bell-school-slash:before{content:""}.fi-rr-bell-school:before{content:""}.fi-rr-bell-slash:before{content:""}.fi-rr-bell:before{content:""}.fi-rr-bells:before{content:""}.fi-rr-bench-tree:before{content:""}.fi-rr-benefit-diamond-alt:before{content:""}.fi-rr-benefit-diamond:before{content:""}.fi-rr-benefit-hand:before{content:""}.fi-rr-benefit-increase:before{content:""}.fi-rr-benefit-porcent:before{content:""}.fi-rr-benefit:before{content:""}.fi-rr-betamax:before{content:""}.fi-rr-bible:before{content:""}.fi-rr-bicycle-journey:before{content:""}.fi-rr-bike:before{content:""}.fi-rr-biking-mountain:before{content:""}.fi-rr-biking:before{content:""}.fi-rr-bill-arrow:before{content:""}.fi-rr-billiard:before{content:""}.fi-rr-bin-bottles:before{content:""}.fi-rr-binary-circle-check:before{content:""}.fi-rr-binary-lock:before{content:""}.fi-rr-binary-slash:before{content:""}.fi-rr-binary:before{content:""}.fi-rr-binoculars:before{content:""}.fi-rr-bio-leaves:before{content:""}.fi-rr-bio:before{content:""}.fi-rr-biohazard:before{content:""}.fi-rr-bird:before{content:""}.fi-rr-bitcoin-sign:before{content:""}.fi-rr-blanket:before{content:""}.fi-rr-blender-phone:before{content:""}.fi-rr-blender:before{content:""}.fi-rr-blinds-open:before{content:""}.fi-rr-blinds-raised:before{content:""}.fi-rr-blinds:before{content:""}.fi-rr-block-brick:before{content:""}.fi-rr-block-microphone:before{content:""}.fi-rr-block-question:before{content:""}.fi-rr-block-quote:before{content:""}.fi-rr-block:before{content:""}.fi-rr-blockchain-3:before{content:""}.fi-rr-blog-pencil:before{content:""}.fi-rr-blog-text:before{content:""}.fi-rr-blood-dropper:before{content:""}.fi-rr-blood-test-tube-alt:before{content:""}.fi-rr-blood-test-tube:before{content:""}.fi-rr-blood:before{content:""}.fi-rr-blueberries:before{content:""}.fi-rr-blueprint:before{content:""}.fi-rr-bold:before{content:""}.fi-rr-bolt-auto:before{content:""}.fi-rr-bolt-slash:before{content:""}.fi-rr-bolt:before{content:""}.fi-rr-bomb:before{content:""}.fi-rr-bone-break:before{content:""}.fi-rr-bone:before{content:""}.fi-rr-bong:before{content:""}.fi-rr-bonus-alt:before{content:""}.fi-rr-bonus-star:before{content:""}.fi-rr-bonus:before{content:""}.fi-rr-book-alt:before{content:""}.fi-rr-book-arrow-right:before{content:""}.fi-rr-book-arrow-up:before{content:""}.fi-rr-book-atlas:before{content:""}.fi-rr-book-bookmark:before{content:""}.fi-rr-book-circle-arrow-right:before{content:""}.fi-rr-book-circle-arrow-up:before{content:""}.fi-rr-book-copy:before{content:""}.fi-rr-book-dead:before{content:""}.fi-rr-book-font:before{content:""}.fi-rr-book-heart:before{content:""}.fi-rr-book-medical:before{content:""}.fi-rr-book-open-cover:before{content:""}.fi-rr-book-open-reader:before{content:""}.fi-rr-book-plus:before{content:""}.fi-rr-book-quran:before{content:""}.fi-rr-book-section:before{content:""}.fi-rr-book-spells:before{content:""}.fi-rr-book-tanakh:before{content:""}.fi-rr-book-user:before{content:""}.fi-rr-book:before{content:""}.fi-rr-Booking:before{content:""}.fi-rr-bookmark-slash:before{content:""}.fi-rr-bookmark:before{content:""}.fi-rr-books-medical:before{content:""}.fi-rr-books:before{content:""}.fi-rr-boot-heeled:before{content:""}.fi-rr-boot:before{content:""}.fi-rr-booth-curtain:before{content:""}.fi-rr-border-all:before{content:""}.fi-rr-border-bottom:before{content:""}.fi-rr-border-center-h:before{content:""}.fi-rr-border-center-v:before{content:""}.fi-rr-border-inner:before{content:""}.fi-rr-border-left:before{content:""}.fi-rr-border-none:before{content:""}.fi-rr-border-outer:before{content:""}.fi-rr-border-right:before{content:""}.fi-rr-border-style-alt:before{content:""}.fi-rr-border-style:before{content:""}.fi-rr-border-top:before{content:""}.fi-rr-boss:before{content:""}.fi-rr-bottle-droplet:before{content:""}.fi-rr-bottle:before{content:""}.fi-rr-bow-arrow:before{content:""}.fi-rr-bowl-chopsticks-noodles:before{content:""}.fi-rr-bowl-chopsticks:before{content:""}.fi-rr-bowl-rice:before{content:""}.fi-rr-bowl-scoop:before{content:""}.fi-rr-bowl-scoops:before{content:""}.fi-rr-bowl-soft-serve:before{content:""}.fi-rr-bowl-spoon:before{content:""}.fi-rr-bowling-ball:before{content:""}.fi-rr-bowling-pins:before{content:""}.fi-rr-bowling:before{content:""}.fi-rr-box-alt:before{content:""}.fi-rr-box-ballot:before{content:""}.fi-rr-box-check:before{content:""}.fi-rr-box-circle-check:before{content:""}.fi-rr-box-dollar:before{content:""}.fi-rr-box-fragile:before{content:""}.fi-rr-box-heart:before{content:""}.fi-rr-box-open-full:before{content:""}.fi-rr-box-open:before{content:""}.fi-rr-box-tissue:before{content:""}.fi-rr-box-up:before{content:""}.fi-rr-box:before{content:""}.fi-rr-boxes:before{content:""}.fi-rr-boxing-glove:before{content:""}.fi-rr-bracket-curly-right:before{content:""}.fi-rr-bracket-curly:before{content:""}.fi-rr-bracket-round-right:before{content:""}.fi-rr-bracket-round:before{content:""}.fi-rr-bracket-square-right:before{content:""}.fi-rr-bracket-square:before{content:""}.fi-rr-brackets-curly:before{content:""}.fi-rr-brackets-round:before{content:""}.fi-rr-brackets-square:before{content:""}.fi-rr-braille-a:before{content:""}.fi-rr-braille-b:before{content:""}.fi-rr-braille-c:before{content:""}.fi-rr-braille-d:before{content:""}.fi-rr-braille-e:before{content:""}.fi-rr-braille-g:before{content:""}.fi-rr-braille-h:before{content:""}.fi-rr-braille-i:before{content:""}.fi-rr-braille-j:before{content:""}.fi-rr-braille-k:before{content:""}.fi-rr-braille-l:before{content:""}.fi-rr-braille-m:before{content:""}.fi-rr-braille-n-alt:before{content:""}.fi-rr-braille-n:before{content:""}.fi-rr-braille-o:before{content:""}.fi-rr-braille-p:before{content:""}.fi-rr-braille-q:before{content:""}.fi-rr-braille-r:before{content:""}.fi-rr-braille-s:before{content:""}.fi-rr-braille-t:before{content:""}.fi-rr-braille-u:before{content:""}.fi-rr-braille-v:before{content:""}.fi-rr-braille-w:before{content:""}.fi-rr-braille-x:before{content:""}.fi-rr-braille-y:before{content:""}.fi-rr-braille-z:before{content:""}.fi-rr-braille:before{content:""}.fi-rr-brain-circuit:before{content:""}.fi-rr-brain:before{content:""}.fi-rr-brake-warning:before{content:""}.fi-rr-branching:before{content:""}.fi-rr-brand:before{content:""}.fi-rr-branding:before{content:""}.fi-rr-bread-loaf:before{content:""}.fi-rr-bread-slice-butter:before{content:""}.fi-rr-bread-slice:before{content:""}.fi-rr-bread:before{content:""}.fi-rr-briefcase-arrow-right:before{content:""}.fi-rr-briefcase-blank:before{content:""}.fi-rr-briefcase:before{content:""}.fi-rr-brightness-low:before{content:""}.fi-rr-brightness:before{content:""}.fi-rr-bring-forward:before{content:""}.fi-rr-bring-front:before{content:""}.fi-rr-broadcast-tower:before{content:""}.fi-rr-broccoli:before{content:""}.fi-rr-broken-chain-link-wrong:before{content:""}.fi-rr-broken-image:before{content:""}.fi-rr-broom-ball:before{content:""}.fi-rr-broom:before{content:""}.fi-rr-browser-ui:before{content:""}.fi-rr-browser:before{content:""}.fi-rr-browsers:before{content:""}.fi-rr-brush:before{content:""}.fi-rr-bucket:before{content:""}.fi-rr-budget-alt:before{content:""}.fi-rr-budget:before{content:""}.fi-rr-bug-slash:before{content:""}.fi-rr-bug:before{content:""}.fi-rr-bugs:before{content:""}.fi-rr-build-alt:before{content:""}.fi-rr-build:before{content:""}.fi-rr-builder:before{content:""}.fi-rr-building-circle-arrow-right:before{content:""}.fi-rr-building-ngo:before{content:""}.fi-rr-building:before{content:""}.fi-rr-bulb:before{content:""}.fi-rr-bullet:before{content:""}.fi-rr-bullhorn:before{content:""}.fi-rr-bullseye-arrow:before{content:""}.fi-rr-bullseye-pointer:before{content:""}.fi-rr-bullseye:before{content:""}.fi-rr-burger-alt:before{content:""}.fi-rr-burger-fries:before{content:""}.fi-rr-burger-glass:before{content:""}.fi-rr-burrito:before{content:""}.fi-rr-burst:before{content:""}.fi-rr-bus-alt:before{content:""}.fi-rr-bus:before{content:""}.fi-rr-business-time:before{content:""}.fi-rr-Butter:before{content:""}.fi-rr-butterfly:before{content:""}.fi-rr-c:before{content:""}.fi-rr-cabin:before{content:""}.fi-rr-cactus:before{content:""}.fi-rr-cage-empty:before{content:""}.fi-rr-cake-birthday:before{content:""}.fi-rr-cake-slice:before{content:""}.fi-rr-cake-wedding:before{content:""}.fi-rr-calculator-bill:before{content:""}.fi-rr-calculator-math-tax:before{content:""}.fi-rr-calculator-money:before{content:""}.fi-rr-calculator-simple:before{content:""}.fi-rr-calculator:before{content:""}.fi-rr-calendar-arrow-down:before{content:""}.fi-rr-calendar-arrow-up:before{content:""}.fi-rr-calendar-birhtday-cake:before{content:""}.fi-rr-calendar-call:before{content:""}.fi-rr-calendar-check:before{content:""}.fi-rr-calendar-clock:before{content:""}.fi-rr-calendar-day:before{content:""}.fi-rr-calendar-days:before{content:""}.fi-rr-calendar-event-tax:before{content:""}.fi-rr-calendar-exclamation:before{content:""}.fi-rr-calendar-gavel-legal:before{content:""}.fi-rr-calendar-heart:before{content:""}.fi-rr-calendar-image:before{content:""}.fi-rr-calendar-lines-pen:before{content:""}.fi-rr-calendar-lines:before{content:""}.fi-rr-calendar-minus:before{content:""}.fi-rr-calendar-payment-loan:before{content:""}.fi-rr-calendar-pen:before{content:""}.fi-rr-calendar-plus:before{content:""}.fi-rr-calendar-salary:before{content:""}.fi-rr-calendar-shift-swap:before{content:""}.fi-rr-calendar-star:before{content:""}.fi-rr-calendar-swap:before{content:""}.fi-rr-calendar-week:before{content:""}.fi-rr-calendar-xmark:before{content:""}.fi-rr-calendar:before{content:""}.fi-rr-calendars:before{content:""}.fi-rr-call-duration:before{content:""}.fi-rr-call-history:before{content:""}.fi-rr-call-incoming:before{content:""}.fi-rr-call-missed:before{content:""}.fi-rr-call-outgoing:before{content:""}.fi-rr-camcorder:before{content:""}.fi-rr-camera-cctv:before{content:""}.fi-rr-camera-movie:before{content:""}.fi-rr-camera-retro:before{content:""}.fi-rr-camera-rotate:before{content:""}.fi-rr-camera-security:before{content:""}.fi-rr-camera-slash:before{content:""}.fi-rr-camera-viewfinder:before{content:""}.fi-rr-camera:before{content:""}.fi-rr-campfire:before{content:""}.fi-rr-camping:before{content:""}.fi-rr-can-food:before{content:""}.fi-rr-candle-holder:before{content:""}.fi-rr-candle-lotus-yoga:before{content:""}.fi-rr-candle-pose-yoga:before{content:""}.fi-rr-candy-alt:before{content:""}.fi-rr-candy-bar:before{content:""}.fi-rr-candy-cane:before{content:""}.fi-rr-candy-corn:before{content:""}.fi-rr-candy-sweet:before{content:""}.fi-rr-candy:before{content:""}.fi-rr-Cannabis:before{content:""}.fi-rr-canned-food:before{content:""}.fi-rr-capsules:before{content:""}.fi-rr-car-alt:before{content:""}.fi-rr-car-battery:before{content:""}.fi-rr-car-bolt:before{content:""}.fi-rr-car-building:before{content:""}.fi-rr-car-bump:before{content:""}.fi-rr-car-bus:before{content:""}.fi-rr-car-circle-bolt:before{content:""}.fi-rr-car-crash:before{content:""}.fi-rr-car-garage:before{content:""}.fi-rr-car-journey:before{content:""}.fi-rr-car-mechanic:before{content:""}.fi-rr-car-rear:before{content:""}.fi-rr-car-side-bolt:before{content:""}.fi-rr-car-side:before{content:""}.fi-rr-car-tilt:before{content:""}.fi-rr-car-tunnel:before{content:""}.fi-rr-car-wash:before{content:""}.fi-rr-car:before{content:""}.fi-rr-caravan-alt:before{content:""}.fi-rr-caravan:before{content:""}.fi-rr-card-club:before{content:""}.fi-rr-card-diamond:before{content:""}.fi-rr-card-heart:before{content:""}.fi-rr-card-spade:before{content:""}.fi-rr-cardinal-compass:before{content:""}.fi-rr-career-growth:before{content:""}.fi-rr-career-path:before{content:""}.fi-rr-caret-circle-down:before{content:""}.fi-rr-caret-circle-right:before{content:""}.fi-rr-caret-circle-up:before{content:""}.fi-rr-caret-down:before{content:""}.fi-rr-caret-left:before{content:""}.fi-rr-caret-quare-up:before{content:""}.fi-rr-caret-right:before{content:""}.fi-rr-caret-square-down:before{content:""}.fi-rr-caret-square-left_1:before{content:""}.fi-rr-caret-square-left:before{content:""}.fi-rr-caret-square-right:before{content:""}.fi-rr-caret-up:before{content:""}.fi-rr-carrot:before{content:""}.fi-rr-cars-crash:before{content:""}.fi-rr-cars:before{content:""}.fi-rr-cart-arrow-down:before{content:""}.fi-rr-cart-minus:before{content:""}.fi-rr-cart-shopping-fast:before{content:""}.fi-rr-cash-register:before{content:""}.fi-rr-cassette-tape:before{content:""}.fi-rr-cassette-vhs:before{content:""}.fi-rr-castle:before{content:""}.fi-rr-cat-head:before{content:""}.fi-rr-cat-space:before{content:""}.fi-rr-cat:before{content:""}.fi-rr-catalog-alt:before{content:""}.fi-rr-catalog-magazine:before{content:""}.fi-rr-catalog:before{content:""}.fi-rr-category-alt:before{content:""}.fi-rr-category:before{content:""}.fi-rr-cauldron:before{content:""}.fi-rr-cedi-sign:before{content:""}.fi-rr-cello:before{content:""}.fi-rr-cent-sign:before{content:""}.fi-rr-chair-office:before{content:""}.fi-rr-chair:before{content:""}.fi-rr-chalkboard-user:before{content:""}.fi-rr-chalkboard:before{content:""}.fi-rr-challenge-alt:before{content:""}.fi-rr-challenge:before{content:""}.fi-rr-channel:before{content:""}.fi-rr-charging-station:before{content:""}.fi-rr-chart-area:before{content:""}.fi-rr-chart-bullet:before{content:""}.fi-rr-chart-candlestick:before{content:""}.fi-rr-chart-connected:before{content:""}.fi-rr-chart-gantt:before{content:""}.fi-rr-chart-histogram:before{content:""}.fi-rr-chart-kanban:before{content:""}.fi-rr-chart-line-up-down:before{content:""}.fi-rr-chart-line-up:before{content:""}.fi-rr-chart-mixed-up-circle-currency:before{content:""}.fi-rr-chart-mixed-up-circle-dollar:before{content:""}.fi-rr-chart-mixed:before{content:""}.fi-rr-chart-network:before{content:""}.fi-rr-chart-pie-alt:before{content:""}.fi-rr-chart-pie-simple-circle-currency:before{content:""}.fi-rr-chart-pie-simple-circle-dollar:before{content:""}.fi-rr-chart-pie:before{content:""}.fi-rr-chart-pyramid:before{content:""}.fi-rr-chart-radar:before{content:""}.fi-rr-chart-scatter-3d:before{content:""}.fi-rr-chart-scatter-bubble:before{content:""}.fi-rr-chart-scatter:before{content:""}.fi-rr-chart-set-theory:before{content:""}.fi-rr-chart-simple-horizontal:before{content:""}.fi-rr-chart-simple:before{content:""}.fi-rr-chart-tree-map:before{content:""}.fi-rr-chart-tree:before{content:""}.fi-rr-chart-user:before{content:""}.fi-rr-chart-waterfall:before{content:""}.fi-rr-chat-arrow-down:before{content:""}.fi-rr-chat-arrow-grow:before{content:""}.fi-rr-chat-bubble-call:before{content:""}.fi-rr-chatbot-speech-bubble:before{content:""}.fi-rr-chatbot:before{content:""}.fi-rr-cheap-bill:before{content:""}.fi-rr-cheap-dollar:before{content:""}.fi-rr-cheap-stack-dollar:before{content:""}.fi-rr-cheap-stack:before{content:""}.fi-rr-cheap:before{content:""}.fi-rr-check-circle:before{content:""}.fi-rr-check-double:before{content:""}.fi-rr-check-in-calendar:before{content:""}.fi-rr-check-out-calendar:before{content:""}.fi-rr-check:before{content:""}.fi-rr-checkbox:before{content:""}.fi-rr-checklist-task-budget:before{content:""}.fi-rr-cheese-alt:before{content:""}.fi-rr-cheese:before{content:""}.fi-rr-cheeseburger:before{content:""}.fi-rr-cherry:before{content:""}.fi-rr-chess-bishop:before{content:""}.fi-rr-chess-board:before{content:""}.fi-rr-chess-clock-alt:before{content:""}.fi-rr-chess-clock:before{content:""}.fi-rr-chess-king-alt:before{content:""}.fi-rr-chess-king:before{content:""}.fi-rr-chess-knight-alt:before{content:""}.fi-rr-chess-knight:before{content:""}.fi-rr-chess-pawn-alt:before{content:""}.fi-rr-chess-piece:before{content:""}.fi-rr-chess-queen-alt:before{content:""}.fi-rr-chess-queen:before{content:""}.fi-rr-chess-rook-alt:before{content:""}.fi-rr-chess-rook:before{content:""}.fi-rr-chess:before{content:""}.fi-rr-chevron-double-down:before{content:""}.fi-rr-chevron-double-up:before{content:""}.fi-rr-child-head:before{content:""}.fi-rr-child:before{content:""}.fi-rr-chimney:before{content:""}.fi-rr-chip:before{content:""}.fi-rr-chocolate:before{content:""}.fi-rr-choir-singing:before{content:""}.fi-rr-choose-alt:before{content:""}.fi-rr-choose:before{content:""}.fi-rr-church:before{content:""}.fi-rr-circle-0:before{content:""}.fi-rr-circle-1:before{content:""}.fi-rr-circle-2:before{content:""}.fi-rr-circle-3:before{content:""}.fi-rr-circle-4:before{content:""}.fi-rr-circle-5:before{content:""}.fi-rr-circle-6:before{content:""}.fi-rr-circle-7:before{content:""}.fi-rr-circle-8:before{content:""}.fi-rr-circle-9:before{content:""}.fi-rr-circle-a:before{content:""}.fi-rr-circle-b:before{content:""}.fi-rr-circle-bolt:before{content:""}.fi-rr-circle-book-open:before{content:""}.fi-rr-circle-bookmark:before{content:""}.fi-rr-circle-c:before{content:""}.fi-rr-circle-calendar:before{content:""}.fi-rr-circle-camera:before{content:""}.fi-rr-circle-d:before{content:""}.fi-rr-circle-dashed:before{content:""}.fi-rr-circle-divide:before{content:""}.fi-rr-circle-e:before{content:""}.fi-rr-circle-ellipsis-vertical:before{content:""}.fi-rr-circle-ellipsis:before{content:""}.fi-rr-circle-envelope:before{content:""}.fi-rr-circle-exclamation-check:before{content:""}.fi-rr-circle-f:before{content:""}.fi-rr-circle-g:before{content:""}.fi-rr-circle-h:before{content:""}.fi-rr-circle-half-stroke:before{content:""}.fi-rr-circle-half:before{content:""}.fi-rr-circle-heart:before{content:""}.fi-rr-circle-i:before{content:""}.fi-rr-circle-j:before{content:""}.fi-rr-circle-k:before{content:""}.fi-rr-circle-l:before{content:""}.fi-rr-circle-m:before{content:""}.fi-rr-circle-microphone-lines:before{content:""}.fi-rr-circle-microphone:before{content:""}.fi-rr-circle-n:before{content:""}.fi-rr-circle-nodes:before{content:""}.fi-rr-circle-o:before{content:""}.fi-rr-circle-overlap:before{content:""}.fi-rr-circle-p:before{content:""}.fi-rr-circle-phone-flip:before{content:""}.fi-rr-circle-phone-hangup:before{content:""}.fi-rr-circle-phone:before{content:""}.fi-rr-circle-q:before{content:""}.fi-rr-circle-quarter:before{content:""}.fi-rr-circle-quarters-alt:before{content:""}.fi-rr-circle-r:before{content:""}.fi-rr-circle-s:before{content:""}.fi-rr-circle-small:before{content:""}.fi-rr-circle-star:before{content:""}.fi-rr-circle-t:before{content:""}.fi-rr-circle-three-quarters:before{content:""}.fi-rr-circle-trash:before{content:""}.fi-rr-circle-u:before{content:""}.fi-rr-circle-user:before{content:""}.fi-rr-circle-v:before{content:""}.fi-rr-circle-video:before{content:""}.fi-rr-circle-w:before{content:""}.fi-rr-circle-waveform-lines:before{content:""}.fi-rr-circle-x:before{content:""}.fi-rr-circle-xmark:before{content:""}.fi-rr-circle-y:before{content:""}.fi-rr-circle-z:before{content:""}.fi-rr-circle:before{content:""}.fi-rr-citrus-slice:before{content:""}.fi-rr-citrus:before{content:""}.fi-rr-city:before{content:""}.fi-rr-clapperboard-play:before{content:""}.fi-rr-clapperboard:before{content:""}.fi-rr-clarinet:before{content:""}.fi-rr-claw-marks:before{content:""}.fi-rr-clear-alt:before{content:""}.fi-rr-clip-file:before{content:""}.fi-rr-clip-mail:before{content:""}.fi-rr-clip:before{content:""}.fi-rr-clipboard-check:before{content:""}.fi-rr-clipboard-exclamation:before{content:""}.fi-rr-clipboard-list-check:before{content:""}.fi-rr-clipboard-list:before{content:""}.fi-rr-clipboard-prescription:before{content:""}.fi-rr-clipboard-question:before{content:""}.fi-rr-clipboard-user:before{content:""}.fi-rr-clipboard:before{content:""}.fi-rr-clipoard-wrong:before{content:""}.fi-rr-clock-desk:before{content:""}.fi-rr-clock-eight-thirty:before{content:""}.fi-rr-clock-eleven-thirty:before{content:""}.fi-rr-clock-eleven:before{content:""}.fi-rr-clock-five-thirty:before{content:""}.fi-rr-clock-five:before{content:""}.fi-rr-clock-four-thirty:before{content:""}.fi-rr-clock-nine-thirty:before{content:""}.fi-rr-clock-nine:before{content:""}.fi-rr-clock-one-thirty:before{content:""}.fi-rr-clock-one:before{content:""}.fi-rr-clock-seven-thirty:before{content:""}.fi-rr-clock-seven:before{content:""}.fi-rr-clock-six-thirty:before{content:""}.fi-rr-clock-six:before{content:""}.fi-rr-clock-ten-thirty:before{content:""}.fi-rr-clock-ten:before{content:""}.fi-rr-clock-three-thirty:before{content:""}.fi-rr-clock-three:before{content:""}.fi-rr-clock-time-tracking:before{content:""}.fi-rr-clock-twelve-thirty:before{content:""}.fi-rr-clock-twelve:before{content:""}.fi-rr-clock-two-thirty:before{content:""}.fi-rr-clock-two:before{content:""}.fi-rr-clock-up-arrow:before{content:""}.fi-rr-clock:before{content:""}.fi-rr-clone:before{content:""}.fi-rr-closed-captioning-slash:before{content:""}.fi-rr-clothes-hanger:before{content:""}.fi-rr-cloud-back-up-alt:before{content:""}.fi-rr-cloud-back-up:before{content:""}.fi-rr-cloud-check:before{content:""}.fi-rr-cloud-code:before{content:""}.fi-rr-cloud-disabled:before{content:""}.fi-rr-cloud-download-alt:before{content:""}.fi-rr-cloud-download:before{content:""}.fi-rr-cloud-drizzle:before{content:""}.fi-rr-cloud-exclamation:before{content:""}.fi-rr-cloud-gear-automation:before{content:""}.fi-rr-cloud-hail-mixed:before{content:""}.fi-rr-cloud-hail:before{content:""}.fi-rr-cloud-meatball:before{content:""}.fi-rr-cloud-moon-rain:before{content:""}.fi-rr-cloud-moon:before{content:""}.fi-rr-cloud-question:before{content:""}.fi-rr-cloud-rain:before{content:""}.fi-rr-cloud-rainbow:before{content:""}.fi-rr-cloud-share:before{content:""}.fi-rr-cloud-showers-heavy:before{content:""}.fi-rr-cloud-showers:before{content:""}.fi-rr-cloud-sleet:before{content:""}.fi-rr-cloud-snow:before{content:""}.fi-rr-cloud-sun-rain:before{content:""}.fi-rr-cloud-sun:before{content:""}.fi-rr-cloud-upload-alt:before{content:""}.fi-rr-cloud-upload:before{content:""}.fi-rr-cloud:before{content:""}.fi-rr-clouds-moon:before{content:""}.fi-rr-clouds-sun:before{content:""}.fi-rr-clouds:before{content:""}.fi-rr-clover-alt:before{content:""}.fi-rr-club:before{content:""}.fi-rr-cocktail-alt:before{content:""}.fi-rr-cocktail:before{content:""}.fi-rr-coconut:before{content:""}.fi-rr-code-branch:before{content:""}.fi-rr-code-commit:before{content:""}.fi-rr-code-compare:before{content:""}.fi-rr-code-fork:before{content:""}.fi-rr-code-merge:before{content:""}.fi-rr-code-pull-request-closed:before{content:""}.fi-rr-code-pull-request-draft:before{content:""}.fi-rr-code-pull-request:before{content:""}.fi-rr-code-simple:before{content:""}.fi-rr-coffee-bean:before{content:""}.fi-rr-coffee-beans:before{content:""}.fi-rr-coffee-heart:before{content:""}.fi-rr-coffee-pot:before{content:""}.fi-rr-coffee:before{content:""}.fi-rr-coffin-cross:before{content:""}.fi-rr-coffin:before{content:""}.fi-rr-coin-up-arrow:before{content:""}.fi-rr-coin:before{content:""}.fi-rr-coins:before{content:""}.fi-rr-colon-sign:before{content:""}.fi-rr-columns-3:before{content:""}.fi-rr-comet:before{content:""}.fi-rr-command:before{content:""}.fi-rr-comment-alt-check:before{content:""}.fi-rr-comment-alt-dots:before{content:""}.fi-rr-comment-alt-edit:before{content:""}.fi-rr-comment-alt-medical:before{content:""}.fi-rr-comment-alt-middle-top:before{content:""}.fi-rr-comment-alt-middle:before{content:""}.fi-rr-comment-alt-minus:before{content:""}.fi-rr-comment-alt-music:before{content:""}.fi-rr-comment-alt:before{content:""}.fi-rr-comment-arrow-down:before{content:""}.fi-rr-comment-arrow-up-right:before{content:""}.fi-rr-comment-arrow-up:before{content:""}.fi-rr-comment-check:before{content:""}.fi-rr-comment-code:before{content:""}.fi-rr-comment-dollar:before{content:""}.fi-rr-comment-dots:before{content:""}.fi-rr-comment-exclamation:before{content:""}.fi-rr-comment-heart:before{content:""}.fi-rr-comment-image:before{content:""}.fi-rr-comment-info:before{content:""}.fi-rr-comment-medical:before{content:""}.fi-rr-comment-minus:before{content:""}.fi-rr-comment-pen:before{content:""}.fi-rr-comment-question:before{content:""}.fi-rr-comment-quote:before{content:""}.fi-rr-comment-slash:before{content:""}.fi-rr-comment-smile:before{content:""}.fi-rr-comment-sms:before{content:""}.fi-rr-comment-text:before{content:""}.fi-rr-comment-user:before{content:""}.fi-rr-comment-xmark:before{content:""}.fi-rr-comment:before{content:""}.fi-rr-comments-dollar:before{content:""}.fi-rr-comments-question-check:before{content:""}.fi-rr-comments-question:before{content:""}.fi-rr-comments:before{content:""}.fi-rr-compass-alt:before{content:""}.fi-rr-compass-east:before{content:""}.fi-rr-compass-north:before{content:""}.fi-rr-compass-slash:before{content:""}.fi-rr-compass-south:before{content:""}.fi-rr-compass-west:before{content:""}.fi-rr-completed:before{content:""}.fi-rr-compliance-clipboard:before{content:""}.fi-rr-compliance-document:before{content:""}.fi-rr-compliance:before{content:""}.fi-rr-compress-alt:before{content:""}.fi-rr-compress:before{content:""}.fi-rr-computer-classic:before{content:""}.fi-rr-computer-mouse:before{content:""}.fi-rr-computer-speaker:before{content:""}.fi-rr-computer:before{content:""}.fi-rr-concierge-bell:before{content:""}.fi-rr-condition-alt:before{content:""}.fi-rr-condition:before{content:""}.fi-rr-confetti:before{content:""}.fi-rr-constellation:before{content:""}.fi-rr-container-storage:before{content:""}.fi-rr-convert-document:before{content:""}.fi-rr-convert-shapes:before{content:""}.fi-rr-conveyor-belt-alt:before{content:""}.fi-rr-conveyor-belt-arm:before{content:""}.fi-rr-conveyor-belt-empty:before{content:""}.fi-rr-conveyor-belt:before{content:""}.fi-rr-cookie-alt:before{content:""}.fi-rr-cookie:before{content:""}.fi-rr-copy-alt:before{content:""}.fi-rr-copy-image:before{content:""}.fi-rr-copy:before{content:""}.fi-rr-copyright:before{content:""}.fi-rr-corn:before{content:""}.fi-rr-corporate-alt:before{content:""}.fi-rr-corporate:before{content:""}.fi-rr-couch:before{content:""}.fi-rr-court-sport:before{content:""}.fi-rr-cow-alt:before{content:""}.fi-rr-cow:before{content:""}.fi-rr-cowbell-circle-plus:before{content:""}.fi-rr-cowbell-more:before{content:""}.fi-rr-cowbell:before{content:""}.fi-rr-crab:before{content:""}.fi-rr-crate-empty:before{content:""}.fi-rr-cream:before{content:""}.fi-rr-credit-card-buyer:before{content:""}.fi-rr-credit-card-eye:before{content:""}.fi-rr-credit-card:before{content:""}.fi-rr-cricket:before{content:""}.fi-rr-crm-alt:before{content:""}.fi-rr-crm-computer:before{content:""}.fi-rr-CRM:before{content:""}.fi-rr-croissant:before{content:""}.fi-rr-cross-circle:before{content:""}.fi-rr-cross-religion:before{content:""}.fi-rr-cross-small:before{content:""}.fi-rr-cross:before{content:""}.fi-rr-crow:before{content:""}.fi-rr-crown:before{content:""}.fi-rr-crutch:before{content:""}.fi-rr-crutches:before{content:""}.fi-rr-cruzeiro-sign:before{content:""}.fi-rr-crypto-calendar:before{content:""}.fi-rr-cryptocurrency:before{content:""}.fi-rr-crystal-ball:before{content:""}.fi-rr-cube:before{content:""}.fi-rr-cubes-stacked:before{content:""}.fi-rr-cubes:before{content:""}.fi-rr-cucumber:before{content:""}.fi-rr-cup-straw-swoosh:before{content:""}.fi-rr-cup-straw:before{content:""}.fi-rr-cup-togo:before{content:""}.fi-rr-cupcake-alt:before{content:""}.fi-rr-cupcake:before{content:""}.fi-rr-curling:before{content:""}.fi-rr-cursor-finger:before{content:""}.fi-rr-cursor-plus:before{content:""}.fi-rr-cursor-text-alt:before{content:""}.fi-rr-cursor-text:before{content:""}.fi-rr-cursor:before{content:""}.fi-rr-curve-alt:before{content:""}.fi-rr-curve-arrow:before{content:""}.fi-rr-curve:before{content:""}.fi-rr-custard:before{content:""}.fi-rr-customer-care:before{content:""}.fi-rr-customer-service:before{content:""}.fi-rr-customization-cogwheel:before{content:""}.fi-rr-customization:before{content:""}.fi-rr-customize-computer:before{content:""}.fi-rr-customize-edit:before{content:""}.fi-rr-customize:before{content:""}.fi-rr-CV:before{content:""}.fi-rr-cvv-card:before{content:""}.fi-rr-d:before{content:""}.fi-rr-dagger:before{content:""}.fi-rr-daily-calendar:before{content:""}.fi-rr-damage:before{content:""}.fi-rr-dart:before{content:""}.fi-rr-dashboard-monitor:before{content:""}.fi-rr-dashboard-panel:before{content:""}.fi-rr-dashboard:before{content:""}.fi-rr-data-transfer:before{content:""}.fi-rr-database:before{content:""}.fi-rr-debt:before{content:""}.fi-rr-deer-rudolph:before{content:""}.fi-rr-deer:before{content:""}.fi-rr-delete-document:before{content:""}.fi-rr-delete-right:before{content:""}.fi-rr-delete-user:before{content:""}.fi-rr-delete:before{content:""}.fi-rr-democrat:before{content:""}.fi-rr-department-structure:before{content:""}.fi-rr-department:before{content:""}.fi-rr-deposit-alt:before{content:""}.fi-rr-deposit:before{content:""}.fi-rr-description-alt:before{content:""}.fi-rr-description:before{content:""}.fi-rr-desk:before{content:""}.fi-rr-desktop-arrow-down:before{content:""}.fi-rr-desktop-wallpaper:before{content:""}.fi-rr-devices:before{content:""}.fi-rr-dewpoint:before{content:""}.fi-rr-dharmachakra:before{content:""}.fi-rr-diagram-cells:before{content:""}.fi-rr-diagram-lean-canvas:before{content:""}.fi-rr-diagram-nested:before{content:""}.fi-rr-diagram-next:before{content:""}.fi-rr-diagram-predecessor:before{content:""}.fi-rr-diagram-previous:before{content:""}.fi-rr-diagram-project:before{content:""}.fi-rr-diagram-sankey:before{content:""}.fi-rr-diagram-subtask:before{content:""}.fi-rr-diagram-successor:before{content:""}.fi-rr-diagram-venn:before{content:""}.fi-rr-dial-high:before{content:""}.fi-rr-dial-low:before{content:""}.fi-rr-dial-max:before{content:""}.fi-rr-dial-med-low:before{content:""}.fi-rr-dial-med:before{content:""}.fi-rr-dial-min:before{content:""}.fi-rr-dial-off:before{content:""}.fi-rr-dial:before{content:""}.fi-rr-diamond-exclamation:before{content:""}.fi-rr-diamond-turn-right:before{content:""}.fi-rr-diamond:before{content:""}.fi-rr-diary-bookmark-down:before{content:""}.fi-rr-diary-bookmarks:before{content:""}.fi-rr-diary-clasp:before{content:""}.fi-rr-dice-alt:before{content:""}.fi-rr-dice-d10:before{content:""}.fi-rr-dice-d12:before{content:""}.fi-rr-dice-d20:before{content:""}.fi-rr-dice-d4:before{content:""}.fi-rr-dice-d6:before{content:""}.fi-rr-dice-d8:before{content:""}.fi-rr-dice-four:before{content:""}.fi-rr-dice-one:before{content:""}.fi-rr-dice-six:before{content:""}.fi-rr-dice-three:before{content:""}.fi-rr-dice-two:before{content:""}.fi-rr-dice:before{content:""}.fi-rr-digging:before{content:""}.fi-rr-digital-tachograph:before{content:""}.fi-rr-dinner:before{content:""}.fi-rr-diploma:before{content:""}.fi-rr-direction-signal-arrow:before{content:""}.fi-rr-direction-signal:before{content:""}.fi-rr-disc-drive:before{content:""}.fi-rr-disco-ball:before{content:""}.fi-rr-discover:before{content:""}.fi-rr-disease:before{content:""}.fi-rr-disk:before{content:""}.fi-rr-display-arrow-down:before{content:""}.fi-rr-display-chart-up:before{content:""}.fi-rr-display-code:before{content:""}.fi-rr-display-medical:before{content:""}.fi-rr-display-slash:before{content:""}.fi-rr-distribute-spacing-horizontal:before{content:""}.fi-rr-distribute-spacing-vertical:before{content:""}.fi-rr-divide:before{content:""}.fi-rr-dizzy:before{content:""}.fi-rr-dna:before{content:""}.fi-rr-do-not-enter:before{content:""}.fi-rr-doctor:before{content:""}.fi-rr-document-circle-wrong:before{content:""}.fi-rr-document-paid:before{content:""}.fi-rr-document-signed:before{content:""}.fi-rr-document:before{content:""}.fi-rr-dog-leashed:before{content:""}.fi-rr-dog:before{content:""}.fi-rr-dollar:before{content:""}.fi-rr-dolly-flatbed-alt:before{content:""}.fi-rr-dolly-flatbed-empty:before{content:""}.fi-rr-dolly-flatbed:before{content:""}.fi-rr-dolphin:before{content:""}.fi-rr-domino-effect:before{content:""}.fi-rr-donate:before{content:""}.fi-rr-dong-sign:before{content:""}.fi-rr-donut:before{content:""}.fi-rr-door-closed:before{content:""}.fi-rr-door-open:before{content:""}.fi-rr-dot-circle:before{content:""}.fi-rr-dot-pending:before{content:""}.fi-rr-dove:before{content:""}.fi-rr-down-from-bracket:before{content:""}.fi-rr-down-left-and-up-right-to-center:before{content:""}.fi-rr-down-left:before{content:""}.fi-rr-down-right:before{content:""}.fi-rr-down-to-line:before{content:""}.fi-rr-down:before{content:""}.fi-rr-download:before{content:""}.fi-rr-drafting-compass:before{content:""}.fi-rr-dragon:before{content:""}.fi-rr-draw-polygon:before{content:""}.fi-rr-draw-square:before{content:""}.fi-rr-drawer-alt:before{content:""}.fi-rr-drawer-empty:before{content:""}.fi-rr-drawer:before{content:""}.fi-rr-dreidel:before{content:""}.fi-rr-drink-alt:before{content:""}.fi-rr-driver-man:before{content:""}.fi-rr-driver-woman:before{content:""}.fi-rr-drone-alt:before{content:""}.fi-rr-drone-front:before{content:""}.fi-rr-drone:before{content:""}.fi-rr-drop-down:before{content:""}.fi-rr-dropdown-select:before{content:""}.fi-rr-dropdown:before{content:""}.fi-rr-drum-steelpan:before{content:""}.fi-rr-drum:before{content:""}.fi-rr-drumstick-bite:before{content:""}.fi-rr-drumstick:before{content:""}.fi-rr-dryer-alt:before{content:""}.fi-rr-dryer:before{content:""}.fi-rr-duck:before{content:""}.fi-rr-dumbbell-fitness:before{content:""}.fi-rr-dumbbell-horizontal:before{content:""}.fi-rr-dumbbell-ray:before{content:""}.fi-rr-dumbbell-weightlifting:before{content:""}.fi-rr-dumpster-fire:before{content:""}.fi-rr-dumpster:before{content:""}.fi-rr-dungeon:before{content:""}.fi-rr-duplicate:before{content:""}.fi-rr-duration-alt:before{content:""}.fi-rr-duration:before{content:""}.fi-rr-e-learning:before{content:""}.fi-rr-e:before{content:""}.fi-rr-ear-deaf:before{content:""}.fi-rr-ear-muffs:before{content:""}.fi-rr-ear:before{content:""}.fi-rr-earnings:before{content:""}.fi-rr-earth-africa:before{content:""}.fi-rr-earth-americas:before{content:""}.fi-rr-earth-asia:before{content:""}.fi-rr-earth-europa:before{content:""}.fi-rr-eclipse-alt:before{content:""}.fi-rr-eclipse:before{content:""}.fi-rr-edit-alt:before{content:""}.fi-rr-edit:before{content:""}.fi-rr-effect:before{content:""}.fi-rr-egg-fried:before{content:""}.fi-rr-egg:before{content:""}.fi-rr-eject:before{content:""}.fi-rr-elephant:before{content:""}.fi-rr-elevator:before{content:""}.fi-rr-email-pending:before{content:""}.fi-rr-employee-alt:before{content:""}.fi-rr-employee-handbook:before{content:""}.fi-rr-employee-man-alt:before{content:""}.fi-rr-employee-man:before{content:""}.fi-rr-employees-woman-man:before{content:""}.fi-rr-employees:before{content:""}.fi-rr-empty-set:before{content:""}.fi-rr-endless-loop:before{content:""}.fi-rr-engine-warning:before{content:""}.fi-rr-engine:before{content:""}.fi-rr-enter:before{content:""}.fi-rr-envelope-ban:before{content:""}.fi-rr-envelope-bulk:before{content:""}.fi-rr-envelope-dot:before{content:""}.fi-rr-envelope-download:before{content:""}.fi-rr-envelope-heart:before{content:""}.fi-rr-envelope-marker:before{content:""}.fi-rr-envelope-open-dollar:before{content:""}.fi-rr-envelope-open-text:before{content:""}.fi-rr-envelope-open:before{content:""}.fi-rr-envelope-plus:before{content:""}.fi-rr-envelope:before{content:""}.fi-rr-envelopes:before{content:""}.fi-rr-equality:before{content:""}.fi-rr-equals:before{content:""}.fi-rr-eraser:before{content:""}.fi-rr-error-camera:before{content:""}.fi-rr-escalator:before{content:""}.fi-rr-ethernet:before{content:""}.fi-rr-euro:before{content:""}.fi-rr-excavator:before{content:""}.fi-rr-exchange-alt:before{content:""}.fi-rr-exchange-cryptocurrency:before{content:""}.fi-rr-exchange:before{content:""}.fi-rr-exclamation:before{content:""}.fi-rr-exit-alt:before{content:""}.fi-rr-exit:before{content:""}.fi-rr-expand-arrows-alt:before{content:""}.fi-rr-expand-arrows:before{content:""}.fi-rr-expand:before{content:""}.fi-rr-expense-bill:before{content:""}.fi-rr-expense:before{content:""}.fi-rr-external-hard-drive:before{content:""}.fi-rr-external-world:before{content:""}.fi-rr-eye-crossed:before{content:""}.fi-rr-eye-dropper-half:before{content:""}.fi-rr-eye-dropper:before{content:""}.fi-rr-eye:before{content:""}.fi-rr-eyes:before{content:""}.fi-rr-f:before{content:""}.fi-rr-fabric:before{content:""}.fi-rr-face-angry-horns:before{content:""}.fi-rr-face-anguished:before{content:""}.fi-rr-face-anxious-sweat:before{content:""}.fi-rr-face-astonished:before{content:""}.fi-rr-face-awesome:before{content:""}.fi-rr-face-beam-hand-over-mouth:before{content:""}.fi-rr-face-confounded:before{content:""}.fi-rr-face-confused:before{content:""}.fi-rr-face-cowboy-hat:before{content:""}.fi-rr-face-disappointed:before{content:""}.fi-rr-face-disguise:before{content:""}.fi-rr-face-downcast-sweat:before{content:""}.fi-rr-face-drooling:before{content:""}.fi-rr-face-explode:before{content:""}.fi-rr-face-expressionless:before{content:""}.fi-rr-face-eyes-xmarks:before{content:""}.fi-rr-face-fearful:before{content:""}.fi-rr-face-glasses:before{content:""}.fi-rr-face-grin-tongue-wink:before{content:""}.fi-rr-face-hand-yawn:before{content:""}.fi-rr-face-head-bandage:before{content:""}.fi-rr-face-hushed:before{content:""}.fi-rr-face-icicles:before{content:""}.fi-rr-face-lying:before{content:""}.fi-rr-face-mask:before{content:""}.fi-rr-face-monocle:before{content:""}.fi-rr-face-nauseated:before{content:""}.fi-rr-face-nose-steam:before{content:""}.fi-rr-face-party:before{content:""}.fi-rr-face-pensive:before{content:""}.fi-rr-face-persevering:before{content:""}.fi-rr-face-pleading:before{content:""}.fi-rr-face-raised-eyebrow:before{content:""}.fi-rr-face-relieved:before{content:""}.fi-rr-face-sad-sweat:before{content:""}.fi-rr-face-scream:before{content:""}.fi-rr-face-shush:before{content:""}.fi-rr-face-sleeping:before{content:""}.fi-rr-face-sleepy:before{content:""}.fi-rr-face-smile-halo:before{content:""}.fi-rr-face-smile-hearts:before{content:""}.fi-rr-face-smile-horns:before{content:""}.fi-rr-face-smile-tear:before{content:""}.fi-rr-face-smile-tongue:before{content:""}.fi-rr-face-smile-upside-down:before{content:""}.fi-rr-face-smiling-hands:before{content:""}.fi-rr-face-smirking:before{content:""}.fi-rr-face-sunglasses-alt:before{content:""}.fi-rr-face-sunglasses:before{content:""}.fi-rr-face-swear:before{content:""}.fi-rr-face-thermometer:before{content:""}.fi-rr-face-thinking:before{content:""}.fi-rr-face-tissue:before{content:""}.fi-rr-face-tongue-money:before{content:""}.fi-rr-face-tongue-sweat:before{content:""}.fi-rr-face-unamused:before{content:""}.fi-rr-face-viewfinder:before{content:""}.fi-rr-face-vomit:before{content:""}.fi-rr-face-weary:before{content:""}.fi-rr-face-woozy:before{content:""}.fi-rr-face-worried:before{content:""}.fi-rr-face-zany:before{content:""}.fi-rr-face-zipper:before{content:""}.fi-rr-fail:before{content:""}.fi-rr-falafel:before{content:""}.fi-rr-family-dress:before{content:""}.fi-rr-family-pants:before{content:""}.fi-rr-family:before{content:""}.fi-rr-fan-table:before{content:""}.fi-rr-fan:before{content:""}.fi-rr-farm:before{content:""}.fi-rr-faucet-drip:before{content:""}.fi-rr-faucet:before{content:""}.fi-rr-fax:before{content:""}.fi-rr-feather-pointed:before{content:""}.fi-rr-feather:before{content:""}.fi-rr-features-alt:before{content:""}.fi-rr-features:before{content:""}.fi-rr-fee-receipt:before{content:""}.fi-rr-fee:before{content:""}.fi-rr-feedback-alt:before{content:""}.fi-rr-feedback-cycle-loop:before{content:""}.fi-rr-feedback-hand:before{content:""}.fi-rr-feedback-review:before{content:""}.fi-rr-feedback:before{content:""}.fi-rr-fence:before{content:""}.fi-rr-ferris-wheel:before{content:""}.fi-rr-fighter-jet:before{content:""}.fi-rr-file-ai:before{content:""}.fi-rr-file-audio:before{content:""}.fi-rr-file-binary:before{content:""}.fi-rr-file-chart-line:before{content:""}.fi-rr-file-chart-pie:before{content:""}.fi-rr-file-circle-info:before{content:""}.fi-rr-file-cloud:before{content:""}.fi-rr-file-code:before{content:""}.fi-rr-file-csv:before{content:""}.fi-rr-file-download:before{content:""}.fi-rr-file-edit:before{content:""}.fi-rr-file-eps:before{content:""}.fi-rr-file-excel:before{content:""}.fi-rr-file-exclamation:before{content:""}.fi-rr-file-export:before{content:""}.fi-rr-file-image:before{content:""}.fi-rr-file-import:before{content:""}.fi-rr-file-invoice-dollar:before{content:""}.fi-rr-file-invoice:before{content:""}.fi-rr-file-medical-alt:before{content:""}.fi-rr-file-medical:before{content:""}.fi-rr-file-minus:before{content:""}.fi-rr-file-pdf:before{content:""}.fi-rr-file-powerpoint:before{content:""}.fi-rr-file-prescription:before{content:""}.fi-rr-file-psd:before{content:""}.fi-rr-file-signature:before{content:""}.fi-rr-file-spreadsheet:before{content:""}.fi-rr-file-upload:before{content:""}.fi-rr-file-user:before{content:""}.fi-rr-file-video:before{content:""}.fi-rr-file-word:before{content:""}.fi-rr-file-zipper:before{content:""}.fi-rr-file:before{content:""}.fi-rr-files-medical:before{content:""}.fi-rr-fill:before{content:""}.fi-rr-film-canister:before{content:""}.fi-rr-film-slash:before{content:""}.fi-rr-film:before{content:""}.fi-rr-films:before{content:""}.fi-rr-filter-list:before{content:""}.fi-rr-filter-slash:before{content:""}.fi-rr-filter:before{content:""}.fi-rr-filters:before{content:""}.fi-rr-fingerprint-security-risk:before{content:""}.fi-rr-fingerprint:before{content:""}.fi-rr-fire-burner:before{content:""}.fi-rr-fire-extinguisher:before{content:""}.fi-rr-fire-flame-curved:before{content:""}.fi-rr-fire-flame-simple:before{content:""}.fi-rr-fire-hydrant:before{content:""}.fi-rr-fire-smoke:before{content:""}.fi-rr-fireplace:before{content:""}.fi-rr-first-award:before{content:""}.fi-rr-first-laurel:before{content:""}.fi-rr-first-medal:before{content:""}.fi-rr-first:before{content:""}.fi-rr-fish-bones:before{content:""}.fi-rr-fish-cooked:before{content:""}.fi-rr-fish:before{content:""}.fi-rr-fishing-rod:before{content:""}.fi-rr-fist-move:before{content:""}.fi-rr-flag-alt:before{content:""}.fi-rr-flag-checkered:before{content:""}.fi-rr-flag-usa:before{content:""}.fi-rr-flag:before{content:""}.fi-rr-flame:before{content:""}.fi-rr-flashlight:before{content:""}.fi-rr-flask-gear:before{content:""}.fi-rr-flask-poison:before{content:""}.fi-rr-flask-potion:before{content:""}.fi-rr-flask:before{content:""}.fi-rr-flatbread-stuffed:before{content:""}.fi-rr-flatbread:before{content:""}.fi-rr-flip-horizontal:before{content:""}.fi-rr-floor-alt:before{content:""}.fi-rr-floor-layer:before{content:""}.fi-rr-floor:before{content:""}.fi-rr-floppy-disk-circle-arrow-right:before{content:""}.fi-rr-floppy-disk-circle-xmark:before{content:""}.fi-rr-floppy-disk-pen:before{content:""}.fi-rr-floppy-disks:before{content:""}.fi-rr-florin-sign:before{content:""}.fi-rr-flower-bouquet:before{content:""}.fi-rr-flower-butterfly:before{content:""}.fi-rr-flower-daffodil:before{content:""}.fi-rr-flower-tulip:before{content:""}.fi-rr-flower:before{content:""}.fi-rr-flushed:before{content:""}.fi-rr-flute:before{content:""}.fi-rr-flux-capacitor:before{content:""}.fi-rr-fly-insect:before{content:""}.fi-rr-flying-disc:before{content:""}.fi-rr-fog:before{content:""}.fi-rr-folder-download:before{content:""}.fi-rr-folder-fire:before{content:""}.fi-rr-folder-minus:before{content:""}.fi-rr-folder-open:before{content:""}.fi-rr-folder-times:before{content:""}.fi-rr-folder-tree:before{content:""}.fi-rr-folder-upload:before{content:""}.fi-rr-folder-xmark:before{content:""}.fi-rr-folder:before{content:""}.fi-rr-folders:before{content:""}.fi-rr-follow-folder:before{content:""}.fi-rr-followcollection:before{content:""}.fi-rr-following:before{content:""}.fi-rr-fondue-pot:before{content:""}.fi-rr-football:before{content:""}.fi-rr-foreign-language-audio:before{content:""}.fi-rr-fork:before{content:""}.fi-rr-forklift:before{content:""}.fi-rr-form:before{content:""}.fi-rr-fort:before{content:""}.fi-rr-forward-fast:before{content:""}.fi-rr-forward:before{content:""}.fi-rr-fox:before{content:""}.fi-rr-frame:before{content:""}.fi-rr-franc-sign:before{content:""}.fi-rr-free-delivery:before{content:""}.fi-rr-free:before{content:""}.fi-rr-french-fries:before{content:""}.fi-rr-friday:before{content:""}.fi-rr-frog:before{content:""}.fi-rr-frown:before{content:""}.fi-rr-ftp:before{content:""}.fi-rr-fuel-gauge:before{content:""}.fi-rr-function-process:before{content:""}.fi-rr-function-square:before{content:""}.fi-rr-function:before{content:""}.fi-rr-funnel-dollar:before{content:""}.fi-rr-g:before{content:""}.fi-rr-galaxy-alt:before{content:""}.fi-rr-galaxy-planet:before{content:""}.fi-rr-galaxy-star:before{content:""}.fi-rr-galaxy:before{content:""}.fi-rr-gallery-thumbnails:before{content:""}.fi-rr-gallery:before{content:""}.fi-rr-game-board-alt:before{content:""}.fi-rr-gamepad:before{content:""}.fi-rr-garage-car:before{content:""}.fi-rr-garage-open:before{content:""}.fi-rr-garage:before{content:""}.fi-rr-garlic-alt:before{content:""}.fi-rr-garlic:before{content:""}.fi-rr-gas-pump-alt:before{content:""}.fi-rr-gas-pump-slash:before{content:""}.fi-rr-gas-pump:before{content:""}.fi-rr-gauge-circle-bolt:before{content:""}.fi-rr-gauge-circle-minus:before{content:""}.fi-rr-gauge-circle-plus:before{content:""}.fi-rr-gavel:before{content:""}.fi-rr-gay-couple:before{content:""}.fi-rr-gears:before{content:""}.fi-rr-gem:before{content:""}.fi-rr-general:before{content:""}.fi-rr-ghost:before{content:""}.fi-rr-gif-square:before{content:""}.fi-rr-gif:before{content:""}.fi-rr-gift-box-benefits:before{content:""}.fi-rr-gift-card:before{content:""}.fi-rr-gift:before{content:""}.fi-rr-gifts:before{content:""}.fi-rr-gingerbread-man:before{content:""}.fi-rr-glass-champagne:before{content:""}.fi-rr-glass-cheers:before{content:""}.fi-rr-glass-citrus:before{content:""}.fi-rr-glass-empty:before{content:""}.fi-rr-glass-half:before{content:""}.fi-rr-glass-water-droplet:before{content:""}.fi-rr-glass-whiskey-rocks:before{content:""}.fi-rr-glass-whiskey:before{content:""}.fi-rr-glass:before{content:""}.fi-rr-glasses:before{content:""}.fi-rr-globe-alt:before{content:""}.fi-rr-globe-pointer:before{content:""}.fi-rr-globe-snow:before{content:""}.fi-rr-globe:before{content:""}.fi-rr-goal-net:before{content:""}.fi-rr-golf-ball:before{content:""}.fi-rr-golf-hole:before{content:""}.fi-rr-golf:before{content:""}.fi-rr-gopuram:before{content:""}.fi-rr-government-budget:before{content:""}.fi-rr-government-flag:before{content:""}.fi-rr-government-user:before{content:""}.fi-rr-gps-navigation:before{content:""}.fi-rr-graduation-cap:before{content:""}.fi-rr-gramophone:before{content:""}.fi-rr-grape:before{content:""}.fi-rr-graph-curve:before{content:""}.fi-rr-graphic-style:before{content:""}.fi-rr-graphic-tablet:before{content:""}.fi-rr-grate-droplet:before{content:""}.fi-rr-grate:before{content:""}.fi-rr-greater-than-equal:before{content:""}.fi-rr-greater-than:before{content:""}.fi-rr-greek-helmet:before{content:""}.fi-rr-grid-alt:before{content:""}.fi-rr-grid-dividers:before{content:""}.fi-rr-grid:before{content:""}.fi-rr-grill-hot-alt:before{content:""}.fi-rr-grill:before{content:""}.fi-rr-grimace:before{content:""}.fi-rr-grin-alt:before{content:""}.fi-rr-grin-beam-sweat:before{content:""}.fi-rr-grin-beam:before{content:""}.fi-rr-grin-hearts:before{content:""}.fi-rr-grin-squint-tears:before{content:""}.fi-rr-grin-squint:before{content:""}.fi-rr-grin-stars:before{content:""}.fi-rr-grin-tears:before{content:""}.fi-rr-grin-tongue-squint:before{content:""}.fi-rr-grin-tongue-wink:before{content:""}.fi-rr-grin-tongue:before{content:""}.fi-rr-grin-wink:before{content:""}.fi-rr-grin:before{content:""}.fi-rr-grip-dots-vertical:before{content:""}.fi-rr-grip-dots:before{content:""}.fi-rr-grip-horizontal:before{content:""}.fi-rr-grip-lines-vertical:before{content:""}.fi-rr-grip-lines:before{content:""}.fi-rr-grip-vertical:before{content:""}.fi-rr-grocery-bag:before{content:""}.fi-rr-grocery-basket:before{content:""}.fi-rr-group-arrows-rotate:before{content:""}.fi-rr-group-call:before{content:""}.fi-rr-group-community-social-media:before{content:""}.fi-rr-growth-chart-invest:before{content:""}.fi-rr-guarani-sign:before{content:""}.fi-rr-guide-alt:before{content:""}.fi-rr-guide:before{content:""}.fi-rr-guitar-electric:before{content:""}.fi-rr-guitar:before{content:""}.fi-rr-guitars:before{content:""}.fi-rr-gun-squirt:before{content:""}.fi-rr-gym:before{content:""}.fi-rr-h-square:before{content:""}.fi-rr-h:before{content:""}.fi-rr-h1:before{content:""}.fi-rr-h2:before{content:""}.fi-rr-h3:before{content:""}.fi-rr-h4:before{content:""}.fi-rr-hair-clipper:before{content:""}.fi-rr-hamburger-soda:before{content:""}.fi-rr-hamburger:before{content:""}.fi-rr-hammer-crash:before{content:""}.fi-rr-hammer-war:before{content:""}.fi-rr-hammer:before{content:""}.fi-rr-hamsa:before{content:""}.fi-rr-hand-back-fist:before{content:""}.fi-rr-hand-back-point-down:before{content:""}.fi-rr-hand-back-point-left:before{content:""}.fi-rr-hand-back-point-ribbon:before{content:""}.fi-rr-hand-back-point-right:before{content:""}.fi-rr-hand-bill:before{content:""}.fi-rr-hand-dots:before{content:""}.fi-rr-hand-fingers-crossed:before{content:""}.fi-rr-hand-fist:before{content:""}.fi-rr-hand-heart:before{content:""}.fi-rr-hand-holding-box:before{content:""}.fi-rr-hand-holding-droplet:before{content:""}.fi-rr-hand-holding-heart:before{content:""}.fi-rr-hand-holding-magic:before{content:""}.fi-rr-hand-holding-medical:before{content:""}.fi-rr-hand-holding-seeding:before{content:""}.fi-rr-hand-holding-skull:before{content:""}.fi-rr-hand-holding-usd:before{content:""}.fi-rr-hand-holding-water:before{content:""}.fi-rr-hand-horns:before{content:""}.fi-rr-hand-lizard:before{content:""}.fi-rr-hand-love:before{content:""}.fi-rr-hand-middle-finger:before{content:""}.fi-rr-hand-paper:before{content:""}.fi-rr-hand-peace:before{content:""}.fi-rr-hand-point-ribbon:before{content:""}.fi-rr-hand-scissors:before{content:""}.fi-rr-hand-sparkles:before{content:""}.fi-rr-hand-spock:before{content:""}.fi-rr-hand-wave:before{content:""}.fi-rr-hand:before{content:""}.fi-rr-handmade:before{content:""}.fi-rr-hands-bubbles:before{content:""}.fi-rr-hands-clapping:before{content:""}.fi-rr-hands-heart:before{content:""}.fi-rr-hands-holding-diamond:before{content:""}.fi-rr-hands-holding:before{content:""}.fi-rr-hands-usd:before{content:""}.fi-rr-handshake-angle:before{content:""}.fi-rr-handshake-deal-loan:before{content:""}.fi-rr-handshake-house:before{content:""}.fi-rr-handshake-simple-slash:before{content:""}.fi-rr-handshake-trust:before{content:""}.fi-rr-handshake:before{content:""}.fi-rr-hard-hat:before{content:""}.fi-rr-hashtag-lock:before{content:""}.fi-rr-hastag:before{content:""}.fi-rr-hat-beach:before{content:""}.fi-rr-hat-birthday:before{content:""}.fi-rr-hat-chef:before{content:""}.fi-rr-hat-cowboy-side:before{content:""}.fi-rr-hat-cowboy:before{content:""}.fi-rr-hat-santa:before{content:""}.fi-rr-hat-winter:before{content:""}.fi-rr-hat-witch:before{content:""}.fi-rr-hat-wizard:before{content:""}.fi-rr-hdd:before{content:""}.fi-rr-head-side-brain:before{content:""}.fi-rr-head-side-cough-slash:before{content:""}.fi-rr-head-side-cough:before{content:""}.fi-rr-head-side-headphones:before{content:""}.fi-rr-head-side-heart:before{content:""}.fi-rr-head-side-mask:before{content:""}.fi-rr-head-side-medical:before{content:""}.fi-rr-head-side-thinking:before{content:""}.fi-rr-head-side-virus:before{content:""}.fi-rr-head-side:before{content:""}.fi-rr-head-vr:before{content:""}.fi-rr-heading:before{content:""}.fi-rr-headphones:before{content:""}.fi-rr-headset:before{content:""}.fi-rr-heart-arrow:before{content:""}.fi-rr-heart-brain:before{content:""}.fi-rr-heart-crack:before{content:""}.fi-rr-heart-half-stroke:before{content:""}.fi-rr-heart-half:before{content:""}.fi-rr-heart-health-muscle:before{content:""}.fi-rr-heart-lock:before{content:""}.fi-rr-heart-partner-handshake:before{content:""}.fi-rr-heart-rate:before{content:""}.fi-rr-heart-slash:before{content:""}.fi-rr-heart-upside-down:before{content:""}.fi-rr-heart:before{content:""}.fi-rr-heat:before{content:""}.fi-rr-helicopter-side:before{content:""}.fi-rr-helmet-battle:before{content:""}.fi-rr-hexagon-check:before{content:""}.fi-rr-hexagon-divide:before{content:""}.fi-rr-hexagon-exclamation:before{content:""}.fi-rr-hexagon:before{content:""}.fi-rr-high-definition:before{content:""}.fi-rr-high-five-celebration-yes:before{content:""}.fi-rr-high-five:before{content:""}.fi-rr-highlighter-line:before{content:""}.fi-rr-highlighter:before{content:""}.fi-rr-hiking:before{content:""}.fi-rr-hippo:before{content:""}.fi-rr-hockey-puck:before{content:""}.fi-rr-hockey-stick-puck:before{content:""}.fi-rr-hockey-sticks:before{content:""}.fi-rr-holding-hand-gear:before{content:""}.fi-rr-holding-hand-revenue:before{content:""}.fi-rr-holly-berry:before{content:""}.fi-rr-home-heart:before{content:""}.fi-rr-home-location-alt:before{content:""}.fi-rr-home-location:before{content:""}.fi-rr-home:before{content:""}.fi-rr-honey-pot:before{content:""}.fi-rr-hood-cloak:before{content:""}.fi-rr-horizontal-rule:before{content:""}.fi-rr-horse-head:before{content:""}.fi-rr-horse-saddle:before{content:""}.fi-rr-horse:before{content:""}.fi-rr-horseshoe-broken:before{content:""}.fi-rr-horseshoe:before{content:""}.fi-rr-hose-reel:before{content:""}.fi-rr-hose:before{content:""}.fi-rr-hospital-symbol:before{content:""}.fi-rr-hospital-user:before{content:""}.fi-rr-hospital:before{content:""}.fi-rr-hospitals:before{content:""}.fi-rr-hot-tub:before{content:""}.fi-rr-hotdog:before{content:""}.fi-rr-hotel:before{content:""}.fi-rr-hourglass-end:before{content:""}.fi-rr-hourglass-start:before{content:""}.fi-rr-hourglass:before{content:""}.fi-rr-house-blank:before{content:""}.fi-rr-house-building:before{content:""}.fi-rr-house-chimney-blank:before{content:""}.fi-rr-house-chimney-crack:before{content:""}.fi-rr-house-chimney-heart:before{content:""}.fi-rr-house-chimney-medical:before{content:""}.fi-rr-house-chimney-user:before{content:""}.fi-rr-house-chimney-window:before{content:""}.fi-rr-house-chimney:before{content:""}.fi-rr-house-circle-check:before{content:""}.fi-rr-house-circle-exclamation:before{content:""}.fi-rr-house-circle-xmark:before{content:""}.fi-rr-house-crack-alt:before{content:""}.fi-rr-house-crack:before{content:""}.fi-rr-house-day:before{content:""}.fi-rr-house-fire:before{content:""}.fi-rr-house-flag:before{content:""}.fi-rr-house-flood:before{content:""}.fi-rr-house-laptop:before{content:""}.fi-rr-house-leave:before{content:""}.fi-rr-house-lock:before{content:""}.fi-rr-house-medical:before{content:""}.fi-rr-house-night:before{content:""}.fi-rr-house-return:before{content:""}.fi-rr-house-signal:before{content:""}.fi-rr-house-tree:before{content:""}.fi-rr-house-tsunami:before{content:""}.fi-rr-house-turret:before{content:""}.fi-rr-house-user:before{content:""}.fi-rr-house-window:before{content:""}.fi-rr-hr-group:before{content:""}.fi-rr-hr-person:before{content:""}.fi-rr-hr:before{content:""}.fi-rr-hryvnia:before{content:""}.fi-rr-humidity:before{content:""}.fi-rr-hundred-points:before{content:""}.fi-rr-hurricane:before{content:""}.fi-rr-i:before{content:""}.fi-rr-ice-cream:before{content:""}.fi-rr-ice-skate:before{content:""}.fi-rr-icicles:before{content:""}.fi-rr-icon-star:before{content:""}.fi-rr-id-badge:before{content:""}.fi-rr-id-card-clip-alt:before{content:""}.fi-rr-igloo:before{content:""}.fi-rr-image-slash:before{content:""}.fi-rr-images-user:before{content:""}.fi-rr-images:before{content:""}.fi-rr-improve-user:before{content:""}.fi-rr-inbox-full:before{content:""}.fi-rr-inbox-in:before{content:""}.fi-rr-inbox-out:before{content:""}.fi-rr-inbox:before{content:""}.fi-rr-inboxes:before{content:""}.fi-rr-incense-sticks-yoga:before{content:""}.fi-rr-incognito:before{content:""}.fi-rr-indent:before{content:""}.fi-rr-indian-rupee-sign:before{content:""}.fi-rr-industry-alt:before{content:""}.fi-rr-industry-windows:before{content:""}.fi-rr-infinity:before{content:""}.fi-rr-info-guide:before{content:""}.fi-rr-info:before{content:""}.fi-rr-information:before{content:""}.fi-rr-inhaler:before{content:""}.fi-rr-input-numeric:before{content:""}.fi-rr-input-pipe:before{content:""}.fi-rr-input-text:before{content:""}.fi-rr-insert-alt:before{content:""}.fi-rr-insert-arrows:before{content:""}.fi-rr-insert-button-circle:before{content:""}.fi-rr-insert-credit-card:before{content:""}.fi-rr-insert-square:before{content:""}.fi-rr-insert:before{content:""}.fi-rr-insight-alt:before{content:""}.fi-rr-insight-head:before{content:""}.fi-rr-insight:before{content:""}.fi-rr-integral:before{content:""}.fi-rr-interactive:before{content:""}.fi-rr-interlining:before{content:""}.fi-rr-internet-speed-wifi:before{content:""}.fi-rr-interrogation:before{content:""}.fi-rr-intersection:before{content:""}.fi-rr-introduction-handshake:before{content:""}.fi-rr-introduction:before{content:""}.fi-rr-inventory-alt:before{content:""}.fi-rr-invest:before{content:""}.fi-rr-investment:before{content:""}.fi-rr-invite-alt:before{content:""}.fi-rr-invite:before{content:""}.fi-rr-iot-alt:before{content:""}.fi-rr-iot:before{content:""}.fi-rr-ip-address:before{content:""}.fi-rr-island-tropical:before{content:""}.fi-rr-issue-loupe:before{content:""}.fi-rr-it-alt:before{content:""}.fi-rr-it-computer:before{content:""}.fi-rr-it:before{content:""}.fi-rr-italian-lira-sign:before{content:""}.fi-rr-italic:before{content:""}.fi-rr-j:before{content:""}.fi-rr-jam:before{content:""}.fi-rr-jar-alt:before{content:""}.fi-rr-jar-wheat:before{content:""}.fi-rr-javascript:before{content:""}.fi-rr-joint:before{content:""}.fi-rr-joker:before{content:""}.fi-rr-journal-alt:before{content:""}.fi-rr-journal:before{content:""}.fi-rr-journey:before{content:""}.fi-rr-joystick:before{content:""}.fi-rr-jpg:before{content:""}.fi-rr-jug-alt:before{content:""}.fi-rr-jug-bottle:before{content:""}.fi-rr-jug:before{content:""}.fi-rr-jumping-rope:before{content:""}.fi-rr-k:before{content:""}.fi-rr-kaaba:before{content:""}.fi-rr-kazoo:before{content:""}.fi-rr-kerning:before{content:""}.fi-rr-key-lock-crypto:before{content:""}.fi-rr-key-skeleton-left-right:before{content:""}.fi-rr-key:before{content:""}.fi-rr-keyboard-brightness-low:before{content:""}.fi-rr-keyboard-brightness:before{content:""}.fi-rr-keyboard-down:before{content:""}.fi-rr-keyboard-left:before{content:""}.fi-rr-keyboard:before{content:""}.fi-rr-keynote:before{content:""}.fi-rr-kidneys:before{content:""}.fi-rr-kip-sign:before{content:""}.fi-rr-kiss-beam:before{content:""}.fi-rr-kiss-wink-heart:before{content:""}.fi-rr-kiss:before{content:""}.fi-rr-kite:before{content:""}.fi-rr-kiwi-bird:before{content:""}.fi-rr-kiwi-fruit:before{content:""}.fi-rr-knife-kitchen:before{content:""}.fi-rr-knife:before{content:""}.fi-rr-knitting:before{content:""}.fi-rr-kpi-evaluation:before{content:""}.fi-rr-kpi:before{content:""}.fi-rr-l:before{content:""}.fi-rr-label:before{content:""}.fi-rr-lacrosse-stick-ball:before{content:""}.fi-rr-lacrosse-stick:before{content:""}.fi-rr-lambda:before{content:""}.fi-rr-lamp-desk:before{content:""}.fi-rr-lamp-floor:before{content:""}.fi-rr-lamp-street:before{content:""}.fi-rr-lamp:before{content:""}.fi-rr-land-layer-location:before{content:""}.fi-rr-land-layers:before{content:""}.fi-rr-land-location:before{content:""}.fi-rr-landmark-alt:before{content:""}.fi-rr-language:before{content:""}.fi-rr-laptop-arrow-down:before{content:""}.fi-rr-laptop-binary:before{content:""}.fi-rr-laptop-code:before{content:""}.fi-rr-laptop-medical:before{content:""}.fi-rr-laptop-mobile:before{content:""}.fi-rr-laptop-slash:before{content:""}.fi-rr-laptop:before{content:""}.fi-rr-lari-sign:before{content:""}.fi-rr-lasso-sparkles:before{content:""}.fi-rr-lasso:before{content:""}.fi-rr-last-square:before{content:""}.fi-rr-laugh-beam:before{content:""}.fi-rr-laugh-squint:before{content:""}.fi-rr-laugh-wink:before{content:""}.fi-rr-laugh:before{content:""}.fi-rr-lawyer-man:before{content:""}.fi-rr-lawyer-woman:before{content:""}.fi-rr-layer-minus:before{content:""}.fi-rr-layer-plus:before{content:""}.fi-rr-layers:before{content:""}.fi-rr-layout-fluid:before{content:""}.fi-rr-lead-funnel:before{content:""}.fi-rr-lead-management:before{content:""}.fi-rr-lead:before{content:""}.fi-rr-leader-alt:before{content:""}.fi-rr-leader-speech:before{content:""}.fi-rr-leader:before{content:""}.fi-rr-leaderboard-alt:before{content:""}.fi-rr-leaderboard-trophy:before{content:""}.fi-rr-leaderboard:before{content:""}.fi-rr-leadership-alt:before{content:""}.fi-rr-leadership:before{content:""}.fi-rr-leaf-heart:before{content:""}.fi-rr-leaf-maple:before{content:""}.fi-rr-leaf-oak:before{content:""}.fi-rr-leaf:before{content:""}.fi-rr-leafy-green:before{content:""}.fi-rr-leave:before{content:""}.fi-rr-left-from-bracket:before{content:""}.fi-rr-left:before{content:""}.fi-rr-legal:before{content:""}.fi-rr-lemon:before{content:""}.fi-rr-lesbian-couple:before{content:""}.fi-rr-less-than-equal:before{content:""}.fi-rr-less-than:before{content:""}.fi-rr-lesson-class:before{content:""}.fi-rr-lesson:before{content:""}.fi-rr-letter-case:before{content:""}.fi-rr-lettuce:before{content:""}.fi-rr-level-down-alt:before{content:""}.fi-rr-level-down:before{content:""}.fi-rr-level-up-alt:before{content:""}.fi-rr-level-up:before{content:""}.fi-rr-license:before{content:""}.fi-rr-life-ring:before{content:""}.fi-rr-life:before{content:""}.fi-rr-light-ceiling:before{content:""}.fi-rr-light-emergency-on:before{content:""}.fi-rr-light-emergency:before{content:""}.fi-rr-light-switch-off:before{content:""}.fi-rr-light-switch-on:before{content:""}.fi-rr-light-switch:before{content:""}.fi-rr-lightbulb-cfl-on:before{content:""}.fi-rr-lightbulb-cfl:before{content:""}.fi-rr-lightbulb-dollar:before{content:""}.fi-rr-lightbulb-exclamation:before{content:""}.fi-rr-lightbulb-head:before{content:""}.fi-rr-lightbulb-on:before{content:""}.fi-rr-lightbulb-question:before{content:""}.fi-rr-lightbulb-setting:before{content:""}.fi-rr-lightbulb-slash:before{content:""}.fi-rr-lighthouse:before{content:""}.fi-rr-lights-holiday:before{content:""}.fi-rr-limit-hand:before{content:""}.fi-rr-limit-speedometer:before{content:""}.fi-rr-line-width:before{content:""}.fi-rr-link-alt:before{content:""}.fi-rr-link-horizontal-slash:before{content:""}.fi-rr-link-horizontal:before{content:""}.fi-rr-link-slash-alt:before{content:""}.fi-rr-link-slash:before{content:""}.fi-rr-link:before{content:""}.fi-rr-lion-head:before{content:""}.fi-rr-lion:before{content:""}.fi-rr-lips:before{content:""}.fi-rr-lipstick:before{content:""}.fi-rr-lira-sign:before{content:""}.fi-rr-list-check:before{content:""}.fi-rr-list-dropdown:before{content:""}.fi-rr-list-music:before{content:""}.fi-rr-list-timeline:before{content:""}.fi-rr-list:before{content:""}.fi-rr-litecoin-sign:before{content:""}.fi-rr-live-alt:before{content:""}.fi-rr-live:before{content:""}.fi-rr-loading:before{content:""}.fi-rr-loan:before{content:""}.fi-rr-lobster:before{content:""}.fi-rr-location-alt:before{content:""}.fi-rr-location-arrow:before{content:""}.fi-rr-location-crosshairs-slash:before{content:""}.fi-rr-location-crosshairs:before{content:""}.fi-rr-location-dot-slash:before{content:""}.fi-rr-location-exclamation:before{content:""}.fi-rr-location-pin-call:before{content:""}.fi-rr-lock-alt:before{content:""}.fi-rr-lock-hashtag:before{content:""}.fi-rr-lock-open-alt:before{content:""}.fi-rr-lock:before{content:""}.fi-rr-locust:before{content:""}.fi-rr-loop-square:before{content:""}.fi-rr-loveseat:before{content:""}.fi-rr-low-vision:before{content:""}.fi-rr-luchador:before{content:""}.fi-rr-luggage-cart:before{content:""}.fi-rr-luggage-rolling:before{content:""}.fi-rr-lungs-virus:before{content:""}.fi-rr-lungs:before{content:""}.fi-rr-m:before{content:""}.fi-rr-mace:before{content:""}.fi-rr-magic-wand:before{content:""}.fi-rr-magnet-user:before{content:""}.fi-rr-magnet:before{content:""}.fi-rr-mailbox-envelope:before{content:""}.fi-rr-mailbox-flag-up:before{content:""}.fi-rr-mailbox:before{content:""}.fi-rr-makeup-brush:before{content:""}.fi-rr-man-head:before{content:""}.fi-rr-man-scientist:before{content:""}.fi-rr-manat-sign:before{content:""}.fi-rr-mandolin:before{content:""}.fi-rr-mango:before{content:""}.fi-rr-manhole:before{content:""}.fi-rr-map-location-track:before{content:""}.fi-rr-map-marker-check:before{content:""}.fi-rr-map-marker-cross:before{content:""}.fi-rr-map-marker-edit:before{content:""}.fi-rr-map-marker-home:before{content:""}.fi-rr-map-marker-minus:before{content:""}.fi-rr-map-marker-plus:before{content:""}.fi-rr-map-marker-question:before{content:""}.fi-rr-map-marker-slash:before{content:""}.fi-rr-map-marker-smile:before{content:""}.fi-rr-map-marker:before{content:""}.fi-rr-map-pin:before{content:""}.fi-rr-map-point:before{content:""}.fi-rr-map:before{content:""}.fi-rr-marker-time:before{content:""}.fi-rr-marker:before{content:""}.fi-rr-marketplace-alt:before{content:""}.fi-rr-marketplace-store:before{content:""}.fi-rr-marketplace:before{content:"豈"}.fi-rr-mars-double:before{content:"更"}.fi-rr-mars-stroke-right:before{content:"車"}.fi-rr-mars-stroke-up:before{content:"賈"}.fi-rr-mars:before{content:"滑"}.fi-rr-martini-glass-citrus:before{content:"串"}.fi-rr-martini-glass-empty:before{content:"句"}.fi-rr-mask-carnival:before{content:"龜"}.fi-rr-mask-face:before{content:"龜"}.fi-rr-mask-snorkel:before{content:"契"}.fi-rr-mask:before{content:"金"}.fi-rr-massage:before{content:"喇"}.fi-rr-match-fire:before{content:"奈"}.fi-rr-mattress-pillow:before{content:"懶"}.fi-rr-measuring-tape:before{content:"癩"}.fi-rr-meat:before{content:"羅"}.fi-rr-medal:before{content:"蘿"}.fi-rr-medical-star:before{content:"螺"}.fi-rr-medicine:before{content:"裸"}.fi-rr-meditation:before{content:"邏"}.fi-rr-meeting-alt:before{content:"樂"}.fi-rr-meeting:before{content:"洛"}.fi-rr-megaphone-announcement-leader:before{content:"烙"}.fi-rr-megaphone:before{content:"珞"}.fi-rr-meh-blank:before{content:"落"}.fi-rr-meh-rolling-eyes:before{content:"酪"}.fi-rr-meh:before{content:"駱"}.fi-rr-melon-alt:before{content:"亂"}.fi-rr-melon:before{content:"卵"}.fi-rr-member-list:before{content:"欄"}.fi-rr-member-search:before{content:"爛"}.fi-rr-membership-vip:before{content:"蘭"}.fi-rr-membership:before{content:"鸞"}.fi-rr-memo-circle-check:before{content:"嵐"}.fi-rr-memo-pad:before{content:"濫"}.fi-rr-memo:before{content:"藍"}.fi-rr-memory:before{content:"襤"}.fi-rr-menu-burger:before{content:"拉"}.fi-rr-menu-dots-vertical:before{content:"臘"}.fi-rr-menu-dots:before{content:"蠟"}.fi-rr-mercury:before{content:"廊"}.fi-rr-message-arrow-down:before{content:"朗"}.fi-rr-message-arrow-up-right:before{content:"浪"}.fi-rr-message-arrow-up:before{content:"狼"}.fi-rr-message-bot:before{content:"郎"}.fi-rr-message-code:before{content:"來"}.fi-rr-message-dollar:before{content:"冷"}.fi-rr-message-heart:before{content:"勞"}.fi-rr-message-image:before{content:"擄"}.fi-rr-message-question:before{content:"櫓"}.fi-rr-message-quote:before{content:"爐"}.fi-rr-message-slash:before{content:"盧"}.fi-rr-message-sms:before{content:"老"}.fi-rr-message-text:before{content:"蘆"}.fi-rr-message-xmark:before{content:"虜"}.fi-rr-messages-dollar:before{content:"路"}.fi-rr-messages-question:before{content:"露"}.fi-rr-messages:before{content:"魯"}.fi-rr-meteor:before{content:"鷺"}.fi-rr-meter-bolt:before{content:"碌"}.fi-rr-meter-droplet:before{content:"祿"}.fi-rr-meter-fire:before{content:"綠"}.fi-rr-meter:before{content:"菉"}.fi-rr-method:before{content:"錄"}.fi-rr-microchip-ai:before{content:"鹿"}.fi-rr-microchip:before{content:"論"}.fi-rr-microphone-alt:before{content:"壟"}.fi-rr-microphone-slash:before{content:"弄"}.fi-rr-microphone:before{content:"籠"}.fi-rr-microscope:before{content:"聾"}.fi-rr-microwave:before{content:"牢"}.fi-rr-milk-alt:before{content:"磊"}.fi-rr-milk:before{content:"賂"}.fi-rr-mill-sign:before{content:"雷"}.fi-rr-mind-share:before{content:"壘"}.fi-rr-minus-circle:before{content:"屢"}.fi-rr-minus-hexagon:before{content:"樓"}.fi-rr-minus-small:before{content:"淚"}.fi-rr-minus:before{content:"漏"}.fi-rr-mistletoe:before{content:"累"}.fi-rr-mix:before{content:"縷"}.fi-rr-mobile-button:before{content:"陋"}.fi-rr-mobile-notch:before{content:"勒"}.fi-rr-mobile:before{content:"肋"}.fi-rr-mockup:before{content:"凜"}.fi-rr-mode-alt:before{content:"凌"}.fi-rr-mode-landscape:before{content:"稜"}.fi-rr-mode-portrait:before{content:"綾"}.fi-rr-mode:before{content:"菱"}.fi-rr-model-cube-arrows:before{content:"陵"}.fi-rr-model-cube-space:before{content:"讀"}.fi-rr-model-cube:before{content:"拏"}.fi-rr-module:before{content:"樂"}.fi-rr-monday:before{content:"諾"}.fi-rr-money-bill-simple:before{content:"丹"}.fi-rr-money-bill-transfer:before{content:"寧"}.fi-rr-money-bill-wave-alt:before{content:"怒"}.fi-rr-money-bill-wave:before{content:"率"}.fi-rr-money-bills-simple:before{content:"異"}.fi-rr-money-bills:before{content:"北"}.fi-rr-money-check-edit-alt:before{content:"磻"}.fi-rr-money-check-edit:before{content:"便"}.fi-rr-money-check:before{content:"復"}.fi-rr-money-coin-transfer:before{content:"不"}.fi-rr-money-from-bracket:before{content:"泌"}.fi-rr-money-simple-from-bracket:before{content:"數"}.fi-rr-money-transfer-alt:before{content:"索"}.fi-rr-money-transfer-coin-arrow:before{content:"參"}.fi-rr-money-transfer-smartphone:before{content:"塞"}.fi-rr-money-wings:before{content:"省"}.fi-rr-money:before{content:"葉"}.fi-rr-monkey:before{content:"說"}.fi-rr-monument:before{content:"殺"}.fi-rr-moon-stars:before{content:"辰"}.fi-rr-moon:before{content:"沈"}.fi-rr-moped:before{content:"拾"}.fi-rr-mortar-pestle:before{content:"若"}.fi-rr-mortgage:before{content:"掠"}.fi-rr-mosque-alt:before{content:"略"}.fi-rr-mosque-moon:before{content:"亮"}.fi-rr-mosque:before{content:"兩"}.fi-rr-mosquito-net:before{content:"凉"}.fi-rr-mosquito:before{content:"梁"}.fi-rr-motorcycle:before{content:"糧"}.fi-rr-mound:before{content:"良"}.fi-rr-mountain-city:before{content:"諒"}.fi-rr-mountain:before{content:"量"}.fi-rr-mountains:before{content:"勵"}.fi-rr-mouse-field:before{content:"呂"}.fi-rr-mouse:before{content:"女"}.fi-rr-mov-file:before{content:"廬"}.fi-rr-move-to-folder-2:before{content:"旅"}.fi-rr-move-to-folder:before{content:"濾"}.fi-rr-mp3-file:before{content:"礪"}.fi-rr-mp3-player:before{content:"閭"}.fi-rr-mp4-file:before{content:"驪"}.fi-rr-mug-alt:before{content:"麗"}.fi-rr-mug-hot-alt:before{content:"黎"}.fi-rr-mug-hot:before{content:"力"}.fi-rr-mug-marshmallows:before{content:"曆"}.fi-rr-mug-tea-saucer:before{content:"歷"}.fi-rr-mug-tea:before{content:"轢"}.fi-rr-mug:before{content:"年"}.fi-rr-multiple-alt:before{content:"憐"}.fi-rr-multiple:before{content:"戀"}.fi-rr-muscle:before{content:"撚"}.fi-rr-mushroom-alt:before{content:"漣"}.fi-rr-mushroom:before{content:"煉"}.fi-rr-music-alt:before{content:"璉"}.fi-rr-music-file:before{content:"秊"}.fi-rr-music-note-slash:before{content:"練"}.fi-rr-music-note:before{content:"聯"}.fi-rr-music-slash:before{content:"輦"}.fi-rr-music:before{content:"蓮"}.fi-rr-n:before{content:"連"}.fi-rr-naira-sign:before{content:"鍊"}.fi-rr-narwhal:before{content:"列"}.fi-rr-navigation:before{content:"劣"}.fi-rr-nesting-dolls:before{content:"咽"}.fi-rr-network-analytic:before{content:"烈"}.fi-rr-network-cloud:before{content:"裂"}.fi-rr-network:before{content:"說"}.fi-rr-neuter:before{content:"廉"}.fi-rr-newsletter-subscribe:before{content:"念"}.fi-rr-newspaper-open:before{content:"捻"}.fi-rr-newspaper:before{content:"殮"}.fi-rr-nfc-lock:before{content:"簾"}.fi-rr-nfc-magnifying-glass:before{content:"獵"}.fi-rr-nfc-pen:before{content:"令"}.fi-rr-nfc-slash:before{content:"囹"}.fi-rr-nfc-trash:before{content:"寧"}.fi-rr-nfc:before{content:"嶺"}.fi-rr-night-day:before{content:"怜"}.fi-rr-no-fee:before{content:"玲"}.fi-rr-no-people:before{content:"瑩"}.fi-rr-noodles:before{content:"羚"}.fi-rr-nose:before{content:"聆"}.fi-rr-not-equal:before{content:"鈴"}.fi-rr-not-found-alt:before{content:"零"}.fi-rr-not-found-magnifying-glass:before{content:"靈"}.fi-rr-not-found:before{content:"領"}.fi-rr-notdef:before{content:"例"}.fi-rr-note-medical:before{content:"禮"}.fi-rr-note-sticky:before{content:"醴"}.fi-rr-note:before{content:"隸"}.fi-rr-notebook-alt:before{content:"惡"}.fi-rr-notebook:before{content:"了"}.fi-rr-notes-medical:before{content:"僚"}.fi-rr-notes:before{content:"寮"}.fi-rr-o:before{content:"尿"}.fi-rr-object-exclude:before{content:"料"}.fi-rr-object-group:before{content:"樂"}.fi-rr-object-intersect:before{content:"燎"}.fi-rr-object-subtract:before{content:"療"}.fi-rr-object-ungroup:before{content:"蓼"}.fi-rr-object-union:before{content:"遼"}.fi-rr-objects-column:before{content:"龍"}.fi-rr-octagon-check:before{content:"暈"}.fi-rr-octagon-divide:before{content:"阮"}.fi-rr-octagon-exclamation:before{content:"劉"}.fi-rr-octagon-minus:before{content:"杻"}.fi-rr-octagon-plus:before{content:"柳"}.fi-rr-octagon-xmark:before{content:"流"}.fi-rr-octagon:before{content:"溜"}.fi-rr-oil-can:before{content:"琉"}.fi-rr-oil-temp:before{content:"留"}.fi-rr-olive-oil:before{content:"硫"}.fi-rr-olive:before{content:"紐"}.fi-rr-olives:before{content:"類"}.fi-rr-om:before{content:"六"}.fi-rr-omega:before{content:"戮"}.fi-rr-onboarding:before{content:"陸"}.fi-rr-onion:before{content:"倫"}.fi-rr-opacity:before{content:"崙"}.fi-rr-open-mail-clip:before{content:"淪"}.fi-rr-operating-system-upgrade:before{content:"輪"}.fi-rr-operation:before{content:"律"}.fi-rr-order-history:before{content:"慄"}.fi-rr-organization-chart:before{content:"栗"}.fi-rr-ornament:before{content:"率"}.fi-rr-otp:before{content:"隆"}.fi-rr-otter:before{content:"利"}.fi-rr-outdent:before{content:"吏"}.fi-rr-oval-alt:before{content:"履"}.fi-rr-oval:before{content:"易"}.fi-rr-oven:before{content:"李"}.fi-rr-overline:before{content:"梨"}.fi-rr-overview:before{content:"泥"}.fi-rr-p:before{content:"理"}.fi-rr-package:before{content:"痢"}.fi-rr-padlock-check:before{content:"罹"}.fi-rr-page-break:before{content:"裏"}.fi-rr-pager:before{content:"裡"}.fi-rr-paid:before{content:"里"}.fi-rr-paint-brush:before{content:"離"}.fi-rr-paint-roller:before{content:"匿"}.fi-rr-paintbrush-pencil:before{content:"溺"}.fi-rr-palette:before{content:"吝"}.fi-rr-pallet-alt:before{content:"燐"}.fi-rr-pallet:before{content:"璘"}.fi-rr-pan-food:before{content:"藺"}.fi-rr-pan-frying:before{content:"隣"}.fi-rr-pan:before{content:"鱗"}.fi-rr-pancakes:before{content:"麟"}.fi-rr-panorama:before{content:"林"}.fi-rr-paper-plane-launch:before{content:"淋"}.fi-rr-paper-plane-top:before{content:"臨"}.fi-rr-paper-plane:before{content:"立"}.fi-rr-paperclip-vertical:before{content:"笠"}.fi-rr-parachute-box:before{content:"粒"}.fi-rr-paragraph-left:before{content:"狀"}.fi-rr-paragraph:before{content:"炙"}.fi-rr-parking-circle-slash:before{content:"識"}.fi-rr-parking-circle:before{content:"什"}.fi-rr-parking-slash:before{content:"茶"}.fi-rr-parking:before{content:"刺"}.fi-rr-party-bell:before{content:"切"}.fi-rr-party-horn:before{content:"度"}.fi-rr-passport:before{content:"拓"}.fi-rr-password-alt:before{content:"糖"}.fi-rr-password-computer:before{content:"宅"}.fi-rr-password-email:before{content:"洞"}.fi-rr-password-smartphone:before{content:"暴"}.fi-rr-password:before{content:"輻"}.fi-rr-paste:before{content:"行"}.fi-rr-pattern:before{content:"降"}.fi-rr-pause-circle:before{content:"見"}.fi-rr-pause-square:before{content:"廓"}.fi-rr-pause:before{content:"兀"}.fi-rr-paw-claws:before{content:"嗀"}.fi-rr-paw-heart:before{content:"﨎"}.fi-rr-paw:before{content:"﨏"}.fi-rr-payment-pos:before{content:"塚"}.fi-rr-payroll-calendar:before{content:"﨑"}.fi-rr-payroll-check:before{content:"晴"}.fi-rr-payroll:before{content:"﨓"}.fi-rr-peace:before{content:"﨔"}.fi-rr-peach:before{content:"凞"}.fi-rr-peanut:before{content:"猪"}.fi-rr-peanuts:before{content:"益"}.fi-rr-peapod:before{content:"礼"}.fi-rr-pear:before{content:"神"}.fi-rr-pedestal:before{content:"祥"}.fi-rr-pen-circle:before{content:"福"}.fi-rr-pen-clip-slash:before{content:"靖"}.fi-rr-pen-clip:before{content:"精"}.fi-rr-pen-fancy-slash:before{content:"羽"}.fi-rr-pen-fancy:before{content:"﨟"}.fi-rr-pen-field:before{content:"蘒"}.fi-rr-pen-nib-slash:before{content:"﨡"}.fi-rr-pen-nib:before{content:"諸"}.fi-rr-pen-slash:before{content:"﨣"}.fi-rr-pen-square:before{content:"﨤"}.fi-rr-pen-swirl:before{content:"逸"}.fi-rr-pencil-paintbrush:before{content:"都"}.fi-rr-pencil-ruler:before{content:"﨧"}.fi-rr-pencil-slash:before{content:"﨨"}.fi-rr-pencil:before{content:"﨩"}.fi-rr-pending:before{content:"飯"}.fi-rr-pennant:before{content:"飼"}.fi-rr-people-arrows-left-right:before{content:"館"}.fi-rr-people-carry-box:before{content:"鶴"}.fi-rr-people-dress:before{content:"郞"}.fi-rr-people-network-partner:before{content:"隷"}.fi-rr-people-pants:before{content:"侮"}.fi-rr-people-poll:before{content:"僧"}.fi-rr-people-pulling:before{content:"免"}.fi-rr-people-roof:before{content:"勉"}.fi-rr-people:before{content:"勤"}.fi-rr-pepper-alt:before{content:"卑"}.fi-rr-pepper-hot:before{content:"喝"}.fi-rr-pepper:before{content:"嘆"}.fi-rr-percent-10:before{content:"器"}.fi-rr-percent-100:before{content:"塀"}.fi-rr-percent-20:before{content:"墨"}.fi-rr-percent-25:before{content:"層"}.fi-rr-percent-30:before{content:"屮"}.fi-rr-percent-40:before{content:"悔"}.fi-rr-percent-50:before{content:"慨"}.fi-rr-percent-60:before{content:"憎"}.fi-rr-percent-70:before{content:"懲"}.fi-rr-percent-75:before{content:"敏"}.fi-rr-percent-80:before{content:"既"}.fi-rr-percent-90:before{content:"暑"}.fi-rr-percentage:before{content:"梅"}.fi-rr-person-burst:before{content:"海"}.fi-rr-person-carry-box:before{content:"渚"}.fi-rr-person-circle-check:before{content:"漢"}.fi-rr-person-circle-exclamation:before{content:"煮"}.fi-rr-person-circle-minus:before{content:"爫"}.fi-rr-person-circle-plus:before{content:"琢"}.fi-rr-person-circle-question:before{content:"碑"}.fi-rr-person-circle-xmark:before{content:"社"}.fi-rr-person-cv:before{content:"祉"}.fi-rr-person-dolly-empty:before{content:"祈"}.fi-rr-person-dolly:before{content:"祐"}.fi-rr-person-dress-simple:before{content:"祖"}.fi-rr-person-dress:before{content:"祝"}.fi-rr-person-luggage:before{content:"禍"}.fi-rr-person-lunge:before{content:"禎"}.fi-rr-person-pilates:before{content:"穀"}.fi-rr-person-praying:before{content:"突"}.fi-rr-person-pregnant:before{content:"節"}.fi-rr-person-seat-reclined:before{content:"練"}.fi-rr-person-seat:before{content:"縉"}.fi-rr-person-shelter:before{content:"繁"}.fi-rr-person-sign:before{content:"署"}.fi-rr-person-simple:before{content:"者"}.fi-rr-person-walking-with-cane:before{content:"臭"}.fi-rr-peseta-sign:before{content:"艹"}.fi-rr-peso-sign:before{content:"艹"}.fi-rr-pets:before{content:"著"}.fi-rr-pharmacy:before{content:"褐"}.fi-rr-phone-call:before{content:"視"}.fi-rr-phone-cross:before{content:"謁"}.fi-rr-phone-flip:before{content:"謹"}.fi-rr-phone-guide:before{content:"賓"}.fi-rr-phone-heart-message:before{content:"贈"}.fi-rr-phone-office:before{content:"辶"}.fi-rr-phone-pause:before{content:"逸"}.fi-rr-phone-plus:before{content:"難"}.fi-rr-phone-rotary:before{content:"響"}.fi-rr-phone-slash:before{content:"頻"}.fi-rr-photo-capture:before{content:"恵"}.fi-rr-photo-film-music:before{content:"𤋮"}.fi-rr-photo-video:before{content:"舘"}.fi-rr-physics:before{content:"﩮"}.fi-rr-Pi:before{content:"﩯"}.fi-rr-piano-keyboard:before{content:"並"}.fi-rr-piano:before{content:"况"}.fi-rr-pickaxe:before{content:"全"}.fi-rr-picking-box:before{content:"侀"}.fi-rr-picking:before{content:"充"}.fi-rr-picnic:before{content:"冀"}.fi-rr-picpeople-filled:before{content:"勇"}.fi-rr-picpeople:before{content:"勺"}.fi-rr-picture:before{content:"喝"}.fi-rr-pie:before{content:"啕"}.fi-rr-piece:before{content:"喙"}.fi-rr-pig-bank-bulb:before{content:"嗢"}.fi-rr-pig-face:before{content:"塚"}.fi-rr-pig:before{content:"墳"}.fi-rr-piggy-bank-budget:before{content:"奄"}.fi-rr-piggy-bank:before{content:"奔"}.fi-rr-pills:before{content:"婢"}.fi-rr-pinata:before{content:"嬨"}.fi-rr-pineapple-alt:before{content:"廒"}.fi-rr-pineapple:before{content:"廙"}.fi-rr-ping-pong:before{content:"彩"}.fi-rr-pipe-smoking:before{content:"徭"}.fi-rr-pizza-slice:before{content:"惘"}.fi-rr-place-of-worship:before{content:"慎"}.fi-rr-plan-strategy:before{content:"愈"}.fi-rr-plan:before{content:"憎"}.fi-rr-plane-alt:before{content:"慠"}.fi-rr-plane-arrival:before{content:"懲"}.fi-rr-plane-departure:before{content:"戴"}.fi-rr-plane-prop:before{content:"揄"}.fi-rr-plane-slash:before{content:"搜"}.fi-rr-plane-tail:before{content:"摒"}.fi-rr-plane:before{content:"敖"}.fi-rr-planet-moon:before{content:"晴"}.fi-rr-planet-ringed:before{content:"朗"}.fi-rr-plant-care:before{content:"望"}.fi-rr-plant-growth:before{content:"杖"}.fi-rr-plant-seed-invest:before{content:"歹"}.fi-rr-plant-wilt:before{content:"殺"}.fi-rr-plate-utensils:before{content:"流"}.fi-rr-plate-wheat:before{content:"滛"}.fi-rr-plate:before{content:"滋"}.fi-rr-play-alt:before{content:"漢"}.fi-rr-play-circle:before{content:"瀞"}.fi-rr-play-microphone:before{content:"煮"}.fi-rr-play-pause:before{content:"瞧"}.fi-rr-play:before{content:"爵"}.fi-rr-playing-cards:before{content:"犯"}.fi-rr-plug-alt:before{content:"猪"}.fi-rr-plug-cable:before{content:"瑱"}.fi-rr-plug-circle-bolt:before{content:"甆"}.fi-rr-plug-circle-check:before{content:"画"}.fi-rr-plug-circle-exclamation:before{content:"瘝"}.fi-rr-plug-circle-minus:before{content:"瘟"}.fi-rr-plug-circle-plus:before{content:"益"}.fi-rr-plug-connection:before{content:"盛"}.fi-rr-plug:before{content:"直"}.fi-rr-plus-hexagon:before{content:"睊"}.fi-rr-plus-minus:before{content:"着"}.fi-rr-plus-small:before{content:"磌"}.fi-rr-plus:before{content:"窱"}.fi-rr-png-file:before{content:"節"}.fi-rr-podcast:before{content:"类"}.fi-rr-podium-star:before{content:"絛"}.fi-rr-podium-victory-leader:before{content:"練"}.fi-rr-podium:before{content:"缾"}.fi-rr-point-of-sale-bill:before{content:"者"}.fi-rr-point-of-sale-signal:before{content:"荒"}.fi-rr-point-of-sale:before{content:"華"}.fi-rr-pointer-loading:before{content:"蝹"}.fi-rr-pointer-text:before{content:"襁"}.fi-rr-poker-chip:before{content:"覆"}.fi-rr-police-box:before{content:"視"}.fi-rr-poll-h:before{content:"調"}.fi-rr-pollution:before{content:"諸"}.fi-rr-pompebled:before{content:"請"}.fi-rr-poo-bolt:before{content:"謁"}.fi-rr-poo:before{content:"諾"}.fi-rr-pool-8-ball:before{content:"諭"}.fi-rr-poop:before{content:"謹"}.fi-rr-popcorn:before{content:"變"}.fi-rr-popsicle:before{content:"贈"}.fi-rr-portal-enter:before{content:"輸"}.fi-rr-portal-exit:before{content:"遲"}.fi-rr-portrait:before{content:"醙"}.fi-rr-postal-address:before{content:"鉶"}.fi-rr-pot:before{content:"陼"}.fi-rr-potato:before{content:"難"}.fi-rr-pound:before{content:"靖"}.fi-rr-power:before{content:"韛"}.fi-rr-ppt-file:before{content:"響"}.fi-rr-practice:before{content:"頋"}.fi-rr-praying-hands:before{content:"頻"}.fi-rr-prescription-bottle-alt:before{content:"鬒"}.fi-rr-prescription-bottle-pill:before{content:"龜"}.fi-rr-prescription-bottle:before{content:"𢡊"}.fi-rr-prescription:before{content:"𢡄"}.fi-rr-presentation:before{content:"𣏕"}.fi-rr-preview:before{content:"㮝"}.fi-rr-previous-square:before{content:"䀘"}.fi-rr-print-magnifying-glass:before{content:"䀹"}.fi-rr-print-slash:before{content:"𥉉"}.fi-rr-print:before{content:"𥳐"}.fi-rr-priority-arrow:before{content:"𧻓"}.fi-rr-priority-arrows:before{content:"齃"}.fi-rr-priority-importance:before{content:"龎"}.fi-rr-problem-solving:before{content:"﫚"}.fi-rr-procedures:before{content:"﫛"}.fi-rr-process:before{content:"﫜"}.fi-rr-productivity:before{content:"﫝"}.fi-rr-progress-complete:before{content:"﫞"}.fi-rr-progress-download:before{content:"﫟"}.fi-rr-progress-upload:before{content:"﫠"}.fi-rr-projector:before{content:"﫡"}.fi-rr-protractor:before{content:"﫢"}.fi-rr-pulse:before{content:"﫣"}.fi-rr-pump-medical:before{content:"﫤"}.fi-rr-pump:before{content:"﫥"}.fi-rr-pumpkin-alt-2:before{content:"﫦"}.fi-rr-pumpkin-alt:before{content:"﫧"}.fi-rr-pumpkin:before{content:"﫨"}.fi-rr-puzzle-alt:before{content:"﫩"}.fi-rr-puzzle-piece-integration:before{content:"﫪"}.fi-rr-puzzle-pieces:before{content:"﫫"}.fi-rr-puzzle:before{content:"﫬"}.fi-rr-pyramid:before{content:"﫭"}.fi-rr-q:before{content:"﫮"}.fi-rr-qr-scan:before{content:"﫯"}.fi-rr-QR:before{content:"﫰"}.fi-rr-qrcode:before{content:"﫱"}.fi-rr-question-square:before{content:"﫲"}.fi-rr-question:before{content:"﫳"}.fi-rr-queue-alt:before{content:"﫴"}.fi-rr-queue-line:before{content:"﫵"}.fi-rr-queue-signal:before{content:"﫶"}.fi-rr-queue:before{content:"﫷"}.fi-rr-quill-pen-story:before{content:"﫸"}.fi-rr-quiz-alt:before{content:"﫹"}.fi-rr-quiz:before{content:"﫺"}.fi-rr-quote-right:before{content:"﫻"}.fi-rr-r:before{content:"﫼"}.fi-rr-rabbit-fast:before{content:"﫽"}.fi-rr-rabbit:before{content:"﫾"}.fi-rr-raccoon:before{content:"﫿"}.fi-rr-racquet:before{content:"ﬀ"}.fi-rr-radar-monitoring-track:before{content:"ﬁ"}.fi-rr-radar:before{content:"ﬂ"}.fi-rr-radiation-alt:before{content:"ﬃ"}.fi-rr-radiation:before{content:"ﬄ"}.fi-rr-radio-alt:before{content:"ﬅ"}.fi-rr-radio-button:before{content:"ﬆ"}.fi-rr-radio:before{content:"﬇"}.fi-rr-radish:before{content:"﬈"}.fi-rr-rainbow:before{content:"﬉"}.fi-rr-raindrops:before{content:"﬊"}.fi-rr-ram:before{content:"﬋"}.fi-rr-ramp-loading:before{content:"﬌"}.fi-rr-rank:before{content:"﬍"}.fi-rr-ranking-podium-empty:before{content:"﬎"}.fi-rr-ranking-podium:before{content:"﬏"}.fi-rr-ranking-star:before{content:"﬐"}.fi-rr-ranking-stars:before{content:"﬑"}.fi-rr-raygun:before{content:"﬒"}.fi-rr-razor-barber:before{content:"ﬓ"}.fi-rr-react:before{content:"ﬔ"}.fi-rr-rec:before{content:"ﬕ"}.fi-rr-receipt:before{content:"ﬖ"}.fi-rr-recipe-book:before{content:"ﬗ"}.fi-rr-recipe:before{content:"﬘"}.fi-rr-record-vinyl:before{content:"﬙"}.fi-rr-rectabgle-vertical:before{content:"﬚"}.fi-rr-rectangle-barcode:before{content:"﬛"}.fi-rr-rectangle-code:before{content:"﬜"}.fi-rr-rectangle-history-circle-plus:before{content:"יִ"}.fi-rr-rectangle-horizontal:before{content:"ﬞ"}.fi-rr-rectangle-list:before{content:"ײַ"}.fi-rr-rectangle-panoramic:before{content:"ﬠ"}.fi-rr-rectangle-pro:before{content:"ﬡ"}.fi-rr-rectangle-vertical-history:before{content:"ﬢ"}.fi-rr-rectangle-vertical:before{content:"ﬣ"}.fi-rr-rectangle-xmark:before{content:"ﬤ"}.fi-rr-rectangles-mixed:before{content:"ﬥ"}.fi-rr-recycle-bin:before{content:"ﬦ"}.fi-rr-recycle:before{content:"ﬧ"}.fi-rr-redo-alt:before{content:"ﬨ"}.fi-rr-redo:before{content:"﬩"}.fi-rr-reel:before{content:"שׁ"}.fi-rr-refer-arrow:before{content:"שׂ"}.fi-rr-refer:before{content:"שּׁ"}.fi-rr-referral-alt:before{content:"שּׂ"}.fi-rr-referral-user:before{content:"אַ"}.fi-rr-referral:before{content:"אָ"}.fi-rr-reflect-horizontal-alt:before{content:"אּ"}.fi-rr-reflect-horizontal:before{content:"בּ"}.fi-rr-reflect-vertical:before{content:"גּ"}.fi-rr-reflect:before{content:"דּ"}.fi-rr-refresh:before{content:"הּ"}.fi-rr-refrigerator:before{content:"וּ"}.fi-rr-refund-alt:before{content:"זּ"}.fi-rr-refund:before{content:"﬷"}.fi-rr-region-pin-alt:before{content:"טּ"}.fi-rr-region-pin:before{content:"יּ"}.fi-rr-registered:before{content:"ךּ"}.fi-rr-registration-paper:before{content:"כּ"}.fi-rr-remove-folder:before{content:"לּ"}.fi-rr-remove-user:before{content:"﬽"}.fi-rr-rent-signal:before{content:"מּ"}.fi-rr-rent:before{content:"﬿"}.fi-rr-replace:before{content:"נּ"}.fi-rr-replay-10:before{content:"סּ"}.fi-rr-replay-30:before{content:"﭂"}.fi-rr-replay-5:before{content:"ףּ"}.fi-rr-reply-all:before{content:"פּ"}.fi-rr-republican:before{content:"﭅"}.fi-rr-reservation-smartphone:before{content:"צּ"}.fi-rr-reservation-table:before{content:"קּ"}.fi-rr-resistance-band:before{content:"רּ"}.fi-rr-resize:before{content:"שּ"}.fi-rr-resources:before{content:"תּ"}.fi-rr-restaurant:before{content:"וֹ"}.fi-rr-restock:before{content:"בֿ"}.fi-rr-restroom-simple:before{content:"כֿ"}.fi-rr-resume:before{content:"פֿ"}.fi-rr-revenue-alt:before{content:"ﭏ"}.fi-rr-revenue-euro:before{content:"ﭐ"}.fi-rr-Revenue:before{content:"ﭑ"}.fi-rr-review:before{content:"ﭒ"}.fi-rr-rewind-button-circle:before{content:"ﭓ"}.fi-rr-rewind:before{content:"ﭔ"}.fi-rr-rhombus:before{content:"ﭕ"}.fi-rr-ribbon:before{content:"ﭖ"}.fi-rr-right-from-bracket:before{content:"ﭗ"}.fi-rr-right:before{content:"ﭘ"}.fi-rr-ring-diamond:before{content:"ﭙ"}.fi-rr-ring:before{content:"ﭚ"}.fi-rr-rings-wedding:before{content:"ﭛ"}.fi-rr-risk-alt:before{content:"ﭜ"}.fi-rr-risk:before{content:"ﭝ"}.fi-rr-road-barrier:before{content:"ﭞ"}.fi-rr-road-sign-left:before{content:"ﭟ"}.fi-rr-road:before{content:"ﭠ"}.fi-rr-robot:before{content:"ﭡ"}.fi-rr-robotic-arm:before{content:"ﭢ"}.fi-rr-rocket-lunch:before{content:"ﭣ"}.fi-rr-rocket:before{content:"ﭤ"}.fi-rr-roller-coaster:before{content:"ﭥ"}.fi-rr-room-service:before{content:"ﭦ"}.fi-rr-rotate-exclamation:before{content:"ﭧ"}.fi-rr-rotate-left:before{content:"ﭨ"}.fi-rr-rotate-reverse:before{content:"ﭩ"}.fi-rr-rotate-right:before{content:"ﭪ"}.fi-rr-rotate-square:before{content:"ﭫ"}.fi-rr-roulette:before{content:"ﭬ"}.fi-rr-route-highway:before{content:"ﭭ"}.fi-rr-route-interstate:before{content:"ﭮ"}.fi-rr-route:before{content:"ﭯ"}.fi-rr-router:before{content:"ﭰ"}.fi-rr-rss-alt:before{content:"ﭱ"}.fi-rr-rss:before{content:"ﭲ"}.fi-rr-ruble-sign:before{content:"ﭳ"}.fi-rr-rugby:before{content:"ﭴ"}.fi-rr-ruler-combined:before{content:"ﭵ"}.fi-rr-ruler-horizontal:before{content:"ﭶ"}.fi-rr-ruler-triangle:before{content:"ﭷ"}.fi-rr-ruler-vertical:before{content:"ﭸ"}.fi-rr-rules-alt:before{content:"ﭹ"}.fi-rr-rules:before{content:"ﭺ"}.fi-rr-running-track:before{content:"ﭻ"}.fi-rr-running:before{content:"ﭼ"}.fi-rr-rupee-sign:before{content:"ﭽ"}.fi-rr-rupiah-sign:before{content:"ﭾ"}.fi-rr-rv:before{content:"ﭿ"}.fi-rr-s:before{content:"ﮀ"}.fi-rr-sack-dollar:before{content:"ﮁ"}.fi-rr-sack:before{content:"ﮂ"}.fi-rr-sad-cry:before{content:"ﮃ"}.fi-rr-sad-tear:before{content:"ﮄ"}.fi-rr-sad:before{content:"ﮅ"}.fi-rr-safe-box:before{content:"ﮆ"}.fi-rr-sailboat:before{content:"ﮇ"}.fi-rr-salad:before{content:"ﮈ"}.fi-rr-salary-alt:before{content:"ﮉ"}.fi-rr-salt-pepper:before{content:"ﮊ"}.fi-rr-salt-shaker:before{content:"ﮋ"}.fi-rr-sandwich-alt:before{content:"ﮌ"}.fi-rr-sandwich:before{content:"ﮍ"}.fi-rr-satellite-dish:before{content:"ﮎ"}.fi-rr-satellite:before{content:"ﮏ"}.fi-rr-saturday:before{content:"ﮐ"}.fi-rr-sauce:before{content:"ﮑ"}.fi-rr-sausage:before{content:"ﮒ"}.fi-rr-sax-hot:before{content:"ﮓ"}.fi-rr-saxophone:before{content:"ﮔ"}.fi-rr-scale-comparison-alt:before{content:"ﮕ"}.fi-rr-scale-comparison:before{content:"ﮖ"}.fi-rr-scale:before{content:"ﮗ"}.fi-rr-scalpel-path:before{content:"ﮘ"}.fi-rr-scalpel:before{content:"ﮙ"}.fi-rr-scanner-gun:before{content:"ﮚ"}.fi-rr-scanner-image:before{content:"ﮛ"}.fi-rr-scanner-keyboard:before{content:"ﮜ"}.fi-rr-scanner-touchscreen:before{content:"ﮝ"}.fi-rr-scarecrow:before{content:"ﮞ"}.fi-rr-scarf:before{content:"ﮟ"}.fi-rr-school-bus:before{content:"ﮠ"}.fi-rr-school:before{content:"ﮡ"}.fi-rr-scissors:before{content:"ﮢ"}.fi-rr-scooter:before{content:"ﮣ"}.fi-rr-screen:before{content:"ﮤ"}.fi-rr-screencast:before{content:"ﮥ"}.fi-rr-screw-alt:before{content:"ﮦ"}.fi-rr-screw:before{content:"ﮧ"}.fi-rr-screwdriver:before{content:"ﮨ"}.fi-rr-scribble:before{content:"ﮩ"}.fi-rr-script:before{content:"ﮪ"}.fi-rr-scroll-document-story:before{content:"ﮫ"}.fi-rr-scroll-old:before{content:"ﮬ"}.fi-rr-scroll-torah:before{content:"ﮭ"}.fi-rr-scroll:before{content:"ﮮ"}.fi-rr-scrubber:before{content:"ﮯ"}.fi-rr-scythe:before{content:"ﮰ"}.fi-rr-sd-card:before{content:"ﮱ"}.fi-rr-sd-cards:before{content:"﮲"}.fi-rr-seal-exclamation:before{content:"﮳"}.fi-rr-seal-question:before{content:"﮴"}.fi-rr-seal:before{content:"﮵"}.fi-rr-search-alt:before{content:"﮶"}.fi-rr-search-dollar:before{content:"﮷"}.fi-rr-search-heart:before{content:"﮸"}.fi-rr-search-location:before{content:"﮹"}.fi-rr-search:before{content:"﮺"}.fi-rr-seat-airline:before{content:"﮻"}.fi-rr-seatbelt-safety-driver:before{content:"﮼"}.fi-rr-second-award:before{content:"﮽"}.fi-rr-second-laurel:before{content:"﮾"}.fi-rr-second-medal:before{content:"﮿"}.fi-rr-second:before{content:"﯀"}.fi-rr-security:before{content:"﯁"}.fi-rr-seedling:before{content:"﯂"}.fi-rr-selection:before{content:"﯃"}.fi-rr-sell:before{content:"﯄"}.fi-rr-seller-store:before{content:"﯅"}.fi-rr-seller:before{content:"﯆"}.fi-rr-selling:before{content:"﯇"}.fi-rr-send-back:before{content:"﯈"}.fi-rr-send-backward:before{content:"﯉"}.fi-rr-send-money-smartphone:before{content:"﯊"}.fi-rr-send-money:before{content:"﯋"}.fi-rr-sensor-alert:before{content:"﯌"}.fi-rr-sensor-fire:before{content:"﯍"}.fi-rr-sensor-on:before{content:"﯎"}.fi-rr-sensor-smoke:before{content:"﯏"}.fi-rr-sensor:before{content:"﯐"}.fi-rr-settings-sliders:before{content:"﯑"}.fi-rr-settings:before{content:"﯒"}.fi-rr-share-alt-square:before{content:"ﯓ"}.fi-rr-share-square:before{content:"ﯔ"}.fi-rr-share:before{content:"ﯕ"}.fi-rr-sheep:before{content:"ﯖ"}.fi-rr-shekel-sign:before{content:"ﯗ"}.fi-rr-shelves:before{content:"ﯘ"}.fi-rr-shield-alt:before{content:"ﯙ"}.fi-rr-shield-cat:before{content:"ﯚ"}.fi-rr-shield-check:before{content:"ﯛ"}.fi-rr-shield-cross:before{content:"ﯜ"}.fi-rr-shield-dog:before{content:"ﯝ"}.fi-rr-shield-exclamation:before{content:"ﯞ"}.fi-rr-shield-interrogation:before{content:"ﯟ"}.fi-rr-shield-keyhole:before{content:"ﯠ"}.fi-rr-shield-minus:before{content:"ﯡ"}.fi-rr-shield-plus:before{content:"ﯢ"}.fi-rr-shield-security-risk:before{content:"ﯣ"}.fi-rr-shield-slash:before{content:"ﯤ"}.fi-rr-shield-trust:before{content:"ﯥ"}.fi-rr-shield-virus:before{content:"ﯦ"}.fi-rr-shield-xmark:before{content:"ﯧ"}.fi-rr-shield:before{content:"ﯨ"}.fi-rr-ship-side:before{content:"ﯩ"}.fi-rr-ship:before{content:"ﯪ"}.fi-rr-shipping-fast:before{content:"ﯫ"}.fi-rr-shipping-timed:before{content:"ﯬ"}.fi-rr-shirt-long-sleeve:before{content:"ﯭ"}.fi-rr-shirt-running:before{content:"ﯮ"}.fi-rr-shirt-tank-top:before{content:"ﯯ"}.fi-rr-shirt:before{content:"ﯰ"}.fi-rr-shish-kebab:before{content:"ﯱ"}.fi-rr-shoe-prints:before{content:"ﯲ"}.fi-rr-shop-lock:before{content:"ﯳ"}.fi-rr-shop-slash:before{content:"ﯴ"}.fi-rr-shop:before{content:"ﯵ"}.fi-rr-shopping-bag-add:before{content:"ﯶ"}.fi-rr-shopping-bag:before{content:"ﯷ"}.fi-rr-shopping-basket:before{content:"ﯸ"}.fi-rr-shopping-cart-add:before{content:"ﯹ"}.fi-rr-shopping-cart-buyer:before{content:"ﯺ"}.fi-rr-shopping-cart-check:before{content:"ﯻ"}.fi-rr-shopping-cart:before{content:"ﯼ"}.fi-rr-shovel-snow:before{content:"ﯽ"}.fi-rr-shovel:before{content:"ﯾ"}.fi-rr-shower-down:before{content:"ﯿ"}.fi-rr-shower:before{content:"ﰀ"}.fi-rr-shredder:before{content:"ﰁ"}.fi-rr-shrimp:before{content:"ﰂ"}.fi-rr-shuffle:before{content:"ﰃ"}.fi-rr-shuttle-van:before{content:"ﰄ"}.fi-rr-shuttlecock:before{content:"ﰅ"}.fi-rr-Sickle:before{content:"ﰆ"}.fi-rr-sidebar-flip:before{content:"ﰇ"}.fi-rr-sidebar:before{content:"ﰈ"}.fi-rr-sigma:before{content:"ﰉ"}.fi-rr-sign-hanging:before{content:"ﰊ"}.fi-rr-sign-in-alt:before{content:"ﰋ"}.fi-rr-sign-out-alt:before{content:"ﰌ"}.fi-rr-sign-posts-wrench:before{content:"ﰍ"}.fi-rr-sign-posts:before{content:"ﰎ"}.fi-rr-sign-up:before{content:"ﰏ"}.fi-rr-signal-alt-1:before{content:"ﰐ"}.fi-rr-signal-alt-2:before{content:"ﰑ"}.fi-rr-signal-alt-slash:before{content:"ﰒ"}.fi-rr-signal-alt:before{content:"ﰓ"}.fi-rr-signal-bars-fair:before{content:"ﰔ"}.fi-rr-signal-bars-good:before{content:"ﰕ"}.fi-rr-signal-bars-weak:before{content:"ﰖ"}.fi-rr-signal-stream-slash:before{content:"ﰗ"}.fi-rr-signal-stream:before{content:"ﰘ"}.fi-rr-signature-lock:before{content:"ﰙ"}.fi-rr-signature-slash:before{content:"ﰚ"}.fi-rr-signature:before{content:"ﰛ"}.fi-rr-sim-card:before{content:"ﰜ"}.fi-rr-sim-cards:before{content:"ﰝ"}.fi-rr-sink:before{content:"ﰞ"}.fi-rr-siren-on:before{content:"ﰟ"}.fi-rr-Siren:before{content:"ﰠ"}.fi-rr-site-alt:before{content:"ﰡ"}.fi-rr-site-browser:before{content:"ﰢ"}.fi-rr-site:before{content:"ﰣ"}.fi-rr-sitemap:before{content:"ﰤ"}.fi-rr-skateboard:before{content:"ﰥ"}.fi-rr-skating:before{content:"ﰦ"}.fi-rr-skeleton-ribs:before{content:"ﰧ"}.fi-rr-skeleton:before{content:"ﰨ"}.fi-rr-skewer:before{content:"ﰩ"}.fi-rr-ski-boot-ski:before{content:"ﰪ"}.fi-rr-ski-jump:before{content:"ﰫ"}.fi-rr-ski-lift:before{content:"ﰬ"}.fi-rr-skiing-nordic:before{content:"ﰭ"}.fi-rr-skiing:before{content:"ﰮ"}.fi-rr-skill-alt:before{content:"ﰯ"}.fi-rr-skill-user:before{content:"ﰰ"}.fi-rr-skill:before{content:"ﰱ"}.fi-rr-skin-arrow:before{content:"ﰲ"}.fi-rr-skin-drop:before{content:"ﰳ"}.fi-rr-skin-hair:before{content:"ﰴ"}.fi-rr-skin:before{content:"ﰵ"}.fi-rr-skip-15-seconds:before{content:"ﰶ"}.fi-rr-skull-cow:before{content:"ﰷ"}.fi-rr-skull-crossbones:before{content:"ﰸ"}.fi-rr-skull:before{content:"ﰹ"}.fi-rr-slash:before{content:"ﰺ"}.fi-rr-sledding:before{content:"ﰻ"}.fi-rr-sleeping-bag:before{content:"ﰼ"}.fi-rr-sleigh:before{content:"ﰽ"}.fi-rr-sliders-h-square:before{content:"ﰾ"}.fi-rr-sliders-v-square:before{content:"ﰿ"}.fi-rr-sliders-v:before{content:"ﱀ"}.fi-rr-slot-machine:before{content:"ﱁ"}.fi-rr-smart-home-alt:before{content:"ﱂ"}.fi-rr-smart-home:before{content:"ﱃ"}.fi-rr-smartphone:before{content:"ﱄ"}.fi-rr-smile-beam:before{content:"ﱅ"}.fi-rr-smile-plus:before{content:"ﱆ"}.fi-rr-smile-wink:before{content:"ﱇ"}.fi-rr-smile:before{content:"ﱈ"}.fi-rr-smiley-comment-alt:before{content:"ﱉ"}.fi-rr-smog:before{content:"ﱊ"}.fi-rr-smoke:before{content:"ﱋ"}.fi-rr-smoking-ban:before{content:"ﱌ"}.fi-rr-smoking:before{content:"ﱍ"}.fi-rr-snake:before{content:"ﱎ"}.fi-rr-snap:before{content:"ﱏ"}.fi-rr-snooze:before{content:"ﱐ"}.fi-rr-snow-blowing:before{content:"ﱑ"}.fi-rr-snowboarding:before{content:"ﱒ"}.fi-rr-snowflake-droplets:before{content:"ﱓ"}.fi-rr-snowflake:before{content:"ﱔ"}.fi-rr-snowflakes:before{content:"ﱕ"}.fi-rr-snowman-alt:before{content:"ﱖ"}.fi-rr-snowman-head:before{content:"ﱗ"}.fi-rr-snowmobile:before{content:"ﱘ"}.fi-rr-snowplow:before{content:"ﱙ"}.fi-rr-soap-alt:before{content:"ﱚ"}.fi-rr-soap:before{content:"ﱛ"}.fi-rr-social-network:before{content:"ﱜ"}.fi-rr-socks:before{content:"ﱝ"}.fi-rr-sofa-size:before{content:"ﱞ"}.fi-rr-sofa:before{content:"ﱟ"}.fi-rr-solar-panel-sun:before{content:"ﱠ"}.fi-rr-solar-panel:before{content:"ﱡ"}.fi-rr-solar-system:before{content:"ﱢ"}.fi-rr-sold-house:before{content:"ﱣ"}.fi-rr-sold-signal:before{content:"ﱤ"}.fi-rr-sort-alpha-down-alt:before{content:"ﱥ"}.fi-rr-sort-alpha-down:before{content:"ﱦ"}.fi-rr-sort-alpha-up-alt:before{content:"ﱧ"}.fi-rr-sort-alpha-up:before{content:"ﱨ"}.fi-rr-sort-alt:before{content:"ﱩ"}.fi-rr-sort-amount-down-alt:before{content:"ﱪ"}.fi-rr-sort-amount-down:before{content:"ﱫ"}.fi-rr-sort-amount-up-alt:before{content:"ﱬ"}.fi-rr-sort-amount-up:before{content:"ﱭ"}.fi-rr-sort-circle-down:before{content:"ﱮ"}.fi-rr-sort-circle-up:before{content:"ﱯ"}.fi-rr-sort-circle:before{content:"ﱰ"}.fi-rr-sort-down:before{content:"ﱱ"}.fi-rr-sort-numeric-down-alt:before{content:"ﱲ"}.fi-rr-sort-numeric-down:before{content:"ﱳ"}.fi-rr-sort-shapes-down:before{content:"ﱴ"}.fi-rr-sort-shapes-up:before{content:"ﱵ"}.fi-rr-sort-size-down:before{content:"ﱶ"}.fi-rr-sort-size-up:before{content:"ﱷ"}.fi-rr-sort:before{content:"ﱸ"}.fi-rr-soup:before{content:"ﱹ"}.fi-rr-source-data:before{content:"ﱺ"}.fi-rr-source-document-alt:before{content:"ﱻ"}.fi-rr-source-document:before{content:"ﱼ"}.fi-rr-spa:before{content:"ﱽ"}.fi-rr-space-shuttle:before{content:"ﱾ"}.fi-rr-space-station-moon-alt:before{content:"ﱿ"}.fi-rr-space-station-moon:before{content:"ﲀ"}.fi-rr-spade:before{content:"ﲁ"}.fi-rr-spaghetti-monster-flying:before{content:"ﲂ"}.fi-rr-spain-map:before{content:"ﲃ"}.fi-rr-sparkles:before{content:"ﲄ"}.fi-rr-spartan-helmet:before{content:"ﲅ"}.fi-rr-speaker:before{content:"ﲆ"}.fi-rr-speakers:before{content:"ﲇ"}.fi-rr-speech-bubble-story:before{content:"ﲈ"}.fi-rr-speedometer-arrow:before{content:"ﲉ"}.fi-rr-speedometer-kpi:before{content:"ﲊ"}.fi-rr-sphere:before{content:"ﲋ"}.fi-rr-spider-black-widow:before{content:"ﲌ"}.fi-rr-spider-web:before{content:"ﲍ"}.fi-rr-spider:before{content:"ﲎ"}.fi-rr-spinner:before{content:"ﲏ"}.fi-rr-split-up-relation:before{content:"ﲐ"}.fi-rr-split:before{content:"ﲑ"}.fi-rr-splotch:before{content:"ﲒ"}.fi-rr-spoon:before{content:"ﲓ"}.fi-rr-sport:before{content:"ﲔ"}.fi-rr-spray-can-sparkles:before{content:"ﲕ"}.fi-rr-spray-can:before{content:"ﲖ"}.fi-rr-spring-calendar:before{content:"ﲗ"}.fi-rr-sprinkler:before{content:"ﲘ"}.fi-rr-spy:before{content:"ﲙ"}.fi-rr-square-0:before{content:"ﲚ"}.fi-rr-square-1:before{content:"ﲛ"}.fi-rr-square-2:before{content:"ﲜ"}.fi-rr-square-3:before{content:"ﲝ"}.fi-rr-square-4:before{content:"ﲞ"}.fi-rr-square-5:before{content:"ﲟ"}.fi-rr-square-6:before{content:"ﲠ"}.fi-rr-square-7:before{content:"ﲡ"}.fi-rr-square-8:before{content:"ﲢ"}.fi-rr-square-9:before{content:"ﲣ"}.fi-rr-square-a:before{content:"ﲤ"}.fi-rr-square-b:before{content:"ﲥ"}.fi-rr-square-bolt:before{content:"ﲦ"}.fi-rr-square-c:before{content:"ﲧ"}.fi-rr-square-code:before{content:"ﲨ"}.fi-rr-square-d:before{content:"ﲩ"}.fi-rr-square-dashed-circle-plus:before{content:"ﲪ"}.fi-rr-square-dashed:before{content:"ﲫ"}.fi-rr-square-divide:before{content:"ﲬ"}.fi-rr-square-e:before{content:"ﲭ"}.fi-rr-square-ellipsis-vertical:before{content:"ﲮ"}.fi-rr-square-ellipsis:before{content:"ﲯ"}.fi-rr-square-exclamation:before{content:"ﲰ"}.fi-rr-square-f:before{content:"ﲱ"}.fi-rr-square-g:before{content:"ﲲ"}.fi-rr-square-h:before{content:"ﲳ"}.fi-rr-square-heart:before{content:"ﲴ"}.fi-rr-square-i:before{content:"ﲵ"}.fi-rr-square-info:before{content:"ﲶ"}.fi-rr-square-j:before{content:"ﲷ"}.fi-rr-square-k:before{content:"ﲸ"}.fi-rr-square-kanban:before{content:"ﲹ"}.fi-rr-square-l:before{content:"ﲺ"}.fi-rr-square-m:before{content:"ﲻ"}.fi-rr-square-minus:before{content:"ﲼ"}.fi-rr-square-n:before{content:"ﲽ"}.fi-rr-square-o:before{content:"ﲾ"}.fi-rr-square-p:before{content:"ﲿ"}.fi-rr-square-phone-hangup:before{content:"ﳀ"}.fi-rr-square-plus:before{content:"ﳁ"}.fi-rr-square-poll-horizontal:before{content:"ﳂ"}.fi-rr-square-poll-vertical:before{content:"ﳃ"}.fi-rr-square-q:before{content:"ﳄ"}.fi-rr-square-quote:before{content:"ﳅ"}.fi-rr-square-r:before{content:"ﳆ"}.fi-rr-square-root:before{content:"ﳇ"}.fi-rr-square-s:before{content:"ﳈ"}.fi-rr-square-small:before{content:"ﳉ"}.fi-rr-square-star:before{content:"ﳊ"}.fi-rr-square-t:before{content:"ﳋ"}.fi-rr-square-terminal:before{content:"ﳌ"}.fi-rr-square-u:before{content:"ﳍ"}.fi-rr-square-up-right:before{content:"ﳎ"}.fi-rr-square-v:before{content:"ﳏ"}.fi-rr-square-w:before{content:"ﳐ"}.fi-rr-square-x:before{content:"ﳑ"}.fi-rr-square-y:before{content:"ﳒ"}.fi-rr-square-z:before{content:"ﳓ"}.fi-rr-square:before{content:"ﳔ"}.fi-rr-squid:before{content:"ﳕ"}.fi-rr-squircle:before{content:"ﳖ"}.fi-rr-squirrel:before{content:"ﳗ"}.fi-rr-staff:before{content:"ﳘ"}.fi-rr-stage-concert:before{content:"ﳙ"}.fi-rr-stage-theatre:before{content:"ﳚ"}.fi-rr-stage:before{content:"ﳛ"}.fi-rr-stairs:before{content:"ﳜ"}.fi-rr-stamp:before{content:"ﳝ"}.fi-rr-standard-definition:before{content:"ﳞ"}.fi-rr-star-and-crescent:before{content:"ﳟ"}.fi-rr-star-christmas:before{content:"ﳠ"}.fi-rr-star-comment-alt:before{content:"ﳡ"}.fi-rr-star-exclamation:before{content:"ﳢ"}.fi-rr-star-octogram:before{content:"ﳣ"}.fi-rr-star-of-david:before{content:"ﳤ"}.fi-rr-star-rating-call:before{content:"ﳥ"}.fi-rr-star-sharp-half-stroke:before{content:"ﳦ"}.fi-rr-star-sharp-half:before{content:"ﳧ"}.fi-rr-star-shooting:before{content:"ﳨ"}.fi-rr-star:before{content:"ﳩ"}.fi-rr-starfighter:before{content:"ﳪ"}.fi-rr-stars:before{content:"ﳫ"}.fi-rr-state-country:before{content:"ﳬ"}.fi-rr-stationary-bike:before{content:"ﳭ"}.fi-rr-stats:before{content:"ﳮ"}.fi-rr-steak:before{content:"ﳯ"}.fi-rr-steering-wheel:before{content:"ﳰ"}.fi-rr-step-backward:before{content:"ﳱ"}.fi-rr-step-forward:before{content:"ﳲ"}.fi-rr-sterling-sign:before{content:"ﳳ"}.fi-rr-stethoscope:before{content:"ﳴ"}.fi-rr-sticker:before{content:"ﳵ"}.fi-rr-stocking:before{content:"ﳶ"}.fi-rr-stomach:before{content:"ﳷ"}.fi-rr-stop-circle:before{content:"ﳸ"}.fi-rr-stop-square:before{content:"ﳹ"}.fi-rr-stop:before{content:"ﳺ"}.fi-rr-stopwatch:before{content:"ﳻ"}.fi-rr-store-alt:before{content:"ﳼ"}.fi-rr-store-buyer:before{content:"ﳽ"}.fi-rr-store-lock:before{content:"ﳾ"}.fi-rr-store-slash:before{content:"ﳿ"}.fi-rr-story-book:before{content:"ﴀ"}.fi-rr-story-fairy-tale:before{content:"ﴁ"}.fi-rr-story-fantasy:before{content:"ﴂ"}.fi-rr-strategy-chess-risk:before{content:"ﴃ"}.fi-rr-strawberry:before{content:"ﴄ"}.fi-rr-street-view:before{content:"ﴅ"}.fi-rr-stretcher:before{content:"ﴆ"}.fi-rr-strikethrough:before{content:"ﴇ"}.fi-rr-stroopwafel:before{content:"ﴈ"}.fi-rr-student-alt:before{content:"ﴉ"}.fi-rr-student:before{content:"ﴊ"}.fi-rr-subscript:before{content:"ﴋ"}.fi-rr-subscription-alt:before{content:"ﴌ"}.fi-rr-subscription:before{content:"ﴍ"}.fi-rr-subtitles-slash:before{content:"ﴎ"}.fi-rr-subtitles:before{content:"ﴏ"}.fi-rr-subway:before{content:"ﴐ"}.fi-rr-suitcase-alt:before{content:"ﴑ"}.fi-rr-summary-check:before{content:"ﴒ"}.fi-rr-summer:before{content:"ﴓ"}.fi-rr-sun-dust:before{content:"ﴔ"}.fi-rr-sun-plant-wilt:before{content:"ﴕ"}.fi-rr-sun-salutation-yoga:before{content:"ﴖ"}.fi-rr-sun:before{content:"ﴗ"}.fi-rr-sunday:before{content:"ﴘ"}.fi-rr-sunglasses-alt:before{content:"ﴙ"}.fi-rr-sunglasses:before{content:"ﴚ"}.fi-rr-sunrise-alt:before{content:"ﴛ"}.fi-rr-sunrise:before{content:"ﴜ"}.fi-rr-sunset:before{content:"ﴝ"}.fi-rr-superscript:before{content:"ﴞ"}.fi-rr-supplier-alt:before{content:"ﴟ"}.fi-rr-supplier:before{content:"ﴠ"}.fi-rr-surfing:before{content:"ﴡ"}.fi-rr-surprise:before{content:"ﴢ"}.fi-rr-surveillance-camera:before{content:"ﴣ"}.fi-rr-survey-xmark:before{content:"ﴤ"}.fi-rr-sushi-alt:before{content:"ﴥ"}.fi-rr-sushi-roll:before{content:"ﴦ"}.fi-rr-sushi:before{content:"ﴧ"}.fi-rr-svg:before{content:"ﴨ"}.fi-rr-swap:before{content:"ﴩ"}.fi-rr-swatchbook:before{content:"ﴪ"}.fi-rr-swimmer:before{content:"ﴫ"}.fi-rr-swimming-pool:before{content:"ﴬ"}.fi-rr-swing:before{content:"ﴭ"}.fi-rr-swipe-down:before{content:"ﴮ"}.fi-rr-swipe-left:before{content:"ﴯ"}.fi-rr-swipe-right:before{content:"ﴰ"}.fi-rr-swipe-up:before{content:"ﴱ"}.fi-rr-sword:before{content:"ﴲ"}.fi-rr-symbol:before{content:"ﴳ"}.fi-rr-symbols:before{content:"ﴴ"}.fi-rr-synagogue:before{content:"ﴵ"}.fi-rr-syringe:before{content:"ﴶ"}.fi-rr-system-cloud:before{content:"ﴷ"}.fi-rr-t:before{content:"ﴸ"}.fi-rr-tab-folder:before{content:"ﴹ"}.fi-rr-table-columns:before{content:"ﴺ"}.fi-rr-table-layout:before{content:"ﴻ"}.fi-rr-table-list:before{content:"ﴼ"}.fi-rr-table-picnic:before{content:"ﴽ"}.fi-rr-table-pivot:before{content:"﴾"}.fi-rr-table-rows:before{content:"﴿"}.fi-rr-table-tree:before{content:"﵀"}.fi-rr-table:before{content:"﵁"}.fi-rr-tablet-android-alt:before{content:"﵂"}.fi-rr-tablet-android:before{content:"﵃"}.fi-rr-tablet-rugged:before{content:"﵄"}.fi-rr-tablet:before{content:"﵅"}.fi-rr-tachometer-alt-average:before{content:"﵆"}.fi-rr-tachometer-alt-fastest:before{content:"﵇"}.fi-rr-tachometer-alt-slow:before{content:"﵈"}.fi-rr-tachometer-alt-slowest:before{content:"﵉"}.fi-rr-tachometer-average:before{content:"﵊"}.fi-rr-tachometer-fast:before{content:"﵋"}.fi-rr-tachometer-fastest:before{content:"﵌"}.fi-rr-tachometer-slow:before{content:"﵍"}.fi-rr-tachometer-slowest:before{content:"﵎"}.fi-rr-tachometer:before{content:"﵏"}.fi-rr-taco:before{content:"ﵐ"}.fi-rr-tags:before{content:"ﵑ"}.fi-rr-talent-alt:before{content:"ﵒ"}.fi-rr-talent-hand:before{content:"ﵓ"}.fi-rr-talent:before{content:"ﵔ"}.fi-rr-tally-1:before{content:"ﵕ"}.fi-rr-tally-2:before{content:"ﵖ"}.fi-rr-tally-3:before{content:"ﵗ"}.fi-rr-tally-4:before{content:"ﵘ"}.fi-rr-tally:before{content:"ﵙ"}.fi-rr-tamale:before{content:"ﵚ"}.fi-rr-tank-water:before{content:"ﵛ"}.fi-rr-tap:before{content:"ﵜ"}.fi-rr-tape:before{content:"ﵝ"}.fi-rr-target-audience:before{content:"ﵞ"}.fi-rr-target:before{content:"ﵟ"}.fi-rr-tax-alt:before{content:"ﵠ"}.fi-rr-tax:before{content:"ﵡ"}.fi-rr-taxi-bus:before{content:"ﵢ"}.fi-rr-taxi:before{content:"ﵣ"}.fi-rr-team-check-alt:before{content:"ﵤ"}.fi-rr-team-check:before{content:"ﵥ"}.fi-rr-teddy-bear:before{content:"ﵦ"}.fi-rr-teeth-open:before{content:"ﵧ"}.fi-rr-telescope:before{content:"ﵨ"}.fi-rr-temperature-down:before{content:"ﵩ"}.fi-rr-temperature-frigid:before{content:"ﵪ"}.fi-rr-temperature-high:before{content:"ﵫ"}.fi-rr-temperature-list:before{content:"ﵬ"}.fi-rr-temperature-low:before{content:"ﵭ"}.fi-rr-temperature-up:before{content:"ﵮ"}.fi-rr-template-alt:before{content:"ﵯ"}.fi-rr-template:before{content:"ﵰ"}.fi-rr-tenge:before{content:"ﵱ"}.fi-rr-tennis:before{content:"ﵲ"}.fi-rr-tent-arrow-down-to-line:before{content:"ﵳ"}.fi-rr-tent-arrow-left-right:before{content:"ﵴ"}.fi-rr-tent-arrow-turn-left:before{content:"ﵵ"}.fi-rr-tent-arrows-down:before{content:"ﵶ"}.fi-rr-tents:before{content:"ﵷ"}.fi-rr-terminal:before{content:"ﵸ"}.fi-rr-terrace:before{content:"ﵹ"}.fi-rr-test-tube:before{content:"ﵺ"}.fi-rr-test:before{content:"ﵻ"}.fi-rr-text-box-dots:before{content:"ﵼ"}.fi-rr-text-box-edit:before{content:"ﵽ"}.fi-rr-text-box:before{content:"ﵾ"}.fi-rr-text-check:before{content:"ﵿ"}.fi-rr-text-height:before{content:"ﶀ"}.fi-rr-text-shadow:before{content:"ﶁ"}.fi-rr-text-size:before{content:"ﶂ"}.fi-rr-text-slash:before{content:"ﶃ"}.fi-rr-text-width:before{content:"ﶄ"}.fi-rr-text:before{content:"ﶅ"}.fi-rr-theater-masks:before{content:"ﶆ"}.fi-rr-thermometer-alt:before{content:"ﶇ"}.fi-rr-thermometer-empty:before{content:"ﶈ"}.fi-rr-thermometer-full:before{content:"ﶉ"}.fi-rr-thermometer-half:before{content:"ﶊ"}.fi-rr-thermometer-quarter:before{content:"ﶋ"}.fi-rr-thermometer-three-quarters:before{content:"ﶌ"}.fi-rr-theta:before{content:"ﶍ"}.fi-rr-third-award:before{content:"ﶎ"}.fi-rr-third-laurel:before{content:"ﶏ"}.fi-rr-third-medal:before{content:"﶐"}.fi-rr-third:before{content:"﶑"}.fi-rr-thought-bubble:before{content:"ﶒ"}.fi-rr-three-leaf-clover:before{content:"ﶓ"}.fi-rr-thumbs-up-trust:before{content:"ﶔ"}.fi-rr-thumbtack:before{content:"ﶕ"}.fi-rr-thunderstorm-moon:before{content:"ﶖ"}.fi-rr-thunderstorm-risk:before{content:"ﶗ"}.fi-rr-thunderstorm-sun:before{content:"ﶘ"}.fi-rr-thunderstorm:before{content:"ﶙ"}.fi-rr-thursday:before{content:"ﶚ"}.fi-rr-ticket-airline:before{content:"ﶛ"}.fi-rr-ticket-alt:before{content:"ﶜ"}.fi-rr-ticket:before{content:"ﶝ"}.fi-rr-tickets-airline:before{content:"ﶞ"}.fi-rr-tie:before{content:"ﶟ"}.fi-rr-tilde:before{content:"ﶠ"}.fi-rr-time-add:before{content:"ﶡ"}.fi-rr-time-check:before{content:"ﶢ"}.fi-rr-time-delete:before{content:"ﶣ"}.fi-rr-time-fast:before{content:"ﶤ"}.fi-rr-time-forward-sixty:before{content:"ﶥ"}.fi-rr-time-forward-ten:before{content:"ﶦ"}.fi-rr-time-forward:before{content:"ﶧ"}.fi-rr-time-half-past:before{content:"ﶨ"}.fi-rr-time-oclock:before{content:"ﶩ"}.fi-rr-time-past:before{content:"ﶪ"}.fi-rr-time-quarter-past:before{content:"ﶫ"}.fi-rr-time-quarter-to:before{content:"ﶬ"}.fi-rr-time-twenty-four:before{content:"ﶭ"}.fi-rr-time-watch-calendar:before{content:"ﶮ"}.fi-rr-timer-clock-call:before{content:"ﶯ"}.fi-rr-times-hexagon:before{content:"ﶰ"}.fi-rr-tint-slash:before{content:"ﶱ"}.fi-rr-tip-coin:before{content:"ﶲ"}.fi-rr-tire-flat:before{content:"ﶳ"}.fi-rr-tire-pressure-warning:before{content:"ﶴ"}.fi-rr-tire-rugged:before{content:"ﶵ"}.fi-rr-tire:before{content:"ﶶ"}.fi-rr-tired:before{content:"ﶷ"}.fi-rr-to-do-alt:before{content:"ﶸ"}.fi-rr-to-do:before{content:"ﶹ"}.fi-rr-together-people:before{content:"ﶺ"}.fi-rr-toggle-off:before{content:"ﶻ"}.fi-rr-toggle-on:before{content:"ﶼ"}.fi-rr-toilet-paper-blank-under:before{content:"ﶽ"}.fi-rr-toilet-paper-blank:before{content:"ﶾ"}.fi-rr-toilet-paper-slash:before{content:"ﶿ"}.fi-rr-toilet-paper-under-slash:before{content:"ﷀ"}.fi-rr-toilet-paper-under:before{content:"ﷁ"}.fi-rr-toilet:before{content:"ﷂ"}.fi-rr-toilets-portable:before{content:"ﷃ"}.fi-rr-token:before{content:"ﷄ"}.fi-rr-tomato:before{content:"ﷅ"}.fi-rr-tombstone-alt:before{content:"ﷆ"}.fi-rr-tombstone:before{content:"ﷇ"}.fi-rr-tool-box:before{content:"﷈"}.fi-rr-tool-crop:before{content:"﷉"}.fi-rr-tool-marquee:before{content:"﷊"}.fi-rr-tools:before{content:"﷋"}.fi-rr-tooth:before{content:"﷌"}.fi-rr-toothbrush:before{content:"﷍"}.fi-rr-torch-inspiration-leader:before{content:"﷎"}.fi-rr-torii-gate:before{content:"﷏"}.fi-rr-tornado:before{content:"﷐"}.fi-rr-total:before{content:"﷑"}.fi-rr-tour-guide-people:before{content:"﷒"}.fi-rr-tour-virtual:before{content:"﷓"}.fi-rr-tower-control:before{content:"﷔"}.fi-rr-track:before{content:"﷕"}.fi-rr-tractor:before{content:"﷖"}.fi-rr-trademark:before{content:"﷗"}.fi-rr-traffic-cone:before{content:"﷘"}.fi-rr-traffic-light-go:before{content:"﷙"}.fi-rr-traffic-light-slow:before{content:"﷚"}.fi-rr-traffic-light-stop:before{content:"﷛"}.fi-rr-traffic-light:before{content:"﷜"}.fi-rr-trailer:before{content:"﷝"}.fi-rr-train-journey:before{content:"﷞"}.fi-rr-train-side:before{content:"﷟"}.fi-rr-train-station-building:before{content:"﷠"}.fi-rr-train-station:before{content:"﷡"}.fi-rr-train-subway-tunnel:before{content:"﷢"}.fi-rr-train-track:before{content:"﷣"}.fi-rr-train-tram:before{content:"﷤"}.fi-rr-train:before{content:"﷥"}.fi-rr-tram:before{content:"﷦"}.fi-rr-transform:before{content:"﷧"}.fi-rr-transformation-block:before{content:"﷨"}.fi-rr-transformation-circle:before{content:"﷩"}.fi-rr-transformation-design:before{content:"﷪"}.fi-rr-transformation-shapes:before{content:"﷫"}.fi-rr-transformer-bolt:before{content:"﷬"}.fi-rr-transgender:before{content:"﷭"}.fi-rr-transporter-1:before{content:"﷮"}.fi-rr-transporter-2:before{content:"﷯"}.fi-rr-transporter-3:before{content:"ﷰ"}.fi-rr-transporter-4:before{content:"ﷱ"}.fi-rr-transporter-5:before{content:"ﷲ"}.fi-rr-transporter-6:before{content:"ﷳ"}.fi-rr-transporter-7:before{content:"ﷴ"}.fi-rr-transporter-empty:before{content:"ﷵ"}.fi-rr-transporter:before{content:"ﷶ"}.fi-rr-trash-can-check:before{content:"ﷷ"}.fi-rr-trash-can-clock:before{content:"ﷸ"}.fi-rr-trash-can-list:before{content:"ﷹ"}.fi-rr-trash-can-plus:before{content:"ﷺ"}.fi-rr-trash-can-slash:before{content:"ﷻ"}.fi-rr-trash-check:before{content:"﷼"}.fi-rr-trash-clock:before{content:"﷽"}.fi-rr-trash-empty:before{content:"﷾"}.fi-rr-trash-list:before{content:"﷿"}.fi-rr-trash-plus:before{content:"︐"}.fi-rr-trash-restore-alt:before{content:"︑"}.fi-rr-trash-restore:before{content:"︒"}.fi-rr-trash-slash:before{content:"︓"}.fi-rr-trash-undo-alt:before{content:"︔"}.fi-rr-trash-undo:before{content:"︕"}.fi-rr-trash-xmark:before{content:"︖"}.fi-rr-trash:before{content:"︗"}.fi-rr-treadmill:before{content:"︘"}.fi-rr-treasure-chest:before{content:"︙"}.fi-rr-treatment:before{content:"︚"}.fi-rr-tree-alt:before{content:"︛"}.fi-rr-tree-christmas:before{content:"︜"}.fi-rr-tree-deciduous:before{content:"︝"}.fi-rr-tree:before{content:"︞"}.fi-rr-trees-alt:before{content:"︟"}.fi-rr-trees:before{content:"︰"}.fi-rr-triangle-music:before{content:"︱"}.fi-rr-triangle-person-digging:before{content:"︲"}.fi-rr-triangle-warning:before{content:"︳"}.fi-rr-triangle:before{content:"︴"}.fi-rr-tricycle:before{content:"︵"}.fi-rr-trillium:before{content:"︶"}.fi-rr-trophy-achievement-skill:before{content:"︷"}.fi-rr-trophy-star:before{content:"︸"}.fi-rr-trophy:before{content:"︹"}.fi-rr-truck-arrow-left:before{content:"︺"}.fi-rr-truck-arrow-right:before{content:"︻"}.fi-rr-truck-bolt:before{content:"︼"}.fi-rr-truck-box:before{content:"︽"}.fi-rr-truck-check:before{content:"︾"}.fi-rr-truck-container-empty:before{content:"︿"}.fi-rr-truck-container:before{content:"﹀"}.fi-rr-truck-couch:before{content:"﹁"}.fi-rr-truck-fire:before{content:"﹂"}.fi-rr-truck-flatbed:before{content:"﹃"}.fi-rr-truck-front:before{content:"﹄"}.fi-rr-truck-ladder:before{content:"﹅"}.fi-rr-truck-loading:before{content:"﹆"}.fi-rr-truck-medical:before{content:"﹇"}.fi-rr-truck-monster:before{content:"﹈"}.fi-rr-truck-moving:before{content:"﹉"}.fi-rr-truck-pickup:before{content:"﹊"}.fi-rr-truck-plow:before{content:"﹋"}.fi-rr-truck-ramp:before{content:"﹌"}.fi-rr-truck-side:before{content:"﹍"}.fi-rr-truck-tow:before{content:"﹎"}.fi-rr-truck-utensils:before{content:"﹏"}.fi-rr-trumpet:before{content:"﹐"}.fi-rr-trust-alt:before{content:"﹑"}.fi-rr-trust:before{content:"﹒"}.fi-rr-tshirt:before{content:"﹓"}.fi-rr-tty-answer:before{content:"﹔"}.fi-rr-tty:before{content:"﹕"}.fi-rr-tubes:before{content:"﹖"}.fi-rr-tuesday:before{content:"﹗"}.fi-rr-tugrik-sign:before{content:"﹘"}.fi-rr-turkey:before{content:"﹙"}.fi-rr-turn-left-down:before{content:"﹚"}.fi-rr-turn-left:before{content:"﹛"}.fi-rr-turn-right:before{content:"﹜"}.fi-rr-turntable:before{content:"﹝"}.fi-rr-turtle:before{content:"﹞"}.fi-rr-tv-music:before{content:"﹟"}.fi-rr-tv-retro:before{content:"﹠"}.fi-rr-typewriter:before{content:"﹡"}.fi-rr-u:before{content:"﹢"}.fi-rr-ufo-beam:before{content:"﹣"}.fi-rr-ufo:before{content:"﹤"}.fi-rr-ui-ux:before{content:"﹥"}.fi-rr-umbrella-beach:before{content:"﹦"}.fi-rr-umbrella:before{content:"﹧"}.fi-rr-under-construction:before{content:"﹨"}.fi-rr-underline:before{content:"﹩"}.fi-rr-undo-alt:before{content:"﹪"}.fi-rr-undo:before{content:"﹫"}.fi-rr-unicorn:before{content:"﹬"}.fi-rr-uniform-martial-arts:before{content:"﹭"}.fi-rr-universal-access:before{content:"﹮"}.fi-rr-unlock:before{content:"﹯"}.fi-rr-up-from-bracket:before{content:"ﹰ"}.fi-rr-up-left:before{content:"ﹱ"}.fi-rr-up-right-from-square:before{content:"ﹲ"}.fi-rr-up-right:before{content:"ﹳ"}.fi-rr-up:before{content:"ﹴ"}.fi-rr-upload:before{content:"﹵"}.fi-rr-url:before{content:"ﹶ"}.fi-rr-usb-pendrive:before{content:"ﹷ"}.fi-rr-usd-circle:before{content:"ﹸ"}.fi-rr-usd-square:before{content:"ﹹ"}.fi-rr-user-add:before{content:"ﹺ"}.fi-rr-user-alien:before{content:"ﹻ"}.fi-rr-user-astronaut:before{content:"ﹼ"}.fi-rr-user-check:before{content:"ﹽ"}.fi-rr-user-chef:before{content:"ﹾ"}.fi-rr-user-coach:before{content:"ﹿ"}.fi-rr-user-cowboy:before{content:"ﺀ"}.fi-rr-user-crown:before{content:"ﺁ"}.fi-rr-user-gear:before{content:"ﺂ"}.fi-rr-user-graduate:before{content:"ﺃ"}.fi-rr-user-headset:before{content:"ﺄ"}.fi-rr-user-helmet-safety:before{content:"ﺅ"}.fi-rr-user-injured:before{content:"ﺆ"}.fi-rr-user-interface-ui:before{content:"ﺇ"}.fi-rr-user-key:before{content:"ﺈ"}.fi-rr-user-lock:before{content:"ﺉ"}.fi-rr-user-md-chat:before{content:"ﺊ"}.fi-rr-user-md:before{content:"ﺋ"}.fi-rr-user-minus:before{content:"ﺌ"}.fi-rr-user-music:before{content:"ﺍ"}.fi-rr-user-ninja:before{content:"ﺎ"}.fi-rr-user-nurse:before{content:"ﺏ"}.fi-rr-user-pen:before{content:"ﺐ"}.fi-rr-user-pilot-tie:before{content:"ﺑ"}.fi-rr-user-pilot:before{content:"ﺒ"}.fi-rr-user-police:before{content:"ﺓ"}.fi-rr-user-robot-xmarks:before{content:"ﺔ"}.fi-rr-user-robot:before{content:"ﺕ"}.fi-rr-user-salary:before{content:"ﺖ"}.fi-rr-user-shield:before{content:"ﺗ"}.fi-rr-user-skill-gear:before{content:"ﺘ"}.fi-rr-user-slash:before{content:"ﺙ"}.fi-rr-user-tag:before{content:"ﺚ"}.fi-rr-user-time:before{content:"ﺛ"}.fi-rr-user-trust:before{content:"ﺜ"}.fi-rr-user-unlock:before{content:"ﺝ"}.fi-rr-user-visor:before{content:"ﺞ"}.fi-rr-user-xmark:before{content:"ﺟ"}.fi-rr-user:before{content:"ﺠ"}.fi-rr-users-alt:before{content:"ﺡ"}.fi-rr-users-class:before{content:"ﺢ"}.fi-rr-users-gear:before{content:"ﺣ"}.fi-rr-users-medical:before{content:"ﺤ"}.fi-rr-users-slash:before{content:"ﺥ"}.fi-rr-users:before{content:"ﺦ"}.fi-rr-utensils-slash:before{content:"ﺧ"}.fi-rr-utensils:before{content:"ﺨ"}.fi-rr-utility-pole-double:before{content:"ﺩ"}.fi-rr-utility-pole:before{content:"ﺪ"}.fi-rr-ux-browser:before{content:"ﺫ"}.fi-rr-ux:before{content:"ﺬ"}.fi-rr-v:before{content:"ﺭ"}.fi-rr-vacuum-robot:before{content:"ﺮ"}.fi-rr-vacuum:before{content:"ﺯ"}.fi-rr-value-absolute:before{content:"ﺰ"}.fi-rr-vault:before{content:"ﺱ"}.fi-rr-vector-alt:before{content:"ﺲ"}.fi-rr-vector-circle:before{content:"ﺳ"}.fi-rr-vector-polygon:before{content:"ﺴ"}.fi-rr-vector:before{content:"ﺵ"}.fi-rr-venus-double:before{content:"ﺶ"}.fi-rr-venus-mars:before{content:"ﺷ"}.fi-rr-venus:before{content:"ﺸ"}.fi-rr-vest-patches:before{content:"ﺹ"}.fi-rr-vest:before{content:"ﺺ"}.fi-rr-video-arrow-down-left:before{content:"ﺻ"}.fi-rr-video-arrow-up-right:before{content:"ﺼ"}.fi-rr-video-camera-alt:before{content:"ﺽ"}.fi-rr-video-camera:before{content:"ﺾ"}.fi-rr-video-duration:before{content:"ﺿ"}.fi-rr-video-plus:before{content:"ﻀ"}.fi-rr-video-slash:before{content:"ﻁ"}.fi-rr-videoconference:before{content:"ﻂ"}.fi-rr-vihara:before{content:"ﻃ"}.fi-rr-violin:before{content:"ﻄ"}.fi-rr-virus-slash:before{content:"ﻅ"}.fi-rr-virus:before{content:"ﻆ"}.fi-rr-viruses:before{content:"ﻇ"}.fi-rr-visit:before{content:"ﻈ"}.fi-rr-voicemail:before{content:"ﻉ"}.fi-rr-volcano:before{content:"ﻊ"}.fi-rr-volleyball:before{content:"ﻋ"}.fi-rr-volume-down:before{content:"ﻌ"}.fi-rr-volume-mute:before{content:"ﻍ"}.fi-rr-volume-off:before{content:"ﻎ"}.fi-rr-volume-slash:before{content:"ﻏ"}.fi-rr-volume:before{content:"ﻐ"}.fi-rr-vote-nay:before{content:"ﻑ"}.fi-rr-vote-yea:before{content:"ﻒ"}.fi-rr-vr-cardboard:before{content:"ﻓ"}.fi-rr-w:before{content:"ﻔ"}.fi-rr-waffle:before{content:"ﻕ"}.fi-rr-wagon-covered:before{content:"ﻖ"}.fi-rr-walker:before{content:"ﻗ"}.fi-rr-walkie-talkie:before{content:"ﻘ"}.fi-rr-walking:before{content:"ﻙ"}.fi-rr-wallet-arrow:before{content:"ﻚ"}.fi-rr-wallet-buyer:before{content:"ﻛ"}.fi-rr-wallet:before{content:"ﻜ"}.fi-rr-warehouse-alt:before{content:"ﻝ"}.fi-rr-warranty:before{content:"ﻞ"}.fi-rr-washer:before{content:"ﻟ"}.fi-rr-waste-pollution:before{content:"ﻠ"}.fi-rr-waste:before{content:"ﻡ"}.fi-rr-watch-calculator:before{content:"ﻢ"}.fi-rr-watch-fitness:before{content:"ﻣ"}.fi-rr-watch-smart:before{content:"ﻤ"}.fi-rr-watch:before{content:"ﻥ"}.fi-rr-water-bottle:before{content:"ﻦ"}.fi-rr-water-ladder:before{content:"ﻧ"}.fi-rr-water-lower:before{content:"ﻨ"}.fi-rr-water-rise:before{content:"ﻩ"}.fi-rr-water:before{content:"ﻪ"}.fi-rr-watermelon:before{content:"ﻫ"}.fi-rr-wave-sine:before{content:"ﻬ"}.fi-rr-wave-square:before{content:"ﻭ"}.fi-rr-wave-triangle:before{content:"ﻮ"}.fi-rr-wave:before{content:"ﻯ"}.fi-rr-waveform-path:before{content:"ﻰ"}.fi-rr-waveform:before{content:"ﻱ"}.fi-rr-web-design:before{content:"ﻲ"}.fi-rr-webcam-slash:before{content:"ﻳ"}.fi-rr-webcam:before{content:"ﻴ"}.fi-rr-webhook:before{content:"ﻵ"}.fi-rr-wednesday:before{content:"ﻶ"}.fi-rr-whale:before{content:"ﻷ"}.fi-rr-wheat-awn-circle-exclamation:before{content:"ﻸ"}.fi-rr-wheat-awn-slash:before{content:"ﻹ"}.fi-rr-wheat-awn:before{content:"ﻺ"}.fi-rr-wheat-slash:before{content:"ﻻ"}.fi-rr-wheat:before{content:"ﻼ"}.fi-rr-wheelchair-move:before{content:"﻽"}.fi-rr-wheelchair-sleeping:before{content:"﻾"}.fi-rr-wheelchair:before{content:"＀"}.fi-rr-whistle:before{content:"！"}.fi-rr-white-space:before{content:"＂"}.fi-rr-wifi-1:before{content:"＃"}.fi-rr-wifi-2:before{content:"＄"}.fi-rr-wifi-alt:before{content:"％"}.fi-rr-wifi-exclamation:before{content:"＆"}.fi-rr-wifi-slash:before{content:"＇"}.fi-rr-wifi:before{content:"（"}.fi-rr-wind-turbine:before{content:"）"}.fi-rr-wind-warning:before{content:"＊"}.fi-rr-wind:before{content:"＋"}.fi-rr-window-alt:before{content:"，"}.fi-rr-window-frame-open:before{content:"－"}.fi-rr-window-frame:before{content:"．"}.fi-rr-window-maximize:before{content:"／"}.fi-rr-window-minimize:before{content:"０"}.fi-rr-window-restore:before{content:"１"}.fi-rr-windsock:before{content:"２"}.fi-rr-wine-bottle:before{content:"３"}.fi-rr-wine-glass-crack:before{content:"４"}.fi-rr-wine-glass-empty:before{content:"５"}.fi-rr-wishlist-heart:before{content:"６"}.fi-rr-wishlist-star:before{content:"７"}.fi-rr-woman-head:before{content:"８"}.fi-rr-woman-scientist:before{content:"９"}.fi-rr-won-sign:before{content:"："}.fi-rr-work-in-progress:before{content:"；"}.fi-rr-workflow-alt:before{content:"＜"}.fi-rr-workflow-setting-alt:before{content:"＝"}.fi-rr-workflow-setting:before{content:"＞"}.fi-rr-workflow:before{content:"？"}.fi-rr-workshop:before{content:"＠"}.fi-rr-world:before{content:"Ａ"}.fi-rr-worm:before{content:"Ｂ"}.fi-rr-wreath:before{content:"Ｃ"}.fi-rr-wrench-alt:before{content:"Ｄ"}.fi-rr-wrench-simple:before{content:"Ｅ"}.fi-rr-x-ray:before{content:"Ｆ"}.fi-rr-x:before{content:"Ｇ"}.fi-rr-y:before{content:"Ｈ"}.fi-rr-yen:before{content:"Ｉ"}.fi-rr-yin-yang:before{content:"Ｊ"}.fi-rr-z:before{content:"Ｋ"}.fi-rr-zip-file:before{content:"Ｌ"}.fi-rr-zoom-in:before{content:"Ｍ"}.fi-rr-zoom-out:before{content:"Ｎ"}@font-face{font-family:uicons-solid-rounded;src:url(/assets/uicons-solid-rounded-IYSBBSWN-c50964d8.woff2) format("woff2"),url(/assets/uicons-solid-rounded-UWVI4CEC-db95d991.woff) format("woff"),url(/assets/uicons-solid-rounded-N5CQNTC6-3d4dca59.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-sr-]:before,i[class*=" fi-sr-"]:before,span[class^=fi-sr-]:before,span[class*=fi-sr-]:before{font-family:uicons-solid-rounded!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-sr-0:before{content:""}.fi-sr-00s-music-disc:before{content:""}.fi-sr-1:before{content:""}.fi-sr-2:before{content:""}.fi-sr-3:before{content:""}.fi-sr-360-degrees:before{content:""}.fi-sr-4:before{content:""}.fi-sr-404:before{content:""}.fi-sr-5:before{content:""}.fi-sr-6:before{content:""}.fi-sr-60s-music-disc:before{content:""}.fi-sr-7:before{content:""}.fi-sr-70s-music-disc:before{content:""}.fi-sr-8:before{content:""}.fi-sr-80s-music-disc:before{content:""}.fi-sr-9:before{content:""}.fi-sr-90s-music-disc:before{content:""}.fi-sr-a:before{content:""}.fi-sr-accident:before{content:""}.fi-sr-acorn:before{content:""}.fi-sr-ad-paid:before{content:""}.fi-sr-ad:before{content:""}.fi-sr-add-document:before{content:""}.fi-sr-add-folder:before{content:""}.fi-sr-add-image:before{content:""}.fi-sr-add:before{content:""}.fi-sr-address-book:before{content:""}.fi-sr-address-card:before{content:""}.fi-sr-admin-alt:before{content:""}.fi-sr-admin:before{content:""}.fi-sr-age-alt:before{content:""}.fi-sr-age-restriction-eighteen:before{content:""}.fi-sr-age-restriction-seven:before{content:""}.fi-sr-age-restriction-six:before{content:""}.fi-sr-age-restriction-sixteen:before{content:""}.fi-sr-age-restriction-thirteen:before{content:""}.fi-sr-age-restriction-three:before{content:""}.fi-sr-age-restriction-twelve:before{content:""}.fi-sr-age-restriction-twenty-one:before{content:""}.fi-sr-age-restriction-zero:before{content:""}.fi-sr-age:before{content:""}.fi-sr-air-conditioner:before{content:""}.fi-sr-air-freshener:before{content:""}.fi-sr-air-pollution:before{content:""}.fi-sr-airplane-journey:before{content:""}.fi-sr-airplane-window-open:before{content:""}.fi-sr-airplay:before{content:""}.fi-sr-alarm-clock:before{content:""}.fi-sr-alarm-exclamation:before{content:""}.fi-sr-alarm-plus:before{content:""}.fi-sr-alarm-snooze:before{content:""}.fi-sr-album-circle-plus:before{content:""}.fi-sr-album-circle-user:before{content:""}.fi-sr-album-collection:before{content:""}.fi-sr-album:before{content:""}.fi-sr-algorithm:before{content:""}.fi-sr-alicorn:before{content:""}.fi-sr-alien:before{content:""}.fi-sr-align-center:before{content:""}.fi-sr-align-justify:before{content:""}.fi-sr-align-left:before{content:""}.fi-sr-align-slash:before{content:""}.fi-sr-ambulance:before{content:""}.fi-sr-amusement-park:before{content:""}.fi-sr-analyse-alt:before{content:""}.fi-sr-analyse:before{content:""}.fi-sr-anatomical-heart:before{content:""}.fi-sr-anchor:before{content:""}.fi-sr-angel:before{content:""}.fi-sr-angle-90:before{content:""}.fi-sr-angle-circle-down:before{content:""}.fi-sr-angle-circle-left:before{content:""}.fi-sr-angle-circle-right:before{content:""}.fi-sr-angle-circle-up:before{content:""}.fi-sr-angle-double-left:before{content:""}.fi-sr-angle-double-right:before{content:""}.fi-sr-angle-double-small-down:before{content:""}.fi-sr-angle-double-small-left:before{content:""}.fi-sr-angle-double-small-right:before{content:""}.fi-sr-angle-double-small-up:before{content:""}.fi-sr-angle-down:before{content:""}.fi-sr-angle-left:before{content:""}.fi-sr-angle-right:before{content:""}.fi-sr-angle-small-down:before{content:""}.fi-sr-angle-small-left:before{content:""}.fi-sr-angle-small-right:before{content:""}.fi-sr-angle-small-up:before{content:""}.fi-sr-angle-square-down:before{content:""}.fi-sr-angle-square-left:before{content:""}.fi-sr-angle-square-right:before{content:""}.fi-sr-angle-square-up:before{content:""}.fi-sr-angle-up:before{content:""}.fi-sr-angle:before{content:""}.fi-sr-angles-up-down:before{content:""}.fi-sr-angry:before{content:""}.fi-sr-animated-icon:before{content:""}.fi-sr-ankh:before{content:""}.fi-sr-answer-alt:before{content:""}.fi-sr-answer:before{content:""}.fi-sr-apartment:before{content:""}.fi-sr-aperture:before{content:""}.fi-sr-api:before{content:""}.fi-sr-apple-core:before{content:""}.fi-sr-apple-crate:before{content:""}.fi-sr-apple-whole:before{content:""}.fi-sr-apps-add:before{content:""}.fi-sr-apps-delete:before{content:""}.fi-sr-apps-sort:before{content:""}.fi-sr-apps:before{content:""}.fi-sr-archive:before{content:""}.fi-sr-archway:before{content:""}.fi-sr-arrow-alt-circle-down:before{content:""}.fi-sr-arrow-alt-circle-left:before{content:""}.fi-sr-arrow-alt-circle-right:before{content:""}.fi-sr-arrow-alt-circle-up:before{content:""}.fi-sr-arrow-alt-down:before{content:""}.fi-sr-arrow-alt-from-bottom:before{content:""}.fi-sr-arrow-alt-from-left:before{content:""}.fi-sr-arrow-alt-from-right:before{content:""}.fi-sr-arrow-alt-from-top:before{content:""}.fi-sr-arrow-alt-left:before{content:""}.fi-sr-arrow-alt-right:before{content:""}.fi-sr-arrow-alt-square-down:before{content:""}.fi-sr-arrow-alt-square-left:before{content:""}.fi-sr-arrow-alt-square-right:before{content:""}.fi-sr-arrow-alt-square-up:before{content:""}.fi-sr-arrow-alt-to-bottom:before{content:""}.fi-sr-arrow-alt-to-left:before{content:""}.fi-sr-arrow-alt-to-right:before{content:""}.fi-sr-arrow-alt-to-top:before{content:""}.fi-sr-arrow-alt-up:before{content:""}.fi-sr-arrow-circle-down:before{content:""}.fi-sr-arrow-circle-left:before{content:""}.fi-sr-arrow-circle-right:before{content:""}.fi-sr-arrow-circle-up:before{content:""}.fi-sr-arrow-comparison:before{content:""}.fi-sr-arrow-down-from-arc:before{content:""}.fi-sr-arrow-down-from-dotted-line:before{content:""}.fi-sr-arrow-down-left:before{content:""}.fi-sr-arrow-down-small-big:before{content:""}.fi-sr-arrow-down-to-dotted-line:before{content:""}.fi-sr-arrow-down-to-square:before{content:""}.fi-sr-arrow-down-triangle-square:before{content:""}.fi-sr-arrow-down:before{content:""}.fi-sr-arrow-from-bottom:before{content:""}.fi-sr-arrow-from-left:before{content:""}.fi-sr-arrow-from-right:before{content:""}.fi-sr-arrow-from-top:before{content:""}.fi-sr-arrow-left-from-arc:before{content:""}.fi-sr-arrow-left-from-line:before{content:""}.fi-sr-arrow-left-to-arc:before{content:""}.fi-sr-arrow-left:before{content:""}.fi-sr-arrow-progress-alt:before{content:""}.fi-sr-arrow-progress:before{content:""}.fi-sr-arrow-right-to-bracket:before{content:""}.fi-sr-arrow-right:before{content:""}.fi-sr-arrow-small-down:before{content:""}.fi-sr-arrow-small-left:before{content:""}.fi-sr-arrow-small-right:before{content:""}.fi-sr-arrow-small-up:before{content:""}.fi-sr-arrow-square-down:before{content:""}.fi-sr-arrow-square-left:before{content:""}.fi-sr-arrow-square-right:before{content:""}.fi-sr-arrow-square-up:before{content:""}.fi-sr-arrow-to-bottom:before{content:""}.fi-sr-arrow-to-left:before{content:""}.fi-sr-arrow-to-right:before{content:""}.fi-sr-arrow-to-top:before{content:""}.fi-sr-arrow-trend-down:before{content:""}.fi-sr-arrow-trend-up:before{content:""}.fi-sr-arrow-turn-down-left:before{content:""}.fi-sr-arrow-turn-down-right:before{content:""}.fi-sr-arrow-turn-left-up:before{content:""}.fi-sr-arrow-up-from-dotted-line:before{content:""}.fi-sr-arrow-up-from-ground-water:before{content:""}.fi-sr-arrow-up-from-square:before{content:""}.fi-sr-arrow-up-left-from-circle:before{content:""}.fi-sr-arrow-up-left:before{content:""}.fi-sr-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-sr-arrow-up-right-from-square:before{content:""}.fi-sr-arrow-up-right:before{content:""}.fi-sr-arrow-up-small-big:before{content:""}.fi-sr-arrow-up-square-triangle:before{content:""}.fi-sr-arrow-up-to-arc:before{content:""}.fi-sr-arrow-up-to-dotted-line:before{content:""}.fi-sr-arrow-up:before{content:""}.fi-sr-arrow-upward-growth-crypto:before{content:""}.fi-sr-arrows-alt-h:before{content:""}.fi-sr-arrows-alt-v:before{content:""}.fi-sr-arrows-alt:before{content:""}.fi-sr-arrows-cross:before{content:""}.fi-sr-arrows-from-dotted-line:before{content:""}.fi-sr-arrows-from-line:before{content:""}.fi-sr-arrows-h-copy:before{content:""}.fi-sr-arrows-h:before{content:""}.fi-sr-arrows-repeat-1:before{content:""}.fi-sr-arrows-repeat:before{content:""}.fi-sr-arrows-retweet:before{content:""}.fi-sr-arrows-split-right-and-left:before{content:""}.fi-sr-arrows-split-up-and-left:before{content:""}.fi-sr-arrows-to-circle:before{content:""}.fi-sr-arrows-to-dotted-line:before{content:""}.fi-sr-arrows-to-eye:before{content:""}.fi-sr-arrows-to-line:before{content:""}.fi-sr-arrows:before{content:""}.fi-sr-artificial-intelligence:before{content:""}.fi-sr-assept-document:before{content:""}.fi-sr-assessment-alt:before{content:""}.fi-sr-assessment:before{content:""}.fi-sr-assistive-listening-systems:before{content:""}.fi-sr-asterik:before{content:""}.fi-sr-at:before{content:""}.fi-sr-attribution-pen:before{content:""}.fi-sr-attribution-pencil:before{content:""}.fi-sr-aubergine:before{content:""}.fi-sr-auction:before{content:""}.fi-sr-audience-megaphone:before{content:""}.fi-sr-audio-description-slash:before{content:""}.fi-sr-audit-alt:before{content:""}.fi-sr-audit:before{content:""}.fi-sr-austral-sign:before{content:""}.fi-sr-avocado:before{content:""}.fi-sr-award:before{content:""}.fi-sr-axe-battle:before{content:""}.fi-sr-axe:before{content:""}.fi-sr-b:before{content:""}.fi-sr-baby-carriage:before{content:""}.fi-sr-baby:before{content:""}.fi-sr-back-up:before{content:""}.fi-sr-background:before{content:""}.fi-sr-backpack:before{content:""}.fi-sr-bacon:before{content:""}.fi-sr-bacteria:before{content:""}.fi-sr-bacterium:before{content:""}.fi-sr-badge-check:before{content:""}.fi-sr-badge-dollar:before{content:""}.fi-sr-badge-leaf:before{content:""}.fi-sr-badge-percent:before{content:""}.fi-sr-badge-sheriff:before{content:""}.fi-sr-badge:before{content:""}.fi-sr-badger-honey:before{content:""}.fi-sr-badminton:before{content:""}.fi-sr-bag-map-pin:before{content:""}.fi-sr-bag-seedling:before{content:""}.fi-sr-bag-shopping-minus:before{content:""}.fi-sr-bags-shopping:before{content:""}.fi-sr-baguette:before{content:""}.fi-sr-bahai:before{content:""}.fi-sr-baht-sign:before{content:""}.fi-sr-balance-scale-left:before{content:""}.fi-sr-balance-scale-right:before{content:""}.fi-sr-ball-pile:before{content:""}.fi-sr-ballet-dance:before{content:""}.fi-sr-balloon:before{content:""}.fi-sr-balloons:before{content:""}.fi-sr-ballot-check:before{content:""}.fi-sr-ballot:before{content:""}.fi-sr-ban-bug:before{content:""}.fi-sr-ban:before{content:""}.fi-sr-banana:before{content:""}.fi-sr-band-aid:before{content:""}.fi-sr-bangladeshi-taka-sign:before{content:""}.fi-sr-banjo:before{content:""}.fi-sr-bank:before{content:""}.fi-sr-banner-2:before{content:""}.fi-sr-banner-3:before{content:""}.fi-sr-banner-4:before{content:""}.fi-sr-banner-5:before{content:""}.fi-sr-banner:before{content:""}.fi-sr-barber-pole:before{content:""}.fi-sr-barber-shop:before{content:""}.fi-sr-barcode-read:before{content:""}.fi-sr-barcode-scan:before{content:""}.fi-sr-barcode:before{content:""}.fi-sr-bars-filter:before{content:""}.fi-sr-bars-progress:before{content:""}.fi-sr-bars-sort:before{content:""}.fi-sr-bars-staggered:before{content:""}.fi-sr-baseball-alt:before{content:""}.fi-sr-baseball:before{content:""}.fi-sr-basket-shopping-minus:before{content:""}.fi-sr-basket-shopping-plus:before{content:""}.fi-sr-basket-shopping-simple:before{content:""}.fi-sr-basketball-hoop:before{content:""}.fi-sr-basketball:before{content:""}.fi-sr-bat:before{content:""}.fi-sr-bath:before{content:""}.fi-sr-battery-bolt:before{content:""}.fi-sr-battery-empty:before{content:""}.fi-sr-battery-exclamation:before{content:""}.fi-sr-battery-full:before{content:""}.fi-sr-battery-half:before{content:""}.fi-sr-battery-quarter:before{content:""}.fi-sr-battery-slash:before{content:""}.fi-sr-battery-three-quarters:before{content:""}.fi-sr-beacon:before{content:""}.fi-sr-bed-alt:before{content:""}.fi-sr-bed-bunk:before{content:""}.fi-sr-bed-empty:before{content:""}.fi-sr-bed:before{content:""}.fi-sr-bee:before{content:""}.fi-sr-beer-mug-empty:before{content:""}.fi-sr-beer:before{content:""}.fi-sr-bell-concierge:before{content:""}.fi-sr-bell-notification-call:before{content:""}.fi-sr-bell-notification-social-media:before{content:""}.fi-sr-bell-ring:before{content:""}.fi-sr-bell-school-slash:before{content:""}.fi-sr-bell-school:before{content:""}.fi-sr-bell-slash:before{content:""}.fi-sr-bell:before{content:""}.fi-sr-bells:before{content:""}.fi-sr-bench-tree:before{content:""}.fi-sr-benefit-diamond-alt:before{content:""}.fi-sr-benefit-diamond:before{content:""}.fi-sr-benefit-hand:before{content:""}.fi-sr-benefit-increase:before{content:""}.fi-sr-benefit-porcent:before{content:""}.fi-sr-benefit:before{content:""}.fi-sr-betamax:before{content:""}.fi-sr-bible:before{content:""}.fi-sr-bicycle-journey:before{content:""}.fi-sr-bike:before{content:""}.fi-sr-biking-mountain:before{content:""}.fi-sr-biking:before{content:""}.fi-sr-bill-arrow:before{content:""}.fi-sr-billiard:before{content:""}.fi-sr-bin-bottles:before{content:""}.fi-sr-binary-circle-check:before{content:""}.fi-sr-binary-lock:before{content:""}.fi-sr-binary-slash:before{content:""}.fi-sr-binary:before{content:""}.fi-sr-binoculars:before{content:""}.fi-sr-bio-leaves:before{content:""}.fi-sr-bio:before{content:""}.fi-sr-biohazard:before{content:""}.fi-sr-bird:before{content:""}.fi-sr-bitcoin-sign:before{content:""}.fi-sr-blanket:before{content:""}.fi-sr-blender-phone:before{content:""}.fi-sr-blender:before{content:""}.fi-sr-blinds-open:before{content:""}.fi-sr-blinds-raised:before{content:""}.fi-sr-blinds:before{content:""}.fi-sr-block-brick:before{content:""}.fi-sr-block-microphone:before{content:""}.fi-sr-block-question:before{content:""}.fi-sr-block-quote:before{content:""}.fi-sr-block:before{content:""}.fi-sr-blog-pencil:before{content:""}.fi-sr-blog-text:before{content:""}.fi-sr-blood-dropper:before{content:""}.fi-sr-blood-test-tube-alt:before{content:""}.fi-sr-blood-test-tube:before{content:""}.fi-sr-blood:before{content:""}.fi-sr-blossom:before{content:""}.fi-sr-blueberries:before{content:""}.fi-sr-blueprint:before{content:""}.fi-sr-bold:before{content:""}.fi-sr-bolt-auto:before{content:""}.fi-sr-bolt-slash:before{content:""}.fi-sr-bolt:before{content:""}.fi-sr-bomb:before{content:""}.fi-sr-bone-break:before{content:""}.fi-sr-bone:before{content:""}.fi-sr-bong:before{content:""}.fi-sr-bonus-alt:before{content:""}.fi-sr-bonus-star:before{content:""}.fi-sr-bonus:before{content:""}.fi-sr-book-alt:before{content:""}.fi-sr-book-arrow-right:before{content:""}.fi-sr-book-arrow-up:before{content:""}.fi-sr-book-atlas:before{content:""}.fi-sr-book-bookmark:before{content:""}.fi-sr-book-circle-arrow-right:before{content:""}.fi-sr-book-circle-arrow-up:before{content:""}.fi-sr-book-copy:before{content:""}.fi-sr-book-dead:before{content:""}.fi-sr-book-font:before{content:""}.fi-sr-book-heart:before{content:""}.fi-sr-book-medical:before{content:""}.fi-sr-book-open-cover:before{content:""}.fi-sr-book-open-reader:before{content:""}.fi-sr-book-plus:before{content:""}.fi-sr-book-quran:before{content:""}.fi-sr-book-section:before{content:""}.fi-sr-book-spells:before{content:""}.fi-sr-book-tanakh:before{content:""}.fi-sr-book-user:before{content:""}.fi-sr-book:before{content:""}.fi-sr-Booking:before{content:""}.fi-sr-bookmark-slash:before{content:""}.fi-sr-bookmark:before{content:""}.fi-sr-books-medical:before{content:""}.fi-sr-books:before{content:""}.fi-sr-boot-heeled:before{content:""}.fi-sr-boot:before{content:""}.fi-sr-booth-curtain:before{content:""}.fi-sr-border-all:before{content:""}.fi-sr-border-bottom:before{content:""}.fi-sr-border-center-h:before{content:""}.fi-sr-border-center-v:before{content:""}.fi-sr-border-inner:before{content:""}.fi-sr-border-left:before{content:""}.fi-sr-border-none:before{content:""}.fi-sr-border-outer:before{content:""}.fi-sr-border-right:before{content:""}.fi-sr-border-style-alt:before{content:""}.fi-sr-border-style:before{content:""}.fi-sr-border-top:before{content:""}.fi-sr-boss:before{content:""}.fi-sr-bottle-droplet:before{content:""}.fi-sr-bottle:before{content:""}.fi-sr-bow-arrow:before{content:""}.fi-sr-bowl-chopsticks-noodles:before{content:""}.fi-sr-bowl-chopsticks:before{content:""}.fi-sr-bowl-rice:before{content:""}.fi-sr-bowl-scoop:before{content:""}.fi-sr-bowl-scoops:before{content:""}.fi-sr-bowl-soft-serve:before{content:""}.fi-sr-bowl-spoon:before{content:""}.fi-sr-bowling-ball:before{content:""}.fi-sr-bowling-pins:before{content:""}.fi-sr-bowling:before{content:""}.fi-sr-box-alt:before{content:""}.fi-sr-box-ballot:before{content:""}.fi-sr-box-check:before{content:""}.fi-sr-box-circle-check:before{content:""}.fi-sr-box-dollar:before{content:""}.fi-sr-box-fragile:before{content:""}.fi-sr-box-heart:before{content:""}.fi-sr-box-open-full:before{content:""}.fi-sr-box-open:before{content:""}.fi-sr-box-tissue:before{content:""}.fi-sr-box-up:before{content:""}.fi-sr-box:before{content:""}.fi-sr-boxes:before{content:""}.fi-sr-boxing-glove:before{content:""}.fi-sr-bracket-curly-right:before{content:""}.fi-sr-bracket-curly:before{content:""}.fi-sr-bracket-round-right:before{content:""}.fi-sr-bracket-round:before{content:""}.fi-sr-bracket-square-right:before{content:""}.fi-sr-bracket-square:before{content:""}.fi-sr-brackets-curly:before{content:""}.fi-sr-brackets-round:before{content:""}.fi-sr-brackets-square:before{content:""}.fi-sr-braille-a:before{content:""}.fi-sr-braille-b:before{content:""}.fi-sr-braille-c:before{content:""}.fi-sr-braille-d:before{content:""}.fi-sr-braille-e:before{content:""}.fi-sr-braille-g:before{content:""}.fi-sr-braille-h:before{content:""}.fi-sr-braille-i:before{content:""}.fi-sr-braille-j:before{content:""}.fi-sr-braille-k:before{content:""}.fi-sr-braille-l:before{content:""}.fi-sr-braille-m:before{content:""}.fi-sr-braille-n-alt:before{content:""}.fi-sr-braille-n:before{content:""}.fi-sr-braille-o:before{content:""}.fi-sr-braille-p:before{content:""}.fi-sr-braille-q:before{content:""}.fi-sr-braille-r:before{content:""}.fi-sr-braille-s:before{content:""}.fi-sr-braille-t:before{content:""}.fi-sr-braille-u:before{content:""}.fi-sr-braille-v:before{content:""}.fi-sr-braille-w:before{content:""}.fi-sr-braille-x:before{content:""}.fi-sr-braille-y:before{content:""}.fi-sr-braille-z:before{content:""}.fi-sr-braille:before{content:""}.fi-sr-brain-circuit:before{content:""}.fi-sr-brain:before{content:""}.fi-sr-brake-warning:before{content:""}.fi-sr-branching:before{content:""}.fi-sr-brand:before{content:""}.fi-sr-branding:before{content:""}.fi-sr-bread-loaf:before{content:""}.fi-sr-bread-slice-butter:before{content:""}.fi-sr-bread-slice:before{content:""}.fi-sr-bread:before{content:""}.fi-sr-briefcase-arrow-right:before{content:""}.fi-sr-briefcase-blank:before{content:""}.fi-sr-briefcase:before{content:""}.fi-sr-brightness-low:before{content:""}.fi-sr-brightness:before{content:""}.fi-sr-bring-forward:before{content:""}.fi-sr-bring-front:before{content:""}.fi-sr-broadcast-tower:before{content:""}.fi-sr-broccoli:before{content:""}.fi-sr-broken-chain-link-wrong:before{content:""}.fi-sr-broken-image:before{content:""}.fi-sr-broom-ball:before{content:""}.fi-sr-broom:before{content:""}.fi-sr-browser-ui:before{content:""}.fi-sr-browser:before{content:""}.fi-sr-browsers:before{content:""}.fi-sr-brush:before{content:""}.fi-sr-bucket:before{content:""}.fi-sr-budget-alt:before{content:""}.fi-sr-budget:before{content:""}.fi-sr-bug-slash:before{content:""}.fi-sr-bug:before{content:""}.fi-sr-bugs:before{content:""}.fi-sr-build-alt:before{content:""}.fi-sr-build:before{content:""}.fi-sr-building-circle-arrow-right:before{content:""}.fi-sr-building-ngo:before{content:""}.fi-sr-building:before{content:""}.fi-sr-bulb:before{content:""}.fi-sr-bullet:before{content:""}.fi-sr-bullhorn:before{content:""}.fi-sr-bullseye-arrow:before{content:""}.fi-sr-bullseye-pointer:before{content:""}.fi-sr-bullseye:before{content:""}.fi-sr-burger-alt:before{content:""}.fi-sr-burger-fries:before{content:""}.fi-sr-burger-glass:before{content:""}.fi-sr-burrito:before{content:""}.fi-sr-burst:before{content:""}.fi-sr-bus-alt:before{content:""}.fi-sr-bus:before{content:""}.fi-sr-business-time:before{content:""}.fi-sr-Butter:before{content:""}.fi-sr-butterfly:before{content:""}.fi-sr-c:before{content:""}.fi-sr-cabin:before{content:""}.fi-sr-cactus:before{content:""}.fi-sr-cage-empty:before{content:""}.fi-sr-cake-birthday:before{content:""}.fi-sr-cake-slice:before{content:""}.fi-sr-cake-wedding:before{content:""}.fi-sr-calculator-bill:before{content:""}.fi-sr-calculator-math-tax:before{content:""}.fi-sr-calculator-money:before{content:""}.fi-sr-calculator-simple:before{content:""}.fi-sr-calculator:before{content:""}.fi-sr-calendar-arrow-down:before{content:""}.fi-sr-calendar-arrow-up:before{content:""}.fi-sr-calendar-birhtday-cake:before{content:""}.fi-sr-calendar-call:before{content:""}.fi-sr-calendar-check:before{content:""}.fi-sr-calendar-clock:before{content:""}.fi-sr-calendar-day:before{content:""}.fi-sr-calendar-days:before{content:""}.fi-sr-calendar-event-tax:before{content:""}.fi-sr-calendar-exclamation:before{content:""}.fi-sr-calendar-gavel-legal:before{content:""}.fi-sr-calendar-heart:before{content:""}.fi-sr-calendar-image:before{content:""}.fi-sr-calendar-lines-pen:before{content:""}.fi-sr-calendar-lines:before{content:""}.fi-sr-calendar-minus:before{content:""}.fi-sr-calendar-payment-loan:before{content:""}.fi-sr-calendar-pen:before{content:""}.fi-sr-calendar-plus:before{content:""}.fi-sr-calendar-salary:before{content:""}.fi-sr-calendar-shift-swap:before{content:""}.fi-sr-calendar-star:before{content:""}.fi-sr-calendar-swap:before{content:""}.fi-sr-calendar-week:before{content:""}.fi-sr-calendar-xmark:before{content:""}.fi-sr-calendar:before{content:""}.fi-sr-calendars:before{content:""}.fi-sr-call-duration:before{content:""}.fi-sr-call-history:before{content:""}.fi-sr-call-incoming:before{content:""}.fi-sr-call-missed:before{content:""}.fi-sr-call-outgoing:before{content:""}.fi-sr-camcorder:before{content:""}.fi-sr-camera-cctv:before{content:""}.fi-sr-camera-movie:before{content:""}.fi-sr-camera-retro:before{content:""}.fi-sr-camera-rotate:before{content:""}.fi-sr-camera-security:before{content:""}.fi-sr-camera-slash:before{content:""}.fi-sr-camera-viewfinder:before{content:""}.fi-sr-camera:before{content:""}.fi-sr-campfire:before{content:""}.fi-sr-camping:before{content:""}.fi-sr-can-food:before{content:""}.fi-sr-candle-holder:before{content:""}.fi-sr-candle-lotus-yoga:before{content:""}.fi-sr-candle-pose-yoga:before{content:""}.fi-sr-candy-alt:before{content:""}.fi-sr-candy-bar:before{content:""}.fi-sr-candy-cane:before{content:""}.fi-sr-candy-corn:before{content:""}.fi-sr-candy-sweet:before{content:""}.fi-sr-candy:before{content:""}.fi-sr-Cannabis:before{content:""}.fi-sr-canned-food:before{content:""}.fi-sr-capsules:before{content:""}.fi-sr-car-alt:before{content:""}.fi-sr-car-battery:before{content:""}.fi-sr-car-bolt:before{content:""}.fi-sr-car-building:before{content:""}.fi-sr-car-bump:before{content:""}.fi-sr-car-bus:before{content:""}.fi-sr-car-circle-bolt:before{content:""}.fi-sr-car-crash:before{content:""}.fi-sr-car-garage:before{content:""}.fi-sr-car-journey:before{content:""}.fi-sr-car-mechanic:before{content:""}.fi-sr-car-rear:before{content:""}.fi-sr-car-side-bolt:before{content:""}.fi-sr-car-side:before{content:""}.fi-sr-car-tilt:before{content:""}.fi-sr-car-tunnel:before{content:""}.fi-sr-car-wash:before{content:""}.fi-sr-car:before{content:""}.fi-sr-caravan-alt:before{content:""}.fi-sr-caravan:before{content:""}.fi-sr-card-club:before{content:""}.fi-sr-card-diamond:before{content:""}.fi-sr-card-heart:before{content:""}.fi-sr-card-spade:before{content:""}.fi-sr-cardinal-compass:before{content:""}.fi-sr-career-growth:before{content:""}.fi-sr-career-path:before{content:""}.fi-sr-caret-circle-down:before{content:""}.fi-sr-caret-circle-right:before{content:""}.fi-sr-caret-circle-up:before{content:""}.fi-sr-caret-down:before{content:""}.fi-sr-caret-left:before{content:""}.fi-sr-caret-quare-up:before{content:""}.fi-sr-caret-right:before{content:""}.fi-sr-caret-square-down:before{content:""}.fi-sr-caret-square-left_1:before{content:""}.fi-sr-caret-square-left:before{content:""}.fi-sr-caret-square-right:before{content:""}.fi-sr-caret-up:before{content:""}.fi-sr-carrot:before{content:""}.fi-sr-cars-crash:before{content:""}.fi-sr-cars:before{content:""}.fi-sr-cart-arrow-down:before{content:""}.fi-sr-cart-minus:before{content:""}.fi-sr-cart-shopping-fast:before{content:""}.fi-sr-cash-register:before{content:""}.fi-sr-cassette-tape:before{content:""}.fi-sr-cassette-vhs:before{content:""}.fi-sr-castle:before{content:""}.fi-sr-cat-head:before{content:""}.fi-sr-cat-space:before{content:""}.fi-sr-cat:before{content:""}.fi-sr-catalog-alt:before{content:""}.fi-sr-catalog-magazine:before{content:""}.fi-sr-catalog:before{content:""}.fi-sr-category-alt:before{content:""}.fi-sr-category:before{content:""}.fi-sr-cauldron:before{content:""}.fi-sr-cedi-sign:before{content:""}.fi-sr-cello:before{content:""}.fi-sr-cent-sign:before{content:""}.fi-sr-chair-office:before{content:""}.fi-sr-chair:before{content:""}.fi-sr-chalkboard-user:before{content:""}.fi-sr-chalkboard:before{content:""}.fi-sr-challenge-alt:before{content:""}.fi-sr-challenge:before{content:""}.fi-sr-channel:before{content:""}.fi-sr-charging-station:before{content:""}.fi-sr-chart-area:before{content:""}.fi-sr-chart-bullet:before{content:""}.fi-sr-chart-candlestick:before{content:""}.fi-sr-chart-connected:before{content:""}.fi-sr-chart-gantt:before{content:""}.fi-sr-chart-histogram:before{content:""}.fi-sr-chart-kanban:before{content:""}.fi-sr-chart-line-up-down:before{content:""}.fi-sr-chart-line-up:before{content:""}.fi-sr-chart-mixed-up-circle-currency:before{content:""}.fi-sr-chart-mixed-up-circle-dollar:before{content:""}.fi-sr-chart-mixed:before{content:""}.fi-sr-chart-network:before{content:""}.fi-sr-chart-pie-alt:before{content:""}.fi-sr-chart-pie-simple-circle-currency:before{content:""}.fi-sr-chart-pie-simple-circle-dollar:before{content:""}.fi-sr-chart-pie:before{content:""}.fi-sr-chart-pyramid:before{content:""}.fi-sr-chart-radar:before{content:""}.fi-sr-chart-scatter-3d:before{content:""}.fi-sr-chart-scatter-bubble:before{content:""}.fi-sr-chart-scatter:before{content:""}.fi-sr-chart-set-theory:before{content:""}.fi-sr-chart-simple-horizontal:before{content:""}.fi-sr-chart-simple:before{content:""}.fi-sr-chart-tree-map:before{content:""}.fi-sr-chart-tree:before{content:""}.fi-sr-chart-user:before{content:""}.fi-sr-chart-waterfall:before{content:""}.fi-sr-chat-arrow-down:before{content:""}.fi-sr-chat-arrow-grow:before{content:""}.fi-sr-chat-bubble-call:before{content:""}.fi-sr-chatbot-speech-bubble:before{content:""}.fi-sr-chatbot:before{content:""}.fi-sr-check-circle:before{content:""}.fi-sr-check-double:before{content:""}.fi-sr-check-in-calendar:before{content:""}.fi-sr-check-out-calendar:before{content:""}.fi-sr-check:before{content:""}.fi-sr-checkbox:before{content:""}.fi-sr-checklist-task-budget:before{content:""}.fi-sr-cheese-alt:before{content:""}.fi-sr-cheese:before{content:""}.fi-sr-cheeseburger:before{content:""}.fi-sr-cherry:before{content:""}.fi-sr-chess-bishop:before{content:""}.fi-sr-chess-board:before{content:""}.fi-sr-chess-clock-alt:before{content:""}.fi-sr-chess-clock:before{content:""}.fi-sr-chess-king-alt:before{content:""}.fi-sr-chess-king:before{content:""}.fi-sr-chess-knight-alt:before{content:""}.fi-sr-chess-knight:before{content:""}.fi-sr-chess-pawn-alt:before{content:""}.fi-sr-chess-pawn:before{content:""}.fi-sr-chess-piece:before{content:""}.fi-sr-chess-queen-alt:before{content:""}.fi-sr-chess-queen:before{content:""}.fi-sr-chess-rook-alt:before{content:""}.fi-sr-chess-rook:before{content:""}.fi-sr-chess:before{content:""}.fi-sr-chevron-double-down:before{content:""}.fi-sr-chevron-double-up:before{content:""}.fi-sr-child-head:before{content:""}.fi-sr-child:before{content:""}.fi-sr-chimney:before{content:""}.fi-sr-chip:before{content:""}.fi-sr-chocolate:before{content:""}.fi-sr-choir-singing:before{content:""}.fi-sr-choose-alt:before{content:""}.fi-sr-choose:before{content:""}.fi-sr-church:before{content:""}.fi-sr-circle-0:before{content:""}.fi-sr-circle-1:before{content:""}.fi-sr-circle-2:before{content:""}.fi-sr-circle-3:before{content:""}.fi-sr-circle-4:before{content:""}.fi-sr-circle-5:before{content:""}.fi-sr-circle-6:before{content:""}.fi-sr-circle-7:before{content:""}.fi-sr-circle-8:before{content:""}.fi-sr-circle-9:before{content:""}.fi-sr-circle-a:before{content:""}.fi-sr-circle-b:before{content:""}.fi-sr-circle-bolt:before{content:""}.fi-sr-circle-book-open:before{content:""}.fi-sr-circle-bookmark:before{content:""}.fi-sr-circle-c:before{content:""}.fi-sr-circle-calendar:before{content:""}.fi-sr-circle-camera:before{content:""}.fi-sr-circle-d:before{content:""}.fi-sr-circle-dashed:before{content:""}.fi-sr-circle-divide:before{content:""}.fi-sr-circle-e:before{content:""}.fi-sr-circle-ellipsis-vertical:before{content:""}.fi-sr-circle-ellipsis:before{content:""}.fi-sr-circle-envelope:before{content:""}.fi-sr-circle-exclamation-check:before{content:""}.fi-sr-circle-f:before{content:""}.fi-sr-circle-g:before{content:""}.fi-sr-circle-h:before{content:""}.fi-sr-circle-half-stroke:before{content:""}.fi-sr-circle-half:before{content:""}.fi-sr-circle-heart:before{content:""}.fi-sr-circle-i:before{content:""}.fi-sr-circle-j:before{content:""}.fi-sr-circle-k:before{content:""}.fi-sr-circle-l:before{content:""}.fi-sr-circle-m:before{content:""}.fi-sr-circle-microphone-lines:before{content:""}.fi-sr-circle-microphone:before{content:""}.fi-sr-circle-n:before{content:""}.fi-sr-circle-nodes:before{content:""}.fi-sr-circle-o:before{content:""}.fi-sr-circle-overlap:before{content:""}.fi-sr-circle-p:before{content:""}.fi-sr-circle-phone-flip:before{content:""}.fi-sr-circle-phone-hangup:before{content:""}.fi-sr-circle-phone:before{content:""}.fi-sr-circle-q:before{content:""}.fi-sr-circle-quarter:before{content:""}.fi-sr-circle-quarters-alt:before{content:""}.fi-sr-circle-r:before{content:""}.fi-sr-circle-s:before{content:""}.fi-sr-circle-small:before{content:""}.fi-sr-circle-star:before{content:""}.fi-sr-circle-t:before{content:""}.fi-sr-circle-three-quarters:before{content:""}.fi-sr-circle-trash:before{content:""}.fi-sr-circle-u:before{content:""}.fi-sr-circle-user:before{content:""}.fi-sr-circle-v:before{content:""}.fi-sr-circle-video:before{content:""}.fi-sr-circle-w:before{content:""}.fi-sr-circle-waveform-lines:before{content:""}.fi-sr-circle-x:before{content:""}.fi-sr-circle-xmark:before{content:""}.fi-sr-circle-y:before{content:""}.fi-sr-circle-z:before{content:""}.fi-sr-circle:before{content:""}.fi-sr-citrus-slice:before{content:""}.fi-sr-citrus:before{content:""}.fi-sr-city:before{content:""}.fi-sr-clapperboard-play:before{content:""}.fi-sr-clapperboard:before{content:""}.fi-sr-clarinet:before{content:""}.fi-sr-claw-marks:before{content:""}.fi-sr-clear-alt:before{content:""}.fi-sr-clip-file:before{content:""}.fi-sr-clip-mail:before{content:""}.fi-sr-clip:before{content:""}.fi-sr-clipboard-check:before{content:""}.fi-sr-clipboard-list-check:before{content:""}.fi-sr-clipboard-list:before{content:""}.fi-sr-clipboard-prescription:before{content:""}.fi-sr-clipboard-question:before{content:""}.fi-sr-clipboard-user:before{content:""}.fi-sr-clipboard:before{content:""}.fi-sr-clipoard-wrong:before{content:""}.fi-sr-clock-desk:before{content:""}.fi-sr-clock-eight-thirty:before{content:""}.fi-sr-clock-eleven-thirty:before{content:""}.fi-sr-clock-eleven:before{content:""}.fi-sr-clock-five-thirty:before{content:""}.fi-sr-clock-five:before{content:""}.fi-sr-clock-four-thirty:before{content:""}.fi-sr-clock-nine-thirty:before{content:""}.fi-sr-clock-nine:before{content:""}.fi-sr-clock-one-thirty:before{content:""}.fi-sr-clock-one:before{content:""}.fi-sr-clock-seven-thirty:before{content:""}.fi-sr-clock-seven:before{content:""}.fi-sr-clock-six-thirty:before{content:""}.fi-sr-clock-six:before{content:""}.fi-sr-clock-ten-thirty:before{content:""}.fi-sr-clock-ten:before{content:""}.fi-sr-clock-three-thirty:before{content:""}.fi-sr-clock-three:before{content:""}.fi-sr-clock-time-tracking:before{content:""}.fi-sr-clock-twelve-thirty:before{content:""}.fi-sr-clock-twelve:before{content:""}.fi-sr-clock-two-thirty:before{content:""}.fi-sr-clock-two:before{content:""}.fi-sr-clock-up-arrow:before{content:""}.fi-sr-clock:before{content:""}.fi-sr-clone:before{content:""}.fi-sr-closed-captioning-slash:before{content:""}.fi-sr-clothes-hanger:before{content:""}.fi-sr-cloud-back-up-alt:before{content:""}.fi-sr-cloud-back-up:before{content:""}.fi-sr-cloud-check:before{content:""}.fi-sr-cloud-code:before{content:""}.fi-sr-cloud-disabled:before{content:""}.fi-sr-cloud-download-alt:before{content:""}.fi-sr-cloud-download:before{content:""}.fi-sr-cloud-drizzle:before{content:""}.fi-sr-cloud-exclamation:before{content:""}.fi-sr-cloud-gear-automation:before{content:""}.fi-sr-cloud-hail-mixed:before{content:""}.fi-sr-cloud-hail:before{content:""}.fi-sr-cloud-meatball:before{content:""}.fi-sr-cloud-moon-rain:before{content:""}.fi-sr-cloud-moon:before{content:""}.fi-sr-cloud-question:before{content:""}.fi-sr-cloud-rain:before{content:""}.fi-sr-cloud-rainbow:before{content:""}.fi-sr-cloud-share:before{content:""}.fi-sr-cloud-showers-heavy:before{content:""}.fi-sr-cloud-showers:before{content:""}.fi-sr-cloud-sleet:before{content:""}.fi-sr-cloud-snow:before{content:""}.fi-sr-cloud-sun-rain:before{content:""}.fi-sr-cloud-sun:before{content:""}.fi-sr-cloud-upload-alt:before{content:""}.fi-sr-cloud-upload:before{content:""}.fi-sr-cloud:before{content:""}.fi-sr-clouds-moon:before{content:""}.fi-sr-clouds-sun:before{content:""}.fi-sr-clouds:before{content:""}.fi-sr-clover-alt:before{content:""}.fi-sr-club:before{content:""}.fi-sr-cocktail-alt:before{content:""}.fi-sr-cocktail:before{content:""}.fi-sr-coconut:before{content:""}.fi-sr-code-branch:before{content:""}.fi-sr-code-commit:before{content:""}.fi-sr-code-compare:before{content:""}.fi-sr-code-fork:before{content:""}.fi-sr-code-merge:before{content:""}.fi-sr-code-pull-request-closed:before{content:""}.fi-sr-code-pull-request-draft:before{content:""}.fi-sr-code-pull-request:before{content:""}.fi-sr-code-simple:before{content:""}.fi-sr-coffee-bean:before{content:""}.fi-sr-coffee-beans:before{content:""}.fi-sr-coffee-heart:before{content:""}.fi-sr-coffee-pot:before{content:""}.fi-sr-coffee:before{content:""}.fi-sr-coffin-cross:before{content:""}.fi-sr-coffin:before{content:""}.fi-sr-coin-up-arrow:before{content:""}.fi-sr-coin:before{content:""}.fi-sr-coins:before{content:""}.fi-sr-colon-sign:before{content:""}.fi-sr-columns-3:before{content:""}.fi-sr-comet:before{content:""}.fi-sr-command:before{content:""}.fi-sr-comment-alt-check:before{content:""}.fi-sr-comment-alt-dots:before{content:""}.fi-sr-comment-alt-edit:before{content:""}.fi-sr-comment-alt-medical:before{content:""}.fi-sr-comment-alt-middle-top:before{content:""}.fi-sr-comment-alt-middle:before{content:""}.fi-sr-comment-alt-minus:before{content:""}.fi-sr-comment-alt-music:before{content:""}.fi-sr-comment-alt:before{content:""}.fi-sr-comment-arrow-down:before{content:""}.fi-sr-comment-arrow-up-right:before{content:""}.fi-sr-comment-arrow-up:before{content:""}.fi-sr-comment-check:before{content:""}.fi-sr-comment-code:before{content:""}.fi-sr-comment-dollar:before{content:""}.fi-sr-comment-dots:before{content:""}.fi-sr-comment-exclamation:before{content:""}.fi-sr-comment-heart:before{content:""}.fi-sr-comment-image:before{content:""}.fi-sr-comment-info:before{content:""}.fi-sr-comment-medical:before{content:""}.fi-sr-comment-minus:before{content:""}.fi-sr-comment-pen:before{content:""}.fi-sr-comment-question:before{content:""}.fi-sr-comment-quote:before{content:""}.fi-sr-comment-slash:before{content:""}.fi-sr-comment-smile:before{content:""}.fi-sr-comment-sms:before{content:""}.fi-sr-comment-text:before{content:""}.fi-sr-comment-user:before{content:""}.fi-sr-comment-xmark:before{content:""}.fi-sr-comment:before{content:""}.fi-sr-comments-dollar:before{content:""}.fi-sr-comments-question-check:before{content:""}.fi-sr-comments-question:before{content:""}.fi-sr-comments:before{content:""}.fi-sr-compass-alt:before{content:""}.fi-sr-compass-east:before{content:""}.fi-sr-compass-north:before{content:""}.fi-sr-compass-slash:before{content:""}.fi-sr-compass-south:before{content:""}.fi-sr-compass-west:before{content:""}.fi-sr-completed:before{content:""}.fi-sr-compliance-clipboard:before{content:""}.fi-sr-compliance-document:before{content:""}.fi-sr-compliance:before{content:""}.fi-sr-compress-alt:before{content:""}.fi-sr-compress:before{content:""}.fi-sr-computer-classic:before{content:""}.fi-sr-computer-mouse:before{content:""}.fi-sr-computer-speaker:before{content:""}.fi-sr-computer:before{content:""}.fi-sr-concierge-bell:before{content:""}.fi-sr-condition-alt:before{content:""}.fi-sr-condition:before{content:""}.fi-sr-confetti:before{content:""}.fi-sr-constellation:before{content:""}.fi-sr-container-storage:before{content:""}.fi-sr-convert-document:before{content:""}.fi-sr-convert-shapes:before{content:""}.fi-sr-conveyor-belt-alt:before{content:""}.fi-sr-conveyor-belt-arm:before{content:""}.fi-sr-conveyor-belt-empty:before{content:""}.fi-sr-conveyor-belt:before{content:""}.fi-sr-cookie-alt:before{content:""}.fi-sr-cookie:before{content:""}.fi-sr-copy-alt:before{content:""}.fi-sr-copy-image:before{content:""}.fi-sr-copy:before{content:""}.fi-sr-copyright:before{content:""}.fi-sr-corn:before{content:""}.fi-sr-couch:before{content:""}.fi-sr-court-sport:before{content:""}.fi-sr-cow-alt:before{content:""}.fi-sr-cow:before{content:""}.fi-sr-cowbell-circle-plus:before{content:""}.fi-sr-cowbell-more:before{content:""}.fi-sr-cowbell:before{content:""}.fi-sr-crab:before{content:""}.fi-sr-crate-empty:before{content:""}.fi-sr-cream:before{content:""}.fi-sr-credit-card-buyer:before{content:""}.fi-sr-credit-card-eye:before{content:""}.fi-sr-credit-card:before{content:""}.fi-sr-cricket:before{content:""}.fi-sr-crm-alt:before{content:""}.fi-sr-crm-computer:before{content:""}.fi-sr-CRM:before{content:""}.fi-sr-croissant:before{content:""}.fi-sr-cross-circle:before{content:""}.fi-sr-cross-religion:before{content:""}.fi-sr-cross-small:before{content:""}.fi-sr-cross:before{content:""}.fi-sr-crow:before{content:""}.fi-sr-crown:before{content:""}.fi-sr-crutch:before{content:""}.fi-sr-crutches:before{content:""}.fi-sr-cruzeiro-sign:before{content:""}.fi-sr-crypto-calendar:before{content:""}.fi-sr-cryptocurrency:before{content:""}.fi-sr-crystal-ball:before{content:""}.fi-sr-cube:before{content:""}.fi-sr-cubes-stacked:before{content:""}.fi-sr-cubes:before{content:""}.fi-sr-cucumber:before{content:""}.fi-sr-cup-straw-swoosh:before{content:""}.fi-sr-cup-straw:before{content:""}.fi-sr-cup-togo:before{content:""}.fi-sr-cupcake-alt:before{content:""}.fi-sr-cupcake:before{content:""}.fi-sr-curling:before{content:""}.fi-sr-cursor-finger:before{content:""}.fi-sr-cursor-plus:before{content:""}.fi-sr-cursor-text-alt:before{content:""}.fi-sr-cursor-text:before{content:""}.fi-sr-cursor:before{content:""}.fi-sr-curve-alt:before{content:""}.fi-sr-curve-arrow:before{content:""}.fi-sr-curve:before{content:""}.fi-sr-custard:before{content:""}.fi-sr-customer-care:before{content:""}.fi-sr-customer-service:before{content:""}.fi-sr-customization-cogwheel:before{content:""}.fi-sr-customization:before{content:""}.fi-sr-customize-computer:before{content:""}.fi-sr-customize-edit:before{content:""}.fi-sr-customize:before{content:""}.fi-sr-CV:before{content:""}.fi-sr-cvv-card:before{content:""}.fi-sr-d:before{content:""}.fi-sr-dagger:before{content:""}.fi-sr-daily-calendar:before{content:""}.fi-sr-damage:before{content:""}.fi-sr-dart:before{content:""}.fi-sr-dashboard-monitor:before{content:""}.fi-sr-dashboard-panel:before{content:""}.fi-sr-dashboard:before{content:""}.fi-sr-data-transfer:before{content:""}.fi-sr-database:before{content:""}.fi-sr-deer-rudolph:before{content:""}.fi-sr-deer:before{content:""}.fi-sr-delete-document:before{content:""}.fi-sr-delete-right:before{content:""}.fi-sr-delete-user:before{content:""}.fi-sr-delete:before{content:""}.fi-sr-democrat:before{content:""}.fi-sr-department-structure:before{content:""}.fi-sr-department:before{content:""}.fi-sr-deposit-alt:before{content:""}.fi-sr-deposit:before{content:""}.fi-sr-description-alt:before{content:""}.fi-sr-description:before{content:""}.fi-sr-desk:before{content:""}.fi-sr-desktop-arrow-down:before{content:""}.fi-sr-desktop-wallpaper:before{content:""}.fi-sr-devices:before{content:""}.fi-sr-dewpoint:before{content:""}.fi-sr-dharmachakra:before{content:""}.fi-sr-diagram-cells:before{content:""}.fi-sr-diagram-lean-canvas:before{content:""}.fi-sr-diagram-nested:before{content:""}.fi-sr-diagram-next:before{content:""}.fi-sr-diagram-predecessor:before{content:""}.fi-sr-diagram-previous:before{content:""}.fi-sr-diagram-project:before{content:""}.fi-sr-diagram-sankey:before{content:""}.fi-sr-diagram-subtask:before{content:""}.fi-sr-diagram-successor:before{content:""}.fi-sr-diagram-venn:before{content:""}.fi-sr-dial-high:before{content:""}.fi-sr-dial-low:before{content:""}.fi-sr-dial-max:before{content:""}.fi-sr-dial-med-low:before{content:""}.fi-sr-dial-med:before{content:""}.fi-sr-dial-min:before{content:""}.fi-sr-dial-off:before{content:""}.fi-sr-dial:before{content:""}.fi-sr-diamond-exclamation:before{content:""}.fi-sr-diamond-turn-right:before{content:""}.fi-sr-diamond:before{content:""}.fi-sr-diary-bookmark-down:before{content:""}.fi-sr-diary-bookmarks:before{content:""}.fi-sr-diary-clasp:before{content:""}.fi-sr-dice-alt:before{content:""}.fi-sr-dice-d10:before{content:""}.fi-sr-dice-d12:before{content:""}.fi-sr-dice-d20:before{content:""}.fi-sr-dice-d4:before{content:""}.fi-sr-dice-d6:before{content:""}.fi-sr-dice-d8:before{content:""}.fi-sr-dice-four:before{content:""}.fi-sr-dice-one:before{content:""}.fi-sr-dice-six:before{content:""}.fi-sr-dice-three:before{content:""}.fi-sr-dice-two:before{content:""}.fi-sr-dice:before{content:""}.fi-sr-digging:before{content:""}.fi-sr-digital-tachograph:before{content:""}.fi-sr-dinner:before{content:""}.fi-sr-diploma:before{content:""}.fi-sr-direction-signal-arrow:before{content:""}.fi-sr-direction-signal:before{content:""}.fi-sr-disc-drive:before{content:""}.fi-sr-discover:before{content:""}.fi-sr-disease:before{content:""}.fi-sr-disk:before{content:""}.fi-sr-display-arrow-down:before{content:""}.fi-sr-display-chart-up:before{content:""}.fi-sr-display-code:before{content:""}.fi-sr-display-medical:before{content:""}.fi-sr-display-slash:before{content:""}.fi-sr-distribute-spacing-horizontal:before{content:""}.fi-sr-distribute-spacing-vertical:before{content:""}.fi-sr-divide:before{content:""}.fi-sr-dizzy:before{content:""}.fi-sr-dna:before{content:""}.fi-sr-do-not-enter:before{content:""}.fi-sr-doctor:before{content:""}.fi-sr-document-circle-wrong:before{content:""}.fi-sr-document-paid:before{content:""}.fi-sr-document-signed:before{content:""}.fi-sr-document:before{content:""}.fi-sr-dog-leashed:before{content:""}.fi-sr-dog:before{content:""}.fi-sr-dollar:before{content:""}.fi-sr-dolly-flatbed-alt:before{content:""}.fi-sr-dolly-flatbed-empty:before{content:""}.fi-sr-dolly-flatbed:before{content:""}.fi-sr-dolphin:before{content:""}.fi-sr-domino-effect:before{content:""}.fi-sr-donate:before{content:""}.fi-sr-dong-sign:before{content:""}.fi-sr-donut:before{content:""}.fi-sr-door-closed:before{content:""}.fi-sr-door-open:before{content:""}.fi-sr-dot-circle:before{content:""}.fi-sr-dot-pending:before{content:""}.fi-sr-dove:before{content:""}.fi-sr-down-from-bracket:before{content:""}.fi-sr-down-left-and-up-right-to-center:before{content:""}.fi-sr-down-left:before{content:""}.fi-sr-down-right:before{content:""}.fi-sr-down-to-line:before{content:""}.fi-sr-down:before{content:""}.fi-sr-download:before{content:""}.fi-sr-drafting-compass:before{content:""}.fi-sr-dragon:before{content:""}.fi-sr-draw-polygon:before{content:""}.fi-sr-draw-square:before{content:""}.fi-sr-drawer-alt:before{content:""}.fi-sr-drawer-empty:before{content:""}.fi-sr-drawer:before{content:""}.fi-sr-dreidel:before{content:""}.fi-sr-drink-alt:before{content:""}.fi-sr-driver-man:before{content:""}.fi-sr-driver-woman:before{content:""}.fi-sr-drone-alt:before{content:""}.fi-sr-drone-front:before{content:""}.fi-sr-drone:before{content:""}.fi-sr-drop-down:before{content:""}.fi-sr-dropdown-select:before{content:""}.fi-sr-dropdown:before{content:""}.fi-sr-drum-steelpan:before{content:""}.fi-sr-drum:before{content:""}.fi-sr-drumstick-bite:before{content:""}.fi-sr-drumstick:before{content:""}.fi-sr-dryer-alt:before{content:""}.fi-sr-dryer:before{content:""}.fi-sr-duck:before{content:""}.fi-sr-dumbbell-fitness:before{content:""}.fi-sr-dumbbell-horizontal:before{content:""}.fi-sr-dumbbell-ray:before{content:""}.fi-sr-dumbbell-weightlifting:before{content:""}.fi-sr-dumpster-fire:before{content:""}.fi-sr-dumpster:before{content:""}.fi-sr-dungeon:before{content:""}.fi-sr-duplicate:before{content:""}.fi-sr-duration-alt:before{content:""}.fi-sr-duration:before{content:""}.fi-sr-e-learning:before{content:""}.fi-sr-e:before{content:""}.fi-sr-ear-deaf:before{content:""}.fi-sr-ear-muffs:before{content:""}.fi-sr-ear:before{content:""}.fi-sr-earnings:before{content:""}.fi-sr-earth-africa:before{content:""}.fi-sr-earth-americas:before{content:""}.fi-sr-earth-asia:before{content:""}.fi-sr-earth-europa:before{content:""}.fi-sr-eclipse-alt:before{content:""}.fi-sr-eclipse:before{content:""}.fi-sr-edit-alt:before{content:""}.fi-sr-edit:before{content:""}.fi-sr-effect:before{content:""}.fi-sr-egg-fried:before{content:""}.fi-sr-egg:before{content:""}.fi-sr-eject:before{content:""}.fi-sr-elephant:before{content:""}.fi-sr-elevator:before{content:""}.fi-sr-email-pending:before{content:""}.fi-sr-employee-alt:before{content:""}.fi-sr-employee-handbook:before{content:""}.fi-sr-employee-man-alt:before{content:""}.fi-sr-employee-man:before{content:""}.fi-sr-empty-set:before{content:""}.fi-sr-endless-loop:before{content:""}.fi-sr-engine-warning:before{content:""}.fi-sr-engine:before{content:""}.fi-sr-enter:before{content:""}.fi-sr-entertainment:before{content:""}.fi-sr-envelope-ban:before{content:""}.fi-sr-envelope-bulk:before{content:""}.fi-sr-envelope-dot:before{content:""}.fi-sr-envelope-download:before{content:""}.fi-sr-envelope-heart:before{content:""}.fi-sr-envelope-marker:before{content:""}.fi-sr-envelope-open-dollar:before{content:""}.fi-sr-envelope-open-text:before{content:""}.fi-sr-envelope-open:before{content:""}.fi-sr-envelope-plus:before{content:""}.fi-sr-envelope:before{content:""}.fi-sr-envelopes:before{content:""}.fi-sr-equality:before{content:""}.fi-sr-equals:before{content:""}.fi-sr-equipment:before{content:""}.fi-sr-eraser:before{content:""}.fi-sr-error-camera:before{content:""}.fi-sr-escalator:before{content:""}.fi-sr-ethernet:before{content:""}.fi-sr-euro:before{content:""}.fi-sr-excavator:before{content:""}.fi-sr-exchange-alt:before{content:""}.fi-sr-exchange-cryptocurrency:before{content:""}.fi-sr-exchange:before{content:""}.fi-sr-exclamation:before{content:""}.fi-sr-exit-alt:before{content:""}.fi-sr-exit:before{content:""}.fi-sr-expand-arrows-alt:before{content:""}.fi-sr-expand-arrows:before{content:""}.fi-sr-expand:before{content:""}.fi-sr-expense-bill:before{content:""}.fi-sr-expense:before{content:""}.fi-sr-external-hard-drive:before{content:""}.fi-sr-external-world:before{content:""}.fi-sr-eye-crossed:before{content:""}.fi-sr-eye-dropper-half:before{content:""}.fi-sr-eye:before{content:""}.fi-sr-eyes:before{content:""}.fi-sr-f:before{content:""}.fi-sr-fabric:before{content:""}.fi-sr-face-angry-horns:before{content:""}.fi-sr-face-anguished:before{content:""}.fi-sr-face-anxious-sweat:before{content:""}.fi-sr-face-astonished:before{content:""}.fi-sr-face-awesome:before{content:""}.fi-sr-face-beam-hand-over-mouth:before{content:""}.fi-sr-face-confounded:before{content:""}.fi-sr-face-confused:before{content:""}.fi-sr-face-cowboy-hat:before{content:""}.fi-sr-face-disappointed:before{content:""}.fi-sr-face-disguise:before{content:""}.fi-sr-face-downcast-sweat:before{content:""}.fi-sr-face-drooling:before{content:""}.fi-sr-face-explode:before{content:""}.fi-sr-face-expressionless:before{content:""}.fi-sr-face-eyes-xmarks:before{content:""}.fi-sr-face-fearful:before{content:""}.fi-sr-face-glasses:before{content:""}.fi-sr-face-grin-tongue-wink:before{content:""}.fi-sr-face-hand-yawn:before{content:""}.fi-sr-face-head-bandage:before{content:""}.fi-sr-face-hushed:before{content:""}.fi-sr-face-icicles:before{content:""}.fi-sr-face-lying:before{content:""}.fi-sr-face-mask:before{content:""}.fi-sr-face-monocle:before{content:""}.fi-sr-face-nauseated:before{content:""}.fi-sr-face-nose-steam:before{content:""}.fi-sr-face-party:before{content:""}.fi-sr-face-pensive:before{content:""}.fi-sr-face-persevering:before{content:""}.fi-sr-face-pleading:before{content:""}.fi-sr-face-raised-eyebrow:before{content:""}.fi-sr-face-relieved:before{content:""}.fi-sr-face-sad-sweat:before{content:""}.fi-sr-face-scream:before{content:""}.fi-sr-face-shush:before{content:""}.fi-sr-face-sleeping:before{content:""}.fi-sr-face-sleepy:before{content:""}.fi-sr-face-smile-halo:before{content:""}.fi-sr-face-smile-hearts:before{content:""}.fi-sr-face-smile-horns:before{content:""}.fi-sr-face-smile-tear:before{content:""}.fi-sr-face-smile-tongue:before{content:""}.fi-sr-face-smile-upside-down:before{content:""}.fi-sr-face-smiling-hands:before{content:""}.fi-sr-face-smirking:before{content:""}.fi-sr-face-sunglasses-alt:before{content:""}.fi-sr-face-sunglasses:before{content:""}.fi-sr-face-swear:before{content:""}.fi-sr-face-thermometer:before{content:""}.fi-sr-face-thinking:before{content:""}.fi-sr-face-tissue:before{content:""}.fi-sr-face-tongue-money:before{content:""}.fi-sr-face-tongue-sweat:before{content:""}.fi-sr-face-unamused:before{content:""}.fi-sr-face-viewfinder:before{content:""}.fi-sr-face-vomit:before{content:""}.fi-sr-face-weary:before{content:""}.fi-sr-face-woozy:before{content:""}.fi-sr-face-worried:before{content:""}.fi-sr-face-zany:before{content:""}.fi-sr-face-zipper:before{content:""}.fi-sr-fail:before{content:""}.fi-sr-falafel:before{content:""}.fi-sr-family-dress:before{content:""}.fi-sr-family-pants:before{content:""}.fi-sr-family:before{content:""}.fi-sr-fan-table:before{content:""}.fi-sr-fan:before{content:""}.fi-sr-farm:before{content:""}.fi-sr-faucet-drip:before{content:""}.fi-sr-faucet:before{content:""}.fi-sr-fax:before{content:""}.fi-sr-feather-pointed:before{content:""}.fi-sr-feather:before{content:""}.fi-sr-features-alt:before{content:""}.fi-sr-features:before{content:""}.fi-sr-fee-receipt:before{content:""}.fi-sr-fee:before{content:""}.fi-sr-feedback-alt:before{content:""}.fi-sr-feedback-cycle-loop:before{content:""}.fi-sr-feedback-hand:before{content:""}.fi-sr-feedback-review:before{content:""}.fi-sr-feedback:before{content:""}.fi-sr-fence:before{content:""}.fi-sr-field-hockey:before{content:""}.fi-sr-fighter-jet:before{content:""}.fi-sr-file-ai:before{content:""}.fi-sr-file-audio:before{content:""}.fi-sr-file-binary:before{content:""}.fi-sr-file-chart-line:before{content:""}.fi-sr-file-chart-pie:before{content:""}.fi-sr-file-circle-info:before{content:""}.fi-sr-file-cloud:before{content:""}.fi-sr-file-code:before{content:""}.fi-sr-file-csv:before{content:""}.fi-sr-file-download:before{content:""}.fi-sr-file-edit:before{content:""}.fi-sr-file-eps:before{content:""}.fi-sr-file-excel:before{content:""}.fi-sr-file-exclamation:before{content:""}.fi-sr-file-export:before{content:""}.fi-sr-file-image:before{content:""}.fi-sr-file-import:before{content:""}.fi-sr-file-invoice-dollar:before{content:""}.fi-sr-file-invoice:before{content:""}.fi-sr-file-medical-alt:before{content:""}.fi-sr-file-medical:before{content:""}.fi-sr-file-minus:before{content:""}.fi-sr-file-pdf:before{content:""}.fi-sr-file-powerpoint:before{content:""}.fi-sr-file-prescription:before{content:""}.fi-sr-file-psd:before{content:""}.fi-sr-file-signature:before{content:""}.fi-sr-file-spreadsheet:before{content:""}.fi-sr-file-upload:before{content:""}.fi-sr-file-user:before{content:""}.fi-sr-file-video:before{content:""}.fi-sr-file-word:before{content:""}.fi-sr-file-zipper:before{content:""}.fi-sr-file:before{content:""}.fi-sr-files-medical:before{content:""}.fi-sr-fill:before{content:""}.fi-sr-film-canister:before{content:""}.fi-sr-film-slash:before{content:""}.fi-sr-film:before{content:""}.fi-sr-films:before{content:""}.fi-sr-filter-list:before{content:""}.fi-sr-filter-slash:before{content:""}.fi-sr-filter:before{content:""}.fi-sr-filters:before{content:""}.fi-sr-fingerprint-security-risk:before{content:""}.fi-sr-fingerprint:before{content:""}.fi-sr-fire-burner:before{content:""}.fi-sr-fire-extinguisher:before{content:""}.fi-sr-fire-flame-curved:before{content:""}.fi-sr-fire-flame-simple:before{content:""}.fi-sr-fire-hydrant:before{content:""}.fi-sr-fire-smoke:before{content:""}.fi-sr-fireplace:before{content:""}.fi-sr-first-award:before{content:""}.fi-sr-first-laurel:before{content:""}.fi-sr-first-medal:before{content:""}.fi-sr-first:before{content:""}.fi-sr-fish-bones:before{content:""}.fi-sr-fish-cooked:before{content:""}.fi-sr-fish:before{content:""}.fi-sr-fishing-rod:before{content:""}.fi-sr-fist-move:before{content:""}.fi-sr-flag-alt:before{content:""}.fi-sr-flag-checkered:before{content:""}.fi-sr-flag-usa:before{content:""}.fi-sr-flag:before{content:""}.fi-sr-flame:before{content:""}.fi-sr-flashlight:before{content:""}.fi-sr-flask-gear:before{content:""}.fi-sr-flask-poison:before{content:""}.fi-sr-flask-potion:before{content:""}.fi-sr-flask:before{content:""}.fi-sr-flatbread-stuffed:before{content:""}.fi-sr-flatbread:before{content:""}.fi-sr-flip-horizontal:before{content:""}.fi-sr-floor-alt:before{content:""}.fi-sr-floor-layer:before{content:""}.fi-sr-floor:before{content:""}.fi-sr-floppy-disk-circle-arrow-right:before{content:""}.fi-sr-floppy-disk-circle-xmark:before{content:""}.fi-sr-floppy-disk-pen:before{content:""}.fi-sr-floppy-disks:before{content:""}.fi-sr-florin-sign:before{content:""}.fi-sr-flower-butterfly:before{content:""}.fi-sr-flower-daffodil:before{content:""}.fi-sr-flower-tulip:before{content:""}.fi-sr-flower:before{content:""}.fi-sr-flushed:before{content:""}.fi-sr-flute:before{content:""}.fi-sr-flux-capacitor:before{content:""}.fi-sr-fly-insect:before{content:""}.fi-sr-flying-disc:before{content:""}.fi-sr-fog:before{content:""}.fi-sr-folder-download:before{content:""}.fi-sr-folder-fire:before{content:""}.fi-sr-folder-minus:before{content:""}.fi-sr-folder-open:before{content:""}.fi-sr-folder-times:before{content:""}.fi-sr-folder-tree:before{content:""}.fi-sr-folder-upload:before{content:""}.fi-sr-folder-xmark:before{content:""}.fi-sr-folder:before{content:""}.fi-sr-folders:before{content:""}.fi-sr-follow-folder:before{content:""}.fi-sr-followcollection:before{content:""}.fi-sr-following:before{content:""}.fi-sr-fondue-pot:before{content:""}.fi-sr-football:before{content:""}.fi-sr-foreign-language-audio:before{content:""}.fi-sr-fork:before{content:""}.fi-sr-forklift:before{content:""}.fi-sr-form:before{content:""}.fi-sr-fort:before{content:""}.fi-sr-forward-fast:before{content:""}.fi-sr-forward:before{content:""}.fi-sr-fox:before{content:""}.fi-sr-frame:before{content:""}.fi-sr-franc-sign:before{content:""}.fi-sr-free-delivery:before{content:""}.fi-sr-free:before{content:""}.fi-sr-french-fries:before{content:""}.fi-sr-friday:before{content:""}.fi-sr-frog:before{content:""}.fi-sr-frown:before{content:""}.fi-sr-ftp:before{content:""}.fi-sr-fuel-gauge:before{content:""}.fi-sr-function-process:before{content:""}.fi-sr-function-square:before{content:""}.fi-sr-function:before{content:""}.fi-sr-funnel-dollar:before{content:""}.fi-sr-g:before{content:""}.fi-sr-galaxy-alt:before{content:""}.fi-sr-galaxy-planet:before{content:""}.fi-sr-galaxy-star:before{content:""}.fi-sr-galaxy:before{content:""}.fi-sr-gallery-thumbnails:before{content:""}.fi-sr-gallery:before{content:""}.fi-sr-game-board-alt:before{content:""}.fi-sr-game:before{content:""}.fi-sr-gamepad:before{content:""}.fi-sr-games:before{content:""}.fi-sr-garage-car:before{content:""}.fi-sr-garage-open:before{content:""}.fi-sr-garage:before{content:""}.fi-sr-garlic-alt:before{content:""}.fi-sr-garlic:before{content:""}.fi-sr-gas-pump-alt:before{content:""}.fi-sr-gas-pump-slash:before{content:""}.fi-sr-gas-pump:before{content:""}.fi-sr-gauge-circle-bolt:before{content:""}.fi-sr-gauge-circle-minus:before{content:""}.fi-sr-gauge-circle-plus:before{content:""}.fi-sr-gavel:before{content:""}.fi-sr-gay-couple:before{content:""}.fi-sr-gears:before{content:""}.fi-sr-gem:before{content:""}.fi-sr-general:before{content:""}.fi-sr-ghost:before{content:""}.fi-sr-gif-square:before{content:""}.fi-sr-gif:before{content:""}.fi-sr-gift-box-benefits:before{content:""}.fi-sr-gift-card:before{content:""}.fi-sr-gift:before{content:""}.fi-sr-gifts:before{content:""}.fi-sr-gingerbread-man:before{content:""}.fi-sr-glass-champagne:before{content:""}.fi-sr-glass-cheers:before{content:""}.fi-sr-glass-citrus:before{content:""}.fi-sr-glass-empty:before{content:""}.fi-sr-glass-half:before{content:""}.fi-sr-glass-water-droplet:before{content:""}.fi-sr-glass-whiskey-rocks:before{content:""}.fi-sr-glass-whiskey:before{content:""}.fi-sr-glass:before{content:""}.fi-sr-glasses:before{content:""}.fi-sr-globe-alt:before{content:""}.fi-sr-globe-pointer:before{content:""}.fi-sr-globe-snow:before{content:""}.fi-sr-globe:before{content:""}.fi-sr-goal-net:before{content:""}.fi-sr-golf-ball:before{content:""}.fi-sr-golf-club:before{content:""}.fi-sr-golf-hole:before{content:""}.fi-sr-golf:before{content:""}.fi-sr-gopuram:before{content:""}.fi-sr-government-budget:before{content:""}.fi-sr-government-flag:before{content:""}.fi-sr-government-user:before{content:""}.fi-sr-gps-navigation:before{content:""}.fi-sr-graduation-cap:before{content:""}.fi-sr-gramophone:before{content:""}.fi-sr-grape:before{content:""}.fi-sr-graph-curve:before{content:""}.fi-sr-graphic-style:before{content:""}.fi-sr-graphic-tablet:before{content:""}.fi-sr-grate-droplet:before{content:""}.fi-sr-grate:before{content:""}.fi-sr-greater-than-equal:before{content:""}.fi-sr-greater-than:before{content:""}.fi-sr-greek-helmet:before{content:""}.fi-sr-grid-alt:before{content:""}.fi-sr-grid-dividers:before{content:""}.fi-sr-grid:before{content:""}.fi-sr-grill-hot-alt:before{content:""}.fi-sr-grill:before{content:""}.fi-sr-grimace:before{content:""}.fi-sr-grin-alt:before{content:""}.fi-sr-grin-beam-sweat:before{content:""}.fi-sr-grin-beam:before{content:""}.fi-sr-grin-hearts:before{content:""}.fi-sr-grin-squint-tears:before{content:""}.fi-sr-grin-squint:before{content:""}.fi-sr-grin-stars:before{content:""}.fi-sr-grin-tears:before{content:""}.fi-sr-grin-tongue-squint:before{content:""}.fi-sr-grin-tongue-wink:before{content:""}.fi-sr-grin-tongue:before{content:""}.fi-sr-grin-wink:before{content:""}.fi-sr-grin:before{content:""}.fi-sr-grip-dots-vertical:before{content:""}.fi-sr-grip-dots:before{content:""}.fi-sr-grip-horizontal:before{content:""}.fi-sr-grip-lines-vertical:before{content:""}.fi-sr-grip-lines:before{content:""}.fi-sr-grip-vertical:before{content:""}.fi-sr-grocery-bag:before{content:""}.fi-sr-grocery-basket:before{content:""}.fi-sr-group-arrows-rotate:before{content:""}.fi-sr-group-call:before{content:""}.fi-sr-group-community-social-media:before{content:""}.fi-sr-growth-chart-invest:before{content:""}.fi-sr-guarani-sign:before{content:""}.fi-sr-guide-alt:before{content:""}.fi-sr-guide:before{content:""}.fi-sr-guitar-electric:before{content:""}.fi-sr-guitar:before{content:""}.fi-sr-guitars:before{content:""}.fi-sr-gun-squirt:before{content:""}.fi-sr-gym:before{content:""}.fi-sr-h-square:before{content:""}.fi-sr-h:before{content:""}.fi-sr-h1:before{content:""}.fi-sr-h2:before{content:""}.fi-sr-h3:before{content:""}.fi-sr-h4:before{content:""}.fi-sr-hair-clipper:before{content:""}.fi-sr-hamburger-soda:before{content:""}.fi-sr-hamburger:before{content:""}.fi-sr-hammer-crash:before{content:""}.fi-sr-hammer-war:before{content:""}.fi-sr-hammer:before{content:""}.fi-sr-hamsa:before{content:""}.fi-sr-hand-back-fist:before{content:""}.fi-sr-hand-back-point-down:before{content:""}.fi-sr-hand-back-point-left:before{content:""}.fi-sr-hand-back-point-ribbon:before{content:""}.fi-sr-hand-back-point-right:before{content:""}.fi-sr-hand-bill:before{content:""}.fi-sr-hand-dots:before{content:""}.fi-sr-hand-fingers-crossed:before{content:""}.fi-sr-hand-fist:before{content:""}.fi-sr-hand-heart:before{content:""}.fi-sr-hand-holding-box:before{content:""}.fi-sr-hand-holding-droplet:before{content:""}.fi-sr-hand-holding-heart:before{content:""}.fi-sr-hand-holding-magic:before{content:""}.fi-sr-hand-holding-medical:before{content:""}.fi-sr-hand-holding-seeding:before{content:""}.fi-sr-hand-holding-skull:before{content:""}.fi-sr-hand-holding-usd:before{content:""}.fi-sr-hand-holding-water:before{content:""}.fi-sr-hand-horns:before{content:""}.fi-sr-hand-lizard:before{content:""}.fi-sr-hand-love:before{content:""}.fi-sr-hand-middle-finger:before{content:""}.fi-sr-hand-paper:before{content:""}.fi-sr-hand-peace:before{content:""}.fi-sr-hand-point-ribbon:before{content:""}.fi-sr-hand-scissors:before{content:""}.fi-sr-hand-sparkles:before{content:""}.fi-sr-hand-spock:before{content:""}.fi-sr-hand-wave:before{content:""}.fi-sr-handmade:before{content:""}.fi-sr-hands-bubbles:before{content:""}.fi-sr-hands-clapping:before{content:""}.fi-sr-hands-heart:before{content:""}.fi-sr-hands-holding-diamond:before{content:""}.fi-sr-hands-holding:before{content:""}.fi-sr-hands-usd:before{content:""}.fi-sr-handshake-angle:before{content:""}.fi-sr-handshake-deal-loan:before{content:""}.fi-sr-handshake-house:before{content:""}.fi-sr-handshake-simple-slash:before{content:""}.fi-sr-handshake-trust:before{content:""}.fi-sr-handshake:before{content:""}.fi-sr-hard-hat:before{content:""}.fi-sr-hashtag-lock:before{content:""}.fi-sr-hastag:before{content:""}.fi-sr-hat-beach:before{content:""}.fi-sr-hat-birthday:before{content:""}.fi-sr-hat-chef:before{content:""}.fi-sr-hat-cowboy-side:before{content:""}.fi-sr-hat-cowboy:before{content:""}.fi-sr-hat-santa:before{content:""}.fi-sr-hat-winter:before{content:""}.fi-sr-hat-witch:before{content:""}.fi-sr-hat-wizard:before{content:""}.fi-sr-hdd:before{content:""}.fi-sr-head-side-brain:before{content:""}.fi-sr-head-side-cough-slash:before{content:""}.fi-sr-head-side-cough:before{content:""}.fi-sr-head-side-headphones:before{content:""}.fi-sr-head-side-heart:before{content:""}.fi-sr-head-side-mask:before{content:""}.fi-sr-head-side-medical:before{content:""}.fi-sr-head-side-thinking:before{content:""}.fi-sr-head-side-virus:before{content:""}.fi-sr-head-side:before{content:""}.fi-sr-head-vr:before{content:""}.fi-sr-heading:before{content:""}.fi-sr-headphones:before{content:""}.fi-sr-headset:before{content:""}.fi-sr-heart-arrow:before{content:""}.fi-sr-heart-brain:before{content:""}.fi-sr-heart-crack:before{content:""}.fi-sr-heart-half-stroke:before{content:""}.fi-sr-heart-half:before{content:""}.fi-sr-heart-health-muscle:before{content:""}.fi-sr-heart-lock:before{content:""}.fi-sr-heart-partner-handshake:before{content:""}.fi-sr-heart-rate:before{content:""}.fi-sr-heart-slash:before{content:""}.fi-sr-heart-upside-down:before{content:""}.fi-sr-heart:before{content:""}.fi-sr-heat:before{content:""}.fi-sr-helicopter-side:before{content:""}.fi-sr-helmet-battle:before{content:""}.fi-sr-hexagon-check:before{content:""}.fi-sr-hexagon-divide:before{content:""}.fi-sr-hexagon-exclamation:before{content:""}.fi-sr-hexagon:before{content:""}.fi-sr-high-definition:before{content:""}.fi-sr-high-five-celebration-yes:before{content:""}.fi-sr-high-five:before{content:""}.fi-sr-highlighter-line:before{content:""}.fi-sr-highlighter:before{content:""}.fi-sr-hiking:before{content:""}.fi-sr-hippo:before{content:""}.fi-sr-hockey-mask:before{content:""}.fi-sr-hockey-puck:before{content:""}.fi-sr-hockey-stick-puck:before{content:""}.fi-sr-hockey-sticks:before{content:""}.fi-sr-holding-hand-gear:before{content:""}.fi-sr-holding-hand-revenue:before{content:""}.fi-sr-holly-berry:before{content:""}.fi-sr-home-heart:before{content:""}.fi-sr-home-location-alt:before{content:""}.fi-sr-home-location:before{content:""}.fi-sr-home:before{content:""}.fi-sr-honey-pot:before{content:""}.fi-sr-hood-cloak:before{content:""}.fi-sr-horizontal-rule:before{content:""}.fi-sr-horse-head:before{content:""}.fi-sr-horse-saddle:before{content:""}.fi-sr-horse:before{content:""}.fi-sr-horseshoe-broken:before{content:""}.fi-sr-horseshoe:before{content:""}.fi-sr-hose-reel:before{content:""}.fi-sr-hose:before{content:""}.fi-sr-hospital-symbol:before{content:""}.fi-sr-hospital-user:before{content:""}.fi-sr-hospital:before{content:""}.fi-sr-hospitals:before{content:""}.fi-sr-hot-tub:before{content:""}.fi-sr-hotdog:before{content:""}.fi-sr-hotel:before{content:""}.fi-sr-hourglass-end:before{content:""}.fi-sr-hourglass-start:before{content:""}.fi-sr-hourglass:before{content:""}.fi-sr-house-blank:before{content:""}.fi-sr-house-building:before{content:""}.fi-sr-house-chimney-blank:before{content:""}.fi-sr-house-chimney-crack:before{content:""}.fi-sr-house-chimney-heart:before{content:""}.fi-sr-house-chimney-medical:before{content:""}.fi-sr-house-chimney-user:before{content:""}.fi-sr-house-chimney-window:before{content:""}.fi-sr-house-chimney:before{content:""}.fi-sr-house-circle-check:before{content:""}.fi-sr-house-circle-exclamation:before{content:""}.fi-sr-house-circle-xmark:before{content:""}.fi-sr-house-crack-alt:before{content:""}.fi-sr-house-crack:before{content:""}.fi-sr-house-day:before{content:""}.fi-sr-house-fire:before{content:""}.fi-sr-house-flag:before{content:""}.fi-sr-house-flood:before{content:""}.fi-sr-house-laptop:before{content:""}.fi-sr-house-leave:before{content:""}.fi-sr-house-lock:before{content:""}.fi-sr-house-medical:before{content:""}.fi-sr-house-night:before{content:""}.fi-sr-house-return:before{content:""}.fi-sr-house-signal:before{content:""}.fi-sr-house-tree:before{content:""}.fi-sr-house-tsunami:before{content:""}.fi-sr-house-turret:before{content:""}.fi-sr-house-user:before{content:""}.fi-sr-house-window:before{content:""}.fi-sr-hr-group:before{content:""}.fi-sr-hr-person:before{content:""}.fi-sr-hr:before{content:""}.fi-sr-hryvnia:before{content:""}.fi-sr-humidity:before{content:""}.fi-sr-hundred-points:before{content:""}.fi-sr-hurricane:before{content:""}.fi-sr-i:before{content:""}.fi-sr-ice-cream:before{content:""}.fi-sr-icicles:before{content:""}.fi-sr-icon-star:before{content:""}.fi-sr-id-badge:before{content:""}.fi-sr-id-card-clip-alt:before{content:""}.fi-sr-igloo:before{content:""}.fi-sr-image-slash:before{content:""}.fi-sr-images-user:before{content:""}.fi-sr-images:before{content:""}.fi-sr-improve-user:before{content:""}.fi-sr-inbox-full:before{content:""}.fi-sr-inbox-in:before{content:""}.fi-sr-inbox-out:before{content:""}.fi-sr-inbox:before{content:""}.fi-sr-inboxes:before{content:""}.fi-sr-incense-sticks-yoga:before{content:""}.fi-sr-incognito:before{content:""}.fi-sr-indent:before{content:""}.fi-sr-indian-rupee-sign:before{content:""}.fi-sr-industry-alt:before{content:""}.fi-sr-industry-windows:before{content:""}.fi-sr-infinity:before{content:""}.fi-sr-info-guide:before{content:""}.fi-sr-info:before{content:""}.fi-sr-information:before{content:""}.fi-sr-inhaler:before{content:""}.fi-sr-input-numeric:before{content:""}.fi-sr-input-pipe:before{content:""}.fi-sr-input-text:before{content:""}.fi-sr-insert-alt:before{content:""}.fi-sr-insert-arrows:before{content:""}.fi-sr-insert-button-circle:before{content:""}.fi-sr-insert-credit-card:before{content:""}.fi-sr-insert-square:before{content:""}.fi-sr-insert:before{content:""}.fi-sr-insight-alt:before{content:""}.fi-sr-insight-head:before{content:""}.fi-sr-insight:before{content:""}.fi-sr-integral:before{content:""}.fi-sr-interactive:before{content:""}.fi-sr-interlining:before{content:""}.fi-sr-internet-speed-wifi:before{content:""}.fi-sr-interrogation:before{content:""}.fi-sr-intersection:before{content:""}.fi-sr-introduction-handshake:before{content:""}.fi-sr-introduction:before{content:""}.fi-sr-inventory-alt:before{content:""}.fi-sr-invest:before{content:""}.fi-sr-investment:before{content:""}.fi-sr-invite-alt:before{content:""}.fi-sr-invite:before{content:""}.fi-sr-iot-alt:before{content:""}.fi-sr-iot:before{content:""}.fi-sr-ip-address:before{content:""}.fi-sr-island-tropical:before{content:""}.fi-sr-it-alt:before{content:""}.fi-sr-it-computer:before{content:""}.fi-sr-it:before{content:""}.fi-sr-italian-lira-sign:before{content:""}.fi-sr-italic:before{content:""}.fi-sr-j:before{content:""}.fi-sr-jam:before{content:""}.fi-sr-jar-alt:before{content:""}.fi-sr-jar-wheat:before{content:""}.fi-sr-javascript:before{content:""}.fi-sr-joint:before{content:""}.fi-sr-joker:before{content:""}.fi-sr-journal-alt:before{content:""}.fi-sr-journal:before{content:""}.fi-sr-journey:before{content:""}.fi-sr-joystick:before{content:""}.fi-sr-jpg:before{content:""}.fi-sr-jug-alt:before{content:""}.fi-sr-jug-bottle:before{content:""}.fi-sr-jug:before{content:""}.fi-sr-jumping-rope:before{content:""}.fi-sr-k:before{content:""}.fi-sr-kaaba:before{content:""}.fi-sr-kazoo:before{content:""}.fi-sr-kerning:before{content:""}.fi-sr-key-lock-crypto:before{content:""}.fi-sr-key-skeleton-left-right:before{content:""}.fi-sr-key:before{content:""}.fi-sr-keyboard-brightness-low:before{content:""}.fi-sr-keyboard-brightness:before{content:""}.fi-sr-keyboard-down:before{content:""}.fi-sr-keyboard-left:before{content:""}.fi-sr-keyboard:before{content:""}.fi-sr-keynote:before{content:""}.fi-sr-kidneys:before{content:""}.fi-sr-kip-sign:before{content:""}.fi-sr-kiss-beam:before{content:""}.fi-sr-kiss-wink-heart:before{content:""}.fi-sr-kiss:before{content:""}.fi-sr-kite:before{content:""}.fi-sr-kiwi-bird:before{content:""}.fi-sr-kiwi-fruit:before{content:""}.fi-sr-knife-kitchen:before{content:""}.fi-sr-knife:before{content:""}.fi-sr-knitting:before{content:""}.fi-sr-kpi-evaluation:before{content:""}.fi-sr-kpi:before{content:""}.fi-sr-l:before{content:""}.fi-sr-label:before{content:""}.fi-sr-lacrosse-stick-ball:before{content:""}.fi-sr-lacrosse-stick:before{content:""}.fi-sr-lambda:before{content:""}.fi-sr-lamp-desk:before{content:""}.fi-sr-lamp-floor:before{content:""}.fi-sr-lamp-street:before{content:""}.fi-sr-lamp:before{content:""}.fi-sr-land-layer-location:before{content:""}.fi-sr-land-layers:before{content:""}.fi-sr-land-location:before{content:""}.fi-sr-landmark-alt:before{content:""}.fi-sr-language:before{content:""}.fi-sr-laptop-arrow-down:before{content:""}.fi-sr-laptop-binary:before{content:""}.fi-sr-laptop-code:before{content:""}.fi-sr-laptop-medical:before{content:""}.fi-sr-laptop-mobile:before{content:""}.fi-sr-laptop-slash:before{content:""}.fi-sr-laptop:before{content:""}.fi-sr-lari-sign:before{content:""}.fi-sr-lasso-sparkles:before{content:""}.fi-sr-lasso:before{content:""}.fi-sr-last-square:before{content:""}.fi-sr-laugh-beam:before{content:""}.fi-sr-laugh-squint:before{content:""}.fi-sr-laugh-wink:before{content:""}.fi-sr-laugh:before{content:""}.fi-sr-lawyer-man:before{content:""}.fi-sr-lawyer-woman:before{content:""}.fi-sr-layer-minus:before{content:""}.fi-sr-layer-plus:before{content:""}.fi-sr-layers:before{content:""}.fi-sr-layout-fluid:before{content:""}.fi-sr-lead-funnel:before{content:""}.fi-sr-lead-management:before{content:""}.fi-sr-lead:before{content:""}.fi-sr-leader-alt:before{content:""}.fi-sr-leader-speech:before{content:""}.fi-sr-leader:before{content:""}.fi-sr-leaderboard-alt:before{content:""}.fi-sr-leaderboard-trophy:before{content:""}.fi-sr-leaderboard:before{content:""}.fi-sr-leadership-alt:before{content:""}.fi-sr-leadership:before{content:""}.fi-sr-leaf-heart:before{content:""}.fi-sr-leaf-maple:before{content:""}.fi-sr-leaf-oak:before{content:""}.fi-sr-leaf:before{content:""}.fi-sr-leafy-green:before{content:""}.fi-sr-leave:before{content:""}.fi-sr-left-from-bracket:before{content:""}.fi-sr-left:before{content:""}.fi-sr-legal:before{content:""}.fi-sr-lemon:before{content:""}.fi-sr-lesbian-couple:before{content:""}.fi-sr-less-than-equal:before{content:""}.fi-sr-less-than:before{content:""}.fi-sr-lesson-class:before{content:""}.fi-sr-lesson:before{content:""}.fi-sr-letter-case:before{content:""}.fi-sr-lettuce:before{content:""}.fi-sr-level-down-alt:before{content:""}.fi-sr-level-down:before{content:""}.fi-sr-level-up-alt:before{content:""}.fi-sr-level-up:before{content:""}.fi-sr-license:before{content:""}.fi-sr-life-ring:before{content:""}.fi-sr-life:before{content:""}.fi-sr-light-ceiling:before{content:""}.fi-sr-light-emergency-on:before{content:""}.fi-sr-light-emergency:before{content:""}.fi-sr-light-switch-off:before{content:""}.fi-sr-light-switch-on:before{content:""}.fi-sr-light-switch:before{content:""}.fi-sr-lightbulb-cfl-on:before{content:""}.fi-sr-lightbulb-cfl:before{content:""}.fi-sr-lightbulb-dollar:before{content:""}.fi-sr-lightbulb-exclamation:before{content:""}.fi-sr-lightbulb-head:before{content:""}.fi-sr-lightbulb-on:before{content:""}.fi-sr-lightbulb-question:before{content:""}.fi-sr-lightbulb-setting:before{content:""}.fi-sr-lightbulb-slash:before{content:""}.fi-sr-lighthouse:before{content:""}.fi-sr-lights-holiday:before{content:""}.fi-sr-limit-hand:before{content:""}.fi-sr-limit-speedometer:before{content:""}.fi-sr-line-width:before{content:""}.fi-sr-link-alt:before{content:""}.fi-sr-link-horizontal-slash:before{content:""}.fi-sr-link-horizontal:before{content:""}.fi-sr-link-slash-alt:before{content:""}.fi-sr-link-slash:before{content:""}.fi-sr-link:before{content:""}.fi-sr-lion-head:before{content:""}.fi-sr-lion:before{content:""}.fi-sr-lips:before{content:""}.fi-sr-lipstick:before{content:""}.fi-sr-lira-sign:before{content:""}.fi-sr-list-check:before{content:""}.fi-sr-list-dropdown:before{content:""}.fi-sr-list-music:before{content:""}.fi-sr-list-timeline:before{content:""}.fi-sr-list:before{content:""}.fi-sr-litecoin-sign:before{content:""}.fi-sr-live-alt:before{content:""}.fi-sr-live:before{content:""}.fi-sr-loading:before{content:""}.fi-sr-loan:before{content:""}.fi-sr-lobster:before{content:""}.fi-sr-location-alt:before{content:""}.fi-sr-location-arrow:before{content:""}.fi-sr-location-crosshairs-slash:before{content:""}.fi-sr-location-crosshairs:before{content:""}.fi-sr-location-dot-slash:before{content:""}.fi-sr-location-exclamation:before{content:""}.fi-sr-location-pin-call:before{content:""}.fi-sr-lock-alt:before{content:""}.fi-sr-lock-hashtag:before{content:""}.fi-sr-lock-open-alt:before{content:""}.fi-sr-lock:before{content:""}.fi-sr-locust:before{content:""}.fi-sr-loop-square:before{content:""}.fi-sr-loveseat:before{content:""}.fi-sr-low-vision:before{content:""}.fi-sr-luchador:before{content:""}.fi-sr-luggage-cart:before{content:""}.fi-sr-luggage-rolling:before{content:""}.fi-sr-lungs-virus:before{content:""}.fi-sr-lungs:before{content:""}.fi-sr-m:before{content:""}.fi-sr-mace:before{content:""}.fi-sr-magnet-user:before{content:""}.fi-sr-magnet:before{content:""}.fi-sr-mailbox-envelope:before{content:""}.fi-sr-mailbox-flag-up:before{content:""}.fi-sr-mailbox:before{content:""}.fi-sr-makeup-brush:before{content:""}.fi-sr-man-head:before{content:""}.fi-sr-man-scientist:before{content:""}.fi-sr-manat-sign:before{content:""}.fi-sr-mandolin:before{content:""}.fi-sr-mango:before{content:""}.fi-sr-manhole:before{content:""}.fi-sr-map-location-track:before{content:""}.fi-sr-map-marker-check:before{content:""}.fi-sr-map-marker-cross:before{content:""}.fi-sr-map-marker-edit:before{content:""}.fi-sr-map-marker-home:before{content:""}.fi-sr-map-marker-minus:before{content:""}.fi-sr-map-marker-plus:before{content:""}.fi-sr-map-marker-question:before{content:""}.fi-sr-map-marker-slash:before{content:""}.fi-sr-map-marker-smile:before{content:""}.fi-sr-map-marker:before{content:""}.fi-sr-map-pin:before{content:""}.fi-sr-map-point:before{content:""}.fi-sr-map:before{content:""}.fi-sr-marker-time:before{content:""}.fi-sr-marker:before{content:""}.fi-sr-marketplace-alt:before{content:""}.fi-sr-marketplace-store:before{content:""}.fi-sr-marketplace:before{content:""}.fi-sr-mars-double:before{content:""}.fi-sr-mars-stroke-right:before{content:""}.fi-sr-mars-stroke-up:before{content:""}.fi-sr-mars:before{content:""}.fi-sr-martini-glass-citrus:before{content:""}.fi-sr-martini-glass-empty:before{content:""}.fi-sr-mask-carnival:before{content:""}.fi-sr-mask-face:before{content:""}.fi-sr-mask-snorkel:before{content:""}.fi-sr-massage:before{content:""}.fi-sr-match-fire:before{content:""}.fi-sr-mattress-pillow:before{content:""}.fi-sr-measuring-tape:before{content:""}.fi-sr-meat:before{content:"豈"}.fi-sr-medal:before{content:"更"}.fi-sr-medical-star:before{content:"車"}.fi-sr-medicine:before{content:"賈"}.fi-sr-meditation:before{content:"滑"}.fi-sr-meeting-alt:before{content:"串"}.fi-sr-meeting:before{content:"句"}.fi-sr-megaphone-announcement-leader:before{content:"龜"}.fi-sr-megaphone:before{content:"龜"}.fi-sr-meh-blank:before{content:"契"}.fi-sr-meh-rolling-eyes:before{content:"金"}.fi-sr-meh:before{content:"喇"}.fi-sr-melon-alt:before{content:"奈"}.fi-sr-melon:before{content:"懶"}.fi-sr-member-list:before{content:"癩"}.fi-sr-member-search:before{content:"羅"}.fi-sr-membership-vip:before{content:"蘿"}.fi-sr-membership:before{content:"螺"}.fi-sr-memo-circle-check:before{content:"裸"}.fi-sr-memo-pad:before{content:"邏"}.fi-sr-memo:before{content:"樂"}.fi-sr-memory:before{content:"洛"}.fi-sr-menu-burger:before{content:"烙"}.fi-sr-menu-dots-vertical:before{content:"珞"}.fi-sr-menu-dots:before{content:"落"}.fi-sr-mercury:before{content:"酪"}.fi-sr-message-arrow-down:before{content:"駱"}.fi-sr-message-arrow-up-right:before{content:"亂"}.fi-sr-message-arrow-up:before{content:"卵"}.fi-sr-message-bot:before{content:"欄"}.fi-sr-message-code:before{content:"爛"}.fi-sr-message-dollar:before{content:"蘭"}.fi-sr-message-heart:before{content:"鸞"}.fi-sr-message-image:before{content:"嵐"}.fi-sr-message-question:before{content:"濫"}.fi-sr-message-quote:before{content:"藍"}.fi-sr-message-slash:before{content:"襤"}.fi-sr-message-sms:before{content:"拉"}.fi-sr-message-text:before{content:"臘"}.fi-sr-message-xmark:before{content:"蠟"}.fi-sr-messages-dollar:before{content:"廊"}.fi-sr-messages-question:before{content:"朗"}.fi-sr-messages:before{content:"浪"}.fi-sr-meteor:before{content:"狼"}.fi-sr-meter-bolt:before{content:"郎"}.fi-sr-meter-droplet:before{content:"來"}.fi-sr-meter-fire:before{content:"冷"}.fi-sr-meter:before{content:"勞"}.fi-sr-microchip-ai:before{content:"擄"}.fi-sr-microchip:before{content:"櫓"}.fi-sr-microphone-alt:before{content:"爐"}.fi-sr-microphone-slash:before{content:"盧"}.fi-sr-microphone:before{content:"老"}.fi-sr-microscope:before{content:"蘆"}.fi-sr-microwave:before{content:"虜"}.fi-sr-milk-alt:before{content:"路"}.fi-sr-milk:before{content:"露"}.fi-sr-mill-sign:before{content:"魯"}.fi-sr-mind-share:before{content:"鷺"}.fi-sr-minus-circle:before{content:"碌"}.fi-sr-minus-hexagon:before{content:"祿"}.fi-sr-minus-small:before{content:"綠"}.fi-sr-minus:before{content:"菉"}.fi-sr-mistletoe:before{content:"錄"}.fi-sr-mix:before{content:"鹿"}.fi-sr-mobile-button:before{content:"論"}.fi-sr-mobile-notch:before{content:"壟"}.fi-sr-mobile:before{content:"弄"}.fi-sr-mockup:before{content:"籠"}.fi-sr-mode-alt:before{content:"聾"}.fi-sr-mode-landscape:before{content:"牢"}.fi-sr-mode-portrait:before{content:"磊"}.fi-sr-mode:before{content:"賂"}.fi-sr-model-cube-arrows:before{content:"雷"}.fi-sr-model-cube-space:before{content:"壘"}.fi-sr-model-cube:before{content:"屢"}.fi-sr-module:before{content:"樓"}.fi-sr-monday:before{content:"淚"}.fi-sr-money-bill-simple:before{content:"漏"}.fi-sr-money-bill-transfer:before{content:"累"}.fi-sr-money-bill-wave-alt:before{content:"縷"}.fi-sr-money-bill-wave:before{content:"陋"}.fi-sr-money-bills-simple:before{content:"勒"}.fi-sr-money-bills:before{content:"肋"}.fi-sr-money-check-edit-alt:before{content:"凜"}.fi-sr-money-check-edit:before{content:"凌"}.fi-sr-money-check:before{content:"稜"}.fi-sr-money-coin-transfer:before{content:"綾"}.fi-sr-money-from-bracket:before{content:"菱"}.fi-sr-money-simple-from-bracket:before{content:"陵"}.fi-sr-money-transfer-alt:before{content:"讀"}.fi-sr-money-transfer-coin-arrow:before{content:"拏"}.fi-sr-money-transfer-smartphone:before{content:"樂"}.fi-sr-money-wings:before{content:"諾"}.fi-sr-money:before{content:"丹"}.fi-sr-monkey:before{content:"寧"}.fi-sr-monument:before{content:"怒"}.fi-sr-moon-stars:before{content:"率"}.fi-sr-moon:before{content:"異"}.fi-sr-moped:before{content:"北"}.fi-sr-mortar-pestle:before{content:"磻"}.fi-sr-mortgage:before{content:"便"}.fi-sr-mosque-alt:before{content:"復"}.fi-sr-mosque-moon:before{content:"不"}.fi-sr-mosque:before{content:"泌"}.fi-sr-mosquito-net:before{content:"數"}.fi-sr-mosquito:before{content:"索"}.fi-sr-motorcycle:before{content:"參"}.fi-sr-mound:before{content:"塞"}.fi-sr-mountain-city:before{content:"省"}.fi-sr-mountain:before{content:"葉"}.fi-sr-mountains:before{content:"說"}.fi-sr-mouse-field:before{content:"殺"}.fi-sr-mouse:before{content:"辰"}.fi-sr-mov-file:before{content:"沈"}.fi-sr-move-to-folder-2:before{content:"拾"}.fi-sr-move-to-folder:before{content:"若"}.fi-sr-mp3-file:before{content:"掠"}.fi-sr-mp3-player:before{content:"略"}.fi-sr-mp4-file:before{content:"亮"}.fi-sr-mug-alt:before{content:"兩"}.fi-sr-mug-hot-alt:before{content:"凉"}.fi-sr-mug-hot:before{content:"梁"}.fi-sr-mug-marshmallows:before{content:"糧"}.fi-sr-mug-tea-saucer:before{content:"良"}.fi-sr-mug-tea:before{content:"諒"}.fi-sr-mug:before{content:"量"}.fi-sr-multiple-alt:before{content:"勵"}.fi-sr-multiple:before{content:"呂"}.fi-sr-muscle:before{content:"女"}.fi-sr-mushroom-alt:before{content:"廬"}.fi-sr-mushroom:before{content:"旅"}.fi-sr-music-alt-slash:before{content:"濾"}.fi-sr-music-alt:before{content:"礪"}.fi-sr-music-file:before{content:"閭"}.fi-sr-music-note:before{content:"驪"}.fi-sr-music-slash:before{content:"麗"}.fi-sr-music:before{content:"黎"}.fi-sr-n:before{content:"力"}.fi-sr-naira-sign:before{content:"曆"}.fi-sr-narwhal:before{content:"歷"}.fi-sr-navigation:before{content:"轢"}.fi-sr-nesting-dolls:before{content:"年"}.fi-sr-network-cloud:before{content:"憐"}.fi-sr-network:before{content:"戀"}.fi-sr-neuter:before{content:"撚"}.fi-sr-newsletter-subscribe:before{content:"漣"}.fi-sr-newspaper-open:before{content:"煉"}.fi-sr-newspaper:before{content:"璉"}.fi-sr-nfc-lock:before{content:"秊"}.fi-sr-nfc-magnifying-glass:before{content:"練"}.fi-sr-nfc-pen:before{content:"聯"}.fi-sr-nfc-slash:before{content:"輦"}.fi-sr-nfc-trash:before{content:"蓮"}.fi-sr-nfc:before{content:"連"}.fi-sr-night-day:before{content:"鍊"}.fi-sr-no-fee:before{content:"列"}.fi-sr-no-people:before{content:"劣"}.fi-sr-noodles:before{content:"咽"}.fi-sr-nose:before{content:"烈"}.fi-sr-not-equal:before{content:"裂"}.fi-sr-not-found-alt:before{content:"說"}.fi-sr-not-found-magnifying-glass:before{content:"廉"}.fi-sr-not-found:before{content:"念"}.fi-sr-notdef:before{content:"捻"}.fi-sr-note-medical:before{content:"殮"}.fi-sr-note-sticky:before{content:"簾"}.fi-sr-note:before{content:"獵"}.fi-sr-notebook-alt:before{content:"令"}.fi-sr-notebook:before{content:"囹"}.fi-sr-notes-medical:before{content:"寧"}.fi-sr-notes:before{content:"嶺"}.fi-sr-o:before{content:"怜"}.fi-sr-object-exclude:before{content:"玲"}.fi-sr-object-group:before{content:"瑩"}.fi-sr-object-intersect:before{content:"羚"}.fi-sr-object-subtract:before{content:"聆"}.fi-sr-object-ungroup:before{content:"鈴"}.fi-sr-object-union:before{content:"零"}.fi-sr-objects-column:before{content:"靈"}.fi-sr-octagon-check:before{content:"領"}.fi-sr-octagon-divide:before{content:"例"}.fi-sr-octagon-exclamation:before{content:"禮"}.fi-sr-octagon-minus:before{content:"醴"}.fi-sr-octagon-plus:before{content:"隸"}.fi-sr-octagon-xmark:before{content:"惡"}.fi-sr-octagon:before{content:"了"}.fi-sr-oil-can:before{content:"僚"}.fi-sr-oil-temp:before{content:"寮"}.fi-sr-olive-oil:before{content:"尿"}.fi-sr-olive:before{content:"料"}.fi-sr-olives:before{content:"樂"}.fi-sr-om:before{content:"燎"}.fi-sr-omega:before{content:"療"}.fi-sr-onboarding:before{content:"蓼"}.fi-sr-onion:before{content:"遼"}.fi-sr-opacity:before{content:"龍"}.fi-sr-open-mail-clip:before{content:"暈"}.fi-sr-operating-system-upgrade:before{content:"阮"}.fi-sr-operation:before{content:"劉"}.fi-sr-order-history:before{content:"杻"}.fi-sr-organization-chart:before{content:"柳"}.fi-sr-ornament:before{content:"流"}.fi-sr-otp:before{content:"溜"}.fi-sr-otter:before{content:"琉"}.fi-sr-outdent:before{content:"留"}.fi-sr-oval-alt:before{content:"硫"}.fi-sr-oval:before{content:"紐"}.fi-sr-oven:before{content:"類"}.fi-sr-overline:before{content:"六"}.fi-sr-overview:before{content:"戮"}.fi-sr-p:before{content:"陸"}.fi-sr-package:before{content:"倫"}.fi-sr-padlock-check:before{content:"崙"}.fi-sr-page-break:before{content:"淪"}.fi-sr-pager:before{content:"輪"}.fi-sr-paid:before{content:"律"}.fi-sr-paint-roller:before{content:"慄"}.fi-sr-paint:before{content:"栗"}.fi-sr-paintbrush-pencil:before{content:"率"}.fi-sr-palette:before{content:"隆"}.fi-sr-pallet-alt:before{content:"利"}.fi-sr-pallet:before{content:"吏"}.fi-sr-pan-food:before{content:"履"}.fi-sr-pan-frying:before{content:"易"}.fi-sr-pan:before{content:"李"}.fi-sr-pancakes:before{content:"梨"}.fi-sr-panorama:before{content:"泥"}.fi-sr-paper-plane-launch:before{content:"理"}.fi-sr-paper-plane-top:before{content:"痢"}.fi-sr-paper-plane:before{content:"罹"}.fi-sr-paperclip-vertical:before{content:"裏"}.fi-sr-parachute-box:before{content:"裡"}.fi-sr-paragraph-left:before{content:"里"}.fi-sr-paragraph:before{content:"離"}.fi-sr-parking-circle-slash:before{content:"匿"}.fi-sr-parking-circle:before{content:"溺"}.fi-sr-parking-slash:before{content:"吝"}.fi-sr-parking:before{content:"燐"}.fi-sr-party-bell:before{content:"璘"}.fi-sr-party-horn:before{content:"藺"}.fi-sr-party:before{content:"隣"}.fi-sr-passport:before{content:"鱗"}.fi-sr-password-alt:before{content:"麟"}.fi-sr-password-computer:before{content:"林"}.fi-sr-password-email:before{content:"淋"}.fi-sr-password-smartphone:before{content:"臨"}.fi-sr-password:before{content:"立"}.fi-sr-paste:before{content:"笠"}.fi-sr-pattern:before{content:"粒"}.fi-sr-pause-circle:before{content:"狀"}.fi-sr-pause-square:before{content:"炙"}.fi-sr-pause:before{content:"識"}.fi-sr-paw-claws:before{content:"什"}.fi-sr-paw-heart:before{content:"茶"}.fi-sr-paw:before{content:"刺"}.fi-sr-payment-pos:before{content:"切"}.fi-sr-payroll-check:before{content:"度"}.fi-sr-peace:before{content:"拓"}.fi-sr-peach:before{content:"糖"}.fi-sr-peanut:before{content:"宅"}.fi-sr-peanuts:before{content:"洞"}.fi-sr-peapod:before{content:"暴"}.fi-sr-pear:before{content:"輻"}.fi-sr-pedestal:before{content:"行"}.fi-sr-pen-circle:before{content:"降"}.fi-sr-pen-clip-slash:before{content:"見"}.fi-sr-pen-clip:before{content:"廓"}.fi-sr-pen-fancy-slash:before{content:"兀"}.fi-sr-pen-fancy:before{content:"嗀"}.fi-sr-pen-field:before{content:"﨎"}.fi-sr-pen-nib-slash:before{content:"﨏"}.fi-sr-pen-nib:before{content:"塚"}.fi-sr-pen-slash:before{content:"﨑"}.fi-sr-pen-square:before{content:"晴"}.fi-sr-pen-swirl:before{content:"﨓"}.fi-sr-pencil-paintbrush:before{content:"﨔"}.fi-sr-pencil-ruler:before{content:"凞"}.fi-sr-pencil-slash:before{content:"猪"}.fi-sr-pencil:before{content:"益"}.fi-sr-pending:before{content:"礼"}.fi-sr-pennant:before{content:"神"}.fi-sr-people-arrows-left-right:before{content:"祥"}.fi-sr-people-carry-box:before{content:"福"}.fi-sr-people-dress:before{content:"靖"}.fi-sr-people-network-partner:before{content:"精"}.fi-sr-people-pants:before{content:"羽"}.fi-sr-people-poll:before{content:"﨟"}.fi-sr-people-pulling:before{content:"蘒"}.fi-sr-people-roof:before{content:"﨡"}.fi-sr-people:before{content:"諸"}.fi-sr-pepper-alt:before{content:"﨣"}.fi-sr-pepper-hot:before{content:"﨤"}.fi-sr-pepper:before{content:"逸"}.fi-sr-percentage:before{content:"都"}.fi-sr-person-burst:before{content:"﨧"}.fi-sr-person-carry-box:before{content:"﨨"}.fi-sr-person-circle-check:before{content:"﨩"}.fi-sr-person-circle-exclamation:before{content:"飯"}.fi-sr-person-circle-minus:before{content:"飼"}.fi-sr-person-circle-plus:before{content:"館"}.fi-sr-person-circle-question:before{content:"鶴"}.fi-sr-person-circle-xmark:before{content:"郞"}.fi-sr-person-cv:before{content:"隷"}.fi-sr-person-dolly-empty:before{content:"侮"}.fi-sr-person-dolly:before{content:"僧"}.fi-sr-person-dress-simple:before{content:"免"}.fi-sr-person-dress:before{content:"勉"}.fi-sr-person-luggage:before{content:"勤"}.fi-sr-person-lunge:before{content:"卑"}.fi-sr-person-pilates:before{content:"喝"}.fi-sr-person-praying:before{content:"嘆"}.fi-sr-person-pregnant:before{content:"器"}.fi-sr-person-seat-reclined:before{content:"塀"}.fi-sr-person-seat:before{content:"墨"}.fi-sr-person-shelter:before{content:"層"}.fi-sr-person-sign:before{content:"屮"}.fi-sr-person-simple:before{content:"悔"}.fi-sr-person-walking-with-cane:before{content:"慨"}.fi-sr-peseta-sign:before{content:"憎"}.fi-sr-peso-sign:before{content:"懲"}.fi-sr-pets:before{content:"敏"}.fi-sr-pharmacy:before{content:"既"}.fi-sr-phone-call:before{content:"暑"}.fi-sr-phone-cross:before{content:"梅"}.fi-sr-phone-flip:before{content:"海"}.fi-sr-phone-guide:before{content:"渚"}.fi-sr-phone-heart-message:before{content:"漢"}.fi-sr-phone-office:before{content:"煮"}.fi-sr-phone-pause:before{content:"爫"}.fi-sr-phone-plus:before{content:"琢"}.fi-sr-phone-rotary:before{content:"碑"}.fi-sr-phone-slash:before{content:"社"}.fi-sr-photo-capture:before{content:"祉"}.fi-sr-photo-film-music:before{content:"祈"}.fi-sr-photo-video:before{content:"祐"}.fi-sr-physics:before{content:"祖"}.fi-sr-Pi:before{content:"祝"}.fi-sr-piano-keyboard:before{content:"禍"}.fi-sr-piano:before{content:"禎"}.fi-sr-pickaxe:before{content:"穀"}.fi-sr-picking-box:before{content:"突"}.fi-sr-picking:before{content:"節"}.fi-sr-picnic:before{content:"練"}.fi-sr-picpeople-filled:before{content:"縉"}.fi-sr-picpeople:before{content:"繁"}.fi-sr-picture:before{content:"署"}.fi-sr-pie:before{content:"者"}.fi-sr-pig-bank-bulb:before{content:"臭"}.fi-sr-pig-face:before{content:"艹"}.fi-sr-pig:before{content:"艹"}.fi-sr-piggy-bank-budget:before{content:"著"}.fi-sr-piggy-bank:before{content:"褐"}.fi-sr-pills:before{content:"視"}.fi-sr-pinata:before{content:"謁"}.fi-sr-pineapple-alt:before{content:"謹"}.fi-sr-pineapple:before{content:"賓"}.fi-sr-pipe-smoking:before{content:"贈"}.fi-sr-pipette:before{content:"辶"}.fi-sr-pizza-slice:before{content:"逸"}.fi-sr-place-of-worship:before{content:"難"}.fi-sr-plan-strategy:before{content:"響"}.fi-sr-plan:before{content:"頻"}.fi-sr-plane-alt:before{content:"恵"}.fi-sr-plane-arrival:before{content:"𤋮"}.fi-sr-plane-departure:before{content:"舘"}.fi-sr-plane-prop:before{content:"﩮"}.fi-sr-plane-slash:before{content:"﩯"}.fi-sr-plane-tail:before{content:"並"}.fi-sr-plane:before{content:"况"}.fi-sr-planet-moon:before{content:"全"}.fi-sr-planet-ringed:before{content:"侀"}.fi-sr-plant-care:before{content:"充"}.fi-sr-plant-growth:before{content:"冀"}.fi-sr-plant-seed-invest:before{content:"勇"}.fi-sr-plant-wilt:before{content:"勺"}.fi-sr-plate-utensils:before{content:"喝"}.fi-sr-plate-wheat:before{content:"啕"}.fi-sr-plate:before{content:"喙"}.fi-sr-play-alt:before{content:"嗢"}.fi-sr-play-circle:before{content:"塚"}.fi-sr-play-microphone:before{content:"墳"}.fi-sr-play-pause:before{content:"奄"}.fi-sr-play:before{content:"奔"}.fi-sr-plug-alt:before{content:"婢"}.fi-sr-plug-cable:before{content:"嬨"}.fi-sr-plug-circle-bolt:before{content:"廒"}.fi-sr-plug-circle-check:before{content:"廙"}.fi-sr-plug-circle-exclamation:before{content:"彩"}.fi-sr-plug-circle-minus:before{content:"徭"}.fi-sr-plug-circle-plus:before{content:"惘"}.fi-sr-plug-connection:before{content:"慎"}.fi-sr-plug:before{content:"愈"}.fi-sr-plus-hexagon:before{content:"憎"}.fi-sr-plus-minus:before{content:"慠"}.fi-sr-plus-small:before{content:"懲"}.fi-sr-plus:before{content:"戴"}.fi-sr-png-file:before{content:"揄"}.fi-sr-podcast:before{content:"搜"}.fi-sr-podium-star:before{content:"摒"}.fi-sr-podium-victory-leader:before{content:"敖"}.fi-sr-podium:before{content:"晴"}.fi-sr-point-of-sale-bill:before{content:"朗"}.fi-sr-point-of-sale-signal:before{content:"望"}.fi-sr-point-of-sale:before{content:"杖"}.fi-sr-pointer-loading:before{content:"歹"}.fi-sr-pointer-text:before{content:"殺"}.fi-sr-police-box:before{content:"流"}.fi-sr-poll-h:before{content:"滛"}.fi-sr-pollution:before{content:"滋"}.fi-sr-pompebled:before{content:"漢"}.fi-sr-poo-bolt:before{content:"瀞"}.fi-sr-poo:before{content:"煮"}.fi-sr-pool-8-ball:before{content:"瞧"}.fi-sr-poop:before{content:"爵"}.fi-sr-popcorn:before{content:"犯"}.fi-sr-popsicle:before{content:"猪"}.fi-sr-portal-enter:before{content:"瑱"}.fi-sr-portal-exit:before{content:"甆"}.fi-sr-portrait:before{content:"画"}.fi-sr-postal-address:before{content:"瘝"}.fi-sr-pot:before{content:"瘟"}.fi-sr-potato:before{content:"益"}.fi-sr-pound:before{content:"盛"}.fi-sr-power:before{content:"直"}.fi-sr-ppt-file:before{content:"睊"}.fi-sr-practice:before{content:"着"}.fi-sr-praying-hands:before{content:"磌"}.fi-sr-prescription-bottle-alt:before{content:"窱"}.fi-sr-prescription-bottle-pill:before{content:"節"}.fi-sr-prescription-bottle:before{content:"类"}.fi-sr-prescription:before{content:"絛"}.fi-sr-presentation:before{content:"練"}.fi-sr-preview:before{content:"缾"}.fi-sr-previous-square:before{content:"者"}.fi-sr-print-magnifying-glass:before{content:"荒"}.fi-sr-print-slash:before{content:"華"}.fi-sr-print:before{content:"蝹"}.fi-sr-priority-arrow:before{content:"襁"}.fi-sr-priority-arrows:before{content:"覆"}.fi-sr-priority-importance:before{content:"視"}.fi-sr-procedures:before{content:"調"}.fi-sr-process:before{content:"諸"}.fi-sr-productivity:before{content:"請"}.fi-sr-progress-complete:before{content:"謁"}.fi-sr-progress-download:before{content:"諾"}.fi-sr-progress-upload:before{content:"諭"}.fi-sr-projector:before{content:"謹"}.fi-sr-protractor:before{content:"變"}.fi-sr-pulse:before{content:"贈"}.fi-sr-pump-medical:before{content:"輸"}.fi-sr-pump:before{content:"遲"}.fi-sr-pumpkin-alt-2:before{content:"醙"}.fi-sr-pumpkin-alt:before{content:"鉶"}.fi-sr-pumpkin:before{content:"陼"}.fi-sr-puzzle-alt:before{content:"難"}.fi-sr-puzzle-piece-integration:before{content:"靖"}.fi-sr-puzzle-piece:before{content:"韛"}.fi-sr-puzzle-pieces:before{content:"響"}.fi-sr-pyramid:before{content:"頋"}.fi-sr-q:before{content:"頻"}.fi-sr-qr-scan:before{content:"鬒"}.fi-sr-QR:before{content:"龜"}.fi-sr-qrcode:before{content:"𢡊"}.fi-sr-question-square:before{content:"𢡄"}.fi-sr-question:before{content:"𣏕"}.fi-sr-queue-alt:before{content:"㮝"}.fi-sr-queue-line:before{content:"䀘"}.fi-sr-queue-signal:before{content:"䀹"}.fi-sr-queue:before{content:"𥉉"}.fi-sr-quill-pen-story:before{content:"𥳐"}.fi-sr-quiz-alt:before{content:"𧻓"}.fi-sr-quiz:before{content:"齃"}.fi-sr-quote-right:before{content:"龎"}.fi-sr-r:before{content:"﫚"}.fi-sr-rabbit-fast:before{content:"﫛"}.fi-sr-rabbit:before{content:"﫜"}.fi-sr-raccoon:before{content:"﫝"}.fi-sr-racquet:before{content:"﫞"}.fi-sr-radar-monitoring-track:before{content:"﫟"}.fi-sr-radar:before{content:"﫠"}.fi-sr-radiation-alt:before{content:"﫡"}.fi-sr-radiation:before{content:"﫢"}.fi-sr-radio-alt:before{content:"﫣"}.fi-sr-radio-button:before{content:"﫤"}.fi-sr-radio:before{content:"﫥"}.fi-sr-radish:before{content:"﫦"}.fi-sr-rainbow:before{content:"﫧"}.fi-sr-raindrops:before{content:"﫨"}.fi-sr-ram:before{content:"﫩"}.fi-sr-ramp-loading:before{content:"﫪"}.fi-sr-rank:before{content:"﫫"}.fi-sr-ranking-podium-empty:before{content:"﫬"}.fi-sr-ranking-podium:before{content:"﫭"}.fi-sr-ranking-star:before{content:"﫮"}.fi-sr-ranking-stars:before{content:"﫯"}.fi-sr-raygun:before{content:"﫰"}.fi-sr-razor-barber:before{content:"﫱"}.fi-sr-react:before{content:"﫲"}.fi-sr-rec:before{content:"﫳"}.fi-sr-receipt:before{content:"﫴"}.fi-sr-recipe-book:before{content:"﫵"}.fi-sr-recipe:before{content:"﫶"}.fi-sr-record-vinyl:before{content:"﫷"}.fi-sr-rectabgle-vertical:before{content:"﫸"}.fi-sr-rectangle-barcode:before{content:"﫹"}.fi-sr-rectangle-code:before{content:"﫺"}.fi-sr-rectangle-history-circle-plus:before{content:"﫻"}.fi-sr-rectangle-horizontal:before{content:"﫼"}.fi-sr-rectangle-list:before{content:"﫽"}.fi-sr-rectangle-panoramic:before{content:"﫾"}.fi-sr-rectangle-pro:before{content:"﫿"}.fi-sr-rectangle-vertical-history:before{content:"ﬀ"}.fi-sr-rectangle-vertical:before{content:"ﬁ"}.fi-sr-rectangle-xmark:before{content:"ﬂ"}.fi-sr-rectangles-mixed:before{content:"ﬃ"}.fi-sr-recycle-bin:before{content:"ﬄ"}.fi-sr-recycle:before{content:"ﬅ"}.fi-sr-redo-alt:before{content:"ﬆ"}.fi-sr-redo:before{content:"﬇"}.fi-sr-reel:before{content:"﬈"}.fi-sr-refer-arrow:before{content:"﬉"}.fi-sr-refer:before{content:"﬊"}.fi-sr-referral-alt:before{content:"﬋"}.fi-sr-referral-user:before{content:"﬌"}.fi-sr-referral:before{content:"﬍"}.fi-sr-reflect-horizontal-alt:before{content:"﬎"}.fi-sr-reflect-horizontal:before{content:"﬏"}.fi-sr-reflect-vertical:before{content:"﬐"}.fi-sr-reflect:before{content:"﬑"}.fi-sr-refresh:before{content:"﬒"}.fi-sr-refrigerator:before{content:"ﬓ"}.fi-sr-refund-alt:before{content:"ﬔ"}.fi-sr-refund:before{content:"ﬕ"}.fi-sr-region-pin-alt:before{content:"ﬖ"}.fi-sr-region-pin:before{content:"ﬗ"}.fi-sr-registered:before{content:"﬘"}.fi-sr-registration-paper:before{content:"﬙"}.fi-sr-remove-folder:before{content:"﬚"}.fi-sr-remove-user:before{content:"﬛"}.fi-sr-rent-signal:before{content:"﬜"}.fi-sr-rent:before{content:"יִ"}.fi-sr-replace:before{content:"ﬞ"}.fi-sr-replay-10:before{content:"ײַ"}.fi-sr-replay-30:before{content:"ﬠ"}.fi-sr-replay-5:before{content:"ﬡ"}.fi-sr-reply-all:before{content:"ﬢ"}.fi-sr-republican:before{content:"ﬣ"}.fi-sr-reservation-smartphone:before{content:"ﬤ"}.fi-sr-reservation-table:before{content:"ﬥ"}.fi-sr-resistance-band:before{content:"ﬦ"}.fi-sr-resize:before{content:"ﬧ"}.fi-sr-resources:before{content:"ﬨ"}.fi-sr-restaurant:before{content:"﬩"}.fi-sr-restroom-simple:before{content:"שׁ"}.fi-sr-resume:before{content:"שׂ"}.fi-sr-revenue-alt:before{content:"שּׁ"}.fi-sr-revenue-euro:before{content:"שּׂ"}.fi-sr-Revenue:before{content:"אַ"}.fi-sr-review:before{content:"אָ"}.fi-sr-rewind-button-circle:before{content:"אּ"}.fi-sr-rewind:before{content:"בּ"}.fi-sr-rhombus:before{content:"גּ"}.fi-sr-ribbon:before{content:"דּ"}.fi-sr-right-from-bracket:before{content:"הּ"}.fi-sr-right:before{content:"וּ"}.fi-sr-ring-diamond:before{content:"זּ"}.fi-sr-ring:before{content:"﬷"}.fi-sr-rings-wedding:before{content:"טּ"}.fi-sr-risk-alt:before{content:"יּ"}.fi-sr-risk:before{content:"ךּ"}.fi-sr-road-barrier:before{content:"כּ"}.fi-sr-road-sign-left:before{content:"לּ"}.fi-sr-road:before{content:"﬽"}.fi-sr-robot:before{content:"מּ"}.fi-sr-robotic-arm:before{content:"﬿"}.fi-sr-rocket-lunch:before{content:"נּ"}.fi-sr-rocket:before{content:"סּ"}.fi-sr-roller-coaster:before{content:"﭂"}.fi-sr-room-service:before{content:"ףּ"}.fi-sr-rotate-exclamation:before{content:"פּ"}.fi-sr-rotate-left:before{content:"﭅"}.fi-sr-rotate-reverse:before{content:"צּ"}.fi-sr-rotate-right:before{content:"קּ"}.fi-sr-rotate-square:before{content:"רּ"}.fi-sr-roulette:before{content:"שּ"}.fi-sr-route-highway:before{content:"תּ"}.fi-sr-route-interstate:before{content:"וֹ"}.fi-sr-route:before{content:"בֿ"}.fi-sr-router:before{content:"כֿ"}.fi-sr-rss-alt:before{content:"פֿ"}.fi-sr-rss:before{content:"ﭏ"}.fi-sr-ruble-sign:before{content:"ﭐ"}.fi-sr-rugby-helmet:before{content:"ﭑ"}.fi-sr-rugby:before{content:"ﭒ"}.fi-sr-ruler-combined:before{content:"ﭓ"}.fi-sr-ruler-horizontal:before{content:"ﭔ"}.fi-sr-ruler-triangle:before{content:"ﭕ"}.fi-sr-ruler-vertical:before{content:"ﭖ"}.fi-sr-rules-alt:before{content:"ﭗ"}.fi-sr-rules:before{content:"ﭘ"}.fi-sr-running-track:before{content:"ﭙ"}.fi-sr-running:before{content:"ﭚ"}.fi-sr-rupee-sign:before{content:"ﭛ"}.fi-sr-rupiah-sign:before{content:"ﭜ"}.fi-sr-rv:before{content:"ﭝ"}.fi-sr-s:before{content:"ﭞ"}.fi-sr-sack-dollar:before{content:"ﭟ"}.fi-sr-sack:before{content:"ﭠ"}.fi-sr-sad-cry:before{content:"ﭡ"}.fi-sr-sad-tear:before{content:"ﭢ"}.fi-sr-sad:before{content:"ﭣ"}.fi-sr-safe-box:before{content:"ﭤ"}.fi-sr-sailboat:before{content:"ﭥ"}.fi-sr-salad:before{content:"ﭦ"}.fi-sr-salary-alt:before{content:"ﭧ"}.fi-sr-salt-pepper:before{content:"ﭨ"}.fi-sr-salt-shaker:before{content:"ﭩ"}.fi-sr-sandwich-alt:before{content:"ﭪ"}.fi-sr-sandwich:before{content:"ﭫ"}.fi-sr-satellite-dish:before{content:"ﭬ"}.fi-sr-satellite:before{content:"ﭭ"}.fi-sr-saturday:before{content:"ﭮ"}.fi-sr-sauce:before{content:"ﭯ"}.fi-sr-sausage:before{content:"ﭰ"}.fi-sr-sax-hot:before{content:"ﭱ"}.fi-sr-saxophone:before{content:"ﭲ"}.fi-sr-scale-comparison-alt:before{content:"ﭳ"}.fi-sr-scale-comparison:before{content:"ﭴ"}.fi-sr-scale:before{content:"ﭵ"}.fi-sr-scalpel-path:before{content:"ﭶ"}.fi-sr-scalpel:before{content:"ﭷ"}.fi-sr-scanner-gun:before{content:"ﭸ"}.fi-sr-scanner-image:before{content:"ﭹ"}.fi-sr-scanner-keyboard:before{content:"ﭺ"}.fi-sr-scanner-touchscreen:before{content:"ﭻ"}.fi-sr-scarecrow:before{content:"ﭼ"}.fi-sr-scarf:before{content:"ﭽ"}.fi-sr-school-bus:before{content:"ﭾ"}.fi-sr-school:before{content:"ﭿ"}.fi-sr-scissors:before{content:"ﮀ"}.fi-sr-scooter:before{content:"ﮁ"}.fi-sr-screen:before{content:"ﮂ"}.fi-sr-screencast:before{content:"ﮃ"}.fi-sr-screw-alt:before{content:"ﮄ"}.fi-sr-screw:before{content:"ﮅ"}.fi-sr-screwdriver:before{content:"ﮆ"}.fi-sr-scribble:before{content:"ﮇ"}.fi-sr-script:before{content:"ﮈ"}.fi-sr-scroll-document-story:before{content:"ﮉ"}.fi-sr-scroll-old:before{content:"ﮊ"}.fi-sr-scroll-torah:before{content:"ﮋ"}.fi-sr-scroll:before{content:"ﮌ"}.fi-sr-scrubber:before{content:"ﮍ"}.fi-sr-scythe:before{content:"ﮎ"}.fi-sr-sd-card:before{content:"ﮏ"}.fi-sr-sd-cards:before{content:"ﮐ"}.fi-sr-seal-exclamation:before{content:"ﮑ"}.fi-sr-seal-question:before{content:"ﮒ"}.fi-sr-seal:before{content:"ﮓ"}.fi-sr-search-alt:before{content:"ﮔ"}.fi-sr-search-dollar:before{content:"ﮕ"}.fi-sr-search-heart:before{content:"ﮖ"}.fi-sr-search-location:before{content:"ﮗ"}.fi-sr-search:before{content:"ﮘ"}.fi-sr-seat-airline:before{content:"ﮙ"}.fi-sr-seatbelt-safety-driver:before{content:"ﮚ"}.fi-sr-second-award:before{content:"ﮛ"}.fi-sr-second-laurel:before{content:"ﮜ"}.fi-sr-second-medal:before{content:"ﮝ"}.fi-sr-second:before{content:"ﮞ"}.fi-sr-seedling:before{content:"ﮟ"}.fi-sr-select:before{content:"ﮠ"}.fi-sr-selection:before{content:"ﮡ"}.fi-sr-seller-store:before{content:"ﮢ"}.fi-sr-seller:before{content:"ﮣ"}.fi-sr-send-back:before{content:"ﮤ"}.fi-sr-send-backward:before{content:"ﮥ"}.fi-sr-sensor-alert:before{content:"ﮦ"}.fi-sr-sensor-fire:before{content:"ﮧ"}.fi-sr-sensor-on:before{content:"ﮨ"}.fi-sr-sensor-smoke:before{content:"ﮩ"}.fi-sr-sensor:before{content:"ﮪ"}.fi-sr-settings-sliders:before{content:"ﮫ"}.fi-sr-settings:before{content:"ﮬ"}.fi-sr-share-alt-square:before{content:"ﮭ"}.fi-sr-share-square:before{content:"ﮮ"}.fi-sr-share:before{content:"ﮯ"}.fi-sr-sheep:before{content:"ﮰ"}.fi-sr-shekel-sign:before{content:"ﮱ"}.fi-sr-shelves:before{content:"﮲"}.fi-sr-shield-alt:before{content:"﮳"}.fi-sr-shield-cat:before{content:"﮴"}.fi-sr-shield-check:before{content:"﮵"}.fi-sr-shield-cross:before{content:"﮶"}.fi-sr-shield-dog:before{content:"﮷"}.fi-sr-shield-exclamation:before{content:"﮸"}.fi-sr-shield-interrogation:before{content:"﮹"}.fi-sr-shield-keyhole:before{content:"﮺"}.fi-sr-shield-minus:before{content:"﮻"}.fi-sr-shield-plus:before{content:"﮼"}.fi-sr-shield-security-risk:before{content:"﮽"}.fi-sr-shield-slash:before{content:"﮾"}.fi-sr-shield-trust:before{content:"﮿"}.fi-sr-shield-virus:before{content:"﯀"}.fi-sr-shield-xmark:before{content:"﯁"}.fi-sr-shield:before{content:"﯂"}.fi-sr-ship-side:before{content:"﯃"}.fi-sr-ship:before{content:"﯄"}.fi-sr-shipping-fast:before{content:"﯅"}.fi-sr-shipping-timed:before{content:"﯆"}.fi-sr-shirt-long-sleeve:before{content:"﯇"}.fi-sr-shirt-running:before{content:"﯈"}.fi-sr-shirt-tank-top:before{content:"﯉"}.fi-sr-shirt:before{content:"﯊"}.fi-sr-shish-kebab:before{content:"﯋"}.fi-sr-shoe-prints:before{content:"﯌"}.fi-sr-shop-lock:before{content:"﯍"}.fi-sr-shop-slash:before{content:"﯎"}.fi-sr-shop:before{content:"﯏"}.fi-sr-shopping-bag-add:before{content:"﯐"}.fi-sr-shopping-bag:before{content:"﯑"}.fi-sr-shopping-basket:before{content:"﯒"}.fi-sr-shopping-cart-add:before{content:"ﯓ"}.fi-sr-shopping-cart-buyer:before{content:"ﯔ"}.fi-sr-shopping-cart-check:before{content:"ﯕ"}.fi-sr-shopping-cart:before{content:"ﯖ"}.fi-sr-shovel-snow:before{content:"ﯗ"}.fi-sr-shovel:before{content:"ﯘ"}.fi-sr-shower-down:before{content:"ﯙ"}.fi-sr-shower:before{content:"ﯚ"}.fi-sr-shredder:before{content:"ﯛ"}.fi-sr-shrimp:before{content:"ﯜ"}.fi-sr-shuffle:before{content:"ﯝ"}.fi-sr-shuttle-van:before{content:"ﯞ"}.fi-sr-shuttlecock:before{content:"ﯟ"}.fi-sr-Sickle:before{content:"ﯠ"}.fi-sr-sidebar-flip:before{content:"ﯡ"}.fi-sr-sidebar:before{content:"ﯢ"}.fi-sr-sigma:before{content:"ﯣ"}.fi-sr-sign-hanging:before{content:"ﯤ"}.fi-sr-sign-in-alt:before{content:"ﯥ"}.fi-sr-sign-out-alt:before{content:"ﯦ"}.fi-sr-sign-posts-wrench:before{content:"ﯧ"}.fi-sr-sign-posts:before{content:"ﯨ"}.fi-sr-sign-up:before{content:"ﯩ"}.fi-sr-signal-alt-1:before{content:"ﯪ"}.fi-sr-signal-alt-2:before{content:"ﯫ"}.fi-sr-signal-alt-slash:before{content:"ﯬ"}.fi-sr-signal-alt:before{content:"ﯭ"}.fi-sr-signal-bars-fair:before{content:"ﯮ"}.fi-sr-signal-bars-good:before{content:"ﯯ"}.fi-sr-signal-bars-weak:before{content:"ﯰ"}.fi-sr-signal-stream-slash:before{content:"ﯱ"}.fi-sr-signal-stream:before{content:"ﯲ"}.fi-sr-signature-lock:before{content:"ﯳ"}.fi-sr-signature-slash:before{content:"ﯴ"}.fi-sr-signature:before{content:"ﯵ"}.fi-sr-sim-card:before{content:"ﯶ"}.fi-sr-sim-cards:before{content:"ﯷ"}.fi-sr-sink:before{content:"ﯸ"}.fi-sr-siren-on:before{content:"ﯹ"}.fi-sr-Siren:before{content:"ﯺ"}.fi-sr-site-alt:before{content:"ﯻ"}.fi-sr-site-browser:before{content:"ﯼ"}.fi-sr-site:before{content:"ﯽ"}.fi-sr-sitemap:before{content:"ﯾ"}.fi-sr-skateboard:before{content:"ﯿ"}.fi-sr-skating:before{content:"ﰀ"}.fi-sr-skeleton-ribs:before{content:"ﰁ"}.fi-sr-skeleton:before{content:"ﰂ"}.fi-sr-skewer:before{content:"ﰃ"}.fi-sr-ski-boot-ski:before{content:"ﰄ"}.fi-sr-ski-jump:before{content:"ﰅ"}.fi-sr-ski-lift:before{content:"ﰆ"}.fi-sr-skiing-nordic:before{content:"ﰇ"}.fi-sr-skiing:before{content:"ﰈ"}.fi-sr-skill-alt:before{content:"ﰉ"}.fi-sr-skill-user:before{content:"ﰊ"}.fi-sr-skill:before{content:"ﰋ"}.fi-sr-skin-arrow:before{content:"ﰌ"}.fi-sr-skin-drop:before{content:"ﰍ"}.fi-sr-skin-hair:before{content:"ﰎ"}.fi-sr-skin:before{content:"ﰏ"}.fi-sr-skip-15-seconds:before{content:"ﰐ"}.fi-sr-skull-cow:before{content:"ﰑ"}.fi-sr-skull-crossbones:before{content:"ﰒ"}.fi-sr-skull:before{content:"ﰓ"}.fi-sr-slash:before{content:"ﰔ"}.fi-sr-sledding:before{content:"ﰕ"}.fi-sr-sleeping-bag:before{content:"ﰖ"}.fi-sr-sleigh:before{content:"ﰗ"}.fi-sr-sliders-h-square:before{content:"ﰘ"}.fi-sr-sliders-v-square:before{content:"ﰙ"}.fi-sr-sliders-v:before{content:"ﰚ"}.fi-sr-slot-machine:before{content:"ﰛ"}.fi-sr-smart-home-alt:before{content:"ﰜ"}.fi-sr-smart-home:before{content:"ﰝ"}.fi-sr-smartphone:before{content:"ﰞ"}.fi-sr-smile-beam:before{content:"ﰟ"}.fi-sr-smile-plus:before{content:"ﰠ"}.fi-sr-smile-wink:before{content:"ﰡ"}.fi-sr-smile:before{content:"ﰢ"}.fi-sr-smiley-comment-alt:before{content:"ﰣ"}.fi-sr-smog:before{content:"ﰤ"}.fi-sr-smoke:before{content:"ﰥ"}.fi-sr-smoking-ban:before{content:"ﰦ"}.fi-sr-smoking:before{content:"ﰧ"}.fi-sr-snake:before{content:"ﰨ"}.fi-sr-snap:before{content:"ﰩ"}.fi-sr-snooze:before{content:"ﰪ"}.fi-sr-snow-blowing:before{content:"ﰫ"}.fi-sr-snowboarding:before{content:"ﰬ"}.fi-sr-snowflake-droplets:before{content:"ﰭ"}.fi-sr-snowflake:before{content:"ﰮ"}.fi-sr-snowflakes:before{content:"ﰯ"}.fi-sr-snowman-alt:before{content:"ﰰ"}.fi-sr-snowman-head:before{content:"ﰱ"}.fi-sr-snowmobile:before{content:"ﰲ"}.fi-sr-snowplow:before{content:"ﰳ"}.fi-sr-soap-alt:before{content:"ﰴ"}.fi-sr-soap:before{content:"ﰵ"}.fi-sr-socks:before{content:"ﰶ"}.fi-sr-sofa-size:before{content:"ﰷ"}.fi-sr-sofa:before{content:"ﰸ"}.fi-sr-solar-panel-sun:before{content:"ﰹ"}.fi-sr-solar-panel:before{content:"ﰺ"}.fi-sr-solar-system:before{content:"ﰻ"}.fi-sr-sold-house:before{content:"ﰼ"}.fi-sr-sold-signal:before{content:"ﰽ"}.fi-sr-sort-alpha-down-alt:before{content:"ﰾ"}.fi-sr-sort-alpha-down:before{content:"ﰿ"}.fi-sr-sort-alpha-up-alt:before{content:"ﱀ"}.fi-sr-sort-alpha-up:before{content:"ﱁ"}.fi-sr-sort-alt:before{content:"ﱂ"}.fi-sr-sort-amount-down-alt:before{content:"ﱃ"}.fi-sr-sort-amount-down:before{content:"ﱄ"}.fi-sr-sort-amount-up-alt:before{content:"ﱅ"}.fi-sr-sort-amount-up:before{content:"ﱆ"}.fi-sr-sort-circle-down:before{content:"ﱇ"}.fi-sr-sort-circle-up:before{content:"ﱈ"}.fi-sr-sort-circle:before{content:"ﱉ"}.fi-sr-sort-down:before{content:"ﱊ"}.fi-sr-sort-numeric-down-alt:before{content:"ﱋ"}.fi-sr-sort-numeric-down:before{content:"ﱌ"}.fi-sr-sort-shapes-down:before{content:"ﱍ"}.fi-sr-sort-shapes-up:before{content:"ﱎ"}.fi-sr-sort-size-down:before{content:"ﱏ"}.fi-sr-sort-size-up:before{content:"ﱐ"}.fi-sr-sort:before{content:"ﱑ"}.fi-sr-soup:before{content:"ﱒ"}.fi-sr-source-data:before{content:"ﱓ"}.fi-sr-source-document-alt:before{content:"ﱔ"}.fi-sr-source-document:before{content:"ﱕ"}.fi-sr-spa:before{content:"ﱖ"}.fi-sr-space-shuttle:before{content:"ﱗ"}.fi-sr-space-station-moon-alt:before{content:"ﱘ"}.fi-sr-space-station-moon:before{content:"ﱙ"}.fi-sr-spade:before{content:"ﱚ"}.fi-sr-spaghetti-monster-flying:before{content:"ﱛ"}.fi-sr-spain-map:before{content:"ﱜ"}.fi-sr-sparkles:before{content:"ﱝ"}.fi-sr-spartan-helmet:before{content:"ﱞ"}.fi-sr-speaker:before{content:"ﱟ"}.fi-sr-speakers:before{content:"ﱠ"}.fi-sr-speech-bubble-story:before{content:"ﱡ"}.fi-sr-speedometer-arrow:before{content:"ﱢ"}.fi-sr-speedometer-kpi:before{content:"ﱣ"}.fi-sr-sphere:before{content:"ﱤ"}.fi-sr-spider-black-widow:before{content:"ﱥ"}.fi-sr-spider-web:before{content:"ﱦ"}.fi-sr-spider:before{content:"ﱧ"}.fi-sr-spinner:before{content:"ﱨ"}.fi-sr-split-up-relation:before{content:"ﱩ"}.fi-sr-split:before{content:"ﱪ"}.fi-sr-splotch:before{content:"ﱫ"}.fi-sr-spoon:before{content:"ﱬ"}.fi-sr-spray-can-sparkles:before{content:"ﱭ"}.fi-sr-spray-can:before{content:"ﱮ"}.fi-sr-spring-calendar:before{content:"ﱯ"}.fi-sr-sprinkler:before{content:"ﱰ"}.fi-sr-spy:before{content:"ﱱ"}.fi-sr-square-0:before{content:"ﱲ"}.fi-sr-square-1:before{content:"ﱳ"}.fi-sr-square-2:before{content:"ﱴ"}.fi-sr-square-3:before{content:"ﱵ"}.fi-sr-square-4:before{content:"ﱶ"}.fi-sr-square-5:before{content:"ﱷ"}.fi-sr-square-6:before{content:"ﱸ"}.fi-sr-square-7:before{content:"ﱹ"}.fi-sr-square-8:before{content:"ﱺ"}.fi-sr-square-9:before{content:"ﱻ"}.fi-sr-square-a:before{content:"ﱼ"}.fi-sr-square-b:before{content:"ﱽ"}.fi-sr-square-bolt:before{content:"ﱾ"}.fi-sr-square-c:before{content:"ﱿ"}.fi-sr-square-code:before{content:"ﲀ"}.fi-sr-square-d:before{content:"ﲁ"}.fi-sr-square-dashed-circle-plus:before{content:"ﲂ"}.fi-sr-square-dashed:before{content:"ﲃ"}.fi-sr-square-divide:before{content:"ﲄ"}.fi-sr-square-e:before{content:"ﲅ"}.fi-sr-square-ellipsis-vertical:before{content:"ﲆ"}.fi-sr-square-ellipsis:before{content:"ﲇ"}.fi-sr-square-exclamation:before{content:"ﲈ"}.fi-sr-square-f:before{content:"ﲉ"}.fi-sr-square-g:before{content:"ﲊ"}.fi-sr-square-h:before{content:"ﲋ"}.fi-sr-square-heart:before{content:"ﲌ"}.fi-sr-square-i:before{content:"ﲍ"}.fi-sr-square-info:before{content:"ﲎ"}.fi-sr-square-j:before{content:"ﲏ"}.fi-sr-square-k:before{content:"ﲐ"}.fi-sr-square-kanban:before{content:"ﲑ"}.fi-sr-square-l:before{content:"ﲒ"}.fi-sr-square-m:before{content:"ﲓ"}.fi-sr-square-minus:before{content:"ﲔ"}.fi-sr-square-n:before{content:"ﲕ"}.fi-sr-square-o:before{content:"ﲖ"}.fi-sr-square-p:before{content:"ﲗ"}.fi-sr-square-phone-hangup:before{content:"ﲘ"}.fi-sr-square-plus:before{content:"ﲙ"}.fi-sr-square-poll-horizontal:before{content:"ﲚ"}.fi-sr-square-poll-vertical:before{content:"ﲛ"}.fi-sr-square-q:before{content:"ﲜ"}.fi-sr-square-quote:before{content:"ﲝ"}.fi-sr-square-r:before{content:"ﲞ"}.fi-sr-square-root:before{content:"ﲟ"}.fi-sr-square-s:before{content:"ﲠ"}.fi-sr-square-small:before{content:"ﲡ"}.fi-sr-square-star:before{content:"ﲢ"}.fi-sr-square-t:before{content:"ﲣ"}.fi-sr-square-terminal:before{content:"ﲤ"}.fi-sr-square-u:before{content:"ﲥ"}.fi-sr-square-up-right:before{content:"ﲦ"}.fi-sr-square-v:before{content:"ﲧ"}.fi-sr-square-w:before{content:"ﲨ"}.fi-sr-square-x:before{content:"ﲩ"}.fi-sr-square-y:before{content:"ﲪ"}.fi-sr-square-z:before{content:"ﲫ"}.fi-sr-square:before{content:"ﲬ"}.fi-sr-squid:before{content:"ﲭ"}.fi-sr-squircle:before{content:"ﲮ"}.fi-sr-squirrel:before{content:"ﲯ"}.fi-sr-staff:before{content:"ﲰ"}.fi-sr-stage-concert:before{content:"ﲱ"}.fi-sr-stage-theatre:before{content:"ﲲ"}.fi-sr-stage:before{content:"ﲳ"}.fi-sr-stairs:before{content:"ﲴ"}.fi-sr-stamp:before{content:"ﲵ"}.fi-sr-standard-definition:before{content:"ﲶ"}.fi-sr-star-and-crescent:before{content:"ﲷ"}.fi-sr-star-christmas:before{content:"ﲸ"}.fi-sr-star-comment-alt:before{content:"ﲹ"}.fi-sr-star-exclamation:before{content:"ﲺ"}.fi-sr-star-octogram:before{content:"ﲻ"}.fi-sr-star-of-david:before{content:"ﲼ"}.fi-sr-star-rating-call:before{content:"ﲽ"}.fi-sr-star-sharp-half-stroke:before{content:"ﲾ"}.fi-sr-star-sharp-half:before{content:"ﲿ"}.fi-sr-star-shooting:before{content:"ﳀ"}.fi-sr-star:before{content:"ﳁ"}.fi-sr-starfighter:before{content:"ﳂ"}.fi-sr-stars:before{content:"ﳃ"}.fi-sr-state-country:before{content:"ﳄ"}.fi-sr-stationary-bike:before{content:"ﳅ"}.fi-sr-stats:before{content:"ﳆ"}.fi-sr-steak:before{content:"ﳇ"}.fi-sr-steering-wheel:before{content:"ﳈ"}.fi-sr-step-backward:before{content:"ﳉ"}.fi-sr-step-forward:before{content:"ﳊ"}.fi-sr-sterling-sign:before{content:"ﳋ"}.fi-sr-stethoscope:before{content:"ﳌ"}.fi-sr-sticker:before{content:"ﳍ"}.fi-sr-stocking:before{content:"ﳎ"}.fi-sr-stomach:before{content:"ﳏ"}.fi-sr-stop-circle:before{content:"ﳐ"}.fi-sr-stop-square:before{content:"ﳑ"}.fi-sr-stop:before{content:"ﳒ"}.fi-sr-stopwatch:before{content:"ﳓ"}.fi-sr-store-alt:before{content:"ﳔ"}.fi-sr-store-buyer:before{content:"ﳕ"}.fi-sr-store-lock:before{content:"ﳖ"}.fi-sr-store-slash:before{content:"ﳗ"}.fi-sr-story-book:before{content:"ﳘ"}.fi-sr-story-fairy-tale:before{content:"ﳙ"}.fi-sr-story-fantasy:before{content:"ﳚ"}.fi-sr-strategy-chess-risk:before{content:"ﳛ"}.fi-sr-strawberry:before{content:"ﳜ"}.fi-sr-street-view:before{content:"ﳝ"}.fi-sr-stretcher:before{content:"ﳞ"}.fi-sr-strikethrough:before{content:"ﳟ"}.fi-sr-stroopwafel:before{content:"ﳠ"}.fi-sr-student-alt:before{content:"ﳡ"}.fi-sr-student:before{content:"ﳢ"}.fi-sr-subscript:before{content:"ﳣ"}.fi-sr-subscription-alt:before{content:"ﳤ"}.fi-sr-subscription:before{content:"ﳥ"}.fi-sr-subtitles-slash:before{content:"ﳦ"}.fi-sr-subtitles:before{content:"ﳧ"}.fi-sr-subway:before{content:"ﳨ"}.fi-sr-suitcase-alt:before{content:"ﳩ"}.fi-sr-summary-check:before{content:"ﳪ"}.fi-sr-summer:before{content:"ﳫ"}.fi-sr-sun-dust:before{content:"ﳬ"}.fi-sr-sun-plant-wilt:before{content:"ﳭ"}.fi-sr-sun-salutation-yoga:before{content:"ﳮ"}.fi-sr-sun:before{content:"ﳯ"}.fi-sr-sunday:before{content:"ﳰ"}.fi-sr-sunglasses-alt:before{content:"ﳱ"}.fi-sr-sunglasses:before{content:"ﳲ"}.fi-sr-sunrise-alt:before{content:"ﳳ"}.fi-sr-sunrise:before{content:"ﳴ"}.fi-sr-sunset:before{content:"ﳵ"}.fi-sr-superscript:before{content:"ﳶ"}.fi-sr-surfing:before{content:"ﳷ"}.fi-sr-surprise:before{content:"ﳸ"}.fi-sr-surveillance-camera:before{content:"ﳹ"}.fi-sr-survey-xmark:before{content:"ﳺ"}.fi-sr-sushi-alt:before{content:"ﳻ"}.fi-sr-sushi-roll:before{content:"ﳼ"}.fi-sr-sushi:before{content:"ﳽ"}.fi-sr-svg:before{content:"ﳾ"}.fi-sr-swap:before{content:"ﳿ"}.fi-sr-swatchbook:before{content:"ﴀ"}.fi-sr-swimmer:before{content:"ﴁ"}.fi-sr-swimming-pool:before{content:"ﴂ"}.fi-sr-swing:before{content:"ﴃ"}.fi-sr-swipe-down:before{content:"ﴄ"}.fi-sr-swipe-left:before{content:"ﴅ"}.fi-sr-swipe-right:before{content:"ﴆ"}.fi-sr-swipe-up:before{content:"ﴇ"}.fi-sr-sword:before{content:"ﴈ"}.fi-sr-symbol:before{content:"ﴉ"}.fi-sr-symbols:before{content:"ﴊ"}.fi-sr-synagogue:before{content:"ﴋ"}.fi-sr-syringe:before{content:"ﴌ"}.fi-sr-system-cloud:before{content:"ﴍ"}.fi-sr-t:before{content:"ﴎ"}.fi-sr-tab-folder:before{content:"ﴏ"}.fi-sr-table-columns:before{content:"ﴐ"}.fi-sr-table-layout:before{content:"ﴑ"}.fi-sr-table-list:before{content:"ﴒ"}.fi-sr-table-picnic:before{content:"ﴓ"}.fi-sr-table-pivot:before{content:"ﴔ"}.fi-sr-table-rows:before{content:"ﴕ"}.fi-sr-table-tree:before{content:"ﴖ"}.fi-sr-table:before{content:"ﴗ"}.fi-sr-tablet-android-alt:before{content:"ﴘ"}.fi-sr-tablet-android:before{content:"ﴙ"}.fi-sr-tablet-rugged:before{content:"ﴚ"}.fi-sr-tablet:before{content:"ﴛ"}.fi-sr-tachometer-alt-average:before{content:"ﴜ"}.fi-sr-tachometer-alt-fastest:before{content:"ﴝ"}.fi-sr-tachometer-alt-slow:before{content:"ﴞ"}.fi-sr-tachometer-alt-slowest:before{content:"ﴟ"}.fi-sr-tachometer-average:before{content:"ﴠ"}.fi-sr-tachometer-fast:before{content:"ﴡ"}.fi-sr-tachometer-fastest:before{content:"ﴢ"}.fi-sr-tachometer-slow:before{content:"ﴣ"}.fi-sr-tachometer-slowest:before{content:"ﴤ"}.fi-sr-tachometer:before{content:"ﴥ"}.fi-sr-taco:before{content:"ﴦ"}.fi-sr-tags:before{content:"ﴧ"}.fi-sr-talent-alt:before{content:"ﴨ"}.fi-sr-talent-hand:before{content:"ﴩ"}.fi-sr-talent:before{content:"ﴪ"}.fi-sr-tally-1:before{content:"ﴫ"}.fi-sr-tally-2:before{content:"ﴬ"}.fi-sr-tally-3:before{content:"ﴭ"}.fi-sr-tally-4:before{content:"ﴮ"}.fi-sr-tally:before{content:"ﴯ"}.fi-sr-tamale:before{content:"ﴰ"}.fi-sr-tank-water:before{content:"ﴱ"}.fi-sr-tap:before{content:"ﴲ"}.fi-sr-tape:before{content:"ﴳ"}.fi-sr-target-audience:before{content:"ﴴ"}.fi-sr-target:before{content:"ﴵ"}.fi-sr-tax-alt:before{content:"ﴶ"}.fi-sr-tax:before{content:"ﴷ"}.fi-sr-taxi-bus:before{content:"ﴸ"}.fi-sr-taxi:before{content:"ﴹ"}.fi-sr-team-check-alt:before{content:"ﴺ"}.fi-sr-team-check:before{content:"ﴻ"}.fi-sr-teddy-bear:before{content:"ﴼ"}.fi-sr-teeth-open:before{content:"ﴽ"}.fi-sr-telescope:before{content:"﴾"}.fi-sr-temperature-down:before{content:"﴿"}.fi-sr-temperature-frigid:before{content:"﵀"}.fi-sr-temperature-high:before{content:"﵁"}.fi-sr-temperature-list:before{content:"﵂"}.fi-sr-temperature-low:before{content:"﵃"}.fi-sr-temperature-up:before{content:"﵄"}.fi-sr-template-alt:before{content:"﵅"}.fi-sr-template:before{content:"﵆"}.fi-sr-tenge:before{content:"﵇"}.fi-sr-tennis:before{content:"﵈"}.fi-sr-tent-arrow-down-to-line:before{content:"﵉"}.fi-sr-tent-arrow-left-right:before{content:"﵊"}.fi-sr-tent-arrow-turn-left:before{content:"﵋"}.fi-sr-tent-arrows-down:before{content:"﵌"}.fi-sr-tents:before{content:"﵍"}.fi-sr-terminal:before{content:"﵎"}.fi-sr-terrace:before{content:"﵏"}.fi-sr-test-tube:before{content:"ﵐ"}.fi-sr-test:before{content:"ﵑ"}.fi-sr-text-box-dots:before{content:"ﵒ"}.fi-sr-text-box-edit:before{content:"ﵓ"}.fi-sr-text-box:before{content:"ﵔ"}.fi-sr-text-check:before{content:"ﵕ"}.fi-sr-text-height:before{content:"ﵖ"}.fi-sr-text-shadow:before{content:"ﵗ"}.fi-sr-text-size:before{content:"ﵘ"}.fi-sr-text-slash:before{content:"ﵙ"}.fi-sr-text-width:before{content:"ﵚ"}.fi-sr-text:before{content:"ﵛ"}.fi-sr-theater-masks:before{content:"ﵜ"}.fi-sr-thermometer-alt:before{content:"ﵝ"}.fi-sr-thermometer-empty:before{content:"ﵞ"}.fi-sr-thermometer-full:before{content:"ﵟ"}.fi-sr-thermometer-half:before{content:"ﵠ"}.fi-sr-thermometer-quarter:before{content:"ﵡ"}.fi-sr-thermometer-three-quarters:before{content:"ﵢ"}.fi-sr-theta:before{content:"ﵣ"}.fi-sr-third-award:before{content:"ﵤ"}.fi-sr-third-laurel:before{content:"ﵥ"}.fi-sr-third-medal:before{content:"ﵦ"}.fi-sr-third:before{content:"ﵧ"}.fi-sr-thought-bubble:before{content:"ﵨ"}.fi-sr-three-leaf-clover:before{content:"ﵩ"}.fi-sr-thumbs-down:before{content:"ﵪ"}.fi-sr-thumbs-up-trust:before{content:"ﵫ"}.fi-sr-thumbs-up:before{content:"ﵬ"}.fi-sr-thumbtack:before{content:"ﵭ"}.fi-sr-thunderstorm-moon:before{content:"ﵮ"}.fi-sr-thunderstorm-risk:before{content:"ﵯ"}.fi-sr-thunderstorm-sun:before{content:"ﵰ"}.fi-sr-thunderstorm:before{content:"ﵱ"}.fi-sr-thursday:before{content:"ﵲ"}.fi-sr-ticket-airline:before{content:"ﵳ"}.fi-sr-ticket-alt:before{content:"ﵴ"}.fi-sr-ticket:before{content:"ﵵ"}.fi-sr-tickets-airline:before{content:"ﵶ"}.fi-sr-tie:before{content:"ﵷ"}.fi-sr-tilde:before{content:"ﵸ"}.fi-sr-time-add:before{content:"ﵹ"}.fi-sr-time-check:before{content:"ﵺ"}.fi-sr-time-delete:before{content:"ﵻ"}.fi-sr-time-fast:before{content:"ﵼ"}.fi-sr-time-forward-sixty:before{content:"ﵽ"}.fi-sr-time-forward-ten:before{content:"ﵾ"}.fi-sr-time-forward:before{content:"ﵿ"}.fi-sr-time-half-past:before{content:"ﶀ"}.fi-sr-time-oclock:before{content:"ﶁ"}.fi-sr-time-past:before{content:"ﶂ"}.fi-sr-time-quarter-past:before{content:"ﶃ"}.fi-sr-time-quarter-to:before{content:"ﶄ"}.fi-sr-time-twenty-four:before{content:"ﶅ"}.fi-sr-time-watch-calendar:before{content:"ﶆ"}.fi-sr-timer-clock-call:before{content:"ﶇ"}.fi-sr-times-hexagon:before{content:"ﶈ"}.fi-sr-tint-slash:before{content:"ﶉ"}.fi-sr-tip-coin:before{content:"ﶊ"}.fi-sr-tire-flat:before{content:"ﶋ"}.fi-sr-tire-pressure-warning:before{content:"ﶌ"}.fi-sr-tire-rugged:before{content:"ﶍ"}.fi-sr-tire:before{content:"ﶎ"}.fi-sr-tired:before{content:"ﶏ"}.fi-sr-to-do-alt:before{content:"﶐"}.fi-sr-to-do:before{content:"﶑"}.fi-sr-together-people:before{content:"ﶒ"}.fi-sr-toggle-off:before{content:"ﶓ"}.fi-sr-toggle-on:before{content:"ﶔ"}.fi-sr-toilet-paper-blank-under:before{content:"ﶕ"}.fi-sr-toilet-paper-blank:before{content:"ﶖ"}.fi-sr-toilet-paper-slash:before{content:"ﶗ"}.fi-sr-toilet-paper-under-slash:before{content:"ﶘ"}.fi-sr-toilet-paper-under:before{content:"ﶙ"}.fi-sr-toilet:before{content:"ﶚ"}.fi-sr-toilets-portable:before{content:"ﶛ"}.fi-sr-token:before{content:"ﶜ"}.fi-sr-tomato:before{content:"ﶝ"}.fi-sr-tombstone-alt:before{content:"ﶞ"}.fi-sr-tombstone:before{content:"ﶟ"}.fi-sr-tool-box:before{content:"ﶠ"}.fi-sr-tool-crop:before{content:"ﶡ"}.fi-sr-tool-marquee:before{content:"ﶢ"}.fi-sr-tools:before{content:"ﶣ"}.fi-sr-tooth:before{content:"ﶤ"}.fi-sr-toothbrush:before{content:"ﶥ"}.fi-sr-torch-inspiration-leader:before{content:"ﶦ"}.fi-sr-torii-gate:before{content:"ﶧ"}.fi-sr-tornado:before{content:"ﶨ"}.fi-sr-total:before{content:"ﶩ"}.fi-sr-tour-guide-people:before{content:"ﶪ"}.fi-sr-tour-virtual:before{content:"ﶫ"}.fi-sr-tower-control:before{content:"ﶬ"}.fi-sr-track:before{content:"ﶭ"}.fi-sr-tractor:before{content:"ﶮ"}.fi-sr-trademark:before{content:"ﶯ"}.fi-sr-traffic-cone:before{content:"ﶰ"}.fi-sr-traffic-light-go:before{content:"ﶱ"}.fi-sr-traffic-light-slow:before{content:"ﶲ"}.fi-sr-traffic-light-stop:before{content:"ﶳ"}.fi-sr-traffic-light:before{content:"ﶴ"}.fi-sr-trailer:before{content:"ﶵ"}.fi-sr-train-journey:before{content:"ﶶ"}.fi-sr-train-side:before{content:"ﶷ"}.fi-sr-train-station-building:before{content:"ﶸ"}.fi-sr-train-station:before{content:"ﶹ"}.fi-sr-train-subway-tunnel:before{content:"ﶺ"}.fi-sr-train-track:before{content:"ﶻ"}.fi-sr-train-tram:before{content:"ﶼ"}.fi-sr-train:before{content:"ﶽ"}.fi-sr-tram:before{content:"ﶾ"}.fi-sr-transform:before{content:"ﶿ"}.fi-sr-transformation-block:before{content:"ﷀ"}.fi-sr-transformation-circle:before{content:"ﷁ"}.fi-sr-transformation-design:before{content:"ﷂ"}.fi-sr-transformation-shapes:before{content:"ﷃ"}.fi-sr-transformer-bolt:before{content:"ﷄ"}.fi-sr-transgender:before{content:"ﷅ"}.fi-sr-transporter-1:before{content:"ﷆ"}.fi-sr-transporter-2:before{content:"ﷇ"}.fi-sr-transporter-3:before{content:"﷈"}.fi-sr-transporter-4:before{content:"﷉"}.fi-sr-transporter-5:before{content:"﷊"}.fi-sr-transporter-6:before{content:"﷋"}.fi-sr-transporter-7:before{content:"﷌"}.fi-sr-transporter-empty:before{content:"﷍"}.fi-sr-transporter:before{content:"﷎"}.fi-sr-trash-can-check:before{content:"﷏"}.fi-sr-trash-can-clock:before{content:"﷐"}.fi-sr-trash-can-list:before{content:"﷑"}.fi-sr-trash-can-plus:before{content:"﷒"}.fi-sr-trash-can-slash:before{content:"﷓"}.fi-sr-trash-check:before{content:"﷔"}.fi-sr-trash-clock:before{content:"﷕"}.fi-sr-trash-empty:before{content:"﷖"}.fi-sr-trash-list:before{content:"﷗"}.fi-sr-trash-plus:before{content:"﷘"}.fi-sr-trash-restore-alt:before{content:"﷙"}.fi-sr-trash-restore:before{content:"﷚"}.fi-sr-trash-slash:before{content:"﷛"}.fi-sr-trash-undo-alt:before{content:"﷜"}.fi-sr-trash-undo:before{content:"﷝"}.fi-sr-trash-xmark:before{content:"﷞"}.fi-sr-trash:before{content:"﷟"}.fi-sr-treadmill:before{content:"﷠"}.fi-sr-treasure-chest:before{content:"﷡"}.fi-sr-treatment:before{content:"﷢"}.fi-sr-tree-alt:before{content:"﷣"}.fi-sr-tree-christmas:before{content:"﷤"}.fi-sr-tree-deciduous:before{content:"﷥"}.fi-sr-tree:before{content:"﷦"}.fi-sr-trees-alt:before{content:"﷧"}.fi-sr-trees:before{content:"﷨"}.fi-sr-triangle-music:before{content:"﷩"}.fi-sr-triangle-person-digging:before{content:"﷪"}.fi-sr-triangle-warning:before{content:"﷫"}.fi-sr-triangle:before{content:"﷬"}.fi-sr-tricycle:before{content:"﷭"}.fi-sr-trillium:before{content:"﷮"}.fi-sr-trophy-achievement-skill:before{content:"﷯"}.fi-sr-trophy-star:before{content:"ﷰ"}.fi-sr-trophy:before{content:"ﷱ"}.fi-sr-truck-arrow-left:before{content:"ﷲ"}.fi-sr-truck-arrow-right:before{content:"ﷳ"}.fi-sr-truck-bolt:before{content:"ﷴ"}.fi-sr-truck-box:before{content:"ﷵ"}.fi-sr-truck-check:before{content:"ﷶ"}.fi-sr-truck-container-empty:before{content:"ﷷ"}.fi-sr-truck-container:before{content:"ﷸ"}.fi-sr-truck-couch:before{content:"ﷹ"}.fi-sr-truck-fire:before{content:"ﷺ"}.fi-sr-truck-flatbed:before{content:"ﷻ"}.fi-sr-truck-front:before{content:"﷼"}.fi-sr-truck-ladder:before{content:"﷽"}.fi-sr-truck-loading:before{content:"﷾"}.fi-sr-truck-medical:before{content:"﷿"}.fi-sr-truck-monster:before{content:"︐"}.fi-sr-truck-moving:before{content:"︑"}.fi-sr-truck-pickup:before{content:"︒"}.fi-sr-truck-plow:before{content:"︓"}.fi-sr-truck-ramp:before{content:"︔"}.fi-sr-truck-side:before{content:"︕"}.fi-sr-truck-tow:before{content:"︖"}.fi-sr-truck-utensils:before{content:"︗"}.fi-sr-trumpet:before{content:"︘"}.fi-sr-trust-alt:before{content:"︙"}.fi-sr-trust:before{content:"︚"}.fi-sr-tshirt:before{content:"︛"}.fi-sr-tty-answer:before{content:"︜"}.fi-sr-tty:before{content:"︝"}.fi-sr-tubes:before{content:"︞"}.fi-sr-tuesday:before{content:"︟"}.fi-sr-tugrik-sign:before{content:"︰"}.fi-sr-turkey:before{content:"︱"}.fi-sr-turn-left-down:before{content:"︲"}.fi-sr-turn-left:before{content:"︳"}.fi-sr-turn-right:before{content:"︴"}.fi-sr-turntable:before{content:"︵"}.fi-sr-turtle:before{content:"︶"}.fi-sr-tv-music:before{content:"︷"}.fi-sr-tv-retro:before{content:"︸"}.fi-sr-typewriter:before{content:"︹"}.fi-sr-u:before{content:"︺"}.fi-sr-ufo-beam:before{content:"︻"}.fi-sr-ufo:before{content:"︼"}.fi-sr-ui-ux:before{content:"︽"}.fi-sr-umbrella-beach:before{content:"︾"}.fi-sr-umbrella:before{content:"︿"}.fi-sr-under-construction:before{content:"﹀"}.fi-sr-underline:before{content:"﹁"}.fi-sr-undo-alt:before{content:"﹂"}.fi-sr-undo:before{content:"﹃"}.fi-sr-unicorn:before{content:"﹄"}.fi-sr-uniform-martial-arts:before{content:"﹅"}.fi-sr-universal-access:before{content:"﹆"}.fi-sr-unlock:before{content:"﹇"}.fi-sr-up-from-bracket:before{content:"﹈"}.fi-sr-up-left:before{content:"﹉"}.fi-sr-up-right-from-square:before{content:"﹊"}.fi-sr-up-right:before{content:"﹋"}.fi-sr-up:before{content:"﹌"}.fi-sr-upload:before{content:"﹍"}.fi-sr-url:before{content:"﹎"}.fi-sr-usb-pendrive:before{content:"﹏"}.fi-sr-usd-circle:before{content:"﹐"}.fi-sr-usd-square:before{content:"﹑"}.fi-sr-user-add:before{content:"﹒"}.fi-sr-user-alien:before{content:"﹓"}.fi-sr-user-astronaut:before{content:"﹔"}.fi-sr-user-check:before{content:"﹕"}.fi-sr-user-chef:before{content:"﹖"}.fi-sr-user-coach:before{content:"﹗"}.fi-sr-user-cowboy:before{content:"﹘"}.fi-sr-user-crown:before{content:"﹙"}.fi-sr-user-gear:before{content:"﹚"}.fi-sr-user-graduate:before{content:"﹛"}.fi-sr-user-headset:before{content:"﹜"}.fi-sr-user-helmet-safety:before{content:"﹝"}.fi-sr-user-injured:before{content:"﹞"}.fi-sr-user-interface-ui:before{content:"﹟"}.fi-sr-user-key:before{content:"﹠"}.fi-sr-user-lock:before{content:"﹡"}.fi-sr-user-md-chat:before{content:"﹢"}.fi-sr-user-md:before{content:"﹣"}.fi-sr-user-minus:before{content:"﹤"}.fi-sr-user-music:before{content:"﹥"}.fi-sr-user-ninja:before{content:"﹦"}.fi-sr-user-nurse:before{content:"﹧"}.fi-sr-user-pen:before{content:"﹨"}.fi-sr-user-pilot-tie:before{content:"﹩"}.fi-sr-user-pilot:before{content:"﹪"}.fi-sr-user-police:before{content:"﹫"}.fi-sr-user-robot-xmarks:before{content:"﹬"}.fi-sr-user-robot:before{content:"﹭"}.fi-sr-user-salary:before{content:"﹮"}.fi-sr-user-shield:before{content:"﹯"}.fi-sr-user-skill-gear:before{content:"ﹰ"}.fi-sr-user-slash:before{content:"ﹱ"}.fi-sr-user-tag:before{content:"ﹲ"}.fi-sr-user-time:before{content:"ﹳ"}.fi-sr-user-trust:before{content:"ﹴ"}.fi-sr-user-unlock:before{content:"﹵"}.fi-sr-user-visor:before{content:"ﹶ"}.fi-sr-user-xmark:before{content:"ﹷ"}.fi-sr-user:before{content:"ﹸ"}.fi-sr-users-alt:before{content:"ﹹ"}.fi-sr-users-class:before{content:"ﹺ"}.fi-sr-users-gear:before{content:"ﹻ"}.fi-sr-users-medical:before{content:"ﹼ"}.fi-sr-users-slash:before{content:"ﹽ"}.fi-sr-users:before{content:"ﹾ"}.fi-sr-utensils-slash:before{content:"ﹿ"}.fi-sr-utensils:before{content:"ﺀ"}.fi-sr-utility-pole-double:before{content:"ﺁ"}.fi-sr-utility-pole:before{content:"ﺂ"}.fi-sr-ux-browser:before{content:"ﺃ"}.fi-sr-ux:before{content:"ﺄ"}.fi-sr-v:before{content:"ﺅ"}.fi-sr-vacuum-robot:before{content:"ﺆ"}.fi-sr-vacuum:before{content:"ﺇ"}.fi-sr-value-absolute:before{content:"ﺈ"}.fi-sr-vault:before{content:"ﺉ"}.fi-sr-vector-alt:before{content:"ﺊ"}.fi-sr-vector-circle:before{content:"ﺋ"}.fi-sr-vector-polygon:before{content:"ﺌ"}.fi-sr-vector:before{content:"ﺍ"}.fi-sr-venus-double:before{content:"ﺎ"}.fi-sr-venus-mars:before{content:"ﺏ"}.fi-sr-venus:before{content:"ﺐ"}.fi-sr-vest-patches:before{content:"ﺑ"}.fi-sr-vest:before{content:"ﺒ"}.fi-sr-video-arrow-down-left:before{content:"ﺓ"}.fi-sr-video-arrow-up-right:before{content:"ﺔ"}.fi-sr-video-camera-alt:before{content:"ﺕ"}.fi-sr-video-camera:before{content:"ﺖ"}.fi-sr-video-duration:before{content:"ﺗ"}.fi-sr-video-plus:before{content:"ﺘ"}.fi-sr-video-slash:before{content:"ﺙ"}.fi-sr-videoconference:before{content:"ﺚ"}.fi-sr-vihara:before{content:"ﺛ"}.fi-sr-violin:before{content:"ﺜ"}.fi-sr-virus-slash:before{content:"ﺝ"}.fi-sr-virus:before{content:"ﺞ"}.fi-sr-viruses:before{content:"ﺟ"}.fi-sr-visit:before{content:"ﺠ"}.fi-sr-voicemail:before{content:"ﺡ"}.fi-sr-volcano:before{content:"ﺢ"}.fi-sr-volleyball:before{content:"ﺣ"}.fi-sr-volume-down:before{content:"ﺤ"}.fi-sr-volume-mute:before{content:"ﺥ"}.fi-sr-volume-off:before{content:"ﺦ"}.fi-sr-volume-slash:before{content:"ﺧ"}.fi-sr-volume:before{content:"ﺨ"}.fi-sr-vote-nay:before{content:"ﺩ"}.fi-sr-vote-yea:before{content:"ﺪ"}.fi-sr-vr-cardboard:before{content:"ﺫ"}.fi-sr-w:before{content:"ﺬ"}.fi-sr-waffle:before{content:"ﺭ"}.fi-sr-wagon-covered:before{content:"ﺮ"}.fi-sr-walker:before{content:"ﺯ"}.fi-sr-walkie-talkie:before{content:"ﺰ"}.fi-sr-walking:before{content:"ﺱ"}.fi-sr-wallet-arrow:before{content:"ﺲ"}.fi-sr-wallet-buyer:before{content:"ﺳ"}.fi-sr-wallet:before{content:"ﺴ"}.fi-sr-warehouse-alt:before{content:"ﺵ"}.fi-sr-washer:before{content:"ﺶ"}.fi-sr-waste-pollution:before{content:"ﺷ"}.fi-sr-waste:before{content:"ﺸ"}.fi-sr-watch-calculator:before{content:"ﺹ"}.fi-sr-watch-fitness:before{content:"ﺺ"}.fi-sr-watch-smart:before{content:"ﺻ"}.fi-sr-watch:before{content:"ﺼ"}.fi-sr-water-bottle:before{content:"ﺽ"}.fi-sr-water-ladder:before{content:"ﺾ"}.fi-sr-water-lower:before{content:"ﺿ"}.fi-sr-water-rise:before{content:"ﻀ"}.fi-sr-water:before{content:"ﻁ"}.fi-sr-watermelon:before{content:"ﻂ"}.fi-sr-wave-sine:before{content:"ﻃ"}.fi-sr-wave-square:before{content:"ﻄ"}.fi-sr-wave-triangle:before{content:"ﻅ"}.fi-sr-wave:before{content:"ﻆ"}.fi-sr-waveform-path:before{content:"ﻇ"}.fi-sr-waveform:before{content:"ﻈ"}.fi-sr-web-design:before{content:"ﻉ"}.fi-sr-webcam-slash:before{content:"ﻊ"}.fi-sr-webcam:before{content:"ﻋ"}.fi-sr-webhook:before{content:"ﻌ"}.fi-sr-wednesday:before{content:"ﻍ"}.fi-sr-whale:before{content:"ﻎ"}.fi-sr-wheat-awn-circle-exclamation:before{content:"ﻏ"}.fi-sr-wheat-awn-slash:before{content:"ﻐ"}.fi-sr-wheat-awn:before{content:"ﻑ"}.fi-sr-wheat-slash:before{content:"ﻒ"}.fi-sr-wheat:before{content:"ﻓ"}.fi-sr-wheelchair-move:before{content:"ﻔ"}.fi-sr-wheelchair-sleeping:before{content:"ﻕ"}.fi-sr-wheelchair:before{content:"ﻖ"}.fi-sr-whistle:before{content:"ﻗ"}.fi-sr-white-space:before{content:"ﻘ"}.fi-sr-wifi-1:before{content:"ﻙ"}.fi-sr-wifi-2:before{content:"ﻚ"}.fi-sr-wifi-alt:before{content:"ﻛ"}.fi-sr-wifi-exclamation:before{content:"ﻜ"}.fi-sr-wifi-slash:before{content:"ﻝ"}.fi-sr-wifi:before{content:"ﻞ"}.fi-sr-wind-turbine:before{content:"ﻟ"}.fi-sr-wind-warning:before{content:"ﻠ"}.fi-sr-wind:before{content:"ﻡ"}.fi-sr-window-alt:before{content:"ﻢ"}.fi-sr-window-frame-open:before{content:"ﻣ"}.fi-sr-window-frame:before{content:"ﻤ"}.fi-sr-window-maximize:before{content:"ﻥ"}.fi-sr-window-minimize:before{content:"ﻦ"}.fi-sr-window-restore:before{content:"ﻧ"}.fi-sr-windsock:before{content:"ﻨ"}.fi-sr-wine-bottle:before{content:"ﻩ"}.fi-sr-wine-glass-crack:before{content:"ﻪ"}.fi-sr-wine-glass-empty:before{content:"ﻫ"}.fi-sr-wishlist-heart:before{content:"ﻬ"}.fi-sr-wishlist-star:before{content:"ﻭ"}.fi-sr-woman-head:before{content:"ﻮ"}.fi-sr-woman-scientist:before{content:"ﻯ"}.fi-sr-won-sign:before{content:"ﻰ"}.fi-sr-workflow-alt:before{content:"ﻱ"}.fi-sr-workflow-setting-alt:before{content:"ﻲ"}.fi-sr-workflow-setting:before{content:"ﻳ"}.fi-sr-workflow:before{content:"ﻴ"}.fi-sr-workshop:before{content:"ﻵ"}.fi-sr-world:before{content:"ﻶ"}.fi-sr-worm:before{content:"ﻷ"}.fi-sr-wreath:before{content:"ﻸ"}.fi-sr-wrench-alt:before{content:"ﻹ"}.fi-sr-wrench-simple:before{content:"ﻺ"}.fi-sr-x-ray:before{content:"ﻻ"}.fi-sr-x:before{content:"ﻼ"}.fi-sr-y:before{content:"﻽"}.fi-sr-yen:before{content:"﻾"}.fi-sr-yin-yang:before{content:"＀"}.fi-sr-z:before{content:"！"}.fi-sr-zip-file:before{content:"＂"}.fi-sr-zoom-in:before{content:"＃"}.fi-sr-zoom-out:before{content:"＄"}@font-face{font-family:uicons-thin-rounded;src:url(/assets/uicons-thin-rounded-HOOVQNVT-cb23f9ea.woff2) format("woff2"),url(/assets/uicons-thin-rounded-IJXIJK3M-9f33d251.woff) format("woff"),url(/assets/uicons-thin-rounded-LFWVTX5C-b0a1d3c9.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-tr-]:before,i[class*=" fi-tr-"]:before,span[class^=fi-tr-]:before,span[class*=fi-tr-]:before{font-family:uicons-thin-rounded!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-tr-0:before{content:""}.fi-tr-00s-music-disc:before{content:""}.fi-tr-1:before{content:""}.fi-tr-2:before{content:""}.fi-tr-3:before{content:""}.fi-tr-360-degrees:before{content:""}.fi-tr-4:before{content:""}.fi-tr-404:before{content:""}.fi-tr-5:before{content:""}.fi-tr-6:before{content:""}.fi-tr-60s-music-disc:before{content:""}.fi-tr-7:before{content:""}.fi-tr-70s-music-disc:before{content:""}.fi-tr-8:before{content:""}.fi-tr-80s-music-disc:before{content:""}.fi-tr-9:before{content:""}.fi-tr-90s-music-disc:before{content:""}.fi-tr-a:before{content:""}.fi-tr-accident:before{content:""}.fi-tr-acorn:before{content:""}.fi-tr-ad-paid:before{content:""}.fi-tr-ad:before{content:""}.fi-tr-add-document:before{content:""}.fi-tr-add-folder:before{content:""}.fi-tr-add-image:before{content:""}.fi-tr-add:before{content:""}.fi-tr-address-book:before{content:""}.fi-tr-address-card:before{content:""}.fi-tr-admin-alt:before{content:""}.fi-tr-admin:before{content:""}.fi-tr-age-alt:before{content:""}.fi-tr-age-restriction-eighteen:before{content:""}.fi-tr-age-restriction-seven:before{content:""}.fi-tr-age-restriction-six:before{content:""}.fi-tr-age-restriction-sixteen:before{content:""}.fi-tr-age-restriction-thirteen:before{content:""}.fi-tr-age-restriction-three:before{content:""}.fi-tr-age-restriction-twelve:before{content:""}.fi-tr-age-restriction-twenty-one:before{content:""}.fi-tr-age-restriction-zero:before{content:""}.fi-tr-age:before{content:""}.fi-tr-air-conditioner:before{content:""}.fi-tr-air-freshener:before{content:""}.fi-tr-air-pollution:before{content:""}.fi-tr-airplane-journey:before{content:""}.fi-tr-airplane-window-open:before{content:""}.fi-tr-airplay:before{content:""}.fi-tr-alarm-clock:before{content:""}.fi-tr-alarm-exclamation:before{content:""}.fi-tr-alarm-plus:before{content:""}.fi-tr-alarm-snooze:before{content:""}.fi-tr-album-circle-plus:before{content:""}.fi-tr-album-circle-user:before{content:""}.fi-tr-album-collection:before{content:""}.fi-tr-album:before{content:""}.fi-tr-algorithm:before{content:""}.fi-tr-alicorn:before{content:""}.fi-tr-alien:before{content:""}.fi-tr-align-slash:before{content:""}.fi-tr-ambulance:before{content:""}.fi-tr-analyse-alt:before{content:""}.fi-tr-analyse:before{content:""}.fi-tr-anatomical-heart:before{content:""}.fi-tr-anchor:before{content:""}.fi-tr-angel:before{content:""}.fi-tr-angle-90:before{content:""}.fi-tr-angle-circle-down:before{content:""}.fi-tr-angle-circle-left:before{content:""}.fi-tr-angle-circle-right:before{content:""}.fi-tr-angle-circle-up:before{content:""}.fi-tr-angle-double-left:before{content:""}.fi-tr-angle-double-right:before{content:""}.fi-tr-angle-double-small-down:before{content:""}.fi-tr-angle-double-small-left:before{content:""}.fi-tr-angle-double-small-right:before{content:""}.fi-tr-angle-double-small-up:before{content:""}.fi-tr-angle-down:before{content:""}.fi-tr-angle-left:before{content:""}.fi-tr-angle-right:before{content:""}.fi-tr-angle-small-down:before{content:""}.fi-tr-angle-small-left:before{content:""}.fi-tr-angle-small-right:before{content:""}.fi-tr-angle-small-up:before{content:""}.fi-tr-angle-square-down:before{content:""}.fi-tr-angle-square-left:before{content:""}.fi-tr-angle-square-right:before{content:""}.fi-tr-angle-square-up:before{content:""}.fi-tr-angle-up:before{content:""}.fi-tr-angle:before{content:""}.fi-tr-angles-up-down:before{content:""}.fi-tr-angry:before{content:""}.fi-tr-animated-icon:before{content:""}.fi-tr-ankh:before{content:""}.fi-tr-answer-alt:before{content:""}.fi-tr-answer:before{content:""}.fi-tr-apartment:before{content:""}.fi-tr-aperture:before{content:""}.fi-tr-api:before{content:""}.fi-tr-apple-core:before{content:""}.fi-tr-apple-crate:before{content:""}.fi-tr-apple:before{content:""}.fi-tr-archway:before{content:""}.fi-tr-arrow-alt-circle-down:before{content:""}.fi-tr-arrow-alt-circle-left:before{content:""}.fi-tr-arrow-alt-circle-right:before{content:""}.fi-tr-arrow-alt-circle-up:before{content:""}.fi-tr-arrow-alt-down:before{content:""}.fi-tr-arrow-alt-from-bottom:before{content:""}.fi-tr-arrow-alt-from-left:before{content:""}.fi-tr-arrow-alt-from-right:before{content:""}.fi-tr-arrow-alt-from-top:before{content:""}.fi-tr-arrow-alt-left:before{content:""}.fi-tr-arrow-alt-right:before{content:""}.fi-tr-arrow-alt-square-down:before{content:""}.fi-tr-arrow-alt-square-left:before{content:""}.fi-tr-arrow-alt-square-right:before{content:""}.fi-tr-arrow-alt-square-up:before{content:""}.fi-tr-arrow-alt-to-bottom:before{content:""}.fi-tr-arrow-alt-to-left:before{content:""}.fi-tr-arrow-alt-to-right:before{content:""}.fi-tr-arrow-alt-to-top:before{content:""}.fi-tr-arrow-alt-up:before{content:""}.fi-tr-arrow-circle-down:before{content:""}.fi-tr-arrow-circle-left:before{content:""}.fi-tr-arrow-circle-right:before{content:""}.fi-tr-arrow-circle-up:before{content:""}.fi-tr-arrow-comparison:before{content:""}.fi-tr-arrow-down-from-arc:before{content:""}.fi-tr-arrow-down-from-dotted-line:before{content:""}.fi-tr-arrow-down-left:before{content:""}.fi-tr-arrow-down-small-big:before{content:""}.fi-tr-arrow-down-to-dotted-line:before{content:""}.fi-tr-arrow-down-to-square:before{content:""}.fi-tr-arrow-down-triangle-square:before{content:""}.fi-tr-arrow-down:before{content:""}.fi-tr-arrow-from-bottom:before{content:""}.fi-tr-arrow-from-left:before{content:""}.fi-tr-arrow-from-right:before{content:""}.fi-tr-arrow-from-top:before{content:""}.fi-tr-arrow-left-from-arc:before{content:""}.fi-tr-arrow-left-from-line:before{content:""}.fi-tr-arrow-left-to-arc:before{content:""}.fi-tr-arrow-left:before{content:""}.fi-tr-arrow-progress-alt:before{content:""}.fi-tr-arrow-progress:before{content:""}.fi-tr-arrow-right-to-bracket:before{content:""}.fi-tr-arrow-right:before{content:""}.fi-tr-arrow-small-down:before{content:""}.fi-tr-arrow-small-left:before{content:""}.fi-tr-arrow-small-right:before{content:""}.fi-tr-arrow-small-up:before{content:""}.fi-tr-arrow-square-down:before{content:""}.fi-tr-arrow-square-left:before{content:""}.fi-tr-arrow-square-right:before{content:""}.fi-tr-arrow-square-up:before{content:""}.fi-tr-arrow-to-bottom:before{content:""}.fi-tr-arrow-to-left:before{content:""}.fi-tr-arrow-to-right:before{content:""}.fi-tr-arrow-to-top:before{content:""}.fi-tr-arrow-trend-down:before{content:""}.fi-tr-arrow-trend-up:before{content:""}.fi-tr-arrow-turn-down-left:before{content:""}.fi-tr-arrow-turn-down-right:before{content:""}.fi-tr-arrow-turn-left-up:before{content:""}.fi-tr-arrow-up-from-dotted-line:before{content:""}.fi-tr-arrow-up-from-ground-water:before{content:""}.fi-tr-arrow-up-from-square:before{content:""}.fi-tr-arrow-up-left-from-circle:before{content:""}.fi-tr-arrow-up-left:before{content:""}.fi-tr-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-tr-arrow-up-right-from-square:before{content:""}.fi-tr-arrow-up-right:before{content:""}.fi-tr-arrow-up-small-big:before{content:""}.fi-tr-arrow-up-square-triangle:before{content:""}.fi-tr-arrow-up-to-arc:before{content:""}.fi-tr-arrow-up-to-dotted-line:before{content:""}.fi-tr-arrow-up:before{content:""}.fi-tr-arrow-upward-growth-crypto:before{content:""}.fi-tr-arrows-alt-h:before{content:""}.fi-tr-arrows-alt-v:before{content:""}.fi-tr-arrows-alt:before{content:""}.fi-tr-arrows-cross:before{content:""}.fi-tr-arrows-from-dotted-line:before{content:""}.fi-tr-arrows-from-line:before{content:""}.fi-tr-arrows-h-copy:before{content:""}.fi-tr-arrows-h:before{content:""}.fi-tr-arrows-repeat-1:before{content:""}.fi-tr-arrows-repeat:before{content:""}.fi-tr-arrows-retweet:before{content:""}.fi-tr-arrows-split-right-and-left:before{content:""}.fi-tr-arrows-split-up-and-left:before{content:""}.fi-tr-arrows-to-circle:before{content:""}.fi-tr-arrows-to-dotted-line:before{content:""}.fi-tr-arrows-to-line:before{content:""}.fi-tr-arrows:before{content:""}.fi-tr-artificial-intelligence:before{content:""}.fi-tr-assept-document:before{content:""}.fi-tr-assessment-alt:before{content:""}.fi-tr-assessment:before{content:""}.fi-tr-assign:before{content:""}.fi-tr-assistive-listening-systems:before{content:""}.fi-tr-asterik:before{content:""}.fi-tr-at:before{content:""}.fi-tr-attribution-pen:before{content:""}.fi-tr-attribution-pencil:before{content:""}.fi-tr-aubergine:before{content:""}.fi-tr-auction:before{content:""}.fi-tr-audio-description-slash:before{content:""}.fi-tr-audit-alt:before{content:""}.fi-tr-audit:before{content:""}.fi-tr-austral-sign:before{content:""}.fi-tr-avocado:before{content:""}.fi-tr-award:before{content:""}.fi-tr-axe-battle:before{content:""}.fi-tr-axe:before{content:""}.fi-tr-b:before{content:""}.fi-tr-baby-carriage:before{content:""}.fi-tr-baby:before{content:""}.fi-tr-back-up:before{content:""}.fi-tr-background:before{content:""}.fi-tr-backpack:before{content:""}.fi-tr-bacon:before{content:""}.fi-tr-bacteria:before{content:""}.fi-tr-bacterium:before{content:""}.fi-tr-badge-check:before{content:""}.fi-tr-badge-dollar:before{content:""}.fi-tr-badge-leaf:before{content:""}.fi-tr-badge-percent:before{content:""}.fi-tr-badge-sheriff:before{content:""}.fi-tr-badge:before{content:""}.fi-tr-badger-honey:before{content:""}.fi-tr-badget-check-alt:before{content:""}.fi-tr-badminton:before{content:""}.fi-tr-bag-map-pin:before{content:""}.fi-tr-bag-seedling:before{content:""}.fi-tr-bag-shopping-minus:before{content:""}.fi-tr-bags-shopping:before{content:""}.fi-tr-baguette:before{content:""}.fi-tr-bahai:before{content:""}.fi-tr-baht-sign:before{content:""}.fi-tr-balance-scale-left:before{content:""}.fi-tr-balance-scale-right:before{content:""}.fi-tr-ball-pile:before{content:""}.fi-tr-ballet-dance:before{content:""}.fi-tr-balloon:before{content:""}.fi-tr-balloons:before{content:""}.fi-tr-ballot-check:before{content:""}.fi-tr-ballot:before{content:""}.fi-tr-ban-bug:before{content:""}.fi-tr-banana:before{content:""}.fi-tr-band-aid:before{content:""}.fi-tr-bangladeshi-taka-sign:before{content:""}.fi-tr-banjo:before{content:""}.fi-tr-bank:before{content:""}.fi-tr-banner-2:before{content:""}.fi-tr-banner-3:before{content:""}.fi-tr-banner-4:before{content:""}.fi-tr-banner-5:before{content:""}.fi-tr-banner:before{content:""}.fi-tr-barber-pole:before{content:""}.fi-tr-barber-shop:before{content:""}.fi-tr-barcode-read:before{content:""}.fi-tr-barcode-scan:before{content:""}.fi-tr-barcode:before{content:""}.fi-tr-bars-filter:before{content:""}.fi-tr-bars-progress:before{content:""}.fi-tr-bars-sort:before{content:""}.fi-tr-bars-staggered:before{content:""}.fi-tr-baseball-alt:before{content:""}.fi-tr-basket-shopping-minus:before{content:""}.fi-tr-basket-shopping-plus:before{content:""}.fi-tr-basket-shopping-simple:before{content:""}.fi-tr-basketball-hoop:before{content:""}.fi-tr-bat:before{content:""}.fi-tr-bath:before{content:""}.fi-tr-battery-bolt:before{content:""}.fi-tr-battery-empty:before{content:""}.fi-tr-battery-exclamation:before{content:""}.fi-tr-battery-full:before{content:""}.fi-tr-battery-half:before{content:""}.fi-tr-battery-quarter:before{content:""}.fi-tr-battery-slash:before{content:""}.fi-tr-battery-three-quarters:before{content:""}.fi-tr-beacon:before{content:""}.fi-tr-bed-alt:before{content:""}.fi-tr-bed-bunk:before{content:""}.fi-tr-bed-empty:before{content:""}.fi-tr-bee:before{content:""}.fi-tr-beer-mug-empty:before{content:""}.fi-tr-beer:before{content:""}.fi-tr-bell-concierge:before{content:""}.fi-tr-bell-ring:before{content:""}.fi-tr-bell-school-slash:before{content:""}.fi-tr-bell-school:before{content:""}.fi-tr-bell-slash:before{content:""}.fi-tr-bells:before{content:""}.fi-tr-bench-tree:before{content:""}.fi-tr-benefit-diamond-alt:before{content:""}.fi-tr-benefit-diamond:before{content:""}.fi-tr-benefit-hand:before{content:""}.fi-tr-benefit-increase:before{content:""}.fi-tr-benefit-porcent:before{content:""}.fi-tr-benefit:before{content:""}.fi-tr-betamax:before{content:""}.fi-tr-bible:before{content:""}.fi-tr-bicycle-journey:before{content:""}.fi-tr-biking-mountain:before{content:""}.fi-tr-biking:before{content:""}.fi-tr-bill-arrow:before{content:""}.fi-tr-bin-bottles:before{content:""}.fi-tr-binary-circle-check:before{content:""}.fi-tr-binary-lock:before{content:""}.fi-tr-binary-slash:before{content:""}.fi-tr-binary:before{content:""}.fi-tr-binoculars:before{content:""}.fi-tr-bio-leaves:before{content:""}.fi-tr-bio:before{content:""}.fi-tr-biohazard:before{content:""}.fi-tr-bird:before{content:""}.fi-tr-bitcoin-sign:before{content:""}.fi-tr-blanket:before{content:""}.fi-tr-blender-phone:before{content:""}.fi-tr-blender:before{content:""}.fi-tr-blinds-open:before{content:""}.fi-tr-blinds-raised:before{content:""}.fi-tr-blinds:before{content:""}.fi-tr-block-brick:before{content:""}.fi-tr-block-microphone:before{content:""}.fi-tr-block-question:before{content:""}.fi-tr-block-quote:before{content:""}.fi-tr-block:before{content:""}.fi-tr-blockchain-3:before{content:""}.fi-tr-blog-pencil:before{content:""}.fi-tr-blog-text:before{content:""}.fi-tr-blood-dropper:before{content:""}.fi-tr-blood-test-tube-alt:before{content:""}.fi-tr-blood-test-tube:before{content:""}.fi-tr-blood:before{content:""}.fi-tr-blueberries:before{content:""}.fi-tr-blueprint:before{content:""}.fi-tr-bolt-auto:before{content:""}.fi-tr-bolt-slash:before{content:""}.fi-tr-bolt:before{content:""}.fi-tr-bomb:before{content:""}.fi-tr-bone-break:before{content:""}.fi-tr-bone:before{content:""}.fi-tr-bong:before{content:""}.fi-tr-bonus-alt:before{content:""}.fi-tr-bonus-star:before{content:""}.fi-tr-bonus:before{content:""}.fi-tr-book-alt:before{content:""}.fi-tr-book-arrow-right:before{content:""}.fi-tr-book-arrow-up:before{content:""}.fi-tr-book-atlas:before{content:""}.fi-tr-book-bookmark:before{content:""}.fi-tr-book-circle-arrow-right:before{content:""}.fi-tr-book-circle-arrow-up:before{content:""}.fi-tr-book-copy:before{content:""}.fi-tr-book-dead:before{content:""}.fi-tr-book-font:before{content:""}.fi-tr-book-heart:before{content:""}.fi-tr-book-medical:before{content:""}.fi-tr-book-open-cover:before{content:""}.fi-tr-book-open-reader:before{content:""}.fi-tr-book-plus:before{content:""}.fi-tr-book-quran:before{content:""}.fi-tr-book-section:before{content:""}.fi-tr-book-spells:before{content:""}.fi-tr-book-tanakh:before{content:""}.fi-tr-book-user:before{content:""}.fi-tr-Booking:before{content:""}.fi-tr-bookmark-slash:before{content:""}.fi-tr-books-medical:before{content:""}.fi-tr-books:before{content:""}.fi-tr-boot-heeled:before{content:""}.fi-tr-boot:before{content:""}.fi-tr-booth-curtain:before{content:""}.fi-tr-border-all:before{content:""}.fi-tr-border-bottom:before{content:""}.fi-tr-border-center-h:before{content:""}.fi-tr-border-center-v:before{content:""}.fi-tr-border-inner:before{content:""}.fi-tr-border-left:before{content:""}.fi-tr-border-none:before{content:""}.fi-tr-border-outer:before{content:""}.fi-tr-border-right:before{content:""}.fi-tr-border-style-alt:before{content:""}.fi-tr-border-style:before{content:""}.fi-tr-border-top:before{content:""}.fi-tr-boss:before{content:""}.fi-tr-bottle-droplet:before{content:""}.fi-tr-bottle:before{content:""}.fi-tr-bow-arrow:before{content:""}.fi-tr-bowl-chopsticks-noodles:before{content:""}.fi-tr-bowl-chopsticks:before{content:""}.fi-tr-bowl-rice:before{content:""}.fi-tr-bowl-scoop:before{content:""}.fi-tr-bowl-scoops:before{content:""}.fi-tr-bowl-soft-serve:before{content:""}.fi-tr-bowl-spoon:before{content:""}.fi-tr-bowling-ball:before{content:""}.fi-tr-bowling-pins:before{content:""}.fi-tr-box-alt:before{content:""}.fi-tr-box-ballot:before{content:""}.fi-tr-box-check:before{content:""}.fi-tr-box-circle-check:before{content:""}.fi-tr-box-dollar:before{content:""}.fi-tr-box-fragile:before{content:""}.fi-tr-box-heart:before{content:""}.fi-tr-box-open-full:before{content:""}.fi-tr-box-open:before{content:""}.fi-tr-box-tissue:before{content:""}.fi-tr-box-up:before{content:""}.fi-tr-boxes:before{content:""}.fi-tr-boxing-glove:before{content:""}.fi-tr-bracket-curly-right:before{content:""}.fi-tr-bracket-curly:before{content:""}.fi-tr-bracket-round-right:before{content:""}.fi-tr-bracket-round:before{content:""}.fi-tr-bracket-square-right:before{content:""}.fi-tr-bracket-square:before{content:""}.fi-tr-brackets-curly:before{content:""}.fi-tr-brackets-round:before{content:""}.fi-tr-brackets-square:before{content:""}.fi-tr-braille-a:before{content:""}.fi-tr-braille-b:before{content:""}.fi-tr-braille-c:before{content:""}.fi-tr-braille-d:before{content:""}.fi-tr-braille-e:before{content:""}.fi-tr-braille-g:before{content:""}.fi-tr-braille-h:before{content:""}.fi-tr-braille-i:before{content:""}.fi-tr-braille-j:before{content:""}.fi-tr-braille-k:before{content:""}.fi-tr-braille-l:before{content:""}.fi-tr-braille-m:before{content:""}.fi-tr-braille-n-alt:before{content:""}.fi-tr-braille-n:before{content:""}.fi-tr-braille-o:before{content:""}.fi-tr-braille-p:before{content:""}.fi-tr-braille-q:before{content:""}.fi-tr-braille-r:before{content:""}.fi-tr-braille-s:before{content:""}.fi-tr-braille-t:before{content:""}.fi-tr-braille-u:before{content:""}.fi-tr-braille-v:before{content:""}.fi-tr-braille-w:before{content:""}.fi-tr-braille-x:before{content:""}.fi-tr-braille-y:before{content:""}.fi-tr-braille-z:before{content:""}.fi-tr-braille:before{content:""}.fi-tr-brain-circuit:before{content:""}.fi-tr-brain:before{content:""}.fi-tr-brake-warning:before{content:""}.fi-tr-branching:before{content:""}.fi-tr-brand:before{content:""}.fi-tr-branding:before{content:""}.fi-tr-bread-loaf:before{content:""}.fi-tr-bread-slice-butter:before{content:""}.fi-tr-bread-slice:before{content:""}.fi-tr-bread:before{content:""}.fi-tr-briefcase-arrow-right:before{content:""}.fi-tr-briefcase-blank:before{content:""}.fi-tr-brightness-low:before{content:""}.fi-tr-brightness:before{content:""}.fi-tr-bring-forward:before{content:""}.fi-tr-bring-front:before{content:""}.fi-tr-broadcast-tower:before{content:""}.fi-tr-broccoli:before{content:""}.fi-tr-broken-image:before{content:""}.fi-tr-broom-ball:before{content:""}.fi-tr-browser-ui:before{content:""}.fi-tr-browser:before{content:""}.fi-tr-browsers:before{content:""}.fi-tr-bucket:before{content:""}.fi-tr-budget-alt:before{content:""}.fi-tr-budget:before{content:""}.fi-tr-bug-slash:before{content:""}.fi-tr-bugs:before{content:""}.fi-tr-build-alt:before{content:""}.fi-tr-build:before{content:""}.fi-tr-builder:before{content:""}.fi-tr-building-circle-arrow-right:before{content:""}.fi-tr-building-ngo:before{content:""}.fi-tr-building:before{content:""}.fi-tr-bulb:before{content:""}.fi-tr-bullet:before{content:""}.fi-tr-bullhorn:before{content:""}.fi-tr-bullseye-arrow:before{content:""}.fi-tr-bullseye-pointer:before{content:""}.fi-tr-bullseye:before{content:""}.fi-tr-burger-alt:before{content:""}.fi-tr-burger-fries:before{content:""}.fi-tr-burger-glass:before{content:""}.fi-tr-burrito:before{content:""}.fi-tr-burst:before{content:""}.fi-tr-bus-alt:before{content:""}.fi-tr-bus:before{content:""}.fi-tr-business-time:before{content:""}.fi-tr-Butter:before{content:""}.fi-tr-butterfly:before{content:""}.fi-tr-c:before{content:""}.fi-tr-cabin:before{content:""}.fi-tr-cactus:before{content:""}.fi-tr-cage-empty:before{content:""}.fi-tr-cake-birthday:before{content:""}.fi-tr-cake-slice:before{content:""}.fi-tr-cake-wedding:before{content:""}.fi-tr-calculator-bill:before{content:""}.fi-tr-calculator-math-tax:before{content:""}.fi-tr-calculator-money:before{content:""}.fi-tr-calculator-simple:before{content:""}.fi-tr-calculator:before{content:""}.fi-tr-calendar-arrow-down:before{content:""}.fi-tr-calendar-arrow-up:before{content:""}.fi-tr-calendar-check:before{content:""}.fi-tr-calendar-clock:before{content:""}.fi-tr-calendar-day:before{content:""}.fi-tr-calendar-days:before{content:""}.fi-tr-calendar-event-tax:before{content:""}.fi-tr-calendar-exclamation:before{content:""}.fi-tr-calendar-gavel-legal:before{content:""}.fi-tr-calendar-heart:before{content:""}.fi-tr-calendar-image:before{content:""}.fi-tr-calendar-lines-pen:before{content:""}.fi-tr-calendar-lines:before{content:""}.fi-tr-calendar-minus:before{content:""}.fi-tr-calendar-payment-loan:before{content:""}.fi-tr-calendar-pen:before{content:""}.fi-tr-calendar-plus:before{content:""}.fi-tr-calendar-salary:before{content:""}.fi-tr-calendar-shift-swap:before{content:""}.fi-tr-calendar-star:before{content:""}.fi-tr-calendar-swap:before{content:""}.fi-tr-calendar-week:before{content:""}.fi-tr-calendar-xmark:before{content:""}.fi-tr-calendars:before{content:""}.fi-tr-call-duration:before{content:""}.fi-tr-call-history:before{content:""}.fi-tr-call-incoming:before{content:""}.fi-tr-call-missed:before{content:""}.fi-tr-call-outgoing:before{content:""}.fi-tr-camcorder:before{content:""}.fi-tr-camera-cctv:before{content:""}.fi-tr-camera-movie:before{content:""}.fi-tr-camera-retro:before{content:""}.fi-tr-camera-rotate:before{content:""}.fi-tr-camera-security:before{content:""}.fi-tr-camera-slash:before{content:""}.fi-tr-camera-viewfinder:before{content:""}.fi-tr-camera:before{content:""}.fi-tr-campfire:before{content:""}.fi-tr-can-food:before{content:""}.fi-tr-candle-holder:before{content:""}.fi-tr-candle-lotus-yoga:before{content:""}.fi-tr-candle-pose-yoga:before{content:""}.fi-tr-candy-alt:before{content:""}.fi-tr-candy-bar:before{content:""}.fi-tr-candy-cane:before{content:""}.fi-tr-candy-corn:before{content:""}.fi-tr-candy-sweet:before{content:""}.fi-tr-candy:before{content:""}.fi-tr-Cannabis:before{content:""}.fi-tr-canned-food:before{content:""}.fi-tr-capsules:before{content:""}.fi-tr-car-alt:before{content:""}.fi-tr-car-battery:before{content:""}.fi-tr-car-bolt:before{content:""}.fi-tr-car-building:before{content:""}.fi-tr-car-bump:before{content:""}.fi-tr-car-bus:before{content:""}.fi-tr-car-circle-bolt:before{content:""}.fi-tr-car-crash:before{content:""}.fi-tr-car-garage:before{content:""}.fi-tr-car-journey:before{content:""}.fi-tr-car-mechanic:before{content:""}.fi-tr-car-rear:before{content:""}.fi-tr-car-side-bolt:before{content:""}.fi-tr-car-side:before{content:""}.fi-tr-car-tilt:before{content:""}.fi-tr-car-tunnel:before{content:""}.fi-tr-car-wash:before{content:""}.fi-tr-caravan-alt:before{content:""}.fi-tr-caravan:before{content:""}.fi-tr-card-club:before{content:""}.fi-tr-card-diamond:before{content:""}.fi-tr-card-heart:before{content:""}.fi-tr-card-spade:before{content:""}.fi-tr-cardinal-compass:before{content:""}.fi-tr-career-growth:before{content:""}.fi-tr-career-path:before{content:""}.fi-tr-caret-circle-down:before{content:""}.fi-tr-caret-circle-right:before{content:""}.fi-tr-caret-circle-up:before{content:""}.fi-tr-caret-down:before{content:""}.fi-tr-caret-left:before{content:""}.fi-tr-caret-right:before{content:""}.fi-tr-caret-square-down:before{content:""}.fi-tr-caret-square-left_1:before{content:""}.fi-tr-caret-square-left:before{content:""}.fi-tr-caret-square-right:before{content:""}.fi-tr-caret-square-up:before{content:""}.fi-tr-caret-up:before{content:""}.fi-tr-carrot:before{content:""}.fi-tr-cars-crash:before{content:""}.fi-tr-cars:before{content:""}.fi-tr-cart-arrow-down:before{content:""}.fi-tr-cart-minus:before{content:""}.fi-tr-cart-shopping-fast:before{content:""}.fi-tr-cash-register:before{content:""}.fi-tr-cassette-tape:before{content:""}.fi-tr-cassette-vhs:before{content:""}.fi-tr-castle:before{content:""}.fi-tr-cat-head:before{content:""}.fi-tr-cat-space:before{content:""}.fi-tr-cat:before{content:""}.fi-tr-catalog-alt:before{content:""}.fi-tr-catalog-magazine:before{content:""}.fi-tr-catalog:before{content:""}.fi-tr-category-alt:before{content:""}.fi-tr-category:before{content:""}.fi-tr-cauldron:before{content:""}.fi-tr-cedi-sign:before{content:""}.fi-tr-cello:before{content:""}.fi-tr-cent-sign:before{content:""}.fi-tr-chair-office:before{content:""}.fi-tr-chair:before{content:""}.fi-tr-chalkboard-user:before{content:""}.fi-tr-chalkboard:before{content:""}.fi-tr-challenge-alt:before{content:""}.fi-tr-challenge:before{content:""}.fi-tr-channel:before{content:""}.fi-tr-charging-station:before{content:""}.fi-tr-chart-area:before{content:""}.fi-tr-chart-arrow-down:before{content:""}.fi-tr-chart-arrow-grow:before{content:""}.fi-tr-chart-bullet:before{content:""}.fi-tr-chart-candlestick:before{content:""}.fi-tr-chart-connected:before{content:""}.fi-tr-chart-gantt:before{content:""}.fi-tr-chart-histogram:before{content:""}.fi-tr-chart-kanban:before{content:""}.fi-tr-chart-line-up-down:before{content:""}.fi-tr-chart-line-up:before{content:""}.fi-tr-chart-mixed-up-circle-currency:before{content:""}.fi-tr-chart-mixed-up-circle-dollar:before{content:""}.fi-tr-chart-mixed:before{content:""}.fi-tr-chart-network:before{content:""}.fi-tr-chart-pie-alt:before{content:""}.fi-tr-chart-pie-simple-circle-currency:before{content:""}.fi-tr-chart-pie-simple-circle-dollar:before{content:""}.fi-tr-chart-pie:before{content:""}.fi-tr-chart-pyramid:before{content:""}.fi-tr-chart-radar:before{content:""}.fi-tr-chart-scatter-3d:before{content:""}.fi-tr-chart-scatter-bubble:before{content:""}.fi-tr-chart-scatter:before{content:""}.fi-tr-chart-set-theory:before{content:""}.fi-tr-chart-simple-horizontal:before{content:""}.fi-tr-chart-simple:before{content:""}.fi-tr-chart-tree-map:before{content:""}.fi-tr-chart-tree:before{content:""}.fi-tr-chart-user:before{content:""}.fi-tr-chart-waterfall:before{content:""}.fi-tr-chatbot-speech-bubble:before{content:""}.fi-tr-chatbot:before{content:""}.fi-tr-cheap-bill:before{content:""}.fi-tr-cheap-dollar:before{content:""}.fi-tr-cheap-stack-dollar:before{content:""}.fi-tr-cheap-stack:before{content:""}.fi-tr-cheap:before{content:""}.fi-tr-check-circle:before{content:""}.fi-tr-check-double:before{content:""}.fi-tr-check-in-calendar:before{content:""}.fi-tr-check-out-calendar:before{content:""}.fi-tr-checklist-task-budget:before{content:""}.fi-tr-cheese-alt:before{content:""}.fi-tr-cheese:before{content:""}.fi-tr-cheeseburger:before{content:""}.fi-tr-cherry:before{content:""}.fi-tr-chess-bishop:before{content:""}.fi-tr-chess-board:before{content:""}.fi-tr-chess-clock-alt:before{content:""}.fi-tr-chess-clock:before{content:""}.fi-tr-chess-king-alt:before{content:""}.fi-tr-chess-king:before{content:""}.fi-tr-chess-knight-alt:before{content:""}.fi-tr-chess-knight:before{content:""}.fi-tr-chess-pawn-alt:before{content:""}.fi-tr-chess-pawn:before{content:""}.fi-tr-chess-queen-alt:before{content:""}.fi-tr-chess-queen:before{content:""}.fi-tr-chess-rook-alt:before{content:""}.fi-tr-chess-rook:before{content:""}.fi-tr-chess:before{content:""}.fi-tr-chevron-double-down:before{content:""}.fi-tr-chevron-double-up:before{content:""}.fi-tr-child-head:before{content:""}.fi-tr-child:before{content:""}.fi-tr-chimney:before{content:""}.fi-tr-chip:before{content:""}.fi-tr-chocolate-bar:before{content:""}.fi-tr-choir-singing:before{content:""}.fi-tr-choose-alt:before{content:""}.fi-tr-choose:before{content:""}.fi-tr-church:before{content:""}.fi-tr-circle-0:before{content:""}.fi-tr-circle-1:before{content:""}.fi-tr-circle-2:before{content:""}.fi-tr-circle-3:before{content:""}.fi-tr-circle-4:before{content:""}.fi-tr-circle-5:before{content:""}.fi-tr-circle-6:before{content:""}.fi-tr-circle-7:before{content:""}.fi-tr-circle-8:before{content:""}.fi-tr-circle-9:before{content:""}.fi-tr-circle-a:before{content:""}.fi-tr-circle-b:before{content:""}.fi-tr-circle-bolt:before{content:""}.fi-tr-circle-book-open:before{content:""}.fi-tr-circle-bookmark:before{content:""}.fi-tr-circle-c:before{content:""}.fi-tr-circle-calendar:before{content:""}.fi-tr-circle-camera:before{content:""}.fi-tr-circle-d:before{content:""}.fi-tr-circle-dashed:before{content:""}.fi-tr-circle-divide:before{content:""}.fi-tr-circle-e:before{content:""}.fi-tr-circle-ellipsis-vertical:before{content:""}.fi-tr-circle-ellipsis:before{content:""}.fi-tr-circle-envelope:before{content:""}.fi-tr-circle-exclamation-check:before{content:""}.fi-tr-circle-f:before{content:""}.fi-tr-circle-g:before{content:""}.fi-tr-circle-h:before{content:""}.fi-tr-circle-half-stroke:before{content:""}.fi-tr-circle-half:before{content:""}.fi-tr-circle-heart:before{content:""}.fi-tr-circle-i:before{content:""}.fi-tr-circle-j:before{content:""}.fi-tr-circle-k:before{content:""}.fi-tr-circle-l:before{content:""}.fi-tr-circle-m:before{content:""}.fi-tr-circle-microphone-lines:before{content:""}.fi-tr-circle-microphone:before{content:""}.fi-tr-circle-n:before{content:""}.fi-tr-circle-nodes:before{content:""}.fi-tr-circle-o:before{content:""}.fi-tr-circle-overlap:before{content:""}.fi-tr-circle-p:before{content:""}.fi-tr-circle-phone-flip:before{content:""}.fi-tr-circle-phone-hangup:before{content:""}.fi-tr-circle-phone:before{content:""}.fi-tr-circle-q:before{content:""}.fi-tr-circle-quarters-alt:before{content:""}.fi-tr-circle-quarters:before{content:""}.fi-tr-circle-r:before{content:""}.fi-tr-circle-s:before{content:""}.fi-tr-circle-small:before{content:""}.fi-tr-circle-star:before{content:""}.fi-tr-circle-t:before{content:""}.fi-tr-circle-three-quarters:before{content:""}.fi-tr-circle-trash:before{content:""}.fi-tr-circle-u:before{content:""}.fi-tr-circle-user:before{content:""}.fi-tr-circle-v:before{content:""}.fi-tr-circle-video:before{content:""}.fi-tr-circle-w:before{content:""}.fi-tr-circle-waveform-lines:before{content:""}.fi-tr-circle-x:before{content:""}.fi-tr-circle-xmark:before{content:""}.fi-tr-circle-y:before{content:""}.fi-tr-circle-z:before{content:""}.fi-tr-circle:before{content:""}.fi-tr-citrus-slice:before{content:""}.fi-tr-citrus:before{content:""}.fi-tr-city:before{content:""}.fi-tr-clapperboard-play:before{content:""}.fi-tr-clapperboard:before{content:""}.fi-tr-clarinet:before{content:""}.fi-tr-claw-marks:before{content:""}.fi-tr-clear-alt:before{content:""}.fi-tr-clip-file:before{content:""}.fi-tr-clip-mail:before{content:""}.fi-tr-clipboard-check:before{content:""}.fi-tr-clipboard-exclamation:before{content:""}.fi-tr-clipboard-list-check:before{content:""}.fi-tr-clipboard-list:before{content:""}.fi-tr-clipboard-prescription:before{content:""}.fi-tr-clipboard-question:before{content:""}.fi-tr-clipboard-user:before{content:""}.fi-tr-clipboard:before{content:""}.fi-tr-clipoard-wrong:before{content:""}.fi-tr-clock-desk:before{content:""}.fi-tr-clock-eight-thirty:before{content:""}.fi-tr-clock-eleven-thirty:before{content:""}.fi-tr-clock-eleven:before{content:""}.fi-tr-clock-five-thirty:before{content:""}.fi-tr-clock-five:before{content:""}.fi-tr-clock-four-thirty:before{content:""}.fi-tr-clock-nine-thirty:before{content:""}.fi-tr-clock-nine:before{content:""}.fi-tr-clock-one-thirty:before{content:""}.fi-tr-clock-one:before{content:""}.fi-tr-clock-seven-thirty:before{content:""}.fi-tr-clock-seven:before{content:""}.fi-tr-clock-six-thirty:before{content:""}.fi-tr-clock-six:before{content:""}.fi-tr-clock-ten-thirty:before{content:""}.fi-tr-clock-ten:before{content:""}.fi-tr-clock-three-thirty:before{content:""}.fi-tr-clock-three:before{content:""}.fi-tr-clock-time-tracking:before{content:""}.fi-tr-clock-twelve-thirty:before{content:""}.fi-tr-clock-twelve:before{content:""}.fi-tr-clock-two-thirty:before{content:""}.fi-tr-clock-two:before{content:""}.fi-tr-clock-up-arrow:before{content:""}.fi-tr-clone:before{content:""}.fi-tr-closed-captioning-slash:before{content:""}.fi-tr-clothes-hanger:before{content:""}.fi-tr-cloud-back-up-alt:before{content:""}.fi-tr-cloud-back-up:before{content:""}.fi-tr-cloud-check:before{content:""}.fi-tr-cloud-code:before{content:""}.fi-tr-cloud-disabled:before{content:""}.fi-tr-cloud-download-alt:before{content:""}.fi-tr-cloud-download:before{content:""}.fi-tr-cloud-drizzle:before{content:""}.fi-tr-cloud-exclamation:before{content:""}.fi-tr-cloud-gear-automation:before{content:""}.fi-tr-cloud-hail-mixed:before{content:""}.fi-tr-cloud-hail:before{content:""}.fi-tr-cloud-meatball:before{content:""}.fi-tr-cloud-moon-rain:before{content:""}.fi-tr-cloud-moon:before{content:""}.fi-tr-cloud-question:before{content:""}.fi-tr-cloud-rain:before{content:""}.fi-tr-cloud-rainbow:before{content:""}.fi-tr-cloud-share:before{content:""}.fi-tr-cloud-showers-heavy:before{content:""}.fi-tr-cloud-showers:before{content:""}.fi-tr-cloud-sleet:before{content:""}.fi-tr-cloud-snow:before{content:""}.fi-tr-cloud-sun-rain:before{content:""}.fi-tr-cloud-sun:before{content:""}.fi-tr-cloud-upload-alt:before{content:""}.fi-tr-cloud:before{content:""}.fi-tr-clouds-moon:before{content:""}.fi-tr-clouds-sun:before{content:""}.fi-tr-clouds:before{content:""}.fi-tr-clover-alt:before{content:""}.fi-tr-club:before{content:""}.fi-tr-cocktail:before{content:""}.fi-tr-coconut:before{content:""}.fi-tr-code-branch:before{content:""}.fi-tr-code-commit:before{content:""}.fi-tr-code-compare:before{content:""}.fi-tr-code-fork:before{content:""}.fi-tr-code-merge:before{content:""}.fi-tr-code-pull-request-closed:before{content:""}.fi-tr-code-pull-request-draft:before{content:""}.fi-tr-code-pull-request:before{content:""}.fi-tr-code-simple:before{content:""}.fi-tr-coffee-bean:before{content:""}.fi-tr-coffee-beans:before{content:""}.fi-tr-coffee-heart:before{content:""}.fi-tr-coffee-pot:before{content:""}.fi-tr-coffee:before{content:""}.fi-tr-coffin-cross:before{content:""}.fi-tr-coffin:before{content:""}.fi-tr-coin-up-arrow:before{content:""}.fi-tr-coin:before{content:""}.fi-tr-coins:before{content:""}.fi-tr-colon-sign:before{content:""}.fi-tr-columns-3:before{content:""}.fi-tr-comet:before{content:""}.fi-tr-command:before{content:""}.fi-tr-comment-alt-check:before{content:""}.fi-tr-comment-alt-dots:before{content:""}.fi-tr-comment-alt-edit:before{content:""}.fi-tr-comment-alt-medical:before{content:""}.fi-tr-comment-alt-middle-top:before{content:""}.fi-tr-comment-alt-middle:before{content:""}.fi-tr-comment-alt-minus:before{content:""}.fi-tr-comment-alt-music:before{content:""}.fi-tr-comment-arrow-down:before{content:""}.fi-tr-comment-arrow-up-right:before{content:""}.fi-tr-comment-arrow-up:before{content:""}.fi-tr-comment-check:before{content:""}.fi-tr-comment-code:before{content:""}.fi-tr-comment-dollar:before{content:""}.fi-tr-comment-dots:before{content:""}.fi-tr-comment-exclamation:before{content:""}.fi-tr-comment-heart:before{content:""}.fi-tr-comment-image:before{content:""}.fi-tr-comment-info:before{content:""}.fi-tr-comment-medical:before{content:""}.fi-tr-comment-minus:before{content:""}.fi-tr-comment-pen:before{content:""}.fi-tr-comment-question:before{content:""}.fi-tr-comment-quote:before{content:""}.fi-tr-comment-slash:before{content:""}.fi-tr-comment-smile:before{content:""}.fi-tr-comment-sms:before{content:""}.fi-tr-comment-text:before{content:""}.fi-tr-comment-user:before{content:""}.fi-tr-comment-xmark:before{content:""}.fi-tr-comments-dollar:before{content:""}.fi-tr-comments-question-check:before{content:""}.fi-tr-comments-question:before{content:""}.fi-tr-comments:before{content:""}.fi-tr-compass-alt:before{content:""}.fi-tr-compass-east:before{content:""}.fi-tr-compass-north:before{content:""}.fi-tr-compass-slash:before{content:""}.fi-tr-compass-south:before{content:""}.fi-tr-compass-west:before{content:""}.fi-tr-completed:before{content:""}.fi-tr-compliance-clipboard:before{content:""}.fi-tr-compliance-document:before{content:""}.fi-tr-compliance:before{content:""}.fi-tr-compress-alt:before{content:""}.fi-tr-computer-classic:before{content:""}.fi-tr-computer-mouse:before{content:""}.fi-tr-computer-speaker:before{content:""}.fi-tr-computer:before{content:""}.fi-tr-concierge-bell:before{content:""}.fi-tr-confetti:before{content:""}.fi-tr-constellation:before{content:""}.fi-tr-container-storage:before{content:""}.fi-tr-convert-document:before{content:""}.fi-tr-convert-shapes:before{content:""}.fi-tr-conveyor-belt-alt:before{content:""}.fi-tr-conveyor-belt-arm:before{content:""}.fi-tr-conveyor-belt-empty:before{content:""}.fi-tr-conveyor-belt:before{content:""}.fi-tr-cookie-alt:before{content:""}.fi-tr-copy-alt:before{content:""}.fi-tr-copy-image:before{content:""}.fi-tr-copy:before{content:""}.fi-tr-corn:before{content:""}.fi-tr-corporate-alt:before{content:""}.fi-tr-corporate:before{content:""}.fi-tr-couch:before{content:""}.fi-tr-court-sport:before{content:""}.fi-tr-cow-alt:before{content:""}.fi-tr-cow:before{content:""}.fi-tr-cowbell-circle-plus:before{content:""}.fi-tr-cowbell-more:before{content:""}.fi-tr-cowbell:before{content:""}.fi-tr-crab:before{content:""}.fi-tr-crate-empty:before{content:""}.fi-tr-cream:before{content:""}.fi-tr-credit-card-buyer:before{content:""}.fi-tr-credit-card-eye:before{content:""}.fi-tr-cricket:before{content:""}.fi-tr-crm-alt:before{content:""}.fi-tr-crm-computer:before{content:""}.fi-tr-CRM:before{content:""}.fi-tr-croissant:before{content:""}.fi-tr-cross-religion:before{content:""}.fi-tr-crow:before{content:""}.fi-tr-crutch:before{content:""}.fi-tr-crutches:before{content:""}.fi-tr-cruzeiro-sign:before{content:""}.fi-tr-crypto-calendar:before{content:""}.fi-tr-cryptocurrency:before{content:""}.fi-tr-crystal-ball:before{content:""}.fi-tr-cube:before{content:""}.fi-tr-cubes-stacked:before{content:""}.fi-tr-cubes:before{content:""}.fi-tr-cucumber:before{content:""}.fi-tr-cup-straw-swoosh:before{content:""}.fi-tr-cup-straw:before{content:""}.fi-tr-cup-togo:before{content:""}.fi-tr-cupcake-alt:before{content:""}.fi-tr-cupcake:before{content:""}.fi-tr-curling:before{content:""}.fi-tr-cursor-finger:before{content:""}.fi-tr-cursor-plus:before{content:""}.fi-tr-cursor:before{content:""}.fi-tr-curve-alt:before{content:""}.fi-tr-curve-arrow:before{content:""}.fi-tr-curve:before{content:""}.fi-tr-custard:before{content:""}.fi-tr-customer-care:before{content:""}.fi-tr-customer-service:before{content:""}.fi-tr-customization-cogwheel:before{content:""}.fi-tr-customization:before{content:""}.fi-tr-customize-computer:before{content:""}.fi-tr-customize-edit:before{content:""}.fi-tr-customize:before{content:""}.fi-tr-CV:before{content:""}.fi-tr-cvv-card:before{content:""}.fi-tr-d:before{content:""}.fi-tr-dagger:before{content:""}.fi-tr-daily-calendar:before{content:""}.fi-tr-damage:before{content:""}.fi-tr-dashboard-monitor:before{content:""}.fi-tr-dashboard-panel:before{content:""}.fi-tr-dashboard:before{content:""}.fi-tr-database:before{content:""}.fi-tr-debt:before{content:""}.fi-tr-deer-rudolph:before{content:""}.fi-tr-deer:before{content:""}.fi-tr-delete-document:before{content:""}.fi-tr-delete-right:before{content:""}.fi-tr-delete-user:before{content:""}.fi-tr-delete:before{content:""}.fi-tr-democrat:before{content:""}.fi-tr-department-structure:before{content:""}.fi-tr-department:before{content:""}.fi-tr-deposit-alt:before{content:""}.fi-tr-deposit:before{content:""}.fi-tr-description-alt:before{content:""}.fi-tr-description:before{content:""}.fi-tr-desk:before{content:""}.fi-tr-desktop-arrow-down:before{content:""}.fi-tr-desktop-wallpaper:before{content:""}.fi-tr-devices:before{content:""}.fi-tr-dewpoint:before{content:""}.fi-tr-dharmachakra:before{content:""}.fi-tr-diagram-cells:before{content:""}.fi-tr-diagram-lean-canvas:before{content:""}.fi-tr-diagram-nested:before{content:""}.fi-tr-diagram-next:before{content:""}.fi-tr-diagram-predecessor:before{content:""}.fi-tr-diagram-previous:before{content:""}.fi-tr-diagram-project:before{content:""}.fi-tr-diagram-sankey:before{content:""}.fi-tr-diagram-subtask:before{content:""}.fi-tr-diagram-successor:before{content:""}.fi-tr-diagram-venn:before{content:""}.fi-tr-dial-high:before{content:""}.fi-tr-dial-low:before{content:""}.fi-tr-dial-max:before{content:""}.fi-tr-dial-med-low:before{content:""}.fi-tr-dial-med:before{content:""}.fi-tr-dial-min:before{content:""}.fi-tr-dial-off:before{content:""}.fi-tr-dial:before{content:""}.fi-tr-diamond-exclamation:before{content:""}.fi-tr-diamond-turn-right:before{content:""}.fi-tr-diamond:before{content:""}.fi-tr-diary-bookmark-down:before{content:""}.fi-tr-diary-bookmarks:before{content:""}.fi-tr-diary-clasp:before{content:""}.fi-tr-dice-alt:before{content:""}.fi-tr-dice-d10:before{content:""}.fi-tr-dice-d12:before{content:""}.fi-tr-dice-d20:before{content:""}.fi-tr-dice-d4:before{content:""}.fi-tr-dice-d6:before{content:""}.fi-tr-dice-d8:before{content:""}.fi-tr-dice-four:before{content:""}.fi-tr-dice-one:before{content:""}.fi-tr-dice-six:before{content:""}.fi-tr-dice-three:before{content:""}.fi-tr-dice-two:before{content:""}.fi-tr-digging:before{content:""}.fi-tr-digital-tachograph:before{content:""}.fi-tr-dinner:before{content:""}.fi-tr-diploma:before{content:""}.fi-tr-disc-drive:before{content:""}.fi-tr-disco-ball:before{content:""}.fi-tr-discover:before{content:""}.fi-tr-disease:before{content:""}.fi-tr-display-arrow-down:before{content:""}.fi-tr-display-code:before{content:""}.fi-tr-display-medical:before{content:""}.fi-tr-display-slash:before{content:""}.fi-tr-display:before{content:""}.fi-tr-distribute-spacing-horizontal:before{content:""}.fi-tr-distribute-spacing-vertical:before{content:""}.fi-tr-divide:before{content:""}.fi-tr-dizzy:before{content:""}.fi-tr-dna:before{content:""}.fi-tr-do-not-enter:before{content:""}.fi-tr-doctor:before{content:""}.fi-tr-document-circle-wrong:before{content:""}.fi-tr-document-paid:before{content:""}.fi-tr-document-signed:before{content:""}.fi-tr-document:before{content:""}.fi-tr-dog-leashed:before{content:""}.fi-tr-dog:before{content:""}.fi-tr-dolly-flatbed-alt:before{content:""}.fi-tr-dolly-flatbed-empty:before{content:""}.fi-tr-dolly-flatbed:before{content:""}.fi-tr-dolphin:before{content:""}.fi-tr-domino-effect:before{content:""}.fi-tr-donate:before{content:""}.fi-tr-dong-sign:before{content:""}.fi-tr-donut:before{content:""}.fi-tr-door-closed:before{content:""}.fi-tr-door-open:before{content:""}.fi-tr-dot-circle:before{content:""}.fi-tr-dot-pending:before{content:""}.fi-tr-dove:before{content:""}.fi-tr-down-from-bracket:before{content:""}.fi-tr-down-left:before{content:""}.fi-tr-down-right:before{content:""}.fi-tr-down-to-line:before{content:""}.fi-tr-down:before{content:""}.fi-tr-drafting-compass:before{content:""}.fi-tr-dragon:before{content:""}.fi-tr-draw-polygon:before{content:""}.fi-tr-draw-square:before{content:""}.fi-tr-drawer-alt:before{content:""}.fi-tr-drawer-empty:before{content:""}.fi-tr-drawer:before{content:""}.fi-tr-dreidel:before{content:""}.fi-tr-drink-alt:before{content:""}.fi-tr-drink:before{content:""}.fi-tr-driver-man:before{content:""}.fi-tr-driver-woman:before{content:""}.fi-tr-drone-alt:before{content:""}.fi-tr-drone-front:before{content:""}.fi-tr-drone:before{content:""}.fi-tr-drop-down:before{content:""}.fi-tr-dropdown-select:before{content:""}.fi-tr-dropdown:before{content:""}.fi-tr-drum-steelpan:before{content:""}.fi-tr-drum:before{content:""}.fi-tr-drumstick-bite:before{content:""}.fi-tr-drumstick:before{content:""}.fi-tr-dryer-alt:before{content:""}.fi-tr-dryer:before{content:""}.fi-tr-duck:before{content:""}.fi-tr-dumbbell-fitness:before{content:""}.fi-tr-dumbbell-horizontal:before{content:""}.fi-tr-dumbbell-ray:before{content:""}.fi-tr-dumbbell-weightlifting:before{content:""}.fi-tr-dumpster-fire:before{content:""}.fi-tr-dumpster:before{content:""}.fi-tr-dungeon:before{content:""}.fi-tr-duration-alt:before{content:""}.fi-tr-duration:before{content:""}.fi-tr-e-learning:before{content:""}.fi-tr-e:before{content:""}.fi-tr-ear-deaf:before{content:""}.fi-tr-ear-muffs:before{content:""}.fi-tr-ear:before{content:""}.fi-tr-earth-africa:before{content:""}.fi-tr-earth-americas:before{content:""}.fi-tr-earth-asia:before{content:""}.fi-tr-earth-europa:before{content:""}.fi-tr-eclipse-alt:before{content:""}.fi-tr-eclipse:before{content:""}.fi-tr-effect:before{content:""}.fi-tr-egg-fried:before{content:""}.fi-tr-egg:before{content:""}.fi-tr-eject:before{content:""}.fi-tr-elephant:before{content:""}.fi-tr-elevator:before{content:""}.fi-tr-employee-alt:before{content:""}.fi-tr-employee-handbook:before{content:""}.fi-tr-employee-man-alt:before{content:""}.fi-tr-employee-man:before{content:""}.fi-tr-employees-woman-man:before{content:""}.fi-tr-employees:before{content:""}.fi-tr-empty-set:before{content:""}.fi-tr-endless-loop:before{content:""}.fi-tr-engine-warning:before{content:""}.fi-tr-engine:before{content:""}.fi-tr-envelope-ban:before{content:""}.fi-tr-envelope-bulk:before{content:""}.fi-tr-envelope-dot:before{content:""}.fi-tr-envelope-download:before{content:""}.fi-tr-envelope-heart:before{content:""}.fi-tr-envelope-marker:before{content:""}.fi-tr-envelope-open-dollar:before{content:""}.fi-tr-envelope-open-text:before{content:""}.fi-tr-envelope-open:before{content:""}.fi-tr-envelope-plus:before{content:""}.fi-tr-envelopes:before{content:""}.fi-tr-equality:before{content:""}.fi-tr-equals:before{content:""}.fi-tr-eraser:before{content:""}.fi-tr-error-camera:before{content:""}.fi-tr-escalator:before{content:""}.fi-tr-ethernet:before{content:""}.fi-tr-euro:before{content:""}.fi-tr-excavator:before{content:""}.fi-tr-exchange-alt:before{content:""}.fi-tr-exchange-cryptocurrency:before{content:""}.fi-tr-exchange:before{content:""}.fi-tr-exit-alt:before{content:""}.fi-tr-expand-arrows-alt:before{content:""}.fi-tr-expand-arrows:before{content:""}.fi-tr-expense-bill:before{content:""}.fi-tr-expense:before{content:""}.fi-tr-external-hard-drive:before{content:""}.fi-tr-external-world:before{content:""}.fi-tr-eye-dropper-half:before{content:""}.fi-tr-eyes:before{content:""}.fi-tr-f:before{content:""}.fi-tr-fabric:before{content:""}.fi-tr-face-angry-horns:before{content:""}.fi-tr-face-anguished:before{content:""}.fi-tr-face-anxious-sweat:before{content:""}.fi-tr-face-astonished:before{content:""}.fi-tr-face-awesome:before{content:""}.fi-tr-face-beam-hand-over-mouth:before{content:""}.fi-tr-face-confounded:before{content:""}.fi-tr-face-confused:before{content:""}.fi-tr-face-cowboy-hat:before{content:""}.fi-tr-face-disappointed:before{content:""}.fi-tr-face-disguise:before{content:""}.fi-tr-face-downcast-sweat:before{content:""}.fi-tr-face-drooling:before{content:""}.fi-tr-face-explode:before{content:""}.fi-tr-face-expressionless:before{content:""}.fi-tr-face-eyes-xmarks:before{content:""}.fi-tr-face-fearful:before{content:""}.fi-tr-face-glasses:before{content:""}.fi-tr-face-grin-tongue-wink:before{content:""}.fi-tr-face-hand-yawn:before{content:""}.fi-tr-face-head-bandage:before{content:""}.fi-tr-face-hushed:before{content:""}.fi-tr-face-icicles:before{content:""}.fi-tr-face-lying:before{content:""}.fi-tr-face-mask:before{content:""}.fi-tr-face-monocle:before{content:""}.fi-tr-face-nauseated:before{content:""}.fi-tr-face-nose-steam:before{content:""}.fi-tr-face-party:before{content:""}.fi-tr-face-pensive:before{content:""}.fi-tr-face-persevering:before{content:""}.fi-tr-face-pleading:before{content:""}.fi-tr-face-raised-eyebrow:before{content:""}.fi-tr-face-relieved:before{content:""}.fi-tr-face-sad-sweat:before{content:""}.fi-tr-face-scream:before{content:""}.fi-tr-face-shush:before{content:""}.fi-tr-face-sleeping:before{content:""}.fi-tr-face-sleepy:before{content:""}.fi-tr-face-smile-halo:before{content:""}.fi-tr-face-smile-hearts:before{content:""}.fi-tr-face-smile-horns:before{content:""}.fi-tr-face-smile-tear:before{content:""}.fi-tr-face-smile-tongue:before{content:""}.fi-tr-face-smile-upside-down:before{content:""}.fi-tr-face-smiling-hands:before{content:""}.fi-tr-face-smirking:before{content:""}.fi-tr-face-sunglasses-alt:before{content:""}.fi-tr-face-sunglasses:before{content:""}.fi-tr-face-swear:before{content:""}.fi-tr-face-thermometer:before{content:""}.fi-tr-face-thinking:before{content:""}.fi-tr-face-tissue:before{content:""}.fi-tr-face-tongue-money:before{content:""}.fi-tr-face-tongue-sweat:before{content:""}.fi-tr-face-unamused:before{content:""}.fi-tr-face-viewfinder:before{content:""}.fi-tr-face-vomit:before{content:""}.fi-tr-face-weary:before{content:""}.fi-tr-face-woozy:before{content:""}.fi-tr-face-worried:before{content:""}.fi-tr-face-zany:before{content:""}.fi-tr-face-zipper:before{content:""}.fi-tr-fail:before{content:""}.fi-tr-falafel:before{content:""}.fi-tr-family-dress:before{content:""}.fi-tr-family-pants:before{content:""}.fi-tr-family:before{content:""}.fi-tr-fan-table:before{content:""}.fi-tr-fan:before{content:""}.fi-tr-farm:before{content:""}.fi-tr-faucet-drip:before{content:""}.fi-tr-faucet:before{content:""}.fi-tr-fax:before{content:""}.fi-tr-feather-pointed:before{content:""}.fi-tr-feather:before{content:""}.fi-tr-features-alt:before{content:""}.fi-tr-features:before{content:""}.fi-tr-fee-receipt:before{content:""}.fi-tr-fee:before{content:""}.fi-tr-feedback-alt:before{content:""}.fi-tr-feedback-cycle-loop:before{content:""}.fi-tr-feedback-hand:before{content:""}.fi-tr-feedback-review:before{content:""}.fi-tr-feedback:before{content:""}.fi-tr-fence:before{content:""}.fi-tr-ferris-wheel:before{content:""}.fi-tr-field-hockey:before{content:""}.fi-tr-fighter-jet:before{content:""}.fi-tr-file-audio:before{content:""}.fi-tr-file-binary:before{content:""}.fi-tr-file-chart-line:before{content:""}.fi-tr-file-chart-pie:before{content:""}.fi-tr-file-circle-info:before{content:""}.fi-tr-file-cloud:before{content:""}.fi-tr-file-code:before{content:""}.fi-tr-file-csv:before{content:""}.fi-tr-file-download:before{content:""}.fi-tr-file-edit:before{content:""}.fi-tr-file-excel:before{content:""}.fi-tr-file-exclamation:before{content:""}.fi-tr-file-export:before{content:""}.fi-tr-file-image:before{content:""}.fi-tr-file-import:before{content:""}.fi-tr-file-invoice-dollar:before{content:""}.fi-tr-file-invoice:before{content:""}.fi-tr-file-medical-alt:before{content:""}.fi-tr-file-medical:before{content:""}.fi-tr-file-minus:before{content:""}.fi-tr-file-pdf:before{content:""}.fi-tr-file-powerpoint:before{content:""}.fi-tr-file-prescription:before{content:""}.fi-tr-file-signature:before{content:""}.fi-tr-file-spreadsheet:before{content:""}.fi-tr-file-upload:before{content:""}.fi-tr-file-user:before{content:""}.fi-tr-file-video:before{content:""}.fi-tr-file-word:before{content:""}.fi-tr-file-zipper:before{content:""}.fi-tr-files-medical:before{content:""}.fi-tr-film-canister:before{content:""}.fi-tr-film-slash:before{content:""}.fi-tr-films:before{content:""}.fi-tr-filter-list:before{content:""}.fi-tr-filter-slash:before{content:""}.fi-tr-filter:before{content:""}.fi-tr-filters:before{content:""}.fi-tr-fingerprint:before{content:""}.fi-tr-fire-burner:before{content:""}.fi-tr-fire-extinguisher:before{content:""}.fi-tr-fire-flame-curved:before{content:""}.fi-tr-fire-flame-simple:before{content:""}.fi-tr-fire-hydrant:before{content:""}.fi-tr-fire-smoke:before{content:""}.fi-tr-fireplace:before{content:""}.fi-tr-first-award:before{content:""}.fi-tr-first-laurel:before{content:""}.fi-tr-first-medal:before{content:""}.fi-tr-first:before{content:""}.fi-tr-fish-bones:before{content:""}.fi-tr-fish-cooked:before{content:""}.fi-tr-fish:before{content:""}.fi-tr-fishing-rod:before{content:""}.fi-tr-fist-move:before{content:""}.fi-tr-flag-alt:before{content:""}.fi-tr-flag-checkered:before{content:""}.fi-tr-flag-usa:before{content:""}.fi-tr-flag:before{content:""}.fi-tr-flame:before{content:""}.fi-tr-flashlight:before{content:""}.fi-tr-flask-gear:before{content:""}.fi-tr-flask-poison:before{content:""}.fi-tr-flask-potion:before{content:""}.fi-tr-flask:before{content:""}.fi-tr-flatbread-stuffed:before{content:""}.fi-tr-flatbread:before{content:""}.fi-tr-floor-alt:before{content:""}.fi-tr-floor-layer:before{content:""}.fi-tr-floor:before{content:""}.fi-tr-floppy-disk-circle-arrow-right:before{content:""}.fi-tr-floppy-disk-circle-xmark:before{content:""}.fi-tr-floppy-disk-pen:before{content:""}.fi-tr-floppy-disks:before{content:""}.fi-tr-florin-sign:before{content:""}.fi-tr-flower-bouquet:before{content:""}.fi-tr-flower-butterfly:before{content:""}.fi-tr-flower-daffodil:before{content:""}.fi-tr-flower-tulip:before{content:""}.fi-tr-flower:before{content:""}.fi-tr-flushed:before{content:""}.fi-tr-flute:before{content:""}.fi-tr-flux-capacitor:before{content:""}.fi-tr-fly-insect:before{content:""}.fi-tr-flying-disc:before{content:""}.fi-tr-fog:before{content:""}.fi-tr-folder-download:before{content:""}.fi-tr-folder-fire:before{content:""}.fi-tr-folder-minus:before{content:""}.fi-tr-folder-open:before{content:""}.fi-tr-folder-times:before{content:""}.fi-tr-folder-tree:before{content:""}.fi-tr-folder-upload:before{content:""}.fi-tr-folder-xmark:before{content:""}.fi-tr-folders:before{content:""}.fi-tr-follow-folder:before{content:""}.fi-tr-followcollection:before{content:""}.fi-tr-fondue-pot:before{content:""}.fi-tr-foreign-language-audio:before{content:""}.fi-tr-fork:before{content:""}.fi-tr-forklift:before{content:""}.fi-tr-fort:before{content:""}.fi-tr-forward-fast:before{content:""}.fi-tr-fox:before{content:""}.fi-tr-frame:before{content:""}.fi-tr-franc-sign:before{content:""}.fi-tr-free-delivery:before{content:""}.fi-tr-free:before{content:""}.fi-tr-french-fries:before{content:""}.fi-tr-friday:before{content:""}.fi-tr-frog:before{content:""}.fi-tr-frown:before{content:""}.fi-tr-ftp:before{content:""}.fi-tr-fuel-gauge:before{content:""}.fi-tr-function-process:before{content:""}.fi-tr-function-square:before{content:""}.fi-tr-function:before{content:""}.fi-tr-funnel-dollar:before{content:""}.fi-tr-g:before{content:""}.fi-tr-galaxy-alt:before{content:""}.fi-tr-galaxy-planet:before{content:""}.fi-tr-galaxy-star:before{content:""}.fi-tr-galaxy:before{content:""}.fi-tr-gallery-thumbnails:before{content:""}.fi-tr-game-board-alt:before{content:""}.fi-tr-gamepad:before{content:""}.fi-tr-garage-car:before{content:""}.fi-tr-garage-open:before{content:""}.fi-tr-garage:before{content:""}.fi-tr-garlic-alt:before{content:""}.fi-tr-garlic:before{content:""}.fi-tr-gas-pump-slash:before{content:""}.fi-tr-gas-pump:before{content:""}.fi-tr-gauge-circle-bolt:before{content:""}.fi-tr-gauge-circle-minus:before{content:""}.fi-tr-gauge-circle-plus:before{content:""}.fi-tr-gavel:before{content:""}.fi-tr-gay-couple:before{content:""}.fi-tr-gears:before{content:""}.fi-tr-gem:before{content:""}.fi-tr-general:before{content:""}.fi-tr-ghost:before{content:""}.fi-tr-gif-square:before{content:""}.fi-tr-gif:before{content:""}.fi-tr-gift-box-benefits:before{content:""}.fi-tr-gift-card:before{content:""}.fi-tr-gift:before{content:""}.fi-tr-gifts:before{content:""}.fi-tr-gingerbread-man:before{content:""}.fi-tr-glass-champagne:before{content:""}.fi-tr-glass-cheers:before{content:""}.fi-tr-glass-citrus:before{content:""}.fi-tr-glass-empty:before{content:""}.fi-tr-glass-half:before{content:""}.fi-tr-glass-water-droplet:before{content:""}.fi-tr-glass-whiskey-rocks:before{content:""}.fi-tr-glass-whiskey:before{content:""}.fi-tr-glass:before{content:""}.fi-tr-glasses:before{content:""}.fi-tr-globe-alt:before{content:""}.fi-tr-globe-pointer:before{content:""}.fi-tr-globe-snow:before{content:""}.fi-tr-goal-net:before{content:""}.fi-tr-golf-ball:before{content:""}.fi-tr-golf-club:before{content:""}.fi-tr-golf-hole:before{content:""}.fi-tr-gopuram:before{content:""}.fi-tr-government-budget:before{content:""}.fi-tr-government-flag:before{content:""}.fi-tr-government-user:before{content:""}.fi-tr-gps-navigation:before{content:""}.fi-tr-graduation-cap:before{content:""}.fi-tr-gramophone:before{content:""}.fi-tr-grape:before{content:""}.fi-tr-graph-curve:before{content:""}.fi-tr-graphic-style:before{content:""}.fi-tr-graphic-tablet:before{content:""}.fi-tr-grate-droplet:before{content:""}.fi-tr-grate:before{content:""}.fi-tr-greater-than-equal:before{content:""}.fi-tr-greater-than:before{content:""}.fi-tr-greek-helmet:before{content:""}.fi-tr-grid-dividers:before{content:""}.fi-tr-grill-hot-alt:before{content:""}.fi-tr-grill:before{content:""}.fi-tr-grimace:before{content:""}.fi-tr-grin-alt:before{content:""}.fi-tr-grin-beam-sweat:before{content:""}.fi-tr-grin-beam:before{content:""}.fi-tr-grin-hearts:before{content:""}.fi-tr-grin-squint-tears:before{content:""}.fi-tr-grin-squint:before{content:""}.fi-tr-grin-stars:before{content:""}.fi-tr-grin-tears:before{content:""}.fi-tr-grin-tongue-squint:before{content:""}.fi-tr-grin-tongue-wink:before{content:""}.fi-tr-grin-tongue:before{content:""}.fi-tr-grin-wink:before{content:""}.fi-tr-grin:before{content:""}.fi-tr-grip-dots-vertical:before{content:""}.fi-tr-grip-dots:before{content:""}.fi-tr-grip-horizontal:before{content:""}.fi-tr-grip-lines-vertical:before{content:""}.fi-tr-grip-lines:before{content:""}.fi-tr-grip-vertical:before{content:""}.fi-tr-grocery-bag:before{content:""}.fi-tr-grocery-basket:before{content:""}.fi-tr-group-arrows-rotate:before{content:""}.fi-tr-growth-chart-invest:before{content:""}.fi-tr-guarani-sign:before{content:""}.fi-tr-guide-alt:before{content:""}.fi-tr-guide:before{content:""}.fi-tr-guitar-electric:before{content:""}.fi-tr-guitar:before{content:""}.fi-tr-guitars:before{content:""}.fi-tr-gun-squirt:before{content:""}.fi-tr-gym:before{content:""}.fi-tr-h-square:before{content:""}.fi-tr-h:before{content:""}.fi-tr-h1:before{content:""}.fi-tr-h2:before{content:""}.fi-tr-h3:before{content:""}.fi-tr-h4:before{content:""}.fi-tr-hair-clipper:before{content:""}.fi-tr-hamburger-soda:before{content:""}.fi-tr-hamburger:before{content:""}.fi-tr-hammer-crash:before{content:""}.fi-tr-hammer-war:before{content:""}.fi-tr-hammer:before{content:""}.fi-tr-hamsa:before{content:""}.fi-tr-hand-back-fist:before{content:""}.fi-tr-hand-back-point-down:before{content:""}.fi-tr-hand-back-point-left:before{content:""}.fi-tr-hand-back-point-ribbon:before{content:""}.fi-tr-hand-back-point-right:before{content:""}.fi-tr-hand-bill:before{content:""}.fi-tr-hand-dots:before{content:""}.fi-tr-hand-fingers-crossed:before{content:""}.fi-tr-hand-fist:before{content:""}.fi-tr-hand-heart:before{content:""}.fi-tr-hand-holding-box:before{content:""}.fi-tr-hand-holding-droplet:before{content:""}.fi-tr-hand-holding-heart:before{content:""}.fi-tr-hand-holding-magic:before{content:""}.fi-tr-hand-holding-medical:before{content:""}.fi-tr-hand-holding-seeding:before{content:""}.fi-tr-hand-holding-skull:before{content:""}.fi-tr-hand-holding-usd:before{content:""}.fi-tr-hand-holding-water:before{content:""}.fi-tr-hand-horns:before{content:""}.fi-tr-hand-lizard:before{content:""}.fi-tr-hand-love:before{content:""}.fi-tr-hand-middle-finger:before{content:""}.fi-tr-hand-paper:before{content:""}.fi-tr-hand-peace:before{content:""}.fi-tr-hand-point-ribbon:before{content:""}.fi-tr-hand-scissors:before{content:""}.fi-tr-hand-sparkles:before{content:""}.fi-tr-hand-spock:before{content:""}.fi-tr-hand-wave:before{content:""}.fi-tr-handmade:before{content:""}.fi-tr-hands-bubbles:before{content:""}.fi-tr-hands-clapping:before{content:""}.fi-tr-hands-heart:before{content:""}.fi-tr-hands-holding-diamond:before{content:""}.fi-tr-hands-holding:before{content:""}.fi-tr-hands-usd:before{content:""}.fi-tr-handshake-angle:before{content:""}.fi-tr-handshake-deal-loan:before{content:""}.fi-tr-handshake-house:before{content:""}.fi-tr-handshake-simple-slash:before{content:""}.fi-tr-handshake-trust:before{content:""}.fi-tr-handshake:before{content:""}.fi-tr-hard-hat:before{content:""}.fi-tr-hashtag-lock:before{content:""}.fi-tr-hashtag:before{content:""}.fi-tr-hat-beach:before{content:""}.fi-tr-hat-birthday:before{content:""}.fi-tr-hat-chef:before{content:""}.fi-tr-hat-cowboy-side:before{content:""}.fi-tr-hat-cowboy:before{content:""}.fi-tr-hat-santa:before{content:""}.fi-tr-hat-winter:before{content:""}.fi-tr-hat-witch:before{content:""}.fi-tr-hat-wizard:before{content:""}.fi-tr-hdd:before{content:""}.fi-tr-head-side-brain:before{content:""}.fi-tr-head-side-cough-slash:before{content:""}.fi-tr-head-side-cough:before{content:""}.fi-tr-head-side-headphones:before{content:""}.fi-tr-head-side-heart:before{content:""}.fi-tr-head-side-mask:before{content:""}.fi-tr-head-side-medical:before{content:""}.fi-tr-head-side-thinking:before{content:""}.fi-tr-head-side-virus:before{content:""}.fi-tr-head-side:before{content:""}.fi-tr-head-vr:before{content:""}.fi-tr-heading:before{content:""}.fi-tr-heart-arrow:before{content:""}.fi-tr-heart-brain:before{content:""}.fi-tr-heart-crack:before{content:""}.fi-tr-heart-half-stroke:before{content:""}.fi-tr-heart-half:before{content:""}.fi-tr-heart-health-muscle:before{content:""}.fi-tr-heart-lock:before{content:""}.fi-tr-heart-partner-handshake:before{content:""}.fi-tr-heart-rate:before{content:""}.fi-tr-heart-slash:before{content:""}.fi-tr-heart-upside-down:before{content:""}.fi-tr-heat:before{content:""}.fi-tr-helicopter-side:before{content:""}.fi-tr-helmet-battle:before{content:""}.fi-tr-hexagon-check:before{content:""}.fi-tr-hexagon-divide:before{content:""}.fi-tr-hexagon-exclamation:before{content:""}.fi-tr-hexagon:before{content:""}.fi-tr-high-definition:before{content:""}.fi-tr-high-five-celebration-yes:before{content:""}.fi-tr-high-five:before{content:""}.fi-tr-highlighter-line:before{content:""}.fi-tr-highlighter:before{content:""}.fi-tr-hiking:before{content:""}.fi-tr-hippo:before{content:""}.fi-tr-hockey-mask:before{content:""}.fi-tr-hockey-puck:before{content:""}.fi-tr-hockey-stick-puck:before{content:""}.fi-tr-hockey-sticks:before{content:""}.fi-tr-holding-hand-gear:before{content:""}.fi-tr-holding-hand-revenue:before{content:""}.fi-tr-holly-berry:before{content:""}.fi-tr-home-heart:before{content:""}.fi-tr-honey-pot:before{content:""}.fi-tr-hood-cloak:before{content:""}.fi-tr-horizontal-rule:before{content:""}.fi-tr-horse-head:before{content:""}.fi-tr-horse-saddle:before{content:""}.fi-tr-horse:before{content:""}.fi-tr-horseshoe-broken:before{content:""}.fi-tr-horseshoe:before{content:""}.fi-tr-hose-reel:before{content:""}.fi-tr-hose:before{content:""}.fi-tr-hospital-symbol:before{content:""}.fi-tr-hospital-user:before{content:""}.fi-tr-hospital:before{content:""}.fi-tr-hospitals:before{content:""}.fi-tr-hot-tub:before{content:""}.fi-tr-hotdog:before{content:""}.fi-tr-hotel:before{content:""}.fi-tr-hourglass-end:before{content:""}.fi-tr-hourglass-start:before{content:""}.fi-tr-hourglass:before{content:""}.fi-tr-house-blank:before{content:""}.fi-tr-house-building:before{content:""}.fi-tr-house-chimney-blank:before{content:""}.fi-tr-house-chimney-crack:before{content:""}.fi-tr-house-chimney-heart:before{content:""}.fi-tr-house-chimney-medical:before{content:""}.fi-tr-house-chimney-user:before{content:""}.fi-tr-house-chimney-window:before{content:""}.fi-tr-house-chimney:before{content:""}.fi-tr-house-circle-check:before{content:""}.fi-tr-house-circle-exclamation:before{content:""}.fi-tr-house-circle-xmark:before{content:""}.fi-tr-house-crack-alt:before{content:""}.fi-tr-house-crack:before{content:""}.fi-tr-house-day:before{content:""}.fi-tr-house-fire:before{content:""}.fi-tr-house-flag:before{content:""}.fi-tr-house-flood:before{content:""}.fi-tr-house-laptop:before{content:""}.fi-tr-house-leave:before{content:""}.fi-tr-house-lock:before{content:""}.fi-tr-house-medical:before{content:""}.fi-tr-house-night:before{content:""}.fi-tr-house-return:before{content:""}.fi-tr-house-signal:before{content:""}.fi-tr-house-tree:before{content:""}.fi-tr-house-tsunami:before{content:""}.fi-tr-house-turret:before{content:""}.fi-tr-house-user:before{content:""}.fi-tr-house-window:before{content:""}.fi-tr-hr-group:before{content:""}.fi-tr-hr-person:before{content:""}.fi-tr-hr:before{content:""}.fi-tr-hryvnia:before{content:""}.fi-tr-humidity:before{content:""}.fi-tr-hundred-points:before{content:""}.fi-tr-hurricane:before{content:""}.fi-tr-i:before{content:""}.fi-tr-ice-cream:before{content:""}.fi-tr-icicles:before{content:""}.fi-tr-icon-star:before{content:""}.fi-tr-id-badge:before{content:""}.fi-tr-id-card-clip-alt:before{content:""}.fi-tr-igloo:before{content:""}.fi-tr-image-slash:before{content:""}.fi-tr-images-user:before{content:""}.fi-tr-images:before{content:""}.fi-tr-improve-user:before{content:""}.fi-tr-inbox-in:before{content:""}.fi-tr-inbox-out:before{content:""}.fi-tr-inboxes:before{content:""}.fi-tr-incense-sticks-yoga:before{content:""}.fi-tr-incognito:before{content:""}.fi-tr-indian-rupee-sign:before{content:""}.fi-tr-industry-alt:before{content:""}.fi-tr-industry-windows:before{content:""}.fi-tr-infinity:before{content:""}.fi-tr-info-guide:before{content:""}.fi-tr-information:before{content:""}.fi-tr-inhaler:before{content:""}.fi-tr-input-numeric:before{content:""}.fi-tr-input-pipe:before{content:""}.fi-tr-input-text:before{content:""}.fi-tr-insert-alt:before{content:""}.fi-tr-insert-arrows:before{content:""}.fi-tr-insert-button-circle:before{content:""}.fi-tr-insert-credit-card:before{content:""}.fi-tr-insert-square:before{content:""}.fi-tr-insert:before{content:""}.fi-tr-insight-alt:before{content:""}.fi-tr-insight-head:before{content:""}.fi-tr-insight:before{content:""}.fi-tr-integral:before{content:""}.fi-tr-internet-speed-wifi:before{content:""}.fi-tr-intersection:before{content:""}.fi-tr-introduction-handshake:before{content:""}.fi-tr-introduction:before{content:""}.fi-tr-inventory-alt:before{content:""}.fi-tr-invest:before{content:""}.fi-tr-investment:before{content:""}.fi-tr-invite-alt:before{content:""}.fi-tr-invite:before{content:""}.fi-tr-iot-alt:before{content:""}.fi-tr-iot:before{content:""}.fi-tr-ip-address:before{content:""}.fi-tr-island-tropical:before{content:""}.fi-tr-issue-loupe:before{content:""}.fi-tr-it-alt:before{content:""}.fi-tr-it-computer:before{content:""}.fi-tr-it:before{content:""}.fi-tr-italian-lira-sign:before{content:""}.fi-tr-j:before{content:""}.fi-tr-jam:before{content:""}.fi-tr-jar-alt:before{content:""}.fi-tr-jar-wheat:before{content:""}.fi-tr-javascript:before{content:""}.fi-tr-joint:before{content:""}.fi-tr-joker:before{content:""}.fi-tr-journal-alt:before{content:""}.fi-tr-journal:before{content:""}.fi-tr-journey:before{content:""}.fi-tr-joystick:before{content:""}.fi-tr-jpg:before{content:""}.fi-tr-jug-alt:before{content:""}.fi-tr-jug-bottle:before{content:""}.fi-tr-jug:before{content:""}.fi-tr-jumping-rope:before{content:""}.fi-tr-k:before{content:""}.fi-tr-kaaba:before{content:""}.fi-tr-kazoo:before{content:""}.fi-tr-kerning:before{content:""}.fi-tr-key-lock-crypto:before{content:""}.fi-tr-key-skeleton-left-right:before{content:""}.fi-tr-key:before{content:""}.fi-tr-keyboard-brightness-low:before{content:""}.fi-tr-keyboard-brightness:before{content:""}.fi-tr-keyboard-down:before{content:""}.fi-tr-keyboard-left:before{content:""}.fi-tr-keyboard:before{content:""}.fi-tr-keynote:before{content:""}.fi-tr-kidneys:before{content:""}.fi-tr-kip-sign:before{content:""}.fi-tr-kiss-beam:before{content:""}.fi-tr-kiss-wink-heart:before{content:""}.fi-tr-kiss:before{content:""}.fi-tr-kite:before{content:""}.fi-tr-kiwi-bird:before{content:""}.fi-tr-kiwi-fruit:before{content:""}.fi-tr-knife-kitchen:before{content:""}.fi-tr-knife:before{content:""}.fi-tr-knitting:before{content:""}.fi-tr-kpi-evaluation:before{content:""}.fi-tr-kpi:before{content:""}.fi-tr-l:before{content:""}.fi-tr-lacrosse-stick-ball:before{content:""}.fi-tr-lacrosse-stick:before{content:""}.fi-tr-lambda:before{content:""}.fi-tr-lamp-desk:before{content:""}.fi-tr-lamp-floor:before{content:""}.fi-tr-lamp-street:before{content:""}.fi-tr-lamp:before{content:""}.fi-tr-land-layer-location:before{content:""}.fi-tr-land-layers:before{content:""}.fi-tr-land-location:before{content:""}.fi-tr-landmark-alt:before{content:""}.fi-tr-language:before{content:""}.fi-tr-laptop-arrow-down:before{content:""}.fi-tr-laptop-binary:before{content:""}.fi-tr-laptop-code:before{content:""}.fi-tr-laptop-medical:before{content:""}.fi-tr-laptop-mobile:before{content:""}.fi-tr-laptop-slash:before{content:""}.fi-tr-laptop:before{content:""}.fi-tr-lari-sign:before{content:""}.fi-tr-lasso-sparkles:before{content:""}.fi-tr-last-square:before{content:""}.fi-tr-laugh-beam:before{content:""}.fi-tr-laugh-squint:before{content:""}.fi-tr-laugh-wink:before{content:""}.fi-tr-laugh:before{content:""}.fi-tr-lawyer-man:before{content:""}.fi-tr-lawyer-woman:before{content:""}.fi-tr-layer-minus:before{content:""}.fi-tr-layer-plus:before{content:""}.fi-tr-lead-funnel:before{content:""}.fi-tr-lead-management:before{content:""}.fi-tr-lead:before{content:""}.fi-tr-leader-alt:before{content:""}.fi-tr-leader-speech:before{content:""}.fi-tr-leader:before{content:""}.fi-tr-leaderboard-alt:before{content:""}.fi-tr-leaderboard-trophy:before{content:""}.fi-tr-leaderboard:before{content:""}.fi-tr-leadership-alt:before{content:""}.fi-tr-leadership:before{content:""}.fi-tr-leaf-heart:before{content:""}.fi-tr-leaf-maple:before{content:""}.fi-tr-leaf-oak:before{content:""}.fi-tr-leaf:before{content:""}.fi-tr-leafy-green:before{content:""}.fi-tr-leave:before{content:""}.fi-tr-left-from-bracket:before{content:""}.fi-tr-left:before{content:""}.fi-tr-legal:before{content:""}.fi-tr-lemon:before{content:""}.fi-tr-lesbian-couple:before{content:""}.fi-tr-less-than-equal:before{content:""}.fi-tr-less-than:before{content:""}.fi-tr-lesson-class:before{content:""}.fi-tr-lesson:before{content:""}.fi-tr-lettuce:before{content:""}.fi-tr-level-down-alt:before{content:""}.fi-tr-level-down:before{content:""}.fi-tr-level-up-alt:before{content:""}.fi-tr-level-up:before{content:""}.fi-tr-license:before{content:""}.fi-tr-life:before{content:""}.fi-tr-light-ceiling:before{content:""}.fi-tr-light-emergency-on:before{content:""}.fi-tr-light-emergency:before{content:""}.fi-tr-light-switch-off:before{content:""}.fi-tr-light-switch-on:before{content:""}.fi-tr-light-switch:before{content:""}.fi-tr-lightbulb-cfl-on:before{content:""}.fi-tr-lightbulb-cfl:before{content:""}.fi-tr-lightbulb-dollar:before{content:""}.fi-tr-lightbulb-exclamation:before{content:""}.fi-tr-lightbulb-head:before{content:""}.fi-tr-lightbulb-on:before{content:""}.fi-tr-lightbulb-question:before{content:""}.fi-tr-lightbulb-setting:before{content:""}.fi-tr-lightbulb-slash:before{content:""}.fi-tr-lighthouse:before{content:""}.fi-tr-lights-holiday:before{content:""}.fi-tr-limit-hand:before{content:""}.fi-tr-limit-speedometer:before{content:""}.fi-tr-link-alt:before{content:""}.fi-tr-link-horizontal-slash:before{content:""}.fi-tr-link-horizontal:before{content:""}.fi-tr-link-slash-alt:before{content:""}.fi-tr-link-slash:before{content:""}.fi-tr-lion-head:before{content:""}.fi-tr-lion:before{content:""}.fi-tr-lips:before{content:""}.fi-tr-lipstick:before{content:""}.fi-tr-lira-sign:before{content:""}.fi-tr-list-check:before{content:""}.fi-tr-list-dropdown:before{content:""}.fi-tr-list-music:before{content:""}.fi-tr-list-timeline:before{content:""}.fi-tr-litecoin-sign:before{content:""}.fi-tr-live-alt:before{content:""}.fi-tr-live:before{content:""}.fi-tr-loading:before{content:""}.fi-tr-loan:before{content:""}.fi-tr-lobster:before{content:""}.fi-tr-location-alt:before{content:""}.fi-tr-location-arrow:before{content:""}.fi-tr-location-crosshairs-slash:before{content:""}.fi-tr-location-crosshairs:before{content:""}.fi-tr-location-dot-slash:before{content:""}.fi-tr-location-exclamation:before{content:""}.fi-tr-lock-alt:before{content:""}.fi-tr-lock-hashtag:before{content:""}.fi-tr-lock-open-alt:before{content:""}.fi-tr-locust:before{content:""}.fi-tr-loop-square:before{content:""}.fi-tr-loveseat:before{content:""}.fi-tr-low-vision:before{content:""}.fi-tr-luchador:before{content:""}.fi-tr-luggage-cart:before{content:""}.fi-tr-lungs-virus:before{content:""}.fi-tr-lungs:before{content:""}.fi-tr-m:before{content:""}.fi-tr-mace:before{content:""}.fi-tr-magnet-user:before{content:""}.fi-tr-magnet:before{content:""}.fi-tr-mailbox:before{content:""}.fi-tr-makeup-brush:before{content:""}.fi-tr-man-head:before{content:""}.fi-tr-man-scientist:before{content:""}.fi-tr-manat-sign:before{content:""}.fi-tr-mandolin:before{content:""}.fi-tr-mango:before{content:""}.fi-tr-manhole:before{content:""}.fi-tr-map-location-track:before{content:""}.fi-tr-map-marker-check:before{content:""}.fi-tr-map-marker-edit:before{content:""}.fi-tr-map-marker-question:before{content:""}.fi-tr-map-marker-slash:before{content:""}.fi-tr-map-marker-smile:before{content:""}.fi-tr-map-pin:before{content:""}.fi-tr-map-point:before{content:""}.fi-tr-marker-time:before{content:""}.fi-tr-marketplace-alt:before{content:""}.fi-tr-marketplace-store:before{content:""}.fi-tr-marketplace:before{content:""}.fi-tr-mars-double:before{content:""}.fi-tr-mars-stroke-right:before{content:""}.fi-tr-mars-stroke-up:before{content:""}.fi-tr-mars:before{content:""}.fi-tr-martini-glass-citrus:before{content:""}.fi-tr-martini-glass-empty:before{content:""}.fi-tr-mask-carnival:before{content:""}.fi-tr-mask-face:before{content:""}.fi-tr-mask-snorkel:before{content:""}.fi-tr-massage:before{content:""}.fi-tr-match-fire:before{content:""}.fi-tr-mattress-pillow:before{content:""}.fi-tr-measuring-tape:before{content:""}.fi-tr-meat:before{content:""}.fi-tr-medal:before{content:""}.fi-tr-medical-star:before{content:""}.fi-tr-medicine:before{content:""}.fi-tr-meditation:before{content:""}.fi-tr-meeting-alt:before{content:""}.fi-tr-meeting:before{content:""}.fi-tr-megaphone-announcement-leader:before{content:""}.fi-tr-megaphone:before{content:""}.fi-tr-meh-blank:before{content:""}.fi-tr-meh-rolling-eyes:before{content:""}.fi-tr-meh:before{content:""}.fi-tr-melon-alt:before{content:""}.fi-tr-melon:before{content:""}.fi-tr-member-list:before{content:""}.fi-tr-member-search:before{content:""}.fi-tr-membership-vip:before{content:""}.fi-tr-membership:before{content:""}.fi-tr-memo-circle-check:before{content:""}.fi-tr-memo-pad:before{content:""}.fi-tr-memo:before{content:""}.fi-tr-memory:before{content:""}.fi-tr-mercury:before{content:""}.fi-tr-message-arrow-down:before{content:""}.fi-tr-message-arrow-up-right:before{content:""}.fi-tr-message-arrow-up:before{content:""}.fi-tr-message-bot:before{content:""}.fi-tr-message-code:before{content:""}.fi-tr-message-dollar:before{content:""}.fi-tr-message-heart:before{content:""}.fi-tr-message-image:before{content:""}.fi-tr-message-question:before{content:""}.fi-tr-message-quote:before{content:""}.fi-tr-message-slash:before{content:""}.fi-tr-message-sms:before{content:""}.fi-tr-message-text:before{content:""}.fi-tr-message-xmark:before{content:""}.fi-tr-messages-dollar:before{content:""}.fi-tr-messages-question:before{content:""}.fi-tr-messages:before{content:""}.fi-tr-meteor:before{content:""}.fi-tr-meter-bolt:before{content:""}.fi-tr-meter-droplet:before{content:""}.fi-tr-meter-fire:before{content:""}.fi-tr-meter:before{content:""}.fi-tr-method:before{content:""}.fi-tr-microchip-ai:before{content:""}.fi-tr-microchip:before{content:""}.fi-tr-microphone-alt:before{content:""}.fi-tr-microphone-slash:before{content:""}.fi-tr-microscope:before{content:""}.fi-tr-microwave:before{content:""}.fi-tr-milk-alt:before{content:""}.fi-tr-milk:before{content:""}.fi-tr-mill-sign:before{content:""}.fi-tr-mind-share:before{content:""}.fi-tr-minus-circle:before{content:""}.fi-tr-minus-hexagon:before{content:""}.fi-tr-mistletoe:before{content:""}.fi-tr-mix:before{content:""}.fi-tr-mobile-button:before{content:""}.fi-tr-mobile-notch:before{content:""}.fi-tr-mobile:before{content:""}.fi-tr-mockup:before{content:""}.fi-tr-mode-alt:before{content:""}.fi-tr-mode:before{content:""}.fi-tr-model-cube-arrows:before{content:""}.fi-tr-model-cube-space:before{content:""}.fi-tr-model-cube:before{content:""}.fi-tr-module:before{content:""}.fi-tr-monday:before{content:""}.fi-tr-money-bill-simple:before{content:""}.fi-tr-money-bill-transfer:before{content:""}.fi-tr-money-bill-wave-alt:before{content:""}.fi-tr-money-bill-wave:before{content:""}.fi-tr-money-bills-simple:before{content:""}.fi-tr-money-bills:before{content:""}.fi-tr-money-check-edit-alt:before{content:""}.fi-tr-money-check-edit:before{content:""}.fi-tr-money-check:before{content:""}.fi-tr-money-coin-transfer:before{content:""}.fi-tr-money-from-bracket:before{content:""}.fi-tr-money-simple-from-bracket:before{content:""}.fi-tr-money-transfer-alt:before{content:""}.fi-tr-money-transfer-coin-arrow:before{content:""}.fi-tr-money-transfer-smartphone:before{content:""}.fi-tr-money-wings:before{content:""}.fi-tr-money:before{content:""}.fi-tr-monkey:before{content:""}.fi-tr-monument:before{content:""}.fi-tr-moon-stars:before{content:""}.fi-tr-moon:before{content:""}.fi-tr-moped:before{content:""}.fi-tr-mortar-pestle:before{content:""}.fi-tr-mortgage:before{content:""}.fi-tr-mosque-alt:before{content:""}.fi-tr-mosque-moon:before{content:""}.fi-tr-mosque:before{content:""}.fi-tr-mosquito-net:before{content:""}.fi-tr-mosquito:before{content:""}.fi-tr-motorcycle:before{content:""}.fi-tr-mound:before{content:""}.fi-tr-mountain-city:before{content:""}.fi-tr-mountain:before{content:""}.fi-tr-mountains:before{content:""}.fi-tr-mouse-field:before{content:""}.fi-tr-mouse:before{content:""}.fi-tr-mov-file:before{content:""}.fi-tr-move-to-folder-2:before{content:""}.fi-tr-move-to-folder:before{content:""}.fi-tr-mp3-file:before{content:""}.fi-tr-mp3-player:before{content:""}.fi-tr-mp4-file:before{content:""}.fi-tr-mug-alt:before{content:""}.fi-tr-mug-hot-alt:before{content:""}.fi-tr-mug-hot:before{content:""}.fi-tr-mug-marshmallows:before{content:""}.fi-tr-mug-tea-saucer:before{content:""}.fi-tr-mug-tea:before{content:""}.fi-tr-mug:before{content:"豈"}.fi-tr-multiple-alt:before{content:"更"}.fi-tr-multiple:before{content:"車"}.fi-tr-muscle:before{content:"賈"}.fi-tr-mushroom-alt:before{content:"滑"}.fi-tr-mushroom:before{content:"串"}.fi-tr-music-file:before{content:"句"}.fi-tr-music-note-slash:before{content:"龜"}.fi-tr-music-note:before{content:"龜"}.fi-tr-music-slash:before{content:"契"}.fi-tr-n:before{content:"金"}.fi-tr-naira-sign:before{content:"喇"}.fi-tr-narwhal:before{content:"奈"}.fi-tr-nesting-dolls:before{content:"懶"}.fi-tr-network-analytic:before{content:"癩"}.fi-tr-network-cloud:before{content:"羅"}.fi-tr-network:before{content:"蘿"}.fi-tr-neuter:before{content:"螺"}.fi-tr-newsletter-subscribe:before{content:"裸"}.fi-tr-newspaper-open:before{content:"邏"}.fi-tr-newspaper:before{content:"樂"}.fi-tr-nfc-lock:before{content:"洛"}.fi-tr-nfc-magnifying-glass:before{content:"烙"}.fi-tr-nfc-pen:before{content:"珞"}.fi-tr-nfc-slash:before{content:"落"}.fi-tr-nfc-trash:before{content:"酪"}.fi-tr-nfc:before{content:"駱"}.fi-tr-night-day:before{content:"亂"}.fi-tr-no-fee:before{content:"卵"}.fi-tr-no-people:before{content:"欄"}.fi-tr-noodles:before{content:"爛"}.fi-tr-nose:before{content:"蘭"}.fi-tr-not-equal:before{content:"鸞"}.fi-tr-not-found-alt:before{content:"嵐"}.fi-tr-not-found-magnifying-glass:before{content:"濫"}.fi-tr-not-found:before{content:"藍"}.fi-tr-notdef:before{content:"襤"}.fi-tr-note-medical:before{content:"拉"}.fi-tr-note-sticky:before{content:"臘"}.fi-tr-note:before{content:"蠟"}.fi-tr-notebook-alt:before{content:"廊"}.fi-tr-notebook:before{content:"朗"}.fi-tr-notes-medical:before{content:"浪"}.fi-tr-notes:before{content:"狼"}.fi-tr-o:before{content:"郎"}.fi-tr-object-exclude:before{content:"來"}.fi-tr-object-group:before{content:"冷"}.fi-tr-object-intersect:before{content:"勞"}.fi-tr-object-subtract:before{content:"擄"}.fi-tr-object-ungroup:before{content:"櫓"}.fi-tr-object-union:before{content:"爐"}.fi-tr-objects-column:before{content:"盧"}.fi-tr-octagon-check:before{content:"老"}.fi-tr-octagon-divide:before{content:"蘆"}.fi-tr-octagon-exclamation:before{content:"虜"}.fi-tr-octagon-minus:before{content:"路"}.fi-tr-octagon-plus:before{content:"露"}.fi-tr-octagon-xmark:before{content:"魯"}.fi-tr-octagon:before{content:"鷺"}.fi-tr-oil-can:before{content:"碌"}.fi-tr-oil-temp:before{content:"祿"}.fi-tr-olive-oil:before{content:"綠"}.fi-tr-olive:before{content:"菉"}.fi-tr-olives:before{content:"錄"}.fi-tr-om:before{content:"鹿"}.fi-tr-omega:before{content:"論"}.fi-tr-onboarding:before{content:"壟"}.fi-tr-onion:before{content:"弄"}.fi-tr-open-mail-clip:before{content:"籠"}.fi-tr-operating-system-upgrade:before{content:"聾"}.fi-tr-operation:before{content:"牢"}.fi-tr-order-history:before{content:"磊"}.fi-tr-organization-chart:before{content:"賂"}.fi-tr-ornament:before{content:"雷"}.fi-tr-otp:before{content:"壘"}.fi-tr-otter:before{content:"屢"}.fi-tr-outdent:before{content:"樓"}.fi-tr-oval-alt:before{content:"淚"}.fi-tr-oval:before{content:"漏"}.fi-tr-oven:before{content:"累"}.fi-tr-overline:before{content:"縷"}.fi-tr-overview:before{content:"陋"}.fi-tr-p:before{content:"勒"}.fi-tr-package:before{content:"肋"}.fi-tr-padlock-check:before{content:"凜"}.fi-tr-page-break:before{content:"凌"}.fi-tr-pager:before{content:"稜"}.fi-tr-paid:before{content:"綾"}.fi-tr-paint-roller:before{content:"菱"}.fi-tr-paintbrush-pencil:before{content:"陵"}.fi-tr-pallet-alt:before{content:"讀"}.fi-tr-pallet:before{content:"拏"}.fi-tr-pan-food:before{content:"樂"}.fi-tr-pan-frying:before{content:"諾"}.fi-tr-pan:before{content:"丹"}.fi-tr-pancakes:before{content:"寧"}.fi-tr-panorama:before{content:"怒"}.fi-tr-paper-plane-launch:before{content:"率"}.fi-tr-paper-plane-top:before{content:"異"}.fi-tr-paperclip-vertical:before{content:"北"}.fi-tr-parachute-box:before{content:"磻"}.fi-tr-paragraph-left:before{content:"便"}.fi-tr-paragraph:before{content:"復"}.fi-tr-parking-circle-slash:before{content:"不"}.fi-tr-parking-circle:before{content:"泌"}.fi-tr-parking-slash:before{content:"數"}.fi-tr-parking:before{content:"索"}.fi-tr-party-bell:before{content:"參"}.fi-tr-party-horn:before{content:"塞"}.fi-tr-passport:before{content:"省"}.fi-tr-password-alt:before{content:"葉"}.fi-tr-password-computer:before{content:"說"}.fi-tr-password-email:before{content:"殺"}.fi-tr-password-smartphone:before{content:"辰"}.fi-tr-password:before{content:"沈"}.fi-tr-paste:before{content:"拾"}.fi-tr-pattern:before{content:"若"}.fi-tr-pause-circle:before{content:"掠"}.fi-tr-pause-square:before{content:"略"}.fi-tr-paw-claws:before{content:"亮"}.fi-tr-paw-heart:before{content:"兩"}.fi-tr-paw:before{content:"凉"}.fi-tr-payment-pos:before{content:"梁"}.fi-tr-payroll-calendar:before{content:"糧"}.fi-tr-payroll-check:before{content:"良"}.fi-tr-payroll:before{content:"諒"}.fi-tr-peace:before{content:"量"}.fi-tr-peach:before{content:"勵"}.fi-tr-peanut:before{content:"呂"}.fi-tr-peanuts:before{content:"女"}.fi-tr-peapod:before{content:"廬"}.fi-tr-pear:before{content:"旅"}.fi-tr-pedestal:before{content:"濾"}.fi-tr-pen-circle:before{content:"礪"}.fi-tr-pen-clip-slash:before{content:"閭"}.fi-tr-pen-clip:before{content:"驪"}.fi-tr-pen-fancy-slash:before{content:"麗"}.fi-tr-pen-fancy:before{content:"黎"}.fi-tr-pen-field:before{content:"力"}.fi-tr-pen-nib-slash:before{content:"曆"}.fi-tr-pen-nib:before{content:"歷"}.fi-tr-pen-slash:before{content:"轢"}.fi-tr-pen-square:before{content:"年"}.fi-tr-pen-swirl:before{content:"憐"}.fi-tr-pencil-paintbrush:before{content:"戀"}.fi-tr-pencil-ruler:before{content:"撚"}.fi-tr-pencil-slash:before{content:"漣"}.fi-tr-pending:before{content:"煉"}.fi-tr-pennant:before{content:"璉"}.fi-tr-people-arrows-left-right:before{content:"秊"}.fi-tr-people-carry-box:before{content:"練"}.fi-tr-people-dress:before{content:"聯"}.fi-tr-people-network-partner:before{content:"輦"}.fi-tr-people-pants:before{content:"蓮"}.fi-tr-people-poll:before{content:"連"}.fi-tr-people-pulling:before{content:"鍊"}.fi-tr-people-roof:before{content:"列"}.fi-tr-people:before{content:"劣"}.fi-tr-pepper-alt:before{content:"咽"}.fi-tr-pepper-hot:before{content:"烈"}.fi-tr-pepper:before{content:"裂"}.fi-tr-percent-10:before{content:"說"}.fi-tr-percent-100:before{content:"廉"}.fi-tr-percent-20:before{content:"念"}.fi-tr-percent-25:before{content:"捻"}.fi-tr-percent-30:before{content:"殮"}.fi-tr-percent-40:before{content:"簾"}.fi-tr-percent-50:before{content:"獵"}.fi-tr-percent-60:before{content:"令"}.fi-tr-percent-70:before{content:"囹"}.fi-tr-percent-75:before{content:"寧"}.fi-tr-percent-80:before{content:"嶺"}.fi-tr-percent-90:before{content:"怜"}.fi-tr-percentage:before{content:"玲"}.fi-tr-person-burst:before{content:"瑩"}.fi-tr-person-carry-box:before{content:"羚"}.fi-tr-person-circle-check:before{content:"聆"}.fi-tr-person-circle-exclamation:before{content:"鈴"}.fi-tr-person-circle-minus:before{content:"零"}.fi-tr-person-circle-plus:before{content:"靈"}.fi-tr-person-circle-question:before{content:"領"}.fi-tr-person-circle-xmark:before{content:"例"}.fi-tr-person-cv:before{content:"禮"}.fi-tr-person-dolly-empty:before{content:"醴"}.fi-tr-person-dolly:before{content:"隸"}.fi-tr-person-dress-simple:before{content:"惡"}.fi-tr-person-dress:before{content:"了"}.fi-tr-person-luggage:before{content:"僚"}.fi-tr-person-lunge:before{content:"寮"}.fi-tr-person-pilates:before{content:"尿"}.fi-tr-person-praying:before{content:"料"}.fi-tr-person-pregnant:before{content:"樂"}.fi-tr-person-seat-reclined:before{content:"燎"}.fi-tr-person-seat:before{content:"療"}.fi-tr-person-shelter:before{content:"蓼"}.fi-tr-person-sign:before{content:"遼"}.fi-tr-person-simple:before{content:"龍"}.fi-tr-person-walking-with-cane:before{content:"暈"}.fi-tr-peseta-sign:before{content:"阮"}.fi-tr-peso-sign:before{content:"劉"}.fi-tr-pets:before{content:"杻"}.fi-tr-pharmacy:before{content:"柳"}.fi-tr-phone-call:before{content:"流"}.fi-tr-phone-cross:before{content:"溜"}.fi-tr-phone-flip:before{content:"琉"}.fi-tr-phone-heart-message:before{content:"留"}.fi-tr-phone-office:before{content:"硫"}.fi-tr-phone-pause:before{content:"紐"}.fi-tr-phone-plus:before{content:"類"}.fi-tr-phone-rotary:before{content:"六"}.fi-tr-phone-slash:before{content:"戮"}.fi-tr-photo-capture:before{content:"陸"}.fi-tr-photo-film-music:before{content:"倫"}.fi-tr-photo-video:before{content:"崙"}.fi-tr-physics:before{content:"淪"}.fi-tr-Pi:before{content:"輪"}.fi-tr-piano-keyboard:before{content:"律"}.fi-tr-piano:before{content:"慄"}.fi-tr-pickaxe:before{content:"栗"}.fi-tr-picking-box:before{content:"率"}.fi-tr-picking:before{content:"隆"}.fi-tr-picnic:before{content:"利"}.fi-tr-picpeople-filled:before{content:"吏"}.fi-tr-picpeople:before{content:"履"}.fi-tr-pie:before{content:"易"}.fi-tr-pig-bank-bulb:before{content:"李"}.fi-tr-pig-face:before{content:"梨"}.fi-tr-pig:before{content:"泥"}.fi-tr-piggy-bank-budget:before{content:"理"}.fi-tr-piggy-bank:before{content:"痢"}.fi-tr-pills:before{content:"罹"}.fi-tr-pinata:before{content:"裏"}.fi-tr-pineapple-alt:before{content:"裡"}.fi-tr-pineapple:before{content:"里"}.fi-tr-pipe-smoking:before{content:"離"}.fi-tr-pizza-slice:before{content:"匿"}.fi-tr-place-of-worship:before{content:"溺"}.fi-tr-plan-strategy:before{content:"吝"}.fi-tr-plan:before{content:"燐"}.fi-tr-plane-alt:before{content:"璘"}.fi-tr-plane-arrival:before{content:"藺"}.fi-tr-plane-departure:before{content:"隣"}.fi-tr-plane-prop:before{content:"鱗"}.fi-tr-plane-slash:before{content:"麟"}.fi-tr-plane-tail:before{content:"林"}.fi-tr-planet-moon:before{content:"淋"}.fi-tr-planet-ringed:before{content:"臨"}.fi-tr-plant-care:before{content:"立"}.fi-tr-plant-growth:before{content:"笠"}.fi-tr-plant-seed-invest:before{content:"粒"}.fi-tr-plant-wilt:before{content:"狀"}.fi-tr-plate-utensils:before{content:"炙"}.fi-tr-plate-wheat:before{content:"識"}.fi-tr-plate:before{content:"什"}.fi-tr-play-circle:before{content:"茶"}.fi-tr-play-microphone:before{content:"刺"}.fi-tr-play-pause:before{content:"切"}.fi-tr-plug-alt:before{content:"度"}.fi-tr-plug-cable:before{content:"拓"}.fi-tr-plug-circle-bolt:before{content:"糖"}.fi-tr-plug-circle-check:before{content:"宅"}.fi-tr-plug-circle-exclamation:before{content:"洞"}.fi-tr-plug-circle-minus:before{content:"暴"}.fi-tr-plug-circle-plus:before{content:"輻"}.fi-tr-plug-connection:before{content:"行"}.fi-tr-plug:before{content:"降"}.fi-tr-plus-hexagon:before{content:"見"}.fi-tr-plus-minus:before{content:"廓"}.fi-tr-png-file:before{content:"兀"}.fi-tr-podcast:before{content:"嗀"}.fi-tr-podium-star:before{content:"﨎"}.fi-tr-podium-victory-leader:before{content:"﨏"}.fi-tr-podium:before{content:"塚"}.fi-tr-point-of-sale-bill:before{content:"﨑"}.fi-tr-point-of-sale-signal:before{content:"晴"}.fi-tr-point-of-sale:before{content:"﨓"}.fi-tr-pointer-loading:before{content:"﨔"}.fi-tr-pointer-text:before{content:"凞"}.fi-tr-police-box:before{content:"猪"}.fi-tr-poll-h:before{content:"益"}.fi-tr-pollution:before{content:"礼"}.fi-tr-pompebled:before{content:"神"}.fi-tr-poo-bolt:before{content:"祥"}.fi-tr-poo:before{content:"福"}.fi-tr-pool-8-ball:before{content:"靖"}.fi-tr-poop:before{content:"精"}.fi-tr-popcorn:before{content:"羽"}.fi-tr-popsicle:before{content:"﨟"}.fi-tr-portal-enter:before{content:"蘒"}.fi-tr-portal-exit:before{content:"﨡"}.fi-tr-postal-address:before{content:"諸"}.fi-tr-pot:before{content:"﨣"}.fi-tr-potato:before{content:"﨤"}.fi-tr-pound:before{content:"逸"}.fi-tr-ppt-file:before{content:"都"}.fi-tr-practice:before{content:"﨧"}.fi-tr-praying-hands:before{content:"﨨"}.fi-tr-prescription-bottle-alt:before{content:"﨩"}.fi-tr-prescription-bottle-pill:before{content:"飯"}.fi-tr-prescription-bottle:before{content:"飼"}.fi-tr-prescription:before{content:"館"}.fi-tr-presentation:before{content:"鶴"}.fi-tr-previous-square:before{content:"郞"}.fi-tr-print-magnifying-glass:before{content:"隷"}.fi-tr-print-slash:before{content:"侮"}.fi-tr-print:before{content:"僧"}.fi-tr-problem-solving:before{content:"免"}.fi-tr-procedures:before{content:"勉"}.fi-tr-process:before{content:"勤"}.fi-tr-productivity:before{content:"卑"}.fi-tr-progress-complete:before{content:"喝"}.fi-tr-progress-download:before{content:"嘆"}.fi-tr-progress-upload:before{content:"器"}.fi-tr-projector:before{content:"塀"}.fi-tr-protractor:before{content:"墨"}.fi-tr-pulse:before{content:"層"}.fi-tr-pump-medical:before{content:"屮"}.fi-tr-pump:before{content:"悔"}.fi-tr-pumpkin-alt-2:before{content:"慨"}.fi-tr-pumpkin-alt:before{content:"憎"}.fi-tr-pumpkin:before{content:"懲"}.fi-tr-puzzle-alt:before{content:"敏"}.fi-tr-puzzle-piece-integration:before{content:"既"}.fi-tr-puzzle-piece:before{content:"暑"}.fi-tr-puzzle-pieces:before{content:"梅"}.fi-tr-pyramid:before{content:"海"}.fi-tr-q:before{content:"渚"}.fi-tr-qr-scan:before{content:"漢"}.fi-tr-QR:before{content:"煮"}.fi-tr-qrcode:before{content:"爫"}.fi-tr-question-square:before{content:"琢"}.fi-tr-question:before{content:"碑"}.fi-tr-queue-alt:before{content:"社"}.fi-tr-queue-line:before{content:"祉"}.fi-tr-queue-signal:before{content:"祈"}.fi-tr-queue:before{content:"祐"}.fi-tr-quill-pen-story:before{content:"祖"}.fi-tr-quiz-alt:before{content:"祝"}.fi-tr-quiz:before{content:"禍"}.fi-tr-r:before{content:"禎"}.fi-tr-rabbit-fast:before{content:"穀"}.fi-tr-rabbit:before{content:"突"}.fi-tr-raccoon:before{content:"節"}.fi-tr-racquet:before{content:"練"}.fi-tr-radar-monitoring-track:before{content:"縉"}.fi-tr-radar:before{content:"繁"}.fi-tr-radiation-alt:before{content:"署"}.fi-tr-radiation:before{content:"者"}.fi-tr-radio-alt:before{content:"臭"}.fi-tr-radio-button:before{content:"艹"}.fi-tr-radio:before{content:"艹"}.fi-tr-radish:before{content:"著"}.fi-tr-rainbow:before{content:"褐"}.fi-tr-raindrops:before{content:"視"}.fi-tr-ram:before{content:"謁"}.fi-tr-ramp-loading:before{content:"謹"}.fi-tr-rank:before{content:"賓"}.fi-tr-ranking-podium-empty:before{content:"贈"}.fi-tr-ranking-podium:before{content:"辶"}.fi-tr-ranking-star:before{content:"逸"}.fi-tr-ranking-stars:before{content:"難"}.fi-tr-raygun:before{content:"響"}.fi-tr-razor-barber:before{content:"頻"}.fi-tr-react:before{content:"恵"}.fi-tr-recipe-book:before{content:"𤋮"}.fi-tr-recipe:before{content:"舘"}.fi-tr-record-vinyl:before{content:"﩮"}.fi-tr-rectangle-barcode:before{content:"﩯"}.fi-tr-rectangle-code:before{content:"並"}.fi-tr-rectangle-history-circle-plus:before{content:"况"}.fi-tr-rectangle-horizontal:before{content:"全"}.fi-tr-rectangle-list:before{content:"侀"}.fi-tr-rectangle-panoramic:before{content:"充"}.fi-tr-rectangle-pro:before{content:"冀"}.fi-tr-rectangle-vertical-history:before{content:"勇"}.fi-tr-rectangle-vertical:before{content:"勺"}.fi-tr-rectangle-xmark:before{content:"喝"}.fi-tr-rectangles-mixed:before{content:"啕"}.fi-tr-recycle-bin:before{content:"喙"}.fi-tr-recycle:before{content:"嗢"}.fi-tr-redo-alt:before{content:"塚"}.fi-tr-reel:before{content:"墳"}.fi-tr-referral-alt:before{content:"奄"}.fi-tr-referral-user:before{content:"奔"}.fi-tr-referral:before{content:"婢"}.fi-tr-reflect-horizontal-alt:before{content:"嬨"}.fi-tr-reflect-horizontal:before{content:"廒"}.fi-tr-reflect-vertical:before{content:"廙"}.fi-tr-refrigerator:before{content:"彩"}.fi-tr-refund-alt:before{content:"徭"}.fi-tr-refund:before{content:"惘"}.fi-tr-region-pin-alt:before{content:"慎"}.fi-tr-region-pin:before{content:"愈"}.fi-tr-registered:before{content:"憎"}.fi-tr-registration-paper:before{content:"慠"}.fi-tr-remove-folder:before{content:"懲"}.fi-tr-remove-user:before{content:"戴"}.fi-tr-rent-signal:before{content:"揄"}.fi-tr-rent:before{content:"搜"}.fi-tr-replace:before{content:"摒"}.fi-tr-replay-10:before{content:"敖"}.fi-tr-replay-30:before{content:"晴"}.fi-tr-replay-5:before{content:"朗"}.fi-tr-reply-all:before{content:"望"}.fi-tr-republican:before{content:"杖"}.fi-tr-reservation-smartphone:before{content:"歹"}.fi-tr-reservation-table:before{content:"殺"}.fi-tr-resistance-band:before{content:"流"}.fi-tr-resources:before{content:"滛"}.fi-tr-restaurant:before{content:"滋"}.fi-tr-restock:before{content:"漢"}.fi-tr-restroom-simple:before{content:"瀞"}.fi-tr-resume:before{content:"煮"}.fi-tr-revenue-alt:before{content:"瞧"}.fi-tr-revenue-euro:before{content:"爵"}.fi-tr-Revenue:before{content:"犯"}.fi-tr-review:before{content:"猪"}.fi-tr-rewind-button-circle:before{content:"瑱"}.fi-tr-rhombus:before{content:"甆"}.fi-tr-ribbon:before{content:"画"}.fi-tr-right-from-bracket:before{content:"瘝"}.fi-tr-right:before{content:"瘟"}.fi-tr-ring-diamond:before{content:"益"}.fi-tr-ring:before{content:"盛"}.fi-tr-rings-wedding:before{content:"直"}.fi-tr-risk-alt:before{content:"睊"}.fi-tr-risk:before{content:"着"}.fi-tr-road-barrier:before{content:"磌"}.fi-tr-road-sign-left:before{content:"窱"}.fi-tr-robot:before{content:"節"}.fi-tr-robotic-arm:before{content:"类"}.fi-tr-rocket-lunch:before{content:"絛"}.fi-tr-rocket:before{content:"練"}.fi-tr-roller-coaster:before{content:"缾"}.fi-tr-room-service:before{content:"者"}.fi-tr-rotate-exclamation:before{content:"荒"}.fi-tr-rotate-reverse:before{content:"華"}.fi-tr-rotate-square:before{content:"蝹"}.fi-tr-roulette:before{content:"襁"}.fi-tr-route-highway:before{content:"覆"}.fi-tr-route-interstate:before{content:"視"}.fi-tr-route:before{content:"調"}.fi-tr-router:before{content:"諸"}.fi-tr-rss-alt:before{content:"請"}.fi-tr-rss:before{content:"謁"}.fi-tr-ruble-sign:before{content:"諾"}.fi-tr-rugby-helmet:before{content:"諭"}.fi-tr-ruler-combined:before{content:"謹"}.fi-tr-ruler-horizontal:before{content:"變"}.fi-tr-ruler-triangle:before{content:"贈"}.fi-tr-ruler-vertical:before{content:"輸"}.fi-tr-rules-alt:before{content:"遲"}.fi-tr-rules:before{content:"醙"}.fi-tr-running-track:before{content:"鉶"}.fi-tr-running:before{content:"陼"}.fi-tr-rupee-sign:before{content:"難"}.fi-tr-rupiah-sign:before{content:"靖"}.fi-tr-rv:before{content:"韛"}.fi-tr-s:before{content:"響"}.fi-tr-sack-dollar:before{content:"頋"}.fi-tr-sack:before{content:"頻"}.fi-tr-sad-cry:before{content:"鬒"}.fi-tr-sad-tear:before{content:"龜"}.fi-tr-sad:before{content:"𢡊"}.fi-tr-safe-box:before{content:"𢡄"}.fi-tr-sailboat:before{content:"𣏕"}.fi-tr-salad:before{content:"㮝"}.fi-tr-salary-alt:before{content:"䀘"}.fi-tr-salt-pepper:before{content:"䀹"}.fi-tr-salt-shaker:before{content:"𥉉"}.fi-tr-sandwich-alt:before{content:"𥳐"}.fi-tr-sandwich:before{content:"𧻓"}.fi-tr-satellite-dish:before{content:"齃"}.fi-tr-satellite:before{content:"龎"}.fi-tr-saturday:before{content:"﫚"}.fi-tr-sauce:before{content:"﫛"}.fi-tr-sausage:before{content:"﫜"}.fi-tr-sax-hot:before{content:"﫝"}.fi-tr-saxophone:before{content:"﫞"}.fi-tr-scale-comparison-alt:before{content:"﫟"}.fi-tr-scale-comparison:before{content:"﫠"}.fi-tr-scale:before{content:"﫡"}.fi-tr-scalpel-path:before{content:"﫢"}.fi-tr-scalpel:before{content:"﫣"}.fi-tr-scanner-gun:before{content:"﫤"}.fi-tr-scanner-image:before{content:"﫥"}.fi-tr-scanner-keyboard:before{content:"﫦"}.fi-tr-scanner-touchscreen:before{content:"﫧"}.fi-tr-scarecrow:before{content:"﫨"}.fi-tr-scarf:before{content:"﫩"}.fi-tr-school-bus:before{content:"﫪"}.fi-tr-school:before{content:"﫫"}.fi-tr-scooter:before{content:"﫬"}.fi-tr-screen:before{content:"﫭"}.fi-tr-screencast:before{content:"﫮"}.fi-tr-screw-alt:before{content:"﫯"}.fi-tr-screw:before{content:"﫰"}.fi-tr-screwdriver:before{content:"﫱"}.fi-tr-scribble:before{content:"﫲"}.fi-tr-script:before{content:"﫳"}.fi-tr-scroll-document-story:before{content:"﫴"}.fi-tr-scroll-old:before{content:"﫵"}.fi-tr-scroll-torah:before{content:"﫶"}.fi-tr-scroll:before{content:"﫷"}.fi-tr-scrubber:before{content:"﫸"}.fi-tr-scythe:before{content:"﫹"}.fi-tr-sd-card:before{content:"﫺"}.fi-tr-sd-cards:before{content:"﫻"}.fi-tr-seal-exclamation:before{content:"﫼"}.fi-tr-seal-question:before{content:"﫽"}.fi-tr-seal:before{content:"﫾"}.fi-tr-search-alt:before{content:"﫿"}.fi-tr-search-dollar:before{content:"ﬀ"}.fi-tr-search-heart:before{content:"ﬁ"}.fi-tr-search-location:before{content:"ﬂ"}.fi-tr-seat-airline:before{content:"ﬃ"}.fi-tr-seatbelt-safety-driver:before{content:"ﬄ"}.fi-tr-second-award:before{content:"ﬅ"}.fi-tr-second-laurel:before{content:"ﬆ"}.fi-tr-second-medal:before{content:"﬇"}.fi-tr-second:before{content:"﬈"}.fi-tr-seedling:before{content:"﬉"}.fi-tr-selection:before{content:"﬊"}.fi-tr-sell:before{content:"﬋"}.fi-tr-seller-store:before{content:"﬌"}.fi-tr-seller:before{content:"﬍"}.fi-tr-selling:before{content:"﬎"}.fi-tr-send-back:before{content:"﬏"}.fi-tr-send-backward:before{content:"﬐"}.fi-tr-send-money-smartphone:before{content:"﬑"}.fi-tr-send-money:before{content:"﬒"}.fi-tr-sensor-alert:before{content:"ﬓ"}.fi-tr-sensor-fire:before{content:"ﬔ"}.fi-tr-sensor-on:before{content:"ﬕ"}.fi-tr-sensor-smoke:before{content:"ﬖ"}.fi-tr-sensor:before{content:"ﬗ"}.fi-tr-share-alt-square:before{content:"﬘"}.fi-tr-share-square:before{content:"﬙"}.fi-tr-sheep:before{content:"﬚"}.fi-tr-shekel-sign:before{content:"﬛"}.fi-tr-shelves:before{content:"﬜"}.fi-tr-shield-alt:before{content:"יִ"}.fi-tr-shield-cat:before{content:"ﬞ"}.fi-tr-shield-cross:before{content:"ײַ"}.fi-tr-shield-dog:before{content:"ﬠ"}.fi-tr-shield-exclamation:before{content:"ﬡ"}.fi-tr-shield-interrogation:before{content:"ﬢ"}.fi-tr-shield-keyhole:before{content:"ﬣ"}.fi-tr-shield-minus:before{content:"ﬤ"}.fi-tr-shield-security-risk:before{content:"ﬥ"}.fi-tr-shield-slash:before{content:"ﬦ"}.fi-tr-shield-trust:before{content:"ﬧ"}.fi-tr-shield-virus:before{content:"ﬨ"}.fi-tr-shield-xmark:before{content:"﬩"}.fi-tr-shipping-fast:before{content:"שׁ"}.fi-tr-shipping-timed:before{content:"שׂ"}.fi-tr-shirt-long-sleeve:before{content:"שּׁ"}.fi-tr-shirt-running:before{content:"שּׂ"}.fi-tr-shirt-tank-top:before{content:"אַ"}.fi-tr-shirt:before{content:"אָ"}.fi-tr-shish-kebab:before{content:"אּ"}.fi-tr-shoe-prints:before{content:"בּ"}.fi-tr-shop-lock:before{content:"גּ"}.fi-tr-shop-slash:before{content:"דּ"}.fi-tr-shopping-basket:before{content:"הּ"}.fi-tr-shopping-cart-buyer:before{content:"וּ"}.fi-tr-shovel-snow:before{content:"זּ"}.fi-tr-shovel:before{content:"﬷"}.fi-tr-shower-down:before{content:"טּ"}.fi-tr-shower:before{content:"יּ"}.fi-tr-shredder:before{content:"ךּ"}.fi-tr-shrimp:before{content:"כּ"}.fi-tr-shuttle-van:before{content:"לּ"}.fi-tr-shuttlecock:before{content:"﬽"}.fi-tr-Sickle:before{content:"מּ"}.fi-tr-sidebar-flip:before{content:"﬿"}.fi-tr-sidebar:before{content:"נּ"}.fi-tr-sigma:before{content:"סּ"}.fi-tr-sign-hanging:before{content:"﭂"}.fi-tr-sign-in-alt:before{content:"ףּ"}.fi-tr-sign-out-alt:before{content:"פּ"}.fi-tr-sign-posts-wrench:before{content:"﭅"}.fi-tr-sign-posts:before{content:"צּ"}.fi-tr-sign-up:before{content:"קּ"}.fi-tr-signal-alt-1:before{content:"רּ"}.fi-tr-signal-alt-2:before{content:"שּ"}.fi-tr-signal-alt-slash:before{content:"תּ"}.fi-tr-signal-alt:before{content:"וֹ"}.fi-tr-signal-bars-fair:before{content:"בֿ"}.fi-tr-signal-bars-good:before{content:"כֿ"}.fi-tr-signal-bars-weak:before{content:"פֿ"}.fi-tr-signal-stream-slash:before{content:"ﭏ"}.fi-tr-signal-stream:before{content:"ﭐ"}.fi-tr-signature-lock:before{content:"ﭑ"}.fi-tr-signature-slash:before{content:"ﭒ"}.fi-tr-signature:before{content:"ﭓ"}.fi-tr-sim-card:before{content:"ﭔ"}.fi-tr-sim-cards:before{content:"ﭕ"}.fi-tr-sink:before{content:"ﭖ"}.fi-tr-siren-on:before{content:"ﭗ"}.fi-tr-Siren:before{content:"ﭘ"}.fi-tr-site-alt:before{content:"ﭙ"}.fi-tr-site-browser:before{content:"ﭚ"}.fi-tr-site:before{content:"ﭛ"}.fi-tr-sitemap:before{content:"ﭜ"}.fi-tr-skating:before{content:"ﭝ"}.fi-tr-skeleton-ribs:before{content:"ﭞ"}.fi-tr-skeleton:before{content:"ﭟ"}.fi-tr-skewer:before{content:"ﭠ"}.fi-tr-ski-boot-ski:before{content:"ﭡ"}.fi-tr-ski-jump:before{content:"ﭢ"}.fi-tr-ski-lift:before{content:"ﭣ"}.fi-tr-skiing-nordic:before{content:"ﭤ"}.fi-tr-skiing:before{content:"ﭥ"}.fi-tr-skill-alt:before{content:"ﭦ"}.fi-tr-skill-user:before{content:"ﭧ"}.fi-tr-skill:before{content:"ﭨ"}.fi-tr-skin-arrow:before{content:"ﭩ"}.fi-tr-skin-drop:before{content:"ﭪ"}.fi-tr-skin-hair:before{content:"ﭫ"}.fi-tr-skin:before{content:"ﭬ"}.fi-tr-skip-15-seconds:before{content:"ﭭ"}.fi-tr-skull-cow:before{content:"ﭮ"}.fi-tr-skull-crossbones:before{content:"ﭯ"}.fi-tr-skull:before{content:"ﭰ"}.fi-tr-slash:before{content:"ﭱ"}.fi-tr-sledding:before{content:"ﭲ"}.fi-tr-sleeping-bag:before{content:"ﭳ"}.fi-tr-sleigh:before{content:"ﭴ"}.fi-tr-sliders-h-square:before{content:"ﭵ"}.fi-tr-sliders-v-square:before{content:"ﭶ"}.fi-tr-sliders-v:before{content:"ﭷ"}.fi-tr-slot-machine:before{content:"ﭸ"}.fi-tr-smart-home-alt:before{content:"ﭹ"}.fi-tr-smart-home:before{content:"ﭺ"}.fi-tr-smartphone:before{content:"ﭻ"}.fi-tr-smile-beam:before{content:"ﭼ"}.fi-tr-smile-plus:before{content:"ﭽ"}.fi-tr-smile-wink:before{content:"ﭾ"}.fi-tr-smile:before{content:"ﭿ"}.fi-tr-smiley-comment-alt:before{content:"ﮀ"}.fi-tr-smog:before{content:"ﮁ"}.fi-tr-smoke:before{content:"ﮂ"}.fi-tr-smoking-ban:before{content:"ﮃ"}.fi-tr-smoking:before{content:"ﮄ"}.fi-tr-snake:before{content:"ﮅ"}.fi-tr-snap:before{content:"ﮆ"}.fi-tr-snooze:before{content:"ﮇ"}.fi-tr-snow-blowing:before{content:"ﮈ"}.fi-tr-snowboarding:before{content:"ﮉ"}.fi-tr-snowflake-droplets:before{content:"ﮊ"}.fi-tr-snowflake:before{content:"ﮋ"}.fi-tr-snowflakes:before{content:"ﮌ"}.fi-tr-snowman-alt:before{content:"ﮍ"}.fi-tr-snowman-head:before{content:"ﮎ"}.fi-tr-snowmobile:before{content:"ﮏ"}.fi-tr-snowplow:before{content:"ﮐ"}.fi-tr-soap-alt:before{content:"ﮑ"}.fi-tr-soap:before{content:"ﮒ"}.fi-tr-socks:before{content:"ﮓ"}.fi-tr-sofa-size:before{content:"ﮔ"}.fi-tr-sofa:before{content:"ﮕ"}.fi-tr-solar-panel-sun:before{content:"ﮖ"}.fi-tr-solar-panel:before{content:"ﮗ"}.fi-tr-solar-system:before{content:"ﮘ"}.fi-tr-sold-house:before{content:"ﮙ"}.fi-tr-sold-signal:before{content:"ﮚ"}.fi-tr-sort-alpha-down-alt:before{content:"ﮛ"}.fi-tr-sort-alpha-down:before{content:"ﮜ"}.fi-tr-sort-alpha-up-alt:before{content:"ﮝ"}.fi-tr-sort-alpha-up:before{content:"ﮞ"}.fi-tr-sort-alt:before{content:"ﮟ"}.fi-tr-sort-amount-down-alt:before{content:"ﮠ"}.fi-tr-sort-amount-down:before{content:"ﮡ"}.fi-tr-sort-amount-up-alt:before{content:"ﮢ"}.fi-tr-sort-amount-up:before{content:"ﮣ"}.fi-tr-sort-circle-down:before{content:"ﮤ"}.fi-tr-sort-circle-up:before{content:"ﮥ"}.fi-tr-sort-circle:before{content:"ﮦ"}.fi-tr-sort-down:before{content:"ﮧ"}.fi-tr-sort-numeric-down-alt:before{content:"ﮨ"}.fi-tr-sort-numeric-down:before{content:"ﮩ"}.fi-tr-sort-shapes-down:before{content:"ﮪ"}.fi-tr-sort-shapes-up:before{content:"ﮫ"}.fi-tr-sort-size-down:before{content:"ﮬ"}.fi-tr-sort-size-up:before{content:"ﮭ"}.fi-tr-sort:before{content:"ﮮ"}.fi-tr-soup:before{content:"ﮯ"}.fi-tr-source-data:before{content:"ﮰ"}.fi-tr-source-document-alt:before{content:"ﮱ"}.fi-tr-source-document:before{content:"﮲"}.fi-tr-spa:before{content:"﮳"}.fi-tr-space-shuttle:before{content:"﮴"}.fi-tr-space-station-moon-alt:before{content:"﮵"}.fi-tr-space-station-moon:before{content:"﮶"}.fi-tr-spade:before{content:"﮷"}.fi-tr-spaghetti-monster-flying:before{content:"﮸"}.fi-tr-spain-map:before{content:"﮹"}.fi-tr-sparkles:before{content:"﮺"}.fi-tr-spartan-helmet:before{content:"﮻"}.fi-tr-speaker:before{content:"﮼"}.fi-tr-speakers:before{content:"﮽"}.fi-tr-speech-bubble-story:before{content:"﮾"}.fi-tr-speedometer-arrow:before{content:"﮿"}.fi-tr-speedometer-kpi:before{content:"﯀"}.fi-tr-sphere:before{content:"﯁"}.fi-tr-spider-black-widow:before{content:"﯂"}.fi-tr-spider-web:before{content:"﯃"}.fi-tr-spider:before{content:"﯄"}.fi-tr-split-up-relation:before{content:"﯅"}.fi-tr-split:before{content:"﯆"}.fi-tr-splotch:before{content:"﯇"}.fi-tr-spoon:before{content:"﯈"}.fi-tr-spray-can-sparkles:before{content:"﯉"}.fi-tr-spray-can:before{content:"﯊"}.fi-tr-spring-calendar:before{content:"﯋"}.fi-tr-sprinkler:before{content:"﯌"}.fi-tr-spy:before{content:"﯍"}.fi-tr-square-0:before{content:"﯎"}.fi-tr-square-1:before{content:"﯏"}.fi-tr-square-2:before{content:"﯐"}.fi-tr-square-3:before{content:"﯑"}.fi-tr-square-4:before{content:"﯒"}.fi-tr-square-5:before{content:"ﯓ"}.fi-tr-square-6:before{content:"ﯔ"}.fi-tr-square-7:before{content:"ﯕ"}.fi-tr-square-8:before{content:"ﯖ"}.fi-tr-square-9:before{content:"ﯗ"}.fi-tr-square-a:before{content:"ﯘ"}.fi-tr-square-b:before{content:"ﯙ"}.fi-tr-square-bolt:before{content:"ﯚ"}.fi-tr-square-c:before{content:"ﯛ"}.fi-tr-square-code:before{content:"ﯜ"}.fi-tr-square-d:before{content:"ﯝ"}.fi-tr-square-dashed-circle-plus:before{content:"ﯞ"}.fi-tr-square-dashed:before{content:"ﯟ"}.fi-tr-square-divide:before{content:"ﯠ"}.fi-tr-square-e:before{content:"ﯡ"}.fi-tr-square-ellipsis-vertical:before{content:"ﯢ"}.fi-tr-square-ellipsis:before{content:"ﯣ"}.fi-tr-square-exclamation:before{content:"ﯤ"}.fi-tr-square-f:before{content:"ﯥ"}.fi-tr-square-g:before{content:"ﯦ"}.fi-tr-square-h:before{content:"ﯧ"}.fi-tr-square-heart:before{content:"ﯨ"}.fi-tr-square-i:before{content:"ﯩ"}.fi-tr-square-info:before{content:"ﯪ"}.fi-tr-square-j:before{content:"ﯫ"}.fi-tr-square-k:before{content:"ﯬ"}.fi-tr-square-kanban:before{content:"ﯭ"}.fi-tr-square-l:before{content:"ﯮ"}.fi-tr-square-m:before{content:"ﯯ"}.fi-tr-square-minus:before{content:"ﯰ"}.fi-tr-square-n:before{content:"ﯱ"}.fi-tr-square-o:before{content:"ﯲ"}.fi-tr-square-p:before{content:"ﯳ"}.fi-tr-square-phone-hangup:before{content:"ﯴ"}.fi-tr-square-plus:before{content:"ﯵ"}.fi-tr-square-poll-horizontal:before{content:"ﯶ"}.fi-tr-square-poll-vertical:before{content:"ﯷ"}.fi-tr-square-q:before{content:"ﯸ"}.fi-tr-square-quote:before{content:"ﯹ"}.fi-tr-square-r:before{content:"ﯺ"}.fi-tr-square-root:before{content:"ﯻ"}.fi-tr-square-s:before{content:"ﯼ"}.fi-tr-square-small:before{content:"ﯽ"}.fi-tr-square-star:before{content:"ﯾ"}.fi-tr-square-t:before{content:"ﯿ"}.fi-tr-square-terminal:before{content:"ﰀ"}.fi-tr-square-u:before{content:"ﰁ"}.fi-tr-square-up-right:before{content:"ﰂ"}.fi-tr-square-v:before{content:"ﰃ"}.fi-tr-square-w:before{content:"ﰄ"}.fi-tr-square-x:before{content:"ﰅ"}.fi-tr-square-y:before{content:"ﰆ"}.fi-tr-square-z:before{content:"ﰇ"}.fi-tr-square:before{content:"ﰈ"}.fi-tr-squid:before{content:"ﰉ"}.fi-tr-squircle:before{content:"ﰊ"}.fi-tr-squirrel:before{content:"ﰋ"}.fi-tr-staff:before{content:"ﰌ"}.fi-tr-stage-concert:before{content:"ﰍ"}.fi-tr-stage-theatre:before{content:"ﰎ"}.fi-tr-stage:before{content:"ﰏ"}.fi-tr-stairs:before{content:"ﰐ"}.fi-tr-stamp:before{content:"ﰑ"}.fi-tr-standard-definition:before{content:"ﰒ"}.fi-tr-star-and-crescent:before{content:"ﰓ"}.fi-tr-star-christmas:before{content:"ﰔ"}.fi-tr-star-comment-alt:before{content:"ﰕ"}.fi-tr-star-exclamation:before{content:"ﰖ"}.fi-tr-star-octogram:before{content:"ﰗ"}.fi-tr-star-of-david:before{content:"ﰘ"}.fi-tr-star-sharp-half-stroke:before{content:"ﰙ"}.fi-tr-star-sharp-half:before{content:"ﰚ"}.fi-tr-star-shooting:before{content:"ﰛ"}.fi-tr-starfighter:before{content:"ﰜ"}.fi-tr-stars:before{content:"ﰝ"}.fi-tr-state-country:before{content:"ﰞ"}.fi-tr-stationary-bike:before{content:"ﰟ"}.fi-tr-stats:before{content:"ﰠ"}.fi-tr-steak:before{content:"ﰡ"}.fi-tr-steering-wheel:before{content:"ﰢ"}.fi-tr-step-backward:before{content:"ﰣ"}.fi-tr-step-forward:before{content:"ﰤ"}.fi-tr-sterling-sign:before{content:"ﰥ"}.fi-tr-stethoscope:before{content:"ﰦ"}.fi-tr-sticker:before{content:"ﰧ"}.fi-tr-stocking:before{content:"ﰨ"}.fi-tr-stomach:before{content:"ﰩ"}.fi-tr-stop-circle:before{content:"ﰪ"}.fi-tr-stop-square:before{content:"ﰫ"}.fi-tr-stopwatch:before{content:"ﰬ"}.fi-tr-store-alt:before{content:"ﰭ"}.fi-tr-store-buyer:before{content:"ﰮ"}.fi-tr-store-lock:before{content:"ﰯ"}.fi-tr-store-slash:before{content:"ﰰ"}.fi-tr-story-book:before{content:"ﰱ"}.fi-tr-story-fairy-tale:before{content:"ﰲ"}.fi-tr-story-fantasy:before{content:"ﰳ"}.fi-tr-strategy-chess-risk:before{content:"ﰴ"}.fi-tr-strawberry:before{content:"ﰵ"}.fi-tr-street-view:before{content:"ﰶ"}.fi-tr-stretcher:before{content:"ﰷ"}.fi-tr-strikethrough:before{content:"ﰸ"}.fi-tr-stroopwafel:before{content:"ﰹ"}.fi-tr-student-alt:before{content:"ﰺ"}.fi-tr-student:before{content:"ﰻ"}.fi-tr-subscript:before{content:"ﰼ"}.fi-tr-subscription-alt:before{content:"ﰽ"}.fi-tr-subscription:before{content:"ﰾ"}.fi-tr-subtitles-slash:before{content:"ﰿ"}.fi-tr-subway:before{content:"ﱀ"}.fi-tr-suitcase-alt:before{content:"ﱁ"}.fi-tr-summary-check:before{content:"ﱂ"}.fi-tr-summer:before{content:"ﱃ"}.fi-tr-sun-dust:before{content:"ﱄ"}.fi-tr-sun-plant-wilt:before{content:"ﱅ"}.fi-tr-sun-salutation-yoga:before{content:"ﱆ"}.fi-tr-sun:before{content:"ﱇ"}.fi-tr-sunday:before{content:"ﱈ"}.fi-tr-sunglasses-alt:before{content:"ﱉ"}.fi-tr-sunglasses:before{content:"ﱊ"}.fi-tr-sunrise-alt:before{content:"ﱋ"}.fi-tr-sunrise:before{content:"ﱌ"}.fi-tr-sunset:before{content:"ﱍ"}.fi-tr-superscript:before{content:"ﱎ"}.fi-tr-supplier-alt:before{content:"ﱏ"}.fi-tr-supplier:before{content:"ﱐ"}.fi-tr-surprise:before{content:"ﱑ"}.fi-tr-surveillance-camera:before{content:"ﱒ"}.fi-tr-survey-xmark:before{content:"ﱓ"}.fi-tr-sushi-alt:before{content:"ﱔ"}.fi-tr-sushi-roll:before{content:"ﱕ"}.fi-tr-sushi:before{content:"ﱖ"}.fi-tr-svg:before{content:"ﱗ"}.fi-tr-swap:before{content:"ﱘ"}.fi-tr-swatchbook:before{content:"ﱙ"}.fi-tr-swimmer:before{content:"ﱚ"}.fi-tr-swimming-pool:before{content:"ﱛ"}.fi-tr-swing:before{content:"ﱜ"}.fi-tr-swipe-down:before{content:"ﱝ"}.fi-tr-swipe-left:before{content:"ﱞ"}.fi-tr-swipe-right:before{content:"ﱟ"}.fi-tr-swipe-up:before{content:"ﱠ"}.fi-tr-symbols:before{content:"ﱡ"}.fi-tr-synagogue:before{content:"ﱢ"}.fi-tr-syringe:before{content:"ﱣ"}.fi-tr-system-cloud:before{content:"ﱤ"}.fi-tr-t:before{content:"ﱥ"}.fi-tr-tab-folder:before{content:"ﱦ"}.fi-tr-table-columns:before{content:"ﱧ"}.fi-tr-table-layout:before{content:"ﱨ"}.fi-tr-table-list:before{content:"ﱩ"}.fi-tr-table-picnic:before{content:"ﱪ"}.fi-tr-table-pivot:before{content:"ﱫ"}.fi-tr-table-rows:before{content:"ﱬ"}.fi-tr-table-tree:before{content:"ﱭ"}.fi-tr-table:before{content:"ﱮ"}.fi-tr-tablet-android-alt:before{content:"ﱯ"}.fi-tr-tablet-android:before{content:"ﱰ"}.fi-tr-tablet-rugged:before{content:"ﱱ"}.fi-tr-tablet:before{content:"ﱲ"}.fi-tr-tachometer-alt-average:before{content:"ﱳ"}.fi-tr-tachometer-alt-fastest:before{content:"ﱴ"}.fi-tr-tachometer-alt-slow:before{content:"ﱵ"}.fi-tr-tachometer-alt-slowest:before{content:"ﱶ"}.fi-tr-tachometer-average:before{content:"ﱷ"}.fi-tr-tachometer-fast:before{content:"ﱸ"}.fi-tr-tachometer-fastest:before{content:"ﱹ"}.fi-tr-tachometer-slow:before{content:"ﱺ"}.fi-tr-tachometer-slowest:before{content:"ﱻ"}.fi-tr-tachometer:before{content:"ﱼ"}.fi-tr-taco:before{content:"ﱽ"}.fi-tr-tags:before{content:"ﱾ"}.fi-tr-talent-alt:before{content:"ﱿ"}.fi-tr-talent-hand:before{content:"ﲀ"}.fi-tr-talent:before{content:"ﲁ"}.fi-tr-tally-1:before{content:"ﲂ"}.fi-tr-tally-2:before{content:"ﲃ"}.fi-tr-tally-3:before{content:"ﲄ"}.fi-tr-tally-4:before{content:"ﲅ"}.fi-tr-tally:before{content:"ﲆ"}.fi-tr-tamale:before{content:"ﲇ"}.fi-tr-tank-water:before{content:"ﲈ"}.fi-tr-tap:before{content:"ﲉ"}.fi-tr-tape:before{content:"ﲊ"}.fi-tr-target-audience:before{content:"ﲋ"}.fi-tr-target:before{content:"ﲌ"}.fi-tr-tax-alt:before{content:"ﲍ"}.fi-tr-tax:before{content:"ﲎ"}.fi-tr-taxi-bus:before{content:"ﲏ"}.fi-tr-team-check-alt:before{content:"ﲐ"}.fi-tr-team-check:before{content:"ﲑ"}.fi-tr-teddy-bear:before{content:"ﲒ"}.fi-tr-teeth-open:before{content:"ﲓ"}.fi-tr-telescope:before{content:"ﲔ"}.fi-tr-temperature-down:before{content:"ﲕ"}.fi-tr-temperature-frigid:before{content:"ﲖ"}.fi-tr-temperature-high:before{content:"ﲗ"}.fi-tr-temperature-list:before{content:"ﲘ"}.fi-tr-temperature-low:before{content:"ﲙ"}.fi-tr-temperature-up:before{content:"ﲚ"}.fi-tr-template-alt:before{content:"ﲛ"}.fi-tr-template:before{content:"ﲜ"}.fi-tr-tenge:before{content:"ﲝ"}.fi-tr-tent-arrow-down-to-line:before{content:"ﲞ"}.fi-tr-tent-arrow-left-right:before{content:"ﲟ"}.fi-tr-tent-arrow-turn-left:before{content:"ﲠ"}.fi-tr-tent-arrows-down:before{content:"ﲡ"}.fi-tr-tents:before{content:"ﲢ"}.fi-tr-terminal:before{content:"ﲣ"}.fi-tr-terrace:before{content:"ﲤ"}.fi-tr-test-tube:before{content:"ﲥ"}.fi-tr-test:before{content:"ﲦ"}.fi-tr-text-box-dots:before{content:"ﲧ"}.fi-tr-text-box-edit:before{content:"ﲨ"}.fi-tr-text-box:before{content:"ﲩ"}.fi-tr-text-height:before{content:"ﲪ"}.fi-tr-text-shadow:before{content:"ﲫ"}.fi-tr-text-size:before{content:"ﲬ"}.fi-tr-text-slash:before{content:"ﲭ"}.fi-tr-text-width:before{content:"ﲮ"}.fi-tr-theater-masks:before{content:"ﲯ"}.fi-tr-thermometer-alt:before{content:"ﲰ"}.fi-tr-thermometer-empty:before{content:"ﲱ"}.fi-tr-thermometer-full:before{content:"ﲲ"}.fi-tr-thermometer-half:before{content:"ﲳ"}.fi-tr-thermometer-quarter:before{content:"ﲴ"}.fi-tr-thermometer-three-quarters:before{content:"ﲵ"}.fi-tr-theta:before{content:"ﲶ"}.fi-tr-third-award:before{content:"ﲷ"}.fi-tr-third-laurel:before{content:"ﲸ"}.fi-tr-third-medal:before{content:"ﲹ"}.fi-tr-third:before{content:"ﲺ"}.fi-tr-thought-bubble:before{content:"ﲻ"}.fi-tr-three-leaf-clover:before{content:"ﲼ"}.fi-tr-thumbs-up-trust:before{content:"ﲽ"}.fi-tr-thunderstorm-moon:before{content:"ﲾ"}.fi-tr-thunderstorm-risk:before{content:"ﲿ"}.fi-tr-thunderstorm-sun:before{content:"ﳀ"}.fi-tr-thunderstorm:before{content:"ﳁ"}.fi-tr-thursday:before{content:"ﳂ"}.fi-tr-ticket-airline:before{content:"ﳃ"}.fi-tr-ticket-alt:before{content:"ﳄ"}.fi-tr-tickets-airline:before{content:"ﳅ"}.fi-tr-tie:before{content:"ﳆ"}.fi-tr-tilde:before{content:"ﳇ"}.fi-tr-time-add:before{content:"ﳈ"}.fi-tr-time-check:before{content:"ﳉ"}.fi-tr-time-delete:before{content:"ﳊ"}.fi-tr-time-fast:before{content:"ﳋ"}.fi-tr-time-forward-sixty:before{content:"ﳌ"}.fi-tr-time-forward-ten:before{content:"ﳍ"}.fi-tr-time-forward:before{content:"ﳎ"}.fi-tr-time-half-past:before{content:"ﳏ"}.fi-tr-time-oclock:before{content:"ﳐ"}.fi-tr-time-quarter-past:before{content:"ﳑ"}.fi-tr-time-quarter-to:before{content:"ﳒ"}.fi-tr-time-twenty-four:before{content:"ﳓ"}.fi-tr-time-watch-calendar:before{content:"ﳔ"}.fi-tr-times-hexagon:before{content:"ﳕ"}.fi-tr-tint-slash:before{content:"ﳖ"}.fi-tr-tip-coin:before{content:"ﳗ"}.fi-tr-tire-flat:before{content:"ﳘ"}.fi-tr-tire-pressure-warning:before{content:"ﳙ"}.fi-tr-tire-rugged:before{content:"ﳚ"}.fi-tr-tire:before{content:"ﳛ"}.fi-tr-tired:before{content:"ﳜ"}.fi-tr-to-do-alt:before{content:"ﳝ"}.fi-tr-to-do:before{content:"ﳞ"}.fi-tr-together-people:before{content:"ﳟ"}.fi-tr-toggle-off:before{content:"ﳠ"}.fi-tr-toggle-on:before{content:"ﳡ"}.fi-tr-toilet-paper-blank-under:before{content:"ﳢ"}.fi-tr-toilet-paper-blank:before{content:"ﳣ"}.fi-tr-toilet-paper-slash:before{content:"ﳤ"}.fi-tr-toilet-paper-under-slash:before{content:"ﳥ"}.fi-tr-toilet-paper-under:before{content:"ﳦ"}.fi-tr-toilet:before{content:"ﳧ"}.fi-tr-toilets-portable:before{content:"ﳨ"}.fi-tr-token:before{content:"ﳩ"}.fi-tr-tomato:before{content:"ﳪ"}.fi-tr-tombstone-alt:before{content:"ﳫ"}.fi-tr-tombstone:before{content:"ﳬ"}.fi-tr-tool-box:before{content:"ﳭ"}.fi-tr-tools:before{content:"ﳮ"}.fi-tr-tooth:before{content:"ﳯ"}.fi-tr-toothbrush:before{content:"ﳰ"}.fi-tr-torch-inspiration-leader:before{content:"ﳱ"}.fi-tr-torii-gate:before{content:"ﳲ"}.fi-tr-tornado:before{content:"ﳳ"}.fi-tr-total:before{content:"ﳴ"}.fi-tr-tour-guide-people:before{content:"ﳵ"}.fi-tr-tour-virtual:before{content:"ﳶ"}.fi-tr-tower-control:before{content:"ﳷ"}.fi-tr-track:before{content:"ﳸ"}.fi-tr-tractor:before{content:"ﳹ"}.fi-tr-trademark:before{content:"ﳺ"}.fi-tr-traffic-cone:before{content:"ﳻ"}.fi-tr-traffic-light-go:before{content:"ﳼ"}.fi-tr-traffic-light-slow:before{content:"ﳽ"}.fi-tr-traffic-light-stop:before{content:"ﳾ"}.fi-tr-traffic-light:before{content:"ﳿ"}.fi-tr-trailer:before{content:"ﴀ"}.fi-tr-train-journey:before{content:"ﴁ"}.fi-tr-train-station-building:before{content:"ﴂ"}.fi-tr-train-station:before{content:"ﴃ"}.fi-tr-train-subway-tunnel:before{content:"ﴄ"}.fi-tr-train-track:before{content:"ﴅ"}.fi-tr-train-tram:before{content:"ﴆ"}.fi-tr-tram:before{content:"ﴇ"}.fi-tr-transformation-block:before{content:"ﴈ"}.fi-tr-transformation-circle:before{content:"ﴉ"}.fi-tr-transformation-design:before{content:"ﴊ"}.fi-tr-transformation-shapes:before{content:"ﴋ"}.fi-tr-transformer-bolt:before{content:"ﴌ"}.fi-tr-transgender:before{content:"ﴍ"}.fi-tr-transporter-1:before{content:"ﴎ"}.fi-tr-transporter-2:before{content:"ﴏ"}.fi-tr-transporter-3:before{content:"ﴐ"}.fi-tr-transporter-4:before{content:"ﴑ"}.fi-tr-transporter-5:before{content:"ﴒ"}.fi-tr-transporter-6:before{content:"ﴓ"}.fi-tr-transporter-7:before{content:"ﴔ"}.fi-tr-transporter-empty:before{content:"ﴕ"}.fi-tr-transporter:before{content:"ﴖ"}.fi-tr-trash-can-check:before{content:"ﴗ"}.fi-tr-trash-can-clock:before{content:"ﴘ"}.fi-tr-trash-can-list:before{content:"ﴙ"}.fi-tr-trash-can-plus:before{content:"ﴚ"}.fi-tr-trash-can-slash:before{content:"ﴛ"}.fi-tr-trash-check:before{content:"ﴜ"}.fi-tr-trash-clock:before{content:"ﴝ"}.fi-tr-trash-empty:before{content:"ﴞ"}.fi-tr-trash-list:before{content:"ﴟ"}.fi-tr-trash-plus:before{content:"ﴠ"}.fi-tr-trash-restore-alt:before{content:"ﴡ"}.fi-tr-trash-restore:before{content:"ﴢ"}.fi-tr-trash-slash:before{content:"ﴣ"}.fi-tr-trash-undo-alt:before{content:"ﴤ"}.fi-tr-trash-undo:before{content:"ﴥ"}.fi-tr-trash-xmark:before{content:"ﴦ"}.fi-tr-treadmill:before{content:"ﴧ"}.fi-tr-treasure-chest:before{content:"ﴨ"}.fi-tr-treatment:before{content:"ﴩ"}.fi-tr-tree-alt:before{content:"ﴪ"}.fi-tr-tree-christmas:before{content:"ﴫ"}.fi-tr-tree-deciduous:before{content:"ﴬ"}.fi-tr-tree:before{content:"ﴭ"}.fi-tr-trees-alt:before{content:"ﴮ"}.fi-tr-trees:before{content:"ﴯ"}.fi-tr-triangle-music:before{content:"ﴰ"}.fi-tr-triangle-person-digging:before{content:"ﴱ"}.fi-tr-triangle-warning:before{content:"ﴲ"}.fi-tr-triangle:before{content:"ﴳ"}.fi-tr-tricycle:before{content:"ﴴ"}.fi-tr-trillium:before{content:"ﴵ"}.fi-tr-trophy-achievement-skill:before{content:"ﴶ"}.fi-tr-trophy-star:before{content:"ﴷ"}.fi-tr-truck-arrow-left:before{content:"ﴸ"}.fi-tr-truck-arrow-right:before{content:"ﴹ"}.fi-tr-truck-bolt:before{content:"ﴺ"}.fi-tr-truck-box:before{content:"ﴻ"}.fi-tr-truck-check:before{content:"ﴼ"}.fi-tr-truck-container-empty:before{content:"ﴽ"}.fi-tr-truck-container:before{content:"﴾"}.fi-tr-truck-couch:before{content:"﴿"}.fi-tr-truck-fire:before{content:"﵀"}.fi-tr-truck-flatbed:before{content:"﵁"}.fi-tr-truck-front:before{content:"﵂"}.fi-tr-truck-ladder:before{content:"﵃"}.fi-tr-truck-loading:before{content:"﵄"}.fi-tr-truck-medical:before{content:"﵅"}.fi-tr-truck-monster:before{content:"﵆"}.fi-tr-truck-moving:before{content:"﵇"}.fi-tr-truck-pickup:before{content:"﵈"}.fi-tr-truck-plow:before{content:"﵉"}.fi-tr-truck-ramp:before{content:"﵊"}.fi-tr-truck-tow:before{content:"﵋"}.fi-tr-truck-utensils:before{content:"﵌"}.fi-tr-trumpet:before{content:"﵍"}.fi-tr-trust-alt:before{content:"﵎"}.fi-tr-trust:before{content:"﵏"}.fi-tr-tshirt:before{content:"ﵐ"}.fi-tr-tty-answer:before{content:"ﵑ"}.fi-tr-tty:before{content:"ﵒ"}.fi-tr-tubes:before{content:"ﵓ"}.fi-tr-tuesday:before{content:"ﵔ"}.fi-tr-tugrik-sign:before{content:"ﵕ"}.fi-tr-turkey:before{content:"ﵖ"}.fi-tr-turn-left-down:before{content:"ﵗ"}.fi-tr-turn-left:before{content:"ﵘ"}.fi-tr-turn-right:before{content:"ﵙ"}.fi-tr-turntable:before{content:"ﵚ"}.fi-tr-turtle:before{content:"ﵛ"}.fi-tr-tv-music:before{content:"ﵜ"}.fi-tr-tv-retro:before{content:"ﵝ"}.fi-tr-typewriter:before{content:"ﵞ"}.fi-tr-u:before{content:"ﵟ"}.fi-tr-ufo-beam:before{content:"ﵠ"}.fi-tr-ufo:before{content:"ﵡ"}.fi-tr-ui-ux:before{content:"ﵢ"}.fi-tr-umbrella-beach:before{content:"ﵣ"}.fi-tr-umbrella:before{content:"ﵤ"}.fi-tr-under-construction:before{content:"ﵥ"}.fi-tr-undo-alt:before{content:"ﵦ"}.fi-tr-undo:before{content:"ﵧ"}.fi-tr-unicorn:before{content:"ﵨ"}.fi-tr-uniform-martial-arts:before{content:"ﵩ"}.fi-tr-universal-access:before{content:"ﵪ"}.fi-tr-up-from-bracket:before{content:"ﵫ"}.fi-tr-up-left:before{content:"ﵬ"}.fi-tr-up-right-from-square:before{content:"ﵭ"}.fi-tr-up-right:before{content:"ﵮ"}.fi-tr-up:before{content:"ﵯ"}.fi-tr-url:before{content:"ﵰ"}.fi-tr-usb-pendrive:before{content:"ﵱ"}.fi-tr-usd-circle:before{content:"ﵲ"}.fi-tr-usd-square:before{content:"ﵳ"}.fi-tr-user-alien:before{content:"ﵴ"}.fi-tr-user-astronaut:before{content:"ﵵ"}.fi-tr-user-check:before{content:"ﵶ"}.fi-tr-user-chef:before{content:"ﵷ"}.fi-tr-user-coach:before{content:"ﵸ"}.fi-tr-user-cowboy:before{content:"ﵹ"}.fi-tr-user-crown:before{content:"ﵺ"}.fi-tr-user-gear:before{content:"ﵻ"}.fi-tr-user-graduate:before{content:"ﵼ"}.fi-tr-user-headset:before{content:"ﵽ"}.fi-tr-user-helmet-safety:before{content:"ﵾ"}.fi-tr-user-injured:before{content:"ﵿ"}.fi-tr-user-interface-ui:before{content:"ﶀ"}.fi-tr-user-key:before{content:"ﶁ"}.fi-tr-user-lock:before{content:"ﶂ"}.fi-tr-user-md-chat:before{content:"ﶃ"}.fi-tr-user-md:before{content:"ﶄ"}.fi-tr-user-minus:before{content:"ﶅ"}.fi-tr-user-music:before{content:"ﶆ"}.fi-tr-user-ninja:before{content:"ﶇ"}.fi-tr-user-nurse:before{content:"ﶈ"}.fi-tr-user-pen:before{content:"ﶉ"}.fi-tr-user-pilot-tie:before{content:"ﶊ"}.fi-tr-user-pilot:before{content:"ﶋ"}.fi-tr-user-police:before{content:"ﶌ"}.fi-tr-user-robot-xmarks:before{content:"ﶍ"}.fi-tr-user-robot:before{content:"ﶎ"}.fi-tr-user-salary:before{content:"ﶏ"}.fi-tr-user-shield:before{content:"﶐"}.fi-tr-user-skill-gear:before{content:"﶑"}.fi-tr-user-slash:before{content:"ﶒ"}.fi-tr-user-tag:before{content:"ﶓ"}.fi-tr-user-time:before{content:"ﶔ"}.fi-tr-user-trust:before{content:"ﶕ"}.fi-tr-user-unlock:before{content:"ﶖ"}.fi-tr-user-visor:before{content:"ﶗ"}.fi-tr-user-xmark:before{content:"ﶘ"}.fi-tr-users-alt:before{content:"ﶙ"}.fi-tr-users-class:before{content:"ﶚ"}.fi-tr-users-gear:before{content:"ﶛ"}.fi-tr-users-medical:before{content:"ﶜ"}.fi-tr-users-slash:before{content:"ﶝ"}.fi-tr-users:before{content:"ﶞ"}.fi-tr-utensils-slash:before{content:"ﶟ"}.fi-tr-utensils:before{content:"ﶠ"}.fi-tr-utility-pole-double:before{content:"ﶡ"}.fi-tr-utility-pole:before{content:"ﶢ"}.fi-tr-ux-browser:before{content:"ﶣ"}.fi-tr-ux:before{content:"ﶤ"}.fi-tr-v:before{content:"ﶥ"}.fi-tr-vacuum-robot:before{content:"ﶦ"}.fi-tr-vacuum:before{content:"ﶧ"}.fi-tr-value-absolute:before{content:"ﶨ"}.fi-tr-vault:before{content:"ﶩ"}.fi-tr-vector-circle:before{content:"ﶪ"}.fi-tr-vector-polygon:before{content:"ﶫ"}.fi-tr-venus-double:before{content:"ﶬ"}.fi-tr-venus-mars:before{content:"ﶭ"}.fi-tr-venus:before{content:"ﶮ"}.fi-tr-vest-patches:before{content:"ﶯ"}.fi-tr-vest:before{content:"ﶰ"}.fi-tr-video-arrow-down-left:before{content:"ﶱ"}.fi-tr-video-arrow-up-right:before{content:"ﶲ"}.fi-tr-video-camera-alt:before{content:"ﶳ"}.fi-tr-video-camera:before{content:"ﶴ"}.fi-tr-video-duration:before{content:"ﶵ"}.fi-tr-video-plus:before{content:"ﶶ"}.fi-tr-video-slash:before{content:"ﶷ"}.fi-tr-videoconference:before{content:"ﶸ"}.fi-tr-vihara:before{content:"ﶹ"}.fi-tr-violin:before{content:"ﶺ"}.fi-tr-virus-slash:before{content:"ﶻ"}.fi-tr-virus:before{content:"ﶼ"}.fi-tr-viruses:before{content:"ﶽ"}.fi-tr-visit:before{content:"ﶾ"}.fi-tr-voicemail:before{content:"ﶿ"}.fi-tr-volcano:before{content:"ﷀ"}.fi-tr-volume-down:before{content:"ﷁ"}.fi-tr-volume-mute:before{content:"ﷂ"}.fi-tr-volume-off:before{content:"ﷃ"}.fi-tr-volume-slash:before{content:"ﷄ"}.fi-tr-vote-nay:before{content:"ﷅ"}.fi-tr-vote-yea:before{content:"ﷆ"}.fi-tr-vr-cardboard:before{content:"ﷇ"}.fi-tr-w:before{content:"﷈"}.fi-tr-waffle:before{content:"﷉"}.fi-tr-wagon-covered:before{content:"﷊"}.fi-tr-walker:before{content:"﷋"}.fi-tr-walkie-talkie:before{content:"﷌"}.fi-tr-walking:before{content:"﷍"}.fi-tr-wallet-arrow:before{content:"﷎"}.fi-tr-wallet-buyer:before{content:"﷏"}.fi-tr-wallet:before{content:"﷐"}.fi-tr-warehouse-alt:before{content:"﷑"}.fi-tr-warranty:before{content:"﷒"}.fi-tr-washer:before{content:"﷓"}.fi-tr-waste-pollution:before{content:"﷔"}.fi-tr-waste:before{content:"﷕"}.fi-tr-watch-calculator:before{content:"﷖"}.fi-tr-watch-fitness:before{content:"﷗"}.fi-tr-watch-smart:before{content:"﷘"}.fi-tr-watch:before{content:"﷙"}.fi-tr-water-bottle:before{content:"﷚"}.fi-tr-water-ladder:before{content:"﷛"}.fi-tr-water-lower:before{content:"﷜"}.fi-tr-water-rise:before{content:"﷝"}.fi-tr-water:before{content:"﷞"}.fi-tr-watermelon:before{content:"﷟"}.fi-tr-wave-sine:before{content:"﷠"}.fi-tr-wave-square:before{content:"﷡"}.fi-tr-wave-triangle:before{content:"﷢"}.fi-tr-wave:before{content:"﷣"}.fi-tr-waveform-path:before{content:"﷤"}.fi-tr-waveform:before{content:"﷥"}.fi-tr-web-design:before{content:"﷦"}.fi-tr-web:before{content:"﷧"}.fi-tr-webcam-slash:before{content:"﷨"}.fi-tr-webcam:before{content:"﷩"}.fi-tr-webhook:before{content:"﷪"}.fi-tr-wednesday:before{content:"﷫"}.fi-tr-whale:before{content:"﷬"}.fi-tr-wheat-awn-circle-exclamation:before{content:"﷭"}.fi-tr-wheat-awn-slash:before{content:"﷮"}.fi-tr-wheat-awn:before{content:"﷯"}.fi-tr-wheat-slash:before{content:"ﷰ"}.fi-tr-wheat:before{content:"ﷱ"}.fi-tr-wheelchair-move:before{content:"ﷲ"}.fi-tr-wheelchair-sleeping:before{content:"ﷳ"}.fi-tr-wheelchair:before{content:"ﷴ"}.fi-tr-whistle:before{content:"ﷵ"}.fi-tr-white-space:before{content:"ﷶ"}.fi-tr-wifi-1:before{content:"ﷷ"}.fi-tr-wifi-2:before{content:"ﷸ"}.fi-tr-wifi-alt:before{content:"ﷹ"}.fi-tr-wifi-exclamation:before{content:"ﷺ"}.fi-tr-wifi-slash:before{content:"ﷻ"}.fi-tr-wifi:before{content:"﷼"}.fi-tr-wind-turbine:before{content:"﷽"}.fi-tr-wind-warning:before{content:"﷾"}.fi-tr-wind:before{content:"﷿"}.fi-tr-window-alt:before{content:"︐"}.fi-tr-window-frame-open:before{content:"︑"}.fi-tr-window-frame:before{content:"︒"}.fi-tr-window-maximize:before{content:"︓"}.fi-tr-window-minimize:before{content:"︔"}.fi-tr-window-restore:before{content:"︕"}.fi-tr-windsock:before{content:"︖"}.fi-tr-wine-bottle:before{content:"︗"}.fi-tr-wine-glass-crack:before{content:"︘"}.fi-tr-wine-glass-empty:before{content:"︙"}.fi-tr-wishlist-heart:before{content:"︚"}.fi-tr-wishlist-star:before{content:"︛"}.fi-tr-woman-head:before{content:"︜"}.fi-tr-woman-scientist:before{content:"︝"}.fi-tr-won-sign:before{content:"︞"}.fi-tr-work-in-progress:before{content:"︟"}.fi-tr-workshop:before{content:"︰"}.fi-tr-world:before{content:"︱"}.fi-tr-worm:before{content:"︲"}.fi-tr-wreath:before{content:"︳"}.fi-tr-wrench-alt:before{content:"︴"}.fi-tr-wrench-simple:before{content:"︵"}.fi-tr-x-ray:before{content:"︶"}.fi-tr-x:before{content:"︷"}.fi-tr-y:before{content:"︸"}.fi-tr-yen:before{content:"︹"}.fi-tr-yin-yang:before{content:"︺"}.fi-tr-z:before{content:"︻"}.fi-tr-zip-file:before{content:"︼"}@font-face{font-family:uicons-bold-straight;src:url(/assets/uicons-bold-straight-3JAZKD6K-5aa82deb.woff2) format("woff2"),url(/assets/uicons-bold-straight-3S6L5GRX-eaf9d002.woff) format("woff"),url(/assets/uicons-bold-straight-UHOZTY66-85a7e2e9.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-bs-]:before,i[class*=" fi-bs-"]:before,span[class^=fi-bs-]:before,span[class*=fi-bs-]:before{font-family:uicons-bold-straight!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-bs-0:before{content:""}.fi-bs-00s-music-disc:before{content:""}.fi-bs-1:before{content:""}.fi-bs-2:before{content:""}.fi-bs-3:before{content:""}.fi-bs-360-degrees:before{content:""}.fi-bs-4:before{content:""}.fi-bs-404:before{content:""}.fi-bs-5:before{content:""}.fi-bs-6:before{content:""}.fi-bs-60s-music-disc:before{content:""}.fi-bs-7:before{content:""}.fi-bs-70s-music-disc:before{content:""}.fi-bs-8:before{content:""}.fi-bs-80s-music-disc:before{content:""}.fi-bs-9:before{content:""}.fi-bs-90s-music-disc:before{content:""}.fi-bs-a:before{content:""}.fi-bs-accident:before{content:""}.fi-bs-acorn:before{content:""}.fi-bs-ad-paid:before{content:""}.fi-bs-ad:before{content:""}.fi-bs-add-document:before{content:""}.fi-bs-add-folder:before{content:""}.fi-bs-add-image:before{content:""}.fi-bs-add:before{content:""}.fi-bs-address-book:before{content:""}.fi-bs-address-card:before{content:""}.fi-bs-admin-alt:before{content:""}.fi-bs-admin:before{content:""}.fi-bs-age-alt:before{content:""}.fi-bs-age-restriction-eighteen:before{content:""}.fi-bs-age-restriction-seven:before{content:""}.fi-bs-age-restriction-six:before{content:""}.fi-bs-age-restriction-sixteen:before{content:""}.fi-bs-age-restriction-thirteen:before{content:""}.fi-bs-age-restriction-three:before{content:""}.fi-bs-age-restriction-twelve:before{content:""}.fi-bs-age-restriction-twenty-one:before{content:""}.fi-bs-age-restriction-zero:before{content:""}.fi-bs-age:before{content:""}.fi-bs-air-conditioner:before{content:""}.fi-bs-air-freshener:before{content:""}.fi-bs-air-pollution:before{content:""}.fi-bs-airplane-journey:before{content:""}.fi-bs-airplane-window-open:before{content:""}.fi-bs-airplay:before{content:""}.fi-bs-alarm-clock:before{content:""}.fi-bs-alarm-exclamation:before{content:""}.fi-bs-alarm-plus:before{content:""}.fi-bs-alarm-snooze:before{content:""}.fi-bs-album-circle-plus:before{content:""}.fi-bs-album-circle-user:before{content:""}.fi-bs-album-collection:before{content:""}.fi-bs-album:before{content:""}.fi-bs-algorithm:before{content:""}.fi-bs-alicorn:before{content:""}.fi-bs-alien:before{content:""}.fi-bs-align-center:before{content:""}.fi-bs-align-justify:before{content:""}.fi-bs-align-left:before{content:""}.fi-bs-align-slash:before{content:""}.fi-bs-ambulance:before{content:""}.fi-bs-analyse-alt:before{content:""}.fi-bs-analyse:before{content:""}.fi-bs-anatomical-heart:before{content:""}.fi-bs-anchor:before{content:""}.fi-bs-angel:before{content:""}.fi-bs-angle-90:before{content:""}.fi-bs-angle-circle-down:before{content:""}.fi-bs-angle-circle-left:before{content:""}.fi-bs-angle-circle-right:before{content:""}.fi-bs-angle-circle-up:before{content:""}.fi-bs-angle-double-left:before{content:""}.fi-bs-angle-double-right:before{content:""}.fi-bs-angle-double-small-down:before{content:""}.fi-bs-angle-double-small-left:before{content:""}.fi-bs-angle-double-small-right:before{content:""}.fi-bs-angle-double-small-up:before{content:""}.fi-bs-angle-down:before{content:""}.fi-bs-angle-left:before{content:""}.fi-bs-angle-right:before{content:""}.fi-bs-angle-small-down:before{content:""}.fi-bs-angle-small-left:before{content:""}.fi-bs-angle-small-right:before{content:""}.fi-bs-angle-small-up:before{content:""}.fi-bs-angle-square-down:before{content:""}.fi-bs-angle-square-left:before{content:""}.fi-bs-angle-square-right:before{content:""}.fi-bs-angle-square-up:before{content:""}.fi-bs-angle-up:before{content:""}.fi-bs-angle:before{content:""}.fi-bs-angles-up-down:before{content:""}.fi-bs-angry:before{content:""}.fi-bs-animated-icon:before{content:""}.fi-bs-ankh:before{content:""}.fi-bs-answer-alt:before{content:""}.fi-bs-answer:before{content:""}.fi-bs-apartment:before{content:""}.fi-bs-aperture:before{content:""}.fi-bs-api:before{content:""}.fi-bs-apple-core:before{content:""}.fi-bs-apple-crate:before{content:""}.fi-bs-apple-whole:before{content:""}.fi-bs-apps-add:before{content:""}.fi-bs-apps-delete:before{content:""}.fi-bs-apps-sort:before{content:""}.fi-bs-apps:before{content:""}.fi-bs-archive:before{content:""}.fi-bs-archway:before{content:""}.fi-bs-arrow-alt-circle-down:before{content:""}.fi-bs-arrow-alt-circle-left:before{content:""}.fi-bs-arrow-alt-circle-right:before{content:""}.fi-bs-arrow-alt-circle-up:before{content:""}.fi-bs-arrow-alt-down:before{content:""}.fi-bs-arrow-alt-from-bottom:before{content:""}.fi-bs-arrow-alt-from-left:before{content:""}.fi-bs-arrow-alt-from-right:before{content:""}.fi-bs-arrow-alt-from-top:before{content:""}.fi-bs-arrow-alt-left:before{content:""}.fi-bs-arrow-alt-right:before{content:""}.fi-bs-arrow-alt-square-down:before{content:""}.fi-bs-arrow-alt-square-left:before{content:""}.fi-bs-arrow-alt-square-right:before{content:""}.fi-bs-arrow-alt-square-up:before{content:""}.fi-bs-arrow-alt-to-bottom:before{content:""}.fi-bs-arrow-alt-to-left:before{content:""}.fi-bs-arrow-alt-to-right:before{content:""}.fi-bs-arrow-alt-to-top:before{content:""}.fi-bs-arrow-alt-up:before{content:""}.fi-bs-arrow-circle-down:before{content:""}.fi-bs-arrow-circle-left:before{content:""}.fi-bs-arrow-circle-right:before{content:""}.fi-bs-arrow-circle-up:before{content:""}.fi-bs-arrow-comparison:before{content:""}.fi-bs-arrow-down-from-arc:before{content:""}.fi-bs-arrow-down-from-dotted-line:before{content:""}.fi-bs-arrow-down-left:before{content:""}.fi-bs-arrow-down-small-big:before{content:""}.fi-bs-arrow-down-to-dotted-line:before{content:""}.fi-bs-arrow-down-to-square:before{content:""}.fi-bs-arrow-down-triangle-square:before{content:""}.fi-bs-arrow-down:before{content:""}.fi-bs-arrow-from-bottom:before{content:""}.fi-bs-arrow-from-left:before{content:""}.fi-bs-arrow-from-right:before{content:""}.fi-bs-arrow-from-top:before{content:""}.fi-bs-arrow-left-from-arc:before{content:""}.fi-bs-arrow-left-from-line:before{content:""}.fi-bs-arrow-left-to-arc:before{content:""}.fi-bs-arrow-left:before{content:""}.fi-bs-arrow-progress-alt:before{content:""}.fi-bs-arrow-progress:before{content:""}.fi-bs-arrow-right-to-bracket:before{content:""}.fi-bs-arrow-right:before{content:""}.fi-bs-arrow-small-down:before{content:""}.fi-bs-arrow-small-left:before{content:""}.fi-bs-arrow-small-right:before{content:""}.fi-bs-arrow-small-up:before{content:""}.fi-bs-arrow-square-down:before{content:""}.fi-bs-arrow-square-left:before{content:""}.fi-bs-arrow-square-right:before{content:""}.fi-bs-arrow-square-up:before{content:""}.fi-bs-arrow-to-bottom:before{content:""}.fi-bs-arrow-to-left:before{content:""}.fi-bs-arrow-to-right:before{content:""}.fi-bs-arrow-to-top:before{content:""}.fi-bs-arrow-trend-down:before{content:""}.fi-bs-arrow-trend-up:before{content:""}.fi-bs-arrow-turn-down-left:before{content:""}.fi-bs-arrow-turn-down-right:before{content:""}.fi-bs-arrow-turn-left-up:before{content:""}.fi-bs-arrow-up-from-dotted-line:before{content:""}.fi-bs-arrow-up-from-ground-water:before{content:""}.fi-bs-arrow-up-from-square:before{content:""}.fi-bs-arrow-up-left-from-circle:before{content:""}.fi-bs-arrow-up-left:before{content:""}.fi-bs-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-bs-arrow-up-right-from-square:before{content:""}.fi-bs-arrow-up-right:before{content:""}.fi-bs-arrow-up-small-big:before{content:""}.fi-bs-arrow-up-square-triangle:before{content:""}.fi-bs-arrow-up-to-arc:before{content:""}.fi-bs-arrow-up-to-dotted-line:before{content:""}.fi-bs-arrow-up:before{content:""}.fi-bs-arrow-upward-growth-crypto:before{content:""}.fi-bs-arrows-alt-h:before{content:""}.fi-bs-arrows-alt-v:before{content:""}.fi-bs-arrows-alt:before{content:""}.fi-bs-arrows-cross:before{content:""}.fi-bs-arrows-from-dotted-line:before{content:""}.fi-bs-arrows-from-line:before{content:""}.fi-bs-arrows-h-copy:before{content:""}.fi-bs-arrows-h:before{content:""}.fi-bs-arrows-repeat-1:before{content:""}.fi-bs-arrows-repeat:before{content:""}.fi-bs-arrows-retweet:before{content:""}.fi-bs-arrows-split-right-and-left:before{content:""}.fi-bs-arrows-split-up-and-left:before{content:""}.fi-bs-arrows-to-circle:before{content:""}.fi-bs-arrows-to-dotted-line:before{content:""}.fi-bs-arrows-to-eye:before{content:""}.fi-bs-arrows-to-line:before{content:""}.fi-bs-arrows:before{content:""}.fi-bs-artificial-intelligence:before{content:""}.fi-bs-assept-document:before{content:""}.fi-bs-assessment-alt:before{content:""}.fi-bs-assessment:before{content:""}.fi-bs-assign:before{content:""}.fi-bs-assistive-listening-systems:before{content:""}.fi-bs-asterik:before{content:""}.fi-bs-at:before{content:""}.fi-bs-attribution-pen:before{content:""}.fi-bs-attribution-pencil:before{content:""}.fi-bs-aubergine:before{content:""}.fi-bs-auction:before{content:""}.fi-bs-audience-megaphone:before{content:""}.fi-bs-audio-description-slash:before{content:""}.fi-bs-audit-alt:before{content:""}.fi-bs-audit:before{content:""}.fi-bs-austral-sign:before{content:""}.fi-bs-avocado:before{content:""}.fi-bs-award:before{content:""}.fi-bs-axe-battle:before{content:""}.fi-bs-axe:before{content:""}.fi-bs-b:before{content:""}.fi-bs-baby-carriage:before{content:""}.fi-bs-baby:before{content:""}.fi-bs-back-up:before{content:""}.fi-bs-background:before{content:""}.fi-bs-backpack:before{content:""}.fi-bs-bacon:before{content:""}.fi-bs-bacteria:before{content:""}.fi-bs-bacterium:before{content:""}.fi-bs-badge-check:before{content:""}.fi-bs-badge-dollar:before{content:""}.fi-bs-badge-leaf:before{content:""}.fi-bs-badge-percent:before{content:""}.fi-bs-badge-sheriff:before{content:""}.fi-bs-badge:before{content:""}.fi-bs-badger-honey:before{content:""}.fi-bs-badget-check-alt:before{content:""}.fi-bs-badminton:before{content:""}.fi-bs-bag-map-pin:before{content:""}.fi-bs-bag-seedling:before{content:""}.fi-bs-bag-shopping-minus:before{content:""}.fi-bs-bags-shopping:before{content:""}.fi-bs-baguette:before{content:""}.fi-bs-bahai:before{content:""}.fi-bs-baht-sign:before{content:""}.fi-bs-balance-scale-left:before{content:""}.fi-bs-balance-scale-right:before{content:""}.fi-bs-ball-pile:before{content:""}.fi-bs-ballet-dance:before{content:""}.fi-bs-balloon:before{content:""}.fi-bs-balloons:before{content:""}.fi-bs-ballot-check:before{content:""}.fi-bs-ballot:before{content:""}.fi-bs-ban-bug:before{content:""}.fi-bs-ban:before{content:""}.fi-bs-banana:before{content:""}.fi-bs-band-aid:before{content:""}.fi-bs-bangladeshi-taka-sign:before{content:""}.fi-bs-banjo:before{content:""}.fi-bs-bank:before{content:""}.fi-bs-banner-2:before{content:""}.fi-bs-banner-3:before{content:""}.fi-bs-banner-4:before{content:""}.fi-bs-banner-5:before{content:""}.fi-bs-banner:before{content:""}.fi-bs-barber-pole:before{content:""}.fi-bs-barber-shop:before{content:""}.fi-bs-barcode-read:before{content:""}.fi-bs-barcode-scan:before{content:""}.fi-bs-barcode:before{content:""}.fi-bs-bars-filter:before{content:""}.fi-bs-bars-progress:before{content:""}.fi-bs-bars-sort:before{content:""}.fi-bs-bars-staggered:before{content:""}.fi-bs-baseball-alt:before{content:""}.fi-bs-baseball:before{content:""}.fi-bs-basket-shopping-minus:before{content:""}.fi-bs-basket-shopping-plus:before{content:""}.fi-bs-basket-shopping-simple:before{content:""}.fi-bs-basketball-hoop:before{content:""}.fi-bs-basketball:before{content:""}.fi-bs-bat:before{content:""}.fi-bs-bath:before{content:""}.fi-bs-battery-bolt:before{content:""}.fi-bs-battery-empty:before{content:""}.fi-bs-battery-exclamation:before{content:""}.fi-bs-battery-full:before{content:""}.fi-bs-battery-half:before{content:""}.fi-bs-battery-quarter:before{content:""}.fi-bs-battery-slash:before{content:""}.fi-bs-battery-three-quarters:before{content:""}.fi-bs-beacon:before{content:""}.fi-bs-bed-alt:before{content:""}.fi-bs-bed-bunk:before{content:""}.fi-bs-bed-empty:before{content:""}.fi-bs-bed:before{content:""}.fi-bs-bee:before{content:""}.fi-bs-beer-mug-empty:before{content:""}.fi-bs-beer:before{content:""}.fi-bs-bell-concierge:before{content:""}.fi-bs-bell-notification-call:before{content:""}.fi-bs-bell-notification-social-media:before{content:""}.fi-bs-bell-ring:before{content:""}.fi-bs-bell-school-slash:before{content:""}.fi-bs-bell-school:before{content:""}.fi-bs-bell-slash:before{content:""}.fi-bs-bell:before{content:""}.fi-bs-bells:before{content:""}.fi-bs-bench-tree:before{content:""}.fi-bs-benefit-diamond-alt:before{content:""}.fi-bs-benefit-diamond:before{content:""}.fi-bs-benefit-hand:before{content:""}.fi-bs-benefit-increase:before{content:""}.fi-bs-benefit-porcent:before{content:""}.fi-bs-benefit:before{content:""}.fi-bs-betamax:before{content:""}.fi-bs-bible:before{content:""}.fi-bs-bicycle-journey:before{content:""}.fi-bs-bike:before{content:""}.fi-bs-biking-mountain:before{content:""}.fi-bs-biking:before{content:""}.fi-bs-bill-arrow:before{content:""}.fi-bs-billiard:before{content:""}.fi-bs-bin-bottles:before{content:""}.fi-bs-binary-circle-check:before{content:""}.fi-bs-binary-lock:before{content:""}.fi-bs-binary-slash:before{content:""}.fi-bs-binary:before{content:""}.fi-bs-binoculars:before{content:""}.fi-bs-bio-leaves:before{content:""}.fi-bs-bio:before{content:""}.fi-bs-biohazard:before{content:""}.fi-bs-bird:before{content:""}.fi-bs-bitcoin-sign:before{content:""}.fi-bs-blanket:before{content:""}.fi-bs-blender-phone:before{content:""}.fi-bs-blender:before{content:""}.fi-bs-blinds-open:before{content:""}.fi-bs-blinds-raised:before{content:""}.fi-bs-blinds:before{content:""}.fi-bs-block-brick:before{content:""}.fi-bs-block-microphone:before{content:""}.fi-bs-block-question:before{content:""}.fi-bs-block-quote:before{content:""}.fi-bs-block:before{content:""}.fi-bs-blockchain-3:before{content:""}.fi-bs-blog-pencil:before{content:""}.fi-bs-blog-text:before{content:""}.fi-bs-blood-dropper:before{content:""}.fi-bs-blood-test-tube-alt:before{content:""}.fi-bs-blood-test-tube:before{content:""}.fi-bs-blood:before{content:""}.fi-bs-blueberries:before{content:""}.fi-bs-blueprint:before{content:""}.fi-bs-bold:before{content:""}.fi-bs-bolt-auto:before{content:""}.fi-bs-bolt-slash:before{content:""}.fi-bs-bolt:before{content:""}.fi-bs-bomb:before{content:""}.fi-bs-bone-break:before{content:""}.fi-bs-bone:before{content:""}.fi-bs-bong:before{content:""}.fi-bs-bonus-alt:before{content:""}.fi-bs-bonus-star:before{content:""}.fi-bs-bonus:before{content:""}.fi-bs-book-alt:before{content:""}.fi-bs-book-arrow-right:before{content:""}.fi-bs-book-arrow-up:before{content:""}.fi-bs-book-atlas:before{content:""}.fi-bs-book-bookmark:before{content:""}.fi-bs-book-circle-arrow-right:before{content:""}.fi-bs-book-circle-arrow-up:before{content:""}.fi-bs-book-copy:before{content:""}.fi-bs-book-dead:before{content:""}.fi-bs-book-font:before{content:""}.fi-bs-book-heart:before{content:""}.fi-bs-book-medical:before{content:""}.fi-bs-book-open-cover:before{content:""}.fi-bs-book-open-reader:before{content:""}.fi-bs-book-plus:before{content:""}.fi-bs-book-quran:before{content:""}.fi-bs-book-section:before{content:""}.fi-bs-book-spells:before{content:""}.fi-bs-book-tanakh:before{content:""}.fi-bs-book-user:before{content:""}.fi-bs-book:before{content:""}.fi-bs-Booking:before{content:""}.fi-bs-bookmark-slash:before{content:""}.fi-bs-bookmark:before{content:""}.fi-bs-books-medical:before{content:""}.fi-bs-books:before{content:""}.fi-bs-boot-heeled:before{content:""}.fi-bs-boot:before{content:""}.fi-bs-booth-curtain:before{content:""}.fi-bs-border-all:before{content:""}.fi-bs-border-bottom:before{content:""}.fi-bs-border-center-h:before{content:""}.fi-bs-border-center-v:before{content:""}.fi-bs-border-inner:before{content:""}.fi-bs-border-left:before{content:""}.fi-bs-border-none:before{content:""}.fi-bs-border-outer:before{content:""}.fi-bs-border-right:before{content:""}.fi-bs-border-style-alt:before{content:""}.fi-bs-border-style:before{content:""}.fi-bs-border-top:before{content:""}.fi-bs-boss:before{content:""}.fi-bs-bottle-droplet:before{content:""}.fi-bs-bottle:before{content:""}.fi-bs-bow-arrow:before{content:""}.fi-bs-bowl-chopsticks-noodles:before{content:""}.fi-bs-bowl-chopsticks:before{content:""}.fi-bs-bowl-rice:before{content:""}.fi-bs-bowl-scoop:before{content:""}.fi-bs-bowl-scoops:before{content:""}.fi-bs-bowl-soft-serve:before{content:""}.fi-bs-bowl-spoon:before{content:""}.fi-bs-bowling-ball:before{content:""}.fi-bs-bowling-pins:before{content:""}.fi-bs-bowling:before{content:""}.fi-bs-box-alt:before{content:""}.fi-bs-box-ballot:before{content:""}.fi-bs-box-check:before{content:""}.fi-bs-box-circle-check:before{content:""}.fi-bs-box-dollar:before{content:""}.fi-bs-box-fragile:before{content:""}.fi-bs-box-heart:before{content:""}.fi-bs-box-open-full:before{content:""}.fi-bs-box-open:before{content:""}.fi-bs-box-tissue:before{content:""}.fi-bs-box-up:before{content:""}.fi-bs-box:before{content:""}.fi-bs-boxes:before{content:""}.fi-bs-boxing-glove:before{content:""}.fi-bs-bracket-curly-right:before{content:""}.fi-bs-bracket-curly:before{content:""}.fi-bs-bracket-round-right:before{content:""}.fi-bs-bracket-round:before{content:""}.fi-bs-bracket-square-right:before{content:""}.fi-bs-bracket-square:before{content:""}.fi-bs-brackets-curly:before{content:""}.fi-bs-brackets-round:before{content:""}.fi-bs-brackets-square:before{content:""}.fi-bs-braille-a:before{content:""}.fi-bs-braille-b:before{content:""}.fi-bs-braille-c:before{content:""}.fi-bs-braille-d:before{content:""}.fi-bs-braille-e:before{content:""}.fi-bs-braille-g:before{content:""}.fi-bs-braille-h:before{content:""}.fi-bs-braille-i:before{content:""}.fi-bs-braille-j:before{content:""}.fi-bs-braille-k:before{content:""}.fi-bs-braille-l:before{content:""}.fi-bs-braille-m:before{content:""}.fi-bs-braille-n-alt:before{content:""}.fi-bs-braille-n:before{content:""}.fi-bs-braille-o:before{content:""}.fi-bs-braille-p:before{content:""}.fi-bs-braille-q:before{content:""}.fi-bs-braille-r:before{content:""}.fi-bs-braille-s:before{content:""}.fi-bs-braille-t:before{content:""}.fi-bs-braille-u:before{content:""}.fi-bs-braille-v:before{content:""}.fi-bs-braille-w:before{content:""}.fi-bs-braille-x:before{content:""}.fi-bs-braille-y:before{content:""}.fi-bs-braille-z:before{content:""}.fi-bs-braille:before{content:""}.fi-bs-brain-circuit:before{content:""}.fi-bs-brain:before{content:""}.fi-bs-brake-warning:before{content:""}.fi-bs-branching:before{content:""}.fi-bs-brand:before{content:""}.fi-bs-branding:before{content:""}.fi-bs-bread-loaf:before{content:""}.fi-bs-bread-slice-butter:before{content:""}.fi-bs-bread-slice:before{content:""}.fi-bs-bread:before{content:""}.fi-bs-briefcase-arrow-right:before{content:""}.fi-bs-briefcase-blank:before{content:""}.fi-bs-briefcase:before{content:""}.fi-bs-brightness-low:before{content:""}.fi-bs-brightness:before{content:""}.fi-bs-bring-forward:before{content:""}.fi-bs-bring-front:before{content:""}.fi-bs-broadcast-tower:before{content:""}.fi-bs-broccoli:before{content:""}.fi-bs-broken-chain-link-wrong:before{content:""}.fi-bs-broken-image:before{content:""}.fi-bs-broom-ball:before{content:""}.fi-bs-broom:before{content:""}.fi-bs-browser-ui:before{content:""}.fi-bs-browser:before{content:""}.fi-bs-browsers:before{content:""}.fi-bs-brush:before{content:""}.fi-bs-bucket:before{content:""}.fi-bs-budget-alt:before{content:""}.fi-bs-budget:before{content:""}.fi-bs-bug-slash:before{content:""}.fi-bs-bug:before{content:""}.fi-bs-bugs:before{content:""}.fi-bs-build-alt:before{content:""}.fi-bs-build:before{content:""}.fi-bs-builder:before{content:""}.fi-bs-building-circle-arrow-right:before{content:""}.fi-bs-building-ngo:before{content:""}.fi-bs-building:before{content:""}.fi-bs-bulb:before{content:""}.fi-bs-bullet:before{content:""}.fi-bs-bullhorn:before{content:""}.fi-bs-bullseye-arrow:before{content:""}.fi-bs-bullseye-pointer:before{content:""}.fi-bs-bullseye:before{content:""}.fi-bs-burger-alt:before{content:""}.fi-bs-burger-fries:before{content:""}.fi-bs-burger-glass:before{content:""}.fi-bs-burrito:before{content:""}.fi-bs-burst:before{content:""}.fi-bs-bus-alt:before{content:""}.fi-bs-bus:before{content:""}.fi-bs-business-time:before{content:""}.fi-bs-Butter:before{content:""}.fi-bs-butterfly:before{content:""}.fi-bs-c:before{content:""}.fi-bs-cabin:before{content:""}.fi-bs-cactus:before{content:""}.fi-bs-cage-empty:before{content:""}.fi-bs-cake-birthday:before{content:""}.fi-bs-cake-slice:before{content:""}.fi-bs-cake-wedding:before{content:""}.fi-bs-calculator-bill:before{content:""}.fi-bs-calculator-math-tax:before{content:""}.fi-bs-calculator-money:before{content:""}.fi-bs-calculator-simple:before{content:""}.fi-bs-calculator:before{content:""}.fi-bs-calendar-arrow-down:before{content:""}.fi-bs-calendar-arrow-up:before{content:""}.fi-bs-calendar-birhtday-cake:before{content:""}.fi-bs-calendar-call:before{content:""}.fi-bs-calendar-check:before{content:""}.fi-bs-calendar-clock:before{content:""}.fi-bs-calendar-day:before{content:""}.fi-bs-calendar-days:before{content:""}.fi-bs-calendar-event-tax:before{content:""}.fi-bs-calendar-exclamation:before{content:""}.fi-bs-calendar-gavel-legal:before{content:""}.fi-bs-calendar-heart:before{content:""}.fi-bs-calendar-image:before{content:""}.fi-bs-calendar-lines-pen:before{content:""}.fi-bs-calendar-lines:before{content:""}.fi-bs-calendar-minus:before{content:""}.fi-bs-calendar-payment-loan:before{content:""}.fi-bs-calendar-pen:before{content:""}.fi-bs-calendar-plus:before{content:""}.fi-bs-calendar-salary:before{content:""}.fi-bs-calendar-shift-swap:before{content:""}.fi-bs-calendar-star:before{content:""}.fi-bs-calendar-swap:before{content:""}.fi-bs-calendar-week:before{content:""}.fi-bs-calendar-xmark:before{content:""}.fi-bs-calendar:before{content:""}.fi-bs-calendars:before{content:""}.fi-bs-call-duration:before{content:""}.fi-bs-call-history:before{content:""}.fi-bs-call-incoming:before{content:""}.fi-bs-call-missed:before{content:""}.fi-bs-call-outgoing:before{content:""}.fi-bs-camcorder:before{content:""}.fi-bs-camera-cctv:before{content:""}.fi-bs-camera-movie:before{content:""}.fi-bs-camera-retro:before{content:""}.fi-bs-camera-rotate:before{content:""}.fi-bs-camera-security:before{content:""}.fi-bs-camera-slash:before{content:""}.fi-bs-camera-viewfinder:before{content:""}.fi-bs-camera:before{content:""}.fi-bs-campfire:before{content:""}.fi-bs-camping:before{content:""}.fi-bs-can-food:before{content:""}.fi-bs-candle-holder:before{content:""}.fi-bs-candle-lotus-yoga:before{content:""}.fi-bs-candle-pose-yoga:before{content:""}.fi-bs-candy-alt:before{content:""}.fi-bs-candy-bar:before{content:""}.fi-bs-candy-cane:before{content:""}.fi-bs-candy-corn:before{content:""}.fi-bs-candy-sweet:before{content:""}.fi-bs-candy:before{content:""}.fi-bs-Cannabis:before{content:""}.fi-bs-canned-food:before{content:""}.fi-bs-capsules:before{content:""}.fi-bs-car-alt:before{content:""}.fi-bs-car-battery:before{content:""}.fi-bs-car-bolt:before{content:""}.fi-bs-car-building:before{content:""}.fi-bs-car-bump:before{content:""}.fi-bs-car-bus:before{content:""}.fi-bs-car-circle-bolt:before{content:""}.fi-bs-car-crash:before{content:""}.fi-bs-car-garage:before{content:""}.fi-bs-car-journey:before{content:""}.fi-bs-car-mechanic:before{content:""}.fi-bs-car-rear:before{content:""}.fi-bs-car-side-bolt:before{content:""}.fi-bs-car-side:before{content:""}.fi-bs-car-tilt:before{content:""}.fi-bs-car-tunnel:before{content:""}.fi-bs-car-wash:before{content:""}.fi-bs-car:before{content:""}.fi-bs-caravan-alt:before{content:""}.fi-bs-caravan:before{content:""}.fi-bs-card-club:before{content:""}.fi-bs-card-diamond:before{content:""}.fi-bs-card-heart:before{content:""}.fi-bs-card-spade:before{content:""}.fi-bs-cardinal-compass:before{content:""}.fi-bs-career-growth:before{content:""}.fi-bs-career-path:before{content:""}.fi-bs-caret-circle-down:before{content:""}.fi-bs-caret-circle-right:before{content:""}.fi-bs-caret-circle-up:before{content:""}.fi-bs-caret-down:before{content:""}.fi-bs-caret-left:before{content:""}.fi-bs-caret-quare-up:before{content:""}.fi-bs-caret-right:before{content:""}.fi-bs-caret-square-down:before{content:""}.fi-bs-caret-square-left_1:before{content:""}.fi-bs-caret-square-left:before{content:""}.fi-bs-caret-square-right:before{content:""}.fi-bs-caret-up:before{content:""}.fi-bs-carrot:before{content:""}.fi-bs-cars-crash:before{content:""}.fi-bs-cars:before{content:""}.fi-bs-cart-arrow-down:before{content:""}.fi-bs-cart-minus:before{content:""}.fi-bs-cart-shopping-fast:before{content:""}.fi-bs-cash-register:before{content:""}.fi-bs-cassette-tape:before{content:""}.fi-bs-cassette-vhs:before{content:""}.fi-bs-castle:before{content:""}.fi-bs-cat-head:before{content:""}.fi-bs-cat-space:before{content:""}.fi-bs-cat:before{content:""}.fi-bs-catalog-alt:before{content:""}.fi-bs-catalog-magazine:before{content:""}.fi-bs-catalog:before{content:""}.fi-bs-category-alt:before{content:""}.fi-bs-category:before{content:""}.fi-bs-cauldron:before{content:""}.fi-bs-cedi-sign:before{content:""}.fi-bs-cello:before{content:""}.fi-bs-cent-sign:before{content:""}.fi-bs-chair-office:before{content:""}.fi-bs-chair:before{content:""}.fi-bs-chalkboard-user:before{content:""}.fi-bs-chalkboard:before{content:""}.fi-bs-challenge-alt:before{content:""}.fi-bs-challenge:before{content:""}.fi-bs-channel:before{content:""}.fi-bs-charging-station:before{content:""}.fi-bs-chart-area:before{content:""}.fi-bs-chart-bullet:before{content:""}.fi-bs-chart-candlestick:before{content:""}.fi-bs-chart-connected:before{content:""}.fi-bs-chart-gantt:before{content:""}.fi-bs-chart-histogram:before{content:""}.fi-bs-chart-kanban:before{content:""}.fi-bs-chart-line-up-down:before{content:""}.fi-bs-chart-line-up:before{content:""}.fi-bs-chart-mixed-up-circle-currency:before{content:""}.fi-bs-chart-mixed-up-circle-dollar:before{content:""}.fi-bs-chart-mixed:before{content:""}.fi-bs-chart-network:before{content:""}.fi-bs-chart-pie-alt:before{content:""}.fi-bs-chart-pie-simple-circle-currency:before{content:""}.fi-bs-chart-pie-simple-circle-dollar:before{content:""}.fi-bs-chart-pie:before{content:""}.fi-bs-chart-pyramid:before{content:""}.fi-bs-chart-radar:before{content:""}.fi-bs-chart-scatter-3d:before{content:""}.fi-bs-chart-scatter-bubble:before{content:""}.fi-bs-chart-scatter:before{content:""}.fi-bs-chart-set-theory:before{content:""}.fi-bs-chart-simple-horizontal:before{content:""}.fi-bs-chart-simple:before{content:""}.fi-bs-chart-tree-map:before{content:""}.fi-bs-chart-tree:before{content:""}.fi-bs-chart-user:before{content:""}.fi-bs-chart-waterfall:before{content:""}.fi-bs-chat-arrow-down:before{content:""}.fi-bs-chat-arrow-grow:before{content:""}.fi-bs-chat-bubble-call:before{content:""}.fi-bs-chatbot-speech-bubble:before{content:""}.fi-bs-chatbot:before{content:""}.fi-bs-cheap-bill:before{content:""}.fi-bs-cheap-dollar:before{content:""}.fi-bs-cheap-stack-dollar:before{content:""}.fi-bs-cheap-stack:before{content:""}.fi-bs-cheap:before{content:""}.fi-bs-check-circle:before{content:""}.fi-bs-check-double:before{content:""}.fi-bs-check-in-calendar:before{content:""}.fi-bs-check-out-calendar:before{content:""}.fi-bs-check:before{content:""}.fi-bs-checkbox:before{content:""}.fi-bs-checklist-task-budget:before{content:""}.fi-bs-cheese-alt:before{content:""}.fi-bs-cheese:before{content:""}.fi-bs-cheeseburger:before{content:""}.fi-bs-cherry:before{content:""}.fi-bs-chess-bishop:before{content:""}.fi-bs-chess-board:before{content:""}.fi-bs-chess-clock-alt:before{content:""}.fi-bs-chess-clock:before{content:""}.fi-bs-chess-king-alt:before{content:""}.fi-bs-chess-king:before{content:""}.fi-bs-chess-knight-alt:before{content:""}.fi-bs-chess-knight:before{content:""}.fi-bs-chess-pawn-alt:before{content:""}.fi-bs-chess-pawn:before{content:""}.fi-bs-chess-piece:before{content:""}.fi-bs-chess-queen-alt:before{content:""}.fi-bs-chess-queen:before{content:""}.fi-bs-chess-rook-alt:before{content:""}.fi-bs-chess-rook:before{content:""}.fi-bs-chess:before{content:""}.fi-bs-chevron-double-down:before{content:""}.fi-bs-chevron-double-up:before{content:""}.fi-bs-child-head:before{content:""}.fi-bs-child:before{content:""}.fi-bs-chimney:before{content:""}.fi-bs-chip:before{content:""}.fi-bs-chocolate:before{content:""}.fi-bs-choir-singing:before{content:""}.fi-bs-choose-alt:before{content:""}.fi-bs-choose:before{content:""}.fi-bs-church:before{content:""}.fi-bs-circle-0:before{content:""}.fi-bs-circle-1:before{content:""}.fi-bs-circle-2:before{content:""}.fi-bs-circle-3:before{content:""}.fi-bs-circle-4:before{content:""}.fi-bs-circle-5:before{content:""}.fi-bs-circle-6:before{content:""}.fi-bs-circle-7:before{content:""}.fi-bs-circle-8:before{content:""}.fi-bs-circle-9:before{content:""}.fi-bs-circle-a:before{content:""}.fi-bs-circle-b:before{content:""}.fi-bs-circle-bolt:before{content:""}.fi-bs-circle-book-open:before{content:""}.fi-bs-circle-bookmark:before{content:""}.fi-bs-circle-c:before{content:""}.fi-bs-circle-calendar:before{content:""}.fi-bs-circle-camera:before{content:""}.fi-bs-circle-d:before{content:""}.fi-bs-circle-dashed:before{content:""}.fi-bs-circle-divide:before{content:""}.fi-bs-circle-e:before{content:""}.fi-bs-circle-ellipsis-vertical:before{content:""}.fi-bs-circle-ellipsis:before{content:""}.fi-bs-circle-envelope:before{content:""}.fi-bs-circle-exclamation-check:before{content:""}.fi-bs-circle-f:before{content:""}.fi-bs-circle-g:before{content:""}.fi-bs-circle-h:before{content:""}.fi-bs-circle-half-stroke:before{content:""}.fi-bs-circle-half:before{content:""}.fi-bs-circle-heart:before{content:""}.fi-bs-circle-i:before{content:""}.fi-bs-circle-j:before{content:""}.fi-bs-circle-k:before{content:""}.fi-bs-circle-l:before{content:""}.fi-bs-circle-m:before{content:""}.fi-bs-circle-microphone-lines:before{content:""}.fi-bs-circle-microphone:before{content:""}.fi-bs-circle-n:before{content:""}.fi-bs-circle-nodes:before{content:""}.fi-bs-circle-o:before{content:""}.fi-bs-circle-overlap:before{content:""}.fi-bs-circle-p:before{content:""}.fi-bs-circle-phone-flip:before{content:""}.fi-bs-circle-phone-hangup:before{content:""}.fi-bs-circle-phone:before{content:""}.fi-bs-circle-q:before{content:""}.fi-bs-circle-quarter:before{content:""}.fi-bs-circle-quarters-alt:before{content:""}.fi-bs-circle-r:before{content:""}.fi-bs-circle-s:before{content:""}.fi-bs-circle-small:before{content:""}.fi-bs-circle-star:before{content:""}.fi-bs-circle-t:before{content:""}.fi-bs-circle-three-quarters:before{content:""}.fi-bs-circle-trash:before{content:""}.fi-bs-circle-u:before{content:""}.fi-bs-circle-user:before{content:""}.fi-bs-circle-v:before{content:""}.fi-bs-circle-video:before{content:""}.fi-bs-circle-w:before{content:""}.fi-bs-circle-waveform-lines:before{content:""}.fi-bs-circle-x:before{content:""}.fi-bs-circle-xmark:before{content:""}.fi-bs-circle-y:before{content:""}.fi-bs-circle-z:before{content:""}.fi-bs-circle:before{content:""}.fi-bs-citrus-slice:before{content:""}.fi-bs-citrus:before{content:""}.fi-bs-city:before{content:""}.fi-bs-clapperboard-play:before{content:""}.fi-bs-clapperboard:before{content:""}.fi-bs-clarinet:before{content:""}.fi-bs-claw-marks:before{content:""}.fi-bs-clear-alt:before{content:""}.fi-bs-clip-file:before{content:""}.fi-bs-clip-mail:before{content:""}.fi-bs-clip:before{content:""}.fi-bs-clipboard-check:before{content:""}.fi-bs-clipboard-exclamation:before{content:""}.fi-bs-clipboard-list-check:before{content:""}.fi-bs-clipboard-list:before{content:""}.fi-bs-clipboard-prescription:before{content:""}.fi-bs-clipboard-question:before{content:""}.fi-bs-clipboard-user:before{content:""}.fi-bs-clipboard:before{content:""}.fi-bs-clipoard-wrong:before{content:""}.fi-bs-clock-desk:before{content:""}.fi-bs-clock-eight-thirty:before{content:""}.fi-bs-clock-eleven-thirty:before{content:""}.fi-bs-clock-eleven:before{content:""}.fi-bs-clock-five-thirty:before{content:""}.fi-bs-clock-five:before{content:""}.fi-bs-clock-four-thirty:before{content:""}.fi-bs-clock-nine-thirty:before{content:""}.fi-bs-clock-nine:before{content:""}.fi-bs-clock-one-thirty:before{content:""}.fi-bs-clock-one:before{content:""}.fi-bs-clock-seven-thirty:before{content:""}.fi-bs-clock-seven:before{content:""}.fi-bs-clock-six-thirty:before{content:""}.fi-bs-clock-six:before{content:""}.fi-bs-clock-ten-thirty:before{content:""}.fi-bs-clock-ten:before{content:""}.fi-bs-clock-three-thirty:before{content:""}.fi-bs-clock-three:before{content:""}.fi-bs-clock-time-tracking:before{content:""}.fi-bs-clock-twelve-thirty:before{content:""}.fi-bs-clock-twelve:before{content:""}.fi-bs-clock-two-thirty:before{content:""}.fi-bs-clock-two:before{content:""}.fi-bs-clock-up-arrow:before{content:""}.fi-bs-clock:before{content:""}.fi-bs-clone:before{content:""}.fi-bs-closed-captioning-slash:before{content:""}.fi-bs-clothes-hanger:before{content:""}.fi-bs-cloud-back-up-alt:before{content:""}.fi-bs-cloud-back-up:before{content:""}.fi-bs-cloud-check:before{content:""}.fi-bs-cloud-code:before{content:""}.fi-bs-cloud-disabled:before{content:""}.fi-bs-cloud-download-alt:before{content:""}.fi-bs-cloud-download:before{content:""}.fi-bs-cloud-drizzle:before{content:""}.fi-bs-cloud-exclamation:before{content:""}.fi-bs-cloud-gear-automation:before{content:""}.fi-bs-cloud-hail-mixed:before{content:""}.fi-bs-cloud-hail:before{content:""}.fi-bs-cloud-meatball:before{content:""}.fi-bs-cloud-moon-rain:before{content:""}.fi-bs-cloud-moon:before{content:""}.fi-bs-cloud-question:before{content:""}.fi-bs-cloud-rain:before{content:""}.fi-bs-cloud-rainbow:before{content:""}.fi-bs-cloud-share:before{content:""}.fi-bs-cloud-showers-heavy:before{content:""}.fi-bs-cloud-showers:before{content:""}.fi-bs-cloud-sleet:before{content:""}.fi-bs-cloud-snow:before{content:""}.fi-bs-cloud-sun-rain:before{content:""}.fi-bs-cloud-sun:before{content:""}.fi-bs-cloud-upload-alt:before{content:""}.fi-bs-cloud-upload:before{content:""}.fi-bs-cloud:before{content:""}.fi-bs-clouds-moon:before{content:""}.fi-bs-clouds-sun:before{content:""}.fi-bs-clouds:before{content:""}.fi-bs-clover-alt:before{content:""}.fi-bs-club:before{content:""}.fi-bs-cocktail-alt:before{content:""}.fi-bs-cocktail:before{content:""}.fi-bs-coconut:before{content:""}.fi-bs-code-branch:before{content:""}.fi-bs-code-commit:before{content:""}.fi-bs-code-compare:before{content:""}.fi-bs-code-fork:before{content:""}.fi-bs-code-merge:before{content:""}.fi-bs-code-pull-request-closed:before{content:""}.fi-bs-code-pull-request-draft:before{content:""}.fi-bs-code-pull-request:before{content:""}.fi-bs-code-simple:before{content:""}.fi-bs-coffee-bean:before{content:""}.fi-bs-coffee-beans:before{content:""}.fi-bs-coffee-heart:before{content:""}.fi-bs-coffee-pot:before{content:""}.fi-bs-coffee:before{content:""}.fi-bs-coffin-cross:before{content:""}.fi-bs-coffin:before{content:""}.fi-bs-coin-up-arrow:before{content:""}.fi-bs-coin:before{content:""}.fi-bs-coins:before{content:""}.fi-bs-colon-sign:before{content:""}.fi-bs-columns-3:before{content:""}.fi-bs-comet:before{content:""}.fi-bs-command:before{content:""}.fi-bs-comment-alt-check:before{content:""}.fi-bs-comment-alt-dots:before{content:""}.fi-bs-comment-alt-edit:before{content:""}.fi-bs-comment-alt-medical:before{content:""}.fi-bs-comment-alt-middle-top:before{content:""}.fi-bs-comment-alt-middle:before{content:""}.fi-bs-comment-alt-minus:before{content:""}.fi-bs-comment-alt-music:before{content:""}.fi-bs-comment-alt:before{content:""}.fi-bs-comment-arrow-down:before{content:""}.fi-bs-comment-arrow-up-right:before{content:""}.fi-bs-comment-arrow-up:before{content:""}.fi-bs-comment-check:before{content:""}.fi-bs-comment-code:before{content:""}.fi-bs-comment-dollar:before{content:""}.fi-bs-comment-dots:before{content:""}.fi-bs-comment-exclamation:before{content:""}.fi-bs-comment-heart:before{content:""}.fi-bs-comment-image:before{content:""}.fi-bs-comment-info:before{content:""}.fi-bs-comment-medical:before{content:""}.fi-bs-comment-minus:before{content:""}.fi-bs-comment-pen:before{content:""}.fi-bs-comment-question:before{content:""}.fi-bs-comment-quote:before{content:""}.fi-bs-comment-slash:before{content:""}.fi-bs-comment-smile:before{content:""}.fi-bs-comment-sms:before{content:""}.fi-bs-comment-text:before{content:""}.fi-bs-comment-user:before{content:""}.fi-bs-comment-xmark:before{content:""}.fi-bs-comment:before{content:""}.fi-bs-comments-dollar:before{content:""}.fi-bs-comments-question-check:before{content:""}.fi-bs-comments-question:before{content:""}.fi-bs-comments:before{content:""}.fi-bs-compass-alt:before{content:""}.fi-bs-compass-east:before{content:""}.fi-bs-compass-north:before{content:""}.fi-bs-compass-slash:before{content:""}.fi-bs-compass-south:before{content:""}.fi-bs-compass-west:before{content:""}.fi-bs-completed:before{content:""}.fi-bs-compliance-clipboard:before{content:""}.fi-bs-compliance-document:before{content:""}.fi-bs-compliance:before{content:""}.fi-bs-compress-alt:before{content:""}.fi-bs-compress:before{content:""}.fi-bs-computer-classic:before{content:""}.fi-bs-computer-mouse:before{content:""}.fi-bs-computer-speaker:before{content:""}.fi-bs-computer:before{content:""}.fi-bs-concierge-bell:before{content:""}.fi-bs-condition-alt:before{content:""}.fi-bs-condition:before{content:""}.fi-bs-confetti:before{content:""}.fi-bs-constellation:before{content:""}.fi-bs-container-storage:before{content:""}.fi-bs-convert-document:before{content:""}.fi-bs-convert-shapes:before{content:""}.fi-bs-conveyor-belt-alt:before{content:""}.fi-bs-conveyor-belt-arm:before{content:""}.fi-bs-conveyor-belt-empty:before{content:""}.fi-bs-conveyor-belt:before{content:""}.fi-bs-cookie-alt:before{content:""}.fi-bs-cookie:before{content:""}.fi-bs-copy-alt:before{content:""}.fi-bs-copy-image:before{content:""}.fi-bs-copy:before{content:""}.fi-bs-copyright:before{content:""}.fi-bs-corn:before{content:""}.fi-bs-corporate-alt:before{content:""}.fi-bs-corporate:before{content:""}.fi-bs-couch:before{content:""}.fi-bs-court-sport:before{content:""}.fi-bs-cow-alt:before{content:""}.fi-bs-cow:before{content:""}.fi-bs-cowbell-circle-plus:before{content:""}.fi-bs-cowbell-more:before{content:""}.fi-bs-cowbell:before{content:""}.fi-bs-crab:before{content:""}.fi-bs-crate-empty:before{content:""}.fi-bs-cream:before{content:""}.fi-bs-credit-card-buyer:before{content:""}.fi-bs-credit-card-eye:before{content:""}.fi-bs-credit-card:before{content:""}.fi-bs-cricket:before{content:""}.fi-bs-crm-alt:before{content:""}.fi-bs-crm-computer:before{content:""}.fi-bs-CRM:before{content:""}.fi-bs-croissant:before{content:""}.fi-bs-cross-circle:before{content:""}.fi-bs-cross-religion:before{content:""}.fi-bs-cross-small:before{content:""}.fi-bs-cross:before{content:""}.fi-bs-crow:before{content:""}.fi-bs-crown:before{content:""}.fi-bs-crutch:before{content:""}.fi-bs-crutches:before{content:""}.fi-bs-cruzeiro-sign:before{content:""}.fi-bs-crypto-calendar:before{content:""}.fi-bs-cryptocurrency:before{content:""}.fi-bs-crystal-ball:before{content:""}.fi-bs-cube:before{content:""}.fi-bs-cubes-stacked:before{content:""}.fi-bs-cubes:before{content:""}.fi-bs-cucumber:before{content:""}.fi-bs-cup-straw-swoosh:before{content:""}.fi-bs-cup-straw:before{content:""}.fi-bs-cup-togo:before{content:""}.fi-bs-cupcake-alt:before{content:""}.fi-bs-cupcake:before{content:""}.fi-bs-curling:before{content:""}.fi-bs-cursor-finger:before{content:""}.fi-bs-cursor-plus:before{content:""}.fi-bs-cursor-text-alt:before{content:""}.fi-bs-cursor-text:before{content:""}.fi-bs-cursor:before{content:""}.fi-bs-curve-alt:before{content:""}.fi-bs-curve-arrow:before{content:""}.fi-bs-curve:before{content:""}.fi-bs-custard:before{content:""}.fi-bs-customer-care:before{content:""}.fi-bs-customer-service:before{content:""}.fi-bs-customization-cogwheel:before{content:""}.fi-bs-customization:before{content:""}.fi-bs-customize-computer:before{content:""}.fi-bs-customize-edit:before{content:""}.fi-bs-customize:before{content:""}.fi-bs-CV:before{content:""}.fi-bs-cvv-card:before{content:""}.fi-bs-d:before{content:""}.fi-bs-dagger:before{content:""}.fi-bs-daily-calendar:before{content:""}.fi-bs-damage:before{content:""}.fi-bs-dart:before{content:""}.fi-bs-dashboard-monitor:before{content:""}.fi-bs-dashboard-panel:before{content:""}.fi-bs-dashboard:before{content:""}.fi-bs-data-transfer:before{content:""}.fi-bs-database:before{content:""}.fi-bs-debt:before{content:""}.fi-bs-deer-rudolph:before{content:""}.fi-bs-deer:before{content:""}.fi-bs-delete-document:before{content:""}.fi-bs-delete-right:before{content:""}.fi-bs-delete-user:before{content:""}.fi-bs-delete:before{content:""}.fi-bs-democrat:before{content:""}.fi-bs-department-structure:before{content:""}.fi-bs-department:before{content:""}.fi-bs-deposit-alt:before{content:""}.fi-bs-deposit:before{content:""}.fi-bs-description-alt:before{content:""}.fi-bs-description:before{content:""}.fi-bs-desk:before{content:""}.fi-bs-desktop-arrow-down:before{content:""}.fi-bs-desktop-wallpaper:before{content:""}.fi-bs-devices:before{content:""}.fi-bs-dewpoint:before{content:""}.fi-bs-dharmachakra:before{content:""}.fi-bs-diagram-cells:before{content:""}.fi-bs-diagram-lean-canvas:before{content:""}.fi-bs-diagram-nested:before{content:""}.fi-bs-diagram-next:before{content:""}.fi-bs-diagram-predecessor:before{content:""}.fi-bs-diagram-previous:before{content:""}.fi-bs-diagram-project:before{content:""}.fi-bs-diagram-sankey:before{content:""}.fi-bs-diagram-subtask:before{content:""}.fi-bs-diagram-successor:before{content:""}.fi-bs-diagram-venn:before{content:""}.fi-bs-dial-high:before{content:""}.fi-bs-dial-low:before{content:""}.fi-bs-dial-max:before{content:""}.fi-bs-dial-med-low:before{content:""}.fi-bs-dial-med:before{content:""}.fi-bs-dial-min:before{content:""}.fi-bs-dial-off:before{content:""}.fi-bs-dial:before{content:""}.fi-bs-diamond-exclamation:before{content:""}.fi-bs-diamond-turn-right:before{content:""}.fi-bs-diamond:before{content:""}.fi-bs-diary-bookmark-down:before{content:""}.fi-bs-diary-bookmarks:before{content:""}.fi-bs-diary-clasp:before{content:""}.fi-bs-dice-alt:before{content:""}.fi-bs-dice-d10:before{content:""}.fi-bs-dice-d12:before{content:""}.fi-bs-dice-d20:before{content:""}.fi-bs-dice-d4:before{content:""}.fi-bs-dice-d6:before{content:""}.fi-bs-dice-d8:before{content:""}.fi-bs-dice-four:before{content:""}.fi-bs-dice-one:before{content:""}.fi-bs-dice-six:before{content:""}.fi-bs-dice-three:before{content:""}.fi-bs-dice-two:before{content:""}.fi-bs-dice:before{content:""}.fi-bs-digging:before{content:""}.fi-bs-digital-tachograph:before{content:""}.fi-bs-dinner:before{content:""}.fi-bs-diploma:before{content:""}.fi-bs-direction-signal-arrow:before{content:""}.fi-bs-direction-signal:before{content:""}.fi-bs-disc-drive:before{content:""}.fi-bs-disco-ball:before{content:""}.fi-bs-discover:before{content:""}.fi-bs-disease:before{content:""}.fi-bs-disk:before{content:""}.fi-bs-display-arrow-down:before{content:""}.fi-bs-display-chart-up:before{content:""}.fi-bs-display-code:before{content:""}.fi-bs-display-medical:before{content:""}.fi-bs-display-slash:before{content:""}.fi-bs-distribute-spacing-horizontal:before{content:""}.fi-bs-distribute-spacing-vertical:before{content:""}.fi-bs-divide:before{content:""}.fi-bs-dizzy:before{content:""}.fi-bs-dna:before{content:""}.fi-bs-do-not-enter:before{content:""}.fi-bs-doctor:before{content:""}.fi-bs-document-circle-wrong:before{content:""}.fi-bs-document-paid:before{content:""}.fi-bs-document-signed:before{content:""}.fi-bs-document:before{content:""}.fi-bs-dog-leashed:before{content:""}.fi-bs-dog:before{content:""}.fi-bs-dollar:before{content:""}.fi-bs-dolly-flatbed-alt:before{content:""}.fi-bs-dolly-flatbed-empty:before{content:""}.fi-bs-dolly-flatbed:before{content:""}.fi-bs-dolphin:before{content:""}.fi-bs-domino-effect:before{content:""}.fi-bs-donate:before{content:""}.fi-bs-dong-sign:before{content:""}.fi-bs-donut:before{content:""}.fi-bs-door-closed:before{content:""}.fi-bs-door-open:before{content:""}.fi-bs-dot-circle:before{content:""}.fi-bs-dot-pending:before{content:""}.fi-bs-dove:before{content:""}.fi-bs-down-from-bracket:before{content:""}.fi-bs-down-left-and-up-right-to-center:before{content:""}.fi-bs-down-left:before{content:""}.fi-bs-down-right:before{content:""}.fi-bs-down-to-line:before{content:""}.fi-bs-down:before{content:""}.fi-bs-download:before{content:""}.fi-bs-drafting-compass:before{content:""}.fi-bs-dragon:before{content:""}.fi-bs-draw-polygon:before{content:""}.fi-bs-draw-square:before{content:""}.fi-bs-drawer-alt:before{content:""}.fi-bs-drawer-empty:before{content:""}.fi-bs-drawer:before{content:""}.fi-bs-dreidel:before{content:""}.fi-bs-drink-alt:before{content:""}.fi-bs-driver-man:before{content:""}.fi-bs-driver-woman:before{content:""}.fi-bs-drone-alt:before{content:""}.fi-bs-drone-front:before{content:""}.fi-bs-drone:before{content:""}.fi-bs-drop-down:before{content:""}.fi-bs-dropdown-select:before{content:""}.fi-bs-dropdown:before{content:""}.fi-bs-drum-steelpan:before{content:""}.fi-bs-drum:before{content:""}.fi-bs-drumstick-bite:before{content:""}.fi-bs-drumstick:before{content:""}.fi-bs-dryer-alt:before{content:""}.fi-bs-dryer:before{content:""}.fi-bs-duck:before{content:""}.fi-bs-dumbbell-fitness:before{content:""}.fi-bs-dumbbell-horizontal:before{content:""}.fi-bs-dumbbell-ray:before{content:""}.fi-bs-dumbbell-weightlifting:before{content:""}.fi-bs-dumpster-fire:before{content:""}.fi-bs-dumpster:before{content:""}.fi-bs-dungeon:before{content:""}.fi-bs-duplicate:before{content:""}.fi-bs-duration-alt:before{content:""}.fi-bs-duration:before{content:""}.fi-bs-e-learning:before{content:""}.fi-bs-e:before{content:""}.fi-bs-ear-deaf:before{content:""}.fi-bs-ear-muffs:before{content:""}.fi-bs-ear:before{content:""}.fi-bs-earnings:before{content:""}.fi-bs-earth-africa:before{content:""}.fi-bs-earth-americas:before{content:""}.fi-bs-earth-asia:before{content:""}.fi-bs-earth-europa:before{content:""}.fi-bs-eclipse-alt:before{content:""}.fi-bs-eclipse:before{content:""}.fi-bs-edit-alt:before{content:""}.fi-bs-edit:before{content:""}.fi-bs-effect:before{content:""}.fi-bs-egg-fried:before{content:""}.fi-bs-egg:before{content:""}.fi-bs-eject:before{content:""}.fi-bs-elephant:before{content:""}.fi-bs-elevator:before{content:""}.fi-bs-email-pending:before{content:""}.fi-bs-employee-alt:before{content:""}.fi-bs-employee-handbook:before{content:""}.fi-bs-employee-man-alt:before{content:""}.fi-bs-employee-man:before{content:""}.fi-bs-employees-woman-man:before{content:""}.fi-bs-employees:before{content:""}.fi-bs-empty-set:before{content:""}.fi-bs-endless-loop:before{content:""}.fi-bs-engine-warning:before{content:""}.fi-bs-engine:before{content:""}.fi-bs-enter:before{content:""}.fi-bs-envelope-ban:before{content:""}.fi-bs-envelope-bulk:before{content:""}.fi-bs-envelope-dot:before{content:""}.fi-bs-envelope-download:before{content:""}.fi-bs-envelope-heart:before{content:""}.fi-bs-envelope-marker:before{content:""}.fi-bs-envelope-open-dollar:before{content:""}.fi-bs-envelope-open-text:before{content:""}.fi-bs-envelope-open:before{content:""}.fi-bs-envelope-plus:before{content:""}.fi-bs-envelope:before{content:""}.fi-bs-envelopes:before{content:""}.fi-bs-equality:before{content:""}.fi-bs-equals:before{content:""}.fi-bs-eraser:before{content:""}.fi-bs-error-camera:before{content:""}.fi-bs-escalator:before{content:""}.fi-bs-ethernet:before{content:""}.fi-bs-euro:before{content:""}.fi-bs-excavator:before{content:""}.fi-bs-exchange-alt:before{content:""}.fi-bs-exchange-cryptocurrency:before{content:""}.fi-bs-exchange:before{content:""}.fi-bs-exclamation:before{content:""}.fi-bs-exit-alt:before{content:""}.fi-bs-exit:before{content:""}.fi-bs-expand-arrows-alt:before{content:""}.fi-bs-expand-arrows:before{content:""}.fi-bs-expand:before{content:""}.fi-bs-expense-bill:before{content:""}.fi-bs-expense:before{content:""}.fi-bs-external-hard-drive:before{content:""}.fi-bs-external-world:before{content:""}.fi-bs-eye-crossed:before{content:""}.fi-bs-eye-dropper-half:before{content:""}.fi-bs-eye-dropper:before{content:""}.fi-bs-eye:before{content:""}.fi-bs-eyes:before{content:""}.fi-bs-f:before{content:""}.fi-bs-fabric:before{content:""}.fi-bs-face-angry-horns:before{content:""}.fi-bs-face-anguished:before{content:""}.fi-bs-face-anxious-sweat:before{content:""}.fi-bs-face-astonished:before{content:""}.fi-bs-face-awesome:before{content:""}.fi-bs-face-beam-hand-over-mouth:before{content:""}.fi-bs-face-confounded:before{content:""}.fi-bs-face-confused:before{content:""}.fi-bs-face-cowboy-hat:before{content:""}.fi-bs-face-disappointed:before{content:""}.fi-bs-face-disguise:before{content:""}.fi-bs-face-downcast-sweat:before{content:""}.fi-bs-face-drooling:before{content:""}.fi-bs-face-explode:before{content:""}.fi-bs-face-expressionless:before{content:""}.fi-bs-face-eyes-xmarks:before{content:""}.fi-bs-face-fearful:before{content:""}.fi-bs-face-glasses:before{content:""}.fi-bs-face-grin-tongue-wink:before{content:""}.fi-bs-face-hand-yawn:before{content:""}.fi-bs-face-head-bandage:before{content:""}.fi-bs-face-hushed:before{content:""}.fi-bs-face-icicles:before{content:""}.fi-bs-face-lying:before{content:""}.fi-bs-face-mask:before{content:""}.fi-bs-face-monocle:before{content:""}.fi-bs-face-nauseated:before{content:""}.fi-bs-face-nose-steam:before{content:""}.fi-bs-face-party:before{content:""}.fi-bs-face-pensive:before{content:""}.fi-bs-face-persevering:before{content:""}.fi-bs-face-pleading:before{content:""}.fi-bs-face-raised-eyebrow:before{content:""}.fi-bs-face-relieved:before{content:""}.fi-bs-face-sad-sweat:before{content:""}.fi-bs-face-scream:before{content:""}.fi-bs-face-shush:before{content:""}.fi-bs-face-sleeping:before{content:""}.fi-bs-face-sleepy:before{content:""}.fi-bs-face-smile-halo:before{content:""}.fi-bs-face-smile-hearts:before{content:""}.fi-bs-face-smile-horns:before{content:""}.fi-bs-face-smile-tear:before{content:""}.fi-bs-face-smile-tongue:before{content:""}.fi-bs-face-smile-upside-down:before{content:""}.fi-bs-face-smiling-hands:before{content:""}.fi-bs-face-smirking:before{content:""}.fi-bs-face-sunglasses-alt:before{content:""}.fi-bs-face-sunglasses:before{content:""}.fi-bs-face-swear:before{content:""}.fi-bs-face-thermometer:before{content:""}.fi-bs-face-thinking:before{content:""}.fi-bs-face-tissue:before{content:""}.fi-bs-face-tongue-money:before{content:""}.fi-bs-face-tongue-sweat:before{content:""}.fi-bs-face-unamused:before{content:""}.fi-bs-face-viewfinder:before{content:""}.fi-bs-face-vomit:before{content:""}.fi-bs-face-weary:before{content:""}.fi-bs-face-woozy:before{content:""}.fi-bs-face-worried:before{content:""}.fi-bs-face-zany:before{content:""}.fi-bs-face-zipper:before{content:""}.fi-bs-fail:before{content:""}.fi-bs-falafel:before{content:""}.fi-bs-family-dress:before{content:""}.fi-bs-family-pants:before{content:""}.fi-bs-family:before{content:""}.fi-bs-fan-table:before{content:""}.fi-bs-fan:before{content:""}.fi-bs-farm:before{content:""}.fi-bs-faucet-drip:before{content:""}.fi-bs-faucet:before{content:""}.fi-bs-fax:before{content:""}.fi-bs-feather-pointed:before{content:""}.fi-bs-feather:before{content:""}.fi-bs-features-alt:before{content:""}.fi-bs-features:before{content:""}.fi-bs-fee-receipt:before{content:""}.fi-bs-fee:before{content:""}.fi-bs-feedback-alt:before{content:""}.fi-bs-feedback-cycle-loop:before{content:""}.fi-bs-feedback-hand:before{content:""}.fi-bs-feedback-review:before{content:""}.fi-bs-feedback:before{content:""}.fi-bs-fence:before{content:""}.fi-bs-ferris-wheel:before{content:""}.fi-bs-field-hockey:before{content:""}.fi-bs-fighter-jet:before{content:""}.fi-bs-file-ai:before{content:""}.fi-bs-file-audio:before{content:""}.fi-bs-file-binary:before{content:""}.fi-bs-file-chart-line:before{content:""}.fi-bs-file-chart-pie:before{content:""}.fi-bs-file-circle-info:before{content:""}.fi-bs-file-cloud:before{content:""}.fi-bs-file-code:before{content:""}.fi-bs-file-csv:before{content:""}.fi-bs-file-download:before{content:""}.fi-bs-file-edit:before{content:""}.fi-bs-file-eps:before{content:""}.fi-bs-file-excel:before{content:""}.fi-bs-file-exclamation:before{content:""}.fi-bs-file-export:before{content:""}.fi-bs-file-image:before{content:""}.fi-bs-file-import:before{content:""}.fi-bs-file-invoice-dollar:before{content:""}.fi-bs-file-invoice:before{content:""}.fi-bs-file-medical-alt:before{content:""}.fi-bs-file-medical:before{content:""}.fi-bs-file-minus:before{content:""}.fi-bs-file-pdf:before{content:""}.fi-bs-file-powerpoint:before{content:""}.fi-bs-file-prescription:before{content:""}.fi-bs-file-psd:before{content:""}.fi-bs-file-signature:before{content:""}.fi-bs-file-spreadsheet:before{content:""}.fi-bs-file-upload:before{content:""}.fi-bs-file-user:before{content:""}.fi-bs-file-video:before{content:""}.fi-bs-file-word:before{content:""}.fi-bs-file-zipper:before{content:""}.fi-bs-file:before{content:""}.fi-bs-files-medical:before{content:""}.fi-bs-fill:before{content:""}.fi-bs-film-canister:before{content:""}.fi-bs-film-slash:before{content:""}.fi-bs-film:before{content:""}.fi-bs-films:before{content:""}.fi-bs-filter-list:before{content:""}.fi-bs-filter-slash:before{content:""}.fi-bs-filter:before{content:""}.fi-bs-filters:before{content:""}.fi-bs-fingerprint-security-risk:before{content:""}.fi-bs-fingerprint:before{content:""}.fi-bs-fire-burner:before{content:""}.fi-bs-fire-extinguisher:before{content:""}.fi-bs-fire-flame-curved:before{content:""}.fi-bs-fire-flame-simple:before{content:""}.fi-bs-fire-hydrant:before{content:""}.fi-bs-fire-smoke:before{content:""}.fi-bs-fireplace:before{content:""}.fi-bs-first-award:before{content:""}.fi-bs-first-laurel:before{content:""}.fi-bs-first-medal:before{content:""}.fi-bs-first:before{content:""}.fi-bs-fish-bones:before{content:""}.fi-bs-fish-cooked:before{content:""}.fi-bs-fish:before{content:""}.fi-bs-fishing-rod:before{content:""}.fi-bs-fist-move:before{content:""}.fi-bs-flag-alt:before{content:""}.fi-bs-flag-checkered:before{content:""}.fi-bs-flag-usa:before{content:""}.fi-bs-flag:before{content:""}.fi-bs-flame:before{content:""}.fi-bs-flashlight:before{content:""}.fi-bs-flask-gear:before{content:""}.fi-bs-flask-poison:before{content:""}.fi-bs-flask-potion:before{content:""}.fi-bs-flask:before{content:""}.fi-bs-flatbread-stuffed:before{content:""}.fi-bs-flatbread:before{content:""}.fi-bs-flip-horizontal:before{content:""}.fi-bs-floor-alt:before{content:""}.fi-bs-floor-layer:before{content:""}.fi-bs-floor:before{content:""}.fi-bs-floppy-disk-circle-arrow-right:before{content:""}.fi-bs-floppy-disk-circle-xmark:before{content:""}.fi-bs-floppy-disk-pen:before{content:""}.fi-bs-floppy-disks:before{content:""}.fi-bs-florin-sign:before{content:""}.fi-bs-flower-bouquet:before{content:""}.fi-bs-flower-butterfly:before{content:""}.fi-bs-flower-daffodil:before{content:""}.fi-bs-flower-tulip:before{content:""}.fi-bs-flower:before{content:""}.fi-bs-flushed:before{content:""}.fi-bs-flute:before{content:""}.fi-bs-flux-capacitor:before{content:""}.fi-bs-fly-insect:before{content:""}.fi-bs-flying-disc:before{content:""}.fi-bs-fog:before{content:""}.fi-bs-folder-download:before{content:""}.fi-bs-folder-fire:before{content:""}.fi-bs-folder-minus:before{content:""}.fi-bs-folder-open:before{content:""}.fi-bs-folder-times:before{content:""}.fi-bs-folder-tree:before{content:""}.fi-bs-folder-upload:before{content:""}.fi-bs-folder-xmark:before{content:""}.fi-bs-folder:before{content:""}.fi-bs-folders:before{content:""}.fi-bs-follow-folder:before{content:""}.fi-bs-followcollection:before{content:""}.fi-bs-following:before{content:""}.fi-bs-fondue-pot:before{content:""}.fi-bs-football:before{content:""}.fi-bs-foreign-language-audio:before{content:""}.fi-bs-fork:before{content:""}.fi-bs-forklift:before{content:""}.fi-bs-form:before{content:""}.fi-bs-fort:before{content:""}.fi-bs-forward-fast:before{content:""}.fi-bs-forward:before{content:""}.fi-bs-fox:before{content:""}.fi-bs-frame:before{content:""}.fi-bs-franc-sign:before{content:""}.fi-bs-free-delivery:before{content:""}.fi-bs-free:before{content:""}.fi-bs-french-fries:before{content:""}.fi-bs-friday:before{content:""}.fi-bs-frog:before{content:""}.fi-bs-frown:before{content:""}.fi-bs-ftp:before{content:""}.fi-bs-fuel-gauge:before{content:""}.fi-bs-function-process:before{content:""}.fi-bs-function-square:before{content:""}.fi-bs-function:before{content:""}.fi-bs-funnel-dollar:before{content:""}.fi-bs-g:before{content:""}.fi-bs-galaxy-alt:before{content:""}.fi-bs-galaxy-planet:before{content:""}.fi-bs-galaxy-star:before{content:""}.fi-bs-galaxy:before{content:""}.fi-bs-gallery-thumbnails:before{content:""}.fi-bs-gallery:before{content:""}.fi-bs-game-board-alt:before{content:""}.fi-bs-gamepad:before{content:""}.fi-bs-garage-car:before{content:""}.fi-bs-garage-open:before{content:""}.fi-bs-garage:before{content:""}.fi-bs-garlic-alt:before{content:""}.fi-bs-garlic:before{content:""}.fi-bs-gas-pump-alt:before{content:""}.fi-bs-gas-pump-slash:before{content:""}.fi-bs-gas-pump:before{content:""}.fi-bs-gauge-circle-bolt:before{content:""}.fi-bs-gauge-circle-minus:before{content:""}.fi-bs-gauge-circle-plus:before{content:""}.fi-bs-gavel:before{content:""}.fi-bs-gay-couple:before{content:""}.fi-bs-gears:before{content:""}.fi-bs-gem:before{content:""}.fi-bs-general:before{content:""}.fi-bs-ghost:before{content:""}.fi-bs-gif-square:before{content:""}.fi-bs-gif:before{content:""}.fi-bs-gift-box-benefits:before{content:""}.fi-bs-gift-card:before{content:""}.fi-bs-gift:before{content:""}.fi-bs-gifts:before{content:""}.fi-bs-gingerbread-man:before{content:""}.fi-bs-glass-champagne:before{content:""}.fi-bs-glass-cheers:before{content:""}.fi-bs-glass-citrus:before{content:""}.fi-bs-glass-empty:before{content:""}.fi-bs-glass-half:before{content:""}.fi-bs-glass-water-droplet:before{content:""}.fi-bs-glass-whiskey-rocks:before{content:""}.fi-bs-glass-whiskey:before{content:""}.fi-bs-glass:before{content:""}.fi-bs-glasses:before{content:""}.fi-bs-globe-alt:before{content:""}.fi-bs-globe-pointer:before{content:""}.fi-bs-globe-snow:before{content:""}.fi-bs-globe:before{content:""}.fi-bs-goal-net:before{content:""}.fi-bs-golf-ball:before{content:""}.fi-bs-golf-club:before{content:""}.fi-bs-golf-hole:before{content:""}.fi-bs-golf:before{content:""}.fi-bs-gopuram:before{content:""}.fi-bs-government-budget:before{content:""}.fi-bs-government-flag:before{content:""}.fi-bs-government-user:before{content:""}.fi-bs-gps-navigation:before{content:""}.fi-bs-graduation-cap:before{content:""}.fi-bs-gramophone:before{content:""}.fi-bs-grape:before{content:""}.fi-bs-graph-curve:before{content:""}.fi-bs-graphic-style:before{content:""}.fi-bs-graphic-tablet:before{content:""}.fi-bs-grate-droplet:before{content:""}.fi-bs-grate:before{content:""}.fi-bs-greater-than-equal:before{content:""}.fi-bs-greater-than:before{content:""}.fi-bs-greek-helmet:before{content:""}.fi-bs-grid-alt:before{content:""}.fi-bs-grid-dividers:before{content:""}.fi-bs-grid:before{content:""}.fi-bs-grill-hot-alt:before{content:""}.fi-bs-grill:before{content:""}.fi-bs-grimace:before{content:""}.fi-bs-grin-alt:before{content:""}.fi-bs-grin-beam-sweat:before{content:""}.fi-bs-grin-beam:before{content:""}.fi-bs-grin-hearts:before{content:""}.fi-bs-grin-squint-tears:before{content:""}.fi-bs-grin-squint:before{content:""}.fi-bs-grin-stars:before{content:""}.fi-bs-grin-tears:before{content:""}.fi-bs-grin-tongue-squint:before{content:""}.fi-bs-grin-tongue-wink:before{content:""}.fi-bs-grin-tongue:before{content:""}.fi-bs-grin-wink:before{content:""}.fi-bs-grin:before{content:""}.fi-bs-grip-dots-vertical:before{content:""}.fi-bs-grip-dots:before{content:""}.fi-bs-grip-horizontal:before{content:""}.fi-bs-grip-lines-vertical:before{content:""}.fi-bs-grip-lines:before{content:""}.fi-bs-grip-vertical:before{content:""}.fi-bs-grocery-bag:before{content:""}.fi-bs-grocery-basket:before{content:""}.fi-bs-group-arrows-rotate:before{content:""}.fi-bs-group-call:before{content:""}.fi-bs-group-community-social-media:before{content:""}.fi-bs-growth-chart-invest:before{content:""}.fi-bs-guarani-sign:before{content:""}.fi-bs-guide-alt:before{content:""}.fi-bs-guide:before{content:""}.fi-bs-guitar-electric:before{content:""}.fi-bs-guitar:before{content:""}.fi-bs-guitars:before{content:""}.fi-bs-gun-squirt:before{content:""}.fi-bs-gym:before{content:""}.fi-bs-h-square:before{content:""}.fi-bs-h:before{content:""}.fi-bs-h1:before{content:""}.fi-bs-h2:before{content:""}.fi-bs-h3:before{content:""}.fi-bs-h4:before{content:""}.fi-bs-hair-clipper:before{content:""}.fi-bs-hamburger-soda:before{content:""}.fi-bs-hamburger:before{content:""}.fi-bs-hammer-crash:before{content:""}.fi-bs-hammer-war:before{content:""}.fi-bs-hammer:before{content:""}.fi-bs-hamsa:before{content:""}.fi-bs-hand-back-fist:before{content:""}.fi-bs-hand-back-point-down:before{content:""}.fi-bs-hand-back-point-left:before{content:""}.fi-bs-hand-back-point-ribbon:before{content:""}.fi-bs-hand-back-point-right:before{content:""}.fi-bs-hand-bill:before{content:""}.fi-bs-hand-dots:before{content:""}.fi-bs-hand-fingers-crossed:before{content:""}.fi-bs-hand-fist:before{content:""}.fi-bs-hand-heart:before{content:""}.fi-bs-hand-holding-box:before{content:""}.fi-bs-hand-holding-droplet:before{content:""}.fi-bs-hand-holding-heart:before{content:""}.fi-bs-hand-holding-magic:before{content:""}.fi-bs-hand-holding-medical:before{content:""}.fi-bs-hand-holding-seedling:before{content:""}.fi-bs-hand-holding-skull:before{content:""}.fi-bs-hand-holding-usd:before{content:""}.fi-bs-hand-holding-water:before{content:""}.fi-bs-hand-horns:before{content:""}.fi-bs-hand-lizard:before{content:""}.fi-bs-hand-love:before{content:""}.fi-bs-hand-middle-finger:before{content:""}.fi-bs-hand-paper:before{content:""}.fi-bs-hand-peace:before{content:""}.fi-bs-hand-point-ribbon:before{content:""}.fi-bs-hand-scissors:before{content:""}.fi-bs-hand-sparkles:before{content:""}.fi-bs-hand-spock:before{content:""}.fi-bs-hand-wave:before{content:""}.fi-bs-hand:before{content:""}.fi-bs-handmade:before{content:""}.fi-bs-hands-bubbles:before{content:""}.fi-bs-hands-clapping:before{content:""}.fi-bs-hands-heart:before{content:""}.fi-bs-hands-holding-diamond:before{content:""}.fi-bs-hands-holding:before{content:""}.fi-bs-hands-usd:before{content:""}.fi-bs-handshake-angle:before{content:""}.fi-bs-handshake-deal-loan:before{content:""}.fi-bs-handshake-house:before{content:""}.fi-bs-handshake-simple-slash:before{content:""}.fi-bs-handshake-trust:before{content:""}.fi-bs-handshake:before{content:""}.fi-bs-happy:before{content:""}.fi-bs-hard-hat:before{content:""}.fi-bs-hashtag-lock:before{content:""}.fi-bs-hastag:before{content:""}.fi-bs-hat-beach:before{content:""}.fi-bs-hat-birthday:before{content:""}.fi-bs-hat-chef:before{content:""}.fi-bs-hat-cowboy-side:before{content:""}.fi-bs-hat-cowboy:before{content:""}.fi-bs-hat-santa:before{content:""}.fi-bs-hat-winter:before{content:""}.fi-bs-hat-witch:before{content:""}.fi-bs-hat-wizard:before{content:""}.fi-bs-hdd:before{content:""}.fi-bs-head-side-brain:before{content:""}.fi-bs-head-side-cough-slash:before{content:""}.fi-bs-head-side-cough:before{content:""}.fi-bs-head-side-headphones:before{content:""}.fi-bs-head-side-heart:before{content:""}.fi-bs-head-side-mask:before{content:""}.fi-bs-head-side-medical:before{content:""}.fi-bs-head-side-thinking:before{content:""}.fi-bs-head-side-virus:before{content:""}.fi-bs-head-side:before{content:""}.fi-bs-head-vr:before{content:""}.fi-bs-heading:before{content:""}.fi-bs-headphones:before{content:""}.fi-bs-headset:before{content:""}.fi-bs-heart-arrow:before{content:""}.fi-bs-heart-brain:before{content:""}.fi-bs-heart-crack:before{content:""}.fi-bs-heart-half-stroke:before{content:""}.fi-bs-heart-half:before{content:""}.fi-bs-heart-health-muscle:before{content:""}.fi-bs-heart-lock:before{content:""}.fi-bs-heart-partner-handshake:before{content:""}.fi-bs-heart-rate:before{content:""}.fi-bs-heart-slash:before{content:""}.fi-bs-heart-upside-down:before{content:""}.fi-bs-heart:before{content:""}.fi-bs-heat:before{content:""}.fi-bs-helicopter-side:before{content:""}.fi-bs-helmet-battle:before{content:""}.fi-bs-hexagon-check:before{content:""}.fi-bs-hexagon-divide:before{content:""}.fi-bs-hexagon-exclamation:before{content:""}.fi-bs-hexagon:before{content:""}.fi-bs-high-definition:before{content:""}.fi-bs-high-five-celebration-yes:before{content:""}.fi-bs-high-five:before{content:""}.fi-bs-highlighter-line:before{content:""}.fi-bs-highlighter:before{content:""}.fi-bs-hiking:before{content:""}.fi-bs-hippo:before{content:""}.fi-bs-hockey-mask:before{content:""}.fi-bs-hockey-puck:before{content:""}.fi-bs-hockey-stick-puck:before{content:""}.fi-bs-hockey-sticks:before{content:""}.fi-bs-holding-hand-gear:before{content:""}.fi-bs-holding-hand-revenue:before{content:""}.fi-bs-holly-berry:before{content:""}.fi-bs-home-heart:before{content:""}.fi-bs-home-location-alt:before{content:""}.fi-bs-home-location:before{content:""}.fi-bs-home:before{content:""}.fi-bs-honey-pot:before{content:""}.fi-bs-hood-cloak:before{content:""}.fi-bs-horizontal-rule:before{content:""}.fi-bs-horse-head:before{content:""}.fi-bs-horse-saddle:before{content:""}.fi-bs-horse:before{content:""}.fi-bs-horseshoe-broken:before{content:""}.fi-bs-horseshoe:before{content:""}.fi-bs-hose-reel:before{content:""}.fi-bs-hose:before{content:""}.fi-bs-hospital-symbol:before{content:""}.fi-bs-hospital-user:before{content:""}.fi-bs-hospital:before{content:""}.fi-bs-hospitals:before{content:""}.fi-bs-hot-tub:before{content:""}.fi-bs-hotdog:before{content:""}.fi-bs-hotel:before{content:""}.fi-bs-hourglass-end:before{content:""}.fi-bs-hourglass-start:before{content:""}.fi-bs-hourglass:before{content:""}.fi-bs-house-blank:before{content:""}.fi-bs-house-building:before{content:""}.fi-bs-house-chimney-blank:before{content:""}.fi-bs-house-chimney-crack:before{content:""}.fi-bs-house-chimney-heart:before{content:""}.fi-bs-house-chimney-medical:before{content:""}.fi-bs-house-chimney-user:before{content:""}.fi-bs-house-chimney-window:before{content:""}.fi-bs-house-chimney:before{content:""}.fi-bs-house-circle-check:before{content:""}.fi-bs-house-circle-exclamation:before{content:""}.fi-bs-house-circle-xmark:before{content:""}.fi-bs-house-crack-alt:before{content:""}.fi-bs-house-crack:before{content:""}.fi-bs-house-day:before{content:""}.fi-bs-house-fire:before{content:""}.fi-bs-house-flag:before{content:""}.fi-bs-house-flood:before{content:""}.fi-bs-house-laptop:before{content:""}.fi-bs-house-leave:before{content:""}.fi-bs-house-lock:before{content:""}.fi-bs-house-medical:before{content:""}.fi-bs-house-night:before{content:""}.fi-bs-house-return:before{content:""}.fi-bs-house-signal:before{content:""}.fi-bs-house-tree:before{content:""}.fi-bs-house-tsunami:before{content:""}.fi-bs-house-turret:before{content:""}.fi-bs-house-user:before{content:""}.fi-bs-house-window:before{content:""}.fi-bs-hr-group:before{content:""}.fi-bs-hr-person:before{content:""}.fi-bs-hr:before{content:""}.fi-bs-hryvnia:before{content:""}.fi-bs-humidity:before{content:""}.fi-bs-hundred-points:before{content:""}.fi-bs-hurricane:before{content:""}.fi-bs-i:before{content:""}.fi-bs-ice-cream:before{content:""}.fi-bs-ice-skate:before{content:""}.fi-bs-icicles:before{content:""}.fi-bs-icon-star:before{content:""}.fi-bs-id-badge:before{content:""}.fi-bs-id-card-clip-alt:before{content:""}.fi-bs-igloo:before{content:""}.fi-bs-image-slash:before{content:""}.fi-bs-images-user:before{content:""}.fi-bs-images:before{content:""}.fi-bs-improve-user:before{content:""}.fi-bs-inbox-full:before{content:""}.fi-bs-inbox-in:before{content:""}.fi-bs-inbox-out:before{content:""}.fi-bs-inbox:before{content:""}.fi-bs-inboxes:before{content:""}.fi-bs-incense-sticks-yoga:before{content:""}.fi-bs-incognito:before{content:""}.fi-bs-indent:before{content:""}.fi-bs-indian-rupee-sign:before{content:""}.fi-bs-industry-alt:before{content:""}.fi-bs-industry-windows:before{content:""}.fi-bs-infinity:before{content:""}.fi-bs-info-guide:before{content:""}.fi-bs-info:before{content:""}.fi-bs-information:before{content:""}.fi-bs-inhaler:before{content:""}.fi-bs-input-numeric:before{content:""}.fi-bs-input-pipe:before{content:""}.fi-bs-input-text:before{content:""}.fi-bs-insert-alt:before{content:""}.fi-bs-insert-arrows:before{content:""}.fi-bs-insert-button-circle:before{content:""}.fi-bs-insert-credit-card:before{content:""}.fi-bs-insert-square:before{content:""}.fi-bs-insert:before{content:""}.fi-bs-insight-alt:before{content:""}.fi-bs-insight-head:before{content:""}.fi-bs-insight:before{content:""}.fi-bs-integral:before{content:""}.fi-bs-interactive:before{content:""}.fi-bs-interlining:before{content:""}.fi-bs-internet-speed-wifi:before{content:""}.fi-bs-interrogation:before{content:""}.fi-bs-intersection:before{content:""}.fi-bs-introduction-handshake:before{content:""}.fi-bs-introduction:before{content:""}.fi-bs-inventory-alt:before{content:""}.fi-bs-invest:before{content:""}.fi-bs-investment:before{content:""}.fi-bs-invite-alt:before{content:""}.fi-bs-invite:before{content:""}.fi-bs-iot-alt:before{content:""}.fi-bs-iot:before{content:""}.fi-bs-ip-address:before{content:""}.fi-bs-island-tropical:before{content:""}.fi-bs-issue-loupe:before{content:""}.fi-bs-it-alt:before{content:""}.fi-bs-it-computer:before{content:""}.fi-bs-it:before{content:""}.fi-bs-italian-lira-sign:before{content:""}.fi-bs-italic:before{content:""}.fi-bs-j:before{content:""}.fi-bs-jam:before{content:""}.fi-bs-jar-alt:before{content:""}.fi-bs-jar-wheat:before{content:""}.fi-bs-javascript:before{content:""}.fi-bs-joint:before{content:""}.fi-bs-joker:before{content:""}.fi-bs-journal-alt:before{content:""}.fi-bs-journal:before{content:""}.fi-bs-journey:before{content:""}.fi-bs-joystick:before{content:""}.fi-bs-jpg:before{content:""}.fi-bs-jug-alt:before{content:""}.fi-bs-jug-bottle:before{content:""}.fi-bs-jug:before{content:""}.fi-bs-jumping-rope:before{content:""}.fi-bs-k:before{content:""}.fi-bs-kaaba:before{content:""}.fi-bs-kazoo:before{content:""}.fi-bs-kerning:before{content:""}.fi-bs-key-lock-crypto:before{content:""}.fi-bs-key-skeleton-left-right:before{content:""}.fi-bs-key:before{content:""}.fi-bs-keyboard-brightness-low:before{content:""}.fi-bs-keyboard-brightness:before{content:""}.fi-bs-keyboard-down:before{content:""}.fi-bs-keyboard-left:before{content:""}.fi-bs-keyboard:before{content:""}.fi-bs-keynote:before{content:""}.fi-bs-kidneys:before{content:""}.fi-bs-kip-sign:before{content:""}.fi-bs-kiss-beam:before{content:""}.fi-bs-kiss-wink-heart:before{content:""}.fi-bs-kiss:before{content:""}.fi-bs-kite:before{content:""}.fi-bs-kiwi-bird:before{content:""}.fi-bs-kiwi-fruit:before{content:""}.fi-bs-knife-kitchen:before{content:""}.fi-bs-knife:before{content:""}.fi-bs-knitting:before{content:""}.fi-bs-kpi-evaluation:before{content:""}.fi-bs-kpi:before{content:""}.fi-bs-l:before{content:""}.fi-bs-label:before{content:""}.fi-bs-lacrosse-stick-ball:before{content:""}.fi-bs-lacrosse-stick:before{content:""}.fi-bs-lambda:before{content:""}.fi-bs-lamp-desk:before{content:""}.fi-bs-lamp-floor:before{content:""}.fi-bs-lamp-street:before{content:""}.fi-bs-lamp:before{content:""}.fi-bs-land-layer-location:before{content:""}.fi-bs-land-layers:before{content:""}.fi-bs-land-location:before{content:""}.fi-bs-landmark-alt:before{content:""}.fi-bs-language:before{content:""}.fi-bs-laptop-arrow-down:before{content:""}.fi-bs-laptop-binary:before{content:""}.fi-bs-laptop-code:before{content:""}.fi-bs-laptop-medical:before{content:""}.fi-bs-laptop-mobile:before{content:""}.fi-bs-laptop-slash:before{content:""}.fi-bs-laptop:before{content:""}.fi-bs-lari-sign:before{content:""}.fi-bs-lasso-sparkles:before{content:""}.fi-bs-lasso:before{content:""}.fi-bs-last-square:before{content:""}.fi-bs-laugh-beam:before{content:""}.fi-bs-laugh-squint:before{content:""}.fi-bs-laugh-wink:before{content:""}.fi-bs-laugh:before{content:""}.fi-bs-lawyer-man:before{content:""}.fi-bs-lawyer-woman:before{content:""}.fi-bs-layer-minus:before{content:""}.fi-bs-layer-plus:before{content:""}.fi-bs-layers:before{content:""}.fi-bs-layout-fluid:before{content:""}.fi-bs-lead-funnel:before{content:""}.fi-bs-lead-management:before{content:""}.fi-bs-lead:before{content:""}.fi-bs-leader-alt:before{content:""}.fi-bs-leader-speech:before{content:""}.fi-bs-leader:before{content:""}.fi-bs-leaderboard-alt:before{content:""}.fi-bs-leaderboard-trophy:before{content:""}.fi-bs-leaderboard:before{content:""}.fi-bs-leadership-alt:before{content:""}.fi-bs-leadership:before{content:""}.fi-bs-leaf-heart:before{content:""}.fi-bs-leaf-maple:before{content:""}.fi-bs-leaf-oak:before{content:""}.fi-bs-leaf:before{content:""}.fi-bs-leafy-green:before{content:""}.fi-bs-leave:before{content:""}.fi-bs-left-from-bracket:before{content:""}.fi-bs-left:before{content:""}.fi-bs-legal:before{content:""}.fi-bs-lemon:before{content:""}.fi-bs-lesbian-couple:before{content:""}.fi-bs-less-than-equal:before{content:""}.fi-bs-less-than:before{content:""}.fi-bs-lesson-class:before{content:""}.fi-bs-lesson:before{content:""}.fi-bs-letter-case:before{content:""}.fi-bs-lettuce:before{content:""}.fi-bs-level-down-alt:before{content:""}.fi-bs-level-down:before{content:""}.fi-bs-level-up-alt:before{content:""}.fi-bs-level-up:before{content:""}.fi-bs-license:before{content:""}.fi-bs-life-ring:before{content:""}.fi-bs-life:before{content:""}.fi-bs-light-ceiling:before{content:""}.fi-bs-light-emergency-on:before{content:""}.fi-bs-light-emergency:before{content:""}.fi-bs-light-switch-off:before{content:""}.fi-bs-light-switch-on:before{content:""}.fi-bs-light-switch:before{content:""}.fi-bs-lightbulb-cfl-on:before{content:""}.fi-bs-lightbulb-cfl:before{content:""}.fi-bs-lightbulb-dollar:before{content:""}.fi-bs-lightbulb-exclamation:before{content:""}.fi-bs-lightbulb-head:before{content:""}.fi-bs-lightbulb-on:before{content:""}.fi-bs-lightbulb-question:before{content:""}.fi-bs-lightbulb-setting:before{content:""}.fi-bs-lightbulb-slash:before{content:""}.fi-bs-lighthouse:before{content:""}.fi-bs-lights-holiday:before{content:""}.fi-bs-limit-hand:before{content:""}.fi-bs-limit-speedometer:before{content:""}.fi-bs-line-width:before{content:""}.fi-bs-link-alt:before{content:""}.fi-bs-link-horizontal-slash:before{content:""}.fi-bs-link-horizontal:before{content:""}.fi-bs-link-slash-alt:before{content:""}.fi-bs-link-slash:before{content:""}.fi-bs-link:before{content:""}.fi-bs-lion-head:before{content:""}.fi-bs-lion:before{content:""}.fi-bs-lips:before{content:""}.fi-bs-lipstick:before{content:""}.fi-bs-lira-sign:before{content:""}.fi-bs-list-check:before{content:""}.fi-bs-list-dropdown:before{content:""}.fi-bs-list-music:before{content:""}.fi-bs-list-timeline:before{content:""}.fi-bs-list:before{content:""}.fi-bs-litecoin-sign:before{content:""}.fi-bs-live-alt:before{content:""}.fi-bs-live:before{content:""}.fi-bs-loading:before{content:""}.fi-bs-loan:before{content:""}.fi-bs-lobster:before{content:""}.fi-bs-location-alt:before{content:""}.fi-bs-location-arrow:before{content:""}.fi-bs-location-crosshairs-slash:before{content:""}.fi-bs-location-crosshairs:before{content:""}.fi-bs-location-dot-slash:before{content:""}.fi-bs-location-exclamation:before{content:""}.fi-bs-location-pin-call:before{content:""}.fi-bs-lock-alt:before{content:""}.fi-bs-lock-hashtag:before{content:""}.fi-bs-lock-open-alt:before{content:""}.fi-bs-lock:before{content:""}.fi-bs-locust:before{content:""}.fi-bs-loop-square:before{content:""}.fi-bs-loveseat:before{content:""}.fi-bs-low-vision:before{content:""}.fi-bs-luchador:before{content:""}.fi-bs-luggage-cart:before{content:""}.fi-bs-luggage-rolling:before{content:""}.fi-bs-lungs-virus:before{content:""}.fi-bs-lungs:before{content:""}.fi-bs-m:before{content:""}.fi-bs-mace:before{content:""}.fi-bs-magic-wand:before{content:""}.fi-bs-magnet-user:before{content:""}.fi-bs-magnet:before{content:""}.fi-bs-mailbox-envelope:before{content:""}.fi-bs-mailbox-flag-up:before{content:""}.fi-bs-mailbox:before{content:""}.fi-bs-makeup-brush:before{content:""}.fi-bs-man-head:before{content:""}.fi-bs-man-scientist:before{content:""}.fi-bs-manat-sign:before{content:""}.fi-bs-mandolin:before{content:""}.fi-bs-mango:before{content:""}.fi-bs-manhole:before{content:""}.fi-bs-map-location-track:before{content:""}.fi-bs-map-marker-check:before{content:""}.fi-bs-map-marker-cross:before{content:""}.fi-bs-map-marker-edit:before{content:""}.fi-bs-map-marker-home:before{content:""}.fi-bs-map-marker-minus:before{content:""}.fi-bs-map-marker-plus:before{content:""}.fi-bs-map-marker-question:before{content:""}.fi-bs-map-marker-slash:before{content:""}.fi-bs-map-marker-smile:before{content:""}.fi-bs-map-marker:before{content:""}.fi-bs-map-pin:before{content:""}.fi-bs-map-point:before{content:""}.fi-bs-map:before{content:""}.fi-bs-marker-time:before{content:"豈"}.fi-bs-marker:before{content:"更"}.fi-bs-marketplace-alt:before{content:"車"}.fi-bs-marketplace-store:before{content:"賈"}.fi-bs-marketplace:before{content:"滑"}.fi-bs-mars-double:before{content:"串"}.fi-bs-mars-stroke-right:before{content:"句"}.fi-bs-mars-stroke-up:before{content:"龜"}.fi-bs-mars:before{content:"龜"}.fi-bs-martini-glass-citrus:before{content:"契"}.fi-bs-martini-glass-empty:before{content:"金"}.fi-bs-mask-carnival:before{content:"喇"}.fi-bs-mask-face:before{content:"奈"}.fi-bs-mask-snorkel:before{content:"懶"}.fi-bs-massage:before{content:"癩"}.fi-bs-match-fire:before{content:"羅"}.fi-bs-mattress-pillow:before{content:"蘿"}.fi-bs-measuring-tape:before{content:"螺"}.fi-bs-meat:before{content:"裸"}.fi-bs-medal:before{content:"邏"}.fi-bs-medical-star:before{content:"樂"}.fi-bs-medicine:before{content:"洛"}.fi-bs-meditation:before{content:"烙"}.fi-bs-meeting-alt:before{content:"珞"}.fi-bs-meeting:before{content:"落"}.fi-bs-megaphone-announcement-leader:before{content:"酪"}.fi-bs-megaphone:before{content:"駱"}.fi-bs-meh-blank:before{content:"亂"}.fi-bs-meh-rolling-eyes:before{content:"卵"}.fi-bs-meh:before{content:"欄"}.fi-bs-melon-alt:before{content:"爛"}.fi-bs-melon:before{content:"蘭"}.fi-bs-member-list:before{content:"鸞"}.fi-bs-member-search:before{content:"嵐"}.fi-bs-membership-vip:before{content:"濫"}.fi-bs-membership:before{content:"藍"}.fi-bs-memo-circle-check:before{content:"襤"}.fi-bs-memo-pad:before{content:"拉"}.fi-bs-memo:before{content:"臘"}.fi-bs-memory:before{content:"蠟"}.fi-bs-menu-burger:before{content:"廊"}.fi-bs-menu-dots-vertical:before{content:"朗"}.fi-bs-menu-dots:before{content:"浪"}.fi-bs-mercury:before{content:"狼"}.fi-bs-message-arrow-down:before{content:"郎"}.fi-bs-message-arrow-up-right:before{content:"來"}.fi-bs-message-arrow-up:before{content:"冷"}.fi-bs-message-bot:before{content:"勞"}.fi-bs-message-code:before{content:"擄"}.fi-bs-message-dollar:before{content:"櫓"}.fi-bs-message-heart:before{content:"爐"}.fi-bs-message-image:before{content:"盧"}.fi-bs-message-question:before{content:"老"}.fi-bs-message-quote:before{content:"蘆"}.fi-bs-message-slash:before{content:"虜"}.fi-bs-message-sms:before{content:"路"}.fi-bs-message-text:before{content:"露"}.fi-bs-message-xmark:before{content:"魯"}.fi-bs-messages-dollar:before{content:"鷺"}.fi-bs-messages-question:before{content:"碌"}.fi-bs-messages:before{content:"祿"}.fi-bs-meteor:before{content:"綠"}.fi-bs-meter-bolt:before{content:"菉"}.fi-bs-meter-droplet:before{content:"錄"}.fi-bs-meter-fire:before{content:"鹿"}.fi-bs-meter:before{content:"論"}.fi-bs-method:before{content:"壟"}.fi-bs-microchip-ai:before{content:"弄"}.fi-bs-microchip:before{content:"籠"}.fi-bs-microphone-alt:before{content:"聾"}.fi-bs-microphone-slash:before{content:"牢"}.fi-bs-microphone:before{content:"磊"}.fi-bs-microscope:before{content:"賂"}.fi-bs-microwave:before{content:"雷"}.fi-bs-milk-alt:before{content:"壘"}.fi-bs-milk:before{content:"屢"}.fi-bs-mill-sign:before{content:"樓"}.fi-bs-mind-share:before{content:"淚"}.fi-bs-minus-circle:before{content:"漏"}.fi-bs-minus-hexagon:before{content:"累"}.fi-bs-minus-small:before{content:"縷"}.fi-bs-minus:before{content:"陋"}.fi-bs-mistletoe:before{content:"勒"}.fi-bs-mix:before{content:"肋"}.fi-bs-mobile-button:before{content:"凜"}.fi-bs-mobile-notch:before{content:"凌"}.fi-bs-mobile:before{content:"稜"}.fi-bs-mockup:before{content:"綾"}.fi-bs-mode-alt:before{content:"菱"}.fi-bs-mode-landscape:before{content:"陵"}.fi-bs-mode-portrait:before{content:"讀"}.fi-bs-mode:before{content:"拏"}.fi-bs-model-cube-arrows:before{content:"樂"}.fi-bs-model-cube-space:before{content:"諾"}.fi-bs-model-cube:before{content:"丹"}.fi-bs-module:before{content:"寧"}.fi-bs-monday:before{content:"怒"}.fi-bs-money-bill-simple:before{content:"率"}.fi-bs-money-bill-transfer:before{content:"異"}.fi-bs-money-bill-wave-alt:before{content:"北"}.fi-bs-money-bill-wave:before{content:"磻"}.fi-bs-money-bills-simple:before{content:"便"}.fi-bs-money-bills:before{content:"復"}.fi-bs-money-check-edit-alt:before{content:"不"}.fi-bs-money-check-edit:before{content:"泌"}.fi-bs-money-check:before{content:"數"}.fi-bs-money-coin-transfer:before{content:"索"}.fi-bs-money-from-bracket:before{content:"參"}.fi-bs-money-simple-from-bracket:before{content:"塞"}.fi-bs-money-transfer-alt:before{content:"省"}.fi-bs-money-transfer-coin-arrow:before{content:"葉"}.fi-bs-money-transfer-smartphone:before{content:"說"}.fi-bs-money-wings:before{content:"殺"}.fi-bs-money:before{content:"辰"}.fi-bs-monkey:before{content:"沈"}.fi-bs-monument:before{content:"拾"}.fi-bs-moon-stars:before{content:"若"}.fi-bs-moon:before{content:"掠"}.fi-bs-moped:before{content:"略"}.fi-bs-mortar-pestle:before{content:"亮"}.fi-bs-mortgage:before{content:"兩"}.fi-bs-mosque-alt:before{content:"凉"}.fi-bs-mosque-moon:before{content:"梁"}.fi-bs-mosque:before{content:"糧"}.fi-bs-mosquito-net:before{content:"良"}.fi-bs-mosquito:before{content:"諒"}.fi-bs-motorcycle:before{content:"量"}.fi-bs-mound:before{content:"勵"}.fi-bs-mountain-city:before{content:"呂"}.fi-bs-mountain:before{content:"女"}.fi-bs-mountains:before{content:"廬"}.fi-bs-mouse-field:before{content:"旅"}.fi-bs-mouse:before{content:"濾"}.fi-bs-mov-file:before{content:"礪"}.fi-bs-move-to-folder-2:before{content:"閭"}.fi-bs-move-to-folder:before{content:"驪"}.fi-bs-mp3-file:before{content:"麗"}.fi-bs-mp3-player:before{content:"黎"}.fi-bs-mp4-file:before{content:"力"}.fi-bs-mug-alt:before{content:"曆"}.fi-bs-mug-hot-alt:before{content:"歷"}.fi-bs-mug-hot:before{content:"轢"}.fi-bs-mug-marshmallows:before{content:"年"}.fi-bs-mug-tea-saucer:before{content:"憐"}.fi-bs-mug-tea:before{content:"戀"}.fi-bs-mug:before{content:"撚"}.fi-bs-multiple-alt:before{content:"漣"}.fi-bs-multiple:before{content:"煉"}.fi-bs-muscle:before{content:"璉"}.fi-bs-mushroom-alt:before{content:"秊"}.fi-bs-mushroom:before{content:"練"}.fi-bs-music-alt:before{content:"聯"}.fi-bs-music-file:before{content:"輦"}.fi-bs-music-note-slash:before{content:"蓮"}.fi-bs-music-note:before{content:"連"}.fi-bs-music-slash:before{content:"鍊"}.fi-bs-music:before{content:"列"}.fi-bs-n:before{content:"劣"}.fi-bs-naira-sign:before{content:"咽"}.fi-bs-narwhal:before{content:"烈"}.fi-bs-navigation:before{content:"裂"}.fi-bs-nesting-dolls:before{content:"說"}.fi-bs-network-analytic:before{content:"廉"}.fi-bs-network-cloud:before{content:"念"}.fi-bs-network:before{content:"捻"}.fi-bs-neuter:before{content:"殮"}.fi-bs-newsletter-subscribe:before{content:"簾"}.fi-bs-newspaper-open:before{content:"獵"}.fi-bs-newspaper:before{content:"令"}.fi-bs-nfc-lock:before{content:"囹"}.fi-bs-nfc-magnifying-glass:before{content:"寧"}.fi-bs-nfc-pen:before{content:"嶺"}.fi-bs-nfc-slash:before{content:"怜"}.fi-bs-nfc-trash:before{content:"玲"}.fi-bs-nfc:before{content:"瑩"}.fi-bs-night-day:before{content:"羚"}.fi-bs-no-fee:before{content:"聆"}.fi-bs-no-people:before{content:"鈴"}.fi-bs-noodles:before{content:"零"}.fi-bs-nose:before{content:"靈"}.fi-bs-not-equal:before{content:"領"}.fi-bs-not-found-alt:before{content:"例"}.fi-bs-not-found-magnifying-glass:before{content:"禮"}.fi-bs-not-found:before{content:"醴"}.fi-bs-notdef:before{content:"隸"}.fi-bs-note-medical:before{content:"惡"}.fi-bs-note-sticky:before{content:"了"}.fi-bs-note:before{content:"僚"}.fi-bs-notebook-alt:before{content:"寮"}.fi-bs-notebook:before{content:"尿"}.fi-bs-notes-medical:before{content:"料"}.fi-bs-notes:before{content:"樂"}.fi-bs-o:before{content:"燎"}.fi-bs-object-exclude:before{content:"療"}.fi-bs-object-group:before{content:"蓼"}.fi-bs-object-intersect:before{content:"遼"}.fi-bs-object-subtract:before{content:"龍"}.fi-bs-object-ungroup:before{content:"暈"}.fi-bs-object-union:before{content:"阮"}.fi-bs-objects-column:before{content:"劉"}.fi-bs-octagon-check:before{content:"杻"}.fi-bs-octagon-divide:before{content:"柳"}.fi-bs-octagon-exclamation:before{content:"流"}.fi-bs-octagon-minus:before{content:"溜"}.fi-bs-octagon-plus:before{content:"琉"}.fi-bs-octagon-xmark:before{content:"留"}.fi-bs-octagon:before{content:"硫"}.fi-bs-oil-can:before{content:"紐"}.fi-bs-oil-temp:before{content:"類"}.fi-bs-olive-oil:before{content:"六"}.fi-bs-olive:before{content:"戮"}.fi-bs-olives:before{content:"陸"}.fi-bs-om:before{content:"倫"}.fi-bs-omega:before{content:"崙"}.fi-bs-onboarding:before{content:"淪"}.fi-bs-onion:before{content:"輪"}.fi-bs-opacity:before{content:"律"}.fi-bs-open-mail-clip:before{content:"慄"}.fi-bs-operating-system-upgrade:before{content:"栗"}.fi-bs-operation:before{content:"率"}.fi-bs-order-history:before{content:"隆"}.fi-bs-organization-chart:before{content:"利"}.fi-bs-ornament:before{content:"吏"}.fi-bs-otp:before{content:"履"}.fi-bs-otter:before{content:"易"}.fi-bs-outdent:before{content:"李"}.fi-bs-oval-alt:before{content:"梨"}.fi-bs-oval:before{content:"泥"}.fi-bs-oven:before{content:"理"}.fi-bs-overline:before{content:"痢"}.fi-bs-overview:before{content:"罹"}.fi-bs-p:before{content:"裏"}.fi-bs-package:before{content:"裡"}.fi-bs-padlock-check:before{content:"里"}.fi-bs-page-break:before{content:"離"}.fi-bs-pager:before{content:"匿"}.fi-bs-paid:before{content:"溺"}.fi-bs-paint-brush:before{content:"吝"}.fi-bs-paint-roller:before{content:"燐"}.fi-bs-paintbrush-pencil:before{content:"璘"}.fi-bs-palette:before{content:"藺"}.fi-bs-pallet-alt:before{content:"隣"}.fi-bs-pallet:before{content:"鱗"}.fi-bs-pan-food:before{content:"麟"}.fi-bs-pan-frying:before{content:"林"}.fi-bs-pan:before{content:"淋"}.fi-bs-pancakes:before{content:"臨"}.fi-bs-panorama:before{content:"立"}.fi-bs-paper-plane-launch:before{content:"笠"}.fi-bs-paper-plane-top:before{content:"粒"}.fi-bs-paper-plane:before{content:"狀"}.fi-bs-paperclip-vertical:before{content:"炙"}.fi-bs-parachute-box:before{content:"識"}.fi-bs-paragraph-left:before{content:"什"}.fi-bs-paragraph:before{content:"茶"}.fi-bs-parking-circle-slash:before{content:"刺"}.fi-bs-parking-circle:before{content:"切"}.fi-bs-parking-slash:before{content:"度"}.fi-bs-parking:before{content:"拓"}.fi-bs-party-bell:before{content:"糖"}.fi-bs-party-horn:before{content:"宅"}.fi-bs-passport:before{content:"洞"}.fi-bs-password-alt:before{content:"暴"}.fi-bs-password-computer:before{content:"輻"}.fi-bs-password-email:before{content:"行"}.fi-bs-password-smartphone:before{content:"降"}.fi-bs-password:before{content:"見"}.fi-bs-paste:before{content:"廓"}.fi-bs-pattern:before{content:"兀"}.fi-bs-pause-circle:before{content:"嗀"}.fi-bs-pause-square:before{content:"﨎"}.fi-bs-pause:before{content:"﨏"}.fi-bs-paw-claws:before{content:"塚"}.fi-bs-paw-heart:before{content:"﨑"}.fi-bs-paw:before{content:"晴"}.fi-bs-payment-pos:before{content:"﨓"}.fi-bs-payroll-calendar:before{content:"﨔"}.fi-bs-payroll-check:before{content:"凞"}.fi-bs-payroll:before{content:"猪"}.fi-bs-peace:before{content:"益"}.fi-bs-peach:before{content:"礼"}.fi-bs-peanut:before{content:"神"}.fi-bs-peanuts:before{content:"祥"}.fi-bs-peapod:before{content:"福"}.fi-bs-pear:before{content:"靖"}.fi-bs-pedestal:before{content:"精"}.fi-bs-pen-circle:before{content:"羽"}.fi-bs-pen-clip-slash:before{content:"﨟"}.fi-bs-pen-clip:before{content:"蘒"}.fi-bs-pen-fancy-slash:before{content:"﨡"}.fi-bs-pen-fancy:before{content:"諸"}.fi-bs-pen-field:before{content:"﨣"}.fi-bs-pen-nib-slash:before{content:"﨤"}.fi-bs-pen-nib:before{content:"逸"}.fi-bs-pen-slash:before{content:"都"}.fi-bs-pen-square:before{content:"﨧"}.fi-bs-pen-swirl:before{content:"﨨"}.fi-bs-pencil-paintbrush:before{content:"﨩"}.fi-bs-pencil-ruler:before{content:"飯"}.fi-bs-pencil-slash:before{content:"飼"}.fi-bs-pencil:before{content:"館"}.fi-bs-pending:before{content:"鶴"}.fi-bs-pennant:before{content:"郞"}.fi-bs-people-arrows-left-right:before{content:"隷"}.fi-bs-people-carry-box:before{content:"侮"}.fi-bs-people-dress:before{content:"僧"}.fi-bs-people-network-partner:before{content:"免"}.fi-bs-people-pants:before{content:"勉"}.fi-bs-people-poll:before{content:"勤"}.fi-bs-people-pulling:before{content:"卑"}.fi-bs-people-roof:before{content:"喝"}.fi-bs-people:before{content:"嘆"}.fi-bs-pepper-alt:before{content:"器"}.fi-bs-pepper-hot:before{content:"塀"}.fi-bs-pepper:before{content:"墨"}.fi-bs-percent-10:before{content:"層"}.fi-bs-percent-100:before{content:"屮"}.fi-bs-percent-20:before{content:"悔"}.fi-bs-percent-25:before{content:"慨"}.fi-bs-percent-30:before{content:"憎"}.fi-bs-percent-40:before{content:"懲"}.fi-bs-percent-50:before{content:"敏"}.fi-bs-percent-60:before{content:"既"}.fi-bs-percent-70:before{content:"暑"}.fi-bs-percent-75:before{content:"梅"}.fi-bs-percent-80:before{content:"海"}.fi-bs-percent-90:before{content:"渚"}.fi-bs-percentage:before{content:"漢"}.fi-bs-person-burst:before{content:"煮"}.fi-bs-person-carry-box:before{content:"爫"}.fi-bs-person-circle-check:before{content:"琢"}.fi-bs-person-circle-exclamation:before{content:"碑"}.fi-bs-person-circle-minus:before{content:"社"}.fi-bs-person-circle-plus:before{content:"祉"}.fi-bs-person-circle-question:before{content:"祈"}.fi-bs-person-circle-xmark:before{content:"祐"}.fi-bs-person-cv:before{content:"祖"}.fi-bs-person-dolly-empty:before{content:"祝"}.fi-bs-person-dolly:before{content:"禍"}.fi-bs-person-dress-simple:before{content:"禎"}.fi-bs-person-dress:before{content:"穀"}.fi-bs-person-luggage:before{content:"突"}.fi-bs-person-lunge:before{content:"節"}.fi-bs-person-pilates:before{content:"練"}.fi-bs-person-praying:before{content:"縉"}.fi-bs-person-pregnant:before{content:"繁"}.fi-bs-person-seat-reclined:before{content:"署"}.fi-bs-person-seat:before{content:"者"}.fi-bs-person-shelter:before{content:"臭"}.fi-bs-person-sign:before{content:"艹"}.fi-bs-person-simple:before{content:"艹"}.fi-bs-person-walking-with-cane:before{content:"著"}.fi-bs-peseta-sign:before{content:"褐"}.fi-bs-peso-sign:before{content:"視"}.fi-bs-pets:before{content:"謁"}.fi-bs-pharmacy:before{content:"謹"}.fi-bs-phone-call:before{content:"賓"}.fi-bs-phone-cross:before{content:"贈"}.fi-bs-phone-flip:before{content:"辶"}.fi-bs-phone-guide:before{content:"逸"}.fi-bs-phone-heart-message:before{content:"難"}.fi-bs-phone-office:before{content:"響"}.fi-bs-phone-pause:before{content:"頻"}.fi-bs-phone-plus:before{content:"恵"}.fi-bs-phone-rotary:before{content:"𤋮"}.fi-bs-phone-slash:before{content:"舘"}.fi-bs-photo-capture:before{content:"﩮"}.fi-bs-photo-film-music:before{content:"﩯"}.fi-bs-photo-video:before{content:"並"}.fi-bs-physics:before{content:"况"}.fi-bs-Pi:before{content:"全"}.fi-bs-piano-keyboard:before{content:"侀"}.fi-bs-piano:before{content:"充"}.fi-bs-pickaxe:before{content:"冀"}.fi-bs-picking-box:before{content:"勇"}.fi-bs-picking:before{content:"勺"}.fi-bs-picnic:before{content:"喝"}.fi-bs-picpeople-filled:before{content:"啕"}.fi-bs-picpeople:before{content:"喙"}.fi-bs-picture:before{content:"嗢"}.fi-bs-pie:before{content:"塚"}.fi-bs-pig-bank-bulb:before{content:"墳"}.fi-bs-pig-face:before{content:"奄"}.fi-bs-pig:before{content:"奔"}.fi-bs-piggy-bank-budget:before{content:"婢"}.fi-bs-piggy-bank:before{content:"嬨"}.fi-bs-pills:before{content:"廒"}.fi-bs-pinata:before{content:"廙"}.fi-bs-pineapple-alt:before{content:"彩"}.fi-bs-pineapple:before{content:"徭"}.fi-bs-ping-pong:before{content:"惘"}.fi-bs-pipe-smoking:before{content:"慎"}.fi-bs-pizza-slice:before{content:"愈"}.fi-bs-place-of-worship:before{content:"憎"}.fi-bs-plan-strategy:before{content:"慠"}.fi-bs-plan:before{content:"懲"}.fi-bs-plane-alt:before{content:"戴"}.fi-bs-plane-arrival:before{content:"揄"}.fi-bs-plane-departure:before{content:"搜"}.fi-bs-plane-prop:before{content:"摒"}.fi-bs-plane-slash:before{content:"敖"}.fi-bs-plane-tail:before{content:"晴"}.fi-bs-plane:before{content:"朗"}.fi-bs-planet-moon:before{content:"望"}.fi-bs-planet-ringed:before{content:"杖"}.fi-bs-plant-care:before{content:"歹"}.fi-bs-plant-growth:before{content:"殺"}.fi-bs-plant-seed-invest:before{content:"流"}.fi-bs-plant-wilt:before{content:"滛"}.fi-bs-plate-utensils:before{content:"滋"}.fi-bs-plate-wheat:before{content:"漢"}.fi-bs-plate:before{content:"瀞"}.fi-bs-play-alt:before{content:"煮"}.fi-bs-play-circle:before{content:"瞧"}.fi-bs-play-microphone:before{content:"爵"}.fi-bs-play-pause:before{content:"犯"}.fi-bs-play:before{content:"猪"}.fi-bs-playing-cards:before{content:"瑱"}.fi-bs-plug-alt:before{content:"甆"}.fi-bs-plug-cable:before{content:"画"}.fi-bs-plug-circle-bolt:before{content:"瘝"}.fi-bs-plug-circle-check:before{content:"瘟"}.fi-bs-plug-circle-exclamation:before{content:"益"}.fi-bs-plug-circle-minus:before{content:"盛"}.fi-bs-plug-circle-plus:before{content:"直"}.fi-bs-plug-connection:before{content:"睊"}.fi-bs-plug:before{content:"着"}.fi-bs-plus-hexagon:before{content:"磌"}.fi-bs-plus-minus:before{content:"窱"}.fi-bs-plus-small:before{content:"節"}.fi-bs-plus:before{content:"类"}.fi-bs-png-file:before{content:"絛"}.fi-bs-podcast:before{content:"練"}.fi-bs-podium-star:before{content:"缾"}.fi-bs-podium-victory-leader:before{content:"者"}.fi-bs-podium:before{content:"荒"}.fi-bs-point-of-sale-bill:before{content:"華"}.fi-bs-point-of-sale-signal:before{content:"蝹"}.fi-bs-point-of-sale:before{content:"襁"}.fi-bs-pointer-loading:before{content:"覆"}.fi-bs-pointer-text:before{content:"視"}.fi-bs-poker-chip:before{content:"調"}.fi-bs-police-box:before{content:"諸"}.fi-bs-poll-h:before{content:"請"}.fi-bs-pollution:before{content:"謁"}.fi-bs-pompebled:before{content:"諾"}.fi-bs-poo-bolt:before{content:"諭"}.fi-bs-poo:before{content:"謹"}.fi-bs-pool-8-ball:before{content:"變"}.fi-bs-poop:before{content:"贈"}.fi-bs-popcorn:before{content:"輸"}.fi-bs-popsicle:before{content:"遲"}.fi-bs-portal-enter:before{content:"醙"}.fi-bs-portal-exit:before{content:"鉶"}.fi-bs-portrait:before{content:"陼"}.fi-bs-postal-address:before{content:"難"}.fi-bs-pot:before{content:"靖"}.fi-bs-potato:before{content:"韛"}.fi-bs-pound:before{content:"響"}.fi-bs-power:before{content:"頋"}.fi-bs-ppt-file:before{content:"頻"}.fi-bs-practice:before{content:"鬒"}.fi-bs-praying-hands:before{content:"龜"}.fi-bs-prescription-bottle-alt:before{content:"𢡊"}.fi-bs-prescription-bottle-pill:before{content:"𢡄"}.fi-bs-prescription-bottle:before{content:"𣏕"}.fi-bs-prescription:before{content:"㮝"}.fi-bs-presentation:before{content:"䀘"}.fi-bs-preview:before{content:"䀹"}.fi-bs-previous-square:before{content:"𥉉"}.fi-bs-print-magnifying-glass:before{content:"𥳐"}.fi-bs-print-slash:before{content:"𧻓"}.fi-bs-print:before{content:"齃"}.fi-bs-priority-arrow:before{content:"龎"}.fi-bs-priority-arrows:before{content:"﫚"}.fi-bs-priority-importance:before{content:"﫛"}.fi-bs-problem-solving:before{content:"﫜"}.fi-bs-procedures:before{content:"﫝"}.fi-bs-process:before{content:"﫞"}.fi-bs-productivity:before{content:"﫟"}.fi-bs-progress-complete:before{content:"﫠"}.fi-bs-progress-download:before{content:"﫡"}.fi-bs-progress-upload:before{content:"﫢"}.fi-bs-projector:before{content:"﫣"}.fi-bs-protractor:before{content:"﫤"}.fi-bs-pulse:before{content:"﫥"}.fi-bs-pump-medical:before{content:"﫦"}.fi-bs-pump:before{content:"﫧"}.fi-bs-pumpkin-alt-2:before{content:"﫨"}.fi-bs-pumpkin-alt:before{content:"﫩"}.fi-bs-pumpkin:before{content:"﫪"}.fi-bs-puzzle-alt:before{content:"﫫"}.fi-bs-puzzle-piece-integration:before{content:"﫬"}.fi-bs-puzzle-piece:before{content:"﫭"}.fi-bs-puzzle-pieces:before{content:"﫮"}.fi-bs-pyramid:before{content:"﫯"}.fi-bs-q:before{content:"﫰"}.fi-bs-qr-scan:before{content:"﫱"}.fi-bs-QR:before{content:"﫲"}.fi-bs-qrcode:before{content:"﫳"}.fi-bs-question-square:before{content:"﫴"}.fi-bs-question:before{content:"﫵"}.fi-bs-queue-alt:before{content:"﫶"}.fi-bs-queue-line:before{content:"﫷"}.fi-bs-queue-signal:before{content:"﫸"}.fi-bs-queue:before{content:"﫹"}.fi-bs-quill-pen-story:before{content:"﫺"}.fi-bs-quiz-alt:before{content:"﫻"}.fi-bs-quiz:before{content:"﫼"}.fi-bs-quote-right:before{content:"﫽"}.fi-bs-r:before{content:"﫾"}.fi-bs-rabbit-fast:before{content:"﫿"}.fi-bs-rabbit:before{content:"ﬀ"}.fi-bs-raccoon:before{content:"ﬁ"}.fi-bs-racquet:before{content:"ﬂ"}.fi-bs-radar-monitoring-track:before{content:"ﬃ"}.fi-bs-radar:before{content:"ﬄ"}.fi-bs-radiation-alt:before{content:"ﬅ"}.fi-bs-radiation:before{content:"ﬆ"}.fi-bs-radio-alt:before{content:"﬇"}.fi-bs-radio-button:before{content:"﬈"}.fi-bs-radio:before{content:"﬉"}.fi-bs-radish:before{content:"﬊"}.fi-bs-rainbow:before{content:"﬋"}.fi-bs-raindrops:before{content:"﬌"}.fi-bs-ram:before{content:"﬍"}.fi-bs-ramp-loading:before{content:"﬎"}.fi-bs-rank:before{content:"﬏"}.fi-bs-ranking-podium-empty:before{content:"﬐"}.fi-bs-ranking-podium:before{content:"﬑"}.fi-bs-ranking-star:before{content:"﬒"}.fi-bs-ranking-stars:before{content:"ﬓ"}.fi-bs-raygun:before{content:"ﬔ"}.fi-bs-razor-barber:before{content:"ﬕ"}.fi-bs-react:before{content:"ﬖ"}.fi-bs-rec:before{content:"ﬗ"}.fi-bs-receipt:before{content:"﬘"}.fi-bs-recipe-book:before{content:"﬙"}.fi-bs-recipe:before{content:"﬚"}.fi-bs-record-vinyl:before{content:"﬛"}.fi-bs-rectabgle-vertical:before{content:"﬜"}.fi-bs-rectangle-barcode:before{content:"יִ"}.fi-bs-rectangle-code:before{content:"ﬞ"}.fi-bs-rectangle-history-circle-plus:before{content:"ײַ"}.fi-bs-rectangle-horizontal:before{content:"ﬠ"}.fi-bs-rectangle-list:before{content:"ﬡ"}.fi-bs-rectangle-panoramic:before{content:"ﬢ"}.fi-bs-rectangle-pro:before{content:"ﬣ"}.fi-bs-rectangle-vertical-history:before{content:"ﬤ"}.fi-bs-rectangle-vertical:before{content:"ﬥ"}.fi-bs-rectangle-xmark:before{content:"ﬦ"}.fi-bs-rectangles-mixed:before{content:"ﬧ"}.fi-bs-recycle-bin:before{content:"ﬨ"}.fi-bs-recycle:before{content:"﬩"}.fi-bs-redo-alt:before{content:"שׁ"}.fi-bs-redo:before{content:"שׂ"}.fi-bs-reel:before{content:"שּׁ"}.fi-bs-refer-arrow:before{content:"שּׂ"}.fi-bs-refer:before{content:"אַ"}.fi-bs-referral-alt:before{content:"אָ"}.fi-bs-referral-user:before{content:"אּ"}.fi-bs-referral:before{content:"בּ"}.fi-bs-reflect-horizontal-alt:before{content:"גּ"}.fi-bs-reflect-horizontal:before{content:"דּ"}.fi-bs-reflect-vertical:before{content:"הּ"}.fi-bs-reflect:before{content:"וּ"}.fi-bs-refresh:before{content:"זּ"}.fi-bs-refrigerator:before{content:"﬷"}.fi-bs-refund-alt:before{content:"טּ"}.fi-bs-refund:before{content:"יּ"}.fi-bs-region-pin-alt:before{content:"ךּ"}.fi-bs-region-pin:before{content:"כּ"}.fi-bs-registered:before{content:"לּ"}.fi-bs-registration-paper:before{content:"﬽"}.fi-bs-remove-folder:before{content:"מּ"}.fi-bs-remove-user:before{content:"﬿"}.fi-bs-rent-signal:before{content:"נּ"}.fi-bs-rent:before{content:"סּ"}.fi-bs-replace:before{content:"﭂"}.fi-bs-replay-10:before{content:"ףּ"}.fi-bs-replay-30:before{content:"פּ"}.fi-bs-replay-5:before{content:"﭅"}.fi-bs-reply-all:before{content:"צּ"}.fi-bs-republican:before{content:"קּ"}.fi-bs-reservation-smartphone:before{content:"רּ"}.fi-bs-reservation-table:before{content:"שּ"}.fi-bs-resistance-band:before{content:"תּ"}.fi-bs-resize:before{content:"וֹ"}.fi-bs-resources:before{content:"בֿ"}.fi-bs-restaurant:before{content:"כֿ"}.fi-bs-restock:before{content:"פֿ"}.fi-bs-restroom-simple:before{content:"ﭏ"}.fi-bs-resume:before{content:"ﭐ"}.fi-bs-revenue-alt:before{content:"ﭑ"}.fi-bs-revenue-euro:before{content:"ﭒ"}.fi-bs-Revenue:before{content:"ﭓ"}.fi-bs-review:before{content:"ﭔ"}.fi-bs-rewind-button-circle:before{content:"ﭕ"}.fi-bs-rewind:before{content:"ﭖ"}.fi-bs-rhombus:before{content:"ﭗ"}.fi-bs-ribbon:before{content:"ﭘ"}.fi-bs-right-from-bracket:before{content:"ﭙ"}.fi-bs-right:before{content:"ﭚ"}.fi-bs-ring-diamond:before{content:"ﭛ"}.fi-bs-ring:before{content:"ﭜ"}.fi-bs-rings-wedding:before{content:"ﭝ"}.fi-bs-risk-alt:before{content:"ﭞ"}.fi-bs-risk:before{content:"ﭟ"}.fi-bs-road-barrier:before{content:"ﭠ"}.fi-bs-road-sign-left:before{content:"ﭡ"}.fi-bs-road:before{content:"ﭢ"}.fi-bs-robot:before{content:"ﭣ"}.fi-bs-robotic-arm:before{content:"ﭤ"}.fi-bs-rocket-lunch:before{content:"ﭥ"}.fi-bs-rocket:before{content:"ﭦ"}.fi-bs-roller-coaster:before{content:"ﭧ"}.fi-bs-room-service:before{content:"ﭨ"}.fi-bs-rotate-exclamation:before{content:"ﭩ"}.fi-bs-rotate-left:before{content:"ﭪ"}.fi-bs-rotate-reverse:before{content:"ﭫ"}.fi-bs-rotate-right:before{content:"ﭬ"}.fi-bs-rotate-square:before{content:"ﭭ"}.fi-bs-roulette:before{content:"ﭮ"}.fi-bs-route-highway:before{content:"ﭯ"}.fi-bs-route-interstate:before{content:"ﭰ"}.fi-bs-route:before{content:"ﭱ"}.fi-bs-router:before{content:"ﭲ"}.fi-bs-rss-alt:before{content:"ﭳ"}.fi-bs-rss:before{content:"ﭴ"}.fi-bs-ruble-sign:before{content:"ﭵ"}.fi-bs-rugby-helmet:before{content:"ﭶ"}.fi-bs-rugby:before{content:"ﭷ"}.fi-bs-ruler-combined:before{content:"ﭸ"}.fi-bs-ruler-horizontal:before{content:"ﭹ"}.fi-bs-ruler-triangle:before{content:"ﭺ"}.fi-bs-ruler-vertical:before{content:"ﭻ"}.fi-bs-rules-alt:before{content:"ﭼ"}.fi-bs-rules:before{content:"ﭽ"}.fi-bs-running-track:before{content:"ﭾ"}.fi-bs-running:before{content:"ﭿ"}.fi-bs-rupee-sign:before{content:"ﮀ"}.fi-bs-rupiah-sign:before{content:"ﮁ"}.fi-bs-rv:before{content:"ﮂ"}.fi-bs-s:before{content:"ﮃ"}.fi-bs-sack-dollar:before{content:"ﮄ"}.fi-bs-sack:before{content:"ﮅ"}.fi-bs-sad-cry:before{content:"ﮆ"}.fi-bs-sad-tear:before{content:"ﮇ"}.fi-bs-sad:before{content:"ﮈ"}.fi-bs-safe-box:before{content:"ﮉ"}.fi-bs-sailboat:before{content:"ﮊ"}.fi-bs-salad:before{content:"ﮋ"}.fi-bs-salary-alt:before{content:"ﮌ"}.fi-bs-salt-pepper:before{content:"ﮍ"}.fi-bs-salt-shaker:before{content:"ﮎ"}.fi-bs-sandwich-alt:before{content:"ﮏ"}.fi-bs-sandwich:before{content:"ﮐ"}.fi-bs-satellite-dish:before{content:"ﮑ"}.fi-bs-satellite:before{content:"ﮒ"}.fi-bs-saturday:before{content:"ﮓ"}.fi-bs-sauce:before{content:"ﮔ"}.fi-bs-sausage:before{content:"ﮕ"}.fi-bs-sax-hot:before{content:"ﮖ"}.fi-bs-saxophone:before{content:"ﮗ"}.fi-bs-scale-comparison-alt:before{content:"ﮘ"}.fi-bs-scale-comparison:before{content:"ﮙ"}.fi-bs-scale:before{content:"ﮚ"}.fi-bs-scalpel-path:before{content:"ﮛ"}.fi-bs-scalpel:before{content:"ﮜ"}.fi-bs-scanner-gun:before{content:"ﮝ"}.fi-bs-scanner-image:before{content:"ﮞ"}.fi-bs-scanner-keyboard:before{content:"ﮟ"}.fi-bs-scanner-touchscreen:before{content:"ﮠ"}.fi-bs-scarecrow:before{content:"ﮡ"}.fi-bs-scarf:before{content:"ﮢ"}.fi-bs-school-bus:before{content:"ﮣ"}.fi-bs-school:before{content:"ﮤ"}.fi-bs-scissors:before{content:"ﮥ"}.fi-bs-scooter:before{content:"ﮦ"}.fi-bs-screen:before{content:"ﮧ"}.fi-bs-screencast:before{content:"ﮨ"}.fi-bs-screw-alt:before{content:"ﮩ"}.fi-bs-screw:before{content:"ﮪ"}.fi-bs-screwdriver:before{content:"ﮫ"}.fi-bs-scribble:before{content:"ﮬ"}.fi-bs-script:before{content:"ﮭ"}.fi-bs-scroll-document-story:before{content:"ﮮ"}.fi-bs-scroll-old:before{content:"ﮯ"}.fi-bs-scroll-torah:before{content:"ﮰ"}.fi-bs-scroll:before{content:"ﮱ"}.fi-bs-scrubber:before{content:"﮲"}.fi-bs-scythe:before{content:"﮳"}.fi-bs-sd-card:before{content:"﮴"}.fi-bs-sd-cards:before{content:"﮵"}.fi-bs-seal-exclamation:before{content:"﮶"}.fi-bs-seal-question:before{content:"﮷"}.fi-bs-seal:before{content:"﮸"}.fi-bs-search-alt:before{content:"﮹"}.fi-bs-search-dollar:before{content:"﮺"}.fi-bs-search-heart:before{content:"﮻"}.fi-bs-search-location:before{content:"﮼"}.fi-bs-search:before{content:"﮽"}.fi-bs-seat-airline:before{content:"﮾"}.fi-bs-seatbelt-safety-driver:before{content:"﮿"}.fi-bs-second-award:before{content:"﯀"}.fi-bs-second-laurel:before{content:"﯁"}.fi-bs-second-medal:before{content:"﯂"}.fi-bs-second:before{content:"﯃"}.fi-bs-seedling:before{content:"﯄"}.fi-bs-selection:before{content:"﯅"}.fi-bs-sell:before{content:"﯆"}.fi-bs-seller-store:before{content:"﯇"}.fi-bs-seller:before{content:"﯈"}.fi-bs-selling:before{content:"﯉"}.fi-bs-send-back:before{content:"﯊"}.fi-bs-send-backward:before{content:"﯋"}.fi-bs-send-money-smartphone:before{content:"﯌"}.fi-bs-send-money:before{content:"﯍"}.fi-bs-sensor-alert:before{content:"﯎"}.fi-bs-sensor-fire:before{content:"﯏"}.fi-bs-sensor-on:before{content:"﯐"}.fi-bs-sensor-smoke:before{content:"﯑"}.fi-bs-sensor:before{content:"﯒"}.fi-bs-settings-sliders:before{content:"ﯓ"}.fi-bs-settings:before{content:"ﯔ"}.fi-bs-share-alt-square:before{content:"ﯕ"}.fi-bs-share-square:before{content:"ﯖ"}.fi-bs-share:before{content:"ﯗ"}.fi-bs-sheep:before{content:"ﯘ"}.fi-bs-shekel-sign:before{content:"ﯙ"}.fi-bs-shelves:before{content:"ﯚ"}.fi-bs-shield-alt:before{content:"ﯛ"}.fi-bs-shield-cat:before{content:"ﯜ"}.fi-bs-shield-check:before{content:"ﯝ"}.fi-bs-shield-cross:before{content:"ﯞ"}.fi-bs-shield-dog:before{content:"ﯟ"}.fi-bs-shield-exclamation:before{content:"ﯠ"}.fi-bs-shield-interrogation:before{content:"ﯡ"}.fi-bs-shield-keyhole:before{content:"ﯢ"}.fi-bs-shield-minus:before{content:"ﯣ"}.fi-bs-shield-plus:before{content:"ﯤ"}.fi-bs-shield-security-risk:before{content:"ﯥ"}.fi-bs-shield-slash:before{content:"ﯦ"}.fi-bs-shield-trust:before{content:"ﯧ"}.fi-bs-shield-virus:before{content:"ﯨ"}.fi-bs-shield-xmark:before{content:"ﯩ"}.fi-bs-shield:before{content:"ﯪ"}.fi-bs-ship-side:before{content:"ﯫ"}.fi-bs-ship:before{content:"ﯬ"}.fi-bs-shipping-fast:before{content:"ﯭ"}.fi-bs-shipping-timed:before{content:"ﯮ"}.fi-bs-shirt-long-sleeve:before{content:"ﯯ"}.fi-bs-shirt-running:before{content:"ﯰ"}.fi-bs-shirt-tank-top:before{content:"ﯱ"}.fi-bs-shirt:before{content:"ﯲ"}.fi-bs-shish-kebab:before{content:"ﯳ"}.fi-bs-shoe-prints:before{content:"ﯴ"}.fi-bs-shop-lock:before{content:"ﯵ"}.fi-bs-shop-slash:before{content:"ﯶ"}.fi-bs-shop:before{content:"ﯷ"}.fi-bs-shopping-bag-add:before{content:"ﯸ"}.fi-bs-shopping-bag:before{content:"ﯹ"}.fi-bs-shopping-basket:before{content:"ﯺ"}.fi-bs-shopping-cart-add:before{content:"ﯻ"}.fi-bs-shopping-cart-buyer:before{content:"ﯼ"}.fi-bs-shopping-cart-check:before{content:"ﯽ"}.fi-bs-shopping-cart:before{content:"ﯾ"}.fi-bs-shovel-snow:before{content:"ﯿ"}.fi-bs-shovel:before{content:"ﰀ"}.fi-bs-shower-down:before{content:"ﰁ"}.fi-bs-shower:before{content:"ﰂ"}.fi-bs-shredder:before{content:"ﰃ"}.fi-bs-shrimp:before{content:"ﰄ"}.fi-bs-shuffle:before{content:"ﰅ"}.fi-bs-shuttle-van:before{content:"ﰆ"}.fi-bs-shuttlecock:before{content:"ﰇ"}.fi-bs-Sickle:before{content:"ﰈ"}.fi-bs-sidebar-flip:before{content:"ﰉ"}.fi-bs-sidebar:before{content:"ﰊ"}.fi-bs-sigma:before{content:"ﰋ"}.fi-bs-sign-hanging:before{content:"ﰌ"}.fi-bs-sign-in-alt:before{content:"ﰍ"}.fi-bs-sign-out-alt:before{content:"ﰎ"}.fi-bs-sign-posts-wrench:before{content:"ﰏ"}.fi-bs-sign-posts:before{content:"ﰐ"}.fi-bs-sign-up:before{content:"ﰑ"}.fi-bs-signal-alt-1:before{content:"ﰒ"}.fi-bs-signal-alt-2:before{content:"ﰓ"}.fi-bs-signal-alt-slash:before{content:"ﰔ"}.fi-bs-signal-alt:before{content:"ﰕ"}.fi-bs-signal-bars-fair:before{content:"ﰖ"}.fi-bs-signal-bars-good:before{content:"ﰗ"}.fi-bs-signal-bars-weak:before{content:"ﰘ"}.fi-bs-signal-stream-slash:before{content:"ﰙ"}.fi-bs-signal-stream:before{content:"ﰚ"}.fi-bs-signature-lock:before{content:"ﰛ"}.fi-bs-signature-slash:before{content:"ﰜ"}.fi-bs-signature:before{content:"ﰝ"}.fi-bs-sim-card:before{content:"ﰞ"}.fi-bs-sim-cards:before{content:"ﰟ"}.fi-bs-sink:before{content:"ﰠ"}.fi-bs-siren-on:before{content:"ﰡ"}.fi-bs-Siren:before{content:"ﰢ"}.fi-bs-site-alt:before{content:"ﰣ"}.fi-bs-site-browser:before{content:"ﰤ"}.fi-bs-site:before{content:"ﰥ"}.fi-bs-sitemap:before{content:"ﰦ"}.fi-bs-skateboard:before{content:"ﰧ"}.fi-bs-skating:before{content:"ﰨ"}.fi-bs-skeleton-ribs:before{content:"ﰩ"}.fi-bs-skeleton:before{content:"ﰪ"}.fi-bs-skewer:before{content:"ﰫ"}.fi-bs-ski-boot-ski:before{content:"ﰬ"}.fi-bs-ski-jump:before{content:"ﰭ"}.fi-bs-ski-lift:before{content:"ﰮ"}.fi-bs-skiing-nordic:before{content:"ﰯ"}.fi-bs-skiing:before{content:"ﰰ"}.fi-bs-skill-alt:before{content:"ﰱ"}.fi-bs-skill-user:before{content:"ﰲ"}.fi-bs-skill:before{content:"ﰳ"}.fi-bs-skin-arrow:before{content:"ﰴ"}.fi-bs-skin-drop:before{content:"ﰵ"}.fi-bs-skin-hair:before{content:"ﰶ"}.fi-bs-skin:before{content:"ﰷ"}.fi-bs-skip-15-seconds:before{content:"ﰸ"}.fi-bs-skull-cow:before{content:"ﰹ"}.fi-bs-skull-crossbones:before{content:"ﰺ"}.fi-bs-skull:before{content:"ﰻ"}.fi-bs-slash:before{content:"ﰼ"}.fi-bs-sledding:before{content:"ﰽ"}.fi-bs-sleeping-bag:before{content:"ﰾ"}.fi-bs-sleigh:before{content:"ﰿ"}.fi-bs-sliders-h-square:before{content:"ﱀ"}.fi-bs-sliders-v-square:before{content:"ﱁ"}.fi-bs-sliders-v:before{content:"ﱂ"}.fi-bs-slot-machine:before{content:"ﱃ"}.fi-bs-smart-home-alt:before{content:"ﱄ"}.fi-bs-smart-home:before{content:"ﱅ"}.fi-bs-smartphone:before{content:"ﱆ"}.fi-bs-smile-beam:before{content:"ﱇ"}.fi-bs-smile-plus:before{content:"ﱈ"}.fi-bs-smile-wink:before{content:"ﱉ"}.fi-bs-smiley-comment-alt:before{content:"ﱊ"}.fi-bs-smog:before{content:"ﱋ"}.fi-bs-smoke:before{content:"ﱌ"}.fi-bs-smoking-ban:before{content:"ﱍ"}.fi-bs-smoking:before{content:"ﱎ"}.fi-bs-snake:before{content:"ﱏ"}.fi-bs-snap:before{content:"ﱐ"}.fi-bs-snooze:before{content:"ﱑ"}.fi-bs-snow-blowing:before{content:"ﱒ"}.fi-bs-snowboarding:before{content:"ﱓ"}.fi-bs-snowflake-droplets:before{content:"ﱔ"}.fi-bs-snowflake:before{content:"ﱕ"}.fi-bs-snowflakes:before{content:"ﱖ"}.fi-bs-snowman-alt:before{content:"ﱗ"}.fi-bs-snowman-head:before{content:"ﱘ"}.fi-bs-snowmobile:before{content:"ﱙ"}.fi-bs-snowplow:before{content:"ﱚ"}.fi-bs-soap-alt:before{content:"ﱛ"}.fi-bs-soap:before{content:"ﱜ"}.fi-bs-social-network:before{content:"ﱝ"}.fi-bs-socks:before{content:"ﱞ"}.fi-bs-sofa-size:before{content:"ﱟ"}.fi-bs-sofa:before{content:"ﱠ"}.fi-bs-solar-panel-sun:before{content:"ﱡ"}.fi-bs-solar-panel:before{content:"ﱢ"}.fi-bs-solar-system:before{content:"ﱣ"}.fi-bs-sold-house:before{content:"ﱤ"}.fi-bs-sold-signal:before{content:"ﱥ"}.fi-bs-sort-alpha-down-alt:before{content:"ﱦ"}.fi-bs-sort-alpha-down:before{content:"ﱧ"}.fi-bs-sort-alpha-up-alt:before{content:"ﱨ"}.fi-bs-sort-alpha-up:before{content:"ﱩ"}.fi-bs-sort-alt:before{content:"ﱪ"}.fi-bs-sort-amount-down-alt:before{content:"ﱫ"}.fi-bs-sort-amount-down:before{content:"ﱬ"}.fi-bs-sort-amount-up-alt:before{content:"ﱭ"}.fi-bs-sort-amount-up:before{content:"ﱮ"}.fi-bs-sort-circle-down:before{content:"ﱯ"}.fi-bs-sort-circle-up:before{content:"ﱰ"}.fi-bs-sort-circle:before{content:"ﱱ"}.fi-bs-sort-down:before{content:"ﱲ"}.fi-bs-sort-numeric-down-alt:before{content:"ﱳ"}.fi-bs-sort-numeric-down:before{content:"ﱴ"}.fi-bs-sort-shapes-down:before{content:"ﱵ"}.fi-bs-sort-shapes-up:before{content:"ﱶ"}.fi-bs-sort-size-down:before{content:"ﱷ"}.fi-bs-sort-size-up:before{content:"ﱸ"}.fi-bs-sort:before{content:"ﱹ"}.fi-bs-soup:before{content:"ﱺ"}.fi-bs-source-data:before{content:"ﱻ"}.fi-bs-source-document-alt:before{content:"ﱼ"}.fi-bs-source-document:before{content:"ﱽ"}.fi-bs-spa:before{content:"ﱾ"}.fi-bs-space-shuttle:before{content:"ﱿ"}.fi-bs-space-station-moon-alt:before{content:"ﲀ"}.fi-bs-space-station-moon:before{content:"ﲁ"}.fi-bs-spade:before{content:"ﲂ"}.fi-bs-spaghetti-monster-flying:before{content:"ﲃ"}.fi-bs-spain-map:before{content:"ﲄ"}.fi-bs-sparkles:before{content:"ﲅ"}.fi-bs-spartan-helmet:before{content:"ﲆ"}.fi-bs-speaker:before{content:"ﲇ"}.fi-bs-speakers:before{content:"ﲈ"}.fi-bs-speech-bubble-story:before{content:"ﲉ"}.fi-bs-speedometer-arrow:before{content:"ﲊ"}.fi-bs-speedometer-kpi:before{content:"ﲋ"}.fi-bs-sphere:before{content:"ﲌ"}.fi-bs-spider-black-widow:before{content:"ﲍ"}.fi-bs-spider-web:before{content:"ﲎ"}.fi-bs-spider:before{content:"ﲏ"}.fi-bs-spinner:before{content:"ﲐ"}.fi-bs-split-up-relation:before{content:"ﲑ"}.fi-bs-split:before{content:"ﲒ"}.fi-bs-splotch:before{content:"ﲓ"}.fi-bs-spoon:before{content:"ﲔ"}.fi-bs-spray-can-sparkles:before{content:"ﲕ"}.fi-bs-spray-can:before{content:"ﲖ"}.fi-bs-spring-calendar:before{content:"ﲗ"}.fi-bs-sprinkler:before{content:"ﲘ"}.fi-bs-spy:before{content:"ﲙ"}.fi-bs-square-0:before{content:"ﲚ"}.fi-bs-square-1:before{content:"ﲛ"}.fi-bs-square-2:before{content:"ﲜ"}.fi-bs-square-3:before{content:"ﲝ"}.fi-bs-square-4:before{content:"ﲞ"}.fi-bs-square-5:before{content:"ﲟ"}.fi-bs-square-6:before{content:"ﲠ"}.fi-bs-square-7:before{content:"ﲡ"}.fi-bs-square-8:before{content:"ﲢ"}.fi-bs-square-9:before{content:"ﲣ"}.fi-bs-square-a:before{content:"ﲤ"}.fi-bs-square-b:before{content:"ﲥ"}.fi-bs-square-bolt:before{content:"ﲦ"}.fi-bs-square-c:before{content:"ﲧ"}.fi-bs-square-code:before{content:"ﲨ"}.fi-bs-square-d:before{content:"ﲩ"}.fi-bs-square-dashed-circle-plus:before{content:"ﲪ"}.fi-bs-square-dashed:before{content:"ﲫ"}.fi-bs-square-divide:before{content:"ﲬ"}.fi-bs-square-e:before{content:"ﲭ"}.fi-bs-square-ellipsis-vertical:before{content:"ﲮ"}.fi-bs-square-ellipsis:before{content:"ﲯ"}.fi-bs-square-exclamation:before{content:"ﲰ"}.fi-bs-square-f:before{content:"ﲱ"}.fi-bs-square-g:before{content:"ﲲ"}.fi-bs-square-h:before{content:"ﲳ"}.fi-bs-square-heart:before{content:"ﲴ"}.fi-bs-square-i:before{content:"ﲵ"}.fi-bs-square-info:before{content:"ﲶ"}.fi-bs-square-j:before{content:"ﲷ"}.fi-bs-square-k:before{content:"ﲸ"}.fi-bs-square-kanban:before{content:"ﲹ"}.fi-bs-square-l:before{content:"ﲺ"}.fi-bs-square-m:before{content:"ﲻ"}.fi-bs-square-minus:before{content:"ﲼ"}.fi-bs-square-n:before{content:"ﲽ"}.fi-bs-square-o:before{content:"ﲾ"}.fi-bs-square-p:before{content:"ﲿ"}.fi-bs-square-phone-hangup:before{content:"ﳀ"}.fi-bs-square-plus:before{content:"ﳁ"}.fi-bs-square-poll-horizontal:before{content:"ﳂ"}.fi-bs-square-poll-vertical:before{content:"ﳃ"}.fi-bs-square-q:before{content:"ﳄ"}.fi-bs-square-quote:before{content:"ﳅ"}.fi-bs-square-r:before{content:"ﳆ"}.fi-bs-square-root:before{content:"ﳇ"}.fi-bs-square-s:before{content:"ﳈ"}.fi-bs-square-small:before{content:"ﳉ"}.fi-bs-square-star:before{content:"ﳊ"}.fi-bs-square-t:before{content:"ﳋ"}.fi-bs-square-terminal:before{content:"ﳌ"}.fi-bs-square-u:before{content:"ﳍ"}.fi-bs-square-up-right:before{content:"ﳎ"}.fi-bs-square-v:before{content:"ﳏ"}.fi-bs-square-w:before{content:"ﳐ"}.fi-bs-square-x:before{content:"ﳑ"}.fi-bs-square-y:before{content:"ﳒ"}.fi-bs-square-z:before{content:"ﳓ"}.fi-bs-square:before{content:"ﳔ"}.fi-bs-squid:before{content:"ﳕ"}.fi-bs-squircle:before{content:"ﳖ"}.fi-bs-squirrel:before{content:"ﳗ"}.fi-bs-staff:before{content:"ﳘ"}.fi-bs-stage-concert:before{content:"ﳙ"}.fi-bs-stage-theatre:before{content:"ﳚ"}.fi-bs-stage:before{content:"ﳛ"}.fi-bs-stairs:before{content:"ﳜ"}.fi-bs-stamp:before{content:"ﳝ"}.fi-bs-standard-definition:before{content:"ﳞ"}.fi-bs-star-and-crescent:before{content:"ﳟ"}.fi-bs-star-christmas:before{content:"ﳠ"}.fi-bs-star-comment-alt:before{content:"ﳡ"}.fi-bs-star-exclamation:before{content:"ﳢ"}.fi-bs-star-octogram:before{content:"ﳣ"}.fi-bs-star-of-david:before{content:"ﳤ"}.fi-bs-star-rating-call:before{content:"ﳥ"}.fi-bs-star-sharp-half-stroke:before{content:"ﳦ"}.fi-bs-star-sharp-half:before{content:"ﳧ"}.fi-bs-star-shooting:before{content:"ﳨ"}.fi-bs-star:before{content:"ﳩ"}.fi-bs-starfighter:before{content:"ﳪ"}.fi-bs-stars:before{content:"ﳫ"}.fi-bs-state-country:before{content:"ﳬ"}.fi-bs-stationary-bike:before{content:"ﳭ"}.fi-bs-stats:before{content:"ﳮ"}.fi-bs-steak:before{content:"ﳯ"}.fi-bs-steering-wheel:before{content:"ﳰ"}.fi-bs-step-backward:before{content:"ﳱ"}.fi-bs-step-forward:before{content:"ﳲ"}.fi-bs-sterling-sign:before{content:"ﳳ"}.fi-bs-stethoscope:before{content:"ﳴ"}.fi-bs-sticker:before{content:"ﳵ"}.fi-bs-stocking:before{content:"ﳶ"}.fi-bs-stomach:before{content:"ﳷ"}.fi-bs-stop-circle:before{content:"ﳸ"}.fi-bs-stop-square:before{content:"ﳹ"}.fi-bs-stop:before{content:"ﳺ"}.fi-bs-stopwatch:before{content:"ﳻ"}.fi-bs-store-alt:before{content:"ﳼ"}.fi-bs-store-buyer:before{content:"ﳽ"}.fi-bs-store-lock:before{content:"ﳾ"}.fi-bs-store-slash:before{content:"ﳿ"}.fi-bs-story-book:before{content:"ﴀ"}.fi-bs-story-fairy-tale:before{content:"ﴁ"}.fi-bs-story-fantasy:before{content:"ﴂ"}.fi-bs-strategy-chess-risk:before{content:"ﴃ"}.fi-bs-strawberry:before{content:"ﴄ"}.fi-bs-street-view:before{content:"ﴅ"}.fi-bs-stretcher:before{content:"ﴆ"}.fi-bs-strikethrough:before{content:"ﴇ"}.fi-bs-stroopwafel:before{content:"ﴈ"}.fi-bs-student-alt:before{content:"ﴉ"}.fi-bs-student:before{content:"ﴊ"}.fi-bs-subscript:before{content:"ﴋ"}.fi-bs-subscription-alt:before{content:"ﴌ"}.fi-bs-subscription:before{content:"ﴍ"}.fi-bs-subtitles-slash:before{content:"ﴎ"}.fi-bs-subtitles:before{content:"ﴏ"}.fi-bs-subway:before{content:"ﴐ"}.fi-bs-suitcase-alt:before{content:"ﴑ"}.fi-bs-summary-check:before{content:"ﴒ"}.fi-bs-summer:before{content:"ﴓ"}.fi-bs-sun-dust:before{content:"ﴔ"}.fi-bs-sun-plant-wilt:before{content:"ﴕ"}.fi-bs-sun-salutation-yoga:before{content:"ﴖ"}.fi-bs-sun:before{content:"ﴗ"}.fi-bs-sunday:before{content:"ﴘ"}.fi-bs-sunglasses-alt:before{content:"ﴙ"}.fi-bs-sunglasses:before{content:"ﴚ"}.fi-bs-sunrise-alt:before{content:"ﴛ"}.fi-bs-sunrise:before{content:"ﴜ"}.fi-bs-sunset:before{content:"ﴝ"}.fi-bs-superscript:before{content:"ﴞ"}.fi-bs-supplier-alt:before{content:"ﴟ"}.fi-bs-supplier:before{content:"ﴠ"}.fi-bs-surfing:before{content:"ﴡ"}.fi-bs-surprise:before{content:"ﴢ"}.fi-bs-surveillance-camera:before{content:"ﴣ"}.fi-bs-survey-xmark:before{content:"ﴤ"}.fi-bs-sushi-alt:before{content:"ﴥ"}.fi-bs-sushi-roll:before{content:"ﴦ"}.fi-bs-sushi:before{content:"ﴧ"}.fi-bs-svg:before{content:"ﴨ"}.fi-bs-swap:before{content:"ﴩ"}.fi-bs-swatchbook:before{content:"ﴪ"}.fi-bs-swimmer:before{content:"ﴫ"}.fi-bs-swimming-pool:before{content:"ﴬ"}.fi-bs-swing:before{content:"ﴭ"}.fi-bs-swipe-down:before{content:"ﴮ"}.fi-bs-swipe-left:before{content:"ﴯ"}.fi-bs-swipe-right:before{content:"ﴰ"}.fi-bs-swipe-up:before{content:"ﴱ"}.fi-bs-sword:before{content:"ﴲ"}.fi-bs-symbol:before{content:"ﴳ"}.fi-bs-symbols:before{content:"ﴴ"}.fi-bs-synagogue:before{content:"ﴵ"}.fi-bs-syringe:before{content:"ﴶ"}.fi-bs-system-cloud:before{content:"ﴷ"}.fi-bs-t:before{content:"ﴸ"}.fi-bs-tab-folder:before{content:"ﴹ"}.fi-bs-table-columns:before{content:"ﴺ"}.fi-bs-table-layout:before{content:"ﴻ"}.fi-bs-table-list:before{content:"ﴼ"}.fi-bs-table-picnic:before{content:"ﴽ"}.fi-bs-table-pivot:before{content:"﴾"}.fi-bs-table-rows:before{content:"﴿"}.fi-bs-table-tree:before{content:"﵀"}.fi-bs-table:before{content:"﵁"}.fi-bs-tablet-android-alt:before{content:"﵂"}.fi-bs-tablet-android:before{content:"﵃"}.fi-bs-tablet-rugged:before{content:"﵄"}.fi-bs-tablet:before{content:"﵅"}.fi-bs-tachometer-alt-average:before{content:"﵆"}.fi-bs-tachometer-alt-fastest:before{content:"﵇"}.fi-bs-tachometer-alt-slow:before{content:"﵈"}.fi-bs-tachometer-alt-slowest:before{content:"﵉"}.fi-bs-tachometer-average:before{content:"﵊"}.fi-bs-tachometer-fast:before{content:"﵋"}.fi-bs-tachometer-fastest:before{content:"﵌"}.fi-bs-tachometer-slow:before{content:"﵍"}.fi-bs-tachometer-slowest:before{content:"﵎"}.fi-bs-tachometer:before{content:"﵏"}.fi-bs-taco:before{content:"ﵐ"}.fi-bs-tags:before{content:"ﵑ"}.fi-bs-talent-alt:before{content:"ﵒ"}.fi-bs-talent-hand:before{content:"ﵓ"}.fi-bs-talent:before{content:"ﵔ"}.fi-bs-tally-1:before{content:"ﵕ"}.fi-bs-tally-2:before{content:"ﵖ"}.fi-bs-tally-3:before{content:"ﵗ"}.fi-bs-tally-4:before{content:"ﵘ"}.fi-bs-tally:before{content:"ﵙ"}.fi-bs-tamale:before{content:"ﵚ"}.fi-bs-tank-water:before{content:"ﵛ"}.fi-bs-tap:before{content:"ﵜ"}.fi-bs-tape:before{content:"ﵝ"}.fi-bs-target-audience:before{content:"ﵞ"}.fi-bs-target:before{content:"ﵟ"}.fi-bs-tax-alt:before{content:"ﵠ"}.fi-bs-tax:before{content:"ﵡ"}.fi-bs-taxi-bus:before{content:"ﵢ"}.fi-bs-taxi:before{content:"ﵣ"}.fi-bs-team-check-alt:before{content:"ﵤ"}.fi-bs-team-check:before{content:"ﵥ"}.fi-bs-teddy-bear:before{content:"ﵦ"}.fi-bs-teeth-open:before{content:"ﵧ"}.fi-bs-telescope:before{content:"ﵨ"}.fi-bs-temperature-down:before{content:"ﵩ"}.fi-bs-temperature-frigid:before{content:"ﵪ"}.fi-bs-temperature-high:before{content:"ﵫ"}.fi-bs-temperature-list:before{content:"ﵬ"}.fi-bs-temperature-low:before{content:"ﵭ"}.fi-bs-temperature-up:before{content:"ﵮ"}.fi-bs-template-alt:before{content:"ﵯ"}.fi-bs-template:before{content:"ﵰ"}.fi-bs-tenge:before{content:"ﵱ"}.fi-bs-tennis:before{content:"ﵲ"}.fi-bs-tent-arrow-down-to-line:before{content:"ﵳ"}.fi-bs-tent-arrow-left-right:before{content:"ﵴ"}.fi-bs-tent-arrow-turn-left:before{content:"ﵵ"}.fi-bs-tent-arrows-down:before{content:"ﵶ"}.fi-bs-tents:before{content:"ﵷ"}.fi-bs-terminal:before{content:"ﵸ"}.fi-bs-terrace:before{content:"ﵹ"}.fi-bs-test-tube:before{content:"ﵺ"}.fi-bs-test:before{content:"ﵻ"}.fi-bs-text-box-dots:before{content:"ﵼ"}.fi-bs-text-box-edit:before{content:"ﵽ"}.fi-bs-text-box:before{content:"ﵾ"}.fi-bs-text-check:before{content:"ﵿ"}.fi-bs-text-height:before{content:"ﶀ"}.fi-bs-text-shadow:before{content:"ﶁ"}.fi-bs-text-size:before{content:"ﶂ"}.fi-bs-text-slash:before{content:"ﶃ"}.fi-bs-text-width:before{content:"ﶄ"}.fi-bs-text:before{content:"ﶅ"}.fi-bs-theater-masks:before{content:"ﶆ"}.fi-bs-thermometer-alt:before{content:"ﶇ"}.fi-bs-thermometer-empty:before{content:"ﶈ"}.fi-bs-thermometer-full:before{content:"ﶉ"}.fi-bs-thermometer-half:before{content:"ﶊ"}.fi-bs-thermometer-quarter:before{content:"ﶋ"}.fi-bs-thermometer-three-quarters:before{content:"ﶌ"}.fi-bs-theta:before{content:"ﶍ"}.fi-bs-third-award:before{content:"ﶎ"}.fi-bs-third-laurel:before{content:"ﶏ"}.fi-bs-third-medal:before{content:"﶐"}.fi-bs-third:before{content:"﶑"}.fi-bs-thought-bubble:before{content:"ﶒ"}.fi-bs-three-leaf-clover:before{content:"ﶓ"}.fi-bs-thumbs-up-trust:before{content:"ﶔ"}.fi-bs-thumbtack:before{content:"ﶕ"}.fi-bs-thunderstorm-moon:before{content:"ﶖ"}.fi-bs-thunderstorm-risk:before{content:"ﶗ"}.fi-bs-thunderstorm-sun:before{content:"ﶘ"}.fi-bs-thunderstorm:before{content:"ﶙ"}.fi-bs-thursday:before{content:"ﶚ"}.fi-bs-ticket-airline:before{content:"ﶛ"}.fi-bs-ticket-alt:before{content:"ﶜ"}.fi-bs-ticket:before{content:"ﶝ"}.fi-bs-tickets-airline:before{content:"ﶞ"}.fi-bs-tie:before{content:"ﶟ"}.fi-bs-tilde:before{content:"ﶠ"}.fi-bs-time-add:before{content:"ﶡ"}.fi-bs-time-check:before{content:"ﶢ"}.fi-bs-time-delete:before{content:"ﶣ"}.fi-bs-time-fast:before{content:"ﶤ"}.fi-bs-time-forward-sixty:before{content:"ﶥ"}.fi-bs-time-forward-ten:before{content:"ﶦ"}.fi-bs-time-forward:before{content:"ﶧ"}.fi-bs-time-half-past:before{content:"ﶨ"}.fi-bs-time-oclock:before{content:"ﶩ"}.fi-bs-time-past:before{content:"ﶪ"}.fi-bs-time-quarter-past:before{content:"ﶫ"}.fi-bs-time-quarter-to:before{content:"ﶬ"}.fi-bs-time-twenty-four:before{content:"ﶭ"}.fi-bs-time-watch-calendar:before{content:"ﶮ"}.fi-bs-timer-clock-call:before{content:"ﶯ"}.fi-bs-times-hexagon:before{content:"ﶰ"}.fi-bs-tint-slash:before{content:"ﶱ"}.fi-bs-tip-coin:before{content:"ﶲ"}.fi-bs-tire-flat:before{content:"ﶳ"}.fi-bs-tire-pressure-warning:before{content:"ﶴ"}.fi-bs-tire-rugged:before{content:"ﶵ"}.fi-bs-tire:before{content:"ﶶ"}.fi-bs-tired:before{content:"ﶷ"}.fi-bs-to-do-alt:before{content:"ﶸ"}.fi-bs-to-do:before{content:"ﶹ"}.fi-bs-together-people:before{content:"ﶺ"}.fi-bs-toggle-off:before{content:"ﶻ"}.fi-bs-toggle-on:before{content:"ﶼ"}.fi-bs-toilet-paper-blank-under:before{content:"ﶽ"}.fi-bs-toilet-paper-blank:before{content:"ﶾ"}.fi-bs-toilet-paper-slash:before{content:"ﶿ"}.fi-bs-toilet-paper-under-slash:before{content:"ﷀ"}.fi-bs-toilet-paper-under:before{content:"ﷁ"}.fi-bs-toilet:before{content:"ﷂ"}.fi-bs-toilets-portable:before{content:"ﷃ"}.fi-bs-token:before{content:"ﷄ"}.fi-bs-tomato:before{content:"ﷅ"}.fi-bs-tombstone-alt:before{content:"ﷆ"}.fi-bs-tombstone:before{content:"ﷇ"}.fi-bs-tool-box:before{content:"﷈"}.fi-bs-tool-crop:before{content:"﷉"}.fi-bs-tool-marquee:before{content:"﷊"}.fi-bs-tools:before{content:"﷋"}.fi-bs-tooth:before{content:"﷌"}.fi-bs-toothbrush:before{content:"﷍"}.fi-bs-torch-inspiration-leader:before{content:"﷎"}.fi-bs-torii-gate:before{content:"﷏"}.fi-bs-tornado:before{content:"﷐"}.fi-bs-total:before{content:"﷑"}.fi-bs-tour-guide-people:before{content:"﷒"}.fi-bs-tour-virtual:before{content:"﷓"}.fi-bs-tower-control:before{content:"﷔"}.fi-bs-track:before{content:"﷕"}.fi-bs-tractor:before{content:"﷖"}.fi-bs-trademark:before{content:"﷗"}.fi-bs-traffic-cone:before{content:"﷘"}.fi-bs-traffic-light-go:before{content:"﷙"}.fi-bs-traffic-light-slow:before{content:"﷚"}.fi-bs-traffic-light-stop:before{content:"﷛"}.fi-bs-traffic-light:before{content:"﷜"}.fi-bs-trailer:before{content:"﷝"}.fi-bs-train-journey:before{content:"﷞"}.fi-bs-train-side:before{content:"﷟"}.fi-bs-train-station-building:before{content:"﷠"}.fi-bs-train-station:before{content:"﷡"}.fi-bs-train-subway-tunnel:before{content:"﷢"}.fi-bs-train-track:before{content:"﷣"}.fi-bs-train-tram:before{content:"﷤"}.fi-bs-train:before{content:"﷥"}.fi-bs-tram:before{content:"﷦"}.fi-bs-transform:before{content:"﷧"}.fi-bs-transformation-block:before{content:"﷨"}.fi-bs-transformation-circle:before{content:"﷩"}.fi-bs-transformation-design:before{content:"﷪"}.fi-bs-transformation-shapes:before{content:"﷫"}.fi-bs-transformer-bolt:before{content:"﷬"}.fi-bs-transgender:before{content:"﷭"}.fi-bs-transporter-1:before{content:"﷮"}.fi-bs-transporter-2:before{content:"﷯"}.fi-bs-transporter-3:before{content:"ﷰ"}.fi-bs-transporter-4:before{content:"ﷱ"}.fi-bs-transporter-5:before{content:"ﷲ"}.fi-bs-transporter-6:before{content:"ﷳ"}.fi-bs-transporter-7:before{content:"ﷴ"}.fi-bs-transporter-empty:before{content:"ﷵ"}.fi-bs-transporter:before{content:"ﷶ"}.fi-bs-trash-can-check:before{content:"ﷷ"}.fi-bs-trash-can-clock:before{content:"ﷸ"}.fi-bs-trash-can-list:before{content:"ﷹ"}.fi-bs-trash-can-plus:before{content:"ﷺ"}.fi-bs-trash-can-slash:before{content:"ﷻ"}.fi-bs-trash-check:before{content:"﷼"}.fi-bs-trash-clock:before{content:"﷽"}.fi-bs-trash-empty:before{content:"﷾"}.fi-bs-trash-list:before{content:"﷿"}.fi-bs-trash-plus:before{content:"︐"}.fi-bs-trash-restore-alt:before{content:"︑"}.fi-bs-trash-restore:before{content:"︒"}.fi-bs-trash-slash:before{content:"︓"}.fi-bs-trash-undo-alt:before{content:"︔"}.fi-bs-trash-undo:before{content:"︕"}.fi-bs-trash-xmark:before{content:"︖"}.fi-bs-trash:before{content:"︗"}.fi-bs-treadmill:before{content:"︘"}.fi-bs-treasure-chest:before{content:"︙"}.fi-bs-treatment:before{content:"︚"}.fi-bs-tree-alt:before{content:"︛"}.fi-bs-tree-christmas:before{content:"︜"}.fi-bs-tree-deciduous:before{content:"︝"}.fi-bs-tree:before{content:"︞"}.fi-bs-trees-alt:before{content:"︟"}.fi-bs-trees:before{content:"︰"}.fi-bs-triangle-music:before{content:"︱"}.fi-bs-triangle-person-digging:before{content:"︲"}.fi-bs-triangle-warning:before{content:"︳"}.fi-bs-triangle:before{content:"︴"}.fi-bs-tricycle:before{content:"︵"}.fi-bs-trillium:before{content:"︶"}.fi-bs-trophy-achievement-skill:before{content:"︷"}.fi-bs-trophy-star:before{content:"︸"}.fi-bs-trophy:before{content:"︹"}.fi-bs-truck-arrow-left:before{content:"︺"}.fi-bs-truck-arrow-right:before{content:"︻"}.fi-bs-truck-bolt:before{content:"︼"}.fi-bs-truck-box:before{content:"︽"}.fi-bs-truck-check:before{content:"︾"}.fi-bs-truck-container-empty:before{content:"︿"}.fi-bs-truck-container:before{content:"﹀"}.fi-bs-truck-couch:before{content:"﹁"}.fi-bs-truck-fire:before{content:"﹂"}.fi-bs-truck-flatbed:before{content:"﹃"}.fi-bs-truck-front:before{content:"﹄"}.fi-bs-truck-ladder:before{content:"﹅"}.fi-bs-truck-loading:before{content:"﹆"}.fi-bs-truck-medical:before{content:"﹇"}.fi-bs-truck-monster:before{content:"﹈"}.fi-bs-truck-moving:before{content:"﹉"}.fi-bs-truck-pickup:before{content:"﹊"}.fi-bs-truck-plow:before{content:"﹋"}.fi-bs-truck-ramp:before{content:"﹌"}.fi-bs-truck-side:before{content:"﹍"}.fi-bs-truck-tow:before{content:"﹎"}.fi-bs-truck-utensils:before{content:"﹏"}.fi-bs-trumpet:before{content:"﹐"}.fi-bs-trust-alt:before{content:"﹑"}.fi-bs-trust:before{content:"﹒"}.fi-bs-tshirt:before{content:"﹓"}.fi-bs-tty-answer:before{content:"﹔"}.fi-bs-tty:before{content:"﹕"}.fi-bs-tubes:before{content:"﹖"}.fi-bs-tuesday:before{content:"﹗"}.fi-bs-tugrik-sign:before{content:"﹘"}.fi-bs-turkey:before{content:"﹙"}.fi-bs-turn-left-down:before{content:"﹚"}.fi-bs-turn-left:before{content:"﹛"}.fi-bs-turn-right:before{content:"﹜"}.fi-bs-turntable:before{content:"﹝"}.fi-bs-turtle:before{content:"﹞"}.fi-bs-tv-music:before{content:"﹟"}.fi-bs-tv-retro:before{content:"﹠"}.fi-bs-typewriter:before{content:"﹡"}.fi-bs-u:before{content:"﹢"}.fi-bs-ufo-beam:before{content:"﹣"}.fi-bs-ufo:before{content:"﹤"}.fi-bs-ui-ux:before{content:"﹥"}.fi-bs-umbrella-beach:before{content:"﹦"}.fi-bs-umbrella:before{content:"﹧"}.fi-bs-under-construction:before{content:"﹨"}.fi-bs-underline:before{content:"﹩"}.fi-bs-undo-alt:before{content:"﹪"}.fi-bs-undo:before{content:"﹫"}.fi-bs-unicorn:before{content:"﹬"}.fi-bs-uniform-martial-arts:before{content:"﹭"}.fi-bs-universal-access:before{content:"﹮"}.fi-bs-unlock:before{content:"﹯"}.fi-bs-up-from-bracket:before{content:"ﹰ"}.fi-bs-up-left:before{content:"ﹱ"}.fi-bs-up-right-from-square:before{content:"ﹲ"}.fi-bs-up-right:before{content:"ﹳ"}.fi-bs-up:before{content:"ﹴ"}.fi-bs-upload:before{content:"﹵"}.fi-bs-url:before{content:"ﹶ"}.fi-bs-usb-pendrive:before{content:"ﹷ"}.fi-bs-usd-circle:before{content:"ﹸ"}.fi-bs-usd-square:before{content:"ﹹ"}.fi-bs-user-add:before{content:"ﹺ"}.fi-bs-user-alien:before{content:"ﹻ"}.fi-bs-user-astronaut:before{content:"ﹼ"}.fi-bs-user-check:before{content:"ﹽ"}.fi-bs-user-chef:before{content:"ﹾ"}.fi-bs-user-coach:before{content:"ﹿ"}.fi-bs-user-cowboy:before{content:"ﺀ"}.fi-bs-user-crown:before{content:"ﺁ"}.fi-bs-user-gear:before{content:"ﺂ"}.fi-bs-user-graduate:before{content:"ﺃ"}.fi-bs-user-headset:before{content:"ﺄ"}.fi-bs-user-helmet-safety:before{content:"ﺅ"}.fi-bs-user-injured:before{content:"ﺆ"}.fi-bs-user-interface-ui:before{content:"ﺇ"}.fi-bs-user-key:before{content:"ﺈ"}.fi-bs-user-lock:before{content:"ﺉ"}.fi-bs-user-md-chat:before{content:"ﺊ"}.fi-bs-user-md:before{content:"ﺋ"}.fi-bs-user-minus:before{content:"ﺌ"}.fi-bs-user-music:before{content:"ﺍ"}.fi-bs-user-ninja:before{content:"ﺎ"}.fi-bs-user-nurse:before{content:"ﺏ"}.fi-bs-user-pen:before{content:"ﺐ"}.fi-bs-user-pilot-tie:before{content:"ﺑ"}.fi-bs-user-pilot:before{content:"ﺒ"}.fi-bs-user-police:before{content:"ﺓ"}.fi-bs-user-robot-xmarks:before{content:"ﺔ"}.fi-bs-user-robot:before{content:"ﺕ"}.fi-bs-user-salary:before{content:"ﺖ"}.fi-bs-user-shield:before{content:"ﺗ"}.fi-bs-user-skill-gear:before{content:"ﺘ"}.fi-bs-user-slash:before{content:"ﺙ"}.fi-bs-user-tag:before{content:"ﺚ"}.fi-bs-user-time:before{content:"ﺛ"}.fi-bs-user-trust:before{content:"ﺜ"}.fi-bs-user-unlock:before{content:"ﺝ"}.fi-bs-user-visor:before{content:"ﺞ"}.fi-bs-user-xmark:before{content:"ﺟ"}.fi-bs-user:before{content:"ﺠ"}.fi-bs-users-alt:before{content:"ﺡ"}.fi-bs-users-class:before{content:"ﺢ"}.fi-bs-users-gear:before{content:"ﺣ"}.fi-bs-users-medical:before{content:"ﺤ"}.fi-bs-users-slash:before{content:"ﺥ"}.fi-bs-users:before{content:"ﺦ"}.fi-bs-utensils-slash:before{content:"ﺧ"}.fi-bs-utensils:before{content:"ﺨ"}.fi-bs-utility-pole-double:before{content:"ﺩ"}.fi-bs-utility-pole:before{content:"ﺪ"}.fi-bs-ux-browser:before{content:"ﺫ"}.fi-bs-ux:before{content:"ﺬ"}.fi-bs-v:before{content:"ﺭ"}.fi-bs-vacuum-robot:before{content:"ﺮ"}.fi-bs-vacuum:before{content:"ﺯ"}.fi-bs-value-absolute:before{content:"ﺰ"}.fi-bs-vault:before{content:"ﺱ"}.fi-bs-vector-alt:before{content:"ﺲ"}.fi-bs-vector-circle:before{content:"ﺳ"}.fi-bs-vector-polygon:before{content:"ﺴ"}.fi-bs-vector:before{content:"ﺵ"}.fi-bs-venus-double:before{content:"ﺶ"}.fi-bs-venus-mars:before{content:"ﺷ"}.fi-bs-venus:before{content:"ﺸ"}.fi-bs-vest-patches:before{content:"ﺹ"}.fi-bs-vest:before{content:"ﺺ"}.fi-bs-video-arrow-down-left:before{content:"ﺻ"}.fi-bs-video-arrow-up-right:before{content:"ﺼ"}.fi-bs-video-camera-alt:before{content:"ﺽ"}.fi-bs-video-camera:before{content:"ﺾ"}.fi-bs-video-duration:before{content:"ﺿ"}.fi-bs-video-plus:before{content:"ﻀ"}.fi-bs-video-slash:before{content:"ﻁ"}.fi-bs-videoconference:before{content:"ﻂ"}.fi-bs-vihara:before{content:"ﻃ"}.fi-bs-violin:before{content:"ﻄ"}.fi-bs-virus-slash:before{content:"ﻅ"}.fi-bs-virus:before{content:"ﻆ"}.fi-bs-viruses:before{content:"ﻇ"}.fi-bs-visit:before{content:"ﻈ"}.fi-bs-voicemail:before{content:"ﻉ"}.fi-bs-volcano:before{content:"ﻊ"}.fi-bs-volleyball:before{content:"ﻋ"}.fi-bs-volume-down:before{content:"ﻌ"}.fi-bs-volume-mute:before{content:"ﻍ"}.fi-bs-volume-off:before{content:"ﻎ"}.fi-bs-volume-slash:before{content:"ﻏ"}.fi-bs-volume:before{content:"ﻐ"}.fi-bs-vote-nay:before{content:"ﻑ"}.fi-bs-vote-yea:before{content:"ﻒ"}.fi-bs-vr-cardboard:before{content:"ﻓ"}.fi-bs-w:before{content:"ﻔ"}.fi-bs-waffle:before{content:"ﻕ"}.fi-bs-wagon-covered:before{content:"ﻖ"}.fi-bs-walker:before{content:"ﻗ"}.fi-bs-walkie-talkie:before{content:"ﻘ"}.fi-bs-walking:before{content:"ﻙ"}.fi-bs-wallet-arrow:before{content:"ﻚ"}.fi-bs-wallet-buyer:before{content:"ﻛ"}.fi-bs-wallet:before{content:"ﻜ"}.fi-bs-warehouse-alt:before{content:"ﻝ"}.fi-bs-warranty:before{content:"ﻞ"}.fi-bs-washer:before{content:"ﻟ"}.fi-bs-waste-pollution:before{content:"ﻠ"}.fi-bs-waste:before{content:"ﻡ"}.fi-bs-watch-calculator:before{content:"ﻢ"}.fi-bs-watch-fitness:before{content:"ﻣ"}.fi-bs-watch-smart:before{content:"ﻤ"}.fi-bs-watch:before{content:"ﻥ"}.fi-bs-water-bottle:before{content:"ﻦ"}.fi-bs-water-ladder:before{content:"ﻧ"}.fi-bs-water-lower:before{content:"ﻨ"}.fi-bs-water-rise:before{content:"ﻩ"}.fi-bs-water:before{content:"ﻪ"}.fi-bs-watermelon:before{content:"ﻫ"}.fi-bs-wave-sine:before{content:"ﻬ"}.fi-bs-wave-square:before{content:"ﻭ"}.fi-bs-wave-triangle:before{content:"ﻮ"}.fi-bs-wave:before{content:"ﻯ"}.fi-bs-waveform-path:before{content:"ﻰ"}.fi-bs-waveform:before{content:"ﻱ"}.fi-bs-web-design:before{content:"ﻲ"}.fi-bs-webcam-slash:before{content:"ﻳ"}.fi-bs-webcam:before{content:"ﻴ"}.fi-bs-webhook:before{content:"ﻵ"}.fi-bs-wednesday:before{content:"ﻶ"}.fi-bs-whale:before{content:"ﻷ"}.fi-bs-wheat-awn-circle-exclamation:before{content:"ﻸ"}.fi-bs-wheat-awn-slash:before{content:"ﻹ"}.fi-bs-wheat-awn:before{content:"ﻺ"}.fi-bs-wheat-slash:before{content:"ﻻ"}.fi-bs-wheat:before{content:"ﻼ"}.fi-bs-wheelchair-move:before{content:"﻽"}.fi-bs-wheelchair-sleeping:before{content:"﻾"}.fi-bs-wheelchair:before{content:"＀"}.fi-bs-whistle:before{content:"！"}.fi-bs-white-space:before{content:"＂"}.fi-bs-wifi-1:before{content:"＃"}.fi-bs-wifi-2:before{content:"＄"}.fi-bs-wifi-alt:before{content:"％"}.fi-bs-wifi-exclamation:before{content:"＆"}.fi-bs-wifi-slash:before{content:"＇"}.fi-bs-wifi:before{content:"（"}.fi-bs-wind-turbine:before{content:"）"}.fi-bs-wind-warning:before{content:"＊"}.fi-bs-wind:before{content:"＋"}.fi-bs-window-alt:before{content:"，"}.fi-bs-window-frame-open:before{content:"－"}.fi-bs-window-frame:before{content:"．"}.fi-bs-window-maximize:before{content:"／"}.fi-bs-window-minimize:before{content:"０"}.fi-bs-window-restore:before{content:"１"}.fi-bs-windsock:before{content:"２"}.fi-bs-wine-bottle:before{content:"３"}.fi-bs-wine-glass-crack:before{content:"４"}.fi-bs-wine-glass-empty:before{content:"５"}.fi-bs-wishlist-heart:before{content:"６"}.fi-bs-wishlist-star:before{content:"７"}.fi-bs-woman-head:before{content:"８"}.fi-bs-woman-scientist:before{content:"９"}.fi-bs-won-sign:before{content:"："}.fi-bs-work-in-progress:before{content:"；"}.fi-bs-workflow-alt:before{content:"＜"}.fi-bs-workflow-setting-alt:before{content:"＝"}.fi-bs-workflow-setting:before{content:"＞"}.fi-bs-workflow:before{content:"？"}.fi-bs-workshop:before{content:"＠"}.fi-bs-world:before{content:"Ａ"}.fi-bs-worm:before{content:"Ｂ"}.fi-bs-wreath:before{content:"Ｃ"}.fi-bs-wrench-alt:before{content:"Ｄ"}.fi-bs-wrench-simple:before{content:"Ｅ"}.fi-bs-x-ray:before{content:"Ｆ"}.fi-bs-x:before{content:"Ｇ"}.fi-bs-y:before{content:"Ｈ"}.fi-bs-yen:before{content:"Ｉ"}.fi-bs-yin-yang:before{content:"Ｊ"}.fi-bs-z:before{content:"Ｋ"}.fi-bs-zip-file:before{content:"Ｌ"}.fi-bs-zoom-in:before{content:"Ｍ"}.fi-bs-zoom-out:before{content:"Ｎ"}@font-face{font-family:uicons-regular-straight;src:url(/assets/uicons-regular-straight-2I3O25UC-f403e3d0.woff2) format("woff2"),url(/assets/uicons-regular-straight-AFQI6GFM-f3f3092b.woff) format("woff"),url(/assets/uicons-regular-straight-E4NUVXFC-dac6759f.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-rs-]:before,i[class*=" fi-rs-"]:before,span[class^=fi-rs-]:before,span[class*=fi-rs-]:before{font-family:uicons-regular-straight!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-rs-0:before{content:""}.fi-rs-00s-music-disc:before{content:""}.fi-rs-1:before{content:""}.fi-rs-2:before{content:""}.fi-rs-3:before{content:""}.fi-rs-360-degrees:before{content:""}.fi-rs-4:before{content:""}.fi-rs-404:before{content:""}.fi-rs-5:before{content:""}.fi-rs-6:before{content:""}.fi-rs-60s-music-disc:before{content:""}.fi-rs-7:before{content:""}.fi-rs-70s-music-disc:before{content:""}.fi-rs-8:before{content:""}.fi-rs-80s-music-disc:before{content:""}.fi-rs-9:before{content:""}.fi-rs-90s-music-disc:before{content:""}.fi-rs-a:before{content:""}.fi-rs-accident:before{content:""}.fi-rs-acorn:before{content:""}.fi-rs-ad-paid:before{content:""}.fi-rs-ad:before{content:""}.fi-rs-add-document:before{content:""}.fi-rs-add-folder:before{content:""}.fi-rs-add-image:before{content:""}.fi-rs-add:before{content:""}.fi-rs-address-book:before{content:""}.fi-rs-address-card:before{content:""}.fi-rs-admin-alt:before{content:""}.fi-rs-admin:before{content:""}.fi-rs-age-alt:before{content:""}.fi-rs-age-restriction-eighteen:before{content:""}.fi-rs-age-restriction-seven:before{content:""}.fi-rs-age-restriction-six:before{content:""}.fi-rs-age-restriction-sixteen:before{content:""}.fi-rs-age-restriction-thirteen:before{content:""}.fi-rs-age-restriction-three:before{content:""}.fi-rs-age-restriction-twelve:before{content:""}.fi-rs-age-restriction-twenty-one:before{content:""}.fi-rs-age-restriction-zero:before{content:""}.fi-rs-age:before{content:""}.fi-rs-air-conditioner:before{content:""}.fi-rs-air-freshener:before{content:""}.fi-rs-air-pollution:before{content:""}.fi-rs-airplane-journey:before{content:""}.fi-rs-airplane-window-open:before{content:""}.fi-rs-airplay:before{content:""}.fi-rs-alarm-clock:before{content:""}.fi-rs-alarm-exclamation:before{content:""}.fi-rs-alarm-plus:before{content:""}.fi-rs-alarm-snooze:before{content:""}.fi-rs-album-circle-plus:before{content:""}.fi-rs-album-circle-user:before{content:""}.fi-rs-album-collection:before{content:""}.fi-rs-album:before{content:""}.fi-rs-algorithm:before{content:""}.fi-rs-alicorn:before{content:""}.fi-rs-alien:before{content:""}.fi-rs-align-center:before{content:""}.fi-rs-align-justify:before{content:""}.fi-rs-align-left:before{content:""}.fi-rs-align-slash:before{content:""}.fi-rs-ambulance:before{content:""}.fi-rs-analyse-alt:before{content:""}.fi-rs-analyse:before{content:""}.fi-rs-anatomical-heart:before{content:""}.fi-rs-anchor:before{content:""}.fi-rs-angel:before{content:""}.fi-rs-angle-90:before{content:""}.fi-rs-angle-circle-down:before{content:""}.fi-rs-angle-circle-left:before{content:""}.fi-rs-angle-circle-right:before{content:""}.fi-rs-angle-circle-up:before{content:""}.fi-rs-angle-double-left:before{content:""}.fi-rs-angle-double-right:before{content:""}.fi-rs-angle-double-small-down:before{content:""}.fi-rs-angle-double-small-left:before{content:""}.fi-rs-angle-double-small-right:before{content:""}.fi-rs-angle-double-small-up:before{content:""}.fi-rs-angle-down:before{content:""}.fi-rs-angle-left:before{content:""}.fi-rs-angle-right:before{content:""}.fi-rs-angle-small-down:before{content:""}.fi-rs-angle-small-left:before{content:""}.fi-rs-angle-small-right:before{content:""}.fi-rs-angle-small-up:before{content:""}.fi-rs-angle-square-down:before{content:""}.fi-rs-angle-square-left:before{content:""}.fi-rs-angle-square-right:before{content:""}.fi-rs-angle-square-up:before{content:""}.fi-rs-angle-up:before{content:""}.fi-rs-angle:before{content:""}.fi-rs-angles-up-down:before{content:""}.fi-rs-angry:before{content:""}.fi-rs-animated-icon:before{content:""}.fi-rs-ankh:before{content:""}.fi-rs-answer-alt:before{content:""}.fi-rs-answer:before{content:""}.fi-rs-apartment:before{content:""}.fi-rs-aperture:before{content:""}.fi-rs-api:before{content:""}.fi-rs-apple-core:before{content:""}.fi-rs-apple-crate:before{content:""}.fi-rs-apple-whole:before{content:""}.fi-rs-apps-add:before{content:""}.fi-rs-apps-delete:before{content:""}.fi-rs-apps-sort:before{content:""}.fi-rs-apps:before{content:""}.fi-rs-archive:before{content:""}.fi-rs-archway:before{content:""}.fi-rs-arrow-alt-circle-down:before{content:""}.fi-rs-arrow-alt-circle-left:before{content:""}.fi-rs-arrow-alt-circle-right:before{content:""}.fi-rs-arrow-alt-circle-up:before{content:""}.fi-rs-arrow-alt-down:before{content:""}.fi-rs-arrow-alt-from-bottom:before{content:""}.fi-rs-arrow-alt-from-left:before{content:""}.fi-rs-arrow-alt-from-right:before{content:""}.fi-rs-arrow-alt-from-top:before{content:""}.fi-rs-arrow-alt-left:before{content:""}.fi-rs-arrow-alt-right:before{content:""}.fi-rs-arrow-alt-square-down:before{content:""}.fi-rs-arrow-alt-square-left:before{content:""}.fi-rs-arrow-alt-square-right:before{content:""}.fi-rs-arrow-alt-square-up:before{content:""}.fi-rs-arrow-alt-to-bottom:before{content:""}.fi-rs-arrow-alt-to-left:before{content:""}.fi-rs-arrow-alt-to-right:before{content:""}.fi-rs-arrow-alt-to-top:before{content:""}.fi-rs-arrow-alt-up:before{content:""}.fi-rs-arrow-circle-down:before{content:""}.fi-rs-arrow-circle-left:before{content:""}.fi-rs-arrow-circle-right:before{content:""}.fi-rs-arrow-circle-up:before{content:""}.fi-rs-arrow-comparison:before{content:""}.fi-rs-arrow-down-from-arc:before{content:""}.fi-rs-arrow-down-from-dotted-line:before{content:""}.fi-rs-arrow-down-left:before{content:""}.fi-rs-arrow-down-small-big:before{content:""}.fi-rs-arrow-down-to-dotted-line:before{content:""}.fi-rs-arrow-down-to-square:before{content:""}.fi-rs-arrow-down-triangle-square:before{content:""}.fi-rs-arrow-down:before{content:""}.fi-rs-arrow-from-bottom:before{content:""}.fi-rs-arrow-from-left:before{content:""}.fi-rs-arrow-from-right:before{content:""}.fi-rs-arrow-from-top:before{content:""}.fi-rs-arrow-left-from-arc:before{content:""}.fi-rs-arrow-left-from-line:before{content:""}.fi-rs-arrow-left-to-arc:before{content:""}.fi-rs-arrow-left:before{content:""}.fi-rs-arrow-progress-alt:before{content:""}.fi-rs-arrow-progress:before{content:""}.fi-rs-arrow-right-to-bracket:before{content:""}.fi-rs-arrow-right:before{content:""}.fi-rs-arrow-small-down:before{content:""}.fi-rs-arrow-small-left:before{content:""}.fi-rs-arrow-small-right:before{content:""}.fi-rs-arrow-small-up:before{content:""}.fi-rs-arrow-square-down:before{content:""}.fi-rs-arrow-square-left:before{content:""}.fi-rs-arrow-square-right:before{content:""}.fi-rs-arrow-square-up:before{content:""}.fi-rs-arrow-to-bottom:before{content:""}.fi-rs-arrow-to-left:before{content:""}.fi-rs-arrow-to-right:before{content:""}.fi-rs-arrow-to-top:before{content:""}.fi-rs-arrow-trend-down:before{content:""}.fi-rs-arrow-trend-up:before{content:""}.fi-rs-arrow-turn-down-left:before{content:""}.fi-rs-arrow-turn-down-right:before{content:""}.fi-rs-arrow-turn-left-up:before{content:""}.fi-rs-arrow-turn-left:before{content:""}.fi-rs-arrow-up-from-dotted-line:before{content:""}.fi-rs-arrow-up-from-ground-water:before{content:""}.fi-rs-arrow-up-from-square:before{content:""}.fi-rs-arrow-up-left-from-circle:before{content:""}.fi-rs-arrow-up-left:before{content:""}.fi-rs-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-rs-arrow-up-right-from-square:before{content:""}.fi-rs-arrow-up-right:before{content:""}.fi-rs-arrow-up-small-big:before{content:""}.fi-rs-arrow-up-square-triangle:before{content:""}.fi-rs-arrow-up-to-arc:before{content:""}.fi-rs-arrow-up-to-dotted-line:before{content:""}.fi-rs-arrow-up:before{content:""}.fi-rs-arrow-upward-growth-crypto:before{content:""}.fi-rs-arrows-alt-h:before{content:""}.fi-rs-arrows-alt-v:before{content:""}.fi-rs-arrows-alt:before{content:""}.fi-rs-arrows-cross:before{content:""}.fi-rs-arrows-from-dotted-line:before{content:""}.fi-rs-arrows-from-line:before{content:""}.fi-rs-arrows-h-copy:before{content:""}.fi-rs-arrows-h:before{content:""}.fi-rs-arrows-repeat-1:before{content:""}.fi-rs-arrows-repeat:before{content:""}.fi-rs-arrows-retweet:before{content:""}.fi-rs-arrows-split-right-and-left:before{content:""}.fi-rs-arrows-split-up-and-left:before{content:""}.fi-rs-arrows-to-circle:before{content:""}.fi-rs-arrows-to-dotted-line:before{content:""}.fi-rs-arrows-to-eye:before{content:""}.fi-rs-arrows-to-line:before{content:""}.fi-rs-arrows:before{content:""}.fi-rs-artificial-intelligence:before{content:""}.fi-rs-assept-document:before{content:""}.fi-rs-assessment-alt:before{content:""}.fi-rs-assessment:before{content:""}.fi-rs-assign:before{content:""}.fi-rs-assistive-listening-systems:before{content:""}.fi-rs-asterik:before{content:""}.fi-rs-at:before{content:""}.fi-rs-attribution-pen:before{content:""}.fi-rs-attribution-pencil:before{content:""}.fi-rs-aubergine:before{content:""}.fi-rs-auction:before{content:""}.fi-rs-audience-megaphone:before{content:""}.fi-rs-audio-description-slash:before{content:""}.fi-rs-audit-alt:before{content:""}.fi-rs-audit:before{content:""}.fi-rs-austral-sign:before{content:""}.fi-rs-avocado:before{content:""}.fi-rs-award:before{content:""}.fi-rs-axe-battle:before{content:""}.fi-rs-axe:before{content:""}.fi-rs-b:before{content:""}.fi-rs-baby-carriage:before{content:""}.fi-rs-baby:before{content:""}.fi-rs-back-up:before{content:""}.fi-rs-background:before{content:""}.fi-rs-backpack:before{content:""}.fi-rs-bacon:before{content:""}.fi-rs-bacteria:before{content:""}.fi-rs-bacterium:before{content:""}.fi-rs-badge-check:before{content:""}.fi-rs-badge-dollar:before{content:""}.fi-rs-badge-leaf:before{content:""}.fi-rs-badge-percent:before{content:""}.fi-rs-badge-sheriff:before{content:""}.fi-rs-badge:before{content:""}.fi-rs-badger-honey:before{content:""}.fi-rs-badget-check-alt:before{content:""}.fi-rs-badminton:before{content:""}.fi-rs-bag-map-pin:before{content:""}.fi-rs-bag-seedling:before{content:""}.fi-rs-bag-shopping-minus:before{content:""}.fi-rs-bags-shopping:before{content:""}.fi-rs-baguette:before{content:""}.fi-rs-bahai:before{content:""}.fi-rs-baht-sign:before{content:""}.fi-rs-balance-scale-left:before{content:""}.fi-rs-balance-scale-right:before{content:""}.fi-rs-ball-pile:before{content:""}.fi-rs-ballet-dance:before{content:""}.fi-rs-balloon:before{content:""}.fi-rs-balloons:before{content:""}.fi-rs-ballot-check:before{content:""}.fi-rs-ballot:before{content:""}.fi-rs-ban-bug:before{content:""}.fi-rs-ban:before{content:""}.fi-rs-banana:before{content:""}.fi-rs-band-aid:before{content:""}.fi-rs-bangladeshi-taka-sign:before{content:""}.fi-rs-banjo:before{content:""}.fi-rs-bank:before{content:""}.fi-rs-banner-2:before{content:""}.fi-rs-banner-3:before{content:""}.fi-rs-banner-4:before{content:""}.fi-rs-banner-5:before{content:""}.fi-rs-banner:before{content:""}.fi-rs-barber-pole:before{content:""}.fi-rs-barber-shop:before{content:""}.fi-rs-barcode-read:before{content:""}.fi-rs-barcode-scan:before{content:""}.fi-rs-barcode:before{content:""}.fi-rs-bars-filter:before{content:""}.fi-rs-bars-progress:before{content:""}.fi-rs-bars-sort:before{content:""}.fi-rs-bars-staggered:before{content:""}.fi-rs-baseball-alt:before{content:""}.fi-rs-baseball:before{content:""}.fi-rs-basket-shopping-minus:before{content:""}.fi-rs-basket-shopping-plus:before{content:""}.fi-rs-basket-shopping-simple:before{content:""}.fi-rs-basketball-hoop:before{content:""}.fi-rs-basketball:before{content:""}.fi-rs-bat:before{content:""}.fi-rs-bath:before{content:""}.fi-rs-battery-bolt:before{content:""}.fi-rs-battery-empty:before{content:""}.fi-rs-battery-exclamation:before{content:""}.fi-rs-battery-full:before{content:""}.fi-rs-battery-half:before{content:""}.fi-rs-battery-quarter:before{content:""}.fi-rs-battery-slash:before{content:""}.fi-rs-battery-three-quarters:before{content:""}.fi-rs-beacon:before{content:""}.fi-rs-bed-alt:before{content:""}.fi-rs-bed-bunk:before{content:""}.fi-rs-bed-empty:before{content:""}.fi-rs-bed:before{content:""}.fi-rs-bee:before{content:""}.fi-rs-beer-mug-empty:before{content:""}.fi-rs-beer:before{content:""}.fi-rs-bell-concierge:before{content:""}.fi-rs-bell-notification-call:before{content:""}.fi-rs-bell-notification-social-media:before{content:""}.fi-rs-bell-ring:before{content:""}.fi-rs-bell-school-slash:before{content:""}.fi-rs-bell-school:before{content:""}.fi-rs-bell-slash:before{content:""}.fi-rs-bell:before{content:""}.fi-rs-bells:before{content:""}.fi-rs-bench-tree:before{content:""}.fi-rs-benefit-diamond-alt:before{content:""}.fi-rs-benefit-diamond:before{content:""}.fi-rs-benefit-hand:before{content:""}.fi-rs-benefit-increase:before{content:""}.fi-rs-benefit-porcent:before{content:""}.fi-rs-benefit:before{content:""}.fi-rs-betamax:before{content:""}.fi-rs-bible:before{content:""}.fi-rs-bicycle-journey:before{content:""}.fi-rs-bike:before{content:""}.fi-rs-biking-mountain:before{content:""}.fi-rs-biking:before{content:""}.fi-rs-bill-arrow:before{content:""}.fi-rs-billiard:before{content:""}.fi-rs-bin-bottles:before{content:""}.fi-rs-binary-circle-check:before{content:""}.fi-rs-binary-lock:before{content:""}.fi-rs-binary-slash:before{content:""}.fi-rs-binary:before{content:""}.fi-rs-binoculars:before{content:""}.fi-rs-bio-leaves:before{content:""}.fi-rs-bio:before{content:""}.fi-rs-biohazard:before{content:""}.fi-rs-bird:before{content:""}.fi-rs-bitcoin-sign:before{content:""}.fi-rs-blanket:before{content:""}.fi-rs-blender-phone:before{content:""}.fi-rs-blender:before{content:""}.fi-rs-blinds-open:before{content:""}.fi-rs-blinds-raised:before{content:""}.fi-rs-blinds:before{content:""}.fi-rs-block-brick:before{content:""}.fi-rs-block-microphone:before{content:""}.fi-rs-block-question:before{content:""}.fi-rs-block-quote:before{content:""}.fi-rs-block:before{content:""}.fi-rs-blockchain-3:before{content:""}.fi-rs-blog-pencil:before{content:""}.fi-rs-blog-text:before{content:""}.fi-rs-blood-dropper:before{content:""}.fi-rs-blood-test-tube-alt:before{content:""}.fi-rs-blood-test-tube:before{content:""}.fi-rs-blood:before{content:""}.fi-rs-blueberries:before{content:""}.fi-rs-blueprint:before{content:""}.fi-rs-bold:before{content:""}.fi-rs-bolt-auto:before{content:""}.fi-rs-bolt-slash:before{content:""}.fi-rs-bolt:before{content:""}.fi-rs-bomb:before{content:""}.fi-rs-bone-break:before{content:""}.fi-rs-bone:before{content:""}.fi-rs-bong:before{content:""}.fi-rs-bonus-alt:before{content:""}.fi-rs-bonus-star:before{content:""}.fi-rs-bonus:before{content:""}.fi-rs-book-alt:before{content:""}.fi-rs-book-arrow-right:before{content:""}.fi-rs-book-arrow-up:before{content:""}.fi-rs-book-atlas:before{content:""}.fi-rs-book-bookmark:before{content:""}.fi-rs-book-circle-arrow-right:before{content:""}.fi-rs-book-circle-arrow-up:before{content:""}.fi-rs-book-copy:before{content:""}.fi-rs-book-dead:before{content:""}.fi-rs-book-font:before{content:""}.fi-rs-book-heart:before{content:""}.fi-rs-book-medical:before{content:""}.fi-rs-book-open-cover:before{content:""}.fi-rs-book-open-reader:before{content:""}.fi-rs-book-plus:before{content:""}.fi-rs-book-quran:before{content:""}.fi-rs-book-section:before{content:""}.fi-rs-book-spells:before{content:""}.fi-rs-book-tanakh:before{content:""}.fi-rs-book-user:before{content:""}.fi-rs-book:before{content:""}.fi-rs-Booking:before{content:""}.fi-rs-bookmark-slash:before{content:""}.fi-rs-bookmark:before{content:""}.fi-rs-books-medical:before{content:""}.fi-rs-books:before{content:""}.fi-rs-boot-heeled:before{content:""}.fi-rs-boot:before{content:""}.fi-rs-booth-curtain:before{content:""}.fi-rs-border-all:before{content:""}.fi-rs-border-bottom:before{content:""}.fi-rs-border-center-h:before{content:""}.fi-rs-border-center-v:before{content:""}.fi-rs-border-inner:before{content:""}.fi-rs-border-left:before{content:""}.fi-rs-border-none:before{content:""}.fi-rs-border-outer:before{content:""}.fi-rs-border-right:before{content:""}.fi-rs-border-style-alt:before{content:""}.fi-rs-border-style:before{content:""}.fi-rs-border-top:before{content:""}.fi-rs-boss:before{content:""}.fi-rs-bottle-droplet:before{content:""}.fi-rs-bottle:before{content:""}.fi-rs-bow-arrow:before{content:""}.fi-rs-bowl-chopsticks-noodles:before{content:""}.fi-rs-bowl-chopsticks:before{content:""}.fi-rs-bowl-rice:before{content:""}.fi-rs-bowl-scoop:before{content:""}.fi-rs-bowl-scoops:before{content:""}.fi-rs-bowl-soft-serve:before{content:""}.fi-rs-bowl-spoon:before{content:""}.fi-rs-bowling-ball:before{content:""}.fi-rs-bowling-pins:before{content:""}.fi-rs-bowling:before{content:""}.fi-rs-box-alt:before{content:""}.fi-rs-box-ballot:before{content:""}.fi-rs-box-check:before{content:""}.fi-rs-box-circle-check:before{content:""}.fi-rs-box-dollar:before{content:""}.fi-rs-box-fragile:before{content:""}.fi-rs-box-heart:before{content:""}.fi-rs-box-open-full:before{content:""}.fi-rs-box-open:before{content:""}.fi-rs-box-tissue:before{content:""}.fi-rs-box-up:before{content:""}.fi-rs-box:before{content:""}.fi-rs-boxes:before{content:""}.fi-rs-boxing-glove:before{content:""}.fi-rs-bracket-curly-right:before{content:""}.fi-rs-bracket-curly:before{content:""}.fi-rs-bracket-round-right:before{content:""}.fi-rs-bracket-round:before{content:""}.fi-rs-bracket-square-right:before{content:""}.fi-rs-bracket-square:before{content:""}.fi-rs-brackets-curly:before{content:""}.fi-rs-brackets-round:before{content:""}.fi-rs-brackets-square:before{content:""}.fi-rs-braille-a:before{content:""}.fi-rs-braille-b:before{content:""}.fi-rs-braille-c:before{content:""}.fi-rs-braille-d:before{content:""}.fi-rs-braille-e:before{content:""}.fi-rs-braille-g:before{content:""}.fi-rs-braille-h:before{content:""}.fi-rs-braille-i:before{content:""}.fi-rs-braille-j:before{content:""}.fi-rs-braille-k:before{content:""}.fi-rs-braille-l:before{content:""}.fi-rs-braille-m:before{content:""}.fi-rs-braille-n-alt:before{content:""}.fi-rs-braille-n:before{content:""}.fi-rs-braille-o:before{content:""}.fi-rs-braille-p:before{content:""}.fi-rs-braille-q:before{content:""}.fi-rs-braille-r:before{content:""}.fi-rs-braille-s:before{content:""}.fi-rs-braille-t:before{content:""}.fi-rs-braille-u:before{content:""}.fi-rs-braille-v:before{content:""}.fi-rs-braille-w:before{content:""}.fi-rs-braille-x:before{content:""}.fi-rs-braille-y:before{content:""}.fi-rs-braille-z:before{content:""}.fi-rs-braille:before{content:""}.fi-rs-brain-circuit:before{content:""}.fi-rs-brain:before{content:""}.fi-rs-brake-warning:before{content:""}.fi-rs-branching:before{content:""}.fi-rs-brand:before{content:""}.fi-rs-branding:before{content:""}.fi-rs-bread-loaf:before{content:""}.fi-rs-bread-slice-butter:before{content:""}.fi-rs-bread-slice:before{content:""}.fi-rs-bread:before{content:""}.fi-rs-briefcase-arrow-right:before{content:""}.fi-rs-briefcase-blank:before{content:""}.fi-rs-briefcase:before{content:""}.fi-rs-brightness-low:before{content:""}.fi-rs-brightness:before{content:""}.fi-rs-bring-forward:before{content:""}.fi-rs-bring-front:before{content:""}.fi-rs-broadcast-tower:before{content:""}.fi-rs-broccoli:before{content:""}.fi-rs-broken-chain-link-wrong:before{content:""}.fi-rs-broken-image:before{content:""}.fi-rs-broom-ball:before{content:""}.fi-rs-browser-ui:before{content:""}.fi-rs-browser:before{content:""}.fi-rs-browsers:before{content:""}.fi-rs-brush:before{content:""}.fi-rs-bucket:before{content:""}.fi-rs-budget-alt:before{content:""}.fi-rs-budget:before{content:""}.fi-rs-bug-slash:before{content:""}.fi-rs-bug:before{content:""}.fi-rs-bugs:before{content:""}.fi-rs-build-alt:before{content:""}.fi-rs-build:before{content:""}.fi-rs-builder:before{content:""}.fi-rs-building-circle-arrow-right:before{content:""}.fi-rs-building-ngo:before{content:""}.fi-rs-building:before{content:""}.fi-rs-bulb:before{content:""}.fi-rs-bullet:before{content:""}.fi-rs-bullhorn:before{content:""}.fi-rs-bullseye-arrow:before{content:""}.fi-rs-bullseye-pointer:before{content:""}.fi-rs-bullseye:before{content:""}.fi-rs-burger-alt:before{content:""}.fi-rs-burger-fries:before{content:""}.fi-rs-burger-glass:before{content:""}.fi-rs-burger-menu:before{content:""}.fi-rs-burrito:before{content:""}.fi-rs-burst:before{content:""}.fi-rs-bus-alt:before{content:""}.fi-rs-bus:before{content:""}.fi-rs-business-time:before{content:""}.fi-rs-Butter:before{content:""}.fi-rs-butterfly:before{content:""}.fi-rs-c:before{content:""}.fi-rs-cabin:before{content:""}.fi-rs-cactus:before{content:""}.fi-rs-cage-empty:before{content:""}.fi-rs-cake-birthday:before{content:""}.fi-rs-cake-slice:before{content:""}.fi-rs-cake-wedding:before{content:""}.fi-rs-calculator-bill:before{content:""}.fi-rs-calculator-math-tax:before{content:""}.fi-rs-calculator-money:before{content:""}.fi-rs-calculator-simple:before{content:""}.fi-rs-calculator:before{content:""}.fi-rs-calendar-arrow-down:before{content:""}.fi-rs-calendar-arrow-up:before{content:""}.fi-rs-calendar-birhtday-cake:before{content:""}.fi-rs-calendar-call:before{content:""}.fi-rs-calendar-check:before{content:""}.fi-rs-calendar-clock:before{content:""}.fi-rs-calendar-day:before{content:""}.fi-rs-calendar-days:before{content:""}.fi-rs-calendar-event-tax:before{content:""}.fi-rs-calendar-exclamation:before{content:""}.fi-rs-calendar-gavel-legal:before{content:""}.fi-rs-calendar-heart:before{content:""}.fi-rs-calendar-image:before{content:""}.fi-rs-calendar-lines-pen:before{content:""}.fi-rs-calendar-lines:before{content:""}.fi-rs-calendar-minus:before{content:""}.fi-rs-calendar-payment-loan:before{content:""}.fi-rs-calendar-pen:before{content:""}.fi-rs-calendar-plus:before{content:""}.fi-rs-calendar-salary:before{content:""}.fi-rs-calendar-shift-swap:before{content:""}.fi-rs-calendar-star:before{content:""}.fi-rs-calendar-swap:before{content:""}.fi-rs-calendar-week:before{content:""}.fi-rs-calendar-xmark:before{content:""}.fi-rs-calendar:before{content:""}.fi-rs-calendars:before{content:""}.fi-rs-call-duration:before{content:""}.fi-rs-call-history:before{content:""}.fi-rs-call-incoming:before{content:""}.fi-rs-call-missed:before{content:""}.fi-rs-call-outgoing:before{content:""}.fi-rs-camcorder:before{content:""}.fi-rs-camera-cctv:before{content:""}.fi-rs-camera-movie:before{content:""}.fi-rs-camera-retro:before{content:""}.fi-rs-camera-rotate:before{content:""}.fi-rs-camera-security:before{content:""}.fi-rs-camera-slash:before{content:""}.fi-rs-camera-viewfinder:before{content:""}.fi-rs-camera:before{content:""}.fi-rs-campfire:before{content:""}.fi-rs-camping:before{content:""}.fi-rs-can-food:before{content:""}.fi-rs-candle-holder:before{content:""}.fi-rs-candle-lotus-yoga:before{content:""}.fi-rs-candle-pose-yoga:before{content:""}.fi-rs-candy-alt:before{content:""}.fi-rs-candy-bar:before{content:""}.fi-rs-candy-cane:before{content:""}.fi-rs-candy-corn:before{content:""}.fi-rs-candy-sweet:before{content:""}.fi-rs-candy:before{content:""}.fi-rs-Cannabis:before{content:""}.fi-rs-canned-food:before{content:""}.fi-rs-capsules:before{content:""}.fi-rs-car-alt:before{content:""}.fi-rs-car-battery:before{content:""}.fi-rs-car-bolt:before{content:""}.fi-rs-car-building:before{content:""}.fi-rs-car-bump:before{content:""}.fi-rs-car-bus:before{content:""}.fi-rs-car-circle-bolt:before{content:""}.fi-rs-car-crash:before{content:""}.fi-rs-car-garage:before{content:""}.fi-rs-car-journey:before{content:""}.fi-rs-car-mechanic:before{content:""}.fi-rs-car-rear:before{content:""}.fi-rs-car-side-bolt:before{content:""}.fi-rs-car-side:before{content:""}.fi-rs-car-tilt:before{content:""}.fi-rs-car-tunnel:before{content:""}.fi-rs-car-wash:before{content:""}.fi-rs-car:before{content:""}.fi-rs-caravan-alt:before{content:""}.fi-rs-caravan:before{content:""}.fi-rs-card-club:before{content:""}.fi-rs-card-diamond:before{content:""}.fi-rs-card-heart:before{content:""}.fi-rs-card-spade:before{content:""}.fi-rs-cardinal-compass:before{content:""}.fi-rs-career-growth:before{content:""}.fi-rs-career-path:before{content:""}.fi-rs-caret-circle-down:before{content:""}.fi-rs-caret-circle-right:before{content:""}.fi-rs-caret-circle-up:before{content:""}.fi-rs-caret-down:before{content:""}.fi-rs-caret-left:before{content:""}.fi-rs-caret-quare-up:before{content:""}.fi-rs-caret-right:before{content:""}.fi-rs-caret-square-down:before{content:""}.fi-rs-caret-square-left_1:before{content:""}.fi-rs-caret-square-left:before{content:""}.fi-rs-caret-square-right:before{content:""}.fi-rs-caret-up:before{content:""}.fi-rs-carrot:before{content:""}.fi-rs-cars-crash:before{content:""}.fi-rs-cars:before{content:""}.fi-rs-cart-arrow-down:before{content:""}.fi-rs-cart-minus:before{content:""}.fi-rs-cart-shopping-fast:before{content:""}.fi-rs-cash-register:before{content:""}.fi-rs-cassette-tape:before{content:""}.fi-rs-cassette-vhs:before{content:""}.fi-rs-castle:before{content:""}.fi-rs-cat-head:before{content:""}.fi-rs-cat-space:before{content:""}.fi-rs-cat:before{content:""}.fi-rs-catalog-alt:before{content:""}.fi-rs-catalog-magazine:before{content:""}.fi-rs-catalog:before{content:""}.fi-rs-category-alt:before{content:""}.fi-rs-category:before{content:""}.fi-rs-cauldron:before{content:""}.fi-rs-cedi-sign:before{content:""}.fi-rs-cello:before{content:""}.fi-rs-cent-sign:before{content:""}.fi-rs-chair-office:before{content:""}.fi-rs-chair:before{content:""}.fi-rs-chalkboard-user:before{content:""}.fi-rs-chalkboard:before{content:""}.fi-rs-challenge-alt:before{content:""}.fi-rs-challenge:before{content:""}.fi-rs-channel:before{content:""}.fi-rs-charging-station:before{content:""}.fi-rs-chart-area:before{content:""}.fi-rs-chart-bullet:before{content:""}.fi-rs-chart-candlestick:before{content:""}.fi-rs-chart-connected:before{content:""}.fi-rs-chart-gantt:before{content:""}.fi-rs-chart-histogram:before{content:""}.fi-rs-chart-kanban:before{content:""}.fi-rs-chart-line-up-down:before{content:""}.fi-rs-chart-line-up:before{content:""}.fi-rs-chart-mixed-up-circle-currency:before{content:""}.fi-rs-chart-mixed-up-circle-dollar:before{content:""}.fi-rs-chart-mixed:before{content:""}.fi-rs-chart-network:before{content:""}.fi-rs-chart-pie-alt:before{content:""}.fi-rs-chart-pie-simple-circle-currency:before{content:""}.fi-rs-chart-pie-simple-circle-dollar:before{content:""}.fi-rs-chart-pie:before{content:""}.fi-rs-chart-pyramid:before{content:""}.fi-rs-chart-radar:before{content:""}.fi-rs-chart-scatter-3d:before{content:""}.fi-rs-chart-scatter-bubble:before{content:""}.fi-rs-chart-scatter:before{content:""}.fi-rs-chart-set-theory:before{content:""}.fi-rs-chart-simple-horizontal:before{content:""}.fi-rs-chart-simple:before{content:""}.fi-rs-chart-tree-map:before{content:""}.fi-rs-chart-tree:before{content:""}.fi-rs-chart-user:before{content:""}.fi-rs-chart-waterfall:before{content:""}.fi-rs-chat-arrow-down:before{content:""}.fi-rs-chat-arrow-grow:before{content:""}.fi-rs-chat-bubble-call:before{content:""}.fi-rs-chatbot-speech-bubble:before{content:""}.fi-rs-chatbot:before{content:""}.fi-rs-cheap-bill:before{content:""}.fi-rs-cheap-dollar:before{content:""}.fi-rs-cheap-stack-dollar:before{content:""}.fi-rs-cheap-stack:before{content:""}.fi-rs-cheap:before{content:""}.fi-rs-check-circle:before{content:""}.fi-rs-check-double:before{content:""}.fi-rs-check-in-calendar:before{content:""}.fi-rs-check-out-calendar:before{content:""}.fi-rs-check:before{content:""}.fi-rs-checkbox:before{content:""}.fi-rs-checklist-task-budget:before{content:""}.fi-rs-cheese-alt:before{content:""}.fi-rs-cheese:before{content:""}.fi-rs-cheeseburger:before{content:""}.fi-rs-cherry:before{content:""}.fi-rs-chess-bishop:before{content:""}.fi-rs-chess-board:before{content:""}.fi-rs-chess-clock-alt:before{content:""}.fi-rs-chess-clock:before{content:""}.fi-rs-chess-king-alt:before{content:""}.fi-rs-chess-king:before{content:""}.fi-rs-chess-knight-alt:before{content:""}.fi-rs-chess-knight:before{content:""}.fi-rs-chess-pawn-alt:before{content:""}.fi-rs-chess-pawn:before{content:""}.fi-rs-chess-piece:before{content:""}.fi-rs-chess-queen-alt:before{content:""}.fi-rs-chess-queen:before{content:""}.fi-rs-chess-rook-alt:before{content:""}.fi-rs-chess-rook:before{content:""}.fi-rs-chess:before{content:""}.fi-rs-chevron-double-down:before{content:""}.fi-rs-chevron-double-up:before{content:""}.fi-rs-child-head:before{content:""}.fi-rs-child:before{content:""}.fi-rs-chimney:before{content:""}.fi-rs-chip:before{content:""}.fi-rs-chocolate:before{content:""}.fi-rs-choir-singing:before{content:""}.fi-rs-choose-alt:before{content:""}.fi-rs-choose:before{content:""}.fi-rs-church:before{content:""}.fi-rs-circle-0:before{content:""}.fi-rs-circle-1:before{content:""}.fi-rs-circle-2:before{content:""}.fi-rs-circle-3:before{content:""}.fi-rs-circle-4:before{content:""}.fi-rs-circle-5:before{content:""}.fi-rs-circle-6:before{content:""}.fi-rs-circle-7:before{content:""}.fi-rs-circle-8:before{content:""}.fi-rs-circle-9:before{content:""}.fi-rs-circle-a:before{content:""}.fi-rs-circle-b:before{content:""}.fi-rs-circle-bolt:before{content:""}.fi-rs-circle-book-open:before{content:""}.fi-rs-circle-bookmark:before{content:""}.fi-rs-circle-c:before{content:""}.fi-rs-circle-calendar:before{content:""}.fi-rs-circle-camera:before{content:""}.fi-rs-circle-cross:before{content:""}.fi-rs-circle-d:before{content:""}.fi-rs-circle-dashed:before{content:""}.fi-rs-circle-divide:before{content:""}.fi-rs-circle-e:before{content:""}.fi-rs-circle-ellipsis-vertical:before{content:""}.fi-rs-circle-ellipsis:before{content:""}.fi-rs-circle-envelope:before{content:""}.fi-rs-circle-exclamation-check:before{content:""}.fi-rs-circle-f:before{content:""}.fi-rs-circle-g:before{content:""}.fi-rs-circle-h:before{content:""}.fi-rs-circle-half-stroke:before{content:""}.fi-rs-circle-half:before{content:""}.fi-rs-circle-heart:before{content:""}.fi-rs-circle-i:before{content:""}.fi-rs-circle-j:before{content:""}.fi-rs-circle-k:before{content:""}.fi-rs-circle-l:before{content:""}.fi-rs-circle-m:before{content:""}.fi-rs-circle-microphone-lines:before{content:""}.fi-rs-circle-microphone:before{content:""}.fi-rs-circle-n:before{content:""}.fi-rs-circle-nodes:before{content:""}.fi-rs-circle-o:before{content:""}.fi-rs-circle-overlap:before{content:""}.fi-rs-circle-p:before{content:""}.fi-rs-circle-phone-flip:before{content:""}.fi-rs-circle-phone-hangup:before{content:""}.fi-rs-circle-phone:before{content:""}.fi-rs-circle-q:before{content:""}.fi-rs-circle-quarter:before{content:""}.fi-rs-circle-quarters-alt:before{content:""}.fi-rs-circle-r:before{content:""}.fi-rs-circle-s:before{content:""}.fi-rs-circle-small:before{content:""}.fi-rs-circle-star:before{content:""}.fi-rs-circle-t:before{content:""}.fi-rs-circle-three-quarters:before{content:""}.fi-rs-circle-trash:before{content:""}.fi-rs-circle-u:before{content:""}.fi-rs-circle-user:before{content:""}.fi-rs-circle-v:before{content:""}.fi-rs-circle-video:before{content:""}.fi-rs-circle-w:before{content:""}.fi-rs-circle-waveform-lines:before{content:""}.fi-rs-circle-x:before{content:""}.fi-rs-circle-xmark:before{content:""}.fi-rs-circle-y:before{content:""}.fi-rs-circle-z:before{content:""}.fi-rs-circle:before{content:""}.fi-rs-citrus-slice:before{content:""}.fi-rs-citrus:before{content:""}.fi-rs-city:before{content:""}.fi-rs-clapperboard-play:before{content:""}.fi-rs-clapperboard:before{content:""}.fi-rs-clarinet:before{content:""}.fi-rs-claw-marks:before{content:""}.fi-rs-clean:before{content:""}.fi-rs-clear-alt:before{content:""}.fi-rs-clip-file:before{content:""}.fi-rs-clip-mail:before{content:""}.fi-rs-clip:before{content:""}.fi-rs-clipboard-check:before{content:""}.fi-rs-clipboard-exclamation:before{content:""}.fi-rs-clipboard-list-check:before{content:""}.fi-rs-clipboard-list:before{content:""}.fi-rs-clipboard-prescription:before{content:""}.fi-rs-clipboard-question:before{content:""}.fi-rs-clipboard-user:before{content:""}.fi-rs-clipboard:before{content:""}.fi-rs-clipoard-wrong:before{content:""}.fi-rs-clock-desk:before{content:""}.fi-rs-clock-eight-thirty:before{content:""}.fi-rs-clock-eleven-thirty:before{content:""}.fi-rs-clock-eleven:before{content:""}.fi-rs-clock-five-thirty:before{content:""}.fi-rs-clock-five:before{content:""}.fi-rs-clock-four-thirty:before{content:""}.fi-rs-clock-nine-thirty:before{content:""}.fi-rs-clock-nine:before{content:""}.fi-rs-clock-one-thirty:before{content:""}.fi-rs-clock-one:before{content:""}.fi-rs-clock-seven-thirty:before{content:""}.fi-rs-clock-seven:before{content:""}.fi-rs-clock-six-thirty:before{content:""}.fi-rs-clock-six:before{content:""}.fi-rs-clock-ten-thirty:before{content:""}.fi-rs-clock-ten:before{content:""}.fi-rs-clock-three-thirty:before{content:""}.fi-rs-clock-three:before{content:""}.fi-rs-clock-time-tracking:before{content:""}.fi-rs-clock-twelve-thirty:before{content:""}.fi-rs-clock-twelve:before{content:""}.fi-rs-clock-two-thirty:before{content:""}.fi-rs-clock-two:before{content:""}.fi-rs-clock-up-arrow:before{content:""}.fi-rs-clock:before{content:""}.fi-rs-clone:before{content:""}.fi-rs-closed-captioning-slash:before{content:""}.fi-rs-clothes-hanger:before{content:""}.fi-rs-cloud-back-up-alt:before{content:""}.fi-rs-cloud-back-up:before{content:""}.fi-rs-cloud-check:before{content:""}.fi-rs-cloud-code:before{content:""}.fi-rs-cloud-disabled:before{content:""}.fi-rs-cloud-download-alt:before{content:""}.fi-rs-cloud-download:before{content:""}.fi-rs-cloud-drizzle:before{content:""}.fi-rs-cloud-exclamation:before{content:""}.fi-rs-cloud-gear-automation:before{content:""}.fi-rs-cloud-hail-mixed:before{content:""}.fi-rs-cloud-hail:before{content:""}.fi-rs-cloud-meatball:before{content:""}.fi-rs-cloud-moon-rain:before{content:""}.fi-rs-cloud-moon:before{content:""}.fi-rs-cloud-question:before{content:""}.fi-rs-cloud-rain:before{content:""}.fi-rs-cloud-rainbow:before{content:""}.fi-rs-cloud-share:before{content:""}.fi-rs-cloud-showers-heavy:before{content:""}.fi-rs-cloud-showers:before{content:""}.fi-rs-cloud-sleet:before{content:""}.fi-rs-cloud-snow:before{content:""}.fi-rs-cloud-sun-rain:before{content:""}.fi-rs-cloud-sun:before{content:""}.fi-rs-cloud-upload-alt:before{content:""}.fi-rs-cloud-upload:before{content:""}.fi-rs-cloud:before{content:""}.fi-rs-clouds-moon:before{content:""}.fi-rs-clouds-sun:before{content:""}.fi-rs-clouds:before{content:""}.fi-rs-clover-alt:before{content:""}.fi-rs-club:before{content:""}.fi-rs-cocktail-alt:before{content:""}.fi-rs-cocktail:before{content:""}.fi-rs-coconut:before{content:""}.fi-rs-code-branch:before{content:""}.fi-rs-code-commit:before{content:""}.fi-rs-code-compare:before{content:""}.fi-rs-code-fork:before{content:""}.fi-rs-code-merge:before{content:""}.fi-rs-code-pull-request-closed:before{content:""}.fi-rs-code-pull-request-draft:before{content:""}.fi-rs-code-pull-request:before{content:""}.fi-rs-code-simple:before{content:""}.fi-rs-coffee-bean:before{content:""}.fi-rs-coffee-beans:before{content:""}.fi-rs-coffee-heart:before{content:""}.fi-rs-coffee-pot:before{content:""}.fi-rs-coffee:before{content:""}.fi-rs-coffin-cross:before{content:""}.fi-rs-coffin:before{content:""}.fi-rs-coin-up-arrow:before{content:""}.fi-rs-coin:before{content:""}.fi-rs-coins:before{content:""}.fi-rs-colon-sign:before{content:""}.fi-rs-columns-3:before{content:""}.fi-rs-comet:before{content:""}.fi-rs-command:before{content:""}.fi-rs-comment-alt-check:before{content:""}.fi-rs-comment-alt-dots:before{content:""}.fi-rs-comment-alt-edit:before{content:""}.fi-rs-comment-alt-medical:before{content:""}.fi-rs-comment-alt-middle-top:before{content:""}.fi-rs-comment-alt-middle:before{content:""}.fi-rs-comment-alt-minus:before{content:""}.fi-rs-comment-alt-music:before{content:""}.fi-rs-comment-alt:before{content:""}.fi-rs-comment-arrow-down:before{content:""}.fi-rs-comment-arrow-up-right:before{content:""}.fi-rs-comment-arrow-up:before{content:""}.fi-rs-comment-check:before{content:""}.fi-rs-comment-code:before{content:""}.fi-rs-comment-dollar:before{content:""}.fi-rs-comment-dots:before{content:""}.fi-rs-comment-exclamation:before{content:""}.fi-rs-comment-heart:before{content:""}.fi-rs-comment-image:before{content:""}.fi-rs-comment-info:before{content:""}.fi-rs-comment-medical:before{content:""}.fi-rs-comment-minus:before{content:""}.fi-rs-comment-pen:before{content:""}.fi-rs-comment-question:before{content:""}.fi-rs-comment-quote:before{content:""}.fi-rs-comment-slash:before{content:""}.fi-rs-comment-smile:before{content:""}.fi-rs-comment-sms:before{content:""}.fi-rs-comment-text:before{content:""}.fi-rs-comment-user:before{content:""}.fi-rs-comment-xmark:before{content:""}.fi-rs-comment:before{content:""}.fi-rs-comments-dollar:before{content:""}.fi-rs-comments-question-check:before{content:""}.fi-rs-comments-question:before{content:""}.fi-rs-comments:before{content:""}.fi-rs-compass-alt:before{content:""}.fi-rs-compass-east:before{content:""}.fi-rs-compass-north:before{content:""}.fi-rs-compass-slash:before{content:""}.fi-rs-compass-south:before{content:""}.fi-rs-compass-west:before{content:""}.fi-rs-completed:before{content:""}.fi-rs-compliance-clipboard:before{content:""}.fi-rs-compliance-document:before{content:""}.fi-rs-compliance:before{content:""}.fi-rs-compress-alt:before{content:""}.fi-rs-compress:before{content:""}.fi-rs-computer-classic:before{content:""}.fi-rs-computer-mouse:before{content:""}.fi-rs-computer-speaker:before{content:""}.fi-rs-computer:before{content:""}.fi-rs-concierge-bell:before{content:""}.fi-rs-condition-alt:before{content:""}.fi-rs-condition:before{content:""}.fi-rs-confetti:before{content:""}.fi-rs-constellation:before{content:""}.fi-rs-container-storage:before{content:""}.fi-rs-convert-document:before{content:""}.fi-rs-convert-shapes:before{content:""}.fi-rs-conveyor-belt-alt:before{content:""}.fi-rs-conveyor-belt-arm:before{content:""}.fi-rs-conveyor-belt-empty:before{content:""}.fi-rs-conveyor-belt:before{content:""}.fi-rs-cookie-alt:before{content:""}.fi-rs-cookie:before{content:""}.fi-rs-copy-alt:before{content:""}.fi-rs-copy-image:before{content:""}.fi-rs-copy:before{content:""}.fi-rs-copyright:before{content:""}.fi-rs-corn:before{content:""}.fi-rs-corporate-alt:before{content:""}.fi-rs-corporate:before{content:""}.fi-rs-couch:before{content:""}.fi-rs-court-sport:before{content:""}.fi-rs-cow-alt:before{content:""}.fi-rs-cow:before{content:""}.fi-rs-cowbell-circle-plus:before{content:""}.fi-rs-cowbell-more:before{content:""}.fi-rs-cowbell:before{content:""}.fi-rs-crab:before{content:""}.fi-rs-crate-empty:before{content:""}.fi-rs-cream:before{content:""}.fi-rs-credit-card-buyer:before{content:""}.fi-rs-credit-card-eye:before{content:""}.fi-rs-credit-card:before{content:""}.fi-rs-cricket:before{content:""}.fi-rs-crm-alt:before{content:""}.fi-rs-crm-computer:before{content:""}.fi-rs-CRM:before{content:""}.fi-rs-croissant:before{content:""}.fi-rs-cross-religion:before{content:""}.fi-rs-cross-small:before{content:""}.fi-rs-cross:before{content:""}.fi-rs-crossed-eye:before{content:""}.fi-rs-crow:before{content:""}.fi-rs-crown:before{content:""}.fi-rs-crutch:before{content:""}.fi-rs-crutches:before{content:""}.fi-rs-cruzeiro-sign:before{content:""}.fi-rs-crypto-calendar:before{content:""}.fi-rs-cryptocurrency:before{content:""}.fi-rs-crystal-ball:before{content:""}.fi-rs-cube:before{content:""}.fi-rs-cubes-stacked:before{content:""}.fi-rs-cubes:before{content:""}.fi-rs-cucumber:before{content:""}.fi-rs-cup-straw-swoosh:before{content:""}.fi-rs-cup-straw:before{content:""}.fi-rs-cup-togo:before{content:""}.fi-rs-cupcake-alt:before{content:""}.fi-rs-cupcake:before{content:""}.fi-rs-curling:before{content:""}.fi-rs-cursor-finger:before{content:""}.fi-rs-cursor-plus:before{content:""}.fi-rs-cursor-text-alt:before{content:""}.fi-rs-cursor-text:before{content:""}.fi-rs-cursor:before{content:""}.fi-rs-curve-alt:before{content:""}.fi-rs-curve-arrow:before{content:""}.fi-rs-curve:before{content:""}.fi-rs-custard:before{content:""}.fi-rs-customer-care:before{content:""}.fi-rs-customer-service:before{content:""}.fi-rs-customization-cogwheel:before{content:""}.fi-rs-customization:before{content:""}.fi-rs-customize-computer:before{content:""}.fi-rs-customize-edit:before{content:""}.fi-rs-customize:before{content:""}.fi-rs-CV:before{content:""}.fi-rs-cvv-card:before{content:""}.fi-rs-d:before{content:""}.fi-rs-dagger:before{content:""}.fi-rs-daily-calendar:before{content:""}.fi-rs-damage:before{content:""}.fi-rs-dart:before{content:""}.fi-rs-dashboard-monitor:before{content:""}.fi-rs-dashboard-panel:before{content:""}.fi-rs-dashboard:before{content:""}.fi-rs-data-transfer:before{content:""}.fi-rs-database:before{content:""}.fi-rs-debt:before{content:""}.fi-rs-deer-rudolph:before{content:""}.fi-rs-deer:before{content:""}.fi-rs-delete-document:before{content:""}.fi-rs-delete-right:before{content:""}.fi-rs-delete-user:before{content:""}.fi-rs-delete:before{content:""}.fi-rs-democrat:before{content:""}.fi-rs-department-structure:before{content:""}.fi-rs-department:before{content:""}.fi-rs-deposit-alt:before{content:""}.fi-rs-deposit:before{content:""}.fi-rs-description-alt:before{content:""}.fi-rs-description:before{content:""}.fi-rs-desk:before{content:""}.fi-rs-desktop-arrow-down:before{content:""}.fi-rs-desktop-wallpaper:before{content:""}.fi-rs-devices:before{content:""}.fi-rs-dewpoint:before{content:""}.fi-rs-dharmachakra:before{content:""}.fi-rs-diagram-cells:before{content:""}.fi-rs-diagram-lean-canvas:before{content:""}.fi-rs-diagram-nested:before{content:""}.fi-rs-diagram-next:before{content:""}.fi-rs-diagram-predecessor:before{content:""}.fi-rs-diagram-previous:before{content:""}.fi-rs-diagram-project:before{content:""}.fi-rs-diagram-sankey:before{content:""}.fi-rs-diagram-subtask:before{content:""}.fi-rs-diagram-successor:before{content:""}.fi-rs-diagram-venn:before{content:""}.fi-rs-dial-high:before{content:""}.fi-rs-dial-low:before{content:""}.fi-rs-dial-max:before{content:""}.fi-rs-dial-med-low:before{content:""}.fi-rs-dial-med:before{content:""}.fi-rs-dial-min:before{content:""}.fi-rs-dial-off:before{content:""}.fi-rs-dial:before{content:""}.fi-rs-diamond-exclamation:before{content:""}.fi-rs-diamond-turn-right:before{content:""}.fi-rs-diamond:before{content:""}.fi-rs-diary-bookmark-down:before{content:""}.fi-rs-diary-bookmarks:before{content:""}.fi-rs-diary-clasp:before{content:""}.fi-rs-dice-alt:before{content:""}.fi-rs-dice-d10:before{content:""}.fi-rs-dice-d12:before{content:""}.fi-rs-dice-d20:before{content:""}.fi-rs-dice-d4:before{content:""}.fi-rs-dice-d6:before{content:""}.fi-rs-dice-d8:before{content:""}.fi-rs-dice-four:before{content:""}.fi-rs-dice-one:before{content:""}.fi-rs-dice-six:before{content:""}.fi-rs-dice-three:before{content:""}.fi-rs-dice-two:before{content:""}.fi-rs-dice:before{content:""}.fi-rs-digging:before{content:""}.fi-rs-digital-tachograph:before{content:""}.fi-rs-dinner:before{content:""}.fi-rs-diploma:before{content:""}.fi-rs-direction-signal-arrow:before{content:""}.fi-rs-direction-signal:before{content:""}.fi-rs-disc-drive:before{content:""}.fi-rs-disco-ball:before{content:""}.fi-rs-discover:before{content:""}.fi-rs-disease:before{content:""}.fi-rs-disk:before{content:""}.fi-rs-display-arrow-down:before{content:""}.fi-rs-display-chart-up:before{content:""}.fi-rs-display-code:before{content:""}.fi-rs-display-medical:before{content:""}.fi-rs-display-slash:before{content:""}.fi-rs-distribute-spacing-horizontal:before{content:""}.fi-rs-distribute-spacing-vertical:before{content:""}.fi-rs-divide:before{content:""}.fi-rs-dizzy:before{content:""}.fi-rs-dna:before{content:""}.fi-rs-do-not-enter:before{content:""}.fi-rs-doctor:before{content:""}.fi-rs-document-circle-wrong:before{content:""}.fi-rs-document-paid:before{content:""}.fi-rs-document-signed:before{content:""}.fi-rs-document:before{content:""}.fi-rs-dog-leashed:before{content:""}.fi-rs-dog:before{content:""}.fi-rs-dollar:before{content:""}.fi-rs-dolly-flatbed-alt:before{content:""}.fi-rs-dolly-flatbed-empty:before{content:""}.fi-rs-dolly-flatbed:before{content:""}.fi-rs-dolphin:before{content:""}.fi-rs-domino-effect:before{content:""}.fi-rs-donate:before{content:""}.fi-rs-dong-sign:before{content:""}.fi-rs-donut:before{content:""}.fi-rs-door-closed:before{content:""}.fi-rs-door-open:before{content:""}.fi-rs-dot-circle:before{content:""}.fi-rs-dot-pending:before{content:""}.fi-rs-dove:before{content:""}.fi-rs-down-from-bracket:before{content:""}.fi-rs-down-left-and-up-right-to-center:before{content:""}.fi-rs-down-left:before{content:""}.fi-rs-down-right:before{content:""}.fi-rs-down-to-line:before{content:""}.fi-rs-down:before{content:""}.fi-rs-download:before{content:""}.fi-rs-drafting-compass:before{content:""}.fi-rs-dragon:before{content:""}.fi-rs-draw-polygon:before{content:""}.fi-rs-draw-square:before{content:""}.fi-rs-drawer-alt:before{content:""}.fi-rs-drawer-empty:before{content:""}.fi-rs-drawer:before{content:""}.fi-rs-dreidel:before{content:""}.fi-rs-drink-alt:before{content:""}.fi-rs-driver-man:before{content:""}.fi-rs-driver-woman:before{content:""}.fi-rs-drone-alt:before{content:""}.fi-rs-drone-front:before{content:""}.fi-rs-drone:before{content:""}.fi-rs-drop-down:before{content:""}.fi-rs-dropdown-select:before{content:""}.fi-rs-dropdown:before{content:""}.fi-rs-drum-steelpan:before{content:""}.fi-rs-drum:before{content:""}.fi-rs-drumstick-bite:before{content:""}.fi-rs-drumstick:before{content:""}.fi-rs-dryer-alt:before{content:""}.fi-rs-dryer:before{content:""}.fi-rs-duck:before{content:""}.fi-rs-dumbbell-fitness:before{content:""}.fi-rs-dumbbell-horizontal:before{content:""}.fi-rs-dumbbell-ray:before{content:""}.fi-rs-dumbbell-weightlifting:before{content:""}.fi-rs-dumpster-fire:before{content:""}.fi-rs-dumpster:before{content:""}.fi-rs-dungeon:before{content:""}.fi-rs-duplicate:before{content:""}.fi-rs-duration-alt:before{content:""}.fi-rs-duration:before{content:""}.fi-rs-e-learning:before{content:""}.fi-rs-e:before{content:""}.fi-rs-ear-deaf:before{content:""}.fi-rs-ear-muffs:before{content:""}.fi-rs-ear:before{content:""}.fi-rs-earnings:before{content:""}.fi-rs-earth-africa:before{content:""}.fi-rs-earth-americas:before{content:""}.fi-rs-earth-asia:before{content:""}.fi-rs-earth-europa:before{content:""}.fi-rs-eclipse-alt:before{content:""}.fi-rs-eclipse:before{content:""}.fi-rs-edit-alt:before{content:""}.fi-rs-edit:before{content:""}.fi-rs-effect:before{content:""}.fi-rs-egg-fried:before{content:""}.fi-rs-egg:before{content:""}.fi-rs-eject:before{content:""}.fi-rs-elephant:before{content:""}.fi-rs-elevator:before{content:""}.fi-rs-email-pending:before{content:""}.fi-rs-employee-alt:before{content:""}.fi-rs-employee-handbook:before{content:""}.fi-rs-employee-man-alt:before{content:""}.fi-rs-employee-man:before{content:""}.fi-rs-employees-woman-man:before{content:""}.fi-rs-employees:before{content:""}.fi-rs-empty-set:before{content:""}.fi-rs-endless-loop:before{content:""}.fi-rs-engine-warning:before{content:""}.fi-rs-engine:before{content:""}.fi-rs-enter:before{content:""}.fi-rs-envelope-ban:before{content:""}.fi-rs-envelope-bulk:before{content:""}.fi-rs-envelope-dot:before{content:""}.fi-rs-envelope-download:before{content:""}.fi-rs-envelope-heart:before{content:""}.fi-rs-envelope-marker:before{content:""}.fi-rs-envelope-open-dollar:before{content:""}.fi-rs-envelope-open-text:before{content:""}.fi-rs-envelope-open:before{content:""}.fi-rs-envelope-plus:before{content:""}.fi-rs-envelope:before{content:""}.fi-rs-envelopes:before{content:""}.fi-rs-equality:before{content:""}.fi-rs-equals:before{content:""}.fi-rs-eraser:before{content:""}.fi-rs-error-camera:before{content:""}.fi-rs-escalator:before{content:""}.fi-rs-ethernet:before{content:""}.fi-rs-euro:before{content:""}.fi-rs-excavator:before{content:""}.fi-rs-exchange-alt:before{content:""}.fi-rs-exchange-cryptocurrency:before{content:""}.fi-rs-exchange:before{content:""}.fi-rs-exclamation:before{content:""}.fi-rs-exit-alt:before{content:""}.fi-rs-exit:before{content:""}.fi-rs-expand-arrows-alt:before{content:""}.fi-rs-expand-arrows:before{content:""}.fi-rs-expand:before{content:""}.fi-rs-expense-bill:before{content:""}.fi-rs-expense:before{content:""}.fi-rs-external-hard-drive:before{content:""}.fi-rs-external-world:before{content:""}.fi-rs-eye-dropper-half:before{content:""}.fi-rs-eye-dropper:before{content:""}.fi-rs-eye:before{content:""}.fi-rs-eyes:before{content:""}.fi-rs-f:before{content:""}.fi-rs-fabric:before{content:""}.fi-rs-face-angry-horns:before{content:""}.fi-rs-face-anguished:before{content:""}.fi-rs-face-anxious-sweat:before{content:""}.fi-rs-face-astonished:before{content:""}.fi-rs-face-awesome:before{content:""}.fi-rs-face-beam-hand-over-mouth:before{content:""}.fi-rs-face-confounded:before{content:""}.fi-rs-face-confused:before{content:""}.fi-rs-face-cowboy-hat:before{content:""}.fi-rs-face-disappointed:before{content:""}.fi-rs-face-disguise:before{content:""}.fi-rs-face-downcast-sweat:before{content:""}.fi-rs-face-drooling:before{content:""}.fi-rs-face-explode:before{content:""}.fi-rs-face-expressionless:before{content:""}.fi-rs-face-eyes-xmarks:before{content:""}.fi-rs-face-fearful:before{content:""}.fi-rs-face-glasses:before{content:""}.fi-rs-face-grin-tongue-wink:before{content:""}.fi-rs-face-hand-yawn:before{content:""}.fi-rs-face-head-bandage:before{content:""}.fi-rs-face-hushed:before{content:""}.fi-rs-face-icicles:before{content:""}.fi-rs-face-lying:before{content:""}.fi-rs-face-mask:before{content:""}.fi-rs-face-monocle:before{content:""}.fi-rs-face-nauseated:before{content:""}.fi-rs-face-nose-steam:before{content:""}.fi-rs-face-party:before{content:""}.fi-rs-face-pensive:before{content:""}.fi-rs-face-persevering:before{content:""}.fi-rs-face-pleading:before{content:""}.fi-rs-face-raised-eyebrow:before{content:""}.fi-rs-face-relieved:before{content:""}.fi-rs-face-sad-sweat:before{content:""}.fi-rs-face-scream:before{content:""}.fi-rs-face-shush:before{content:""}.fi-rs-face-sleeping:before{content:""}.fi-rs-face-sleepy:before{content:""}.fi-rs-face-smile-halo:before{content:""}.fi-rs-face-smile-hearts:before{content:""}.fi-rs-face-smile-horns:before{content:""}.fi-rs-face-smile-tear:before{content:""}.fi-rs-face-smile-tongue:before{content:""}.fi-rs-face-smile-upside-down:before{content:""}.fi-rs-face-smiling-hands:before{content:""}.fi-rs-face-smirking:before{content:""}.fi-rs-face-sunglasses-alt:before{content:""}.fi-rs-face-sunglasses:before{content:""}.fi-rs-face-swear:before{content:""}.fi-rs-face-thermometer:before{content:""}.fi-rs-face-thinking:before{content:""}.fi-rs-face-tissue:before{content:""}.fi-rs-face-tongue-money:before{content:""}.fi-rs-face-tongue-sweat:before{content:""}.fi-rs-face-unamused:before{content:""}.fi-rs-face-viewfinder:before{content:""}.fi-rs-face-vomit:before{content:""}.fi-rs-face-weary:before{content:""}.fi-rs-face-woozy:before{content:""}.fi-rs-face-worried:before{content:""}.fi-rs-face-zany:before{content:""}.fi-rs-face-zipper:before{content:""}.fi-rs-fail:before{content:""}.fi-rs-falafel:before{content:""}.fi-rs-family-dress:before{content:""}.fi-rs-family-pants:before{content:""}.fi-rs-family:before{content:""}.fi-rs-fan-table:before{content:""}.fi-rs-fan:before{content:""}.fi-rs-farm:before{content:""}.fi-rs-faucet-drip:before{content:""}.fi-rs-faucet:before{content:""}.fi-rs-fax:before{content:""}.fi-rs-feather-pointed:before{content:""}.fi-rs-feather:before{content:""}.fi-rs-features-alt:before{content:""}.fi-rs-features:before{content:""}.fi-rs-fee-receipt:before{content:""}.fi-rs-fee:before{content:""}.fi-rs-feedback-alt:before{content:""}.fi-rs-feedback-cycle-loop:before{content:""}.fi-rs-feedback-hand:before{content:""}.fi-rs-feedback-review:before{content:""}.fi-rs-feedback:before{content:""}.fi-rs-fence:before{content:""}.fi-rs-ferris-wheel:before{content:""}.fi-rs-field-hockey:before{content:""}.fi-rs-fighter-jet:before{content:""}.fi-rs-file-ai:before{content:""}.fi-rs-file-audio:before{content:""}.fi-rs-file-binary:before{content:""}.fi-rs-file-chart-line:before{content:""}.fi-rs-file-chart-pie:before{content:""}.fi-rs-file-circle-info:before{content:""}.fi-rs-file-cloud:before{content:""}.fi-rs-file-code:before{content:""}.fi-rs-file-csv:before{content:""}.fi-rs-file-download:before{content:""}.fi-rs-file-edit:before{content:""}.fi-rs-file-eps:before{content:""}.fi-rs-file-excel:before{content:""}.fi-rs-file-exclamation:before{content:""}.fi-rs-file-export:before{content:""}.fi-rs-file-image:before{content:""}.fi-rs-file-import:before{content:""}.fi-rs-file-invoice-dollar:before{content:""}.fi-rs-file-invoice:before{content:""}.fi-rs-file-medical-alt:before{content:""}.fi-rs-file-medical:before{content:""}.fi-rs-file-minus:before{content:""}.fi-rs-file-pdf:before{content:""}.fi-rs-file-powerpoint:before{content:""}.fi-rs-file-prescription:before{content:""}.fi-rs-file-psd:before{content:""}.fi-rs-file-signature:before{content:""}.fi-rs-file-spreadsheet:before{content:""}.fi-rs-file-upload:before{content:""}.fi-rs-file-user:before{content:""}.fi-rs-file-video:before{content:""}.fi-rs-file-word:before{content:""}.fi-rs-file-zipper:before{content:""}.fi-rs-file:before{content:""}.fi-rs-files-medical:before{content:""}.fi-rs-fill:before{content:""}.fi-rs-film-canister:before{content:""}.fi-rs-film-slash:before{content:""}.fi-rs-film:before{content:""}.fi-rs-films:before{content:""}.fi-rs-filter-list:before{content:""}.fi-rs-filter-slash:before{content:""}.fi-rs-filter:before{content:""}.fi-rs-filters:before{content:""}.fi-rs-fingerprint-security-risk:before{content:""}.fi-rs-fingerprint:before{content:""}.fi-rs-fire-burner:before{content:""}.fi-rs-fire-extinguisher:before{content:""}.fi-rs-fire-flame-curved:before{content:""}.fi-rs-fire-flame-simple:before{content:""}.fi-rs-fire-hydrant:before{content:""}.fi-rs-fire-smoke:before{content:""}.fi-rs-fireplace:before{content:""}.fi-rs-first-award:before{content:""}.fi-rs-first-laurel:before{content:""}.fi-rs-first-medal:before{content:""}.fi-rs-first:before{content:""}.fi-rs-fish-bones:before{content:""}.fi-rs-fish-cooked:before{content:""}.fi-rs-fish:before{content:""}.fi-rs-fishing-rod:before{content:""}.fi-rs-fist-move:before{content:""}.fi-rs-flag-alt:before{content:""}.fi-rs-flag-checkered:before{content:""}.fi-rs-flag-usa:before{content:""}.fi-rs-flag:before{content:""}.fi-rs-flame:before{content:""}.fi-rs-flashlight:before{content:""}.fi-rs-flask-gear:before{content:""}.fi-rs-flask-poison:before{content:""}.fi-rs-flask-potion:before{content:""}.fi-rs-flask:before{content:""}.fi-rs-flatbread-stuffed:before{content:""}.fi-rs-flatbread:before{content:""}.fi-rs-flip-horizontal:before{content:""}.fi-rs-floor-alt:before{content:""}.fi-rs-floor-layer:before{content:""}.fi-rs-floor:before{content:""}.fi-rs-floppy-disk-circle-arrow-right:before{content:""}.fi-rs-floppy-disk-circle-xmark:before{content:""}.fi-rs-floppy-disk-pen:before{content:""}.fi-rs-floppy-disks:before{content:""}.fi-rs-florin-sign:before{content:""}.fi-rs-flower-bouquet:before{content:""}.fi-rs-flower-butterfly:before{content:""}.fi-rs-flower-daffodil:before{content:""}.fi-rs-flower-tulip:before{content:""}.fi-rs-flower:before{content:""}.fi-rs-flushed:before{content:""}.fi-rs-flute:before{content:""}.fi-rs-flux-capacitor:before{content:""}.fi-rs-fly-insect:before{content:""}.fi-rs-flying-disc:before{content:""}.fi-rs-fog:before{content:""}.fi-rs-folder-download:before{content:""}.fi-rs-folder-fire:before{content:""}.fi-rs-folder-minus:before{content:""}.fi-rs-folder-open:before{content:""}.fi-rs-folder-times:before{content:""}.fi-rs-folder-tree:before{content:""}.fi-rs-folder-upload:before{content:""}.fi-rs-folder-xmark:before{content:""}.fi-rs-folder:before{content:""}.fi-rs-folders:before{content:""}.fi-rs-follow-folder:before{content:""}.fi-rs-followcollection:before{content:""}.fi-rs-following:before{content:""}.fi-rs-fondue-pot:before{content:""}.fi-rs-football:before{content:""}.fi-rs-foreign-language-audio:before{content:""}.fi-rs-fork:before{content:""}.fi-rs-forklift:before{content:""}.fi-rs-form:before{content:""}.fi-rs-fort:before{content:""}.fi-rs-forward-fast:before{content:""}.fi-rs-forward:before{content:""}.fi-rs-fox:before{content:""}.fi-rs-frame:before{content:""}.fi-rs-franc-sign:before{content:""}.fi-rs-free-delivery:before{content:""}.fi-rs-free:before{content:""}.fi-rs-french-fries:before{content:""}.fi-rs-friday:before{content:""}.fi-rs-frog:before{content:""}.fi-rs-frown:before{content:""}.fi-rs-ftp:before{content:""}.fi-rs-fuel-gauge:before{content:""}.fi-rs-function-process:before{content:""}.fi-rs-function-square:before{content:""}.fi-rs-function:before{content:""}.fi-rs-funnel-dollar:before{content:""}.fi-rs-g:before{content:""}.fi-rs-galaxy-alt:before{content:""}.fi-rs-galaxy-planet:before{content:""}.fi-rs-galaxy-star:before{content:""}.fi-rs-galaxy:before{content:""}.fi-rs-gallery-thumbnails:before{content:""}.fi-rs-gallery:before{content:""}.fi-rs-game-board-alt:before{content:""}.fi-rs-gamepad:before{content:""}.fi-rs-garage-car:before{content:""}.fi-rs-garage-open:before{content:""}.fi-rs-garage:before{content:""}.fi-rs-garlic-alt:before{content:""}.fi-rs-garlic:before{content:""}.fi-rs-gas-pump-alt:before{content:""}.fi-rs-gas-pump-slash:before{content:""}.fi-rs-gas-pump:before{content:""}.fi-rs-gauge-circle-bolt:before{content:""}.fi-rs-gauge-circle-minus:before{content:""}.fi-rs-gauge-circle-plus:before{content:""}.fi-rs-gavel:before{content:""}.fi-rs-gay-couple:before{content:""}.fi-rs-gears:before{content:""}.fi-rs-gem:before{content:""}.fi-rs-general:before{content:""}.fi-rs-ghost:before{content:""}.fi-rs-gif-square:before{content:""}.fi-rs-gif:before{content:""}.fi-rs-gift-box-benefits:before{content:""}.fi-rs-gift-card:before{content:""}.fi-rs-gift:before{content:""}.fi-rs-gifts:before{content:""}.fi-rs-gingerbread-man:before{content:""}.fi-rs-glass-champagne:before{content:""}.fi-rs-glass-cheers:before{content:""}.fi-rs-glass-citrus:before{content:""}.fi-rs-glass-empty:before{content:""}.fi-rs-glass-half:before{content:""}.fi-rs-glass-water-droplet:before{content:""}.fi-rs-glass-whiskey-rocks:before{content:""}.fi-rs-glass-whiskey:before{content:""}.fi-rs-glass:before{content:""}.fi-rs-glasses:before{content:""}.fi-rs-globe-alt:before{content:""}.fi-rs-globe-pointer:before{content:""}.fi-rs-globe-snow:before{content:""}.fi-rs-globe:before{content:""}.fi-rs-goal-net:before{content:""}.fi-rs-golf-ball:before{content:""}.fi-rs-golf-club:before{content:""}.fi-rs-golf-hole:before{content:""}.fi-rs-golf:before{content:""}.fi-rs-gopuram:before{content:""}.fi-rs-government-budget:before{content:""}.fi-rs-government-flag:before{content:""}.fi-rs-government-user:before{content:""}.fi-rs-gps-navigation:before{content:""}.fi-rs-graduation-cap:before{content:""}.fi-rs-gramophone:before{content:""}.fi-rs-grape:before{content:""}.fi-rs-graph-curve:before{content:""}.fi-rs-graphic-style:before{content:""}.fi-rs-graphic-tablet:before{content:""}.fi-rs-grate-droplet:before{content:""}.fi-rs-grate:before{content:""}.fi-rs-greater-than-equal:before{content:""}.fi-rs-greater-than:before{content:""}.fi-rs-greek-helmet:before{content:""}.fi-rs-grid-alt:before{content:""}.fi-rs-grid-dividers:before{content:""}.fi-rs-grid:before{content:""}.fi-rs-grill-hot-alt:before{content:""}.fi-rs-grill:before{content:""}.fi-rs-grimace:before{content:""}.fi-rs-grin-alt:before{content:""}.fi-rs-grin-beam-sweat:before{content:""}.fi-rs-grin-beam:before{content:""}.fi-rs-grin-hearts:before{content:""}.fi-rs-grin-squint-tears:before{content:""}.fi-rs-grin-squint:before{content:""}.fi-rs-grin-stars:before{content:""}.fi-rs-grin-tears:before{content:""}.fi-rs-grin-tongue-squint:before{content:""}.fi-rs-grin-tongue-wink:before{content:""}.fi-rs-grin-tongue:before{content:""}.fi-rs-grin-wink:before{content:""}.fi-rs-grin:before{content:""}.fi-rs-grip-dots-vertical:before{content:""}.fi-rs-grip-dots:before{content:""}.fi-rs-grip-horizontal:before{content:""}.fi-rs-grip-lines-vertical:before{content:""}.fi-rs-grip-lines:before{content:""}.fi-rs-grip-vertical:before{content:""}.fi-rs-grocery-bag:before{content:""}.fi-rs-grocery-basket:before{content:""}.fi-rs-group-arrows-rotate:before{content:""}.fi-rs-group-call:before{content:""}.fi-rs-group-community-social-media:before{content:""}.fi-rs-growth-chart-invest:before{content:""}.fi-rs-guarani-sign:before{content:""}.fi-rs-guide-alt:before{content:""}.fi-rs-guide:before{content:""}.fi-rs-guitar-electric:before{content:""}.fi-rs-guitar:before{content:""}.fi-rs-guitars:before{content:""}.fi-rs-gun-squirt:before{content:""}.fi-rs-gym:before{content:""}.fi-rs-h-square:before{content:""}.fi-rs-h:before{content:""}.fi-rs-h1:before{content:""}.fi-rs-h2:before{content:""}.fi-rs-h3:before{content:""}.fi-rs-h4:before{content:""}.fi-rs-hair-clipper:before{content:""}.fi-rs-hamburger-soda:before{content:""}.fi-rs-hamburger:before{content:""}.fi-rs-hammer-crash:before{content:""}.fi-rs-hammer-war:before{content:""}.fi-rs-hammer:before{content:""}.fi-rs-hamsa:before{content:""}.fi-rs-hand-back-fist:before{content:""}.fi-rs-hand-back-point-down:before{content:""}.fi-rs-hand-back-point-left:before{content:""}.fi-rs-hand-back-point-ribbon:before{content:""}.fi-rs-hand-back-point-right:before{content:""}.fi-rs-hand-bill:before{content:""}.fi-rs-hand-dots:before{content:""}.fi-rs-hand-fingers-crossed:before{content:""}.fi-rs-hand-fist:before{content:""}.fi-rs-hand-heart:before{content:""}.fi-rs-hand-holding-box:before{content:""}.fi-rs-hand-holding-droplet:before{content:""}.fi-rs-hand-holding-heart:before{content:""}.fi-rs-hand-holding-magic:before{content:""}.fi-rs-hand-holding-medical:before{content:""}.fi-rs-hand-holding-seeding:before{content:""}.fi-rs-hand-holding-skull:before{content:""}.fi-rs-hand-holding-usd:before{content:""}.fi-rs-hand-holding-water:before{content:""}.fi-rs-hand-horns:before{content:""}.fi-rs-hand-lizard:before{content:""}.fi-rs-hand-love:before{content:""}.fi-rs-hand-middle-finger:before{content:""}.fi-rs-hand-paper:before{content:""}.fi-rs-hand-peace:before{content:""}.fi-rs-hand-point-ribbon:before{content:""}.fi-rs-hand-scissors:before{content:""}.fi-rs-hand-sparkles:before{content:""}.fi-rs-hand-spock:before{content:""}.fi-rs-hand-wave:before{content:""}.fi-rs-hand:before{content:""}.fi-rs-handmade:before{content:""}.fi-rs-hands-bubbles:before{content:""}.fi-rs-hands-clapping:before{content:""}.fi-rs-hands-heart:before{content:""}.fi-rs-hands-holding-diamond:before{content:""}.fi-rs-hands-holding:before{content:""}.fi-rs-hands-usd:before{content:""}.fi-rs-handshake-angle:before{content:""}.fi-rs-handshake-deal-loan:before{content:""}.fi-rs-handshake-house:before{content:""}.fi-rs-handshake-simple-slash:before{content:""}.fi-rs-handshake-trust:before{content:""}.fi-rs-handshake:before{content:""}.fi-rs-happy:before{content:""}.fi-rs-hard-hat:before{content:""}.fi-rs-hashtag-lock:before{content:""}.fi-rs-hastag:before{content:""}.fi-rs-hat-beach:before{content:""}.fi-rs-hat-birthday:before{content:""}.fi-rs-hat-chef:before{content:""}.fi-rs-hat-cowboy-side:before{content:""}.fi-rs-hat-cowboy:before{content:""}.fi-rs-hat-santa:before{content:""}.fi-rs-hat-winter:before{content:""}.fi-rs-hat-witch:before{content:""}.fi-rs-hat-wizard:before{content:""}.fi-rs-hdd:before{content:""}.fi-rs-head-side-brain:before{content:""}.fi-rs-head-side-cough-slash:before{content:""}.fi-rs-head-side-cough:before{content:""}.fi-rs-head-side-headphones:before{content:""}.fi-rs-head-side-heart:before{content:""}.fi-rs-head-side-mask:before{content:""}.fi-rs-head-side-medical:before{content:""}.fi-rs-head-side-thinking:before{content:""}.fi-rs-head-side-virus:before{content:""}.fi-rs-head-side:before{content:""}.fi-rs-head-vr:before{content:""}.fi-rs-heading:before{content:""}.fi-rs-headphones:before{content:""}.fi-rs-headset:before{content:""}.fi-rs-heart-arrow:before{content:""}.fi-rs-heart-brain:before{content:""}.fi-rs-heart-crack:before{content:""}.fi-rs-heart-half-stroke:before{content:""}.fi-rs-heart-half:before{content:""}.fi-rs-heart-health-muscle:before{content:""}.fi-rs-heart-lock:before{content:""}.fi-rs-heart-partner-handshake:before{content:""}.fi-rs-heart-rate:before{content:""}.fi-rs-heart-slash:before{content:""}.fi-rs-heart-upside-down:before{content:""}.fi-rs-heart:before{content:""}.fi-rs-heat:before{content:""}.fi-rs-helicopter-side:before{content:""}.fi-rs-helmet-battle:before{content:""}.fi-rs-hexagon-check:before{content:""}.fi-rs-hexagon-divide:before{content:""}.fi-rs-hexagon-exclamation:before{content:""}.fi-rs-hexagon:before{content:""}.fi-rs-high-definition:before{content:""}.fi-rs-high-five-celebration-yes:before{content:""}.fi-rs-high-five:before{content:""}.fi-rs-highlighter-line:before{content:""}.fi-rs-highlighter:before{content:""}.fi-rs-hiking:before{content:""}.fi-rs-hippo:before{content:""}.fi-rs-hockey-mask:before{content:""}.fi-rs-hockey-puck:before{content:""}.fi-rs-hockey-stick-puck:before{content:""}.fi-rs-hockey-sticks:before{content:""}.fi-rs-holding-hand-gear:before{content:""}.fi-rs-holding-hand-revenue:before{content:""}.fi-rs-holly-berry:before{content:""}.fi-rs-home-heart:before{content:""}.fi-rs-home-location-alt:before{content:""}.fi-rs-home-location:before{content:""}.fi-rs-home:before{content:""}.fi-rs-honey-pot:before{content:""}.fi-rs-hood-cloak:before{content:""}.fi-rs-horizontal-rule:before{content:""}.fi-rs-horse-head:before{content:""}.fi-rs-horse-saddle:before{content:""}.fi-rs-horse:before{content:""}.fi-rs-horseshoe-broken:before{content:""}.fi-rs-horseshoe:before{content:""}.fi-rs-hose-reel:before{content:""}.fi-rs-hose:before{content:""}.fi-rs-hospital-symbol:before{content:""}.fi-rs-hospital-user:before{content:""}.fi-rs-hospital:before{content:""}.fi-rs-hospitals:before{content:""}.fi-rs-hot-tub:before{content:""}.fi-rs-hotdog:before{content:""}.fi-rs-hotel:before{content:""}.fi-rs-hourglass-end:before{content:""}.fi-rs-hourglass-start:before{content:""}.fi-rs-hourglass:before{content:""}.fi-rs-house-blank:before{content:""}.fi-rs-house-building:before{content:""}.fi-rs-house-chimney-blank:before{content:""}.fi-rs-house-chimney-crack:before{content:""}.fi-rs-house-chimney-heart:before{content:""}.fi-rs-house-chimney-medical:before{content:""}.fi-rs-house-chimney-user:before{content:""}.fi-rs-house-chimney-window:before{content:""}.fi-rs-house-chimney:before{content:""}.fi-rs-house-circle-check:before{content:""}.fi-rs-house-circle-exclamation:before{content:""}.fi-rs-house-circle-xmark:before{content:""}.fi-rs-house-crack-alt:before{content:""}.fi-rs-house-crack:before{content:""}.fi-rs-house-day:before{content:""}.fi-rs-house-fire:before{content:""}.fi-rs-house-flag:before{content:""}.fi-rs-house-flood:before{content:""}.fi-rs-house-laptop:before{content:""}.fi-rs-house-leave:before{content:""}.fi-rs-house-lock:before{content:""}.fi-rs-house-medical:before{content:""}.fi-rs-house-night:before{content:""}.fi-rs-house-return:before{content:""}.fi-rs-house-signal:before{content:""}.fi-rs-house-tree:before{content:""}.fi-rs-house-tsunami:before{content:""}.fi-rs-house-turret:before{content:""}.fi-rs-house-user:before{content:""}.fi-rs-house-window:before{content:""}.fi-rs-hr-group:before{content:""}.fi-rs-hr-person:before{content:""}.fi-rs-hr:before{content:""}.fi-rs-hryvnia:before{content:""}.fi-rs-humidity:before{content:""}.fi-rs-hundred-points:before{content:""}.fi-rs-hurricane:before{content:""}.fi-rs-i:before{content:""}.fi-rs-ice-cream:before{content:""}.fi-rs-ice-skate:before{content:""}.fi-rs-icicles:before{content:""}.fi-rs-icon-star:before{content:""}.fi-rs-id-badge:before{content:""}.fi-rs-id-card-clip-alt:before{content:""}.fi-rs-igloo:before{content:""}.fi-rs-image-slash:before{content:""}.fi-rs-images-user:before{content:""}.fi-rs-images:before{content:""}.fi-rs-improve-user:before{content:""}.fi-rs-inbox-full:before{content:""}.fi-rs-inbox-in:before{content:""}.fi-rs-inbox-out:before{content:""}.fi-rs-inbox:before{content:""}.fi-rs-inboxes:before{content:""}.fi-rs-incense-sticks-yoga:before{content:""}.fi-rs-incognito:before{content:""}.fi-rs-indent:before{content:""}.fi-rs-indian-rupee-sign:before{content:""}.fi-rs-industry-alt:before{content:""}.fi-rs-industry-windows:before{content:""}.fi-rs-infinity:before{content:""}.fi-rs-info-guide:before{content:""}.fi-rs-info:before{content:""}.fi-rs-information:before{content:""}.fi-rs-inhaler:before{content:""}.fi-rs-input-numeric:before{content:""}.fi-rs-input-pipe:before{content:""}.fi-rs-input-text:before{content:""}.fi-rs-insert-alt:before{content:""}.fi-rs-insert-arrows:before{content:""}.fi-rs-insert-button-circle:before{content:""}.fi-rs-insert-credit-card:before{content:""}.fi-rs-insert-square:before{content:""}.fi-rs-insert:before{content:""}.fi-rs-insight-alt:before{content:""}.fi-rs-insight-head:before{content:""}.fi-rs-insight:before{content:""}.fi-rs-integral:before{content:""}.fi-rs-interactive:before{content:""}.fi-rs-interlining:before{content:""}.fi-rs-internet-speed-wifi:before{content:""}.fi-rs-interrogation:before{content:""}.fi-rs-intersection:before{content:""}.fi-rs-introduction-handshake:before{content:""}.fi-rs-introduction:before{content:""}.fi-rs-inventory-alt:before{content:""}.fi-rs-invest:before{content:""}.fi-rs-investment:before{content:""}.fi-rs-invite-alt:before{content:""}.fi-rs-invite:before{content:""}.fi-rs-iot-alt:before{content:""}.fi-rs-iot:before{content:""}.fi-rs-ip-address:before{content:""}.fi-rs-island-tropical:before{content:""}.fi-rs-issue-loupe:before{content:""}.fi-rs-it-alt:before{content:""}.fi-rs-it-computer:before{content:""}.fi-rs-it:before{content:""}.fi-rs-italian-lira-sign:before{content:""}.fi-rs-italic:before{content:""}.fi-rs-j:before{content:""}.fi-rs-jam:before{content:""}.fi-rs-jar-alt:before{content:""}.fi-rs-jar-wheat:before{content:""}.fi-rs-javascript:before{content:""}.fi-rs-joint:before{content:""}.fi-rs-joker:before{content:""}.fi-rs-journal-alt:before{content:""}.fi-rs-journal:before{content:""}.fi-rs-journey:before{content:""}.fi-rs-joystick:before{content:""}.fi-rs-jpg:before{content:""}.fi-rs-jug-alt:before{content:""}.fi-rs-jug-bottle:before{content:""}.fi-rs-jug:before{content:""}.fi-rs-jumping-rope:before{content:""}.fi-rs-k:before{content:""}.fi-rs-kaaba:before{content:""}.fi-rs-kazoo:before{content:""}.fi-rs-kerning:before{content:""}.fi-rs-key-lock-crypto:before{content:""}.fi-rs-key-skeleton-left-right:before{content:""}.fi-rs-key:before{content:""}.fi-rs-keyboard-brightness-low:before{content:""}.fi-rs-keyboard-brightness:before{content:""}.fi-rs-keyboard-down:before{content:""}.fi-rs-keyboard-left:before{content:""}.fi-rs-keyboard:before{content:""}.fi-rs-keynote:before{content:""}.fi-rs-kidneys:before{content:""}.fi-rs-kip-sign:before{content:""}.fi-rs-kiss-beam:before{content:""}.fi-rs-kiss-wink-heart:before{content:""}.fi-rs-kiss:before{content:""}.fi-rs-kite:before{content:""}.fi-rs-kiwi-bird:before{content:""}.fi-rs-kiwi-fruit:before{content:""}.fi-rs-knife-kitchen:before{content:""}.fi-rs-knife:before{content:""}.fi-rs-knitting:before{content:""}.fi-rs-kpi-evaluation:before{content:""}.fi-rs-kpi:before{content:""}.fi-rs-l:before{content:""}.fi-rs-label:before{content:""}.fi-rs-lacrosse-stick-ball:before{content:""}.fi-rs-lacrosse-stick:before{content:""}.fi-rs-lambda:before{content:""}.fi-rs-lamp-desk:before{content:""}.fi-rs-lamp-floor:before{content:""}.fi-rs-lamp-street:before{content:""}.fi-rs-lamp:before{content:""}.fi-rs-land-layer-location:before{content:""}.fi-rs-land-layers:before{content:""}.fi-rs-land-location:before{content:""}.fi-rs-landmark-alt:before{content:""}.fi-rs-language:before{content:""}.fi-rs-laptop-arrow-down:before{content:""}.fi-rs-laptop-binary:before{content:""}.fi-rs-laptop-code:before{content:""}.fi-rs-laptop-medical:before{content:""}.fi-rs-laptop-mobile:before{content:""}.fi-rs-laptop-slash:before{content:""}.fi-rs-laptop:before{content:""}.fi-rs-lari-sign:before{content:""}.fi-rs-lasso-sparkles:before{content:""}.fi-rs-lasso:before{content:""}.fi-rs-last-square:before{content:""}.fi-rs-laugh-beam:before{content:""}.fi-rs-laugh-squint:before{content:""}.fi-rs-laugh-wink:before{content:""}.fi-rs-laugh:before{content:""}.fi-rs-lawyer-man:before{content:""}.fi-rs-lawyer-woman:before{content:""}.fi-rs-layer-minus:before{content:""}.fi-rs-layer-plus:before{content:""}.fi-rs-layers:before{content:""}.fi-rs-lead-funnel:before{content:""}.fi-rs-lead-management:before{content:""}.fi-rs-lead:before{content:""}.fi-rs-leader-alt:before{content:""}.fi-rs-leader-speech:before{content:""}.fi-rs-leader:before{content:""}.fi-rs-leaderboard-alt:before{content:""}.fi-rs-leaderboard-trophy:before{content:""}.fi-rs-leaderboard:before{content:""}.fi-rs-leadership-alt:before{content:""}.fi-rs-leadership:before{content:""}.fi-rs-leaf-heart:before{content:""}.fi-rs-leaf-maple:before{content:""}.fi-rs-leaf-oak:before{content:""}.fi-rs-leaf:before{content:""}.fi-rs-leafy-green:before{content:""}.fi-rs-leave:before{content:""}.fi-rs-left-from-bracket:before{content:""}.fi-rs-left:before{content:""}.fi-rs-legal:before{content:""}.fi-rs-lemon:before{content:""}.fi-rs-lesbian-couple:before{content:""}.fi-rs-less-than-equal:before{content:""}.fi-rs-less-than:before{content:""}.fi-rs-lesson-class:before{content:""}.fi-rs-lesson:before{content:""}.fi-rs-letter-case:before{content:""}.fi-rs-lettuce:before{content:""}.fi-rs-level-down-alt:before{content:""}.fi-rs-level-down:before{content:""}.fi-rs-level-up-alt:before{content:""}.fi-rs-level-up:before{content:""}.fi-rs-license:before{content:""}.fi-rs-life-ring:before{content:""}.fi-rs-life:before{content:""}.fi-rs-light-ceiling:before{content:""}.fi-rs-light-emergency-on:before{content:""}.fi-rs-light-emergency:before{content:""}.fi-rs-light-switch-off:before{content:""}.fi-rs-light-switch-on:before{content:""}.fi-rs-light-switch:before{content:""}.fi-rs-lightbulb-cfl-on:before{content:""}.fi-rs-lightbulb-cfl:before{content:""}.fi-rs-lightbulb-dollar:before{content:""}.fi-rs-lightbulb-exclamation:before{content:""}.fi-rs-lightbulb-head:before{content:""}.fi-rs-lightbulb-on:before{content:""}.fi-rs-lightbulb-question:before{content:""}.fi-rs-lightbulb-setting:before{content:""}.fi-rs-lightbulb-slash:before{content:""}.fi-rs-lighthouse:before{content:""}.fi-rs-lights-holiday:before{content:""}.fi-rs-limit-hand:before{content:""}.fi-rs-limit-speedometer:before{content:""}.fi-rs-line-width:before{content:""}.fi-rs-link-alt:before{content:""}.fi-rs-link-horizontal-slash:before{content:""}.fi-rs-link-horizontal:before{content:""}.fi-rs-link-slash-alt:before{content:""}.fi-rs-link-slash:before{content:""}.fi-rs-link:before{content:""}.fi-rs-lion-head:before{content:""}.fi-rs-lion:before{content:""}.fi-rs-lips:before{content:""}.fi-rs-lipstick:before{content:""}.fi-rs-lira-sign:before{content:""}.fi-rs-list-check:before{content:""}.fi-rs-list-dropdown:before{content:""}.fi-rs-list-music:before{content:""}.fi-rs-list-timeline:before{content:""}.fi-rs-list:before{content:""}.fi-rs-litecoin-sign:before{content:""}.fi-rs-live-alt:before{content:""}.fi-rs-live:before{content:""}.fi-rs-loading:before{content:""}.fi-rs-loan:before{content:""}.fi-rs-lobster:before{content:""}.fi-rs-location-alt:before{content:""}.fi-rs-location-arrow:before{content:""}.fi-rs-location-crosshairs-slash:before{content:""}.fi-rs-location-crosshairs:before{content:""}.fi-rs-location-dot-slash:before{content:""}.fi-rs-location-exclamation:before{content:""}.fi-rs-location-pin-call:before{content:""}.fi-rs-lock-alt:before{content:""}.fi-rs-lock-hashtag:before{content:""}.fi-rs-lock-open-alt:before{content:""}.fi-rs-lock:before{content:""}.fi-rs-locust:before{content:""}.fi-rs-log-out:before{content:""}.fi-rs-loop-square:before{content:""}.fi-rs-loveseat:before{content:""}.fi-rs-low-vision:before{content:""}.fi-rs-luchador:before{content:""}.fi-rs-luggage-cart:before{content:""}.fi-rs-luggage-rolling:before{content:""}.fi-rs-lungs-virus:before{content:""}.fi-rs-lungs:before{content:""}.fi-rs-m:before{content:""}.fi-rs-mace:before{content:""}.fi-rs-magic-wand:before{content:""}.fi-rs-magnet-user:before{content:""}.fi-rs-magnet:before{content:""}.fi-rs-mailbox-envelope:before{content:""}.fi-rs-mailbox-flag-up:before{content:""}.fi-rs-mailbox:before{content:""}.fi-rs-makeup-brush:before{content:""}.fi-rs-man-head:before{content:""}.fi-rs-man-scientist:before{content:""}.fi-rs-manat-sign:before{content:""}.fi-rs-mandolin:before{content:""}.fi-rs-mango:before{content:""}.fi-rs-manhole:before{content:""}.fi-rs-map-location-track:before{content:""}.fi-rs-map-marker-check:before{content:""}.fi-rs-map-marker-cross:before{content:""}.fi-rs-map-marker-edit:before{content:""}.fi-rs-map-marker-home:before{content:""}.fi-rs-map-marker-minus:before{content:""}.fi-rs-map-marker-plus:before{content:""}.fi-rs-map-marker-question:before{content:""}.fi-rs-map-marker-slash:before{content:""}.fi-rs-map-marker-smile:before{content:""}.fi-rs-map-marker:before{content:""}.fi-rs-map-pin:before{content:""}.fi-rs-map-point:before{content:"豈"}.fi-rs-map:before{content:"更"}.fi-rs-marker-time:before{content:"車"}.fi-rs-marker:before{content:"賈"}.fi-rs-marketplace-alt:before{content:"滑"}.fi-rs-marketplace-store:before{content:"串"}.fi-rs-marketplace:before{content:"句"}.fi-rs-mars-double:before{content:"龜"}.fi-rs-mars-stroke-right:before{content:"龜"}.fi-rs-mars-stroke-up:before{content:"契"}.fi-rs-mars:before{content:"金"}.fi-rs-martini-glass-citrus:before{content:"喇"}.fi-rs-martini-glass-empty:before{content:"奈"}.fi-rs-mask-carnival:before{content:"懶"}.fi-rs-mask-face:before{content:"癩"}.fi-rs-mask-snorkel:before{content:"羅"}.fi-rs-massage:before{content:"蘿"}.fi-rs-match-fire:before{content:"螺"}.fi-rs-mattress-pillow:before{content:"裸"}.fi-rs-measuring-tape:before{content:"邏"}.fi-rs-meat:before{content:"樂"}.fi-rs-medal:before{content:"洛"}.fi-rs-medical-star:before{content:"烙"}.fi-rs-medicine:before{content:"珞"}.fi-rs-meditation:before{content:"落"}.fi-rs-meeting-alt:before{content:"酪"}.fi-rs-meeting:before{content:"駱"}.fi-rs-megaphone-announcement-leader:before{content:"亂"}.fi-rs-megaphone:before{content:"卵"}.fi-rs-meh-blank:before{content:"欄"}.fi-rs-meh-rolling-eyes:before{content:"爛"}.fi-rs-meh:before{content:"蘭"}.fi-rs-melon-alt:before{content:"鸞"}.fi-rs-melon:before{content:"嵐"}.fi-rs-member-list:before{content:"濫"}.fi-rs-member-search:before{content:"藍"}.fi-rs-membership-vip:before{content:"襤"}.fi-rs-membership:before{content:"拉"}.fi-rs-memo-circle-check:before{content:"臘"}.fi-rs-memo-pad:before{content:"蠟"}.fi-rs-memo:before{content:"廊"}.fi-rs-memory:before{content:"朗"}.fi-rs-menu-dots-vertical:before{content:"浪"}.fi-rs-menu-dots:before{content:"狼"}.fi-rs-mercury:before{content:"郎"}.fi-rs-message-arrow-down:before{content:"來"}.fi-rs-message-arrow-up-right:before{content:"冷"}.fi-rs-message-arrow-up:before{content:"勞"}.fi-rs-message-bot:before{content:"擄"}.fi-rs-message-code:before{content:"櫓"}.fi-rs-message-dollar:before{content:"爐"}.fi-rs-message-heart:before{content:"盧"}.fi-rs-message-image:before{content:"老"}.fi-rs-message-question:before{content:"蘆"}.fi-rs-message-quote:before{content:"虜"}.fi-rs-message-slash:before{content:"路"}.fi-rs-message-sms:before{content:"露"}.fi-rs-message-text:before{content:"魯"}.fi-rs-message-xmark:before{content:"鷺"}.fi-rs-messages-dollar:before{content:"碌"}.fi-rs-messages-question:before{content:"祿"}.fi-rs-messages:before{content:"綠"}.fi-rs-meteor:before{content:"菉"}.fi-rs-meter-bolt:before{content:"錄"}.fi-rs-meter-droplet:before{content:"鹿"}.fi-rs-meter-fire:before{content:"論"}.fi-rs-meter:before{content:"壟"}.fi-rs-method:before{content:"弄"}.fi-rs-microchip-ai:before{content:"籠"}.fi-rs-microchip:before{content:"聾"}.fi-rs-microphone-alt:before{content:"牢"}.fi-rs-microphone-slash:before{content:"磊"}.fi-rs-microphone:before{content:"賂"}.fi-rs-microscope:before{content:"雷"}.fi-rs-microwave:before{content:"壘"}.fi-rs-milk-alt:before{content:"屢"}.fi-rs-milk:before{content:"樓"}.fi-rs-mill-sign:before{content:"淚"}.fi-rs-mind-share:before{content:"漏"}.fi-rs-minus-circle:before{content:"累"}.fi-rs-minus-hexagon:before{content:"縷"}.fi-rs-minus-small:before{content:"陋"}.fi-rs-minuss:before{content:"勒"}.fi-rs-mistletoe:before{content:"肋"}.fi-rs-mix:before{content:"凜"}.fi-rs-mobile-button:before{content:"凌"}.fi-rs-mobile-notch:before{content:"稜"}.fi-rs-mobile:before{content:"綾"}.fi-rs-mockup:before{content:"菱"}.fi-rs-mode-alt:before{content:"陵"}.fi-rs-mode-landscape:before{content:"讀"}.fi-rs-mode-portrait:before{content:"拏"}.fi-rs-mode:before{content:"樂"}.fi-rs-model-cube-arrows:before{content:"諾"}.fi-rs-model-cube-space:before{content:"丹"}.fi-rs-model-cube:before{content:"寧"}.fi-rs-module:before{content:"怒"}.fi-rs-monday:before{content:"率"}.fi-rs-money-bill-simple:before{content:"異"}.fi-rs-money-bill-transfer:before{content:"北"}.fi-rs-money-bill-wave-alt:before{content:"磻"}.fi-rs-money-bill-wave:before{content:"便"}.fi-rs-money-bills-simple:before{content:"復"}.fi-rs-money-bills:before{content:"不"}.fi-rs-money-check-edit-alt:before{content:"泌"}.fi-rs-money-check-edit:before{content:"數"}.fi-rs-money-check:before{content:"索"}.fi-rs-money-coin-transfer:before{content:"參"}.fi-rs-money-from-bracket:before{content:"塞"}.fi-rs-money-simple-from-bracket:before{content:"省"}.fi-rs-money-transfer-alt:before{content:"葉"}.fi-rs-money-transfer-coin-arrow:before{content:"說"}.fi-rs-money-transfer-smartphone:before{content:"殺"}.fi-rs-money-wings:before{content:"辰"}.fi-rs-money:before{content:"沈"}.fi-rs-monkey:before{content:"拾"}.fi-rs-monument:before{content:"若"}.fi-rs-moon-stars:before{content:"掠"}.fi-rs-moon:before{content:"略"}.fi-rs-moped:before{content:"亮"}.fi-rs-mortar-pestle:before{content:"兩"}.fi-rs-mortgage:before{content:"凉"}.fi-rs-mosque-alt:before{content:"梁"}.fi-rs-mosque-moon:before{content:"糧"}.fi-rs-mosque:before{content:"良"}.fi-rs-mosquito-net:before{content:"諒"}.fi-rs-mosquito:before{content:"量"}.fi-rs-motorcycle:before{content:"勵"}.fi-rs-mound:before{content:"呂"}.fi-rs-mountain-city:before{content:"女"}.fi-rs-mountain:before{content:"廬"}.fi-rs-mountains:before{content:"旅"}.fi-rs-mouse-field:before{content:"濾"}.fi-rs-mouse:before{content:"礪"}.fi-rs-mov-file:before{content:"閭"}.fi-rs-move-to-folder-2:before{content:"驪"}.fi-rs-move-to-folder:before{content:"麗"}.fi-rs-mp3-file:before{content:"黎"}.fi-rs-mp3-player:before{content:"力"}.fi-rs-mp4-file:before{content:"曆"}.fi-rs-mug-alt:before{content:"歷"}.fi-rs-mug-hot-alt:before{content:"轢"}.fi-rs-mug-hot:before{content:"年"}.fi-rs-mug-marshmallows:before{content:"憐"}.fi-rs-mug-tea-saucer:before{content:"戀"}.fi-rs-mug-tea:before{content:"撚"}.fi-rs-mug:before{content:"漣"}.fi-rs-multiple-alt:before{content:"煉"}.fi-rs-multiple:before{content:"璉"}.fi-rs-muscle:before{content:"秊"}.fi-rs-mushroom-alt:before{content:"練"}.fi-rs-mushroom:before{content:"聯"}.fi-rs-music-alt:before{content:"輦"}.fi-rs-music-file:before{content:"蓮"}.fi-rs-music-note-slash:before{content:"連"}.fi-rs-music-note:before{content:"鍊"}.fi-rs-music-slash:before{content:"列"}.fi-rs-music:before{content:"劣"}.fi-rs-n:before{content:"咽"}.fi-rs-naira-sign:before{content:"烈"}.fi-rs-narwhal:before{content:"裂"}.fi-rs-navigation:before{content:"說"}.fi-rs-nesting-dolls:before{content:"廉"}.fi-rs-network-analytic:before{content:"念"}.fi-rs-network-cloud:before{content:"捻"}.fi-rs-network:before{content:"殮"}.fi-rs-neuter:before{content:"簾"}.fi-rs-newsletter-subscribe:before{content:"獵"}.fi-rs-newspaper-open:before{content:"令"}.fi-rs-newspaper:before{content:"囹"}.fi-rs-nfc-lock:before{content:"寧"}.fi-rs-nfc-magnifying-glass:before{content:"嶺"}.fi-rs-nfc-pen:before{content:"怜"}.fi-rs-nfc-slash:before{content:"玲"}.fi-rs-nfc-trash:before{content:"瑩"}.fi-rs-nfc:before{content:"羚"}.fi-rs-night-day:before{content:"聆"}.fi-rs-no-fee:before{content:"鈴"}.fi-rs-no-people:before{content:"零"}.fi-rs-noodles:before{content:"靈"}.fi-rs-nose:before{content:"領"}.fi-rs-not-equal:before{content:"例"}.fi-rs-not-found-alt:before{content:"禮"}.fi-rs-not-found-magnifying-glass:before{content:"醴"}.fi-rs-not-found:before{content:"隸"}.fi-rs-notdef:before{content:"惡"}.fi-rs-note-medical:before{content:"了"}.fi-rs-note-sticky:before{content:"僚"}.fi-rs-note:before{content:"寮"}.fi-rs-notebook-alt:before{content:"尿"}.fi-rs-notebook:before{content:"料"}.fi-rs-notes-medical:before{content:"樂"}.fi-rs-notes:before{content:"燎"}.fi-rs-o:before{content:"療"}.fi-rs-object-exclude:before{content:"蓼"}.fi-rs-object-group:before{content:"遼"}.fi-rs-object-intersect:before{content:"龍"}.fi-rs-object-subtract:before{content:"暈"}.fi-rs-object-ungroup:before{content:"阮"}.fi-rs-object-union:before{content:"劉"}.fi-rs-objects-column:before{content:"杻"}.fi-rs-octagon-check:before{content:"柳"}.fi-rs-octagon-divide:before{content:"流"}.fi-rs-octagon-exclamation:before{content:"溜"}.fi-rs-octagon-minus:before{content:"琉"}.fi-rs-octagon-plus:before{content:"留"}.fi-rs-octagon-xmark:before{content:"硫"}.fi-rs-octagon:before{content:"紐"}.fi-rs-oil-can:before{content:"類"}.fi-rs-oil-temp:before{content:"六"}.fi-rs-olive-oil:before{content:"戮"}.fi-rs-olive:before{content:"陸"}.fi-rs-olives:before{content:"倫"}.fi-rs-om:before{content:"崙"}.fi-rs-omega:before{content:"淪"}.fi-rs-onboarding:before{content:"輪"}.fi-rs-onion:before{content:"律"}.fi-rs-opacity:before{content:"慄"}.fi-rs-open-mail-clip:before{content:"栗"}.fi-rs-operating-system-upgrade:before{content:"率"}.fi-rs-operation:before{content:"隆"}.fi-rs-order-history:before{content:"利"}.fi-rs-organization-chart:before{content:"吏"}.fi-rs-ornament:before{content:"履"}.fi-rs-otp:before{content:"易"}.fi-rs-otter:before{content:"李"}.fi-rs-outdent:before{content:"梨"}.fi-rs-oval-alt:before{content:"泥"}.fi-rs-oval:before{content:"理"}.fi-rs-oven:before{content:"痢"}.fi-rs-overline:before{content:"罹"}.fi-rs-overview:before{content:"裏"}.fi-rs-p:before{content:"裡"}.fi-rs-package:before{content:"里"}.fi-rs-padlock-check:before{content:"離"}.fi-rs-page-break:before{content:"匿"}.fi-rs-pager:before{content:"溺"}.fi-rs-paid:before{content:"吝"}.fi-rs-paint-brush:before{content:"燐"}.fi-rs-paint-roller:before{content:"璘"}.fi-rs-paintbrush-pencil:before{content:"藺"}.fi-rs-palette:before{content:"隣"}.fi-rs-pallet-alt:before{content:"鱗"}.fi-rs-pallet:before{content:"麟"}.fi-rs-pan-food:before{content:"林"}.fi-rs-pan-frying:before{content:"淋"}.fi-rs-pan:before{content:"臨"}.fi-rs-pancakes:before{content:"立"}.fi-rs-panorama:before{content:"笠"}.fi-rs-paper-plane-launch:before{content:"粒"}.fi-rs-paper-plane-top:before{content:"狀"}.fi-rs-paper-plane:before{content:"炙"}.fi-rs-paperclip-vertical:before{content:"識"}.fi-rs-parachute-box:before{content:"什"}.fi-rs-paragraph-left:before{content:"茶"}.fi-rs-paragraph:before{content:"刺"}.fi-rs-parking-circle-slash:before{content:"切"}.fi-rs-parking-circle:before{content:"度"}.fi-rs-parking-slash:before{content:"拓"}.fi-rs-parking:before{content:"糖"}.fi-rs-party-bell:before{content:"宅"}.fi-rs-party-horn:before{content:"洞"}.fi-rs-passport:before{content:"暴"}.fi-rs-password-alt:before{content:"輻"}.fi-rs-password-computer:before{content:"行"}.fi-rs-password-email:before{content:"降"}.fi-rs-password-smartphone:before{content:"見"}.fi-rs-password:before{content:"廓"}.fi-rs-paste:before{content:"兀"}.fi-rs-pattern:before{content:"嗀"}.fi-rs-pause-circle:before{content:"﨎"}.fi-rs-pause-square:before{content:"﨏"}.fi-rs-pause:before{content:"塚"}.fi-rs-paw-claws:before{content:"﨑"}.fi-rs-paw-heart:before{content:"晴"}.fi-rs-paw:before{content:"﨓"}.fi-rs-payment-pos:before{content:"﨔"}.fi-rs-payroll-calendar:before{content:"凞"}.fi-rs-payroll-check:before{content:"猪"}.fi-rs-payroll:before{content:"益"}.fi-rs-peace:before{content:"礼"}.fi-rs-peach:before{content:"神"}.fi-rs-peanut:before{content:"祥"}.fi-rs-peanuts:before{content:"福"}.fi-rs-peapod:before{content:"靖"}.fi-rs-pear:before{content:"精"}.fi-rs-pedestal:before{content:"羽"}.fi-rs-pen-circle:before{content:"﨟"}.fi-rs-pen-clip-slash:before{content:"蘒"}.fi-rs-pen-clip:before{content:"﨡"}.fi-rs-pen-fancy-slash:before{content:"諸"}.fi-rs-pen-fancy:before{content:"﨣"}.fi-rs-pen-field:before{content:"﨤"}.fi-rs-pen-nib-slash:before{content:"逸"}.fi-rs-pen-nib:before{content:"都"}.fi-rs-pen-slash:before{content:"﨧"}.fi-rs-pen-square:before{content:"﨨"}.fi-rs-pen-swirl:before{content:"﨩"}.fi-rs-pencil-paintbrush:before{content:"飯"}.fi-rs-pencil-ruler:before{content:"飼"}.fi-rs-pencil-slash:before{content:"館"}.fi-rs-pencil:before{content:"鶴"}.fi-rs-pending:before{content:"郞"}.fi-rs-pennant:before{content:"隷"}.fi-rs-people-arrows-left-right:before{content:"侮"}.fi-rs-people-carry-box:before{content:"僧"}.fi-rs-people-dress:before{content:"免"}.fi-rs-people-network-partner:before{content:"勉"}.fi-rs-people-pants:before{content:"勤"}.fi-rs-people-poll:before{content:"卑"}.fi-rs-people-pulling:before{content:"喝"}.fi-rs-people-roof:before{content:"嘆"}.fi-rs-people:before{content:"器"}.fi-rs-pepper-alt:before{content:"塀"}.fi-rs-pepper-hot:before{content:"墨"}.fi-rs-pepper:before{content:"層"}.fi-rs-percent-10:before{content:"屮"}.fi-rs-percent-100:before{content:"悔"}.fi-rs-percent-20:before{content:"慨"}.fi-rs-percent-25:before{content:"憎"}.fi-rs-percent-30:before{content:"懲"}.fi-rs-percent-40:before{content:"敏"}.fi-rs-percent-50:before{content:"既"}.fi-rs-percent-60:before{content:"暑"}.fi-rs-percent-70:before{content:"梅"}.fi-rs-percent-75:before{content:"海"}.fi-rs-percent-80:before{content:"渚"}.fi-rs-percent-90:before{content:"漢"}.fi-rs-percentage:before{content:"煮"}.fi-rs-person-burst:before{content:"爫"}.fi-rs-person-carry-box:before{content:"琢"}.fi-rs-person-circle-check:before{content:"碑"}.fi-rs-person-circle-exclamation:before{content:"社"}.fi-rs-person-circle-minus:before{content:"祉"}.fi-rs-person-circle-plus:before{content:"祈"}.fi-rs-person-circle-question:before{content:"祐"}.fi-rs-person-circle-xmark:before{content:"祖"}.fi-rs-person-cv:before{content:"祝"}.fi-rs-person-dolly-empty:before{content:"禍"}.fi-rs-person-dolly:before{content:"禎"}.fi-rs-person-dress-simple:before{content:"穀"}.fi-rs-person-dress:before{content:"突"}.fi-rs-person-luggage:before{content:"節"}.fi-rs-person-lunge:before{content:"練"}.fi-rs-person-pilates:before{content:"縉"}.fi-rs-person-praying:before{content:"繁"}.fi-rs-person-pregnant:before{content:"署"}.fi-rs-person-seat-reclined:before{content:"者"}.fi-rs-person-seat:before{content:"臭"}.fi-rs-person-shelter:before{content:"艹"}.fi-rs-person-sign:before{content:"艹"}.fi-rs-person-simple:before{content:"著"}.fi-rs-person-walking-with-cane:before{content:"褐"}.fi-rs-peseta-sign:before{content:"視"}.fi-rs-peso-sign:before{content:"謁"}.fi-rs-pets:before{content:"謹"}.fi-rs-pharmacy:before{content:"賓"}.fi-rs-phone-call:before{content:"贈"}.fi-rs-phone-cross:before{content:"辶"}.fi-rs-phone-flip:before{content:"逸"}.fi-rs-phone-guide:before{content:"難"}.fi-rs-phone-heart-message:before{content:"響"}.fi-rs-phone-office:before{content:"頻"}.fi-rs-phone-pause:before{content:"恵"}.fi-rs-phone-plus:before{content:"𤋮"}.fi-rs-phone-rotary:before{content:"舘"}.fi-rs-phone-slash:before{content:"﩮"}.fi-rs-photo-capture:before{content:"﩯"}.fi-rs-photo-film-music:before{content:"並"}.fi-rs-photo-video:before{content:"况"}.fi-rs-physics:before{content:"全"}.fi-rs-Pi:before{content:"侀"}.fi-rs-piano-keyboard:before{content:"充"}.fi-rs-piano:before{content:"冀"}.fi-rs-pickaxe:before{content:"勇"}.fi-rs-picking-box:before{content:"勺"}.fi-rs-picking:before{content:"喝"}.fi-rs-picnic:before{content:"啕"}.fi-rs-picpeople-filled:before{content:"喙"}.fi-rs-picpeople:before{content:"嗢"}.fi-rs-picture:before{content:"塚"}.fi-rs-pie:before{content:"墳"}.fi-rs-pig-bank-bulb:before{content:"奄"}.fi-rs-pig-face:before{content:"奔"}.fi-rs-pig:before{content:"婢"}.fi-rs-piggy-bank-budget:before{content:"嬨"}.fi-rs-piggy-bank:before{content:"廒"}.fi-rs-pills:before{content:"廙"}.fi-rs-pinata:before{content:"彩"}.fi-rs-pineapple-alt:before{content:"徭"}.fi-rs-pineapple:before{content:"惘"}.fi-rs-ping-pong:before{content:"慎"}.fi-rs-pipe-smoking:before{content:"愈"}.fi-rs-pixabay:before{content:"憎"}.fi-rs-pizza-slice:before{content:"慠"}.fi-rs-place-of-worship:before{content:"懲"}.fi-rs-plan-strategy:before{content:"戴"}.fi-rs-plan:before{content:"揄"}.fi-rs-plane-alt:before{content:"搜"}.fi-rs-plane-arrival:before{content:"摒"}.fi-rs-plane-departure:before{content:"敖"}.fi-rs-plane-prop:before{content:"晴"}.fi-rs-plane-slash:before{content:"朗"}.fi-rs-plane-tail:before{content:"望"}.fi-rs-plane:before{content:"杖"}.fi-rs-planet-moon:before{content:"歹"}.fi-rs-planet-ringed:before{content:"殺"}.fi-rs-plant-care:before{content:"流"}.fi-rs-plant-growth:before{content:"滛"}.fi-rs-plant-seed-invest:before{content:"滋"}.fi-rs-plant-wilt:before{content:"漢"}.fi-rs-plate-utensils:before{content:"瀞"}.fi-rs-plate-wheat:before{content:"煮"}.fi-rs-plate:before{content:"瞧"}.fi-rs-play-alt:before{content:"爵"}.fi-rs-play-circle:before{content:"犯"}.fi-rs-play-microphone:before{content:"猪"}.fi-rs-play-pause:before{content:"瑱"}.fi-rs-play:before{content:"甆"}.fi-rs-playing-cards:before{content:"画"}.fi-rs-plug-alt:before{content:"瘝"}.fi-rs-plug-cable:before{content:"瘟"}.fi-rs-plug-circle-bolt:before{content:"益"}.fi-rs-plug-circle-check:before{content:"盛"}.fi-rs-plug-circle-exclamation:before{content:"直"}.fi-rs-plug-circle-minus:before{content:"睊"}.fi-rs-plug-circle-plus:before{content:"着"}.fi-rs-plug-connection:before{content:"磌"}.fi-rs-plug:before{content:"窱"}.fi-rs-plus-hexagon:before{content:"節"}.fi-rs-plus-minus:before{content:"类"}.fi-rs-plus-small:before{content:"絛"}.fi-rs-plus:before{content:"練"}.fi-rs-png-file:before{content:"缾"}.fi-rs-podcast:before{content:"者"}.fi-rs-podium-star:before{content:"荒"}.fi-rs-podium-victory-leader:before{content:"華"}.fi-rs-podium:before{content:"蝹"}.fi-rs-point-of-sale-bill:before{content:"襁"}.fi-rs-point-of-sale-signal:before{content:"覆"}.fi-rs-point-of-sale:before{content:"視"}.fi-rs-pointer-loading:before{content:"調"}.fi-rs-pointer-text:before{content:"諸"}.fi-rs-poker-chip:before{content:"請"}.fi-rs-police-box:before{content:"謁"}.fi-rs-poll-h:before{content:"諾"}.fi-rs-pollution:before{content:"諭"}.fi-rs-pompebled:before{content:"謹"}.fi-rs-poo-bolt:before{content:"變"}.fi-rs-poo:before{content:"贈"}.fi-rs-pool-8-ball:before{content:"輸"}.fi-rs-poop:before{content:"遲"}.fi-rs-popcorn:before{content:"醙"}.fi-rs-popsicle:before{content:"鉶"}.fi-rs-portal-enter:before{content:"陼"}.fi-rs-portal-exit:before{content:"難"}.fi-rs-portrait:before{content:"靖"}.fi-rs-postal-address:before{content:"韛"}.fi-rs-pot:before{content:"響"}.fi-rs-potato:before{content:"頋"}.fi-rs-pound:before{content:"頻"}.fi-rs-ppt-file:before{content:"鬒"}.fi-rs-practice:before{content:"龜"}.fi-rs-praying-hands:before{content:"𢡊"}.fi-rs-prescription-bottle-alt:before{content:"𢡄"}.fi-rs-prescription-bottle-pill:before{content:"𣏕"}.fi-rs-prescription-bottle:before{content:"㮝"}.fi-rs-prescription:before{content:"䀘"}.fi-rs-presentation:before{content:"䀹"}.fi-rs-preview:before{content:"𥉉"}.fi-rs-previous-square:before{content:"𥳐"}.fi-rs-print-magnifying-glass:before{content:"𧻓"}.fi-rs-print-slash:before{content:"齃"}.fi-rs-print:before{content:"龎"}.fi-rs-priority-arrow:before{content:"﫚"}.fi-rs-priority-arrows:before{content:"﫛"}.fi-rs-priority-importance:before{content:"﫜"}.fi-rs-problem-solving:before{content:"﫝"}.fi-rs-procedures:before{content:"﫞"}.fi-rs-process:before{content:"﫟"}.fi-rs-productivity:before{content:"﫠"}.fi-rs-progress-complete:before{content:"﫡"}.fi-rs-progress-download:before{content:"﫢"}.fi-rs-progress-upload:before{content:"﫣"}.fi-rs-projector:before{content:"﫤"}.fi-rs-protractor:before{content:"﫥"}.fi-rs-pulse:before{content:"﫦"}.fi-rs-pump-medical:before{content:"﫧"}.fi-rs-pump:before{content:"﫨"}.fi-rs-pumpkin-alt-2:before{content:"﫩"}.fi-rs-pumpkin-alt:before{content:"﫪"}.fi-rs-pumpkin:before{content:"﫫"}.fi-rs-puzzle-alt:before{content:"﫬"}.fi-rs-puzzle-piece-integration:before{content:"﫭"}.fi-rs-puzzle-piece:before{content:"﫮"}.fi-rs-puzzle-pieces:before{content:"﫯"}.fi-rs-pyramid:before{content:"﫰"}.fi-rs-q:before{content:"﫱"}.fi-rs-qr-scan:before{content:"﫲"}.fi-rs-QR:before{content:"﫳"}.fi-rs-qrcode:before{content:"﫴"}.fi-rs-question-square:before{content:"﫵"}.fi-rs-question:before{content:"﫶"}.fi-rs-queue-alt:before{content:"﫷"}.fi-rs-queue-line:before{content:"﫸"}.fi-rs-queue-signal:before{content:"﫹"}.fi-rs-queue:before{content:"﫺"}.fi-rs-quill-pen-story:before{content:"﫻"}.fi-rs-quiz-alt:before{content:"﫼"}.fi-rs-quiz:before{content:"﫽"}.fi-rs-quote-right:before{content:"﫾"}.fi-rs-r:before{content:"﫿"}.fi-rs-rabbit-fast:before{content:"ﬀ"}.fi-rs-rabbit:before{content:"ﬁ"}.fi-rs-raccoon:before{content:"ﬂ"}.fi-rs-racquet:before{content:"ﬃ"}.fi-rs-radar-monitoring-track:before{content:"ﬄ"}.fi-rs-radar:before{content:"ﬅ"}.fi-rs-radiation-alt:before{content:"ﬆ"}.fi-rs-radiation:before{content:"﬇"}.fi-rs-radio-alt:before{content:"﬈"}.fi-rs-radio-button:before{content:"﬉"}.fi-rs-radio:before{content:"﬊"}.fi-rs-radish:before{content:"﬋"}.fi-rs-rainbow:before{content:"﬌"}.fi-rs-raindrops:before{content:"﬍"}.fi-rs-ram:before{content:"﬎"}.fi-rs-ramp-loading:before{content:"﬏"}.fi-rs-rank:before{content:"﬐"}.fi-rs-ranking-podium-empty:before{content:"﬑"}.fi-rs-ranking-podium:before{content:"﬒"}.fi-rs-ranking-star:before{content:"ﬓ"}.fi-rs-ranking-stars:before{content:"ﬔ"}.fi-rs-raygun:before{content:"ﬕ"}.fi-rs-razor-barber:before{content:"ﬖ"}.fi-rs-react:before{content:"ﬗ"}.fi-rs-rec:before{content:"﬘"}.fi-rs-receipt:before{content:"﬙"}.fi-rs-recipe-book:before{content:"﬚"}.fi-rs-recipe:before{content:"﬛"}.fi-rs-record-vinyl:before{content:"﬜"}.fi-rs-rectabgle-vertical:before{content:"יִ"}.fi-rs-rectangle-barcode:before{content:"ﬞ"}.fi-rs-rectangle-code:before{content:"ײַ"}.fi-rs-rectangle-history-circle-plus:before{content:"ﬠ"}.fi-rs-rectangle-horizontal:before{content:"ﬡ"}.fi-rs-rectangle-list:before{content:"ﬢ"}.fi-rs-rectangle-panoramic:before{content:"ﬣ"}.fi-rs-rectangle-pro:before{content:"ﬤ"}.fi-rs-rectangle-vertical-history:before{content:"ﬥ"}.fi-rs-rectangle-vertical:before{content:"ﬦ"}.fi-rs-rectangle-xmark:before{content:"ﬧ"}.fi-rs-rectangles-mixed:before{content:"ﬨ"}.fi-rs-recycle-bin:before{content:"﬩"}.fi-rs-recycle:before{content:"שׁ"}.fi-rs-redo-alt:before{content:"שׂ"}.fi-rs-redo:before{content:"שּׁ"}.fi-rs-reel:before{content:"שּׂ"}.fi-rs-refer-arrow:before{content:"אַ"}.fi-rs-refer:before{content:"אָ"}.fi-rs-referral-alt:before{content:"אּ"}.fi-rs-referral-user:before{content:"בּ"}.fi-rs-referral:before{content:"גּ"}.fi-rs-reflect-horizontal-alt:before{content:"דּ"}.fi-rs-reflect-horizontal:before{content:"הּ"}.fi-rs-reflect-vertical:before{content:"וּ"}.fi-rs-reflect:before{content:"זּ"}.fi-rs-refresh:before{content:"﬷"}.fi-rs-refrigerator:before{content:"טּ"}.fi-rs-refund-alt:before{content:"יּ"}.fi-rs-refund:before{content:"ךּ"}.fi-rs-region-pin-alt:before{content:"כּ"}.fi-rs-region-pin:before{content:"לּ"}.fi-rs-registered:before{content:"﬽"}.fi-rs-registration-paper:before{content:"מּ"}.fi-rs-remove-folder:before{content:"﬿"}.fi-rs-remove-user:before{content:"נּ"}.fi-rs-rent-signal:before{content:"סּ"}.fi-rs-rent:before{content:"﭂"}.fi-rs-replace:before{content:"ףּ"}.fi-rs-replay-10:before{content:"פּ"}.fi-rs-replay-30:before{content:"﭅"}.fi-rs-replay-5:before{content:"צּ"}.fi-rs-reply-all:before{content:"קּ"}.fi-rs-republican:before{content:"רּ"}.fi-rs-reservation-smartphone:before{content:"שּ"}.fi-rs-reservation-table:before{content:"תּ"}.fi-rs-resistance-band:before{content:"וֹ"}.fi-rs-resize:before{content:"בֿ"}.fi-rs-resources:before{content:"כֿ"}.fi-rs-restaurant:before{content:"פֿ"}.fi-rs-restock:before{content:"ﭏ"}.fi-rs-restroom-simple:before{content:"ﭐ"}.fi-rs-resume:before{content:"ﭑ"}.fi-rs-revenue-alt:before{content:"ﭒ"}.fi-rs-revenue-euro:before{content:"ﭓ"}.fi-rs-Revenue:before{content:"ﭔ"}.fi-rs-review:before{content:"ﭕ"}.fi-rs-rewind-button-circle:before{content:"ﭖ"}.fi-rs-rewind:before{content:"ﭗ"}.fi-rs-rhombus:before{content:"ﭘ"}.fi-rs-ribbon:before{content:"ﭙ"}.fi-rs-right-from-bracket:before{content:"ﭚ"}.fi-rs-right:before{content:"ﭛ"}.fi-rs-ring-diamond:before{content:"ﭜ"}.fi-rs-ring:before{content:"ﭝ"}.fi-rs-rings-wedding:before{content:"ﭞ"}.fi-rs-risk-alt:before{content:"ﭟ"}.fi-rs-risk:before{content:"ﭠ"}.fi-rs-road-barrier:before{content:"ﭡ"}.fi-rs-road-sign-left:before{content:"ﭢ"}.fi-rs-road:before{content:"ﭣ"}.fi-rs-robot:before{content:"ﭤ"}.fi-rs-robotic-arm:before{content:"ﭥ"}.fi-rs-rocket-lunch:before{content:"ﭦ"}.fi-rs-rocket:before{content:"ﭧ"}.fi-rs-roller-coaster:before{content:"ﭨ"}.fi-rs-room-service:before{content:"ﭩ"}.fi-rs-rotate-exclamation:before{content:"ﭪ"}.fi-rs-rotate-left:before{content:"ﭫ"}.fi-rs-rotate-reverse:before{content:"ﭬ"}.fi-rs-rotate-right:before{content:"ﭭ"}.fi-rs-rotate-square:before{content:"ﭮ"}.fi-rs-roulette:before{content:"ﭯ"}.fi-rs-route-highway:before{content:"ﭰ"}.fi-rs-route-interstate:before{content:"ﭱ"}.fi-rs-route:before{content:"ﭲ"}.fi-rs-router:before{content:"ﭳ"}.fi-rs-rss-alt:before{content:"ﭴ"}.fi-rs-rss:before{content:"ﭵ"}.fi-rs-ruble-sign:before{content:"ﭶ"}.fi-rs-rugby-helmet:before{content:"ﭷ"}.fi-rs-rugby:before{content:"ﭸ"}.fi-rs-ruler-combined:before{content:"ﭹ"}.fi-rs-ruler-horizontal:before{content:"ﭺ"}.fi-rs-ruler-triangle:before{content:"ﭻ"}.fi-rs-ruler-vertical:before{content:"ﭼ"}.fi-rs-rules-alt:before{content:"ﭽ"}.fi-rs-rules:before{content:"ﭾ"}.fi-rs-running-track:before{content:"ﭿ"}.fi-rs-running:before{content:"ﮀ"}.fi-rs-rupee-sign:before{content:"ﮁ"}.fi-rs-rupiah-sign:before{content:"ﮂ"}.fi-rs-rv:before{content:"ﮃ"}.fi-rs-s:before{content:"ﮄ"}.fi-rs-sack-dollar:before{content:"ﮅ"}.fi-rs-sack:before{content:"ﮆ"}.fi-rs-sad-cry:before{content:"ﮇ"}.fi-rs-sad-tear:before{content:"ﮈ"}.fi-rs-sad:before{content:"ﮉ"}.fi-rs-safe-box:before{content:"ﮊ"}.fi-rs-sailboat:before{content:"ﮋ"}.fi-rs-salad:before{content:"ﮌ"}.fi-rs-salary-alt:before{content:"ﮍ"}.fi-rs-salt-pepper:before{content:"ﮎ"}.fi-rs-salt-shaker:before{content:"ﮏ"}.fi-rs-sandwich-alt:before{content:"ﮐ"}.fi-rs-sandwich:before{content:"ﮑ"}.fi-rs-satellite-dish:before{content:"ﮒ"}.fi-rs-satellite:before{content:"ﮓ"}.fi-rs-saturday:before{content:"ﮔ"}.fi-rs-sauce:before{content:"ﮕ"}.fi-rs-sausage:before{content:"ﮖ"}.fi-rs-sax-hot:before{content:"ﮗ"}.fi-rs-saxophone:before{content:"ﮘ"}.fi-rs-scale-comparison-alt:before{content:"ﮙ"}.fi-rs-scale-comparison:before{content:"ﮚ"}.fi-rs-scale:before{content:"ﮛ"}.fi-rs-scalpel-path:before{content:"ﮜ"}.fi-rs-scalpel:before{content:"ﮝ"}.fi-rs-scanner-gun:before{content:"ﮞ"}.fi-rs-scanner-image:before{content:"ﮟ"}.fi-rs-scanner-keyboard:before{content:"ﮠ"}.fi-rs-scanner-touchscreen:before{content:"ﮡ"}.fi-rs-scarecrow:before{content:"ﮢ"}.fi-rs-scarf:before{content:"ﮣ"}.fi-rs-school-bus:before{content:"ﮤ"}.fi-rs-school:before{content:"ﮥ"}.fi-rs-scissors:before{content:"ﮦ"}.fi-rs-scooter:before{content:"ﮧ"}.fi-rs-screen:before{content:"ﮨ"}.fi-rs-screencast:before{content:"ﮩ"}.fi-rs-screw-alt:before{content:"ﮪ"}.fi-rs-screw:before{content:"ﮫ"}.fi-rs-screwdriver:before{content:"ﮬ"}.fi-rs-scribble:before{content:"ﮭ"}.fi-rs-script:before{content:"ﮮ"}.fi-rs-scroll-document-story:before{content:"ﮯ"}.fi-rs-scroll-old:before{content:"ﮰ"}.fi-rs-scroll-torah:before{content:"ﮱ"}.fi-rs-scroll:before{content:"﮲"}.fi-rs-scrubber:before{content:"﮳"}.fi-rs-scythe:before{content:"﮴"}.fi-rs-sd-card:before{content:"﮵"}.fi-rs-sd-cards:before{content:"﮶"}.fi-rs-seal-exclamation:before{content:"﮷"}.fi-rs-seal-question:before{content:"﮸"}.fi-rs-seal:before{content:"﮹"}.fi-rs-search-alt:before{content:"﮺"}.fi-rs-search-dollar:before{content:"﮻"}.fi-rs-search-heart:before{content:"﮼"}.fi-rs-search-location:before{content:"﮽"}.fi-rs-search:before{content:"﮾"}.fi-rs-seat-airline:before{content:"﮿"}.fi-rs-seatbelt-safety-driver:before{content:"﯀"}.fi-rs-second-award:before{content:"﯁"}.fi-rs-second-laurel:before{content:"﯂"}.fi-rs-second-medal:before{content:"﯃"}.fi-rs-second:before{content:"﯄"}.fi-rs-seedling:before{content:"﯅"}.fi-rs-selection:before{content:"﯆"}.fi-rs-sell:before{content:"﯇"}.fi-rs-seller-store:before{content:"﯈"}.fi-rs-seller:before{content:"﯉"}.fi-rs-selling:before{content:"﯊"}.fi-rs-send-back:before{content:"﯋"}.fi-rs-send-backward:before{content:"﯌"}.fi-rs-send-money-smartphone:before{content:"﯍"}.fi-rs-send-money:before{content:"﯎"}.fi-rs-sensor-alert:before{content:"﯏"}.fi-rs-sensor-fire:before{content:"﯐"}.fi-rs-sensor-on:before{content:"﯑"}.fi-rs-sensor-smoke:before{content:"﯒"}.fi-rs-sensor:before{content:"ﯓ"}.fi-rs-settings-sliders:before{content:"ﯔ"}.fi-rs-settings:before{content:"ﯕ"}.fi-rs-share-alt-square:before{content:"ﯖ"}.fi-rs-share-square:before{content:"ﯗ"}.fi-rs-share:before{content:"ﯘ"}.fi-rs-sheep:before{content:"ﯙ"}.fi-rs-shekel-sign:before{content:"ﯚ"}.fi-rs-shelves:before{content:"ﯛ"}.fi-rs-shield-alt:before{content:"ﯜ"}.fi-rs-shield-cat:before{content:"ﯝ"}.fi-rs-shield-check:before{content:"ﯞ"}.fi-rs-shield-cross:before{content:"ﯟ"}.fi-rs-shield-dog:before{content:"ﯠ"}.fi-rs-shield-exclamation:before{content:"ﯡ"}.fi-rs-shield-interrogation:before{content:"ﯢ"}.fi-rs-shield-keyhole:before{content:"ﯣ"}.fi-rs-shield-minus:before{content:"ﯤ"}.fi-rs-shield-plus:before{content:"ﯥ"}.fi-rs-shield-security-risk:before{content:"ﯦ"}.fi-rs-shield-slash:before{content:"ﯧ"}.fi-rs-shield-trust:before{content:"ﯨ"}.fi-rs-shield-virus:before{content:"ﯩ"}.fi-rs-shield-xmark:before{content:"ﯪ"}.fi-rs-shield:before{content:"ﯫ"}.fi-rs-ship-side:before{content:"ﯬ"}.fi-rs-ship:before{content:"ﯭ"}.fi-rs-shipping-fast:before{content:"ﯮ"}.fi-rs-shipping-timed:before{content:"ﯯ"}.fi-rs-shirt-long-sleeve:before{content:"ﯰ"}.fi-rs-shirt-running:before{content:"ﯱ"}.fi-rs-shirt-tank-top:before{content:"ﯲ"}.fi-rs-shirt:before{content:"ﯳ"}.fi-rs-shish-kebab:before{content:"ﯴ"}.fi-rs-shoe-prints:before{content:"ﯵ"}.fi-rs-shop-lock:before{content:"ﯶ"}.fi-rs-shop-slash:before{content:"ﯷ"}.fi-rs-shop:before{content:"ﯸ"}.fi-rs-shopping-bag-add:before{content:"ﯹ"}.fi-rs-shopping-bag:before{content:"ﯺ"}.fi-rs-shopping-basket:before{content:"ﯻ"}.fi-rs-shopping-cart-add:before{content:"ﯼ"}.fi-rs-shopping-cart-buyer:before{content:"ﯽ"}.fi-rs-shopping-cart-check:before{content:"ﯾ"}.fi-rs-shopping-cart:before{content:"ﯿ"}.fi-rs-shovel-snow:before{content:"ﰀ"}.fi-rs-shovel:before{content:"ﰁ"}.fi-rs-shower-down:before{content:"ﰂ"}.fi-rs-shower:before{content:"ﰃ"}.fi-rs-shredder:before{content:"ﰄ"}.fi-rs-shrimp:before{content:"ﰅ"}.fi-rs-shuffle:before{content:"ﰆ"}.fi-rs-shuttle-van:before{content:"ﰇ"}.fi-rs-shuttlecock:before{content:"ﰈ"}.fi-rs-Sickle:before{content:"ﰉ"}.fi-rs-sidebar-flip:before{content:"ﰊ"}.fi-rs-sidebar:before{content:"ﰋ"}.fi-rs-sigma:before{content:"ﰌ"}.fi-rs-sign-hanging:before{content:"ﰍ"}.fi-rs-sign-in-alt:before{content:"ﰎ"}.fi-rs-sign-out-alt:before{content:"ﰏ"}.fi-rs-sign-posts-wrench:before{content:"ﰐ"}.fi-rs-sign-posts:before{content:"ﰑ"}.fi-rs-sign-up:before{content:"ﰒ"}.fi-rs-signal-alt-1:before{content:"ﰓ"}.fi-rs-signal-alt-2:before{content:"ﰔ"}.fi-rs-signal-alt-slash:before{content:"ﰕ"}.fi-rs-signal-alt:before{content:"ﰖ"}.fi-rs-signal-bars-fair:before{content:"ﰗ"}.fi-rs-signal-bars-good:before{content:"ﰘ"}.fi-rs-signal-bars-weak:before{content:"ﰙ"}.fi-rs-signal-stream-slash:before{content:"ﰚ"}.fi-rs-signal-stream:before{content:"ﰛ"}.fi-rs-signature-lock:before{content:"ﰜ"}.fi-rs-signature-slash:before{content:"ﰝ"}.fi-rs-signature:before{content:"ﰞ"}.fi-rs-sim-card:before{content:"ﰟ"}.fi-rs-sim-cards:before{content:"ﰠ"}.fi-rs-sink:before{content:"ﰡ"}.fi-rs-siren-on:before{content:"ﰢ"}.fi-rs-Siren:before{content:"ﰣ"}.fi-rs-site-alt:before{content:"ﰤ"}.fi-rs-site-browser:before{content:"ﰥ"}.fi-rs-site:before{content:"ﰦ"}.fi-rs-sitemap:before{content:"ﰧ"}.fi-rs-skateboard:before{content:"ﰨ"}.fi-rs-skating:before{content:"ﰩ"}.fi-rs-skeleton-ribs:before{content:"ﰪ"}.fi-rs-skeleton:before{content:"ﰫ"}.fi-rs-skewer:before{content:"ﰬ"}.fi-rs-ski-boot-ski:before{content:"ﰭ"}.fi-rs-ski-jump:before{content:"ﰮ"}.fi-rs-ski-lift:before{content:"ﰯ"}.fi-rs-skiing-nordic:before{content:"ﰰ"}.fi-rs-skiing:before{content:"ﰱ"}.fi-rs-skill-alt:before{content:"ﰲ"}.fi-rs-skill-user:before{content:"ﰳ"}.fi-rs-skill:before{content:"ﰴ"}.fi-rs-skin-arrow:before{content:"ﰵ"}.fi-rs-skin-drop:before{content:"ﰶ"}.fi-rs-skin-hair:before{content:"ﰷ"}.fi-rs-skin:before{content:"ﰸ"}.fi-rs-skip-15-seconds:before{content:"ﰹ"}.fi-rs-skull-cow:before{content:"ﰺ"}.fi-rs-skull-crossbones:before{content:"ﰻ"}.fi-rs-skull:before{content:"ﰼ"}.fi-rs-slash:before{content:"ﰽ"}.fi-rs-sledding:before{content:"ﰾ"}.fi-rs-sleeping-bag:before{content:"ﰿ"}.fi-rs-sleigh:before{content:"ﱀ"}.fi-rs-sliders-h-square:before{content:"ﱁ"}.fi-rs-sliders-v-square:before{content:"ﱂ"}.fi-rs-sliders-v:before{content:"ﱃ"}.fi-rs-slot-machine:before{content:"ﱄ"}.fi-rs-smart-home-alt:before{content:"ﱅ"}.fi-rs-smart-home:before{content:"ﱆ"}.fi-rs-smartphone:before{content:"ﱇ"}.fi-rs-smile-beam:before{content:"ﱈ"}.fi-rs-smile-plus:before{content:"ﱉ"}.fi-rs-smile-wink:before{content:"ﱊ"}.fi-rs-smiley-comment-alt:before{content:"ﱋ"}.fi-rs-smog:before{content:"ﱌ"}.fi-rs-smoke:before{content:"ﱍ"}.fi-rs-smoking-ban:before{content:"ﱎ"}.fi-rs-smoking:before{content:"ﱏ"}.fi-rs-snake:before{content:"ﱐ"}.fi-rs-snap:before{content:"ﱑ"}.fi-rs-snooze:before{content:"ﱒ"}.fi-rs-snow-blowing:before{content:"ﱓ"}.fi-rs-snowboarding:before{content:"ﱔ"}.fi-rs-snowflake-droplets:before{content:"ﱕ"}.fi-rs-snowflake:before{content:"ﱖ"}.fi-rs-snowflakes:before{content:"ﱗ"}.fi-rs-snowman-alt:before{content:"ﱘ"}.fi-rs-snowman-head:before{content:"ﱙ"}.fi-rs-snowmobile:before{content:"ﱚ"}.fi-rs-snowplow:before{content:"ﱛ"}.fi-rs-soap-alt:before{content:"ﱜ"}.fi-rs-soap:before{content:"ﱝ"}.fi-rs-social-network:before{content:"ﱞ"}.fi-rs-socks:before{content:"ﱟ"}.fi-rs-sofa-size:before{content:"ﱠ"}.fi-rs-sofa:before{content:"ﱡ"}.fi-rs-solar-panel-sun:before{content:"ﱢ"}.fi-rs-solar-panel:before{content:"ﱣ"}.fi-rs-solar-system:before{content:"ﱤ"}.fi-rs-sold-house:before{content:"ﱥ"}.fi-rs-sold-signal:before{content:"ﱦ"}.fi-rs-sort-alpha-down-alt:before{content:"ﱧ"}.fi-rs-sort-alpha-down:before{content:"ﱨ"}.fi-rs-sort-alpha-up-alt:before{content:"ﱩ"}.fi-rs-sort-alpha-up:before{content:"ﱪ"}.fi-rs-sort-alt:before{content:"ﱫ"}.fi-rs-sort-amount-down-alt:before{content:"ﱬ"}.fi-rs-sort-amount-down:before{content:"ﱭ"}.fi-rs-sort-amount-up-alt:before{content:"ﱮ"}.fi-rs-sort-amount-up:before{content:"ﱯ"}.fi-rs-sort-circle-down:before{content:"ﱰ"}.fi-rs-sort-circle-up:before{content:"ﱱ"}.fi-rs-sort-circle:before{content:"ﱲ"}.fi-rs-sort-down:before{content:"ﱳ"}.fi-rs-sort-numeric-down-alt:before{content:"ﱴ"}.fi-rs-sort-numeric-down:before{content:"ﱵ"}.fi-rs-sort-shapes-down:before{content:"ﱶ"}.fi-rs-sort-shapes-up:before{content:"ﱷ"}.fi-rs-sort-size-down:before{content:"ﱸ"}.fi-rs-sort-size-up:before{content:"ﱹ"}.fi-rs-sort:before{content:"ﱺ"}.fi-rs-soup:before{content:"ﱻ"}.fi-rs-source-data:before{content:"ﱼ"}.fi-rs-source-document-alt:before{content:"ﱽ"}.fi-rs-source-document:before{content:"ﱾ"}.fi-rs-spa:before{content:"ﱿ"}.fi-rs-space-shuttle:before{content:"ﲀ"}.fi-rs-space-station-moon-alt:before{content:"ﲁ"}.fi-rs-space-station-moon:before{content:"ﲂ"}.fi-rs-spade:before{content:"ﲃ"}.fi-rs-spaghetti-monster-flying:before{content:"ﲄ"}.fi-rs-spain-map:before{content:"ﲅ"}.fi-rs-sparkles:before{content:"ﲆ"}.fi-rs-spartan-helmet:before{content:"ﲇ"}.fi-rs-speaker:before{content:"ﲈ"}.fi-rs-speakers:before{content:"ﲉ"}.fi-rs-speech-bubble-story:before{content:"ﲊ"}.fi-rs-speedometer-arrow:before{content:"ﲋ"}.fi-rs-speedometer-kpi:before{content:"ﲌ"}.fi-rs-sphere:before{content:"ﲍ"}.fi-rs-spider-black-widow:before{content:"ﲎ"}.fi-rs-spider-web:before{content:"ﲏ"}.fi-rs-spider:before{content:"ﲐ"}.fi-rs-spinner:before{content:"ﲑ"}.fi-rs-split-up-relation:before{content:"ﲒ"}.fi-rs-split:before{content:"ﲓ"}.fi-rs-splotch:before{content:"ﲔ"}.fi-rs-spoon:before{content:"ﲕ"}.fi-rs-spray-can-sparkles:before{content:"ﲖ"}.fi-rs-spray-can:before{content:"ﲗ"}.fi-rs-spring-calendar:before{content:"ﲘ"}.fi-rs-sprinkler:before{content:"ﲙ"}.fi-rs-spy:before{content:"ﲚ"}.fi-rs-square-0:before{content:"ﲛ"}.fi-rs-square-1:before{content:"ﲜ"}.fi-rs-square-2:before{content:"ﲝ"}.fi-rs-square-3:before{content:"ﲞ"}.fi-rs-square-4:before{content:"ﲟ"}.fi-rs-square-5:before{content:"ﲠ"}.fi-rs-square-6:before{content:"ﲡ"}.fi-rs-square-7:before{content:"ﲢ"}.fi-rs-square-8:before{content:"ﲣ"}.fi-rs-square-9:before{content:"ﲤ"}.fi-rs-square-a:before{content:"ﲥ"}.fi-rs-square-b:before{content:"ﲦ"}.fi-rs-square-bolt:before{content:"ﲧ"}.fi-rs-square-c:before{content:"ﲨ"}.fi-rs-square-code:before{content:"ﲩ"}.fi-rs-square-d:before{content:"ﲪ"}.fi-rs-square-dashed-circle-plus:before{content:"ﲫ"}.fi-rs-square-dashed:before{content:"ﲬ"}.fi-rs-square-divide:before{content:"ﲭ"}.fi-rs-square-e:before{content:"ﲮ"}.fi-rs-square-ellipsis-vertical:before{content:"ﲯ"}.fi-rs-square-ellipsis:before{content:"ﲰ"}.fi-rs-square-exclamation:before{content:"ﲱ"}.fi-rs-square-f:before{content:"ﲲ"}.fi-rs-square-g:before{content:"ﲳ"}.fi-rs-square-h:before{content:"ﲴ"}.fi-rs-square-heart:before{content:"ﲵ"}.fi-rs-square-i:before{content:"ﲶ"}.fi-rs-square-info:before{content:"ﲷ"}.fi-rs-square-j:before{content:"ﲸ"}.fi-rs-square-k:before{content:"ﲹ"}.fi-rs-square-kanban:before{content:"ﲺ"}.fi-rs-square-l:before{content:"ﲻ"}.fi-rs-square-m:before{content:"ﲼ"}.fi-rs-square-minus:before{content:"ﲽ"}.fi-rs-square-n:before{content:"ﲾ"}.fi-rs-square-o:before{content:"ﲿ"}.fi-rs-square-p:before{content:"ﳀ"}.fi-rs-square-phone-hangup:before{content:"ﳁ"}.fi-rs-square-plus:before{content:"ﳂ"}.fi-rs-square-poll-horizontal:before{content:"ﳃ"}.fi-rs-square-poll-vertical:before{content:"ﳄ"}.fi-rs-square-q:before{content:"ﳅ"}.fi-rs-square-quote:before{content:"ﳆ"}.fi-rs-square-r:before{content:"ﳇ"}.fi-rs-square-root:before{content:"ﳈ"}.fi-rs-square-s:before{content:"ﳉ"}.fi-rs-square-small:before{content:"ﳊ"}.fi-rs-square-star:before{content:"ﳋ"}.fi-rs-square-t:before{content:"ﳌ"}.fi-rs-square-terminal:before{content:"ﳍ"}.fi-rs-square-u:before{content:"ﳎ"}.fi-rs-square-up-right:before{content:"ﳏ"}.fi-rs-square-v:before{content:"ﳐ"}.fi-rs-square-w:before{content:"ﳑ"}.fi-rs-square-x:before{content:"ﳒ"}.fi-rs-square-y:before{content:"ﳓ"}.fi-rs-square-z:before{content:"ﳔ"}.fi-rs-square:before{content:"ﳕ"}.fi-rs-squid:before{content:"ﳖ"}.fi-rs-squircle:before{content:"ﳗ"}.fi-rs-squirrel:before{content:"ﳘ"}.fi-rs-staff:before{content:"ﳙ"}.fi-rs-stage-concert:before{content:"ﳚ"}.fi-rs-stage-theatre:before{content:"ﳛ"}.fi-rs-stage:before{content:"ﳜ"}.fi-rs-stairs:before{content:"ﳝ"}.fi-rs-stamp:before{content:"ﳞ"}.fi-rs-standard-definition:before{content:"ﳟ"}.fi-rs-star-and-crescent:before{content:"ﳠ"}.fi-rs-star-christmas:before{content:"ﳡ"}.fi-rs-star-comment-alt:before{content:"ﳢ"}.fi-rs-star-exclamation:before{content:"ﳣ"}.fi-rs-star-octogram:before{content:"ﳤ"}.fi-rs-star-of-david:before{content:"ﳥ"}.fi-rs-star-rating-call:before{content:"ﳦ"}.fi-rs-star-sharp-half-stroke:before{content:"ﳧ"}.fi-rs-star-sharp-half:before{content:"ﳨ"}.fi-rs-star-shooting:before{content:"ﳩ"}.fi-rs-star:before{content:"ﳪ"}.fi-rs-starfighter:before{content:"ﳫ"}.fi-rs-stars:before{content:"ﳬ"}.fi-rs-state-country:before{content:"ﳭ"}.fi-rs-stationary-bike:before{content:"ﳮ"}.fi-rs-stats:before{content:"ﳯ"}.fi-rs-steak:before{content:"ﳰ"}.fi-rs-steering-wheel:before{content:"ﳱ"}.fi-rs-step-backward:before{content:"ﳲ"}.fi-rs-step-forward:before{content:"ﳳ"}.fi-rs-sterling-sign:before{content:"ﳴ"}.fi-rs-stethoscope:before{content:"ﳵ"}.fi-rs-sticker:before{content:"ﳶ"}.fi-rs-stocking:before{content:"ﳷ"}.fi-rs-stomach:before{content:"ﳸ"}.fi-rs-stop-circle:before{content:"ﳹ"}.fi-rs-stop-square:before{content:"ﳺ"}.fi-rs-stop:before{content:"ﳻ"}.fi-rs-stopwatch:before{content:"ﳼ"}.fi-rs-store-alt:before{content:"ﳽ"}.fi-rs-store-buyer:before{content:"ﳾ"}.fi-rs-store-lock:before{content:"ﳿ"}.fi-rs-store-slash:before{content:"ﴀ"}.fi-rs-story-book:before{content:"ﴁ"}.fi-rs-story-fairy-tale:before{content:"ﴂ"}.fi-rs-story-fantasy:before{content:"ﴃ"}.fi-rs-strategy-chess-risk:before{content:"ﴄ"}.fi-rs-strawberry:before{content:"ﴅ"}.fi-rs-street-view:before{content:"ﴆ"}.fi-rs-stretcher:before{content:"ﴇ"}.fi-rs-strikethrough:before{content:"ﴈ"}.fi-rs-stroopwafel:before{content:"ﴉ"}.fi-rs-student-alt:before{content:"ﴊ"}.fi-rs-student:before{content:"ﴋ"}.fi-rs-subscript:before{content:"ﴌ"}.fi-rs-subscription-alt:before{content:"ﴍ"}.fi-rs-subscription:before{content:"ﴎ"}.fi-rs-subtitles-slash:before{content:"ﴏ"}.fi-rs-subtitles:before{content:"ﴐ"}.fi-rs-subway:before{content:"ﴑ"}.fi-rs-suitcase-alt:before{content:"ﴒ"}.fi-rs-summary-check:before{content:"ﴓ"}.fi-rs-summer:before{content:"ﴔ"}.fi-rs-sun-dust:before{content:"ﴕ"}.fi-rs-sun-plant-wilt:before{content:"ﴖ"}.fi-rs-sun-salutation-yoga:before{content:"ﴗ"}.fi-rs-sun:before{content:"ﴘ"}.fi-rs-sunday:before{content:"ﴙ"}.fi-rs-sunglasses-alt:before{content:"ﴚ"}.fi-rs-sunglasses:before{content:"ﴛ"}.fi-rs-sunrise-alt:before{content:"ﴜ"}.fi-rs-sunrise:before{content:"ﴝ"}.fi-rs-sunset:before{content:"ﴞ"}.fi-rs-superscript:before{content:"ﴟ"}.fi-rs-supplier-alt:before{content:"ﴠ"}.fi-rs-supplier:before{content:"ﴡ"}.fi-rs-surfing:before{content:"ﴢ"}.fi-rs-surprise:before{content:"ﴣ"}.fi-rs-surveillance-camera:before{content:"ﴤ"}.fi-rs-survey-xmark:before{content:"ﴥ"}.fi-rs-sushi-alt:before{content:"ﴦ"}.fi-rs-sushi-roll:before{content:"ﴧ"}.fi-rs-sushi:before{content:"ﴨ"}.fi-rs-svg:before{content:"ﴩ"}.fi-rs-swap:before{content:"ﴪ"}.fi-rs-swatchbook:before{content:"ﴫ"}.fi-rs-swimmer:before{content:"ﴬ"}.fi-rs-swimming-pool:before{content:"ﴭ"}.fi-rs-swing:before{content:"ﴮ"}.fi-rs-swipe-down:before{content:"ﴯ"}.fi-rs-swipe-left:before{content:"ﴰ"}.fi-rs-swipe-right:before{content:"ﴱ"}.fi-rs-swipe-up:before{content:"ﴲ"}.fi-rs-sword:before{content:"ﴳ"}.fi-rs-symbol:before{content:"ﴴ"}.fi-rs-symbols:before{content:"ﴵ"}.fi-rs-synagogue:before{content:"ﴶ"}.fi-rs-syringe:before{content:"ﴷ"}.fi-rs-system-cloud:before{content:"ﴸ"}.fi-rs-t:before{content:"ﴹ"}.fi-rs-tab-folder:before{content:"ﴺ"}.fi-rs-table-columns:before{content:"ﴻ"}.fi-rs-table-layout:before{content:"ﴼ"}.fi-rs-table-list:before{content:"ﴽ"}.fi-rs-table-picnic:before{content:"﴾"}.fi-rs-table-pivot:before{content:"﴿"}.fi-rs-table-rows:before{content:"﵀"}.fi-rs-table-tree:before{content:"﵁"}.fi-rs-table:before{content:"﵂"}.fi-rs-tablet-android-alt:before{content:"﵃"}.fi-rs-tablet-android:before{content:"﵄"}.fi-rs-tablet-rugged:before{content:"﵅"}.fi-rs-tablet:before{content:"﵆"}.fi-rs-tachometer-alt-average:before{content:"﵇"}.fi-rs-tachometer-alt-fastest:before{content:"﵈"}.fi-rs-tachometer-alt-slow:before{content:"﵉"}.fi-rs-tachometer-alt-slowest:before{content:"﵊"}.fi-rs-tachometer-average:before{content:"﵋"}.fi-rs-tachometer-fast:before{content:"﵌"}.fi-rs-tachometer-fastest:before{content:"﵍"}.fi-rs-tachometer-slow:before{content:"﵎"}.fi-rs-tachometer-slowest:before{content:"﵏"}.fi-rs-tachometer:before{content:"ﵐ"}.fi-rs-taco:before{content:"ﵑ"}.fi-rs-tags:before{content:"ﵒ"}.fi-rs-talent-alt:before{content:"ﵓ"}.fi-rs-talent-hand:before{content:"ﵔ"}.fi-rs-talent:before{content:"ﵕ"}.fi-rs-tally-1:before{content:"ﵖ"}.fi-rs-tally-2:before{content:"ﵗ"}.fi-rs-tally-3:before{content:"ﵘ"}.fi-rs-tally-4:before{content:"ﵙ"}.fi-rs-tally:before{content:"ﵚ"}.fi-rs-tamale:before{content:"ﵛ"}.fi-rs-tank-water:before{content:"ﵜ"}.fi-rs-tap:before{content:"ﵝ"}.fi-rs-tape:before{content:"ﵞ"}.fi-rs-target-audience:before{content:"ﵟ"}.fi-rs-target:before{content:"ﵠ"}.fi-rs-tax-alt:before{content:"ﵡ"}.fi-rs-tax:before{content:"ﵢ"}.fi-rs-taxi-bus:before{content:"ﵣ"}.fi-rs-taxi:before{content:"ﵤ"}.fi-rs-team-check-alt:before{content:"ﵥ"}.fi-rs-team-check:before{content:"ﵦ"}.fi-rs-teddy-bear:before{content:"ﵧ"}.fi-rs-teeth-open:before{content:"ﵨ"}.fi-rs-telescope:before{content:"ﵩ"}.fi-rs-temperature-down:before{content:"ﵪ"}.fi-rs-temperature-frigid:before{content:"ﵫ"}.fi-rs-temperature-high:before{content:"ﵬ"}.fi-rs-temperature-list:before{content:"ﵭ"}.fi-rs-temperature-low:before{content:"ﵮ"}.fi-rs-temperature-up:before{content:"ﵯ"}.fi-rs-template-alt:before{content:"ﵰ"}.fi-rs-template:before{content:"ﵱ"}.fi-rs-tenge:before{content:"ﵲ"}.fi-rs-tennis:before{content:"ﵳ"}.fi-rs-tent-arrow-down-to-line:before{content:"ﵴ"}.fi-rs-tent-arrow-left-right:before{content:"ﵵ"}.fi-rs-tent-arrow-turn-left:before{content:"ﵶ"}.fi-rs-tent-arrows-down:before{content:"ﵷ"}.fi-rs-tents:before{content:"ﵸ"}.fi-rs-terminal:before{content:"ﵹ"}.fi-rs-terrace:before{content:"ﵺ"}.fi-rs-test-tube:before{content:"ﵻ"}.fi-rs-test:before{content:"ﵼ"}.fi-rs-text-box-dots:before{content:"ﵽ"}.fi-rs-text-box-edit:before{content:"ﵾ"}.fi-rs-text-box:before{content:"ﵿ"}.fi-rs-text-check:before{content:"ﶀ"}.fi-rs-text-height:before{content:"ﶁ"}.fi-rs-text-shadow:before{content:"ﶂ"}.fi-rs-text-size:before{content:"ﶃ"}.fi-rs-text-slash:before{content:"ﶄ"}.fi-rs-text-width:before{content:"ﶅ"}.fi-rs-text:before{content:"ﶆ"}.fi-rs-theater-masks:before{content:"ﶇ"}.fi-rs-thermometer-alt:before{content:"ﶈ"}.fi-rs-thermometer-empty:before{content:"ﶉ"}.fi-rs-thermometer-full:before{content:"ﶊ"}.fi-rs-thermometer-half:before{content:"ﶋ"}.fi-rs-thermometer-quarter:before{content:"ﶌ"}.fi-rs-thermometer-three-quarters:before{content:"ﶍ"}.fi-rs-theta:before{content:"ﶎ"}.fi-rs-third-award:before{content:"ﶏ"}.fi-rs-third-laurel:before{content:"﶐"}.fi-rs-third-medal:before{content:"﶑"}.fi-rs-third:before{content:"ﶒ"}.fi-rs-thought-bubble:before{content:"ﶓ"}.fi-rs-three-leaf-clover:before{content:"ﶔ"}.fi-rs-thumbs-up-trust:before{content:"ﶕ"}.fi-rs-thumbtack:before{content:"ﶖ"}.fi-rs-thunderstorm-moon:before{content:"ﶗ"}.fi-rs-thunderstorm-risk:before{content:"ﶘ"}.fi-rs-thunderstorm-sun:before{content:"ﶙ"}.fi-rs-thunderstorm:before{content:"ﶚ"}.fi-rs-thursday:before{content:"ﶛ"}.fi-rs-ticket-airline:before{content:"ﶜ"}.fi-rs-ticket-alt:before{content:"ﶝ"}.fi-rs-ticket:before{content:"ﶞ"}.fi-rs-tickets-airline:before{content:"ﶟ"}.fi-rs-tie:before{content:"ﶠ"}.fi-rs-tilde:before{content:"ﶡ"}.fi-rs-time-add:before{content:"ﶢ"}.fi-rs-time-check:before{content:"ﶣ"}.fi-rs-time-delete:before{content:"ﶤ"}.fi-rs-time-fast:before{content:"ﶥ"}.fi-rs-time-forward-sixty:before{content:"ﶦ"}.fi-rs-time-forward-ten:before{content:"ﶧ"}.fi-rs-time-forward:before{content:"ﶨ"}.fi-rs-time-half-past:before{content:"ﶩ"}.fi-rs-time-oclock:before{content:"ﶪ"}.fi-rs-time-past:before{content:"ﶫ"}.fi-rs-time-quarter-past:before{content:"ﶬ"}.fi-rs-time-quarter-to:before{content:"ﶭ"}.fi-rs-time-twenty-four:before{content:"ﶮ"}.fi-rs-time-watch-calendar:before{content:"ﶯ"}.fi-rs-timer-clock-call:before{content:"ﶰ"}.fi-rs-times-hexagon:before{content:"ﶱ"}.fi-rs-tint-slash:before{content:"ﶲ"}.fi-rs-tip-coin:before{content:"ﶳ"}.fi-rs-tire-flat:before{content:"ﶴ"}.fi-rs-tire-pressure-warning:before{content:"ﶵ"}.fi-rs-tire-rugged:before{content:"ﶶ"}.fi-rs-tire:before{content:"ﶷ"}.fi-rs-tired:before{content:"ﶸ"}.fi-rs-to-do-alt:before{content:"ﶹ"}.fi-rs-to-do:before{content:"ﶺ"}.fi-rs-together-people:before{content:"ﶻ"}.fi-rs-toggle-off:before{content:"ﶼ"}.fi-rs-toggle-on:before{content:"ﶽ"}.fi-rs-toilet-paper-blank-under:before{content:"ﶾ"}.fi-rs-toilet-paper-blank:before{content:"ﶿ"}.fi-rs-toilet-paper-slash:before{content:"ﷀ"}.fi-rs-toilet-paper-under-slash:before{content:"ﷁ"}.fi-rs-toilet-paper-under:before{content:"ﷂ"}.fi-rs-toilet:before{content:"ﷃ"}.fi-rs-toilets-portable:before{content:"ﷄ"}.fi-rs-token:before{content:"ﷅ"}.fi-rs-tomato:before{content:"ﷆ"}.fi-rs-tombstone-alt:before{content:"ﷇ"}.fi-rs-tombstone:before{content:"﷈"}.fi-rs-tool-box:before{content:"﷉"}.fi-rs-tool-crop:before{content:"﷊"}.fi-rs-tool-marquee:before{content:"﷋"}.fi-rs-tools:before{content:"﷌"}.fi-rs-tooth:before{content:"﷍"}.fi-rs-toothbrush:before{content:"﷎"}.fi-rs-torch-inspiration-leader:before{content:"﷏"}.fi-rs-torii-gate:before{content:"﷐"}.fi-rs-tornado:before{content:"﷑"}.fi-rs-total:before{content:"﷒"}.fi-rs-tour-guide-people:before{content:"﷓"}.fi-rs-tour-virtual:before{content:"﷔"}.fi-rs-tower-control:before{content:"﷕"}.fi-rs-track:before{content:"﷖"}.fi-rs-tractor:before{content:"﷗"}.fi-rs-trademark:before{content:"﷘"}.fi-rs-traffic-cone:before{content:"﷙"}.fi-rs-traffic-light-go:before{content:"﷚"}.fi-rs-traffic-light-slow:before{content:"﷛"}.fi-rs-traffic-light-stop:before{content:"﷜"}.fi-rs-traffic-light:before{content:"﷝"}.fi-rs-trailer:before{content:"﷞"}.fi-rs-train-journey:before{content:"﷟"}.fi-rs-train-side:before{content:"﷠"}.fi-rs-train-station-building:before{content:"﷡"}.fi-rs-train-station:before{content:"﷢"}.fi-rs-train-subway-tunnel:before{content:"﷣"}.fi-rs-train-track:before{content:"﷤"}.fi-rs-train-tram:before{content:"﷥"}.fi-rs-train:before{content:"﷦"}.fi-rs-tram:before{content:"﷧"}.fi-rs-transform:before{content:"﷨"}.fi-rs-transformation-block:before{content:"﷩"}.fi-rs-transformation-circle:before{content:"﷪"}.fi-rs-transformation-design:before{content:"﷫"}.fi-rs-transformation-shapes:before{content:"﷬"}.fi-rs-transformer-bolt:before{content:"﷭"}.fi-rs-transgender:before{content:"﷮"}.fi-rs-transporter-1:before{content:"﷯"}.fi-rs-transporter-2:before{content:"ﷰ"}.fi-rs-transporter-3:before{content:"ﷱ"}.fi-rs-transporter-4:before{content:"ﷲ"}.fi-rs-transporter-5:before{content:"ﷳ"}.fi-rs-transporter-6:before{content:"ﷴ"}.fi-rs-transporter-7:before{content:"ﷵ"}.fi-rs-transporter-empty:before{content:"ﷶ"}.fi-rs-transporter:before{content:"ﷷ"}.fi-rs-trash-can-check:before{content:"ﷸ"}.fi-rs-trash-can-clock:before{content:"ﷹ"}.fi-rs-trash-can-list:before{content:"ﷺ"}.fi-rs-trash-can-plus:before{content:"ﷻ"}.fi-rs-trash-can-slash:before{content:"﷼"}.fi-rs-trash-check:before{content:"﷽"}.fi-rs-trash-clock:before{content:"﷾"}.fi-rs-trash-empty:before{content:"﷿"}.fi-rs-trash-list:before{content:"︐"}.fi-rs-trash-plus:before{content:"︑"}.fi-rs-trash-restore-alt:before{content:"︒"}.fi-rs-trash-restore:before{content:"︓"}.fi-rs-trash-slash:before{content:"︔"}.fi-rs-trash-undo-alt:before{content:"︕"}.fi-rs-trash-undo:before{content:"︖"}.fi-rs-trash-xmark:before{content:"︗"}.fi-rs-trash:before{content:"︘"}.fi-rs-treadmill:before{content:"︙"}.fi-rs-treasure-chest:before{content:"︚"}.fi-rs-treatment:before{content:"︛"}.fi-rs-tree-alt:before{content:"︜"}.fi-rs-tree-christmas:before{content:"︝"}.fi-rs-tree-deciduous:before{content:"︞"}.fi-rs-tree:before{content:"︟"}.fi-rs-trees-alt:before{content:"︰"}.fi-rs-trees:before{content:"︱"}.fi-rs-triangle-music:before{content:"︲"}.fi-rs-triangle-person-digging:before{content:"︳"}.fi-rs-triangle-warning:before{content:"︴"}.fi-rs-triangle:before{content:"︵"}.fi-rs-tricycle:before{content:"︶"}.fi-rs-trillium:before{content:"︷"}.fi-rs-trophy-achievement-skill:before{content:"︸"}.fi-rs-trophy-star:before{content:"︹"}.fi-rs-trophy:before{content:"︺"}.fi-rs-truck-arrow-left:before{content:"︻"}.fi-rs-truck-arrow-right:before{content:"︼"}.fi-rs-truck-bolt:before{content:"︽"}.fi-rs-truck-box:before{content:"︾"}.fi-rs-truck-check:before{content:"︿"}.fi-rs-truck-container-empty:before{content:"﹀"}.fi-rs-truck-container:before{content:"﹁"}.fi-rs-truck-couch:before{content:"﹂"}.fi-rs-truck-fire:before{content:"﹃"}.fi-rs-truck-flatbed:before{content:"﹄"}.fi-rs-truck-front:before{content:"﹅"}.fi-rs-truck-ladder:before{content:"﹆"}.fi-rs-truck-loading:before{content:"﹇"}.fi-rs-truck-medical:before{content:"﹈"}.fi-rs-truck-monster:before{content:"﹉"}.fi-rs-truck-moving:before{content:"﹊"}.fi-rs-truck-pickup:before{content:"﹋"}.fi-rs-truck-plow:before{content:"﹌"}.fi-rs-truck-ramp:before{content:"﹍"}.fi-rs-truck-side:before{content:"﹎"}.fi-rs-truck-tow:before{content:"﹏"}.fi-rs-truck-utensils:before{content:"﹐"}.fi-rs-trumpet:before{content:"﹑"}.fi-rs-trust-alt:before{content:"﹒"}.fi-rs-trust:before{content:"﹓"}.fi-rs-tshirt:before{content:"﹔"}.fi-rs-tty-answer:before{content:"﹕"}.fi-rs-tty:before{content:"﹖"}.fi-rs-tubes:before{content:"﹗"}.fi-rs-tuesday:before{content:"﹘"}.fi-rs-tugrik-sign:before{content:"﹙"}.fi-rs-turkey:before{content:"﹚"}.fi-rs-turn-left:before{content:"﹛"}.fi-rs-turn-right:before{content:"﹜"}.fi-rs-turntable:before{content:"﹝"}.fi-rs-turtle:before{content:"﹞"}.fi-rs-tv-music:before{content:"﹟"}.fi-rs-tv-retro:before{content:"﹠"}.fi-rs-typewriter:before{content:"﹡"}.fi-rs-u:before{content:"﹢"}.fi-rs-ufo-beam:before{content:"﹣"}.fi-rs-ufo:before{content:"﹤"}.fi-rs-ui-ux:before{content:"﹥"}.fi-rs-umbrella-beach:before{content:"﹦"}.fi-rs-umbrella:before{content:"﹧"}.fi-rs-under-construction:before{content:"﹨"}.fi-rs-underline:before{content:"﹩"}.fi-rs-undo-alt:before{content:"﹪"}.fi-rs-undo:before{content:"﹫"}.fi-rs-unicorn:before{content:"﹬"}.fi-rs-uniform-martial-arts:before{content:"﹭"}.fi-rs-universal-access:before{content:"﹮"}.fi-rs-unlock:before{content:"﹯"}.fi-rs-up-from-bracket:before{content:"ﹰ"}.fi-rs-up-left:before{content:"ﹱ"}.fi-rs-up-right-from-square:before{content:"ﹲ"}.fi-rs-up-right:before{content:"ﹳ"}.fi-rs-up:before{content:"ﹴ"}.fi-rs-upload:before{content:"﹵"}.fi-rs-url:before{content:"ﹶ"}.fi-rs-usb-pendrive:before{content:"ﹷ"}.fi-rs-usd-circle:before{content:"ﹸ"}.fi-rs-usd-square:before{content:"ﹹ"}.fi-rs-user-add:before{content:"ﹺ"}.fi-rs-user-alien:before{content:"ﹻ"}.fi-rs-user-astronaut:before{content:"ﹼ"}.fi-rs-user-check:before{content:"ﹽ"}.fi-rs-user-chef:before{content:"ﹾ"}.fi-rs-user-coach:before{content:"ﹿ"}.fi-rs-user-cowboy:before{content:"ﺀ"}.fi-rs-user-crown:before{content:"ﺁ"}.fi-rs-user-gear:before{content:"ﺂ"}.fi-rs-user-graduate:before{content:"ﺃ"}.fi-rs-user-headset:before{content:"ﺄ"}.fi-rs-user-helmet-safety:before{content:"ﺅ"}.fi-rs-user-injured:before{content:"ﺆ"}.fi-rs-user-interface-ui:before{content:"ﺇ"}.fi-rs-user-key:before{content:"ﺈ"}.fi-rs-user-lock:before{content:"ﺉ"}.fi-rs-user-md-chat:before{content:"ﺊ"}.fi-rs-user-md:before{content:"ﺋ"}.fi-rs-user-minus:before{content:"ﺌ"}.fi-rs-user-music:before{content:"ﺍ"}.fi-rs-user-ninja:before{content:"ﺎ"}.fi-rs-user-nurse:before{content:"ﺏ"}.fi-rs-user-pen:before{content:"ﺐ"}.fi-rs-user-pilot-tie:before{content:"ﺑ"}.fi-rs-user-pilot:before{content:"ﺒ"}.fi-rs-user-police:before{content:"ﺓ"}.fi-rs-user-robot-xmarks:before{content:"ﺔ"}.fi-rs-user-robot:before{content:"ﺕ"}.fi-rs-user-salary:before{content:"ﺖ"}.fi-rs-user-shield:before{content:"ﺗ"}.fi-rs-user-skill-gear:before{content:"ﺘ"}.fi-rs-user-slash:before{content:"ﺙ"}.fi-rs-user-tag:before{content:"ﺚ"}.fi-rs-user-time:before{content:"ﺛ"}.fi-rs-user-trust:before{content:"ﺜ"}.fi-rs-user-unlock:before{content:"ﺝ"}.fi-rs-user-visor:before{content:"ﺞ"}.fi-rs-user-xmark:before{content:"ﺟ"}.fi-rs-user:before{content:"ﺠ"}.fi-rs-users-alt:before{content:"ﺡ"}.fi-rs-users-class:before{content:"ﺢ"}.fi-rs-users-gear:before{content:"ﺣ"}.fi-rs-users-medical:before{content:"ﺤ"}.fi-rs-users-slash:before{content:"ﺥ"}.fi-rs-users:before{content:"ﺦ"}.fi-rs-utensils-slash:before{content:"ﺧ"}.fi-rs-utensils:before{content:"ﺨ"}.fi-rs-utility-pole-double:before{content:"ﺩ"}.fi-rs-utility-pole:before{content:"ﺪ"}.fi-rs-ux-browser:before{content:"ﺫ"}.fi-rs-ux:before{content:"ﺬ"}.fi-rs-v:before{content:"ﺭ"}.fi-rs-vacuum-robot:before{content:"ﺮ"}.fi-rs-vacuum:before{content:"ﺯ"}.fi-rs-value-absolute:before{content:"ﺰ"}.fi-rs-vault:before{content:"ﺱ"}.fi-rs-vector-alt:before{content:"ﺲ"}.fi-rs-vector-circle:before{content:"ﺳ"}.fi-rs-vector-polygon:before{content:"ﺴ"}.fi-rs-vector:before{content:"ﺵ"}.fi-rs-venus-double:before{content:"ﺶ"}.fi-rs-venus-mars:before{content:"ﺷ"}.fi-rs-venus:before{content:"ﺸ"}.fi-rs-vest-patches:before{content:"ﺹ"}.fi-rs-vest:before{content:"ﺺ"}.fi-rs-video-arrow-down-left:before{content:"ﺻ"}.fi-rs-video-arrow-up-right:before{content:"ﺼ"}.fi-rs-video-camera-alt:before{content:"ﺽ"}.fi-rs-video-camera:before{content:"ﺾ"}.fi-rs-video-duration:before{content:"ﺿ"}.fi-rs-video-plus:before{content:"ﻀ"}.fi-rs-video-slash:before{content:"ﻁ"}.fi-rs-videoconference:before{content:"ﻂ"}.fi-rs-vihara:before{content:"ﻃ"}.fi-rs-violin:before{content:"ﻄ"}.fi-rs-virus-slash:before{content:"ﻅ"}.fi-rs-virus:before{content:"ﻆ"}.fi-rs-viruses:before{content:"ﻇ"}.fi-rs-visit:before{content:"ﻈ"}.fi-rs-voicemail:before{content:"ﻉ"}.fi-rs-volcano:before{content:"ﻊ"}.fi-rs-volleyball:before{content:"ﻋ"}.fi-rs-volume-down:before{content:"ﻌ"}.fi-rs-volume-mute:before{content:"ﻍ"}.fi-rs-volume-off:before{content:"ﻎ"}.fi-rs-volume-slash:before{content:"ﻏ"}.fi-rs-volume:before{content:"ﻐ"}.fi-rs-vote-nay:before{content:"ﻑ"}.fi-rs-vote-yea:before{content:"ﻒ"}.fi-rs-vr-cardboard:before{content:"ﻓ"}.fi-rs-w:before{content:"ﻔ"}.fi-rs-waffle:before{content:"ﻕ"}.fi-rs-wagon-covered:before{content:"ﻖ"}.fi-rs-walker:before{content:"ﻗ"}.fi-rs-walkie-talkie:before{content:"ﻘ"}.fi-rs-walking:before{content:"ﻙ"}.fi-rs-wallet-arrow:before{content:"ﻚ"}.fi-rs-wallet-buyer:before{content:"ﻛ"}.fi-rs-wallet:before{content:"ﻜ"}.fi-rs-warehouse-alt:before{content:"ﻝ"}.fi-rs-warranty:before{content:"ﻞ"}.fi-rs-washer:before{content:"ﻟ"}.fi-rs-waste-pollution:before{content:"ﻠ"}.fi-rs-waste:before{content:"ﻡ"}.fi-rs-watch-calculator:before{content:"ﻢ"}.fi-rs-watch-smart:before{content:"ﻣ"}.fi-rs-watch:before{content:"ﻤ"}.fi-rs-water-bottle:before{content:"ﻥ"}.fi-rs-water-ladder:before{content:"ﻦ"}.fi-rs-water-lower:before{content:"ﻧ"}.fi-rs-water-rise:before{content:"ﻨ"}.fi-rs-water:before{content:"ﻩ"}.fi-rs-watermelon:before{content:"ﻪ"}.fi-rs-wave-sine:before{content:"ﻫ"}.fi-rs-wave-square:before{content:"ﻬ"}.fi-rs-wave-triangle:before{content:"ﻭ"}.fi-rs-wave:before{content:"ﻮ"}.fi-rs-waveform-path:before{content:"ﻯ"}.fi-rs-waveform:before{content:"ﻰ"}.fi-rs-web-design:before{content:"ﻱ"}.fi-rs-webcam-slash:before{content:"ﻲ"}.fi-rs-webcam:before{content:"ﻳ"}.fi-rs-webhook:before{content:"ﻴ"}.fi-rs-wednesday:before{content:"ﻵ"}.fi-rs-whale:before{content:"ﻶ"}.fi-rs-wheat-awn-circle-exclamation:before{content:"ﻷ"}.fi-rs-wheat-awn-slash:before{content:"ﻸ"}.fi-rs-wheat-awn:before{content:"ﻹ"}.fi-rs-wheat-slash:before{content:"ﻺ"}.fi-rs-wheat:before{content:"ﻻ"}.fi-rs-wheelchair-move:before{content:"ﻼ"}.fi-rs-wheelchair-sleeping:before{content:"﻽"}.fi-rs-wheelchair:before{content:"﻾"}.fi-rs-whistle:before{content:"＀"}.fi-rs-white-space:before{content:"！"}.fi-rs-wifi-1:before{content:"＂"}.fi-rs-wifi-2:before{content:"＃"}.fi-rs-wifi-alt:before{content:"＄"}.fi-rs-wifi-exclamation:before{content:"％"}.fi-rs-wifi-slash:before{content:"＆"}.fi-rs-wifi:before{content:"＇"}.fi-rs-wind-turbine:before{content:"（"}.fi-rs-wind-warning:before{content:"）"}.fi-rs-wind:before{content:"＊"}.fi-rs-window-alt:before{content:"＋"}.fi-rs-window-frame-open:before{content:"，"}.fi-rs-window-frame:before{content:"－"}.fi-rs-window-maximize:before{content:"．"}.fi-rs-window-minimize:before{content:"／"}.fi-rs-window-restore:before{content:"０"}.fi-rs-windsock:before{content:"１"}.fi-rs-wine-bottle:before{content:"２"}.fi-rs-wine-glass-crack:before{content:"３"}.fi-rs-wine-glass-empty:before{content:"４"}.fi-rs-wishlist-heart:before{content:"５"}.fi-rs-wishlist-star:before{content:"６"}.fi-rs-woman-head:before{content:"７"}.fi-rs-woman-scientist:before{content:"８"}.fi-rs-won-sign:before{content:"９"}.fi-rs-work-in-progress:before{content:"："}.fi-rs-workflow-alt:before{content:"；"}.fi-rs-workflow-setting-alt:before{content:"＜"}.fi-rs-workflow-setting:before{content:"＝"}.fi-rs-workflow:before{content:"＞"}.fi-rs-workshop:before{content:"？"}.fi-rs-world:before{content:"＠"}.fi-rs-worm:before{content:"Ａ"}.fi-rs-wreath:before{content:"Ｂ"}.fi-rs-wrench-alt:before{content:"Ｃ"}.fi-rs-wrench-simple:before{content:"Ｄ"}.fi-rs-x:before{content:"Ｅ"}.fi-rs-y:before{content:"Ｆ"}.fi-rs-yen:before{content:"Ｇ"}.fi-rs-yin-yang:before{content:"Ｈ"}.fi-rs-z:before{content:"Ｉ"}.fi-rs-zip-file:before{content:"Ｊ"}.fi-rs-zoom-in:before{content:"Ｋ"}.fi-rs-zoom-out:before{content:"Ｌ"}@font-face{font-family:uicons-solid-straight;src:url(/assets/uicons-solid-straight-4DZ3VA4V-ce03a042.woff2) format("woff2"),url(/assets/uicons-solid-straight-ITFA7HIK-2725bbe0.woff) format("woff"),url(/assets/uicons-solid-straight-W4CCEH4W-eced67f1.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-ss-]:before,i[class*=" fi-ss-"]:before,span[class^=fi-ss-]:before,span[class*=fi-ss-]:before{font-family:uicons-solid-straight!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-ss-0:before{content:""}.fi-ss-00s-music-disc:before{content:""}.fi-ss-1:before{content:""}.fi-ss-2:before{content:""}.fi-ss-3:before{content:""}.fi-ss-360-degrees:before{content:""}.fi-ss-4:before{content:""}.fi-ss-404:before{content:""}.fi-ss-5:before{content:""}.fi-ss-6:before{content:""}.fi-ss-60s-music-disc:before{content:""}.fi-ss-7:before{content:""}.fi-ss-70s-music-disc:before{content:""}.fi-ss-8:before{content:""}.fi-ss-80s-music-disc:before{content:""}.fi-ss-9:before{content:""}.fi-ss-90s-music-disc:before{content:""}.fi-ss-a:before{content:""}.fi-ss-accident:before{content:""}.fi-ss-acorn:before{content:""}.fi-ss-ad-paid:before{content:""}.fi-ss-ad:before{content:""}.fi-ss-add-document:before{content:""}.fi-ss-add-folder:before{content:""}.fi-ss-add-image:before{content:""}.fi-ss-add:before{content:""}.fi-ss-address-book:before{content:""}.fi-ss-address-card:before{content:""}.fi-ss-admin-alt:before{content:""}.fi-ss-admin:before{content:""}.fi-ss-age-alt:before{content:""}.fi-ss-age-restriction-eighteen:before{content:""}.fi-ss-age-restriction-seven:before{content:""}.fi-ss-age-restriction-six:before{content:""}.fi-ss-age-restriction-sixteen:before{content:""}.fi-ss-age-restriction-thirteen:before{content:""}.fi-ss-age-restriction-three:before{content:""}.fi-ss-age-restriction-twelve:before{content:""}.fi-ss-age-restriction-twenty-one:before{content:""}.fi-ss-age-restriction-zero:before{content:""}.fi-ss-age:before{content:""}.fi-ss-air-conditioner:before{content:""}.fi-ss-air-freshener:before{content:""}.fi-ss-air-pollution:before{content:""}.fi-ss-airplane-journey:before{content:""}.fi-ss-airplane-window-open:before{content:""}.fi-ss-airplay:before{content:""}.fi-ss-alarm-clock:before{content:""}.fi-ss-alarm-exclamation:before{content:""}.fi-ss-alarm-plus:before{content:""}.fi-ss-alarm-snooze:before{content:""}.fi-ss-album-circle-plus:before{content:""}.fi-ss-album-circle-user:before{content:""}.fi-ss-album-collection:before{content:""}.fi-ss-album:before{content:""}.fi-ss-algorithm:before{content:""}.fi-ss-alicorn:before{content:""}.fi-ss-alien:before{content:""}.fi-ss-align-center:before{content:""}.fi-ss-align-justify:before{content:""}.fi-ss-align-left:before{content:""}.fi-ss-align-slash:before{content:""}.fi-ss-ambulance:before{content:""}.fi-ss-amusement-park:before{content:""}.fi-ss-analyse-alt:before{content:""}.fi-ss-analyse:before{content:""}.fi-ss-anatomical-heart:before{content:""}.fi-ss-anchor:before{content:""}.fi-ss-angel:before{content:""}.fi-ss-angle-90:before{content:""}.fi-ss-angle-circle-down:before{content:""}.fi-ss-angle-circle-left:before{content:""}.fi-ss-angle-circle-right:before{content:""}.fi-ss-angle-circle-up:before{content:""}.fi-ss-angle-double-left:before{content:""}.fi-ss-angle-double-right:before{content:""}.fi-ss-angle-double-small-down:before{content:""}.fi-ss-angle-double-small-left:before{content:""}.fi-ss-angle-double-small-right:before{content:""}.fi-ss-angle-double-small-up:before{content:""}.fi-ss-angle-down:before{content:""}.fi-ss-angle-left:before{content:""}.fi-ss-angle-right:before{content:""}.fi-ss-angle-small-down:before{content:""}.fi-ss-angle-small-left:before{content:""}.fi-ss-angle-small-right:before{content:""}.fi-ss-angle-small-up:before{content:""}.fi-ss-angle-square-down:before{content:""}.fi-ss-angle-square-left:before{content:""}.fi-ss-angle-square-right:before{content:""}.fi-ss-angle-square-up:before{content:""}.fi-ss-angle-up:before{content:""}.fi-ss-angle:before{content:""}.fi-ss-angles-up-down:before{content:""}.fi-ss-angry:before{content:""}.fi-ss-animated-icon:before{content:""}.fi-ss-ankh:before{content:""}.fi-ss-answer-alt:before{content:""}.fi-ss-answer:before{content:""}.fi-ss-apartment:before{content:""}.fi-ss-aperture:before{content:""}.fi-ss-api:before{content:""}.fi-ss-apple-core:before{content:""}.fi-ss-apple-crate:before{content:""}.fi-ss-apple-whole:before{content:""}.fi-ss-apps-add:before{content:""}.fi-ss-apps-delete:before{content:""}.fi-ss-apps-sort:before{content:""}.fi-ss-apps:before{content:""}.fi-ss-archive:before{content:""}.fi-ss-archway:before{content:""}.fi-ss-arrow-alt-circle-down:before{content:""}.fi-ss-arrow-alt-circle-left:before{content:""}.fi-ss-arrow-alt-circle-right:before{content:""}.fi-ss-arrow-alt-circle-up:before{content:""}.fi-ss-arrow-alt-down:before{content:""}.fi-ss-arrow-alt-from-bottom:before{content:""}.fi-ss-arrow-alt-from-left:before{content:""}.fi-ss-arrow-alt-from-right:before{content:""}.fi-ss-arrow-alt-from-top:before{content:""}.fi-ss-arrow-alt-left:before{content:""}.fi-ss-arrow-alt-right:before{content:""}.fi-ss-arrow-alt-square-down:before{content:""}.fi-ss-arrow-alt-square-left:before{content:""}.fi-ss-arrow-alt-square-right:before{content:""}.fi-ss-arrow-alt-square-up:before{content:""}.fi-ss-arrow-alt-to-bottom:before{content:""}.fi-ss-arrow-alt-to-left:before{content:""}.fi-ss-arrow-alt-to-right:before{content:""}.fi-ss-arrow-alt-to-top:before{content:""}.fi-ss-arrow-alt-up:before{content:""}.fi-ss-arrow-circle-down:before{content:""}.fi-ss-arrow-circle-left:before{content:""}.fi-ss-arrow-circle-right:before{content:""}.fi-ss-arrow-circle-up:before{content:""}.fi-ss-arrow-comparison:before{content:""}.fi-ss-arrow-down-from-arc:before{content:""}.fi-ss-arrow-down-from-dotted-line:before{content:""}.fi-ss-arrow-down-left:before{content:""}.fi-ss-arrow-down-small-big:before{content:""}.fi-ss-arrow-down-to-dotted-line:before{content:""}.fi-ss-arrow-down-to-square:before{content:""}.fi-ss-arrow-down-triangle-square:before{content:""}.fi-ss-arrow-down:before{content:""}.fi-ss-arrow-from-bottom:before{content:""}.fi-ss-arrow-from-left:before{content:""}.fi-ss-arrow-from-right:before{content:""}.fi-ss-arrow-from-top:before{content:""}.fi-ss-arrow-left-from-arc:before{content:""}.fi-ss-arrow-left-from-line:before{content:""}.fi-ss-arrow-left-to-arc:before{content:""}.fi-ss-arrow-left:before{content:""}.fi-ss-arrow-progress-alt:before{content:""}.fi-ss-arrow-progress:before{content:""}.fi-ss-arrow-right-to-bracket:before{content:""}.fi-ss-arrow-right:before{content:""}.fi-ss-arrow-small-down:before{content:""}.fi-ss-arrow-small-left:before{content:""}.fi-ss-arrow-small-right:before{content:""}.fi-ss-arrow-small-up:before{content:""}.fi-ss-arrow-square-down:before{content:""}.fi-ss-arrow-square-left:before{content:""}.fi-ss-arrow-square-right:before{content:""}.fi-ss-arrow-square-up:before{content:""}.fi-ss-arrow-to-bottom:before{content:""}.fi-ss-arrow-to-left:before{content:""}.fi-ss-arrow-to-right:before{content:""}.fi-ss-arrow-to-top:before{content:""}.fi-ss-arrow-trend-down:before{content:""}.fi-ss-arrow-trend-up:before{content:""}.fi-ss-arrow-turn-down-left:before{content:""}.fi-ss-arrow-turn-down-right:before{content:""}.fi-ss-arrow-turn-left-up:before{content:""}.fi-ss-arrow-up-from-dotted-line:before{content:""}.fi-ss-arrow-up-from-ground-water:before{content:""}.fi-ss-arrow-up-from-square:before{content:""}.fi-ss-arrow-up-left-from-circle:before{content:""}.fi-ss-arrow-up-left:before{content:""}.fi-ss-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-ss-arrow-up-right-from-square:before{content:""}.fi-ss-arrow-up-right:before{content:""}.fi-ss-arrow-up-small-big:before{content:""}.fi-ss-arrow-up-square-triangle:before{content:""}.fi-ss-arrow-up-to-arc:before{content:""}.fi-ss-arrow-up-to-dotted-line:before{content:""}.fi-ss-arrow-up:before{content:""}.fi-ss-arrow-upward-growth-crypto:before{content:""}.fi-ss-arrows-alt-h:before{content:""}.fi-ss-arrows-alt-v:before{content:""}.fi-ss-arrows-alt:before{content:""}.fi-ss-arrows-cross:before{content:""}.fi-ss-arrows-from-dotted-line:before{content:""}.fi-ss-arrows-from-line:before{content:""}.fi-ss-arrows-h-copy:before{content:""}.fi-ss-arrows-h:before{content:""}.fi-ss-arrows-repeat-1:before{content:""}.fi-ss-arrows-repeat:before{content:""}.fi-ss-arrows-retweet:before{content:""}.fi-ss-arrows-split-right-and-left:before{content:""}.fi-ss-arrows-split-up-and-left:before{content:""}.fi-ss-arrows-to-circle:before{content:""}.fi-ss-arrows-to-dotted-line:before{content:""}.fi-ss-arrows-to-eye:before{content:""}.fi-ss-arrows-to-line:before{content:""}.fi-ss-arrows:before{content:""}.fi-ss-artificial-intelligence:before{content:""}.fi-ss-assept-document:before{content:""}.fi-ss-assessment-alt:before{content:""}.fi-ss-assessment:before{content:""}.fi-ss-assign:before{content:""}.fi-ss-assistive-listening-systems:before{content:""}.fi-ss-asterik:before{content:""}.fi-ss-at:before{content:""}.fi-ss-attribution-pen:before{content:""}.fi-ss-attribution-pencil:before{content:""}.fi-ss-aubergine:before{content:""}.fi-ss-auction:before{content:""}.fi-ss-audience-megaphone:before{content:""}.fi-ss-audio-description-slash:before{content:""}.fi-ss-audit-alt:before{content:""}.fi-ss-audit:before{content:""}.fi-ss-austral-sign:before{content:""}.fi-ss-avocado:before{content:""}.fi-ss-award:before{content:""}.fi-ss-axe-battle:before{content:""}.fi-ss-axe:before{content:""}.fi-ss-b:before{content:""}.fi-ss-baby-carriage:before{content:""}.fi-ss-baby:before{content:""}.fi-ss-back-up:before{content:""}.fi-ss-background:before{content:""}.fi-ss-backpack:before{content:""}.fi-ss-bacon:before{content:""}.fi-ss-bacteria:before{content:""}.fi-ss-bacterium:before{content:""}.fi-ss-badge-check:before{content:""}.fi-ss-badge-dollar:before{content:""}.fi-ss-badge-leaf:before{content:""}.fi-ss-badge-percent:before{content:""}.fi-ss-badge-sheriff:before{content:""}.fi-ss-badge:before{content:""}.fi-ss-badger-honey:before{content:""}.fi-ss-badget-check-alt:before{content:""}.fi-ss-badminton:before{content:""}.fi-ss-bag-map-pin:before{content:""}.fi-ss-bag-seedling:before{content:""}.fi-ss-bag-shopping-minus:before{content:""}.fi-ss-bags-shopping:before{content:""}.fi-ss-baguette:before{content:""}.fi-ss-bahai:before{content:""}.fi-ss-baht-sign:before{content:""}.fi-ss-balance-scale-left:before{content:""}.fi-ss-balance-scale-right:before{content:""}.fi-ss-ball-pile:before{content:""}.fi-ss-ballet-dance:before{content:""}.fi-ss-balloon:before{content:""}.fi-ss-balloons:before{content:""}.fi-ss-ballot-check:before{content:""}.fi-ss-ballot:before{content:""}.fi-ss-ban-bug:before{content:""}.fi-ss-ban:before{content:""}.fi-ss-banana:before{content:""}.fi-ss-band-aid:before{content:""}.fi-ss-bangladeshi-taka-sign:before{content:""}.fi-ss-banjo:before{content:""}.fi-ss-bank:before{content:""}.fi-ss-banner-2:before{content:""}.fi-ss-banner-3:before{content:""}.fi-ss-banner-4:before{content:""}.fi-ss-banner-5:before{content:""}.fi-ss-banner:before{content:""}.fi-ss-barber-pole:before{content:""}.fi-ss-barber-shop:before{content:""}.fi-ss-barcode-read:before{content:""}.fi-ss-barcode-scan:before{content:""}.fi-ss-barcode:before{content:""}.fi-ss-bars-filter:before{content:""}.fi-ss-bars-progress:before{content:""}.fi-ss-bars-sort:before{content:""}.fi-ss-bars-staggered:before{content:""}.fi-ss-baseball-alt:before{content:""}.fi-ss-baseball:before{content:""}.fi-ss-basket-shopping-minus:before{content:""}.fi-ss-basket-shopping-plus:before{content:""}.fi-ss-basket-shopping-simple:before{content:""}.fi-ss-basketball-hoop:before{content:""}.fi-ss-basketball:before{content:""}.fi-ss-bat:before{content:""}.fi-ss-bath:before{content:""}.fi-ss-battery-bolt:before{content:""}.fi-ss-battery-empty:before{content:""}.fi-ss-battery-exclamation:before{content:""}.fi-ss-battery-full:before{content:""}.fi-ss-battery-half:before{content:""}.fi-ss-battery-quarter:before{content:""}.fi-ss-battery-slash:before{content:""}.fi-ss-battery-three-quarters:before{content:""}.fi-ss-beacon:before{content:""}.fi-ss-bed-alt:before{content:""}.fi-ss-bed-bunk:before{content:""}.fi-ss-bed-empty:before{content:""}.fi-ss-bed:before{content:""}.fi-ss-bee:before{content:""}.fi-ss-beer-mug-empty:before{content:""}.fi-ss-beer:before{content:""}.fi-ss-bell-concierge:before{content:""}.fi-ss-bell-notification-call:before{content:""}.fi-ss-bell-notification-social-media:before{content:""}.fi-ss-bell-ring:before{content:""}.fi-ss-bell-school-slash:before{content:""}.fi-ss-bell-school:before{content:""}.fi-ss-bell-slash:before{content:""}.fi-ss-bell:before{content:""}.fi-ss-bells:before{content:""}.fi-ss-bench-tree:before{content:""}.fi-ss-benefit-diamond-alt:before{content:""}.fi-ss-benefit-diamond:before{content:""}.fi-ss-benefit-hand:before{content:""}.fi-ss-benefit-increase:before{content:""}.fi-ss-benefit-porcent:before{content:""}.fi-ss-benefit:before{content:""}.fi-ss-betamax:before{content:""}.fi-ss-bible:before{content:""}.fi-ss-bicycle-journey:before{content:""}.fi-ss-bike:before{content:""}.fi-ss-biking-mountain:before{content:""}.fi-ss-biking:before{content:""}.fi-ss-bill-arrow:before{content:""}.fi-ss-billiard:before{content:""}.fi-ss-bin-bottles:before{content:""}.fi-ss-binary-circle-check:before{content:""}.fi-ss-binary-lock:before{content:""}.fi-ss-binary-slash:before{content:""}.fi-ss-binary:before{content:""}.fi-ss-binoculars:before{content:""}.fi-ss-bio-leaves:before{content:""}.fi-ss-bio:before{content:""}.fi-ss-biohazard:before{content:""}.fi-ss-bird:before{content:""}.fi-ss-bitcoin-sign:before{content:""}.fi-ss-blanket:before{content:""}.fi-ss-blender-phone:before{content:""}.fi-ss-blender:before{content:""}.fi-ss-blinds-open:before{content:""}.fi-ss-blinds-raised:before{content:""}.fi-ss-blinds:before{content:""}.fi-ss-block-brick:before{content:""}.fi-ss-block-microphone:before{content:""}.fi-ss-block-question:before{content:""}.fi-ss-block-quote:before{content:""}.fi-ss-block:before{content:""}.fi-ss-blockchain-3:before{content:""}.fi-ss-blog-pencil:before{content:""}.fi-ss-blog-text:before{content:""}.fi-ss-blood-dropper:before{content:""}.fi-ss-blood-test-tube-alt:before{content:""}.fi-ss-blood-test-tube:before{content:""}.fi-ss-blood:before{content:""}.fi-ss-blossom:before{content:""}.fi-ss-blueberries:before{content:""}.fi-ss-blueprint:before{content:""}.fi-ss-bold:before{content:""}.fi-ss-bolt-auto:before{content:""}.fi-ss-bolt-slash:before{content:""}.fi-ss-bolt:before{content:""}.fi-ss-bomb:before{content:""}.fi-ss-bone-break:before{content:""}.fi-ss-bone:before{content:""}.fi-ss-bong:before{content:""}.fi-ss-bonus-alt:before{content:""}.fi-ss-bonus-star:before{content:""}.fi-ss-bonus:before{content:""}.fi-ss-book-alt:before{content:""}.fi-ss-book-arrow-right:before{content:""}.fi-ss-book-arrow-up:before{content:""}.fi-ss-book-atlas:before{content:""}.fi-ss-book-bookmark:before{content:""}.fi-ss-book-circle-arrow-right:before{content:""}.fi-ss-book-circle-arrow-up:before{content:""}.fi-ss-book-copy:before{content:""}.fi-ss-book-dead:before{content:""}.fi-ss-book-font:before{content:""}.fi-ss-book-heart:before{content:""}.fi-ss-book-medical:before{content:""}.fi-ss-book-open-cover:before{content:""}.fi-ss-book-open-reader:before{content:""}.fi-ss-book-plus:before{content:""}.fi-ss-book-quran:before{content:""}.fi-ss-book-section:before{content:""}.fi-ss-book-spells:before{content:""}.fi-ss-book-tanakh:before{content:""}.fi-ss-book-user:before{content:""}.fi-ss-book:before{content:""}.fi-ss-Booking:before{content:""}.fi-ss-bookmark-slash:before{content:""}.fi-ss-bookmark:before{content:""}.fi-ss-books-medical:before{content:""}.fi-ss-books:before{content:""}.fi-ss-boot-heeled:before{content:""}.fi-ss-boot:before{content:""}.fi-ss-booth-curtain:before{content:""}.fi-ss-border-all:before{content:""}.fi-ss-border-bottom:before{content:""}.fi-ss-border-center-h:before{content:""}.fi-ss-border-center-v:before{content:""}.fi-ss-border-inner:before{content:""}.fi-ss-border-left:before{content:""}.fi-ss-border-none:before{content:""}.fi-ss-border-outer:before{content:""}.fi-ss-border-right:before{content:""}.fi-ss-border-style-alt:before{content:""}.fi-ss-border-style:before{content:""}.fi-ss-border-top:before{content:""}.fi-ss-boss:before{content:""}.fi-ss-bottle-droplet:before{content:""}.fi-ss-bottle:before{content:""}.fi-ss-bow-arrow:before{content:""}.fi-ss-bowl-chopsticks-noodles:before{content:""}.fi-ss-bowl-chopsticks:before{content:""}.fi-ss-bowl-rice:before{content:""}.fi-ss-bowl-scoop:before{content:""}.fi-ss-bowl-scoops:before{content:""}.fi-ss-bowl-soft-serve:before{content:""}.fi-ss-bowl-spoon:before{content:""}.fi-ss-bowling-ball:before{content:""}.fi-ss-bowling-pins:before{content:""}.fi-ss-bowling:before{content:""}.fi-ss-box-alt:before{content:""}.fi-ss-box-ballot:before{content:""}.fi-ss-box-check:before{content:""}.fi-ss-box-circle-check:before{content:""}.fi-ss-box-dollar:before{content:""}.fi-ss-box-fragile:before{content:""}.fi-ss-box-heart:before{content:""}.fi-ss-box-open-full:before{content:""}.fi-ss-box-open:before{content:""}.fi-ss-box-tissue:before{content:""}.fi-ss-box-up:before{content:""}.fi-ss-box:before{content:""}.fi-ss-boxes:before{content:""}.fi-ss-boxing-glove:before{content:""}.fi-ss-bracket-curly-right:before{content:""}.fi-ss-bracket-curly:before{content:""}.fi-ss-bracket-round-right:before{content:""}.fi-ss-bracket-round:before{content:""}.fi-ss-bracket-square-right:before{content:""}.fi-ss-bracket-square:before{content:""}.fi-ss-brackets-curly:before{content:""}.fi-ss-brackets-round:before{content:""}.fi-ss-brackets-square:before{content:""}.fi-ss-braille-a:before{content:""}.fi-ss-braille-b:before{content:""}.fi-ss-braille-c:before{content:""}.fi-ss-braille-d:before{content:""}.fi-ss-braille-e:before{content:""}.fi-ss-braille-g:before{content:""}.fi-ss-braille-h:before{content:""}.fi-ss-braille-i:before{content:""}.fi-ss-braille-j:before{content:""}.fi-ss-braille-k:before{content:""}.fi-ss-braille-l:before{content:""}.fi-ss-braille-m:before{content:""}.fi-ss-braille-n-alt:before{content:""}.fi-ss-braille-n:before{content:""}.fi-ss-braille-o:before{content:""}.fi-ss-braille-p:before{content:""}.fi-ss-braille-q:before{content:""}.fi-ss-braille-r:before{content:""}.fi-ss-braille-s:before{content:""}.fi-ss-braille-t:before{content:""}.fi-ss-braille-u:before{content:""}.fi-ss-braille-v:before{content:""}.fi-ss-braille-w:before{content:""}.fi-ss-braille-x:before{content:""}.fi-ss-braille-y:before{content:""}.fi-ss-braille-z:before{content:""}.fi-ss-braille:before{content:""}.fi-ss-brain-circuit:before{content:""}.fi-ss-brain:before{content:""}.fi-ss-brake-warning:before{content:""}.fi-ss-branching:before{content:""}.fi-ss-brand:before{content:""}.fi-ss-branding:before{content:""}.fi-ss-bread-loaf:before{content:""}.fi-ss-bread-slice-butter:before{content:""}.fi-ss-bread-slice:before{content:""}.fi-ss-bread:before{content:""}.fi-ss-briefcase-arrow-right:before{content:""}.fi-ss-briefcase-blank:before{content:""}.fi-ss-briefcase:before{content:""}.fi-ss-brightness-low:before{content:""}.fi-ss-brightness:before{content:""}.fi-ss-bring-forward:before{content:""}.fi-ss-bring-front:before{content:""}.fi-ss-broadcast-tower:before{content:""}.fi-ss-broccoli:before{content:""}.fi-ss-broken-chain-link-wrong:before{content:""}.fi-ss-broken-image:before{content:""}.fi-ss-broom-ball:before{content:""}.fi-ss-broom:before{content:""}.fi-ss-browser-ui:before{content:""}.fi-ss-browser:before{content:""}.fi-ss-browsers:before{content:""}.fi-ss-brush:before{content:""}.fi-ss-bucket:before{content:""}.fi-ss-budget-alt:before{content:""}.fi-ss-budget:before{content:""}.fi-ss-bug-slash:before{content:""}.fi-ss-bug:before{content:""}.fi-ss-bugs:before{content:""}.fi-ss-build-alt:before{content:""}.fi-ss-build:before{content:""}.fi-ss-builder:before{content:""}.fi-ss-building-circle-arrow-right:before{content:""}.fi-ss-building-ngo:before{content:""}.fi-ss-building:before{content:""}.fi-ss-bulb:before{content:""}.fi-ss-bullet:before{content:""}.fi-ss-bullhorn:before{content:""}.fi-ss-bullseye-arrow:before{content:""}.fi-ss-bullseye-pointer:before{content:""}.fi-ss-bullseye:before{content:""}.fi-ss-burger-alt:before{content:""}.fi-ss-burger-fries:before{content:""}.fi-ss-burger-glass:before{content:""}.fi-ss-burrito:before{content:""}.fi-ss-burst:before{content:""}.fi-ss-bus-alt:before{content:""}.fi-ss-bus:before{content:""}.fi-ss-business-time:before{content:""}.fi-ss-Butter:before{content:""}.fi-ss-butterfly:before{content:""}.fi-ss-c:before{content:""}.fi-ss-cabin:before{content:""}.fi-ss-cactus:before{content:""}.fi-ss-cage-empty:before{content:""}.fi-ss-cake-birthday:before{content:""}.fi-ss-cake-slice:before{content:""}.fi-ss-cake-wedding:before{content:""}.fi-ss-calculator-bill:before{content:""}.fi-ss-calculator-math-tax:before{content:""}.fi-ss-calculator-money:before{content:""}.fi-ss-calculator-simple:before{content:""}.fi-ss-calculator:before{content:""}.fi-ss-calendar-arrow-down:before{content:""}.fi-ss-calendar-arrow-up:before{content:""}.fi-ss-calendar-birhtday-cake:before{content:""}.fi-ss-calendar-call:before{content:""}.fi-ss-calendar-check:before{content:""}.fi-ss-calendar-clock:before{content:""}.fi-ss-calendar-day:before{content:""}.fi-ss-calendar-days:before{content:""}.fi-ss-calendar-event-tax:before{content:""}.fi-ss-calendar-exclamation:before{content:""}.fi-ss-calendar-gavel-legal:before{content:""}.fi-ss-calendar-heart:before{content:""}.fi-ss-calendar-image:before{content:""}.fi-ss-calendar-lines-pen:before{content:""}.fi-ss-calendar-lines:before{content:""}.fi-ss-calendar-minus:before{content:""}.fi-ss-calendar-payment-loan:before{content:""}.fi-ss-calendar-pen:before{content:""}.fi-ss-calendar-plus:before{content:""}.fi-ss-calendar-salary:before{content:""}.fi-ss-calendar-shift-swap:before{content:""}.fi-ss-calendar-star:before{content:""}.fi-ss-calendar-swap:before{content:""}.fi-ss-calendar-week:before{content:""}.fi-ss-calendar-xmark:before{content:""}.fi-ss-calendar:before{content:""}.fi-ss-calendars:before{content:""}.fi-ss-call-duration:before{content:""}.fi-ss-call-history:before{content:""}.fi-ss-call-incoming:before{content:""}.fi-ss-call-missed:before{content:""}.fi-ss-call-outgoing:before{content:""}.fi-ss-camcorder:before{content:""}.fi-ss-camera-cctv:before{content:""}.fi-ss-camera-movie:before{content:""}.fi-ss-camera-retro:before{content:""}.fi-ss-camera-rotate:before{content:""}.fi-ss-camera-security:before{content:""}.fi-ss-camera-slash:before{content:""}.fi-ss-camera-viewfinder:before{content:""}.fi-ss-camera:before{content:""}.fi-ss-campfire:before{content:""}.fi-ss-camping:before{content:""}.fi-ss-can-food:before{content:""}.fi-ss-candle-holder:before{content:""}.fi-ss-candle-lotus-yoga:before{content:""}.fi-ss-candle-pose-yoga:before{content:""}.fi-ss-candy-alt:before{content:""}.fi-ss-candy-bar:before{content:""}.fi-ss-candy-cane:before{content:""}.fi-ss-candy-corn:before{content:""}.fi-ss-candy-sweet:before{content:""}.fi-ss-candy:before{content:""}.fi-ss-Cannabis:before{content:""}.fi-ss-canned-food:before{content:""}.fi-ss-capsules:before{content:""}.fi-ss-car-alt:before{content:""}.fi-ss-car-battery:before{content:""}.fi-ss-car-bolt:before{content:""}.fi-ss-car-building:before{content:""}.fi-ss-car-bump:before{content:""}.fi-ss-car-bus:before{content:""}.fi-ss-car-circle-bolt:before{content:""}.fi-ss-car-crash:before{content:""}.fi-ss-car-garage:before{content:""}.fi-ss-car-journey:before{content:""}.fi-ss-car-mechanic:before{content:""}.fi-ss-car-rear:before{content:""}.fi-ss-car-side-bolt:before{content:""}.fi-ss-car-side:before{content:""}.fi-ss-car-tilt:before{content:""}.fi-ss-car-wash:before{content:""}.fi-ss-car:before{content:""}.fi-ss-caravan-alt:before{content:""}.fi-ss-caravan:before{content:""}.fi-ss-card-club:before{content:""}.fi-ss-card-diamond:before{content:""}.fi-ss-card-heart:before{content:""}.fi-ss-card-spade:before{content:""}.fi-ss-cardinal-compass:before{content:""}.fi-ss-career-growth:before{content:""}.fi-ss-career-path:before{content:""}.fi-ss-caret-circle-down:before{content:""}.fi-ss-caret-circle-right:before{content:""}.fi-ss-caret-circle-up:before{content:""}.fi-ss-caret-down:before{content:""}.fi-ss-caret-left:before{content:""}.fi-ss-caret-quare-up:before{content:""}.fi-ss-caret-right:before{content:""}.fi-ss-caret-square-down:before{content:""}.fi-ss-caret-square-left_1:before{content:""}.fi-ss-caret-square-left:before{content:""}.fi-ss-caret-square-right:before{content:""}.fi-ss-caret-up:before{content:""}.fi-ss-carrot:before{content:""}.fi-ss-cars-crash:before{content:""}.fi-ss-cars:before{content:""}.fi-ss-cart-arrow-down:before{content:""}.fi-ss-cart-minus:before{content:""}.fi-ss-cart-shopping-fast:before{content:""}.fi-ss-cash-register:before{content:""}.fi-ss-cassette-tape:before{content:""}.fi-ss-cassette-vhs:before{content:""}.fi-ss-castle:before{content:""}.fi-ss-cat-head:before{content:""}.fi-ss-cat-space:before{content:""}.fi-ss-cat:before{content:""}.fi-ss-catalog-alt:before{content:""}.fi-ss-catalog-magazine:before{content:""}.fi-ss-catalog:before{content:""}.fi-ss-category-alt:before{content:""}.fi-ss-category:before{content:""}.fi-ss-cauldron:before{content:""}.fi-ss-cedi-sign:before{content:""}.fi-ss-cello:before{content:""}.fi-ss-cent-sign:before{content:""}.fi-ss-chair-office:before{content:""}.fi-ss-chair:before{content:""}.fi-ss-chalkboard-user:before{content:""}.fi-ss-chalkboard:before{content:""}.fi-ss-challenge-alt:before{content:""}.fi-ss-challenge:before{content:""}.fi-ss-channel:before{content:""}.fi-ss-charging-station:before{content:""}.fi-ss-chart-area:before{content:""}.fi-ss-chart-bullet:before{content:""}.fi-ss-chart-candlestick:before{content:""}.fi-ss-chart-connected:before{content:""}.fi-ss-chart-gantt:before{content:""}.fi-ss-chart-histogram:before{content:""}.fi-ss-chart-kanban:before{content:""}.fi-ss-chart-line-up-down:before{content:""}.fi-ss-chart-line-up:before{content:""}.fi-ss-chart-mixed-up-circle-currency:before{content:""}.fi-ss-chart-mixed-up-circle-dollar:before{content:""}.fi-ss-chart-mixed:before{content:""}.fi-ss-chart-network:before{content:""}.fi-ss-chart-pie-alt:before{content:""}.fi-ss-chart-pie-simple-circle-currency:before{content:""}.fi-ss-chart-pie-simple-circle-dollar:before{content:""}.fi-ss-chart-pie:before{content:""}.fi-ss-chart-pyramid:before{content:""}.fi-ss-chart-radar:before{content:""}.fi-ss-chart-scatter-3d:before{content:""}.fi-ss-chart-scatter-bubble:before{content:""}.fi-ss-chart-scatter:before{content:""}.fi-ss-chart-set-theory:before{content:""}.fi-ss-chart-simple-horizontal:before{content:""}.fi-ss-chart-simple:before{content:""}.fi-ss-chart-tree-map:before{content:""}.fi-ss-chart-tree:before{content:""}.fi-ss-chart-user:before{content:""}.fi-ss-chart-waterfall:before{content:""}.fi-ss-chat-arrow-down:before{content:""}.fi-ss-chat-arrow-grow:before{content:""}.fi-ss-chat-bubble-call:before{content:""}.fi-ss-chatbot-speech-bubble:before{content:""}.fi-ss-chatbot:before{content:""}.fi-ss-cheap-bill:before{content:""}.fi-ss-cheap-dollar:before{content:""}.fi-ss-cheap-stack-dollar:before{content:""}.fi-ss-cheap-stack:before{content:""}.fi-ss-cheap:before{content:""}.fi-ss-check-circle:before{content:""}.fi-ss-check-double:before{content:""}.fi-ss-check-in-calendar:before{content:""}.fi-ss-check-out-calendar:before{content:""}.fi-ss-check:before{content:""}.fi-ss-checkbox:before{content:""}.fi-ss-checklist-task-budget:before{content:""}.fi-ss-cheese-alt:before{content:""}.fi-ss-cheese:before{content:""}.fi-ss-cheeseburger:before{content:""}.fi-ss-cherry:before{content:""}.fi-ss-chess-bishop:before{content:""}.fi-ss-chess-board:before{content:""}.fi-ss-chess-clock-alt:before{content:""}.fi-ss-chess-clock:before{content:""}.fi-ss-chess-king-alt:before{content:""}.fi-ss-chess-king:before{content:""}.fi-ss-chess-knight-alt:before{content:""}.fi-ss-chess-knight:before{content:""}.fi-ss-chess-pawn-alt:before{content:""}.fi-ss-chess-pawn:before{content:""}.fi-ss-chess-piece:before{content:""}.fi-ss-chess-queen-alt:before{content:""}.fi-ss-chess-queen:before{content:""}.fi-ss-chess-rook-alt:before{content:""}.fi-ss-chess-rook:before{content:""}.fi-ss-chess:before{content:""}.fi-ss-chevron-double-down:before{content:""}.fi-ss-chevron-double-up:before{content:""}.fi-ss-child-head:before{content:""}.fi-ss-child:before{content:""}.fi-ss-chimney:before{content:""}.fi-ss-chip:before{content:""}.fi-ss-chocolate:before{content:""}.fi-ss-choir-singing:before{content:""}.fi-ss-choose-alt:before{content:""}.fi-ss-choose:before{content:""}.fi-ss-church:before{content:""}.fi-ss-circle-0:before{content:""}.fi-ss-circle-1:before{content:""}.fi-ss-circle-2:before{content:""}.fi-ss-circle-3:before{content:""}.fi-ss-circle-4:before{content:""}.fi-ss-circle-5:before{content:""}.fi-ss-circle-6:before{content:""}.fi-ss-circle-7:before{content:""}.fi-ss-circle-8:before{content:""}.fi-ss-circle-9:before{content:""}.fi-ss-circle-a:before{content:""}.fi-ss-circle-b:before{content:""}.fi-ss-circle-bolt:before{content:""}.fi-ss-circle-book-open:before{content:""}.fi-ss-circle-bookmark:before{content:""}.fi-ss-circle-c:before{content:""}.fi-ss-circle-calendar:before{content:""}.fi-ss-circle-camera:before{content:""}.fi-ss-circle-d:before{content:""}.fi-ss-circle-dashed:before{content:""}.fi-ss-circle-divide:before{content:""}.fi-ss-circle-e:before{content:""}.fi-ss-circle-ellipsis-vertical:before{content:""}.fi-ss-circle-ellipsis:before{content:""}.fi-ss-circle-envelope:before{content:""}.fi-ss-circle-exclamation-check:before{content:""}.fi-ss-circle-f:before{content:""}.fi-ss-circle-g:before{content:""}.fi-ss-circle-h:before{content:""}.fi-ss-circle-half-stroke:before{content:""}.fi-ss-circle-half:before{content:""}.fi-ss-circle-heart:before{content:""}.fi-ss-circle-i:before{content:""}.fi-ss-circle-j:before{content:""}.fi-ss-circle-k:before{content:""}.fi-ss-circle-l:before{content:""}.fi-ss-circle-m:before{content:""}.fi-ss-circle-microphone-lines:before{content:""}.fi-ss-circle-microphone:before{content:""}.fi-ss-circle-n:before{content:""}.fi-ss-circle-nodes:before{content:""}.fi-ss-circle-o:before{content:""}.fi-ss-circle-overlap:before{content:""}.fi-ss-circle-p:before{content:""}.fi-ss-circle-phone-flip:before{content:""}.fi-ss-circle-phone-hangup:before{content:""}.fi-ss-circle-phone:before{content:""}.fi-ss-circle-q:before{content:""}.fi-ss-circle-quarter:before{content:""}.fi-ss-circle-quarters-alt:before{content:""}.fi-ss-circle-r:before{content:""}.fi-ss-circle-s:before{content:""}.fi-ss-circle-small:before{content:""}.fi-ss-circle-star:before{content:""}.fi-ss-circle-t:before{content:""}.fi-ss-circle-three-quarters:before{content:""}.fi-ss-circle-trash:before{content:""}.fi-ss-circle-u:before{content:""}.fi-ss-circle-user:before{content:""}.fi-ss-circle-v:before{content:""}.fi-ss-circle-video:before{content:""}.fi-ss-circle-w:before{content:""}.fi-ss-circle-waveform-lines:before{content:""}.fi-ss-circle-x:before{content:""}.fi-ss-circle-xmark:before{content:""}.fi-ss-circle-y:before{content:""}.fi-ss-circle-z:before{content:""}.fi-ss-circle:before{content:""}.fi-ss-citrus-slice:before{content:""}.fi-ss-citrus:before{content:""}.fi-ss-city:before{content:""}.fi-ss-clapperboard-play:before{content:""}.fi-ss-clapperboard:before{content:""}.fi-ss-clarinet:before{content:""}.fi-ss-claw-marks:before{content:""}.fi-ss-clear-alt:before{content:""}.fi-ss-clip-file:before{content:""}.fi-ss-clip-mail:before{content:""}.fi-ss-clip:before{content:""}.fi-ss-clipboard-check:before{content:""}.fi-ss-clipboard-exclamation:before{content:""}.fi-ss-clipboard-list-check:before{content:""}.fi-ss-clipboard-list:before{content:""}.fi-ss-clipboard-prescription:before{content:""}.fi-ss-clipboard-question:before{content:""}.fi-ss-clipboard-user:before{content:""}.fi-ss-clipboard:before{content:""}.fi-ss-clipoard-wrong:before{content:""}.fi-ss-clock-desk:before{content:""}.fi-ss-clock-eight-thirty:before{content:""}.fi-ss-clock-eleven-thirty:before{content:""}.fi-ss-clock-eleven:before{content:""}.fi-ss-clock-five-thirty:before{content:""}.fi-ss-clock-five:before{content:""}.fi-ss-clock-four-thirty:before{content:""}.fi-ss-clock-nine-thirty:before{content:""}.fi-ss-clock-nine:before{content:""}.fi-ss-clock-one-thirty:before{content:""}.fi-ss-clock-one:before{content:""}.fi-ss-clock-seven-thirty:before{content:""}.fi-ss-clock-seven:before{content:""}.fi-ss-clock-six-thirty:before{content:""}.fi-ss-clock-six:before{content:""}.fi-ss-clock-ten-thirty:before{content:""}.fi-ss-clock-ten:before{content:""}.fi-ss-clock-three-thirty:before{content:""}.fi-ss-clock-three:before{content:""}.fi-ss-clock-time-tracking:before{content:""}.fi-ss-clock-twelve-thirty:before{content:""}.fi-ss-clock-twelve:before{content:""}.fi-ss-clock-two-thirty:before{content:""}.fi-ss-clock-two:before{content:""}.fi-ss-clock-up-arrow:before{content:""}.fi-ss-clock:before{content:""}.fi-ss-clone:before{content:""}.fi-ss-closed-captioning-slash:before{content:""}.fi-ss-clothes-hanger:before{content:""}.fi-ss-cloud-back-up-alt:before{content:""}.fi-ss-cloud-back-up:before{content:""}.fi-ss-cloud-check:before{content:""}.fi-ss-cloud-code:before{content:""}.fi-ss-cloud-disabled:before{content:""}.fi-ss-cloud-download-alt:before{content:""}.fi-ss-cloud-download:before{content:""}.fi-ss-cloud-drizzle:before{content:""}.fi-ss-cloud-exclamation:before{content:""}.fi-ss-cloud-gear-automation:before{content:""}.fi-ss-cloud-hail-mixed:before{content:""}.fi-ss-cloud-hail:before{content:""}.fi-ss-cloud-meatball:before{content:""}.fi-ss-cloud-moon-rain:before{content:""}.fi-ss-cloud-moon:before{content:""}.fi-ss-cloud-question:before{content:""}.fi-ss-cloud-rain:before{content:""}.fi-ss-cloud-rainbow:before{content:""}.fi-ss-cloud-share:before{content:""}.fi-ss-cloud-showers-heavy:before{content:""}.fi-ss-cloud-showers:before{content:""}.fi-ss-cloud-sleet:before{content:""}.fi-ss-cloud-snow:before{content:""}.fi-ss-cloud-sun-rain:before{content:""}.fi-ss-cloud-sun:before{content:""}.fi-ss-cloud-upload-alt:before{content:""}.fi-ss-cloud-upload:before{content:""}.fi-ss-cloud:before{content:""}.fi-ss-clouds-moon:before{content:""}.fi-ss-clouds-sun:before{content:""}.fi-ss-clouds:before{content:""}.fi-ss-clover-alt:before{content:""}.fi-ss-club:before{content:""}.fi-ss-cocktail-alt:before{content:""}.fi-ss-cocktail:before{content:""}.fi-ss-coconut:before{content:""}.fi-ss-code-branch:before{content:""}.fi-ss-code-commit:before{content:""}.fi-ss-code-compare:before{content:""}.fi-ss-code-fork:before{content:""}.fi-ss-code-merge:before{content:""}.fi-ss-code-pull-request-closed:before{content:""}.fi-ss-code-pull-request-draft:before{content:""}.fi-ss-code-pull-request:before{content:""}.fi-ss-code-simple:before{content:""}.fi-ss-coffee-bean:before{content:""}.fi-ss-coffee-beans:before{content:""}.fi-ss-coffee-heart:before{content:""}.fi-ss-coffee-pot:before{content:""}.fi-ss-coffee:before{content:""}.fi-ss-coffin-cross:before{content:""}.fi-ss-coffin:before{content:""}.fi-ss-coin-up-arrow:before{content:""}.fi-ss-coin:before{content:""}.fi-ss-coins:before{content:""}.fi-ss-colon-sign:before{content:""}.fi-ss-columns-3:before{content:""}.fi-ss-comet:before{content:""}.fi-ss-command:before{content:""}.fi-ss-comment-alt-check:before{content:""}.fi-ss-comment-alt-dots:before{content:""}.fi-ss-comment-alt-edit:before{content:""}.fi-ss-comment-alt-medical:before{content:""}.fi-ss-comment-alt-middle-top:before{content:""}.fi-ss-comment-alt-middle:before{content:""}.fi-ss-comment-alt-minus:before{content:""}.fi-ss-comment-alt-music:before{content:""}.fi-ss-comment-alt:before{content:""}.fi-ss-comment-arrow-down:before{content:""}.fi-ss-comment-arrow-up-right:before{content:""}.fi-ss-comment-arrow-up:before{content:""}.fi-ss-comment-check:before{content:""}.fi-ss-comment-code:before{content:""}.fi-ss-comment-dollar:before{content:""}.fi-ss-comment-dots:before{content:""}.fi-ss-comment-exclamation:before{content:""}.fi-ss-comment-heart:before{content:""}.fi-ss-comment-image:before{content:""}.fi-ss-comment-info:before{content:""}.fi-ss-comment-medical:before{content:""}.fi-ss-comment-minus:before{content:""}.fi-ss-comment-pen:before{content:""}.fi-ss-comment-question:before{content:""}.fi-ss-comment-quote:before{content:""}.fi-ss-comment-slash:before{content:""}.fi-ss-comment-smile:before{content:""}.fi-ss-comment-sms:before{content:""}.fi-ss-comment-text:before{content:""}.fi-ss-comment-user:before{content:""}.fi-ss-comment-xmark:before{content:""}.fi-ss-comment:before{content:""}.fi-ss-comments-dollar:before{content:""}.fi-ss-comments-question-check:before{content:""}.fi-ss-comments-question:before{content:""}.fi-ss-comments:before{content:""}.fi-ss-compass-alt:before{content:""}.fi-ss-compass-east:before{content:""}.fi-ss-compass-north:before{content:""}.fi-ss-compass-slash:before{content:""}.fi-ss-compass-south:before{content:""}.fi-ss-compass-west:before{content:""}.fi-ss-completed:before{content:""}.fi-ss-compliance-clipboard:before{content:""}.fi-ss-compliance-document:before{content:""}.fi-ss-compliance:before{content:""}.fi-ss-compress-alt:before{content:""}.fi-ss-compress:before{content:""}.fi-ss-computer-classic:before{content:""}.fi-ss-computer-mouse:before{content:""}.fi-ss-computer-speaker:before{content:""}.fi-ss-computer:before{content:""}.fi-ss-concierge-bell:before{content:""}.fi-ss-condition-alt:before{content:""}.fi-ss-condition:before{content:""}.fi-ss-confetti:before{content:""}.fi-ss-constellation:before{content:""}.fi-ss-container-storage:before{content:""}.fi-ss-convert-document:before{content:""}.fi-ss-convert-shapes:before{content:""}.fi-ss-conveyor-belt-alt:before{content:""}.fi-ss-conveyor-belt-arm:before{content:""}.fi-ss-conveyor-belt-empty:before{content:""}.fi-ss-conveyor-belt:before{content:""}.fi-ss-cookie-alt:before{content:""}.fi-ss-cookie:before{content:""}.fi-ss-copy-alt:before{content:""}.fi-ss-copy-image:before{content:""}.fi-ss-copy:before{content:""}.fi-ss-copyright:before{content:""}.fi-ss-corn:before{content:""}.fi-ss-corporate-alt:before{content:""}.fi-ss-corporate:before{content:""}.fi-ss-couch:before{content:""}.fi-ss-court-sport:before{content:""}.fi-ss-cow-alt:before{content:""}.fi-ss-cow:before{content:""}.fi-ss-cowbell-circle-plus:before{content:""}.fi-ss-cowbell-more:before{content:""}.fi-ss-cowbell:before{content:""}.fi-ss-crab:before{content:""}.fi-ss-crate-empty:before{content:""}.fi-ss-cream:before{content:""}.fi-ss-credit-card-buyer:before{content:""}.fi-ss-credit-card-eye:before{content:""}.fi-ss-credit-card:before{content:""}.fi-ss-cricket:before{content:""}.fi-ss-crm-alt:before{content:""}.fi-ss-crm-computer:before{content:""}.fi-ss-CRM:before{content:""}.fi-ss-croissant:before{content:""}.fi-ss-cross-circle:before{content:""}.fi-ss-cross-religion:before{content:""}.fi-ss-cross-small:before{content:""}.fi-ss-cross:before{content:""}.fi-ss-crow:before{content:""}.fi-ss-crown:before{content:""}.fi-ss-crutch:before{content:""}.fi-ss-crutches:before{content:""}.fi-ss-cruzeiro-sign:before{content:""}.fi-ss-crypto-calendar:before{content:""}.fi-ss-cryptocurrency:before{content:""}.fi-ss-crystal-ball:before{content:""}.fi-ss-cube:before{content:""}.fi-ss-cubes-stacked:before{content:""}.fi-ss-cubes:before{content:""}.fi-ss-cucumber:before{content:""}.fi-ss-cup-straw-swoosh:before{content:""}.fi-ss-cup-straw:before{content:""}.fi-ss-cup-togo:before{content:""}.fi-ss-cupcake-alt:before{content:""}.fi-ss-cupcake:before{content:""}.fi-ss-curling:before{content:""}.fi-ss-cursor-finger:before{content:""}.fi-ss-cursor-plus:before{content:""}.fi-ss-cursor-text-alt:before{content:""}.fi-ss-cursor-text:before{content:""}.fi-ss-cursor:before{content:""}.fi-ss-curve-alt:before{content:""}.fi-ss-curve-arrow:before{content:""}.fi-ss-curve:before{content:""}.fi-ss-custard:before{content:""}.fi-ss-customer-care:before{content:""}.fi-ss-customer-service:before{content:""}.fi-ss-customization-cogwheel:before{content:""}.fi-ss-customization:before{content:""}.fi-ss-customize-computer:before{content:""}.fi-ss-customize-edit:before{content:""}.fi-ss-customize:before{content:""}.fi-ss-CV:before{content:""}.fi-ss-cvv-card:before{content:""}.fi-ss-d:before{content:""}.fi-ss-dagger:before{content:""}.fi-ss-daily-calendar:before{content:""}.fi-ss-damage:before{content:""}.fi-ss-dart:before{content:""}.fi-ss-dashboard-monitor:before{content:""}.fi-ss-dashboard-panel:before{content:""}.fi-ss-dashboard:before{content:""}.fi-ss-data-transfer:before{content:""}.fi-ss-database:before{content:""}.fi-ss-debt:before{content:""}.fi-ss-deer-rudolph:before{content:""}.fi-ss-deer:before{content:""}.fi-ss-delete-document:before{content:""}.fi-ss-delete-right:before{content:""}.fi-ss-delete-user:before{content:""}.fi-ss-delete:before{content:""}.fi-ss-democrat:before{content:""}.fi-ss-department-structure:before{content:""}.fi-ss-department:before{content:""}.fi-ss-deposit-alt:before{content:""}.fi-ss-deposit:before{content:""}.fi-ss-description-alt:before{content:""}.fi-ss-description:before{content:""}.fi-ss-desk:before{content:""}.fi-ss-desktop-arrow-down:before{content:""}.fi-ss-desktop-wallpaper:before{content:""}.fi-ss-devices:before{content:""}.fi-ss-dewpoint:before{content:""}.fi-ss-dharmachakra:before{content:""}.fi-ss-diagram-cells:before{content:""}.fi-ss-diagram-lean-canvas:before{content:""}.fi-ss-diagram-nested:before{content:""}.fi-ss-diagram-next:before{content:""}.fi-ss-diagram-predecessor:before{content:""}.fi-ss-diagram-previous:before{content:""}.fi-ss-diagram-project:before{content:""}.fi-ss-diagram-sankey:before{content:""}.fi-ss-diagram-subtask:before{content:""}.fi-ss-diagram-successor:before{content:""}.fi-ss-diagram-venn:before{content:""}.fi-ss-dial-high:before{content:""}.fi-ss-dial-low:before{content:""}.fi-ss-dial-max:before{content:""}.fi-ss-dial-med-low:before{content:""}.fi-ss-dial-med:before{content:""}.fi-ss-dial-min:before{content:""}.fi-ss-dial-off:before{content:""}.fi-ss-dial:before{content:""}.fi-ss-diamond-exclamation:before{content:""}.fi-ss-diamond-turn-right:before{content:""}.fi-ss-diamond:before{content:""}.fi-ss-diary-bookmark-down:before{content:""}.fi-ss-diary-bookmarks:before{content:""}.fi-ss-diary-clasp:before{content:""}.fi-ss-dice-alt:before{content:""}.fi-ss-dice-d10:before{content:""}.fi-ss-dice-d12:before{content:""}.fi-ss-dice-d20:before{content:""}.fi-ss-dice-d4:before{content:""}.fi-ss-dice-d6:before{content:""}.fi-ss-dice-d8:before{content:""}.fi-ss-dice-four:before{content:""}.fi-ss-dice-one:before{content:""}.fi-ss-dice-six:before{content:""}.fi-ss-dice-three:before{content:""}.fi-ss-dice-two:before{content:""}.fi-ss-dice:before{content:""}.fi-ss-digging:before{content:""}.fi-ss-digital-tachograph:before{content:""}.fi-ss-dinner:before{content:""}.fi-ss-diploma:before{content:""}.fi-ss-direction-signal-arrow:before{content:""}.fi-ss-direction-signal:before{content:""}.fi-ss-disc-drive:before{content:""}.fi-ss-discover:before{content:""}.fi-ss-disease:before{content:""}.fi-ss-disk:before{content:""}.fi-ss-display-arrow-down:before{content:""}.fi-ss-display-chart-up:before{content:""}.fi-ss-display-code:before{content:""}.fi-ss-display-medical:before{content:""}.fi-ss-display-slash:before{content:""}.fi-ss-distribute-spacing-horizontal:before{content:""}.fi-ss-distribute-spacing-vertical:before{content:""}.fi-ss-divide:before{content:""}.fi-ss-dizzy:before{content:""}.fi-ss-dna:before{content:""}.fi-ss-do-not-enter:before{content:""}.fi-ss-doctor:before{content:""}.fi-ss-document-circle-wrong:before{content:""}.fi-ss-document-paid:before{content:""}.fi-ss-document-signed:before{content:""}.fi-ss-document:before{content:""}.fi-ss-dog-leashed:before{content:""}.fi-ss-dog:before{content:""}.fi-ss-dollar:before{content:""}.fi-ss-dolly-flatbed-alt:before{content:""}.fi-ss-dolly-flatbed-empty:before{content:""}.fi-ss-dolly-flatbed:before{content:""}.fi-ss-dolphin:before{content:""}.fi-ss-domino-effect:before{content:""}.fi-ss-donate:before{content:""}.fi-ss-dong-sign:before{content:""}.fi-ss-donut:before{content:""}.fi-ss-door-closed:before{content:""}.fi-ss-door-open:before{content:""}.fi-ss-dot-circle:before{content:""}.fi-ss-dot-pending:before{content:""}.fi-ss-dove:before{content:""}.fi-ss-down-from-bracket:before{content:""}.fi-ss-down-left-and-up-right-to-center:before{content:""}.fi-ss-down-left:before{content:""}.fi-ss-down-right:before{content:""}.fi-ss-down-to-line:before{content:""}.fi-ss-down:before{content:""}.fi-ss-download:before{content:""}.fi-ss-drafting-compass:before{content:""}.fi-ss-dragon:before{content:""}.fi-ss-draw-polygon:before{content:""}.fi-ss-draw-square:before{content:""}.fi-ss-drawer-alt:before{content:""}.fi-ss-drawer-empty:before{content:""}.fi-ss-drawer:before{content:""}.fi-ss-dreidel:before{content:""}.fi-ss-drink-alt:before{content:""}.fi-ss-driver-man:before{content:""}.fi-ss-driver-woman:before{content:""}.fi-ss-drone-alt:before{content:""}.fi-ss-drone-front:before{content:""}.fi-ss-drone:before{content:""}.fi-ss-drop-down:before{content:""}.fi-ss-dropdown-select:before{content:""}.fi-ss-dropdown:before{content:""}.fi-ss-drum-steelpan:before{content:""}.fi-ss-drum:before{content:""}.fi-ss-drumstick-bite:before{content:""}.fi-ss-drumstick:before{content:""}.fi-ss-dryer-alt:before{content:""}.fi-ss-dryer:before{content:""}.fi-ss-duck:before{content:""}.fi-ss-dumbbell-fitness:before{content:""}.fi-ss-dumbbell-horizontal:before{content:""}.fi-ss-dumbbell-ray:before{content:""}.fi-ss-dumbbell-weightlifting:before{content:""}.fi-ss-dumpster-fire:before{content:""}.fi-ss-dumpster:before{content:""}.fi-ss-dungeon:before{content:""}.fi-ss-duplicate:before{content:""}.fi-ss-duration-alt:before{content:""}.fi-ss-duration:before{content:""}.fi-ss-e-learning:before{content:""}.fi-ss-e:before{content:""}.fi-ss-ear-deaf:before{content:""}.fi-ss-ear-muffs:before{content:""}.fi-ss-ear:before{content:""}.fi-ss-earnings:before{content:""}.fi-ss-earth-africa:before{content:""}.fi-ss-earth-americas:before{content:""}.fi-ss-earth-asia:before{content:""}.fi-ss-earth-europa:before{content:""}.fi-ss-eclipse-alt:before{content:""}.fi-ss-eclipse:before{content:""}.fi-ss-edit-alt:before{content:""}.fi-ss-edit:before{content:""}.fi-ss-effect:before{content:""}.fi-ss-egg-fried:before{content:""}.fi-ss-egg:before{content:""}.fi-ss-eject:before{content:""}.fi-ss-elephant:before{content:""}.fi-ss-elevator:before{content:""}.fi-ss-email-pending:before{content:""}.fi-ss-employee-alt:before{content:""}.fi-ss-employee-handbook:before{content:""}.fi-ss-employee-man-alt:before{content:""}.fi-ss-employee-man:before{content:""}.fi-ss-employees-woman-man:before{content:""}.fi-ss-employees:before{content:""}.fi-ss-empty-set:before{content:""}.fi-ss-endless-loop:before{content:""}.fi-ss-engine-warning:before{content:""}.fi-ss-engine:before{content:""}.fi-ss-enter:before{content:""}.fi-ss-entertainment:before{content:""}.fi-ss-envelope-ban:before{content:""}.fi-ss-envelope-bulk:before{content:""}.fi-ss-envelope-dot:before{content:""}.fi-ss-envelope-download:before{content:""}.fi-ss-envelope-heart:before{content:""}.fi-ss-envelope-marker:before{content:""}.fi-ss-envelope-open-dollar:before{content:""}.fi-ss-envelope-open-text:before{content:""}.fi-ss-envelope-open:before{content:""}.fi-ss-envelope-plus:before{content:""}.fi-ss-envelope:before{content:""}.fi-ss-envelopes:before{content:""}.fi-ss-equality:before{content:""}.fi-ss-equals:before{content:""}.fi-ss-equipment:before{content:""}.fi-ss-eraser:before{content:""}.fi-ss-error-camera:before{content:""}.fi-ss-escalator:before{content:""}.fi-ss-ethernet:before{content:""}.fi-ss-euro:before{content:""}.fi-ss-excavator:before{content:""}.fi-ss-exchange-alt:before{content:""}.fi-ss-exchange-cryptocurrency:before{content:""}.fi-ss-exchange:before{content:""}.fi-ss-exclamation:before{content:""}.fi-ss-exit-alt:before{content:""}.fi-ss-exit:before{content:""}.fi-ss-expand-arrows-alt:before{content:""}.fi-ss-expand-arrows:before{content:""}.fi-ss-expand:before{content:""}.fi-ss-expense-bill:before{content:""}.fi-ss-expense:before{content:""}.fi-ss-external-hard-drive:before{content:""}.fi-ss-external-world:before{content:""}.fi-ss-eye-crossed:before{content:""}.fi-ss-eye-dropper-half:before{content:""}.fi-ss-eye:before{content:""}.fi-ss-eyes:before{content:""}.fi-ss-f:before{content:""}.fi-ss-fabric:before{content:""}.fi-ss-face-angry-horns:before{content:""}.fi-ss-face-anguished:before{content:""}.fi-ss-face-anxious-sweat:before{content:""}.fi-ss-face-astonished:before{content:""}.fi-ss-face-awesome:before{content:""}.fi-ss-face-beam-hand-over-mouth:before{content:""}.fi-ss-face-confounded:before{content:""}.fi-ss-face-confused:before{content:""}.fi-ss-face-cowboy-hat:before{content:""}.fi-ss-face-disappointed:before{content:""}.fi-ss-face-disguise:before{content:""}.fi-ss-face-downcast-sweat:before{content:""}.fi-ss-face-drooling:before{content:""}.fi-ss-face-explode:before{content:""}.fi-ss-face-expressionless:before{content:""}.fi-ss-face-eyes-xmarks:before{content:""}.fi-ss-face-fearful:before{content:""}.fi-ss-face-glasses:before{content:""}.fi-ss-face-grin-tongue-wink:before{content:""}.fi-ss-face-hand-yawn:before{content:""}.fi-ss-face-head-bandage:before{content:""}.fi-ss-face-hushed:before{content:""}.fi-ss-face-icicles:before{content:""}.fi-ss-face-lying:before{content:""}.fi-ss-face-mask:before{content:""}.fi-ss-face-monocle:before{content:""}.fi-ss-face-nauseated:before{content:""}.fi-ss-face-nose-steam:before{content:""}.fi-ss-face-party:before{content:""}.fi-ss-face-pensive:before{content:""}.fi-ss-face-persevering:before{content:""}.fi-ss-face-pleading:before{content:""}.fi-ss-face-raised-eyebrow:before{content:""}.fi-ss-face-relieved:before{content:""}.fi-ss-face-sad-sweat:before{content:""}.fi-ss-face-scream:before{content:""}.fi-ss-face-shush:before{content:""}.fi-ss-face-sleeping:before{content:""}.fi-ss-face-sleepy:before{content:""}.fi-ss-face-smile-halo:before{content:""}.fi-ss-face-smile-hearts:before{content:""}.fi-ss-face-smile-horns:before{content:""}.fi-ss-face-smile-tear:before{content:""}.fi-ss-face-smile-tongue:before{content:""}.fi-ss-face-smile-upside-down:before{content:""}.fi-ss-face-smiling-hands:before{content:""}.fi-ss-face-smirking:before{content:""}.fi-ss-face-sunglasses-alt:before{content:""}.fi-ss-face-sunglasses:before{content:""}.fi-ss-face-swear:before{content:""}.fi-ss-face-thermometer:before{content:""}.fi-ss-face-thinking:before{content:""}.fi-ss-face-tissue:before{content:""}.fi-ss-face-tongue-money:before{content:""}.fi-ss-face-tongue-sweat:before{content:""}.fi-ss-face-unamused:before{content:""}.fi-ss-face-viewfinder:before{content:""}.fi-ss-face-vomit:before{content:""}.fi-ss-face-weary:before{content:""}.fi-ss-face-woozy:before{content:""}.fi-ss-face-worried:before{content:""}.fi-ss-face-zany:before{content:""}.fi-ss-face-zipper:before{content:""}.fi-ss-fail:before{content:""}.fi-ss-falafel:before{content:""}.fi-ss-family-dress:before{content:""}.fi-ss-family-pants:before{content:""}.fi-ss-family:before{content:""}.fi-ss-fan-table:before{content:""}.fi-ss-fan:before{content:""}.fi-ss-farm:before{content:""}.fi-ss-faucet-drip:before{content:""}.fi-ss-faucet:before{content:""}.fi-ss-fax:before{content:""}.fi-ss-feather-pointed:before{content:""}.fi-ss-feather:before{content:""}.fi-ss-features-alt:before{content:""}.fi-ss-features:before{content:""}.fi-ss-fee-receipt:before{content:""}.fi-ss-fee:before{content:""}.fi-ss-feedback-alt:before{content:""}.fi-ss-feedback-cycle-loop:before{content:""}.fi-ss-feedback-hand:before{content:""}.fi-ss-feedback-review:before{content:""}.fi-ss-feedback:before{content:""}.fi-ss-fence:before{content:""}.fi-ss-field-hockey:before{content:""}.fi-ss-fighter-jet:before{content:""}.fi-ss-file-ai:before{content:""}.fi-ss-file-audio:before{content:""}.fi-ss-file-binary:before{content:""}.fi-ss-file-chart-line:before{content:""}.fi-ss-file-chart-pie:before{content:""}.fi-ss-file-circle-info:before{content:""}.fi-ss-file-cloud:before{content:""}.fi-ss-file-code:before{content:""}.fi-ss-file-csv:before{content:""}.fi-ss-file-download:before{content:""}.fi-ss-file-edit:before{content:""}.fi-ss-file-eps:before{content:""}.fi-ss-file-excel:before{content:""}.fi-ss-file-exclamation:before{content:""}.fi-ss-file-export:before{content:""}.fi-ss-file-image:before{content:""}.fi-ss-file-import:before{content:""}.fi-ss-file-invoice-dollar:before{content:""}.fi-ss-file-invoice:before{content:""}.fi-ss-file-medical-alt:before{content:""}.fi-ss-file-medical:before{content:""}.fi-ss-file-minus:before{content:""}.fi-ss-file-pdf:before{content:""}.fi-ss-file-powerpoint:before{content:""}.fi-ss-file-prescription:before{content:""}.fi-ss-file-psd:before{content:""}.fi-ss-file-signature:before{content:""}.fi-ss-file-spreadsheet:before{content:""}.fi-ss-file-upload:before{content:""}.fi-ss-file-user:before{content:""}.fi-ss-file-video:before{content:""}.fi-ss-file-word:before{content:""}.fi-ss-file-zipper:before{content:""}.fi-ss-file:before{content:""}.fi-ss-files-medical:before{content:""}.fi-ss-fill:before{content:""}.fi-ss-film-canister:before{content:""}.fi-ss-film-slash:before{content:""}.fi-ss-film:before{content:""}.fi-ss-films:before{content:""}.fi-ss-filter-list:before{content:""}.fi-ss-filter-slash:before{content:""}.fi-ss-filter:before{content:""}.fi-ss-filters:before{content:""}.fi-ss-fingerprint-security-risk:before{content:""}.fi-ss-fingerprint:before{content:""}.fi-ss-fire-burner:before{content:""}.fi-ss-fire-extinguisher:before{content:""}.fi-ss-fire-flame-curved:before{content:""}.fi-ss-fire-flame-simple:before{content:""}.fi-ss-fire-hydrant:before{content:""}.fi-ss-fire-smoke:before{content:""}.fi-ss-fireplace:before{content:""}.fi-ss-first-award:before{content:""}.fi-ss-first-laurel:before{content:""}.fi-ss-first-medal:before{content:""}.fi-ss-first:before{content:""}.fi-ss-fish-bones:before{content:""}.fi-ss-fish-cooked:before{content:""}.fi-ss-fish:before{content:""}.fi-ss-fishing-rod:before{content:""}.fi-ss-fist-move:before{content:""}.fi-ss-flag-alt:before{content:""}.fi-ss-flag-checkered:before{content:""}.fi-ss-flag-usa:before{content:""}.fi-ss-flag:before{content:""}.fi-ss-flame:before{content:""}.fi-ss-flashlight:before{content:""}.fi-ss-flask-gear:before{content:""}.fi-ss-flask-poison:before{content:""}.fi-ss-flask-potion:before{content:""}.fi-ss-flask:before{content:""}.fi-ss-flatbread-stuffed:before{content:""}.fi-ss-flatbread:before{content:""}.fi-ss-flip-horizontal:before{content:""}.fi-ss-floor-alt:before{content:""}.fi-ss-floor-layer:before{content:""}.fi-ss-floor:before{content:""}.fi-ss-floppy-disk-circle-arrow-right:before{content:""}.fi-ss-floppy-disk-circle-xmark:before{content:""}.fi-ss-floppy-disk-pen:before{content:""}.fi-ss-floppy-disks:before{content:""}.fi-ss-florin-sign:before{content:""}.fi-ss-flower-butterfly:before{content:""}.fi-ss-flower-daffodil:before{content:""}.fi-ss-flower-tulip:before{content:""}.fi-ss-flower:before{content:""}.fi-ss-flushed:before{content:""}.fi-ss-flute:before{content:""}.fi-ss-flux-capacitor:before{content:""}.fi-ss-fly-insect:before{content:""}.fi-ss-flying-disc:before{content:""}.fi-ss-fog:before{content:""}.fi-ss-folder-download:before{content:""}.fi-ss-folder-fire:before{content:""}.fi-ss-folder-minus:before{content:""}.fi-ss-folder-open:before{content:""}.fi-ss-folder-times:before{content:""}.fi-ss-folder-tree:before{content:""}.fi-ss-folder-upload:before{content:""}.fi-ss-folder-xmark:before{content:""}.fi-ss-folder:before{content:""}.fi-ss-folders:before{content:""}.fi-ss-follow-folder:before{content:""}.fi-ss-followcollection:before{content:""}.fi-ss-following:before{content:""}.fi-ss-fondue-pot:before{content:""}.fi-ss-football:before{content:""}.fi-ss-foreign-language-audio:before{content:""}.fi-ss-fork:before{content:""}.fi-ss-forklift:before{content:""}.fi-ss-form:before{content:""}.fi-ss-fort:before{content:""}.fi-ss-forward-fast:before{content:""}.fi-ss-forward:before{content:""}.fi-ss-fox:before{content:""}.fi-ss-frame:before{content:""}.fi-ss-franc-sign:before{content:""}.fi-ss-free-delivery:before{content:""}.fi-ss-free:before{content:""}.fi-ss-french-fries:before{content:""}.fi-ss-friday:before{content:""}.fi-ss-frog:before{content:""}.fi-ss-frown:before{content:""}.fi-ss-ftp:before{content:""}.fi-ss-function-process:before{content:""}.fi-ss-function-square:before{content:""}.fi-ss-function:before{content:""}.fi-ss-funnel-dollar:before{content:""}.fi-ss-g:before{content:""}.fi-ss-galaxy-alt:before{content:""}.fi-ss-galaxy-planet:before{content:""}.fi-ss-galaxy-star:before{content:""}.fi-ss-galaxy:before{content:""}.fi-ss-gallery-thumbnails:before{content:""}.fi-ss-gallery:before{content:""}.fi-ss-game-board-alt:before{content:""}.fi-ss-game:before{content:""}.fi-ss-gamepad:before{content:""}.fi-ss-games:before{content:""}.fi-ss-garage-car:before{content:""}.fi-ss-garage-open:before{content:""}.fi-ss-garage:before{content:""}.fi-ss-garlic-alt:before{content:""}.fi-ss-garlic:before{content:""}.fi-ss-gas-pump-alt:before{content:""}.fi-ss-gas-pump-slash:before{content:""}.fi-ss-gas-pump:before{content:""}.fi-ss-gauge-circle-bolt:before{content:""}.fi-ss-gauge-circle-minus:before{content:""}.fi-ss-gauge-circle-plus:before{content:""}.fi-ss-gavel:before{content:""}.fi-ss-gay-couple:before{content:""}.fi-ss-gears:before{content:""}.fi-ss-gem:before{content:""}.fi-ss-general:before{content:""}.fi-ss-ghost:before{content:""}.fi-ss-gif-square:before{content:""}.fi-ss-gif:before{content:""}.fi-ss-gift-box-benefits:before{content:""}.fi-ss-gift-card:before{content:""}.fi-ss-gift:before{content:""}.fi-ss-gifts:before{content:""}.fi-ss-gingerbread-man:before{content:""}.fi-ss-glass-champagne:before{content:""}.fi-ss-glass-cheers:before{content:""}.fi-ss-glass-citrus:before{content:""}.fi-ss-glass-empty:before{content:""}.fi-ss-glass-half:before{content:""}.fi-ss-glass-water-droplet:before{content:""}.fi-ss-glass-whiskey-rocks:before{content:""}.fi-ss-glass-whiskey:before{content:""}.fi-ss-glass:before{content:""}.fi-ss-glasses:before{content:""}.fi-ss-globe-alt:before{content:""}.fi-ss-globe-pointer:before{content:""}.fi-ss-globe-snow:before{content:""}.fi-ss-globe:before{content:""}.fi-ss-goal-net:before{content:""}.fi-ss-golf-ball:before{content:""}.fi-ss-golf-club:before{content:""}.fi-ss-golf-hole:before{content:""}.fi-ss-golf:before{content:""}.fi-ss-gopuram:before{content:""}.fi-ss-government-budget:before{content:""}.fi-ss-government-flag:before{content:""}.fi-ss-government-user:before{content:""}.fi-ss-graduation-cap:before{content:""}.fi-ss-gramophone:before{content:""}.fi-ss-grape:before{content:""}.fi-ss-graph-curve:before{content:""}.fi-ss-graphic-style:before{content:""}.fi-ss-graphic-tablet:before{content:""}.fi-ss-grate-droplet:before{content:""}.fi-ss-grate:before{content:""}.fi-ss-greater-than-equal:before{content:""}.fi-ss-greater-than:before{content:""}.fi-ss-greek-helmet:before{content:""}.fi-ss-grid-alt:before{content:""}.fi-ss-grid-dividers:before{content:""}.fi-ss-grid:before{content:""}.fi-ss-grill-hot-alt:before{content:""}.fi-ss-grill:before{content:""}.fi-ss-grimace:before{content:""}.fi-ss-grin-alt:before{content:""}.fi-ss-grin-beam-sweat:before{content:""}.fi-ss-grin-beam:before{content:""}.fi-ss-grin-hearts:before{content:""}.fi-ss-grin-squint-tears:before{content:""}.fi-ss-grin-squint:before{content:""}.fi-ss-grin-stars:before{content:""}.fi-ss-grin-tears:before{content:""}.fi-ss-grin-tongue-squint:before{content:""}.fi-ss-grin-tongue-wink:before{content:""}.fi-ss-grin-tongue:before{content:""}.fi-ss-grin-wink:before{content:""}.fi-ss-grin:before{content:""}.fi-ss-grip-dots-vertical:before{content:""}.fi-ss-grip-dots:before{content:""}.fi-ss-grip-horizontal:before{content:""}.fi-ss-grip-lines-vertical:before{content:""}.fi-ss-grip-lines:before{content:""}.fi-ss-grip-vertical:before{content:""}.fi-ss-grocery-bag:before{content:""}.fi-ss-grocery-basket:before{content:""}.fi-ss-group-arrows-rotate:before{content:""}.fi-ss-group-call:before{content:""}.fi-ss-group-community-social-media:before{content:""}.fi-ss-growth-chart-invest:before{content:""}.fi-ss-guarani-sign:before{content:""}.fi-ss-guide-alt:before{content:""}.fi-ss-guide:before{content:""}.fi-ss-guitar-electric:before{content:""}.fi-ss-guitar:before{content:""}.fi-ss-guitars:before{content:""}.fi-ss-gun-squirt:before{content:""}.fi-ss-gym:before{content:""}.fi-ss-h-square:before{content:""}.fi-ss-h:before{content:""}.fi-ss-h1:before{content:""}.fi-ss-h2:before{content:""}.fi-ss-h3:before{content:""}.fi-ss-h4:before{content:""}.fi-ss-hair-clipper:before{content:""}.fi-ss-hamburger-soda:before{content:""}.fi-ss-hamburger:before{content:""}.fi-ss-hammer-crash:before{content:""}.fi-ss-hammer-war:before{content:""}.fi-ss-hammer:before{content:""}.fi-ss-hamsa:before{content:""}.fi-ss-hand-back-fist:before{content:""}.fi-ss-hand-back-point-down:before{content:""}.fi-ss-hand-back-point-left:before{content:""}.fi-ss-hand-back-point-ribbon:before{content:""}.fi-ss-hand-back-point-right:before{content:""}.fi-ss-hand-bill:before{content:""}.fi-ss-hand-dots:before{content:""}.fi-ss-hand-fingers-crossed:before{content:""}.fi-ss-hand-fist:before{content:""}.fi-ss-hand-heart:before{content:""}.fi-ss-hand-holding-box:before{content:""}.fi-ss-hand-holding-droplet:before{content:""}.fi-ss-hand-holding-heart:before{content:""}.fi-ss-hand-holding-magic:before{content:""}.fi-ss-hand-holding-medical:before{content:""}.fi-ss-hand-holding-seeding:before{content:""}.fi-ss-hand-holding-skull:before{content:""}.fi-ss-hand-holding-usd:before{content:""}.fi-ss-hand-holding-water:before{content:""}.fi-ss-hand-horns:before{content:""}.fi-ss-hand-lizard:before{content:""}.fi-ss-hand-love:before{content:""}.fi-ss-hand-middle-finger:before{content:""}.fi-ss-hand-paper:before{content:""}.fi-ss-hand-peace:before{content:""}.fi-ss-hand-point-ribbon:before{content:""}.fi-ss-hand-scissors:before{content:""}.fi-ss-hand-sparkles:before{content:""}.fi-ss-hand-spock:before{content:""}.fi-ss-hand-wave:before{content:""}.fi-ss-hand:before{content:""}.fi-ss-handmade:before{content:""}.fi-ss-hands-bubbles:before{content:""}.fi-ss-hands-clapping:before{content:""}.fi-ss-hands-heart:before{content:""}.fi-ss-hands-holding-diamond:before{content:""}.fi-ss-hands-holding:before{content:""}.fi-ss-hands-usd:before{content:""}.fi-ss-handshake-angle:before{content:""}.fi-ss-handshake-deal-loan:before{content:""}.fi-ss-handshake-house:before{content:""}.fi-ss-handshake-simple-slash:before{content:""}.fi-ss-handshake-trust:before{content:""}.fi-ss-handshake:before{content:""}.fi-ss-hard-hat:before{content:""}.fi-ss-hashtag-lock:before{content:""}.fi-ss-hastag:before{content:""}.fi-ss-hat-beach:before{content:""}.fi-ss-hat-birthday:before{content:""}.fi-ss-hat-chef:before{content:""}.fi-ss-hat-cowboy-side:before{content:""}.fi-ss-hat-cowboy:before{content:""}.fi-ss-hat-santa:before{content:""}.fi-ss-hat-winter:before{content:""}.fi-ss-hat-witch:before{content:""}.fi-ss-hat-wizard:before{content:""}.fi-ss-hdd:before{content:""}.fi-ss-head-side-brain:before{content:""}.fi-ss-head-side-cough-slash:before{content:""}.fi-ss-head-side-cough:before{content:""}.fi-ss-head-side-headphones:before{content:""}.fi-ss-head-side-heart:before{content:""}.fi-ss-head-side-mask:before{content:""}.fi-ss-head-side-medical:before{content:""}.fi-ss-head-side-thinking:before{content:""}.fi-ss-head-side-virus:before{content:""}.fi-ss-head-side:before{content:""}.fi-ss-head-vr:before{content:""}.fi-ss-heading:before{content:""}.fi-ss-headphones:before{content:""}.fi-ss-headset:before{content:""}.fi-ss-heart-arrow:before{content:""}.fi-ss-heart-brain:before{content:""}.fi-ss-heart-crack:before{content:""}.fi-ss-heart-half-stroke:before{content:""}.fi-ss-heart-half:before{content:""}.fi-ss-heart-health-muscle:before{content:""}.fi-ss-heart-lock:before{content:""}.fi-ss-heart-partner-handshake:before{content:""}.fi-ss-heart-rate:before{content:""}.fi-ss-heart-slash:before{content:""}.fi-ss-heart-upside-down:before{content:""}.fi-ss-heart:before{content:""}.fi-ss-heat:before{content:""}.fi-ss-helicopter-side:before{content:""}.fi-ss-helmet-battle:before{content:""}.fi-ss-hexagon-check:before{content:""}.fi-ss-hexagon-divide:before{content:""}.fi-ss-hexagon-exclamation:before{content:""}.fi-ss-hexagon:before{content:""}.fi-ss-high-definition:before{content:""}.fi-ss-high-five-celebration-yes:before{content:""}.fi-ss-high-five:before{content:""}.fi-ss-highlighter-line:before{content:""}.fi-ss-highlighter:before{content:""}.fi-ss-hiking:before{content:""}.fi-ss-hippo:before{content:""}.fi-ss-hockey-mask:before{content:""}.fi-ss-hockey-puck:before{content:""}.fi-ss-hockey-stick-puck:before{content:""}.fi-ss-hockey-sticks:before{content:""}.fi-ss-holding-hand-gear:before{content:""}.fi-ss-holding-hand-revenue:before{content:""}.fi-ss-holly-berry:before{content:""}.fi-ss-home-heart:before{content:""}.fi-ss-home-location-alt:before{content:""}.fi-ss-home-location:before{content:""}.fi-ss-home:before{content:""}.fi-ss-honey-pot:before{content:""}.fi-ss-hood-cloak:before{content:""}.fi-ss-horizontal-rule:before{content:""}.fi-ss-horse-head:before{content:""}.fi-ss-horse-saddle:before{content:""}.fi-ss-horse:before{content:""}.fi-ss-horseshoe-broken:before{content:""}.fi-ss-horseshoe:before{content:""}.fi-ss-hose-reel:before{content:""}.fi-ss-hose:before{content:""}.fi-ss-hospital-symbol:before{content:""}.fi-ss-hospital-user:before{content:""}.fi-ss-hospital:before{content:""}.fi-ss-hospitals:before{content:""}.fi-ss-hot-tub:before{content:""}.fi-ss-hotdog:before{content:""}.fi-ss-hotel:before{content:""}.fi-ss-hourglass-end:before{content:""}.fi-ss-hourglass-start:before{content:""}.fi-ss-hourglass:before{content:""}.fi-ss-house-blank:before{content:""}.fi-ss-house-building:before{content:""}.fi-ss-house-chimney-blank:before{content:""}.fi-ss-house-chimney-crack:before{content:""}.fi-ss-house-chimney-heart:before{content:""}.fi-ss-house-chimney-medical:before{content:""}.fi-ss-house-chimney-user:before{content:""}.fi-ss-house-chimney-window:before{content:""}.fi-ss-house-chimney:before{content:""}.fi-ss-house-crack:before{content:""}.fi-ss-house-day:before{content:""}.fi-ss-house-flood:before{content:""}.fi-ss-house-laptop:before{content:""}.fi-ss-house-leave:before{content:""}.fi-ss-house-medical:before{content:""}.fi-ss-house-night:before{content:""}.fi-ss-house-return:before{content:""}.fi-ss-house-signal:before{content:""}.fi-ss-house-tree:before{content:""}.fi-ss-house-tsunami:before{content:""}.fi-ss-house-turret:before{content:""}.fi-ss-house-user:before{content:""}.fi-ss-house-window:before{content:""}.fi-ss-hr-group:before{content:""}.fi-ss-hr-person:before{content:""}.fi-ss-hr:before{content:""}.fi-ss-hryvnia:before{content:""}.fi-ss-humidity:before{content:""}.fi-ss-hundred-points:before{content:""}.fi-ss-hurricane:before{content:""}.fi-ss-i:before{content:""}.fi-ss-ice-cream:before{content:""}.fi-ss-icicles:before{content:""}.fi-ss-icon-star:before{content:""}.fi-ss-id-badge:before{content:""}.fi-ss-id-card-clip-alt:before{content:""}.fi-ss-igloo:before{content:""}.fi-ss-image-slash:before{content:""}.fi-ss-images-user:before{content:""}.fi-ss-images:before{content:""}.fi-ss-improve-user:before{content:""}.fi-ss-inbox-full:before{content:""}.fi-ss-inbox-in:before{content:""}.fi-ss-inbox-out:before{content:""}.fi-ss-inbox:before{content:""}.fi-ss-inboxes:before{content:""}.fi-ss-incense-sticks-yoga:before{content:""}.fi-ss-incognito:before{content:""}.fi-ss-indent:before{content:""}.fi-ss-indian-rupee-sign:before{content:""}.fi-ss-industry-alt:before{content:""}.fi-ss-industry-windows:before{content:""}.fi-ss-infinity:before{content:""}.fi-ss-info-guide:before{content:""}.fi-ss-info:before{content:""}.fi-ss-information:before{content:""}.fi-ss-inhaler:before{content:""}.fi-ss-input-numeric:before{content:""}.fi-ss-input-pipe:before{content:""}.fi-ss-input-text:before{content:""}.fi-ss-insert-alt:before{content:""}.fi-ss-insert-arrows:before{content:""}.fi-ss-insert-button-circle:before{content:""}.fi-ss-insert-credit-card:before{content:""}.fi-ss-insert-square:before{content:""}.fi-ss-insert:before{content:""}.fi-ss-insight-alt:before{content:""}.fi-ss-insight-head:before{content:""}.fi-ss-insight:before{content:""}.fi-ss-integral:before{content:""}.fi-ss-interactive:before{content:""}.fi-ss-interlining:before{content:""}.fi-ss-internet-speed-wifi:before{content:""}.fi-ss-interrogation:before{content:""}.fi-ss-intersection:before{content:""}.fi-ss-introduction-handshake:before{content:""}.fi-ss-introduction:before{content:""}.fi-ss-inventory-alt:before{content:""}.fi-ss-invest:before{content:""}.fi-ss-investment:before{content:""}.fi-ss-invite-alt:before{content:""}.fi-ss-invite:before{content:""}.fi-ss-iot-alt:before{content:""}.fi-ss-iot:before{content:""}.fi-ss-ip-address:before{content:""}.fi-ss-island-tropical:before{content:""}.fi-ss-issue-loupe:before{content:""}.fi-ss-it-alt:before{content:""}.fi-ss-it-computer:before{content:""}.fi-ss-it:before{content:""}.fi-ss-italian-lira-sign:before{content:""}.fi-ss-italic:before{content:""}.fi-ss-j:before{content:""}.fi-ss-jam:before{content:""}.fi-ss-jar-alt:before{content:""}.fi-ss-jar-wheat:before{content:""}.fi-ss-javascript:before{content:""}.fi-ss-joint:before{content:""}.fi-ss-joker:before{content:""}.fi-ss-journal-alt:before{content:""}.fi-ss-journal:before{content:""}.fi-ss-journey:before{content:""}.fi-ss-joystick:before{content:""}.fi-ss-jpg:before{content:""}.fi-ss-jug-alt:before{content:""}.fi-ss-jug-bottle:before{content:""}.fi-ss-jug:before{content:""}.fi-ss-jumping-rope:before{content:""}.fi-ss-k:before{content:""}.fi-ss-kaaba:before{content:""}.fi-ss-kazoo:before{content:""}.fi-ss-kerning:before{content:""}.fi-ss-key-lock-crypto:before{content:""}.fi-ss-key-skeleton-left-right:before{content:""}.fi-ss-key:before{content:""}.fi-ss-keyboard-brightness-low:before{content:""}.fi-ss-keyboard-brightness:before{content:""}.fi-ss-keyboard-down:before{content:""}.fi-ss-keyboard-left:before{content:""}.fi-ss-keyboard:before{content:""}.fi-ss-keynote:before{content:""}.fi-ss-kidneys:before{content:""}.fi-ss-kip-sign:before{content:""}.fi-ss-kiss-beam:before{content:""}.fi-ss-kiss-wink-heart:before{content:""}.fi-ss-kiss:before{content:""}.fi-ss-kite:before{content:""}.fi-ss-kiwi-bird:before{content:""}.fi-ss-kiwi-fruit:before{content:""}.fi-ss-knife-kitchen:before{content:""}.fi-ss-knife:before{content:""}.fi-ss-knitting:before{content:""}.fi-ss-kpi-evaluation:before{content:""}.fi-ss-kpi:before{content:""}.fi-ss-l:before{content:""}.fi-ss-label:before{content:""}.fi-ss-lacrosse-stick-ball:before{content:""}.fi-ss-lacrosse-stick:before{content:""}.fi-ss-lambda:before{content:""}.fi-ss-lamp-desk:before{content:""}.fi-ss-lamp-floor:before{content:""}.fi-ss-lamp-street:before{content:""}.fi-ss-lamp:before{content:""}.fi-ss-land-layer-location:before{content:""}.fi-ss-land-layers:before{content:""}.fi-ss-land-location:before{content:""}.fi-ss-landmark-alt:before{content:""}.fi-ss-language:before{content:""}.fi-ss-laptop-arrow-down:before{content:""}.fi-ss-laptop-binary:before{content:""}.fi-ss-laptop-code:before{content:""}.fi-ss-laptop-medical:before{content:""}.fi-ss-laptop-mobile:before{content:""}.fi-ss-laptop-slash:before{content:""}.fi-ss-laptop:before{content:""}.fi-ss-lari-sign:before{content:""}.fi-ss-lasso-sparkles:before{content:""}.fi-ss-lasso:before{content:""}.fi-ss-last-square:before{content:""}.fi-ss-laugh-beam:before{content:""}.fi-ss-laugh-squint:before{content:""}.fi-ss-laugh-wink:before{content:""}.fi-ss-laugh:before{content:""}.fi-ss-lawyer-man:before{content:""}.fi-ss-lawyer-woman:before{content:""}.fi-ss-layer-minus:before{content:""}.fi-ss-layer-plus:before{content:""}.fi-ss-layers:before{content:""}.fi-ss-layout-fluid:before{content:""}.fi-ss-lead-funnel:before{content:""}.fi-ss-lead-management:before{content:""}.fi-ss-lead:before{content:""}.fi-ss-leader-alt:before{content:""}.fi-ss-leader-speech:before{content:""}.fi-ss-leader:before{content:""}.fi-ss-leaderboard-alt:before{content:""}.fi-ss-leaderboard-trophy:before{content:""}.fi-ss-leaderboard:before{content:""}.fi-ss-leadership-alt:before{content:""}.fi-ss-leadership:before{content:""}.fi-ss-leaf-heart:before{content:""}.fi-ss-leaf-maple:before{content:""}.fi-ss-leaf-oak:before{content:""}.fi-ss-leaf:before{content:""}.fi-ss-leafy-green:before{content:""}.fi-ss-leave:before{content:""}.fi-ss-left-from-bracket:before{content:""}.fi-ss-left:before{content:""}.fi-ss-legal:before{content:""}.fi-ss-lemon:before{content:""}.fi-ss-lesbian-couple:before{content:""}.fi-ss-less-than-equal:before{content:""}.fi-ss-less-than:before{content:""}.fi-ss-lesson-class:before{content:""}.fi-ss-lesson:before{content:""}.fi-ss-letter-case:before{content:""}.fi-ss-lettuce:before{content:""}.fi-ss-level-down-alt:before{content:""}.fi-ss-level-down:before{content:""}.fi-ss-level-up-alt:before{content:""}.fi-ss-level-up:before{content:""}.fi-ss-license:before{content:""}.fi-ss-life-ring:before{content:""}.fi-ss-life:before{content:""}.fi-ss-light-ceiling:before{content:""}.fi-ss-light-emergency-on:before{content:""}.fi-ss-light-emergency:before{content:""}.fi-ss-light-switch-off:before{content:""}.fi-ss-light-switch-on:before{content:""}.fi-ss-light-switch:before{content:""}.fi-ss-lightbulb-cfl-on:before{content:""}.fi-ss-lightbulb-cfl:before{content:""}.fi-ss-lightbulb-dollar:before{content:""}.fi-ss-lightbulb-exclamation:before{content:""}.fi-ss-lightbulb-head:before{content:""}.fi-ss-lightbulb-on:before{content:""}.fi-ss-lightbulb-question:before{content:""}.fi-ss-lightbulb-setting:before{content:""}.fi-ss-lightbulb-slash:before{content:""}.fi-ss-lights-holiday:before{content:""}.fi-ss-limit-hand:before{content:""}.fi-ss-limit-speedometer:before{content:""}.fi-ss-line-width:before{content:""}.fi-ss-link-alt:before{content:""}.fi-ss-link-horizontal-slash:before{content:""}.fi-ss-link-horizontal:before{content:""}.fi-ss-link-slash-alt:before{content:""}.fi-ss-link-slash:before{content:""}.fi-ss-link:before{content:""}.fi-ss-lion-head:before{content:""}.fi-ss-lion:before{content:""}.fi-ss-lips:before{content:""}.fi-ss-lipstick:before{content:""}.fi-ss-lira-sign:before{content:""}.fi-ss-list-check:before{content:""}.fi-ss-list-dropdown:before{content:""}.fi-ss-list-music:before{content:""}.fi-ss-list-timeline:before{content:""}.fi-ss-list:before{content:""}.fi-ss-litecoin-sign:before{content:""}.fi-ss-live-alt:before{content:""}.fi-ss-live:before{content:""}.fi-ss-loading:before{content:""}.fi-ss-loan:before{content:""}.fi-ss-lobster:before{content:""}.fi-ss-location-alt:before{content:""}.fi-ss-location-arrow:before{content:""}.fi-ss-location-crosshairs-slash:before{content:""}.fi-ss-location-crosshairs:before{content:""}.fi-ss-location-dot-slash:before{content:""}.fi-ss-location-exclamation:before{content:""}.fi-ss-location-pin-call:before{content:""}.fi-ss-lock-alt:before{content:""}.fi-ss-lock-hashtag:before{content:""}.fi-ss-lock-open-alt:before{content:""}.fi-ss-lock:before{content:""}.fi-ss-locust:before{content:""}.fi-ss-loop-square:before{content:""}.fi-ss-loveseat:before{content:""}.fi-ss-low-vision:before{content:""}.fi-ss-luchador:before{content:""}.fi-ss-luggage-cart:before{content:""}.fi-ss-luggage-rolling:before{content:""}.fi-ss-lungs-virus:before{content:""}.fi-ss-lungs:before{content:""}.fi-ss-m:before{content:""}.fi-ss-mace:before{content:""}.fi-ss-magnet-user:before{content:""}.fi-ss-magnet:before{content:""}.fi-ss-mailbox-envelope:before{content:""}.fi-ss-mailbox-flag-up:before{content:""}.fi-ss-mailbox:before{content:""}.fi-ss-makeup-brush:before{content:""}.fi-ss-man-head:before{content:""}.fi-ss-man-scientist:before{content:""}.fi-ss-manat-sign:before{content:""}.fi-ss-mandolin:before{content:""}.fi-ss-mango:before{content:""}.fi-ss-manhole:before{content:""}.fi-ss-map-marker-check:before{content:""}.fi-ss-map-marker-cross:before{content:""}.fi-ss-map-marker-edit:before{content:""}.fi-ss-map-marker-home:before{content:""}.fi-ss-map-marker-minus:before{content:""}.fi-ss-map-marker-plus:before{content:""}.fi-ss-map-marker-question:before{content:""}.fi-ss-map-marker-slash:before{content:""}.fi-ss-map-marker-smile:before{content:""}.fi-ss-map-marker:before{content:""}.fi-ss-map-pin:before{content:""}.fi-ss-map-point:before{content:""}.fi-ss-map:before{content:""}.fi-ss-marker-time:before{content:""}.fi-ss-marker:before{content:""}.fi-ss-marketplace-alt:before{content:""}.fi-ss-marketplace-store:before{content:""}.fi-ss-marketplace:before{content:""}.fi-ss-mars-double:before{content:""}.fi-ss-mars-stroke-right:before{content:""}.fi-ss-mars-stroke-up:before{content:""}.fi-ss-mars:before{content:""}.fi-ss-martini-glass-citrus:before{content:""}.fi-ss-martini-glass-empty:before{content:""}.fi-ss-mask-carnival:before{content:""}.fi-ss-mask-face:before{content:""}.fi-ss-mask-snorkel:before{content:"豈"}.fi-ss-massage:before{content:"更"}.fi-ss-match-fire:before{content:"車"}.fi-ss-mattress-pillow:before{content:"賈"}.fi-ss-measuring-tape:before{content:"滑"}.fi-ss-meat:before{content:"串"}.fi-ss-medal:before{content:"句"}.fi-ss-medical-star:before{content:"龜"}.fi-ss-medicine:before{content:"龜"}.fi-ss-meditation:before{content:"契"}.fi-ss-meeting-alt:before{content:"金"}.fi-ss-meeting:before{content:"喇"}.fi-ss-megaphone-announcement-leader:before{content:"奈"}.fi-ss-megaphone:before{content:"懶"}.fi-ss-meh-blank:before{content:"癩"}.fi-ss-meh-rolling-eyes:before{content:"羅"}.fi-ss-meh:before{content:"蘿"}.fi-ss-melon-alt:before{content:"螺"}.fi-ss-melon:before{content:"裸"}.fi-ss-member-list:before{content:"邏"}.fi-ss-member-search:before{content:"樂"}.fi-ss-membership-vip:before{content:"洛"}.fi-ss-membership:before{content:"烙"}.fi-ss-memo-circle-check:before{content:"珞"}.fi-ss-memo-pad:before{content:"落"}.fi-ss-memo:before{content:"酪"}.fi-ss-memory:before{content:"駱"}.fi-ss-menu-burger:before{content:"亂"}.fi-ss-menu-dots-vertical:before{content:"卵"}.fi-ss-menu-dots:before{content:"欄"}.fi-ss-mercury:before{content:"爛"}.fi-ss-message-arrow-down:before{content:"蘭"}.fi-ss-message-arrow-up-right:before{content:"鸞"}.fi-ss-message-arrow-up:before{content:"嵐"}.fi-ss-message-bot:before{content:"濫"}.fi-ss-message-code:before{content:"藍"}.fi-ss-message-dollar:before{content:"襤"}.fi-ss-message-heart:before{content:"拉"}.fi-ss-message-image:before{content:"臘"}.fi-ss-message-question:before{content:"蠟"}.fi-ss-message-quote:before{content:"廊"}.fi-ss-message-slash:before{content:"朗"}.fi-ss-message-sms:before{content:"浪"}.fi-ss-message-text:before{content:"狼"}.fi-ss-message-xmark:before{content:"郎"}.fi-ss-messages-dollar:before{content:"來"}.fi-ss-messages-question:before{content:"冷"}.fi-ss-messages:before{content:"勞"}.fi-ss-meteor:before{content:"擄"}.fi-ss-meter-bolt:before{content:"櫓"}.fi-ss-meter-droplet:before{content:"爐"}.fi-ss-meter-fire:before{content:"盧"}.fi-ss-meter:before{content:"老"}.fi-ss-method:before{content:"蘆"}.fi-ss-microchip-ai:before{content:"虜"}.fi-ss-microchip:before{content:"路"}.fi-ss-microphone-alt:before{content:"露"}.fi-ss-microphone-slash:before{content:"魯"}.fi-ss-microphone:before{content:"鷺"}.fi-ss-microscope:before{content:"碌"}.fi-ss-microwave:before{content:"祿"}.fi-ss-milk-alt:before{content:"綠"}.fi-ss-milk:before{content:"菉"}.fi-ss-mill-sign:before{content:"錄"}.fi-ss-mind-share:before{content:"鹿"}.fi-ss-minus-circle:before{content:"論"}.fi-ss-minus-hexagon:before{content:"壟"}.fi-ss-minus-small:before{content:"弄"}.fi-ss-minus:before{content:"籠"}.fi-ss-mistletoe:before{content:"聾"}.fi-ss-mix:before{content:"牢"}.fi-ss-mobile-button:before{content:"磊"}.fi-ss-mobile-notch:before{content:"賂"}.fi-ss-mobile:before{content:"雷"}.fi-ss-mockup:before{content:"壘"}.fi-ss-mode-alt:before{content:"屢"}.fi-ss-mode-landscape:before{content:"樓"}.fi-ss-mode-portrait:before{content:"淚"}.fi-ss-mode:before{content:"漏"}.fi-ss-model-cube-arrows:before{content:"累"}.fi-ss-model-cube-space:before{content:"縷"}.fi-ss-model-cube:before{content:"陋"}.fi-ss-module:before{content:"勒"}.fi-ss-monday:before{content:"肋"}.fi-ss-money-bill-simple:before{content:"凜"}.fi-ss-money-bill-transfer:before{content:"凌"}.fi-ss-money-bill-wave-alt:before{content:"稜"}.fi-ss-money-bill-wave:before{content:"綾"}.fi-ss-money-bills-simple:before{content:"菱"}.fi-ss-money-bills:before{content:"陵"}.fi-ss-money-check-edit-alt:before{content:"讀"}.fi-ss-money-check-edit:before{content:"拏"}.fi-ss-money-check:before{content:"樂"}.fi-ss-money-coin-transfer:before{content:"諾"}.fi-ss-money-from-bracket:before{content:"丹"}.fi-ss-money-simple-from-bracket:before{content:"寧"}.fi-ss-money-transfer-alt:before{content:"怒"}.fi-ss-money-transfer-coin-arrow:before{content:"率"}.fi-ss-money-transfer-smartphone:before{content:"異"}.fi-ss-money-wings:before{content:"北"}.fi-ss-money:before{content:"磻"}.fi-ss-monkey:before{content:"便"}.fi-ss-monument:before{content:"復"}.fi-ss-moon-stars:before{content:"不"}.fi-ss-moon:before{content:"泌"}.fi-ss-moped:before{content:"數"}.fi-ss-mortar-pestle:before{content:"索"}.fi-ss-mortgage:before{content:"參"}.fi-ss-mosque-alt:before{content:"塞"}.fi-ss-mosque-moon:before{content:"省"}.fi-ss-mosque:before{content:"葉"}.fi-ss-mosquito-net:before{content:"說"}.fi-ss-mosquito:before{content:"殺"}.fi-ss-motorcycle:before{content:"辰"}.fi-ss-mound:before{content:"沈"}.fi-ss-mountain-city:before{content:"拾"}.fi-ss-mountain:before{content:"若"}.fi-ss-mountains:before{content:"掠"}.fi-ss-mouse-field:before{content:"略"}.fi-ss-mouse:before{content:"亮"}.fi-ss-mov-file:before{content:"兩"}.fi-ss-move-to-folder-2:before{content:"凉"}.fi-ss-move-to-folder:before{content:"梁"}.fi-ss-mp3-file:before{content:"糧"}.fi-ss-mp3-player:before{content:"良"}.fi-ss-mp4-file:before{content:"諒"}.fi-ss-mug-alt:before{content:"量"}.fi-ss-mug-hot-alt:before{content:"勵"}.fi-ss-mug-hot:before{content:"呂"}.fi-ss-mug-marshmallows:before{content:"女"}.fi-ss-mug-tea-saucer:before{content:"廬"}.fi-ss-mug-tea:before{content:"旅"}.fi-ss-mug:before{content:"濾"}.fi-ss-multiple-alt:before{content:"礪"}.fi-ss-multiple:before{content:"閭"}.fi-ss-muscle:before{content:"驪"}.fi-ss-mushroom-alt:before{content:"麗"}.fi-ss-mushroom:before{content:"黎"}.fi-ss-music-alt:before{content:"力"}.fi-ss-music-file:before{content:"曆"}.fi-ss-music-note-slash:before{content:"歷"}.fi-ss-music-note:before{content:"轢"}.fi-ss-music-slash:before{content:"年"}.fi-ss-music:before{content:"憐"}.fi-ss-n:before{content:"戀"}.fi-ss-naira-sign:before{content:"撚"}.fi-ss-narwhal:before{content:"漣"}.fi-ss-navigation:before{content:"煉"}.fi-ss-nesting-dolls:before{content:"璉"}.fi-ss-network-analytic:before{content:"秊"}.fi-ss-network-cloud:before{content:"練"}.fi-ss-network:before{content:"聯"}.fi-ss-neuter:before{content:"輦"}.fi-ss-newsletter-subscribe:before{content:"蓮"}.fi-ss-newspaper-open:before{content:"連"}.fi-ss-newspaper:before{content:"鍊"}.fi-ss-nfc-lock:before{content:"列"}.fi-ss-nfc-magnifying-glass:before{content:"劣"}.fi-ss-nfc-pen:before{content:"咽"}.fi-ss-nfc-slash:before{content:"烈"}.fi-ss-nfc-trash:before{content:"裂"}.fi-ss-nfc:before{content:"說"}.fi-ss-night-day:before{content:"廉"}.fi-ss-no-fee:before{content:"念"}.fi-ss-no-people:before{content:"捻"}.fi-ss-noodles:before{content:"殮"}.fi-ss-nose:before{content:"簾"}.fi-ss-not-equal:before{content:"獵"}.fi-ss-not-found-alt:before{content:"令"}.fi-ss-not-found-magnifying-glass:before{content:"囹"}.fi-ss-not-found:before{content:"寧"}.fi-ss-notdef:before{content:"嶺"}.fi-ss-note-medical:before{content:"怜"}.fi-ss-note-sticky:before{content:"玲"}.fi-ss-note:before{content:"瑩"}.fi-ss-notebook-alt:before{content:"羚"}.fi-ss-notebook:before{content:"聆"}.fi-ss-notes-medical:before{content:"鈴"}.fi-ss-notes:before{content:"零"}.fi-ss-o:before{content:"靈"}.fi-ss-object-exclude:before{content:"領"}.fi-ss-object-group:before{content:"例"}.fi-ss-object-intersect:before{content:"禮"}.fi-ss-object-subtract:before{content:"醴"}.fi-ss-object-ungroup:before{content:"隸"}.fi-ss-object-union:before{content:"惡"}.fi-ss-objects-column:before{content:"了"}.fi-ss-octagon-check:before{content:"僚"}.fi-ss-octagon-divide:before{content:"寮"}.fi-ss-octagon-exclamation:before{content:"尿"}.fi-ss-octagon-minus:before{content:"料"}.fi-ss-octagon-plus:before{content:"樂"}.fi-ss-octagon-xmark:before{content:"燎"}.fi-ss-octagon:before{content:"療"}.fi-ss-oil-can:before{content:"蓼"}.fi-ss-oil-temp:before{content:"遼"}.fi-ss-olive-oil:before{content:"龍"}.fi-ss-olive:before{content:"暈"}.fi-ss-olives:before{content:"阮"}.fi-ss-om:before{content:"劉"}.fi-ss-omega:before{content:"杻"}.fi-ss-onboarding:before{content:"柳"}.fi-ss-onion:before{content:"流"}.fi-ss-opacity:before{content:"溜"}.fi-ss-open-mail-clip:before{content:"琉"}.fi-ss-operating-system-upgrade:before{content:"留"}.fi-ss-operation:before{content:"硫"}.fi-ss-order-history:before{content:"紐"}.fi-ss-organization-chart:before{content:"類"}.fi-ss-ornament:before{content:"六"}.fi-ss-otp:before{content:"戮"}.fi-ss-otter:before{content:"陸"}.fi-ss-outdent:before{content:"倫"}.fi-ss-oval-alt:before{content:"崙"}.fi-ss-oval:before{content:"淪"}.fi-ss-oven:before{content:"輪"}.fi-ss-overline:before{content:"律"}.fi-ss-overview:before{content:"慄"}.fi-ss-p:before{content:"栗"}.fi-ss-package:before{content:"率"}.fi-ss-padlock-check:before{content:"隆"}.fi-ss-page-break:before{content:"利"}.fi-ss-pager:before{content:"吏"}.fi-ss-paid:before{content:"履"}.fi-ss-paint-roller:before{content:"易"}.fi-ss-paint:before{content:"李"}.fi-ss-paintbrush-pencil:before{content:"梨"}.fi-ss-palette:before{content:"泥"}.fi-ss-pallet-alt:before{content:"理"}.fi-ss-pallet:before{content:"痢"}.fi-ss-pan-food:before{content:"罹"}.fi-ss-pan-frying:before{content:"裏"}.fi-ss-pan:before{content:"裡"}.fi-ss-pancakes:before{content:"里"}.fi-ss-panorama:before{content:"離"}.fi-ss-paper-plane-launch:before{content:"匿"}.fi-ss-paper-plane-top:before{content:"溺"}.fi-ss-paper-plane:before{content:"吝"}.fi-ss-paperclip-vertical:before{content:"燐"}.fi-ss-parachute-box:before{content:"璘"}.fi-ss-paragraph-left:before{content:"藺"}.fi-ss-paragraph:before{content:"隣"}.fi-ss-parking-circle-slash:before{content:"鱗"}.fi-ss-parking-circle:before{content:"麟"}.fi-ss-parking-slash:before{content:"林"}.fi-ss-parking:before{content:"淋"}.fi-ss-party-bell:before{content:"臨"}.fi-ss-party-horn:before{content:"立"}.fi-ss-party:before{content:"笠"}.fi-ss-passport:before{content:"粒"}.fi-ss-password-alt:before{content:"狀"}.fi-ss-password-computer:before{content:"炙"}.fi-ss-password-email:before{content:"識"}.fi-ss-password-smartphone:before{content:"什"}.fi-ss-password:before{content:"茶"}.fi-ss-paste:before{content:"刺"}.fi-ss-pattern:before{content:"切"}.fi-ss-pause-circle:before{content:"度"}.fi-ss-pause-square:before{content:"拓"}.fi-ss-pause:before{content:"糖"}.fi-ss-paw-claws:before{content:"宅"}.fi-ss-paw-heart:before{content:"洞"}.fi-ss-paw:before{content:"暴"}.fi-ss-payment-pos:before{content:"輻"}.fi-ss-payroll-calendar:before{content:"行"}.fi-ss-payroll-check:before{content:"降"}.fi-ss-payroll:before{content:"見"}.fi-ss-peace:before{content:"廓"}.fi-ss-peach:before{content:"兀"}.fi-ss-peanut:before{content:"嗀"}.fi-ss-peanuts:before{content:"﨎"}.fi-ss-peapod:before{content:"﨏"}.fi-ss-pear:before{content:"塚"}.fi-ss-pedestal:before{content:"﨑"}.fi-ss-pen-circle:before{content:"晴"}.fi-ss-pen-clip-slash:before{content:"﨓"}.fi-ss-pen-clip:before{content:"﨔"}.fi-ss-pen-fancy-slash:before{content:"凞"}.fi-ss-pen-fancy:before{content:"猪"}.fi-ss-pen-field:before{content:"益"}.fi-ss-pen-nib-slash:before{content:"礼"}.fi-ss-pen-nib:before{content:"神"}.fi-ss-pen-slash:before{content:"祥"}.fi-ss-pen-square:before{content:"福"}.fi-ss-pen-swirl:before{content:"靖"}.fi-ss-pencil-paintbrush:before{content:"精"}.fi-ss-pencil-ruler:before{content:"羽"}.fi-ss-pencil-slash:before{content:"﨟"}.fi-ss-pencil:before{content:"蘒"}.fi-ss-pending:before{content:"﨡"}.fi-ss-pennant:before{content:"諸"}.fi-ss-people-arrows-left-right:before{content:"﨣"}.fi-ss-people-carry-box:before{content:"﨤"}.fi-ss-people-dress:before{content:"逸"}.fi-ss-people-network-partner:before{content:"都"}.fi-ss-people-pants:before{content:"﨧"}.fi-ss-people-poll:before{content:"﨨"}.fi-ss-people-pulling:before{content:"﨩"}.fi-ss-people-roof:before{content:"飯"}.fi-ss-people:before{content:"飼"}.fi-ss-pepper-alt:before{content:"館"}.fi-ss-pepper-hot:before{content:"鶴"}.fi-ss-pepper:before{content:"郞"}.fi-ss-percent-10:before{content:"隷"}.fi-ss-percent-100:before{content:"侮"}.fi-ss-percent-20:before{content:"僧"}.fi-ss-percent-25:before{content:"免"}.fi-ss-percent-30:before{content:"勉"}.fi-ss-percent-40:before{content:"勤"}.fi-ss-percent-50:before{content:"卑"}.fi-ss-percent-60:before{content:"喝"}.fi-ss-percent-70:before{content:"嘆"}.fi-ss-percent-75:before{content:"器"}.fi-ss-percent-80:before{content:"塀"}.fi-ss-percent-90:before{content:"墨"}.fi-ss-percentage:before{content:"層"}.fi-ss-person-burst:before{content:"屮"}.fi-ss-person-carry-box:before{content:"悔"}.fi-ss-person-circle-check:before{content:"慨"}.fi-ss-person-circle-exclamation:before{content:"憎"}.fi-ss-person-circle-minus:before{content:"懲"}.fi-ss-person-circle-plus:before{content:"敏"}.fi-ss-person-circle-question:before{content:"既"}.fi-ss-person-circle-xmark:before{content:"暑"}.fi-ss-person-cv:before{content:"梅"}.fi-ss-person-dolly-empty:before{content:"海"}.fi-ss-person-dolly:before{content:"渚"}.fi-ss-person-dress-simple:before{content:"漢"}.fi-ss-person-dress:before{content:"煮"}.fi-ss-person-luggage:before{content:"爫"}.fi-ss-person-lunge:before{content:"琢"}.fi-ss-person-pilates:before{content:"碑"}.fi-ss-person-praying:before{content:"社"}.fi-ss-person-pregnant:before{content:"祉"}.fi-ss-person-seat-reclined:before{content:"祈"}.fi-ss-person-seat:before{content:"祐"}.fi-ss-person-shelter:before{content:"祖"}.fi-ss-person-sign:before{content:"祝"}.fi-ss-person-simple:before{content:"禍"}.fi-ss-person-walking-with-cane:before{content:"禎"}.fi-ss-peseta-sign:before{content:"穀"}.fi-ss-peso-sign:before{content:"突"}.fi-ss-pets:before{content:"節"}.fi-ss-pharmacy:before{content:"練"}.fi-ss-phone-call:before{content:"縉"}.fi-ss-phone-cross:before{content:"繁"}.fi-ss-phone-flip:before{content:"署"}.fi-ss-phone-guide:before{content:"者"}.fi-ss-phone-heart-message:before{content:"臭"}.fi-ss-phone-office:before{content:"艹"}.fi-ss-phone-pause:before{content:"艹"}.fi-ss-phone-plus:before{content:"著"}.fi-ss-phone-rotary:before{content:"褐"}.fi-ss-phone-slash:before{content:"視"}.fi-ss-photo-capture:before{content:"謁"}.fi-ss-photo-film-music:before{content:"謹"}.fi-ss-photo-video:before{content:"賓"}.fi-ss-physics:before{content:"贈"}.fi-ss-Pi:before{content:"辶"}.fi-ss-piano-keyboard:before{content:"逸"}.fi-ss-piano:before{content:"難"}.fi-ss-pickaxe:before{content:"響"}.fi-ss-picking-box:before{content:"頻"}.fi-ss-picking:before{content:"恵"}.fi-ss-picnic:before{content:"𤋮"}.fi-ss-picpeople-filled:before{content:"舘"}.fi-ss-picpeople:before{content:"﩮"}.fi-ss-picture:before{content:"﩯"}.fi-ss-pie:before{content:"並"}.fi-ss-pig-bank-bulb:before{content:"况"}.fi-ss-pig-face:before{content:"全"}.fi-ss-pig:before{content:"侀"}.fi-ss-piggy-bank-budget:before{content:"充"}.fi-ss-piggy-bank:before{content:"冀"}.fi-ss-pills:before{content:"勇"}.fi-ss-pinata:before{content:"勺"}.fi-ss-pineapple-alt:before{content:"喝"}.fi-ss-pineapple:before{content:"啕"}.fi-ss-pipe-smoking:before{content:"喙"}.fi-ss-pipette:before{content:"嗢"}.fi-ss-pizza-slice:before{content:"塚"}.fi-ss-place-of-worship:before{content:"墳"}.fi-ss-plan-strategy:before{content:"奄"}.fi-ss-plan:before{content:"奔"}.fi-ss-plane-alt:before{content:"婢"}.fi-ss-plane-arrival:before{content:"嬨"}.fi-ss-plane-departure:before{content:"廒"}.fi-ss-plane-prop:before{content:"廙"}.fi-ss-plane-slash:before{content:"彩"}.fi-ss-plane-tail:before{content:"徭"}.fi-ss-plane:before{content:"惘"}.fi-ss-planet-moon:before{content:"慎"}.fi-ss-planet-ringed:before{content:"愈"}.fi-ss-plant-care:before{content:"憎"}.fi-ss-plant-growth:before{content:"慠"}.fi-ss-plant-seed-invest:before{content:"懲"}.fi-ss-plant-wilt:before{content:"戴"}.fi-ss-plate-utensils:before{content:"揄"}.fi-ss-plate-wheat:before{content:"搜"}.fi-ss-plate:before{content:"摒"}.fi-ss-play-alt:before{content:"敖"}.fi-ss-play-circle:before{content:"晴"}.fi-ss-play-microphone:before{content:"朗"}.fi-ss-play-pause:before{content:"望"}.fi-ss-play:before{content:"杖"}.fi-ss-plug-alt:before{content:"歹"}.fi-ss-plug-cable:before{content:"殺"}.fi-ss-plug-circle-bolt:before{content:"流"}.fi-ss-plug-circle-check:before{content:"滛"}.fi-ss-plug-circle-exclamation:before{content:"滋"}.fi-ss-plug-circle-minus:before{content:"漢"}.fi-ss-plug-circle-plus:before{content:"瀞"}.fi-ss-plug-connection:before{content:"煮"}.fi-ss-plug:before{content:"瞧"}.fi-ss-plus-hexagon:before{content:"爵"}.fi-ss-plus-minus:before{content:"犯"}.fi-ss-plus-small:before{content:"猪"}.fi-ss-plus:before{content:"瑱"}.fi-ss-png-file:before{content:"甆"}.fi-ss-podcast:before{content:"画"}.fi-ss-podium-star:before{content:"瘝"}.fi-ss-podium-victory-leader:before{content:"瘟"}.fi-ss-podium:before{content:"益"}.fi-ss-point-of-sale-bill:before{content:"盛"}.fi-ss-point-of-sale-signal:before{content:"直"}.fi-ss-point-of-sale:before{content:"睊"}.fi-ss-pointer-loading:before{content:"着"}.fi-ss-pointer-text:before{content:"磌"}.fi-ss-police-box:before{content:"窱"}.fi-ss-poll-h:before{content:"節"}.fi-ss-pollution:before{content:"类"}.fi-ss-pompebled:before{content:"絛"}.fi-ss-poo-bolt:before{content:"練"}.fi-ss-poo:before{content:"缾"}.fi-ss-pool-8-ball:before{content:"者"}.fi-ss-poop:before{content:"荒"}.fi-ss-popcorn:before{content:"華"}.fi-ss-popsicle:before{content:"蝹"}.fi-ss-portal-enter:before{content:"襁"}.fi-ss-portal-exit:before{content:"覆"}.fi-ss-portrait:before{content:"視"}.fi-ss-pot:before{content:"調"}.fi-ss-potato:before{content:"諸"}.fi-ss-pound:before{content:"請"}.fi-ss-power:before{content:"謁"}.fi-ss-ppt-file:before{content:"諾"}.fi-ss-practice:before{content:"諭"}.fi-ss-praying-hands:before{content:"謹"}.fi-ss-prescription-bottle-alt:before{content:"變"}.fi-ss-prescription-bottle-pill:before{content:"贈"}.fi-ss-prescription-bottle:before{content:"輸"}.fi-ss-prescription:before{content:"遲"}.fi-ss-presentation:before{content:"醙"}.fi-ss-preview:before{content:"鉶"}.fi-ss-previous-square:before{content:"陼"}.fi-ss-print-magnifying-glass:before{content:"難"}.fi-ss-print-slash:before{content:"靖"}.fi-ss-print:before{content:"韛"}.fi-ss-priority-arrow:before{content:"響"}.fi-ss-priority-arrows:before{content:"頋"}.fi-ss-priority-importance:before{content:"頻"}.fi-ss-problem-solving:before{content:"鬒"}.fi-ss-procedures:before{content:"龜"}.fi-ss-process:before{content:"𢡊"}.fi-ss-productivity:before{content:"𢡄"}.fi-ss-progress-complete:before{content:"𣏕"}.fi-ss-progress-download:before{content:"㮝"}.fi-ss-progress-upload:before{content:"䀘"}.fi-ss-projector:before{content:"䀹"}.fi-ss-protractor:before{content:"𥉉"}.fi-ss-pulse:before{content:"𥳐"}.fi-ss-pump-medical:before{content:"𧻓"}.fi-ss-pump:before{content:"齃"}.fi-ss-pumpkin-alt-2:before{content:"龎"}.fi-ss-pumpkin-alt:before{content:"﫚"}.fi-ss-pumpkin:before{content:"﫛"}.fi-ss-puzzle-alt:before{content:"﫜"}.fi-ss-puzzle-piece-integration:before{content:"﫝"}.fi-ss-puzzle-piece:before{content:"﫞"}.fi-ss-puzzle-pieces:before{content:"﫟"}.fi-ss-pyramid:before{content:"﫠"}.fi-ss-q:before{content:"﫡"}.fi-ss-qr-scan:before{content:"﫢"}.fi-ss-QR:before{content:"﫣"}.fi-ss-qrcode:before{content:"﫤"}.fi-ss-question-square:before{content:"﫥"}.fi-ss-question:before{content:"﫦"}.fi-ss-queue-alt:before{content:"﫧"}.fi-ss-queue-line:before{content:"﫨"}.fi-ss-queue-signal:before{content:"﫩"}.fi-ss-queue:before{content:"﫪"}.fi-ss-quill-pen-story:before{content:"﫫"}.fi-ss-quiz-alt:before{content:"﫬"}.fi-ss-quiz:before{content:"﫭"}.fi-ss-quote-right:before{content:"﫮"}.fi-ss-r:before{content:"﫯"}.fi-ss-rabbit-fast:before{content:"﫰"}.fi-ss-rabbit:before{content:"﫱"}.fi-ss-raccoon:before{content:"﫲"}.fi-ss-racquet:before{content:"﫳"}.fi-ss-radar:before{content:"﫴"}.fi-ss-radiation-alt:before{content:"﫵"}.fi-ss-radiation:before{content:"﫶"}.fi-ss-radio-alt:before{content:"﫷"}.fi-ss-radio-button:before{content:"﫸"}.fi-ss-radio:before{content:"﫹"}.fi-ss-radish:before{content:"﫺"}.fi-ss-rainbow:before{content:"﫻"}.fi-ss-raindrops:before{content:"﫼"}.fi-ss-ram:before{content:"﫽"}.fi-ss-ramp-loading:before{content:"﫾"}.fi-ss-rank:before{content:"﫿"}.fi-ss-ranking-podium-empty:before{content:"ﬀ"}.fi-ss-ranking-podium:before{content:"ﬁ"}.fi-ss-ranking-star:before{content:"ﬂ"}.fi-ss-ranking-stars:before{content:"ﬃ"}.fi-ss-raygun:before{content:"ﬄ"}.fi-ss-razor-barber:before{content:"ﬅ"}.fi-ss-react:before{content:"ﬆ"}.fi-ss-rec:before{content:"﬇"}.fi-ss-receipt:before{content:"﬈"}.fi-ss-recipe-book:before{content:"﬉"}.fi-ss-recipe:before{content:"﬊"}.fi-ss-record-vinyl:before{content:"﬋"}.fi-ss-rectabgle-vertical:before{content:"﬌"}.fi-ss-rectangle-barcode:before{content:"﬍"}.fi-ss-rectangle-code:before{content:"﬎"}.fi-ss-rectangle-history-circle-plus:before{content:"﬏"}.fi-ss-rectangle-horizontal:before{content:"﬐"}.fi-ss-rectangle-list:before{content:"﬑"}.fi-ss-rectangle-panoramic:before{content:"﬒"}.fi-ss-rectangle-pro:before{content:"ﬓ"}.fi-ss-rectangle-vertical-history:before{content:"ﬔ"}.fi-ss-rectangle-vertical:before{content:"ﬕ"}.fi-ss-rectangle-xmark:before{content:"ﬖ"}.fi-ss-rectangles-mixed:before{content:"ﬗ"}.fi-ss-recycle-bin:before{content:"﬘"}.fi-ss-recycle:before{content:"﬙"}.fi-ss-redo-alt:before{content:"﬚"}.fi-ss-redo:before{content:"﬛"}.fi-ss-reel:before{content:"﬜"}.fi-ss-refer-arrow:before{content:"יִ"}.fi-ss-refer:before{content:"ﬞ"}.fi-ss-referral-alt:before{content:"ײַ"}.fi-ss-referral-user:before{content:"ﬠ"}.fi-ss-referral:before{content:"ﬡ"}.fi-ss-reflect-horizontal-alt:before{content:"ﬢ"}.fi-ss-reflect-horizontal:before{content:"ﬣ"}.fi-ss-reflect-vertical:before{content:"ﬤ"}.fi-ss-reflect:before{content:"ﬥ"}.fi-ss-refresh:before{content:"ﬦ"}.fi-ss-refrigerator:before{content:"ﬧ"}.fi-ss-refund-alt:before{content:"ﬨ"}.fi-ss-refund:before{content:"﬩"}.fi-ss-region-pin-alt:before{content:"שׁ"}.fi-ss-region-pin:before{content:"שׂ"}.fi-ss-registered:before{content:"שּׁ"}.fi-ss-registration-paper:before{content:"שּׂ"}.fi-ss-remove-folder:before{content:"אַ"}.fi-ss-remove-user:before{content:"אָ"}.fi-ss-rent-signal:before{content:"אּ"}.fi-ss-rent:before{content:"בּ"}.fi-ss-replace:before{content:"גּ"}.fi-ss-replay-10:before{content:"דּ"}.fi-ss-replay-30:before{content:"הּ"}.fi-ss-replay-5:before{content:"וּ"}.fi-ss-reply-all:before{content:"זּ"}.fi-ss-republican:before{content:"﬷"}.fi-ss-reservation-smartphone:before{content:"טּ"}.fi-ss-reservation-table:before{content:"יּ"}.fi-ss-resistance-band:before{content:"ךּ"}.fi-ss-resize:before{content:"כּ"}.fi-ss-resources:before{content:"לּ"}.fi-ss-restaurant:before{content:"﬽"}.fi-ss-restock:before{content:"מּ"}.fi-ss-restroom-simple:before{content:"﬿"}.fi-ss-resume:before{content:"נּ"}.fi-ss-revenue-alt:before{content:"סּ"}.fi-ss-revenue-euro:before{content:"﭂"}.fi-ss-Revenue:before{content:"ףּ"}.fi-ss-review:before{content:"פּ"}.fi-ss-rewind-button-circle:before{content:"﭅"}.fi-ss-rewind:before{content:"צּ"}.fi-ss-rhombus:before{content:"קּ"}.fi-ss-ribbon:before{content:"רּ"}.fi-ss-right-from-bracket:before{content:"שּ"}.fi-ss-right:before{content:"תּ"}.fi-ss-ring-diamond:before{content:"וֹ"}.fi-ss-ring:before{content:"בֿ"}.fi-ss-rings-wedding:before{content:"כֿ"}.fi-ss-risk-alt:before{content:"פֿ"}.fi-ss-risk:before{content:"ﭏ"}.fi-ss-road-barrier:before{content:"ﭐ"}.fi-ss-road:before{content:"ﭑ"}.fi-ss-robot:before{content:"ﭒ"}.fi-ss-robotic-arm:before{content:"ﭓ"}.fi-ss-rocket-lunch:before{content:"ﭔ"}.fi-ss-rocket:before{content:"ﭕ"}.fi-ss-roller-coaster:before{content:"ﭖ"}.fi-ss-room-service:before{content:"ﭗ"}.fi-ss-rotate-exclamation:before{content:"ﭘ"}.fi-ss-rotate-left:before{content:"ﭙ"}.fi-ss-rotate-reverse:before{content:"ﭚ"}.fi-ss-rotate-right:before{content:"ﭛ"}.fi-ss-rotate-square:before{content:"ﭜ"}.fi-ss-roulette:before{content:"ﭝ"}.fi-ss-route-highway:before{content:"ﭞ"}.fi-ss-route-interstate:before{content:"ﭟ"}.fi-ss-route:before{content:"ﭠ"}.fi-ss-router:before{content:"ﭡ"}.fi-ss-rss-alt:before{content:"ﭢ"}.fi-ss-rss:before{content:"ﭣ"}.fi-ss-ruble-sign:before{content:"ﭤ"}.fi-ss-rugby-helmet:before{content:"ﭥ"}.fi-ss-rugby:before{content:"ﭦ"}.fi-ss-ruler-combined:before{content:"ﭧ"}.fi-ss-ruler-horizontal:before{content:"ﭨ"}.fi-ss-ruler-triangle:before{content:"ﭩ"}.fi-ss-ruler-vertical:before{content:"ﭪ"}.fi-ss-rules-alt:before{content:"ﭫ"}.fi-ss-rules:before{content:"ﭬ"}.fi-ss-running-track:before{content:"ﭭ"}.fi-ss-running:before{content:"ﭮ"}.fi-ss-rupee-sign:before{content:"ﭯ"}.fi-ss-rupiah-sign:before{content:"ﭰ"}.fi-ss-rv:before{content:"ﭱ"}.fi-ss-s:before{content:"ﭲ"}.fi-ss-sack-dollar:before{content:"ﭳ"}.fi-ss-sack:before{content:"ﭴ"}.fi-ss-sad-cry:before{content:"ﭵ"}.fi-ss-sad-tear:before{content:"ﭶ"}.fi-ss-sad:before{content:"ﭷ"}.fi-ss-safe-box:before{content:"ﭸ"}.fi-ss-sailboat:before{content:"ﭹ"}.fi-ss-salad:before{content:"ﭺ"}.fi-ss-salary-alt:before{content:"ﭻ"}.fi-ss-salt-pepper:before{content:"ﭼ"}.fi-ss-salt-shaker:before{content:"ﭽ"}.fi-ss-sandwich-alt:before{content:"ﭾ"}.fi-ss-sandwich:before{content:"ﭿ"}.fi-ss-satellite-dish:before{content:"ﮀ"}.fi-ss-satellite:before{content:"ﮁ"}.fi-ss-saturday:before{content:"ﮂ"}.fi-ss-sauce:before{content:"ﮃ"}.fi-ss-sausage:before{content:"ﮄ"}.fi-ss-sax-hot:before{content:"ﮅ"}.fi-ss-saxophone:before{content:"ﮆ"}.fi-ss-scale-comparison-alt:before{content:"ﮇ"}.fi-ss-scale-comparison:before{content:"ﮈ"}.fi-ss-scale:before{content:"ﮉ"}.fi-ss-scalpel-path:before{content:"ﮊ"}.fi-ss-scalpel:before{content:"ﮋ"}.fi-ss-scanner-gun:before{content:"ﮌ"}.fi-ss-scanner-image:before{content:"ﮍ"}.fi-ss-scanner-keyboard:before{content:"ﮎ"}.fi-ss-scanner-touchscreen:before{content:"ﮏ"}.fi-ss-scarecrow:before{content:"ﮐ"}.fi-ss-scarf:before{content:"ﮑ"}.fi-ss-school-bus:before{content:"ﮒ"}.fi-ss-school:before{content:"ﮓ"}.fi-ss-scissors:before{content:"ﮔ"}.fi-ss-scooter:before{content:"ﮕ"}.fi-ss-screen:before{content:"ﮖ"}.fi-ss-screencast:before{content:"ﮗ"}.fi-ss-screw-alt:before{content:"ﮘ"}.fi-ss-screw:before{content:"ﮙ"}.fi-ss-screwdriver:before{content:"ﮚ"}.fi-ss-scribble:before{content:"ﮛ"}.fi-ss-script:before{content:"ﮜ"}.fi-ss-scroll-document-story:before{content:"ﮝ"}.fi-ss-scroll-old:before{content:"ﮞ"}.fi-ss-scroll-torah:before{content:"ﮟ"}.fi-ss-scroll:before{content:"ﮠ"}.fi-ss-scrubber:before{content:"ﮡ"}.fi-ss-scythe:before{content:"ﮢ"}.fi-ss-sd-card:before{content:"ﮣ"}.fi-ss-sd-cards:before{content:"ﮤ"}.fi-ss-seal-exclamation:before{content:"ﮥ"}.fi-ss-seal-question:before{content:"ﮦ"}.fi-ss-seal:before{content:"ﮧ"}.fi-ss-search-alt:before{content:"ﮨ"}.fi-ss-search-dollar:before{content:"ﮩ"}.fi-ss-search-heart:before{content:"ﮪ"}.fi-ss-search-location:before{content:"ﮫ"}.fi-ss-search:before{content:"ﮬ"}.fi-ss-seat-airline:before{content:"ﮭ"}.fi-ss-second-award:before{content:"ﮮ"}.fi-ss-second-laurel:before{content:"ﮯ"}.fi-ss-second-medal:before{content:"ﮰ"}.fi-ss-second:before{content:"ﮱ"}.fi-ss-seedling:before{content:"﮲"}.fi-ss-select:before{content:"﮳"}.fi-ss-selection:before{content:"﮴"}.fi-ss-sell:before{content:"﮵"}.fi-ss-seller-store:before{content:"﮶"}.fi-ss-seller:before{content:"﮷"}.fi-ss-selling:before{content:"﮸"}.fi-ss-send-back:before{content:"﮹"}.fi-ss-send-backward:before{content:"﮺"}.fi-ss-send-money-smartphone:before{content:"﮻"}.fi-ss-send-money:before{content:"﮼"}.fi-ss-sensor-alert:before{content:"﮽"}.fi-ss-sensor-fire:before{content:"﮾"}.fi-ss-sensor-on:before{content:"﮿"}.fi-ss-sensor-smoke:before{content:"﯀"}.fi-ss-sensor:before{content:"﯁"}.fi-ss-settings-sliders:before{content:"﯂"}.fi-ss-settings:before{content:"﯃"}.fi-ss-share-alt-square:before{content:"﯄"}.fi-ss-share-square:before{content:"﯅"}.fi-ss-share:before{content:"﯆"}.fi-ss-sheep:before{content:"﯇"}.fi-ss-shekel-sign:before{content:"﯈"}.fi-ss-shelves:before{content:"﯉"}.fi-ss-shield-alt:before{content:"﯊"}.fi-ss-shield-cat:before{content:"﯋"}.fi-ss-shield-check:before{content:"﯌"}.fi-ss-shield-cross:before{content:"﯍"}.fi-ss-shield-dog:before{content:"﯎"}.fi-ss-shield-exclamation:before{content:"﯏"}.fi-ss-shield-interrogation:before{content:"﯐"}.fi-ss-shield-keyhole:before{content:"﯑"}.fi-ss-shield-minus:before{content:"﯒"}.fi-ss-shield-plus:before{content:"ﯓ"}.fi-ss-shield-security-risk:before{content:"ﯔ"}.fi-ss-shield-slash:before{content:"ﯕ"}.fi-ss-shield-trust:before{content:"ﯖ"}.fi-ss-shield-virus:before{content:"ﯗ"}.fi-ss-shield-xmark:before{content:"ﯘ"}.fi-ss-shield:before{content:"ﯙ"}.fi-ss-ship-side:before{content:"ﯚ"}.fi-ss-ship:before{content:"ﯛ"}.fi-ss-shipping-fast:before{content:"ﯜ"}.fi-ss-shipping-timed:before{content:"ﯝ"}.fi-ss-shirt-long-sleeve:before{content:"ﯞ"}.fi-ss-shirt-running:before{content:"ﯟ"}.fi-ss-shirt-tank-top:before{content:"ﯠ"}.fi-ss-shirt:before{content:"ﯡ"}.fi-ss-shish-kebab:before{content:"ﯢ"}.fi-ss-shoe-prints:before{content:"ﯣ"}.fi-ss-shop-lock:before{content:"ﯤ"}.fi-ss-shop-slash:before{content:"ﯥ"}.fi-ss-shop:before{content:"ﯦ"}.fi-ss-shopping-bag-add:before{content:"ﯧ"}.fi-ss-shopping-bag:before{content:"ﯨ"}.fi-ss-shopping-basket:before{content:"ﯩ"}.fi-ss-shopping-cart-add:before{content:"ﯪ"}.fi-ss-shopping-cart-buyer:before{content:"ﯫ"}.fi-ss-shopping-cart-check:before{content:"ﯬ"}.fi-ss-shopping-cart:before{content:"ﯭ"}.fi-ss-shovel-snow:before{content:"ﯮ"}.fi-ss-shovel:before{content:"ﯯ"}.fi-ss-shower-down:before{content:"ﯰ"}.fi-ss-shower:before{content:"ﯱ"}.fi-ss-shredder:before{content:"ﯲ"}.fi-ss-shrimp:before{content:"ﯳ"}.fi-ss-shuffle:before{content:"ﯴ"}.fi-ss-shuttle-van:before{content:"ﯵ"}.fi-ss-shuttlecock:before{content:"ﯶ"}.fi-ss-Sickle:before{content:"ﯷ"}.fi-ss-sidebar-flip:before{content:"ﯸ"}.fi-ss-sidebar:before{content:"ﯹ"}.fi-ss-sigma:before{content:"ﯺ"}.fi-ss-sign-hanging:before{content:"ﯻ"}.fi-ss-sign-in-alt:before{content:"ﯼ"}.fi-ss-sign-out-alt:before{content:"ﯽ"}.fi-ss-sign-up:before{content:"ﯾ"}.fi-ss-signal-alt-1:before{content:"ﯿ"}.fi-ss-signal-alt-2:before{content:"ﰀ"}.fi-ss-signal-alt-slash:before{content:"ﰁ"}.fi-ss-signal-alt:before{content:"ﰂ"}.fi-ss-signal-bars-fair:before{content:"ﰃ"}.fi-ss-signal-bars-good:before{content:"ﰄ"}.fi-ss-signal-bars-weak:before{content:"ﰅ"}.fi-ss-signal-stream-slash:before{content:"ﰆ"}.fi-ss-signal-stream:before{content:"ﰇ"}.fi-ss-signature-lock:before{content:"ﰈ"}.fi-ss-signature-slash:before{content:"ﰉ"}.fi-ss-signature:before{content:"ﰊ"}.fi-ss-sim-card:before{content:"ﰋ"}.fi-ss-sim-cards:before{content:"ﰌ"}.fi-ss-sink:before{content:"ﰍ"}.fi-ss-siren-on:before{content:"ﰎ"}.fi-ss-Siren:before{content:"ﰏ"}.fi-ss-site-alt:before{content:"ﰐ"}.fi-ss-site-browser:before{content:"ﰑ"}.fi-ss-site:before{content:"ﰒ"}.fi-ss-sitemap:before{content:"ﰓ"}.fi-ss-skateboard:before{content:"ﰔ"}.fi-ss-skating:before{content:"ﰕ"}.fi-ss-skeleton-ribs:before{content:"ﰖ"}.fi-ss-skeleton:before{content:"ﰗ"}.fi-ss-skewer:before{content:"ﰘ"}.fi-ss-ski-boot-ski:before{content:"ﰙ"}.fi-ss-ski-jump:before{content:"ﰚ"}.fi-ss-ski-lift:before{content:"ﰛ"}.fi-ss-skiing-nordic:before{content:"ﰜ"}.fi-ss-skiing:before{content:"ﰝ"}.fi-ss-skill-alt:before{content:"ﰞ"}.fi-ss-skill-user:before{content:"ﰟ"}.fi-ss-skill:before{content:"ﰠ"}.fi-ss-skin-arrow:before{content:"ﰡ"}.fi-ss-skin-drop:before{content:"ﰢ"}.fi-ss-skin-hair:before{content:"ﰣ"}.fi-ss-skin:before{content:"ﰤ"}.fi-ss-skip-15-seconds:before{content:"ﰥ"}.fi-ss-skull-cow:before{content:"ﰦ"}.fi-ss-skull-crossbones:before{content:"ﰧ"}.fi-ss-skull:before{content:"ﰨ"}.fi-ss-slash:before{content:"ﰩ"}.fi-ss-sledding:before{content:"ﰪ"}.fi-ss-sleeping-bag:before{content:"ﰫ"}.fi-ss-sleigh:before{content:"ﰬ"}.fi-ss-sliders-h-square:before{content:"ﰭ"}.fi-ss-sliders-v-square:before{content:"ﰮ"}.fi-ss-sliders-v:before{content:"ﰯ"}.fi-ss-slot-machine:before{content:"ﰰ"}.fi-ss-smart-home-alt:before{content:"ﰱ"}.fi-ss-smart-home:before{content:"ﰲ"}.fi-ss-smartphone:before{content:"ﰳ"}.fi-ss-smile-beam:before{content:"ﰴ"}.fi-ss-smile-plus:before{content:"ﰵ"}.fi-ss-smile-wink:before{content:"ﰶ"}.fi-ss-smile:before{content:"ﰷ"}.fi-ss-smiley-comment-alt:before{content:"ﰸ"}.fi-ss-smog:before{content:"ﰹ"}.fi-ss-smoke:before{content:"ﰺ"}.fi-ss-smoking-ban:before{content:"ﰻ"}.fi-ss-smoking:before{content:"ﰼ"}.fi-ss-snake:before{content:"ﰽ"}.fi-ss-snap:before{content:"ﰾ"}.fi-ss-snooze:before{content:"ﰿ"}.fi-ss-snow-blowing:before{content:"ﱀ"}.fi-ss-snowboarding:before{content:"ﱁ"}.fi-ss-snowflake-droplets:before{content:"ﱂ"}.fi-ss-snowflake:before{content:"ﱃ"}.fi-ss-snowflakes:before{content:"ﱄ"}.fi-ss-snowman-alt:before{content:"ﱅ"}.fi-ss-snowman-head:before{content:"ﱆ"}.fi-ss-snowmobile:before{content:"ﱇ"}.fi-ss-snowplow:before{content:"ﱈ"}.fi-ss-soap-alt:before{content:"ﱉ"}.fi-ss-soap:before{content:"ﱊ"}.fi-ss-social-network:before{content:"ﱋ"}.fi-ss-socks:before{content:"ﱌ"}.fi-ss-sofa-size:before{content:"ﱍ"}.fi-ss-sofa:before{content:"ﱎ"}.fi-ss-solar-panel-sun:before{content:"ﱏ"}.fi-ss-solar-panel:before{content:"ﱐ"}.fi-ss-solar-system:before{content:"ﱑ"}.fi-ss-sold-house:before{content:"ﱒ"}.fi-ss-sold-signal:before{content:"ﱓ"}.fi-ss-sort-alpha-down-alt:before{content:"ﱔ"}.fi-ss-sort-alpha-down:before{content:"ﱕ"}.fi-ss-sort-alpha-up-alt:before{content:"ﱖ"}.fi-ss-sort-alpha-up:before{content:"ﱗ"}.fi-ss-sort-alt:before{content:"ﱘ"}.fi-ss-sort-amount-down-alt:before{content:"ﱙ"}.fi-ss-sort-amount-down:before{content:"ﱚ"}.fi-ss-sort-amount-up-alt:before{content:"ﱛ"}.fi-ss-sort-amount-up:before{content:"ﱜ"}.fi-ss-sort-circle-down:before{content:"ﱝ"}.fi-ss-sort-circle-up:before{content:"ﱞ"}.fi-ss-sort-circle:before{content:"ﱟ"}.fi-ss-sort-down:before{content:"ﱠ"}.fi-ss-sort-numeric-down-alt:before{content:"ﱡ"}.fi-ss-sort-numeric-down:before{content:"ﱢ"}.fi-ss-sort-shapes-down:before{content:"ﱣ"}.fi-ss-sort-shapes-up:before{content:"ﱤ"}.fi-ss-sort-size-down:before{content:"ﱥ"}.fi-ss-sort-size-up:before{content:"ﱦ"}.fi-ss-sort:before{content:"ﱧ"}.fi-ss-soup:before{content:"ﱨ"}.fi-ss-source-data:before{content:"ﱩ"}.fi-ss-source-document-alt:before{content:"ﱪ"}.fi-ss-source-document:before{content:"ﱫ"}.fi-ss-spa:before{content:"ﱬ"}.fi-ss-space-shuttle:before{content:"ﱭ"}.fi-ss-space-station-moon-alt:before{content:"ﱮ"}.fi-ss-space-station-moon:before{content:"ﱯ"}.fi-ss-spade:before{content:"ﱰ"}.fi-ss-spaghetti-monster-flying:before{content:"ﱱ"}.fi-ss-spain-map:before{content:"ﱲ"}.fi-ss-sparkles:before{content:"ﱳ"}.fi-ss-spartan-helmet:before{content:"ﱴ"}.fi-ss-speaker:before{content:"ﱵ"}.fi-ss-speakers:before{content:"ﱶ"}.fi-ss-speech-bubble-story:before{content:"ﱷ"}.fi-ss-speedometer-arrow:before{content:"ﱸ"}.fi-ss-speedometer-kpi:before{content:"ﱹ"}.fi-ss-sphere:before{content:"ﱺ"}.fi-ss-spider-black-widow:before{content:"ﱻ"}.fi-ss-spider-web:before{content:"ﱼ"}.fi-ss-spider:before{content:"ﱽ"}.fi-ss-spinner:before{content:"ﱾ"}.fi-ss-split-up-relation:before{content:"ﱿ"}.fi-ss-split:before{content:"ﲀ"}.fi-ss-splotch:before{content:"ﲁ"}.fi-ss-spoon:before{content:"ﲂ"}.fi-ss-spray-can-sparkles:before{content:"ﲃ"}.fi-ss-spray-can:before{content:"ﲄ"}.fi-ss-spring-calendar:before{content:"ﲅ"}.fi-ss-sprinkler:before{content:"ﲆ"}.fi-ss-spy:before{content:"ﲇ"}.fi-ss-square-0:before{content:"ﲈ"}.fi-ss-square-1:before{content:"ﲉ"}.fi-ss-square-2:before{content:"ﲊ"}.fi-ss-square-3:before{content:"ﲋ"}.fi-ss-square-4:before{content:"ﲌ"}.fi-ss-square-5:before{content:"ﲍ"}.fi-ss-square-6:before{content:"ﲎ"}.fi-ss-square-7:before{content:"ﲏ"}.fi-ss-square-8:before{content:"ﲐ"}.fi-ss-square-9:before{content:"ﲑ"}.fi-ss-square-a:before{content:"ﲒ"}.fi-ss-square-b:before{content:"ﲓ"}.fi-ss-square-bolt:before{content:"ﲔ"}.fi-ss-square-c:before{content:"ﲕ"}.fi-ss-square-code:before{content:"ﲖ"}.fi-ss-square-d:before{content:"ﲗ"}.fi-ss-square-dashed-circle-plus:before{content:"ﲘ"}.fi-ss-square-dashed:before{content:"ﲙ"}.fi-ss-square-divide:before{content:"ﲚ"}.fi-ss-square-e:before{content:"ﲛ"}.fi-ss-square-ellipsis-vertical:before{content:"ﲜ"}.fi-ss-square-ellipsis:before{content:"ﲝ"}.fi-ss-square-exclamation:before{content:"ﲞ"}.fi-ss-square-f:before{content:"ﲟ"}.fi-ss-square-g:before{content:"ﲠ"}.fi-ss-square-h:before{content:"ﲡ"}.fi-ss-square-heart:before{content:"ﲢ"}.fi-ss-square-i:before{content:"ﲣ"}.fi-ss-square-info:before{content:"ﲤ"}.fi-ss-square-j:before{content:"ﲥ"}.fi-ss-square-k:before{content:"ﲦ"}.fi-ss-square-kanban:before{content:"ﲧ"}.fi-ss-square-l:before{content:"ﲨ"}.fi-ss-square-m:before{content:"ﲩ"}.fi-ss-square-minus:before{content:"ﲪ"}.fi-ss-square-n:before{content:"ﲫ"}.fi-ss-square-o:before{content:"ﲬ"}.fi-ss-square-p:before{content:"ﲭ"}.fi-ss-square-phone-hangup:before{content:"ﲮ"}.fi-ss-square-plus:before{content:"ﲯ"}.fi-ss-square-poll-horizontal:before{content:"ﲰ"}.fi-ss-square-poll-vertical:before{content:"ﲱ"}.fi-ss-square-q:before{content:"ﲲ"}.fi-ss-square-quote:before{content:"ﲳ"}.fi-ss-square-r:before{content:"ﲴ"}.fi-ss-square-root:before{content:"ﲵ"}.fi-ss-square-s:before{content:"ﲶ"}.fi-ss-square-small:before{content:"ﲷ"}.fi-ss-square-star:before{content:"ﲸ"}.fi-ss-square-t:before{content:"ﲹ"}.fi-ss-square-terminal:before{content:"ﲺ"}.fi-ss-square-u:before{content:"ﲻ"}.fi-ss-square-up-right:before{content:"ﲼ"}.fi-ss-square-v:before{content:"ﲽ"}.fi-ss-square-w:before{content:"ﲾ"}.fi-ss-square-x:before{content:"ﲿ"}.fi-ss-square-y:before{content:"ﳀ"}.fi-ss-square-z:before{content:"ﳁ"}.fi-ss-square:before{content:"ﳂ"}.fi-ss-squid:before{content:"ﳃ"}.fi-ss-squircle:before{content:"ﳄ"}.fi-ss-squirrel:before{content:"ﳅ"}.fi-ss-staff:before{content:"ﳆ"}.fi-ss-stage-concert:before{content:"ﳇ"}.fi-ss-stage-theatre:before{content:"ﳈ"}.fi-ss-stage:before{content:"ﳉ"}.fi-ss-stairs:before{content:"ﳊ"}.fi-ss-stamp:before{content:"ﳋ"}.fi-ss-standard-definition:before{content:"ﳌ"}.fi-ss-star-and-crescent:before{content:"ﳍ"}.fi-ss-star-christmas:before{content:"ﳎ"}.fi-ss-star-comment-alt:before{content:"ﳏ"}.fi-ss-star-exclamation:before{content:"ﳐ"}.fi-ss-star-octogram:before{content:"ﳑ"}.fi-ss-star-of-david:before{content:"ﳒ"}.fi-ss-star-rating-call:before{content:"ﳓ"}.fi-ss-star-sharp-half-stroke:before{content:"ﳔ"}.fi-ss-star-sharp-half:before{content:"ﳕ"}.fi-ss-star-shooting:before{content:"ﳖ"}.fi-ss-star:before{content:"ﳗ"}.fi-ss-starfighter:before{content:"ﳘ"}.fi-ss-stars:before{content:"ﳙ"}.fi-ss-state-country:before{content:"ﳚ"}.fi-ss-stationary-bike:before{content:"ﳛ"}.fi-ss-stats:before{content:"ﳜ"}.fi-ss-steak:before{content:"ﳝ"}.fi-ss-steering-wheel:before{content:"ﳞ"}.fi-ss-step-backward:before{content:"ﳟ"}.fi-ss-step-forward:before{content:"ﳠ"}.fi-ss-sterling-sign:before{content:"ﳡ"}.fi-ss-stethoscope:before{content:"ﳢ"}.fi-ss-sticker:before{content:"ﳣ"}.fi-ss-stocking:before{content:"ﳤ"}.fi-ss-stomach:before{content:"ﳥ"}.fi-ss-stop-circle:before{content:"ﳦ"}.fi-ss-stop-square:before{content:"ﳧ"}.fi-ss-stop:before{content:"ﳨ"}.fi-ss-stopwatch:before{content:"ﳩ"}.fi-ss-store-alt:before{content:"ﳪ"}.fi-ss-store-buyer:before{content:"ﳫ"}.fi-ss-store-lock:before{content:"ﳬ"}.fi-ss-store-slash:before{content:"ﳭ"}.fi-ss-story-book:before{content:"ﳮ"}.fi-ss-story-fairy-tale:before{content:"ﳯ"}.fi-ss-story-fantasy:before{content:"ﳰ"}.fi-ss-strategy-chess-risk:before{content:"ﳱ"}.fi-ss-strawberry:before{content:"ﳲ"}.fi-ss-street-view:before{content:"ﳳ"}.fi-ss-stretcher:before{content:"ﳴ"}.fi-ss-strikethrough:before{content:"ﳵ"}.fi-ss-stroopwafel:before{content:"ﳶ"}.fi-ss-student-alt:before{content:"ﳷ"}.fi-ss-student:before{content:"ﳸ"}.fi-ss-subscript:before{content:"ﳹ"}.fi-ss-subscription-alt:before{content:"ﳺ"}.fi-ss-subscription:before{content:"ﳻ"}.fi-ss-subtitles-slash:before{content:"ﳼ"}.fi-ss-subtitles:before{content:"ﳽ"}.fi-ss-subway:before{content:"ﳾ"}.fi-ss-suitcase-alt:before{content:"ﳿ"}.fi-ss-summary-check:before{content:"ﴀ"}.fi-ss-summer:before{content:"ﴁ"}.fi-ss-sun-dust:before{content:"ﴂ"}.fi-ss-sun-plant-wilt:before{content:"ﴃ"}.fi-ss-sun-salutation-yoga:before{content:"ﴄ"}.fi-ss-sun:before{content:"ﴅ"}.fi-ss-sunday:before{content:"ﴆ"}.fi-ss-sunglasses-alt:before{content:"ﴇ"}.fi-ss-sunglasses:before{content:"ﴈ"}.fi-ss-sunrise-alt:before{content:"ﴉ"}.fi-ss-sunrise:before{content:"ﴊ"}.fi-ss-sunset:before{content:"ﴋ"}.fi-ss-superscript:before{content:"ﴌ"}.fi-ss-supplier-alt:before{content:"ﴍ"}.fi-ss-supplier:before{content:"ﴎ"}.fi-ss-surfing:before{content:"ﴏ"}.fi-ss-surprise:before{content:"ﴐ"}.fi-ss-surveillance-camera:before{content:"ﴑ"}.fi-ss-survey-xmark:before{content:"ﴒ"}.fi-ss-sushi-alt:before{content:"ﴓ"}.fi-ss-sushi-roll:before{content:"ﴔ"}.fi-ss-sushi:before{content:"ﴕ"}.fi-ss-svg:before{content:"ﴖ"}.fi-ss-swap:before{content:"ﴗ"}.fi-ss-swatchbook:before{content:"ﴘ"}.fi-ss-swimmer:before{content:"ﴙ"}.fi-ss-swimming-pool:before{content:"ﴚ"}.fi-ss-swing:before{content:"ﴛ"}.fi-ss-swipe-down:before{content:"ﴜ"}.fi-ss-swipe-left:before{content:"ﴝ"}.fi-ss-swipe-right:before{content:"ﴞ"}.fi-ss-swipe-up:before{content:"ﴟ"}.fi-ss-sword:before{content:"ﴠ"}.fi-ss-symbol:before{content:"ﴡ"}.fi-ss-symbols:before{content:"ﴢ"}.fi-ss-synagogue:before{content:"ﴣ"}.fi-ss-syringe:before{content:"ﴤ"}.fi-ss-system-cloud:before{content:"ﴥ"}.fi-ss-t:before{content:"ﴦ"}.fi-ss-tab-folder:before{content:"ﴧ"}.fi-ss-table-columns:before{content:"ﴨ"}.fi-ss-table-layout:before{content:"ﴩ"}.fi-ss-table-list:before{content:"ﴪ"}.fi-ss-table-picnic:before{content:"ﴫ"}.fi-ss-table-pivot:before{content:"ﴬ"}.fi-ss-table-rows:before{content:"ﴭ"}.fi-ss-table-tree:before{content:"ﴮ"}.fi-ss-table:before{content:"ﴯ"}.fi-ss-tablet-android-alt:before{content:"ﴰ"}.fi-ss-tablet-android:before{content:"ﴱ"}.fi-ss-tablet-rugged:before{content:"ﴲ"}.fi-ss-tablet:before{content:"ﴳ"}.fi-ss-tachometer-alt-average:before{content:"ﴴ"}.fi-ss-tachometer-alt-fastest:before{content:"ﴵ"}.fi-ss-tachometer-alt-slow:before{content:"ﴶ"}.fi-ss-tachometer-alt-slowest:before{content:"ﴷ"}.fi-ss-tachometer-average:before{content:"ﴸ"}.fi-ss-tachometer-fast:before{content:"ﴹ"}.fi-ss-tachometer-fastest:before{content:"ﴺ"}.fi-ss-tachometer-slow:before{content:"ﴻ"}.fi-ss-tachometer-slowest:before{content:"ﴼ"}.fi-ss-tachometer:before{content:"ﴽ"}.fi-ss-taco:before{content:"﴾"}.fi-ss-tags:before{content:"﴿"}.fi-ss-talent-alt:before{content:"﵀"}.fi-ss-talent-hand:before{content:"﵁"}.fi-ss-talent:before{content:"﵂"}.fi-ss-tally-1:before{content:"﵃"}.fi-ss-tally-2:before{content:"﵄"}.fi-ss-tally-3:before{content:"﵅"}.fi-ss-tally-4:before{content:"﵆"}.fi-ss-tally:before{content:"﵇"}.fi-ss-tamale:before{content:"﵈"}.fi-ss-tank-water:before{content:"﵉"}.fi-ss-tap:before{content:"﵊"}.fi-ss-tape:before{content:"﵋"}.fi-ss-target-audience:before{content:"﵌"}.fi-ss-target:before{content:"﵍"}.fi-ss-tax-alt:before{content:"﵎"}.fi-ss-tax:before{content:"﵏"}.fi-ss-taxi-bus:before{content:"ﵐ"}.fi-ss-taxi:before{content:"ﵑ"}.fi-ss-team-check-alt:before{content:"ﵒ"}.fi-ss-team-check:before{content:"ﵓ"}.fi-ss-teddy-bear:before{content:"ﵔ"}.fi-ss-teeth-open:before{content:"ﵕ"}.fi-ss-telescope:before{content:"ﵖ"}.fi-ss-temperature-down:before{content:"ﵗ"}.fi-ss-temperature-frigid:before{content:"ﵘ"}.fi-ss-temperature-high:before{content:"ﵙ"}.fi-ss-temperature-list:before{content:"ﵚ"}.fi-ss-temperature-low:before{content:"ﵛ"}.fi-ss-temperature-up:before{content:"ﵜ"}.fi-ss-template-alt:before{content:"ﵝ"}.fi-ss-template:before{content:"ﵞ"}.fi-ss-tenge:before{content:"ﵟ"}.fi-ss-tennis:before{content:"ﵠ"}.fi-ss-tent-arrow-down-to-line:before{content:"ﵡ"}.fi-ss-tent-arrow-left-right:before{content:"ﵢ"}.fi-ss-tent-arrow-turn-left:before{content:"ﵣ"}.fi-ss-tent-arrows-down:before{content:"ﵤ"}.fi-ss-tents:before{content:"ﵥ"}.fi-ss-terminal:before{content:"ﵦ"}.fi-ss-terrace:before{content:"ﵧ"}.fi-ss-test-tube:before{content:"ﵨ"}.fi-ss-test:before{content:"ﵩ"}.fi-ss-text-box-dots:before{content:"ﵪ"}.fi-ss-text-box-edit:before{content:"ﵫ"}.fi-ss-text-box:before{content:"ﵬ"}.fi-ss-text-check:before{content:"ﵭ"}.fi-ss-text-height:before{content:"ﵮ"}.fi-ss-text-shadow:before{content:"ﵯ"}.fi-ss-text-size:before{content:"ﵰ"}.fi-ss-text-slash:before{content:"ﵱ"}.fi-ss-text-width:before{content:"ﵲ"}.fi-ss-text:before{content:"ﵳ"}.fi-ss-theater-masks:before{content:"ﵴ"}.fi-ss-thermometer-alt:before{content:"ﵵ"}.fi-ss-thermometer-empty:before{content:"ﵶ"}.fi-ss-thermometer-full:before{content:"ﵷ"}.fi-ss-thermometer-half:before{content:"ﵸ"}.fi-ss-thermometer-quarter:before{content:"ﵹ"}.fi-ss-thermometer-three-quarters:before{content:"ﵺ"}.fi-ss-theta:before{content:"ﵻ"}.fi-ss-third-award:before{content:"ﵼ"}.fi-ss-third-laurel:before{content:"ﵽ"}.fi-ss-third-medal:before{content:"ﵾ"}.fi-ss-third:before{content:"ﵿ"}.fi-ss-thought-bubble:before{content:"ﶀ"}.fi-ss-three-leaf-clover:before{content:"ﶁ"}.fi-ss-thumbs-up-trust:before{content:"ﶂ"}.fi-ss-thumbtack:before{content:"ﶃ"}.fi-ss-thunderstorm-moon:before{content:"ﶄ"}.fi-ss-thunderstorm-risk:before{content:"ﶅ"}.fi-ss-thunderstorm-sun:before{content:"ﶆ"}.fi-ss-thunderstorm:before{content:"ﶇ"}.fi-ss-thursday:before{content:"ﶈ"}.fi-ss-ticket-airline:before{content:"ﶉ"}.fi-ss-ticket-alt:before{content:"ﶊ"}.fi-ss-ticket:before{content:"ﶋ"}.fi-ss-tickets-airline:before{content:"ﶌ"}.fi-ss-tie:before{content:"ﶍ"}.fi-ss-tilde:before{content:"ﶎ"}.fi-ss-time-add:before{content:"ﶏ"}.fi-ss-time-check:before{content:"﶐"}.fi-ss-time-delete:before{content:"﶑"}.fi-ss-time-fast:before{content:"ﶒ"}.fi-ss-time-forward-sixty:before{content:"ﶓ"}.fi-ss-time-forward-ten:before{content:"ﶔ"}.fi-ss-time-forward:before{content:"ﶕ"}.fi-ss-time-half-past:before{content:"ﶖ"}.fi-ss-time-oclock:before{content:"ﶗ"}.fi-ss-time-past:before{content:"ﶘ"}.fi-ss-time-quarter-past:before{content:"ﶙ"}.fi-ss-time-quarter-to:before{content:"ﶚ"}.fi-ss-time-twenty-four:before{content:"ﶛ"}.fi-ss-time-watch-calendar:before{content:"ﶜ"}.fi-ss-timer-clock-call:before{content:"ﶝ"}.fi-ss-times-hexagon:before{content:"ﶞ"}.fi-ss-tint-slash:before{content:"ﶟ"}.fi-ss-tip-coin:before{content:"ﶠ"}.fi-ss-tire-flat:before{content:"ﶡ"}.fi-ss-tire-pressure-warning:before{content:"ﶢ"}.fi-ss-tire-rugged:before{content:"ﶣ"}.fi-ss-tire:before{content:"ﶤ"}.fi-ss-tired:before{content:"ﶥ"}.fi-ss-to-do-alt:before{content:"ﶦ"}.fi-ss-to-do:before{content:"ﶧ"}.fi-ss-together-people:before{content:"ﶨ"}.fi-ss-toggle-off:before{content:"ﶩ"}.fi-ss-toggle-on:before{content:"ﶪ"}.fi-ss-toilet-paper-blank-under:before{content:"ﶫ"}.fi-ss-toilet-paper-blank:before{content:"ﶬ"}.fi-ss-toilet-paper-slash:before{content:"ﶭ"}.fi-ss-toilet-paper-under-slash:before{content:"ﶮ"}.fi-ss-toilet-paper-under:before{content:"ﶯ"}.fi-ss-toilet:before{content:"ﶰ"}.fi-ss-toilets-portable:before{content:"ﶱ"}.fi-ss-token:before{content:"ﶲ"}.fi-ss-tomato:before{content:"ﶳ"}.fi-ss-tombstone-alt:before{content:"ﶴ"}.fi-ss-tombstone:before{content:"ﶵ"}.fi-ss-tool-box:before{content:"ﶶ"}.fi-ss-tool-crop:before{content:"ﶷ"}.fi-ss-tool-marquee:before{content:"ﶸ"}.fi-ss-tools:before{content:"ﶹ"}.fi-ss-tooth:before{content:"ﶺ"}.fi-ss-toothbrush:before{content:"ﶻ"}.fi-ss-torch-inspiration-leader:before{content:"ﶼ"}.fi-ss-torii-gate:before{content:"ﶽ"}.fi-ss-tornado:before{content:"ﶾ"}.fi-ss-total:before{content:"ﶿ"}.fi-ss-tour-guide-people:before{content:"ﷀ"}.fi-ss-tour-virtual:before{content:"ﷁ"}.fi-ss-tower-control:before{content:"ﷂ"}.fi-ss-track:before{content:"ﷃ"}.fi-ss-tractor:before{content:"ﷄ"}.fi-ss-trademark:before{content:"ﷅ"}.fi-ss-traffic-cone:before{content:"ﷆ"}.fi-ss-traffic-light-go:before{content:"ﷇ"}.fi-ss-traffic-light-slow:before{content:"﷈"}.fi-ss-traffic-light-stop:before{content:"﷉"}.fi-ss-traffic-light:before{content:"﷊"}.fi-ss-trailer:before{content:"﷋"}.fi-ss-train-journey:before{content:"﷌"}.fi-ss-train-side:before{content:"﷍"}.fi-ss-train-station-building:before{content:"﷎"}.fi-ss-train-station:before{content:"﷏"}.fi-ss-train-subway-tunnel:before{content:"﷐"}.fi-ss-train-tram:before{content:"﷑"}.fi-ss-train:before{content:"﷒"}.fi-ss-tram:before{content:"﷓"}.fi-ss-transform:before{content:"﷔"}.fi-ss-transformation-block:before{content:"﷕"}.fi-ss-transformation-circle:before{content:"﷖"}.fi-ss-transformation-design:before{content:"﷗"}.fi-ss-transformation-shapes:before{content:"﷘"}.fi-ss-transformer-bolt:before{content:"﷙"}.fi-ss-transgender:before{content:"﷚"}.fi-ss-transporter-1:before{content:"﷛"}.fi-ss-transporter-2:before{content:"﷜"}.fi-ss-transporter-3:before{content:"﷝"}.fi-ss-transporter-4:before{content:"﷞"}.fi-ss-transporter-5:before{content:"﷟"}.fi-ss-transporter-6:before{content:"﷠"}.fi-ss-transporter-7:before{content:"﷡"}.fi-ss-transporter-empty:before{content:"﷢"}.fi-ss-transporter:before{content:"﷣"}.fi-ss-trash-can-check:before{content:"﷤"}.fi-ss-trash-can-clock:before{content:"﷥"}.fi-ss-trash-can-list:before{content:"﷦"}.fi-ss-trash-can-plus:before{content:"﷧"}.fi-ss-trash-can-slash:before{content:"﷨"}.fi-ss-trash-check:before{content:"﷩"}.fi-ss-trash-clock:before{content:"﷪"}.fi-ss-trash-empty:before{content:"﷫"}.fi-ss-trash-list:before{content:"﷬"}.fi-ss-trash-plus:before{content:"﷭"}.fi-ss-trash-restore-alt:before{content:"﷮"}.fi-ss-trash-restore:before{content:"﷯"}.fi-ss-trash-slash:before{content:"ﷰ"}.fi-ss-trash-undo-alt:before{content:"ﷱ"}.fi-ss-trash-undo:before{content:"ﷲ"}.fi-ss-trash-xmark:before{content:"ﷳ"}.fi-ss-trash:before{content:"ﷴ"}.fi-ss-treadmill:before{content:"ﷵ"}.fi-ss-treasure-chest:before{content:"ﷶ"}.fi-ss-treatment:before{content:"ﷷ"}.fi-ss-tree-alt:before{content:"ﷸ"}.fi-ss-tree-christmas:before{content:"ﷹ"}.fi-ss-tree-deciduous:before{content:"ﷺ"}.fi-ss-tree:before{content:"ﷻ"}.fi-ss-trees-alt:before{content:"﷼"}.fi-ss-trees:before{content:"﷽"}.fi-ss-triangle-music:before{content:"﷾"}.fi-ss-triangle-person-digging:before{content:"﷿"}.fi-ss-triangle-warning:before{content:"︐"}.fi-ss-triangle:before{content:"︑"}.fi-ss-tricycle:before{content:"︒"}.fi-ss-trillium:before{content:"︓"}.fi-ss-trophy-achievement-skill:before{content:"︔"}.fi-ss-trophy-star:before{content:"︕"}.fi-ss-trophy:before{content:"︖"}.fi-ss-truck-arrow-left:before{content:"︗"}.fi-ss-truck-arrow-right:before{content:"︘"}.fi-ss-truck-bolt:before{content:"︙"}.fi-ss-truck-box:before{content:"︚"}.fi-ss-truck-check:before{content:"︛"}.fi-ss-truck-container-empty:before{content:"︜"}.fi-ss-truck-container:before{content:"︝"}.fi-ss-truck-couch:before{content:"︞"}.fi-ss-truck-fire:before{content:"︟"}.fi-ss-truck-flatbed:before{content:"︰"}.fi-ss-truck-front:before{content:"︱"}.fi-ss-truck-ladder:before{content:"︲"}.fi-ss-truck-loading:before{content:"︳"}.fi-ss-truck-medical:before{content:"︴"}.fi-ss-truck-monster:before{content:"︵"}.fi-ss-truck-moving:before{content:"︶"}.fi-ss-truck-pickup:before{content:"︷"}.fi-ss-truck-plow:before{content:"︸"}.fi-ss-truck-ramp:before{content:"︹"}.fi-ss-truck-side:before{content:"︺"}.fi-ss-truck-tow:before{content:"︻"}.fi-ss-truck-utensils:before{content:"︼"}.fi-ss-trumpet:before{content:"︽"}.fi-ss-trust-alt:before{content:"︾"}.fi-ss-trust:before{content:"︿"}.fi-ss-tshirt:before{content:"﹀"}.fi-ss-tty-answer:before{content:"﹁"}.fi-ss-tty:before{content:"﹂"}.fi-ss-tubes:before{content:"﹃"}.fi-ss-tuesday:before{content:"﹄"}.fi-ss-tugrik-sign:before{content:"﹅"}.fi-ss-turkey:before{content:"﹆"}.fi-ss-turn-left-down:before{content:"﹇"}.fi-ss-turn-left:before{content:"﹈"}.fi-ss-turn-right:before{content:"﹉"}.fi-ss-turntable:before{content:"﹊"}.fi-ss-turtle:before{content:"﹋"}.fi-ss-tv-music:before{content:"﹌"}.fi-ss-tv-retro:before{content:"﹍"}.fi-ss-typewriter:before{content:"﹎"}.fi-ss-u:before{content:"﹏"}.fi-ss-ufo-beam:before{content:"﹐"}.fi-ss-ufo:before{content:"﹑"}.fi-ss-ui-ux:before{content:"﹒"}.fi-ss-umbrella-beach:before{content:"﹓"}.fi-ss-umbrella:before{content:"﹔"}.fi-ss-under-construction:before{content:"﹕"}.fi-ss-underline:before{content:"﹖"}.fi-ss-undo-alt:before{content:"﹗"}.fi-ss-undo:before{content:"﹘"}.fi-ss-unicorn:before{content:"﹙"}.fi-ss-uniform-martial-arts:before{content:"﹚"}.fi-ss-universal-access:before{content:"﹛"}.fi-ss-unlock:before{content:"﹜"}.fi-ss-up-from-bracket:before{content:"﹝"}.fi-ss-up-left:before{content:"﹞"}.fi-ss-up-right-from-square:before{content:"﹟"}.fi-ss-up-right:before{content:"﹠"}.fi-ss-up:before{content:"﹡"}.fi-ss-upload:before{content:"﹢"}.fi-ss-url:before{content:"﹣"}.fi-ss-usb-pendrive:before{content:"﹤"}.fi-ss-usd-circle:before{content:"﹥"}.fi-ss-usd-square:before{content:"﹦"}.fi-ss-user-add:before{content:"﹧"}.fi-ss-user-alien:before{content:"﹨"}.fi-ss-user-astronaut:before{content:"﹩"}.fi-ss-user-check:before{content:"﹪"}.fi-ss-user-chef:before{content:"﹫"}.fi-ss-user-coach:before{content:"﹬"}.fi-ss-user-cowboy:before{content:"﹭"}.fi-ss-user-crown:before{content:"﹮"}.fi-ss-user-gear:before{content:"﹯"}.fi-ss-user-graduate:before{content:"ﹰ"}.fi-ss-user-headset:before{content:"ﹱ"}.fi-ss-user-helmet-safety:before{content:"ﹲ"}.fi-ss-user-injured:before{content:"ﹳ"}.fi-ss-user-interface-ui:before{content:"ﹴ"}.fi-ss-user-key:before{content:"﹵"}.fi-ss-user-lock:before{content:"ﹶ"}.fi-ss-user-md-chat:before{content:"ﹷ"}.fi-ss-user-md:before{content:"ﹸ"}.fi-ss-user-minus:before{content:"ﹹ"}.fi-ss-user-music:before{content:"ﹺ"}.fi-ss-user-ninja:before{content:"ﹻ"}.fi-ss-user-nurse:before{content:"ﹼ"}.fi-ss-user-pen:before{content:"ﹽ"}.fi-ss-user-pilot-tie:before{content:"ﹾ"}.fi-ss-user-pilot:before{content:"ﹿ"}.fi-ss-user-police:before{content:"ﺀ"}.fi-ss-user-robot-xmarks:before{content:"ﺁ"}.fi-ss-user-robot:before{content:"ﺂ"}.fi-ss-user-salary:before{content:"ﺃ"}.fi-ss-user-shield:before{content:"ﺄ"}.fi-ss-user-skill-gear:before{content:"ﺅ"}.fi-ss-user-slash:before{content:"ﺆ"}.fi-ss-user-tag:before{content:"ﺇ"}.fi-ss-user-time:before{content:"ﺈ"}.fi-ss-user-trust:before{content:"ﺉ"}.fi-ss-user-unlock:before{content:"ﺊ"}.fi-ss-user-visor:before{content:"ﺋ"}.fi-ss-user-xmark:before{content:"ﺌ"}.fi-ss-user:before{content:"ﺍ"}.fi-ss-users-alt:before{content:"ﺎ"}.fi-ss-users-class:before{content:"ﺏ"}.fi-ss-users-gear:before{content:"ﺐ"}.fi-ss-users-medical:before{content:"ﺑ"}.fi-ss-users-slash:before{content:"ﺒ"}.fi-ss-users:before{content:"ﺓ"}.fi-ss-utensils-slash:before{content:"ﺔ"}.fi-ss-utensils:before{content:"ﺕ"}.fi-ss-utility-pole-double:before{content:"ﺖ"}.fi-ss-utility-pole:before{content:"ﺗ"}.fi-ss-ux-browser:before{content:"ﺘ"}.fi-ss-ux:before{content:"ﺙ"}.fi-ss-v:before{content:"ﺚ"}.fi-ss-vacuum-robot:before{content:"ﺛ"}.fi-ss-vacuum:before{content:"ﺜ"}.fi-ss-value-absolute:before{content:"ﺝ"}.fi-ss-vault:before{content:"ﺞ"}.fi-ss-vector-alt:before{content:"ﺟ"}.fi-ss-vector-circle:before{content:"ﺠ"}.fi-ss-vector-polygon:before{content:"ﺡ"}.fi-ss-vector:before{content:"ﺢ"}.fi-ss-venus-double:before{content:"ﺣ"}.fi-ss-venus-mars:before{content:"ﺤ"}.fi-ss-venus:before{content:"ﺥ"}.fi-ss-vest-patches:before{content:"ﺦ"}.fi-ss-vest:before{content:"ﺧ"}.fi-ss-video-arrow-down-left:before{content:"ﺨ"}.fi-ss-video-arrow-up-right:before{content:"ﺩ"}.fi-ss-video-camera-alt:before{content:"ﺪ"}.fi-ss-video-camera:before{content:"ﺫ"}.fi-ss-video-duration:before{content:"ﺬ"}.fi-ss-video-plus:before{content:"ﺭ"}.fi-ss-video-slash:before{content:"ﺮ"}.fi-ss-videoconference:before{content:"ﺯ"}.fi-ss-vihara:before{content:"ﺰ"}.fi-ss-violin:before{content:"ﺱ"}.fi-ss-virus-slash:before{content:"ﺲ"}.fi-ss-virus:before{content:"ﺳ"}.fi-ss-viruses:before{content:"ﺴ"}.fi-ss-visit:before{content:"ﺵ"}.fi-ss-voicemail:before{content:"ﺶ"}.fi-ss-volcano:before{content:"ﺷ"}.fi-ss-volleyball:before{content:"ﺸ"}.fi-ss-volume-down:before{content:"ﺹ"}.fi-ss-volume-mute:before{content:"ﺺ"}.fi-ss-volume-off:before{content:"ﺻ"}.fi-ss-volume-slash:before{content:"ﺼ"}.fi-ss-volume:before{content:"ﺽ"}.fi-ss-vote-nay:before{content:"ﺾ"}.fi-ss-vote-yea:before{content:"ﺿ"}.fi-ss-vr-cardboard:before{content:"ﻀ"}.fi-ss-w:before{content:"ﻁ"}.fi-ss-waffle:before{content:"ﻂ"}.fi-ss-wagon-covered:before{content:"ﻃ"}.fi-ss-walker:before{content:"ﻄ"}.fi-ss-walkie-talkie:before{content:"ﻅ"}.fi-ss-walking:before{content:"ﻆ"}.fi-ss-wallet-arrow:before{content:"ﻇ"}.fi-ss-wallet-buyer:before{content:"ﻈ"}.fi-ss-wallet:before{content:"ﻉ"}.fi-ss-warehouse-alt:before{content:"ﻊ"}.fi-ss-warranty:before{content:"ﻋ"}.fi-ss-washer:before{content:"ﻌ"}.fi-ss-waste-pollution:before{content:"ﻍ"}.fi-ss-waste:before{content:"ﻎ"}.fi-ss-watch-calculator:before{content:"ﻏ"}.fi-ss-watch-fitness:before{content:"ﻐ"}.fi-ss-watch-smart:before{content:"ﻑ"}.fi-ss-watch:before{content:"ﻒ"}.fi-ss-water-bottle:before{content:"ﻓ"}.fi-ss-water-ladder:before{content:"ﻔ"}.fi-ss-water-lower:before{content:"ﻕ"}.fi-ss-water-rise:before{content:"ﻖ"}.fi-ss-water:before{content:"ﻗ"}.fi-ss-watermelon:before{content:"ﻘ"}.fi-ss-wave-sine:before{content:"ﻙ"}.fi-ss-wave-square:before{content:"ﻚ"}.fi-ss-wave-triangle:before{content:"ﻛ"}.fi-ss-wave:before{content:"ﻜ"}.fi-ss-waveform-path:before{content:"ﻝ"}.fi-ss-waveform:before{content:"ﻞ"}.fi-ss-web-design:before{content:"ﻟ"}.fi-ss-webcam-slash:before{content:"ﻠ"}.fi-ss-webcam:before{content:"ﻡ"}.fi-ss-webhook:before{content:"ﻢ"}.fi-ss-wednesday:before{content:"ﻣ"}.fi-ss-whale:before{content:"ﻤ"}.fi-ss-wheat-awn-circle-exclamation:before{content:"ﻥ"}.fi-ss-wheat-awn-slash:before{content:"ﻦ"}.fi-ss-wheat-awn:before{content:"ﻧ"}.fi-ss-wheat-slash:before{content:"ﻨ"}.fi-ss-wheat:before{content:"ﻩ"}.fi-ss-wheelchair-move:before{content:"ﻪ"}.fi-ss-wheelchair-sleeping:before{content:"ﻫ"}.fi-ss-wheelchair:before{content:"ﻬ"}.fi-ss-whistle:before{content:"ﻭ"}.fi-ss-white-space:before{content:"ﻮ"}.fi-ss-wifi-1:before{content:"ﻯ"}.fi-ss-wifi-2:before{content:"ﻰ"}.fi-ss-wifi-alt:before{content:"ﻱ"}.fi-ss-wifi-exclamation:before{content:"ﻲ"}.fi-ss-wifi-slash:before{content:"ﻳ"}.fi-ss-wifi:before{content:"ﻴ"}.fi-ss-wind-turbine:before{content:"ﻵ"}.fi-ss-wind-warning:before{content:"ﻶ"}.fi-ss-wind:before{content:"ﻷ"}.fi-ss-window-alt:before{content:"ﻸ"}.fi-ss-window-frame-open:before{content:"ﻹ"}.fi-ss-window-frame:before{content:"ﻺ"}.fi-ss-window-maximize:before{content:"ﻻ"}.fi-ss-window-minimize:before{content:"ﻼ"}.fi-ss-window-restore:before{content:"﻽"}.fi-ss-windsock:before{content:"﻾"}.fi-ss-wine-bottle:before{content:"＀"}.fi-ss-wine-glass-crack:before{content:"！"}.fi-ss-wine-glass-empty:before{content:"＂"}.fi-ss-wishlist-heart:before{content:"＃"}.fi-ss-wishlist-star:before{content:"＄"}.fi-ss-woman-head:before{content:"％"}.fi-ss-woman-scientist:before{content:"＆"}.fi-ss-won-sign:before{content:"＇"}.fi-ss-work-in-progress:before{content:"（"}.fi-ss-workflow-alt:before{content:"）"}.fi-ss-workflow-setting-alt:before{content:"＊"}.fi-ss-workflow-setting:before{content:"＋"}.fi-ss-workflow:before{content:"，"}.fi-ss-workshop:before{content:"－"}.fi-ss-world:before{content:"．"}.fi-ss-worm:before{content:"／"}.fi-ss-wreath:before{content:"０"}.fi-ss-wrench-alt:before{content:"１"}.fi-ss-wrench-simple:before{content:"２"}.fi-ss-x-ray:before{content:"３"}.fi-ss-x:before{content:"４"}.fi-ss-y:before{content:"５"}.fi-ss-yen:before{content:"６"}.fi-ss-yin-yang:before{content:"７"}.fi-ss-z:before{content:"８"}.fi-ss-zip-file:before{content:"９"}.fi-ss-zoom-in:before{content:"："}.fi-ss-zoom-out:before{content:"；"}@font-face{font-family:uicons-thin-straight;src:url(/assets/uicons-thin-straight-2YUSDJEW-d7550c44.woff2) format("woff2"),url(/assets/uicons-thin-straight-JPCGBQEF-f4a11d84.woff) format("woff"),url(/assets/uicons-thin-straight-X52T7FDE-69cf8c39.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-ts-]:before,i[class*=" fi-ts-"]:before,span[class^=fi-ts-]:before,span[class*=fi-ts-]:before{font-family:uicons-thin-straight!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fi-ts-0:before{content:""}.fi-ts-00s-music-disc:before{content:""}.fi-ts-1:before{content:""}.fi-ts-2:before{content:""}.fi-ts-3:before{content:""}.fi-ts-360-degrees:before{content:""}.fi-ts-4:before{content:""}.fi-ts-404:before{content:""}.fi-ts-5:before{content:""}.fi-ts-6:before{content:""}.fi-ts-60s-music-disc:before{content:""}.fi-ts-7:before{content:""}.fi-ts-70s-music-disc:before{content:""}.fi-ts-8:before{content:""}.fi-ts-80s-music-disc:before{content:""}.fi-ts-9:before{content:""}.fi-ts-90s-music-disc:before{content:""}.fi-ts-a:before{content:""}.fi-ts-accident:before{content:""}.fi-ts-acorn:before{content:""}.fi-ts-ad-paid:before{content:""}.fi-ts-ad:before{content:""}.fi-ts-add-document:before{content:""}.fi-ts-add-folder:before{content:""}.fi-ts-add-image:before{content:""}.fi-ts-add:before{content:""}.fi-ts-address-book:before{content:""}.fi-ts-address-card:before{content:""}.fi-ts-admin-alt:before{content:""}.fi-ts-admin:before{content:""}.fi-ts-age-alt:before{content:""}.fi-ts-age-restriction-eighteen:before{content:""}.fi-ts-age-restriction-seven:before{content:""}.fi-ts-age-restriction-six:before{content:""}.fi-ts-age-restriction-sixteen:before{content:""}.fi-ts-age-restriction-thirteen:before{content:""}.fi-ts-age-restriction-three:before{content:""}.fi-ts-age-restriction-twelve:before{content:""}.fi-ts-age-restriction-twenty-one:before{content:""}.fi-ts-age-restriction-zero:before{content:""}.fi-ts-age:before{content:""}.fi-ts-air-conditioner:before{content:""}.fi-ts-air-freshener:before{content:""}.fi-ts-air-pollution:before{content:""}.fi-ts-airplane-journey:before{content:""}.fi-ts-airplane-window-open:before{content:""}.fi-ts-airplay:before{content:""}.fi-ts-alarm-clock:before{content:""}.fi-ts-alarm-exclamation:before{content:""}.fi-ts-alarm-plus:before{content:""}.fi-ts-alarm-snooze:before{content:""}.fi-ts-album-circle-plus:before{content:""}.fi-ts-album-circle-user:before{content:""}.fi-ts-album-collection:before{content:""}.fi-ts-album:before{content:""}.fi-ts-algorithm:before{content:""}.fi-ts-alicorn:before{content:""}.fi-ts-alien:before{content:""}.fi-ts-align-slash:before{content:""}.fi-ts-ambulance:before{content:""}.fi-ts-analyse-alt:before{content:""}.fi-ts-analyse:before{content:""}.fi-ts-anatomical-heart:before{content:""}.fi-ts-anchor:before{content:""}.fi-ts-angel:before{content:""}.fi-ts-angle-90:before{content:""}.fi-ts-angle-circle-down:before{content:""}.fi-ts-angle-circle-left:before{content:""}.fi-ts-angle-circle-right:before{content:""}.fi-ts-angle-circle-up:before{content:""}.fi-ts-angle-double-left:before{content:""}.fi-ts-angle-double-right:before{content:""}.fi-ts-angle-double-small-down:before{content:""}.fi-ts-angle-double-small-left:before{content:""}.fi-ts-angle-double-small-right:before{content:""}.fi-ts-angle-double-small-up:before{content:""}.fi-ts-angle-down:before{content:""}.fi-ts-angle-left:before{content:""}.fi-ts-angle-right:before{content:""}.fi-ts-angle-small-down:before{content:""}.fi-ts-angle-small-left:before{content:""}.fi-ts-angle-small-right:before{content:""}.fi-ts-angle-small-up:before{content:""}.fi-ts-angle-square-down:before{content:""}.fi-ts-angle-square-left:before{content:""}.fi-ts-angle-square-right:before{content:""}.fi-ts-angle-square-up:before{content:""}.fi-ts-angle-up:before{content:""}.fi-ts-angle:before{content:""}.fi-ts-angles-up-down:before{content:""}.fi-ts-angry:before{content:""}.fi-ts-animated-icon:before{content:""}.fi-ts-ankh:before{content:""}.fi-ts-answer-alt:before{content:""}.fi-ts-answer:before{content:""}.fi-ts-apartment:before{content:""}.fi-ts-aperture:before{content:""}.fi-ts-api:before{content:""}.fi-ts-apple-core:before{content:""}.fi-ts-apple-crate:before{content:""}.fi-ts-apple:before{content:""}.fi-ts-archway:before{content:""}.fi-ts-arrow-alt-circle-down:before{content:""}.fi-ts-arrow-alt-circle-left:before{content:""}.fi-ts-arrow-alt-circle-right:before{content:""}.fi-ts-arrow-alt-circle-up:before{content:""}.fi-ts-arrow-alt-down:before{content:""}.fi-ts-arrow-alt-from-bottom:before{content:""}.fi-ts-arrow-alt-from-left:before{content:""}.fi-ts-arrow-alt-from-right:before{content:""}.fi-ts-arrow-alt-from-top:before{content:""}.fi-ts-arrow-alt-left:before{content:""}.fi-ts-arrow-alt-right:before{content:""}.fi-ts-arrow-alt-square-down:before{content:""}.fi-ts-arrow-alt-square-left:before{content:""}.fi-ts-arrow-alt-square-right:before{content:""}.fi-ts-arrow-alt-square-up:before{content:""}.fi-ts-arrow-alt-to-bottom:before{content:""}.fi-ts-arrow-alt-to-left:before{content:""}.fi-ts-arrow-alt-to-right:before{content:""}.fi-ts-arrow-alt-to-top:before{content:""}.fi-ts-arrow-alt-up:before{content:""}.fi-ts-arrow-circle-down:before{content:""}.fi-ts-arrow-circle-left:before{content:""}.fi-ts-arrow-circle-right:before{content:""}.fi-ts-arrow-circle-up:before{content:""}.fi-ts-arrow-comparison:before{content:""}.fi-ts-arrow-down-from-arc:before{content:""}.fi-ts-arrow-down-from-dotted-line:before{content:""}.fi-ts-arrow-down-left:before{content:""}.fi-ts-arrow-down-small-big:before{content:""}.fi-ts-arrow-down-to-dotted-line:before{content:""}.fi-ts-arrow-down-to-square:before{content:""}.fi-ts-arrow-down-triangle-square:before{content:""}.fi-ts-arrow-down:before{content:""}.fi-ts-arrow-from-bottom:before{content:""}.fi-ts-arrow-from-left:before{content:""}.fi-ts-arrow-from-right:before{content:""}.fi-ts-arrow-from-top:before{content:""}.fi-ts-arrow-left-from-arc:before{content:""}.fi-ts-arrow-left-from-line:before{content:""}.fi-ts-arrow-left-to-arc:before{content:""}.fi-ts-arrow-left:before{content:""}.fi-ts-arrow-progress-alt:before{content:""}.fi-ts-arrow-progress:before{content:""}.fi-ts-arrow-right-to-bracket:before{content:""}.fi-ts-arrow-right:before{content:""}.fi-ts-arrow-small-down:before{content:""}.fi-ts-arrow-small-left:before{content:""}.fi-ts-arrow-small-right:before{content:""}.fi-ts-arrow-small-up:before{content:""}.fi-ts-arrow-square-down:before{content:""}.fi-ts-arrow-square-left:before{content:""}.fi-ts-arrow-square-right:before{content:""}.fi-ts-arrow-square-up:before{content:""}.fi-ts-arrow-to-bottom:before{content:""}.fi-ts-arrow-to-left:before{content:""}.fi-ts-arrow-to-right:before{content:""}.fi-ts-arrow-to-top:before{content:""}.fi-ts-arrow-trend-down:before{content:""}.fi-ts-arrow-trend-up:before{content:""}.fi-ts-arrow-turn-down-left:before{content:""}.fi-ts-arrow-turn-down-right:before{content:""}.fi-ts-arrow-turn-left-up:before{content:""}.fi-ts-arrow-up-from-dotted-line:before{content:""}.fi-ts-arrow-up-from-ground-water:before{content:""}.fi-ts-arrow-up-from-square:before{content:""}.fi-ts-arrow-up-left-from-circle:before{content:""}.fi-ts-arrow-up-left:before{content:""}.fi-ts-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fi-ts-arrow-up-right-from-square:before{content:""}.fi-ts-arrow-up-right:before{content:""}.fi-ts-arrow-up-small-big:before{content:""}.fi-ts-arrow-up-square-triangle:before{content:""}.fi-ts-arrow-up-to-arc:before{content:""}.fi-ts-arrow-up-to-dotted-line:before{content:""}.fi-ts-arrow-up:before{content:""}.fi-ts-arrow-upward-growth-crypto:before{content:""}.fi-ts-arrows-alt-h:before{content:""}.fi-ts-arrows-alt-v:before{content:""}.fi-ts-arrows-alt:before{content:""}.fi-ts-arrows-cross:before{content:""}.fi-ts-arrows-from-dotted-line:before{content:""}.fi-ts-arrows-from-line:before{content:""}.fi-ts-arrows-h-copy:before{content:""}.fi-ts-arrows-h:before{content:""}.fi-ts-arrows-repeat-1:before{content:""}.fi-ts-arrows-repeat:before{content:""}.fi-ts-arrows-retweet:before{content:""}.fi-ts-arrows-split-right-and-left:before{content:""}.fi-ts-arrows-split-up-and-left:before{content:""}.fi-ts-arrows-to-circle:before{content:""}.fi-ts-arrows-to-dotted-line:before{content:""}.fi-ts-arrows-to-eye:before{content:""}.fi-ts-arrows-to-line:before{content:""}.fi-ts-arrows:before{content:""}.fi-ts-artificial-intelligence:before{content:""}.fi-ts-assept-document:before{content:""}.fi-ts-assessment-alt:before{content:""}.fi-ts-assessment:before{content:""}.fi-ts-assign:before{content:""}.fi-ts-assistive-listening-systems:before{content:""}.fi-ts-asterik:before{content:""}.fi-ts-at:before{content:""}.fi-ts-attribution-pen:before{content:""}.fi-ts-attribution-pencil:before{content:""}.fi-ts-aubergine:before{content:""}.fi-ts-auction:before{content:""}.fi-ts-audio-description-slash:before{content:""}.fi-ts-audit-alt:before{content:""}.fi-ts-audit:before{content:""}.fi-ts-austral-sign:before{content:""}.fi-ts-avocado:before{content:""}.fi-ts-award:before{content:""}.fi-ts-axe-battle:before{content:""}.fi-ts-axe:before{content:""}.fi-ts-b:before{content:""}.fi-ts-baby-carriage:before{content:""}.fi-ts-baby:before{content:""}.fi-ts-back-up:before{content:""}.fi-ts-background:before{content:""}.fi-ts-backpack:before{content:""}.fi-ts-bacon:before{content:""}.fi-ts-bacteria:before{content:""}.fi-ts-bacterium:before{content:""}.fi-ts-badge-check:before{content:""}.fi-ts-badge-dollar:before{content:""}.fi-ts-badge-leaf:before{content:""}.fi-ts-badge-percent:before{content:""}.fi-ts-badge-sheriff:before{content:""}.fi-ts-badge:before{content:""}.fi-ts-badger-honey:before{content:""}.fi-ts-badget-check-alt:before{content:""}.fi-ts-badminton:before{content:""}.fi-ts-bag-map-pin:before{content:""}.fi-ts-bag-seedling:before{content:""}.fi-ts-bag-shopping-minus:before{content:""}.fi-ts-bags-shopping:before{content:""}.fi-ts-baguette:before{content:""}.fi-ts-bahai:before{content:""}.fi-ts-baht-sign:before{content:""}.fi-ts-balance-scale-left:before{content:""}.fi-ts-balance-scale-right:before{content:""}.fi-ts-ball-pile:before{content:""}.fi-ts-ballet-dance:before{content:""}.fi-ts-balloon:before{content:""}.fi-ts-balloons:before{content:""}.fi-ts-ballot-check:before{content:""}.fi-ts-ballot:before{content:""}.fi-ts-ban-bug:before{content:""}.fi-ts-banana:before{content:""}.fi-ts-band-aid:before{content:""}.fi-ts-bangladeshi-taka-sign:before{content:""}.fi-ts-banjo:before{content:""}.fi-ts-bank:before{content:""}.fi-ts-banner-2:before{content:""}.fi-ts-banner-3:before{content:""}.fi-ts-banner-4:before{content:""}.fi-ts-banner-5:before{content:""}.fi-ts-banner:before{content:""}.fi-ts-barber-pole:before{content:""}.fi-ts-barber-shop:before{content:""}.fi-ts-barcode-read:before{content:""}.fi-ts-barcode-scan:before{content:""}.fi-ts-barcode:before{content:""}.fi-ts-bars-filter:before{content:""}.fi-ts-bars-progress:before{content:""}.fi-ts-bars-sort:before{content:""}.fi-ts-bars-staggered:before{content:""}.fi-ts-baseball-alt:before{content:""}.fi-ts-basket-shopping-minus:before{content:""}.fi-ts-basket-shopping-plus:before{content:""}.fi-ts-basket-shopping-simple:before{content:""}.fi-ts-basketball-hoop:before{content:""}.fi-ts-bat:before{content:""}.fi-ts-bath:before{content:""}.fi-ts-battery-bolt:before{content:""}.fi-ts-battery-empty:before{content:""}.fi-ts-battery-exclamation:before{content:""}.fi-ts-battery-full:before{content:""}.fi-ts-battery-half:before{content:""}.fi-ts-battery-quarter:before{content:""}.fi-ts-battery-slash:before{content:""}.fi-ts-battery-three-quarters:before{content:""}.fi-ts-beacon:before{content:""}.fi-ts-bed-alt:before{content:""}.fi-ts-bed-bunk:before{content:""}.fi-ts-bed-empty:before{content:""}.fi-ts-bee:before{content:""}.fi-ts-beer-mug-empty:before{content:""}.fi-ts-beer:before{content:""}.fi-ts-bell-concierge:before{content:""}.fi-ts-bell-ring:before{content:""}.fi-ts-bell-school-slash:before{content:""}.fi-ts-bell-school:before{content:""}.fi-ts-bell-slash:before{content:""}.fi-ts-bells:before{content:""}.fi-ts-bench-tree:before{content:""}.fi-ts-benefit-diamond-alt:before{content:""}.fi-ts-benefit-diamond:before{content:""}.fi-ts-benefit-hand:before{content:""}.fi-ts-benefit-increase:before{content:""}.fi-ts-benefit-porcent:before{content:""}.fi-ts-benefit:before{content:""}.fi-ts-betamax:before{content:""}.fi-ts-bible:before{content:""}.fi-ts-bicycle-journey:before{content:""}.fi-ts-biking-mountain:before{content:""}.fi-ts-biking:before{content:""}.fi-ts-bill-arrow:before{content:""}.fi-ts-bin-bottles:before{content:""}.fi-ts-binary-circle-check:before{content:""}.fi-ts-binary-lock:before{content:""}.fi-ts-binary-slash:before{content:""}.fi-ts-binary:before{content:""}.fi-ts-binoculars:before{content:""}.fi-ts-bio-leaves:before{content:""}.fi-ts-bio:before{content:""}.fi-ts-biohazard:before{content:""}.fi-ts-bird:before{content:""}.fi-ts-bitcoin-sign:before{content:""}.fi-ts-blanket:before{content:""}.fi-ts-blender-phone:before{content:""}.fi-ts-blender:before{content:""}.fi-ts-blinds-open:before{content:""}.fi-ts-blinds-raised:before{content:""}.fi-ts-blinds:before{content:""}.fi-ts-block-brick:before{content:""}.fi-ts-block-microphone:before{content:""}.fi-ts-block-question:before{content:""}.fi-ts-block-quote:before{content:""}.fi-ts-block:before{content:""}.fi-ts-blockchain-3:before{content:""}.fi-ts-blog-pencil:before{content:""}.fi-ts-blog-text:before{content:""}.fi-ts-blood-dropper:before{content:""}.fi-ts-blood-test-tube-alt:before{content:""}.fi-ts-blood-test-tube:before{content:""}.fi-ts-blood:before{content:""}.fi-ts-blueberries:before{content:""}.fi-ts-blueprint:before{content:""}.fi-ts-bolt-auto:before{content:""}.fi-ts-bolt-slash:before{content:""}.fi-ts-bolt:before{content:""}.fi-ts-bomb:before{content:""}.fi-ts-bone-break:before{content:""}.fi-ts-bone:before{content:""}.fi-ts-bong:before{content:""}.fi-ts-bonus-alt:before{content:""}.fi-ts-bonus-star:before{content:""}.fi-ts-bonus:before{content:""}.fi-ts-book-alt:before{content:""}.fi-ts-book-arrow-right:before{content:""}.fi-ts-book-arrow-up:before{content:""}.fi-ts-book-atlas:before{content:""}.fi-ts-book-bookmark:before{content:""}.fi-ts-book-circle-arrow-right:before{content:""}.fi-ts-book-circle-arrow-up:before{content:""}.fi-ts-book-copy:before{content:""}.fi-ts-book-dead:before{content:""}.fi-ts-book-font:before{content:""}.fi-ts-book-heart:before{content:""}.fi-ts-book-medical:before{content:""}.fi-ts-book-open-cover:before{content:""}.fi-ts-book-open-reader:before{content:""}.fi-ts-book-plus:before{content:""}.fi-ts-book-quran:before{content:""}.fi-ts-book-section:before{content:""}.fi-ts-book-spells:before{content:""}.fi-ts-book-tanakh:before{content:""}.fi-ts-book-user:before{content:""}.fi-ts-Booking:before{content:""}.fi-ts-bookmark-slash:before{content:""}.fi-ts-books-medical:before{content:""}.fi-ts-books:before{content:""}.fi-ts-boot-heeled:before{content:""}.fi-ts-boot:before{content:""}.fi-ts-booth-curtain:before{content:""}.fi-ts-border-all:before{content:""}.fi-ts-border-bottom:before{content:""}.fi-ts-border-center-h:before{content:""}.fi-ts-border-center-v:before{content:""}.fi-ts-border-inner:before{content:""}.fi-ts-border-left:before{content:""}.fi-ts-border-none:before{content:""}.fi-ts-border-outer:before{content:""}.fi-ts-border-right:before{content:""}.fi-ts-border-style-alt:before{content:""}.fi-ts-border-style:before{content:""}.fi-ts-border-top:before{content:""}.fi-ts-boss:before{content:""}.fi-ts-bottle-droplet:before{content:""}.fi-ts-bottle:before{content:""}.fi-ts-bow-arrow:before{content:""}.fi-ts-bowl-chopsticks-noodles:before{content:""}.fi-ts-bowl-chopsticks:before{content:""}.fi-ts-bowl-rice:before{content:""}.fi-ts-bowl-scoop:before{content:""}.fi-ts-bowl-scoops:before{content:""}.fi-ts-bowl-soft-serve:before{content:""}.fi-ts-bowl-spoon:before{content:""}.fi-ts-bowling-ball:before{content:""}.fi-ts-bowling-pins:before{content:""}.fi-ts-box-alt:before{content:""}.fi-ts-box-ballot:before{content:""}.fi-ts-box-check:before{content:""}.fi-ts-box-circle-check:before{content:""}.fi-ts-box-dollar:before{content:""}.fi-ts-box-fragile:before{content:""}.fi-ts-box-heart:before{content:""}.fi-ts-box-open-full:before{content:""}.fi-ts-box-open:before{content:""}.fi-ts-box-tissue:before{content:""}.fi-ts-box-up:before{content:""}.fi-ts-boxes:before{content:""}.fi-ts-boxing-glove:before{content:""}.fi-ts-bracket-curly-right:before{content:""}.fi-ts-bracket-curly:before{content:""}.fi-ts-bracket-round-right:before{content:""}.fi-ts-bracket-round:before{content:""}.fi-ts-bracket-square-right:before{content:""}.fi-ts-bracket-square:before{content:""}.fi-ts-brackets-curly:before{content:""}.fi-ts-brackets-round:before{content:""}.fi-ts-brackets-square:before{content:""}.fi-ts-braille-a:before{content:""}.fi-ts-braille-b:before{content:""}.fi-ts-braille-c:before{content:""}.fi-ts-braille-d:before{content:""}.fi-ts-braille-e:before{content:""}.fi-ts-braille-g:before{content:""}.fi-ts-braille-h:before{content:""}.fi-ts-braille-i:before{content:""}.fi-ts-braille-j:before{content:""}.fi-ts-braille-k:before{content:""}.fi-ts-braille-l:before{content:""}.fi-ts-braille-m:before{content:""}.fi-ts-braille-n-alt:before{content:""}.fi-ts-braille-n:before{content:""}.fi-ts-braille-o:before{content:""}.fi-ts-braille-p:before{content:""}.fi-ts-braille-q:before{content:""}.fi-ts-braille-r:before{content:""}.fi-ts-braille-s:before{content:""}.fi-ts-braille-t:before{content:""}.fi-ts-braille-u:before{content:""}.fi-ts-braille-v:before{content:""}.fi-ts-braille-w:before{content:""}.fi-ts-braille-x:before{content:""}.fi-ts-braille-y:before{content:""}.fi-ts-braille-z:before{content:""}.fi-ts-braille:before{content:""}.fi-ts-brain-circuit:before{content:""}.fi-ts-brain:before{content:""}.fi-ts-brake-warning:before{content:""}.fi-ts-branching:before{content:""}.fi-ts-brand:before{content:""}.fi-ts-branding:before{content:""}.fi-ts-bread-loaf:before{content:""}.fi-ts-bread-slice-butter:before{content:""}.fi-ts-bread-slice:before{content:""}.fi-ts-bread:before{content:""}.fi-ts-briefcase-arrow-right:before{content:""}.fi-ts-briefcase-blank:before{content:""}.fi-ts-brightness-low:before{content:""}.fi-ts-brightness:before{content:""}.fi-ts-bring-forward:before{content:""}.fi-ts-bring-front:before{content:""}.fi-ts-broadcast-tower:before{content:""}.fi-ts-broccoli:before{content:""}.fi-ts-broken-image:before{content:""}.fi-ts-broom-ball:before{content:""}.fi-ts-browser-ui:before{content:""}.fi-ts-browser:before{content:""}.fi-ts-browsers:before{content:""}.fi-ts-bucket:before{content:""}.fi-ts-budget-alt:before{content:""}.fi-ts-budget:before{content:""}.fi-ts-bug-slash:before{content:""}.fi-ts-bugs:before{content:""}.fi-ts-build-alt:before{content:""}.fi-ts-build:before{content:""}.fi-ts-builder:before{content:""}.fi-ts-building-circle-arrow-right:before{content:""}.fi-ts-building-ngo:before{content:""}.fi-ts-building:before{content:""}.fi-ts-bulb:before{content:""}.fi-ts-bullet:before{content:""}.fi-ts-bullhorn:before{content:""}.fi-ts-bullseye-arrow:before{content:""}.fi-ts-bullseye-pointer:before{content:""}.fi-ts-bullseye:before{content:""}.fi-ts-burger-alt:before{content:""}.fi-ts-burger-fries:before{content:""}.fi-ts-burger-glass:before{content:""}.fi-ts-burrito:before{content:""}.fi-ts-burst:before{content:""}.fi-ts-bus-alt:before{content:""}.fi-ts-bus:before{content:""}.fi-ts-business-time:before{content:""}.fi-ts-Butter:before{content:""}.fi-ts-butterfly:before{content:""}.fi-ts-c:before{content:""}.fi-ts-cabin:before{content:""}.fi-ts-cactus:before{content:""}.fi-ts-cage-empty:before{content:""}.fi-ts-cake-birthday:before{content:""}.fi-ts-cake-slice:before{content:""}.fi-ts-cake-wedding:before{content:""}.fi-ts-calculator-bill:before{content:""}.fi-ts-calculator-math-tax:before{content:""}.fi-ts-calculator-money:before{content:""}.fi-ts-calculator-simple:before{content:""}.fi-ts-calculator:before{content:""}.fi-ts-calendar-arrow-down:before{content:""}.fi-ts-calendar-arrow-up:before{content:""}.fi-ts-calendar-check:before{content:""}.fi-ts-calendar-clock:before{content:""}.fi-ts-calendar-day:before{content:""}.fi-ts-calendar-days:before{content:""}.fi-ts-calendar-event-tax:before{content:""}.fi-ts-calendar-exclamation:before{content:""}.fi-ts-calendar-gavel-legal:before{content:""}.fi-ts-calendar-heart:before{content:""}.fi-ts-calendar-image:before{content:""}.fi-ts-calendar-lines-pen:before{content:""}.fi-ts-calendar-lines:before{content:""}.fi-ts-calendar-minus:before{content:""}.fi-ts-calendar-payment-loan:before{content:""}.fi-ts-calendar-pen:before{content:""}.fi-ts-calendar-plus:before{content:""}.fi-ts-calendar-salary:before{content:""}.fi-ts-calendar-shift-swap:before{content:""}.fi-ts-calendar-star:before{content:""}.fi-ts-calendar-swap:before{content:""}.fi-ts-calendar-week:before{content:""}.fi-ts-calendar-xmark:before{content:""}.fi-ts-calendars:before{content:""}.fi-ts-call-duration:before{content:""}.fi-ts-call-history:before{content:""}.fi-ts-call-incoming:before{content:""}.fi-ts-call-missed:before{content:""}.fi-ts-call-outgoing:before{content:""}.fi-ts-camcorder:before{content:""}.fi-ts-camera-cctv:before{content:""}.fi-ts-camera-movie:before{content:""}.fi-ts-camera-retro:before{content:""}.fi-ts-camera-rotate:before{content:""}.fi-ts-camera-security:before{content:""}.fi-ts-camera-slash:before{content:""}.fi-ts-camera-viewfinder:before{content:""}.fi-ts-camera:before{content:""}.fi-ts-campfire:before{content:""}.fi-ts-can-food:before{content:""}.fi-ts-candle-holder:before{content:""}.fi-ts-candle-lotus-yoga:before{content:""}.fi-ts-candle-pose-yoga:before{content:""}.fi-ts-candy-alt:before{content:""}.fi-ts-candy-bar:before{content:""}.fi-ts-candy-cane:before{content:""}.fi-ts-candy-corn:before{content:""}.fi-ts-candy-sweet:before{content:""}.fi-ts-candy:before{content:""}.fi-ts-Cannabis:before{content:""}.fi-ts-canned-food:before{content:""}.fi-ts-capsules:before{content:""}.fi-ts-car-alt:before{content:""}.fi-ts-car-battery:before{content:""}.fi-ts-car-bolt:before{content:""}.fi-ts-car-building:before{content:""}.fi-ts-car-bump:before{content:""}.fi-ts-car-bus:before{content:""}.fi-ts-car-circle-bolt:before{content:""}.fi-ts-car-crash:before{content:""}.fi-ts-car-garage:before{content:""}.fi-ts-car-journey:before{content:""}.fi-ts-car-mechanic:before{content:""}.fi-ts-car-rear:before{content:""}.fi-ts-car-side-bolt:before{content:""}.fi-ts-car-side:before{content:""}.fi-ts-car-tilt:before{content:""}.fi-ts-car-tunnel:before{content:""}.fi-ts-car-wash:before{content:""}.fi-ts-caravan-alt:before{content:""}.fi-ts-caravan:before{content:""}.fi-ts-card-club:before{content:""}.fi-ts-card-diamond:before{content:""}.fi-ts-card-heart:before{content:""}.fi-ts-card-spade:before{content:""}.fi-ts-cardinal-compass:before{content:""}.fi-ts-career-growth:before{content:""}.fi-ts-career-path:before{content:""}.fi-ts-caret-circle-down:before{content:""}.fi-ts-caret-circle-right:before{content:""}.fi-ts-caret-circle-up:before{content:""}.fi-ts-caret-down:before{content:""}.fi-ts-caret-left:before{content:""}.fi-ts-caret-right:before{content:""}.fi-ts-caret-square-down:before{content:""}.fi-ts-caret-square-left_1:before{content:""}.fi-ts-caret-square-left:before{content:""}.fi-ts-caret-square-right:before{content:""}.fi-ts-caret-square-up:before{content:""}.fi-ts-caret-up:before{content:""}.fi-ts-carrot:before{content:""}.fi-ts-cars-crash:before{content:""}.fi-ts-cars:before{content:""}.fi-ts-cart-arrow-down:before{content:""}.fi-ts-cart-minus:before{content:""}.fi-ts-cart-shopping-fast:before{content:""}.fi-ts-cash-register:before{content:""}.fi-ts-cassette-tape:before{content:""}.fi-ts-cassette-vhs:before{content:""}.fi-ts-castle:before{content:""}.fi-ts-cat-head:before{content:""}.fi-ts-cat-space:before{content:""}.fi-ts-cat:before{content:""}.fi-ts-catalog-alt:before{content:""}.fi-ts-catalog-magazine:before{content:""}.fi-ts-catalog:before{content:""}.fi-ts-category-alt:before{content:""}.fi-ts-category:before{content:""}.fi-ts-cauldron:before{content:""}.fi-ts-cedi-sign:before{content:""}.fi-ts-cello:before{content:""}.fi-ts-cent-sign:before{content:""}.fi-ts-chair-office:before{content:""}.fi-ts-chair:before{content:""}.fi-ts-chalkboard-user:before{content:""}.fi-ts-chalkboard:before{content:""}.fi-ts-challenge-alt:before{content:""}.fi-ts-challenge:before{content:""}.fi-ts-channel:before{content:""}.fi-ts-charging-station:before{content:""}.fi-ts-chart-area:before{content:""}.fi-ts-chart-arrow-down:before{content:""}.fi-ts-chart-arrow-grow:before{content:""}.fi-ts-chart-bullet:before{content:""}.fi-ts-chart-candlestick:before{content:""}.fi-ts-chart-connected:before{content:""}.fi-ts-chart-gantt:before{content:""}.fi-ts-chart-histogram:before{content:""}.fi-ts-chart-kanban:before{content:""}.fi-ts-chart-line-up-down:before{content:""}.fi-ts-chart-line-up:before{content:""}.fi-ts-chart-mixed-up-circle-currency:before{content:""}.fi-ts-chart-mixed-up-circle-dollar:before{content:""}.fi-ts-chart-mixed:before{content:""}.fi-ts-chart-network:before{content:""}.fi-ts-chart-pie-alt:before{content:""}.fi-ts-chart-pie-simple-circle-currency:before{content:""}.fi-ts-chart-pie-simple-circle-dollar:before{content:""}.fi-ts-chart-pie:before{content:""}.fi-ts-chart-pyramid:before{content:""}.fi-ts-chart-radar:before{content:""}.fi-ts-chart-scatter-3d:before{content:""}.fi-ts-chart-scatter-bubble:before{content:""}.fi-ts-chart-scatter:before{content:""}.fi-ts-chart-set-theory:before{content:""}.fi-ts-chart-simple-horizontal:before{content:""}.fi-ts-chart-simple:before{content:""}.fi-ts-chart-tree-map:before{content:""}.fi-ts-chart-tree:before{content:""}.fi-ts-chart-user:before{content:""}.fi-ts-chart-waterfall:before{content:""}.fi-ts-chatbot-speech-bubble:before{content:""}.fi-ts-chatbot:before{content:""}.fi-ts-cheap-bill:before{content:""}.fi-ts-cheap-dollar:before{content:""}.fi-ts-cheap-stack-dollar:before{content:""}.fi-ts-cheap-stack:before{content:""}.fi-ts-cheap:before{content:""}.fi-ts-check-circle:before{content:""}.fi-ts-check-double:before{content:""}.fi-ts-check-in-calendar:before{content:""}.fi-ts-check-out-calendar:before{content:""}.fi-ts-checklist-task-budget:before{content:""}.fi-ts-cheese-alt:before{content:""}.fi-ts-cheese:before{content:""}.fi-ts-cheeseburger:before{content:""}.fi-ts-cherry:before{content:""}.fi-ts-chess-bishop:before{content:""}.fi-ts-chess-board:before{content:""}.fi-ts-chess-clock-alt:before{content:""}.fi-ts-chess-clock:before{content:""}.fi-ts-chess-king-alt:before{content:""}.fi-ts-chess-king:before{content:""}.fi-ts-chess-knight-alt:before{content:""}.fi-ts-chess-knight:before{content:""}.fi-ts-chess-pawn-alt:before{content:""}.fi-ts-chess-pawn:before{content:""}.fi-ts-chess-queen-alt:before{content:""}.fi-ts-chess-queen:before{content:""}.fi-ts-chess-rook-alt:before{content:""}.fi-ts-chess-rook:before{content:""}.fi-ts-chess:before{content:""}.fi-ts-chevron-double-down:before{content:""}.fi-ts-chevron-double-up:before{content:""}.fi-ts-child-head:before{content:""}.fi-ts-child:before{content:""}.fi-ts-chimney:before{content:""}.fi-ts-chip:before{content:""}.fi-ts-chocolate-bar:before{content:""}.fi-ts-choir-singing:before{content:""}.fi-ts-choose-alt:before{content:""}.fi-ts-choose:before{content:""}.fi-ts-church:before{content:""}.fi-ts-circle-0:before{content:""}.fi-ts-circle-1:before{content:""}.fi-ts-circle-2:before{content:""}.fi-ts-circle-3:before{content:""}.fi-ts-circle-4:before{content:""}.fi-ts-circle-5:before{content:""}.fi-ts-circle-6:before{content:""}.fi-ts-circle-7:before{content:""}.fi-ts-circle-8:before{content:""}.fi-ts-circle-9:before{content:""}.fi-ts-circle-a:before{content:""}.fi-ts-circle-b:before{content:""}.fi-ts-circle-bolt:before{content:""}.fi-ts-circle-book-open:before{content:""}.fi-ts-circle-bookmark:before{content:""}.fi-ts-circle-c:before{content:""}.fi-ts-circle-calendar:before{content:""}.fi-ts-circle-camera:before{content:""}.fi-ts-circle-d:before{content:""}.fi-ts-circle-dashed:before{content:""}.fi-ts-circle-divide:before{content:""}.fi-ts-circle-e:before{content:""}.fi-ts-circle-ellipsis-vertical:before{content:""}.fi-ts-circle-ellipsis:before{content:""}.fi-ts-circle-envelope:before{content:""}.fi-ts-circle-exclamation-check:before{content:""}.fi-ts-circle-f:before{content:""}.fi-ts-circle-g:before{content:""}.fi-ts-circle-h:before{content:""}.fi-ts-circle-half-stroke:before{content:""}.fi-ts-circle-half:before{content:""}.fi-ts-circle-heart:before{content:""}.fi-ts-circle-i:before{content:""}.fi-ts-circle-j:before{content:""}.fi-ts-circle-k:before{content:""}.fi-ts-circle-l:before{content:""}.fi-ts-circle-m:before{content:""}.fi-ts-circle-microphone-lines:before{content:""}.fi-ts-circle-microphone:before{content:""}.fi-ts-circle-n:before{content:""}.fi-ts-circle-nodes:before{content:""}.fi-ts-circle-o:before{content:""}.fi-ts-circle-overlap:before{content:""}.fi-ts-circle-p:before{content:""}.fi-ts-circle-phone-flip:before{content:""}.fi-ts-circle-phone-hangup:before{content:""}.fi-ts-circle-phone:before{content:""}.fi-ts-circle-q:before{content:""}.fi-ts-circle-quarter:before{content:""}.fi-ts-circle-quarters-alt:before{content:""}.fi-ts-circle-r:before{content:""}.fi-ts-circle-s:before{content:""}.fi-ts-circle-small:before{content:""}.fi-ts-circle-star:before{content:""}.fi-ts-circle-t:before{content:""}.fi-ts-circle-three-quarters:before{content:""}.fi-ts-circle-trash:before{content:""}.fi-ts-circle-u:before{content:""}.fi-ts-circle-user:before{content:""}.fi-ts-circle-v:before{content:""}.fi-ts-circle-video:before{content:""}.fi-ts-circle-w:before{content:""}.fi-ts-circle-waveform-lines:before{content:""}.fi-ts-circle-x:before{content:""}.fi-ts-circle-xmark:before{content:""}.fi-ts-circle-y:before{content:""}.fi-ts-circle-z:before{content:""}.fi-ts-circle:before{content:""}.fi-ts-citrus-slice:before{content:""}.fi-ts-citrus:before{content:""}.fi-ts-city:before{content:""}.fi-ts-clapperboard-play:before{content:""}.fi-ts-clapperboard:before{content:""}.fi-ts-clarinet:before{content:""}.fi-ts-claw-marks:before{content:""}.fi-ts-clear-alt:before{content:""}.fi-ts-clip-file:before{content:""}.fi-ts-clip-mail:before{content:""}.fi-ts-clipboard-check:before{content:""}.fi-ts-clipboard-exclamation:before{content:""}.fi-ts-clipboard-list-check:before{content:""}.fi-ts-clipboard-list:before{content:""}.fi-ts-clipboard-prescription:before{content:""}.fi-ts-clipboard-question:before{content:""}.fi-ts-clipboard-user:before{content:""}.fi-ts-clipboard:before{content:""}.fi-ts-clipoard-wrong:before{content:""}.fi-ts-clock-desk:before{content:""}.fi-ts-clock-eight-thirty:before{content:""}.fi-ts-clock-eleven-thirty:before{content:""}.fi-ts-clock-eleven:before{content:""}.fi-ts-clock-five-thirty:before{content:""}.fi-ts-clock-five:before{content:""}.fi-ts-clock-four-thirty:before{content:""}.fi-ts-clock-nine-thirty:before{content:""}.fi-ts-clock-nine:before{content:""}.fi-ts-clock-one-thirty:before{content:""}.fi-ts-clock-one:before{content:""}.fi-ts-clock-seven-thirty:before{content:""}.fi-ts-clock-seven:before{content:""}.fi-ts-clock-six-thirty:before{content:""}.fi-ts-clock-six:before{content:""}.fi-ts-clock-ten-thirty:before{content:""}.fi-ts-clock-ten:before{content:""}.fi-ts-clock-three-thirty:before{content:""}.fi-ts-clock-three:before{content:""}.fi-ts-clock-time-tracking:before{content:""}.fi-ts-clock-twelve-thirty:before{content:""}.fi-ts-clock-twelve:before{content:""}.fi-ts-clock-two-thirty:before{content:""}.fi-ts-clock-two:before{content:""}.fi-ts-clock-up-arrow:before{content:""}.fi-ts-clone:before{content:""}.fi-ts-closed-captioning-slash:before{content:""}.fi-ts-clothes-hanger:before{content:""}.fi-ts-cloud-back-up-alt:before{content:""}.fi-ts-cloud-back-up:before{content:""}.fi-ts-cloud-check:before{content:""}.fi-ts-cloud-code:before{content:""}.fi-ts-cloud-disabled:before{content:""}.fi-ts-cloud-download-alt:before{content:""}.fi-ts-cloud-download:before{content:""}.fi-ts-cloud-drizzle:before{content:""}.fi-ts-cloud-exclamation:before{content:""}.fi-ts-cloud-gear-automation:before{content:""}.fi-ts-cloud-hail-mixed:before{content:""}.fi-ts-cloud-hail:before{content:""}.fi-ts-cloud-meatball:before{content:""}.fi-ts-cloud-moon-rain:before{content:""}.fi-ts-cloud-moon:before{content:""}.fi-ts-cloud-question:before{content:""}.fi-ts-cloud-rain:before{content:""}.fi-ts-cloud-rainbow:before{content:""}.fi-ts-cloud-share:before{content:""}.fi-ts-cloud-showers-heavy:before{content:""}.fi-ts-cloud-showers:before{content:""}.fi-ts-cloud-sleet:before{content:""}.fi-ts-cloud-snow:before{content:""}.fi-ts-cloud-sun-rain:before{content:""}.fi-ts-cloud-sun:before{content:""}.fi-ts-cloud-upload-alt:before{content:""}.fi-ts-cloud:before{content:""}.fi-ts-clouds-moon:before{content:""}.fi-ts-clouds-sun:before{content:""}.fi-ts-clouds:before{content:""}.fi-ts-clover-alt:before{content:""}.fi-ts-club:before{content:""}.fi-ts-cocktail:before{content:""}.fi-ts-coconut:before{content:""}.fi-ts-code-branch:before{content:""}.fi-ts-code-commit:before{content:""}.fi-ts-code-compare:before{content:""}.fi-ts-code-fork:before{content:""}.fi-ts-code-merge:before{content:""}.fi-ts-code-pull-request-closed:before{content:""}.fi-ts-code-pull-request-draft:before{content:""}.fi-ts-code-pull-request:before{content:""}.fi-ts-code-simple:before{content:""}.fi-ts-coffee-bean:before{content:""}.fi-ts-coffee-beans:before{content:""}.fi-ts-coffee-heart:before{content:""}.fi-ts-coffee-pot:before{content:""}.fi-ts-coffee:before{content:""}.fi-ts-coffin-cross:before{content:""}.fi-ts-coffin:before{content:""}.fi-ts-coin-up-arrow:before{content:""}.fi-ts-coin:before{content:""}.fi-ts-coins:before{content:""}.fi-ts-colon-sign:before{content:""}.fi-ts-columns-3:before{content:""}.fi-ts-comet:before{content:""}.fi-ts-command:before{content:""}.fi-ts-comment-alt-check:before{content:""}.fi-ts-comment-alt-dots:before{content:""}.fi-ts-comment-alt-edit:before{content:""}.fi-ts-comment-alt-medical:before{content:""}.fi-ts-comment-alt-middle-top:before{content:""}.fi-ts-comment-alt-middle:before{content:""}.fi-ts-comment-alt-minus:before{content:""}.fi-ts-comment-alt-music:before{content:""}.fi-ts-comment-arrow-down:before{content:""}.fi-ts-comment-arrow-up-right:before{content:""}.fi-ts-comment-arrow-up:before{content:""}.fi-ts-comment-check:before{content:""}.fi-ts-comment-code:before{content:""}.fi-ts-comment-dollar:before{content:""}.fi-ts-comment-dots:before{content:""}.fi-ts-comment-exclamation:before{content:""}.fi-ts-comment-heart:before{content:""}.fi-ts-comment-image:before{content:""}.fi-ts-comment-info:before{content:""}.fi-ts-comment-medical:before{content:""}.fi-ts-comment-minus:before{content:""}.fi-ts-comment-pen:before{content:""}.fi-ts-comment-question:before{content:""}.fi-ts-comment-quote:before{content:""}.fi-ts-comment-slash:before{content:""}.fi-ts-comment-smile:before{content:""}.fi-ts-comment-sms:before{content:""}.fi-ts-comment-text:before{content:""}.fi-ts-comment-user:before{content:""}.fi-ts-comment-xmark:before{content:""}.fi-ts-comments-dollar:before{content:""}.fi-ts-comments-question-check:before{content:""}.fi-ts-comments-question:before{content:""}.fi-ts-comments:before{content:""}.fi-ts-compass-alt:before{content:""}.fi-ts-compass-east:before{content:""}.fi-ts-compass-north:before{content:""}.fi-ts-compass-slash:before{content:""}.fi-ts-compass-south:before{content:""}.fi-ts-compass-west:before{content:""}.fi-ts-completed:before{content:""}.fi-ts-compliance-clipboard:before{content:""}.fi-ts-compliance-document:before{content:""}.fi-ts-compliance:before{content:""}.fi-ts-compress-alt:before{content:""}.fi-ts-computer-classic:before{content:""}.fi-ts-computer-mouse:before{content:""}.fi-ts-computer-speaker:before{content:""}.fi-ts-computer:before{content:""}.fi-ts-concierge-bell:before{content:""}.fi-ts-condition-alt:before{content:""}.fi-ts-condition:before{content:""}.fi-ts-confetti:before{content:""}.fi-ts-constellation:before{content:""}.fi-ts-container-storage:before{content:""}.fi-ts-convert-document:before{content:""}.fi-ts-convert-shapes:before{content:""}.fi-ts-conveyor-belt-alt:before{content:""}.fi-ts-conveyor-belt-arm:before{content:""}.fi-ts-conveyor-belt-empty:before{content:""}.fi-ts-conveyor-belt:before{content:""}.fi-ts-cookie-alt:before{content:""}.fi-ts-copy-alt:before{content:""}.fi-ts-copy-image:before{content:""}.fi-ts-copy:before{content:""}.fi-ts-corn:before{content:""}.fi-ts-corporate-alt:before{content:""}.fi-ts-corporate:before{content:""}.fi-ts-couch:before{content:""}.fi-ts-court-sport:before{content:""}.fi-ts-cow-alt:before{content:""}.fi-ts-cow:before{content:""}.fi-ts-cowbell-circle-plus:before{content:""}.fi-ts-cowbell-more:before{content:""}.fi-ts-cowbell:before{content:""}.fi-ts-crab:before{content:""}.fi-ts-crate-empty:before{content:""}.fi-ts-cream:before{content:""}.fi-ts-credit-card-buyer:before{content:""}.fi-ts-credit-card-eye:before{content:""}.fi-ts-cricket:before{content:""}.fi-ts-crm-alt:before{content:""}.fi-ts-crm-computer:before{content:""}.fi-ts-CRM:before{content:""}.fi-ts-croissant:before{content:""}.fi-ts-cross-religion:before{content:""}.fi-ts-crow:before{content:""}.fi-ts-crutch:before{content:""}.fi-ts-crutches:before{content:""}.fi-ts-cruzeiro-sign:before{content:""}.fi-ts-crypto-calendar:before{content:""}.fi-ts-cryptocurrency:before{content:""}.fi-ts-crystal-ball:before{content:""}.fi-ts-cube:before{content:""}.fi-ts-cubes-stacked:before{content:""}.fi-ts-cubes:before{content:""}.fi-ts-cucumber:before{content:""}.fi-ts-cup-straw-swoosh:before{content:""}.fi-ts-cup-straw:before{content:""}.fi-ts-cup-togo:before{content:""}.fi-ts-cupcake-alt:before{content:""}.fi-ts-cupcake:before{content:""}.fi-ts-curling:before{content:""}.fi-ts-cursor-finger:before{content:""}.fi-ts-cursor-plus:before{content:""}.fi-ts-cursor:before{content:""}.fi-ts-curve-alt:before{content:""}.fi-ts-curve-arrow:before{content:""}.fi-ts-curve:before{content:""}.fi-ts-custard:before{content:""}.fi-ts-customer-care:before{content:""}.fi-ts-customer-service:before{content:""}.fi-ts-customization-cogwheel:before{content:""}.fi-ts-customization:before{content:""}.fi-ts-customize-computer:before{content:""}.fi-ts-customize-edit:before{content:""}.fi-ts-customize:before{content:""}.fi-ts-CV:before{content:""}.fi-ts-cvv-card:before{content:""}.fi-ts-d:before{content:""}.fi-ts-dagger:before{content:""}.fi-ts-daily-calendar:before{content:""}.fi-ts-damage:before{content:""}.fi-ts-dashboard-monitor:before{content:""}.fi-ts-dashboard-panel:before{content:""}.fi-ts-dashboard:before{content:""}.fi-ts-database:before{content:""}.fi-ts-debt:before{content:""}.fi-ts-deer-rudolph:before{content:""}.fi-ts-deer:before{content:""}.fi-ts-delete-document:before{content:""}.fi-ts-delete-right:before{content:""}.fi-ts-delete-user:before{content:""}.fi-ts-delete:before{content:""}.fi-ts-democrat:before{content:""}.fi-ts-department-structure:before{content:""}.fi-ts-department:before{content:""}.fi-ts-deposit-alt:before{content:""}.fi-ts-deposit:before{content:""}.fi-ts-description-alt:before{content:""}.fi-ts-description:before{content:""}.fi-ts-desk:before{content:""}.fi-ts-desktop-arrow-down:before{content:""}.fi-ts-desktop-wallpaper:before{content:""}.fi-ts-devices:before{content:""}.fi-ts-dewpoint:before{content:""}.fi-ts-dharmachakra:before{content:""}.fi-ts-diagram-cells:before{content:""}.fi-ts-diagram-lean-canvas:before{content:""}.fi-ts-diagram-nested:before{content:""}.fi-ts-diagram-next:before{content:""}.fi-ts-diagram-predecessor:before{content:""}.fi-ts-diagram-previous:before{content:""}.fi-ts-diagram-project:before{content:""}.fi-ts-diagram-sankey:before{content:""}.fi-ts-diagram-subtask:before{content:""}.fi-ts-diagram-successor:before{content:""}.fi-ts-diagram-venn:before{content:""}.fi-ts-dial-high:before{content:""}.fi-ts-dial-low:before{content:""}.fi-ts-dial-max:before{content:""}.fi-ts-dial-med-low:before{content:""}.fi-ts-dial-med:before{content:""}.fi-ts-dial-min:before{content:""}.fi-ts-dial-off:before{content:""}.fi-ts-dial:before{content:""}.fi-ts-diamond-exclamation:before{content:""}.fi-ts-diamond-turn-right:before{content:""}.fi-ts-diamond:before{content:""}.fi-ts-diary-bookmark-down:before{content:""}.fi-ts-diary-bookmarks:before{content:""}.fi-ts-diary-clasp:before{content:""}.fi-ts-dice-alt:before{content:""}.fi-ts-dice-d10:before{content:""}.fi-ts-dice-d12:before{content:""}.fi-ts-dice-d20:before{content:""}.fi-ts-dice-d4:before{content:""}.fi-ts-dice-d6:before{content:""}.fi-ts-dice-d8:before{content:""}.fi-ts-dice-four:before{content:""}.fi-ts-dice-one:before{content:""}.fi-ts-dice-six:before{content:""}.fi-ts-dice-three:before{content:""}.fi-ts-dice-two:before{content:""}.fi-ts-digging:before{content:""}.fi-ts-digital-tachograph:before{content:""}.fi-ts-dinner:before{content:""}.fi-ts-diploma:before{content:""}.fi-ts-direction-signal-arrow:before{content:""}.fi-ts-direction-signal:before{content:""}.fi-ts-disc-drive:before{content:""}.fi-ts-disco-ball:before{content:""}.fi-ts-discover:before{content:""}.fi-ts-disease:before{content:""}.fi-ts-display-arrow-down:before{content:""}.fi-ts-display-chart-up:before{content:""}.fi-ts-display-code:before{content:""}.fi-ts-display-medical:before{content:""}.fi-ts-display-slash:before{content:""}.fi-ts-distribute-spacing-horizontal:before{content:""}.fi-ts-distribute-spacing-vertical:before{content:""}.fi-ts-divide:before{content:""}.fi-ts-dizzy:before{content:""}.fi-ts-dna:before{content:""}.fi-ts-do-not-enter:before{content:""}.fi-ts-doctor:before{content:""}.fi-ts-document-circle-wrong:before{content:""}.fi-ts-document-paid:before{content:""}.fi-ts-document-signed:before{content:""}.fi-ts-document:before{content:""}.fi-ts-dog-leashed:before{content:""}.fi-ts-dog:before{content:""}.fi-ts-dolly-flatbed-alt:before{content:""}.fi-ts-dolly-flatbed-empty:before{content:""}.fi-ts-dolly-flatbed:before{content:""}.fi-ts-dolphin:before{content:""}.fi-ts-domino-effect:before{content:""}.fi-ts-donate:before{content:""}.fi-ts-dong-sign:before{content:""}.fi-ts-donut:before{content:""}.fi-ts-door-closed:before{content:""}.fi-ts-door-open:before{content:""}.fi-ts-dot-circle:before{content:""}.fi-ts-dot-pending:before{content:""}.fi-ts-dove:before{content:""}.fi-ts-down-from-bracket:before{content:""}.fi-ts-down-left:before{content:""}.fi-ts-down-right:before{content:""}.fi-ts-down-to-line:before{content:""}.fi-ts-down:before{content:""}.fi-ts-drafting-compass:before{content:""}.fi-ts-dragon:before{content:""}.fi-ts-draw-polygon:before{content:""}.fi-ts-draw-square:before{content:""}.fi-ts-drawer-alt:before{content:""}.fi-ts-drawer-empty:before{content:""}.fi-ts-drawer:before{content:""}.fi-ts-dreidel:before{content:""}.fi-ts-drink-alt:before{content:""}.fi-ts-drink:before{content:""}.fi-ts-driver-man:before{content:""}.fi-ts-driver-woman:before{content:""}.fi-ts-drone-alt:before{content:""}.fi-ts-drone-front:before{content:""}.fi-ts-drone:before{content:""}.fi-ts-drop-down:before{content:""}.fi-ts-dropdown-select:before{content:""}.fi-ts-dropdown:before{content:""}.fi-ts-drum-steelpan:before{content:""}.fi-ts-drum:before{content:""}.fi-ts-drumstick-bite:before{content:""}.fi-ts-drumstick:before{content:""}.fi-ts-dryer-alt:before{content:""}.fi-ts-dryer:before{content:""}.fi-ts-duck:before{content:""}.fi-ts-dumbbell-fitness:before{content:""}.fi-ts-dumbbell-horizontal:before{content:""}.fi-ts-dumbbell-ray:before{content:""}.fi-ts-dumbbell-weightlifting:before{content:""}.fi-ts-dumpster-fire:before{content:""}.fi-ts-dumpster:before{content:""}.fi-ts-dungeon:before{content:""}.fi-ts-duration-alt:before{content:""}.fi-ts-duration:before{content:""}.fi-ts-e-learning:before{content:""}.fi-ts-e:before{content:""}.fi-ts-ear-deaf:before{content:""}.fi-ts-ear-muffs:before{content:""}.fi-ts-ear:before{content:""}.fi-ts-earth-africa:before{content:""}.fi-ts-earth-americas:before{content:""}.fi-ts-earth-asia:before{content:""}.fi-ts-earth-europa:before{content:""}.fi-ts-eclipse-alt:before{content:""}.fi-ts-eclipse:before{content:""}.fi-ts-effect:before{content:""}.fi-ts-egg-fried:before{content:""}.fi-ts-egg:before{content:""}.fi-ts-eject:before{content:""}.fi-ts-elephant:before{content:""}.fi-ts-elevator:before{content:""}.fi-ts-employee-alt:before{content:""}.fi-ts-employee-handbook:before{content:""}.fi-ts-employee-man-alt:before{content:""}.fi-ts-employee-man:before{content:""}.fi-ts-employees-woman-man:before{content:""}.fi-ts-employees:before{content:""}.fi-ts-empty-set:before{content:""}.fi-ts-endless-loop:before{content:""}.fi-ts-engine-warning:before{content:""}.fi-ts-engine:before{content:""}.fi-ts-envelope-ban:before{content:""}.fi-ts-envelope-bulk:before{content:""}.fi-ts-envelope-dot:before{content:""}.fi-ts-envelope-download:before{content:""}.fi-ts-envelope-heart:before{content:""}.fi-ts-envelope-marker:before{content:""}.fi-ts-envelope-open-dollar:before{content:""}.fi-ts-envelope-open-text:before{content:""}.fi-ts-envelope-open:before{content:""}.fi-ts-envelope-plus:before{content:""}.fi-ts-envelopes:before{content:""}.fi-ts-equality:before{content:""}.fi-ts-equals:before{content:""}.fi-ts-eraser:before{content:""}.fi-ts-error-camera:before{content:""}.fi-ts-escalator:before{content:""}.fi-ts-ethernet:before{content:""}.fi-ts-euro:before{content:""}.fi-ts-excavator:before{content:""}.fi-ts-exchange-alt:before{content:""}.fi-ts-exchange-cryptocurrency:before{content:""}.fi-ts-exchange:before{content:""}.fi-ts-exit-alt:before{content:""}.fi-ts-expand-arrows-alt:before{content:""}.fi-ts-expand-arrows:before{content:""}.fi-ts-expense-bill:before{content:""}.fi-ts-expense:before{content:""}.fi-ts-external-hard-drive:before{content:""}.fi-ts-external-world:before{content:""}.fi-ts-eye-dropper-half:before{content:""}.fi-ts-eyes:before{content:""}.fi-ts-f:before{content:""}.fi-ts-fabric:before{content:""}.fi-ts-face-angry-horns:before{content:""}.fi-ts-face-anguished:before{content:""}.fi-ts-face-anxious-sweat:before{content:""}.fi-ts-face-astonished:before{content:""}.fi-ts-face-awesome:before{content:""}.fi-ts-face-beam-hand-over-mouth:before{content:""}.fi-ts-face-confounded:before{content:""}.fi-ts-face-confused:before{content:""}.fi-ts-face-cowboy-hat:before{content:""}.fi-ts-face-disappointed:before{content:""}.fi-ts-face-disguise:before{content:""}.fi-ts-face-downcast-sweat:before{content:""}.fi-ts-face-drooling:before{content:""}.fi-ts-face-explode:before{content:""}.fi-ts-face-expressionless:before{content:""}.fi-ts-face-eyes-xmarks:before{content:""}.fi-ts-face-fearful:before{content:""}.fi-ts-face-glasses:before{content:""}.fi-ts-face-grin-tongue-wink:before{content:""}.fi-ts-face-hand-yawn:before{content:""}.fi-ts-face-head-bandage:before{content:""}.fi-ts-face-hushed:before{content:""}.fi-ts-face-icicles:before{content:""}.fi-ts-face-lying:before{content:""}.fi-ts-face-mask:before{content:""}.fi-ts-face-monocle:before{content:""}.fi-ts-face-nauseated:before{content:""}.fi-ts-face-nose-steam:before{content:""}.fi-ts-face-party:before{content:""}.fi-ts-face-pensive:before{content:""}.fi-ts-face-persevering:before{content:""}.fi-ts-face-pleading:before{content:""}.fi-ts-face-raised-eyebrow:before{content:""}.fi-ts-face-relieved:before{content:""}.fi-ts-face-sad-sweat:before{content:""}.fi-ts-face-scream:before{content:""}.fi-ts-face-shush:before{content:""}.fi-ts-face-sleeping:before{content:""}.fi-ts-face-sleepy:before{content:""}.fi-ts-face-smile-halo:before{content:""}.fi-ts-face-smile-hearts:before{content:""}.fi-ts-face-smile-horns:before{content:""}.fi-ts-face-smile-tear:before{content:""}.fi-ts-face-smile-tongue:before{content:""}.fi-ts-face-smile-upside-down:before{content:""}.fi-ts-face-smiling-hands:before{content:""}.fi-ts-face-smirking:before{content:""}.fi-ts-face-sunglasses-alt:before{content:""}.fi-ts-face-sunglasses:before{content:""}.fi-ts-face-swear:before{content:""}.fi-ts-face-thermometer:before{content:""}.fi-ts-face-thinking:before{content:""}.fi-ts-face-tissue:before{content:""}.fi-ts-face-tongue-money:before{content:""}.fi-ts-face-tongue-sweat:before{content:""}.fi-ts-face-unamused:before{content:""}.fi-ts-face-viewfinder:before{content:""}.fi-ts-face-vomit:before{content:""}.fi-ts-face-weary:before{content:""}.fi-ts-face-woozy:before{content:""}.fi-ts-face-worried:before{content:""}.fi-ts-face-zany:before{content:""}.fi-ts-face-zipper:before{content:""}.fi-ts-fail:before{content:""}.fi-ts-falafel:before{content:""}.fi-ts-family-dress:before{content:""}.fi-ts-family-pants:before{content:""}.fi-ts-family:before{content:""}.fi-ts-fan-table:before{content:""}.fi-ts-fan:before{content:""}.fi-ts-farm:before{content:""}.fi-ts-faucet-drip:before{content:""}.fi-ts-faucet:before{content:""}.fi-ts-fax:before{content:""}.fi-ts-feather-pointed:before{content:""}.fi-ts-feather:before{content:""}.fi-ts-features-alt:before{content:""}.fi-ts-features:before{content:""}.fi-ts-fee-receipt:before{content:""}.fi-ts-fee:before{content:""}.fi-ts-feedback-alt:before{content:""}.fi-ts-feedback-cycle-loop:before{content:""}.fi-ts-feedback-hand:before{content:""}.fi-ts-feedback-review:before{content:""}.fi-ts-feedback:before{content:""}.fi-ts-fence:before{content:""}.fi-ts-ferris-wheel:before{content:""}.fi-ts-field-hockey:before{content:""}.fi-ts-fighter-jet:before{content:""}.fi-ts-file-audio:before{content:""}.fi-ts-file-binary:before{content:""}.fi-ts-file-chart-line:before{content:""}.fi-ts-file-chart-pie:before{content:""}.fi-ts-file-circle-info:before{content:""}.fi-ts-file-cloud:before{content:""}.fi-ts-file-code:before{content:""}.fi-ts-file-csv:before{content:""}.fi-ts-file-download:before{content:""}.fi-ts-file-edit:before{content:""}.fi-ts-file-excel:before{content:""}.fi-ts-file-exclamation:before{content:""}.fi-ts-file-export:before{content:""}.fi-ts-file-image:before{content:""}.fi-ts-file-import:before{content:""}.fi-ts-file-invoice-dollar:before{content:""}.fi-ts-file-invoice:before{content:""}.fi-ts-file-medical-alt:before{content:""}.fi-ts-file-medical:before{content:""}.fi-ts-file-minus:before{content:""}.fi-ts-file-pdf:before{content:""}.fi-ts-file-powerpoint:before{content:""}.fi-ts-file-prescription:before{content:""}.fi-ts-file-signature:before{content:""}.fi-ts-file-spreadsheet:before{content:""}.fi-ts-file-upload:before{content:""}.fi-ts-file-user:before{content:""}.fi-ts-file-video:before{content:""}.fi-ts-file-word:before{content:""}.fi-ts-file-zipper:before{content:""}.fi-ts-files-medical:before{content:""}.fi-ts-film-canister:before{content:""}.fi-ts-film-slash:before{content:""}.fi-ts-films:before{content:""}.fi-ts-filter-list:before{content:""}.fi-ts-filter-slash:before{content:""}.fi-ts-filter:before{content:""}.fi-ts-filters:before{content:""}.fi-ts-fingerprint:before{content:""}.fi-ts-fire-burner:before{content:""}.fi-ts-fire-extinguisher:before{content:""}.fi-ts-fire-flame-curved:before{content:""}.fi-ts-fire-flame-simple:before{content:""}.fi-ts-fire-hydrant:before{content:""}.fi-ts-fire-smoke:before{content:""}.fi-ts-fireplace:before{content:""}.fi-ts-first-award:before{content:""}.fi-ts-first-laurel:before{content:""}.fi-ts-first-medal:before{content:""}.fi-ts-first:before{content:""}.fi-ts-fish-bones:before{content:""}.fi-ts-fish-cooked:before{content:""}.fi-ts-fish:before{content:""}.fi-ts-fishing-rod:before{content:""}.fi-ts-fist-move:before{content:""}.fi-ts-flag-alt:before{content:""}.fi-ts-flag-checkered:before{content:""}.fi-ts-flag-usa:before{content:""}.fi-ts-flag:before{content:""}.fi-ts-flame:before{content:""}.fi-ts-flashlight:before{content:""}.fi-ts-flask-gear:before{content:""}.fi-ts-flask-poison:before{content:""}.fi-ts-flask-potion:before{content:""}.fi-ts-flask:before{content:""}.fi-ts-flatbread-stuffed:before{content:""}.fi-ts-flatbread:before{content:""}.fi-ts-floor-alt:before{content:""}.fi-ts-floor-layer:before{content:""}.fi-ts-floor:before{content:""}.fi-ts-floppy-disk-circle-arrow-right:before{content:""}.fi-ts-floppy-disk-circle-xmark:before{content:""}.fi-ts-floppy-disk-pen:before{content:""}.fi-ts-floppy-disks:before{content:""}.fi-ts-florin-sign:before{content:""}.fi-ts-flower-bouquet:before{content:""}.fi-ts-flower-butterfly:before{content:""}.fi-ts-flower-daffodil:before{content:""}.fi-ts-flower-tulip:before{content:""}.fi-ts-flower:before{content:""}.fi-ts-flushed:before{content:""}.fi-ts-flute:before{content:""}.fi-ts-flux-capacitor:before{content:""}.fi-ts-fly-insect:before{content:""}.fi-ts-flying-disc:before{content:""}.fi-ts-fog:before{content:""}.fi-ts-folder-download:before{content:""}.fi-ts-folder-fire:before{content:""}.fi-ts-folder-minus:before{content:""}.fi-ts-folder-open:before{content:""}.fi-ts-folder-times:before{content:""}.fi-ts-folder-tree:before{content:""}.fi-ts-folder-upload:before{content:""}.fi-ts-folder-xmark:before{content:""}.fi-ts-folders:before{content:""}.fi-ts-follow-folder:before{content:""}.fi-ts-followcollection:before{content:""}.fi-ts-fondue-pot:before{content:""}.fi-ts-foreign-language-audio:before{content:""}.fi-ts-fork:before{content:""}.fi-ts-forklift:before{content:""}.fi-ts-fort:before{content:""}.fi-ts-forward-fast:before{content:""}.fi-ts-fox:before{content:""}.fi-ts-frame:before{content:""}.fi-ts-franc-sign:before{content:""}.fi-ts-free-delivery:before{content:""}.fi-ts-free:before{content:""}.fi-ts-french-fries:before{content:""}.fi-ts-friday:before{content:""}.fi-ts-frog:before{content:""}.fi-ts-frown:before{content:""}.fi-ts-ftp:before{content:""}.fi-ts-fuel-gauge:before{content:""}.fi-ts-function-process:before{content:""}.fi-ts-function-square:before{content:""}.fi-ts-function:before{content:""}.fi-ts-funnel-dollar:before{content:""}.fi-ts-g:before{content:""}.fi-ts-galaxy-alt:before{content:""}.fi-ts-galaxy-planet:before{content:""}.fi-ts-galaxy-star:before{content:""}.fi-ts-galaxy:before{content:""}.fi-ts-gallery-thumbnails:before{content:""}.fi-ts-game-board-alt:before{content:""}.fi-ts-gamepad:before{content:""}.fi-ts-garage-car:before{content:""}.fi-ts-garage-open:before{content:""}.fi-ts-garage:before{content:""}.fi-ts-garlic-alt:before{content:""}.fi-ts-garlic:before{content:""}.fi-ts-gas-pump-slash:before{content:""}.fi-ts-gas-pump:before{content:""}.fi-ts-gauge-circle-bolt:before{content:""}.fi-ts-gauge-circle-minus:before{content:""}.fi-ts-gauge-circle-plus:before{content:""}.fi-ts-gavel:before{content:""}.fi-ts-gay-couple:before{content:""}.fi-ts-gears:before{content:""}.fi-ts-gem:before{content:""}.fi-ts-general:before{content:""}.fi-ts-ghost:before{content:""}.fi-ts-gif-square:before{content:""}.fi-ts-gif:before{content:""}.fi-ts-gift-box-benefits:before{content:""}.fi-ts-gift-card:before{content:""}.fi-ts-gift:before{content:""}.fi-ts-gifts:before{content:""}.fi-ts-gingerbread-man:before{content:""}.fi-ts-glass-champagne:before{content:""}.fi-ts-glass-cheers:before{content:""}.fi-ts-glass-citrus:before{content:""}.fi-ts-glass-empty:before{content:""}.fi-ts-glass-half:before{content:""}.fi-ts-glass-water-droplet:before{content:""}.fi-ts-glass-whiskey-rocks:before{content:""}.fi-ts-glass-whiskey:before{content:""}.fi-ts-glass:before{content:""}.fi-ts-glasses:before{content:""}.fi-ts-globe-alt:before{content:""}.fi-ts-globe-pointer:before{content:""}.fi-ts-globe-snow:before{content:""}.fi-ts-goal-net:before{content:""}.fi-ts-golf-ball:before{content:""}.fi-ts-golf-club:before{content:""}.fi-ts-golf-hole:before{content:""}.fi-ts-gopuram:before{content:""}.fi-ts-government-budget:before{content:""}.fi-ts-government-flag:before{content:""}.fi-ts-government-user:before{content:""}.fi-ts-gps-navigation:before{content:""}.fi-ts-graduation-cap:before{content:""}.fi-ts-gramophone:before{content:""}.fi-ts-grape:before{content:""}.fi-ts-graph-curve:before{content:""}.fi-ts-graphic-style:before{content:""}.fi-ts-graphic-tablet:before{content:""}.fi-ts-grate-droplet:before{content:""}.fi-ts-grate:before{content:""}.fi-ts-greater-than-equal:before{content:""}.fi-ts-greater-than:before{content:""}.fi-ts-greek-helmet:before{content:""}.fi-ts-grid-dividers:before{content:""}.fi-ts-grill-hot-alt:before{content:""}.fi-ts-grill:before{content:""}.fi-ts-grimace:before{content:""}.fi-ts-grin-alt:before{content:""}.fi-ts-grin-beam-sweat:before{content:""}.fi-ts-grin-beam:before{content:""}.fi-ts-grin-hearts:before{content:""}.fi-ts-grin-squint-tears:before{content:""}.fi-ts-grin-squint:before{content:""}.fi-ts-grin-stars:before{content:""}.fi-ts-grin-tears:before{content:""}.fi-ts-grin-tongue-squint:before{content:""}.fi-ts-grin-tongue-wink:before{content:""}.fi-ts-grin-tongue:before{content:""}.fi-ts-grin-wink:before{content:""}.fi-ts-grin:before{content:""}.fi-ts-grip-dots-vertical:before{content:""}.fi-ts-grip-dots:before{content:""}.fi-ts-grip-horizontal:before{content:""}.fi-ts-grip-lines-vertical:before{content:""}.fi-ts-grip-lines:before{content:""}.fi-ts-grip-vertical:before{content:""}.fi-ts-grocery-bag:before{content:""}.fi-ts-grocery-basket:before{content:""}.fi-ts-group-arrows-rotate:before{content:""}.fi-ts-growth-chart-invest:before{content:""}.fi-ts-guarani-sign:before{content:""}.fi-ts-guide-alt:before{content:""}.fi-ts-guide:before{content:""}.fi-ts-guitar-electric:before{content:""}.fi-ts-guitar:before{content:""}.fi-ts-guitars:before{content:""}.fi-ts-gun-squirt:before{content:""}.fi-ts-gym:before{content:""}.fi-ts-h-square:before{content:""}.fi-ts-h:before{content:""}.fi-ts-h1:before{content:""}.fi-ts-h2:before{content:""}.fi-ts-h3:before{content:""}.fi-ts-h4:before{content:""}.fi-ts-hair-clipper:before{content:""}.fi-ts-hamburger-soda:before{content:""}.fi-ts-hamburger:before{content:""}.fi-ts-hammer-crash:before{content:""}.fi-ts-hammer-war:before{content:""}.fi-ts-hammer:before{content:""}.fi-ts-hamsa:before{content:""}.fi-ts-hand-back-fist:before{content:""}.fi-ts-hand-back-point-down:before{content:""}.fi-ts-hand-back-point-left:before{content:""}.fi-ts-hand-back-point-ribbon:before{content:""}.fi-ts-hand-back-point-right:before{content:""}.fi-ts-hand-bill:before{content:""}.fi-ts-hand-dots:before{content:""}.fi-ts-hand-fingers-crossed:before{content:""}.fi-ts-hand-fist:before{content:""}.fi-ts-hand-heart:before{content:""}.fi-ts-hand-holding-box:before{content:""}.fi-ts-hand-holding-droplet:before{content:""}.fi-ts-hand-holding-heart:before{content:""}.fi-ts-hand-holding-magic:before{content:""}.fi-ts-hand-holding-medical:before{content:""}.fi-ts-hand-holding-seeding:before{content:""}.fi-ts-hand-holding-skull:before{content:""}.fi-ts-hand-holding-usd:before{content:""}.fi-ts-hand-holding-water:before{content:""}.fi-ts-hand-horns:before{content:""}.fi-ts-hand-lizard:before{content:""}.fi-ts-hand-love:before{content:""}.fi-ts-hand-middle-finger:before{content:""}.fi-ts-hand-paper:before{content:""}.fi-ts-hand-peace:before{content:""}.fi-ts-hand-point-ribbon:before{content:""}.fi-ts-hand-scissors:before{content:""}.fi-ts-hand-sparkles:before{content:""}.fi-ts-hand-spock:before{content:""}.fi-ts-hand-wave:before{content:""}.fi-ts-handmade:before{content:""}.fi-ts-hands-bubbles:before{content:""}.fi-ts-hands-clapping:before{content:""}.fi-ts-hands-heart:before{content:""}.fi-ts-hands-holding-diamond:before{content:""}.fi-ts-hands-holding:before{content:""}.fi-ts-hands-usd:before{content:""}.fi-ts-handshake-angle:before{content:""}.fi-ts-handshake-deal-loan:before{content:""}.fi-ts-handshake-house:before{content:""}.fi-ts-handshake-simple-slash:before{content:""}.fi-ts-handshake-trust:before{content:""}.fi-ts-handshake:before{content:""}.fi-ts-hard-hat:before{content:""}.fi-ts-hashtag-lock:before{content:""}.fi-ts-hashtag:before{content:""}.fi-ts-hat-beach:before{content:""}.fi-ts-hat-birthday:before{content:""}.fi-ts-hat-chef:before{content:""}.fi-ts-hat-cowboy-side:before{content:""}.fi-ts-hat-cowboy:before{content:""}.fi-ts-hat-santa:before{content:""}.fi-ts-hat-winter:before{content:""}.fi-ts-hat-witch:before{content:""}.fi-ts-hat-wizard:before{content:""}.fi-ts-hdd:before{content:""}.fi-ts-head-side-brain:before{content:""}.fi-ts-head-side-cough-slash:before{content:""}.fi-ts-head-side-cough:before{content:""}.fi-ts-head-side-headphones:before{content:""}.fi-ts-head-side-heart:before{content:""}.fi-ts-head-side-mask:before{content:""}.fi-ts-head-side-medical:before{content:""}.fi-ts-head-side-thinking:before{content:""}.fi-ts-head-side-virus:before{content:""}.fi-ts-head-side:before{content:""}.fi-ts-head-vr:before{content:""}.fi-ts-heading:before{content:""}.fi-ts-heart-arrow:before{content:""}.fi-ts-heart-brain:before{content:""}.fi-ts-heart-crack:before{content:""}.fi-ts-heart-half-stroke:before{content:""}.fi-ts-heart-half:before{content:""}.fi-ts-heart-health-muscle:before{content:""}.fi-ts-heart-lock:before{content:""}.fi-ts-heart-partner-handshake:before{content:""}.fi-ts-heart-rate:before{content:""}.fi-ts-heart-slash:before{content:""}.fi-ts-heart-upside-down:before{content:""}.fi-ts-heat:before{content:""}.fi-ts-helicopter-side:before{content:""}.fi-ts-helmet-battle:before{content:""}.fi-ts-hexagon-check:before{content:""}.fi-ts-hexagon-divide:before{content:""}.fi-ts-hexagon-exclamation:before{content:""}.fi-ts-hexagon:before{content:""}.fi-ts-high-definition:before{content:""}.fi-ts-high-five-celebration-yes:before{content:""}.fi-ts-high-five:before{content:""}.fi-ts-highlighter-line:before{content:""}.fi-ts-highlighter:before{content:""}.fi-ts-hiking:before{content:""}.fi-ts-hippo:before{content:""}.fi-ts-hockey-mask:before{content:""}.fi-ts-hockey-puck:before{content:""}.fi-ts-hockey-stick-puck:before{content:""}.fi-ts-hockey-sticks:before{content:""}.fi-ts-holding-hand-gear:before{content:""}.fi-ts-holding-hand-revenue:before{content:""}.fi-ts-holly-berry:before{content:""}.fi-ts-home-heart:before{content:""}.fi-ts-honey-pot:before{content:""}.fi-ts-hood-cloak:before{content:""}.fi-ts-horizontal-rule:before{content:""}.fi-ts-horse-head:before{content:""}.fi-ts-horse-saddle:before{content:""}.fi-ts-horse:before{content:""}.fi-ts-horseshoe-broken:before{content:""}.fi-ts-horseshoe:before{content:""}.fi-ts-hose-reel:before{content:""}.fi-ts-hose:before{content:""}.fi-ts-hospital-symbol:before{content:""}.fi-ts-hospital-user:before{content:""}.fi-ts-hospital:before{content:""}.fi-ts-hospitals:before{content:""}.fi-ts-hot-tub:before{content:""}.fi-ts-hotdog:before{content:""}.fi-ts-hotel:before{content:""}.fi-ts-hourglass-end:before{content:""}.fi-ts-hourglass-start:before{content:""}.fi-ts-hourglass:before{content:""}.fi-ts-house-blank:before{content:""}.fi-ts-house-building:before{content:""}.fi-ts-house-chimney-blank:before{content:""}.fi-ts-house-chimney-crack:before{content:""}.fi-ts-house-chimney-heart:before{content:""}.fi-ts-house-chimney-medical:before{content:""}.fi-ts-house-chimney-user:before{content:""}.fi-ts-house-chimney-window:before{content:""}.fi-ts-house-chimney:before{content:""}.fi-ts-house-circle-check:before{content:""}.fi-ts-house-circle-exclamation:before{content:""}.fi-ts-house-circle-xmark:before{content:""}.fi-ts-house-crack-alt:before{content:""}.fi-ts-house-crack:before{content:""}.fi-ts-house-day:before{content:""}.fi-ts-house-fire:before{content:""}.fi-ts-house-flag:before{content:""}.fi-ts-house-flood:before{content:""}.fi-ts-house-laptop:before{content:""}.fi-ts-house-leave:before{content:""}.fi-ts-house-lock:before{content:""}.fi-ts-house-medical:before{content:""}.fi-ts-house-night:before{content:""}.fi-ts-house-return:before{content:""}.fi-ts-house-signal:before{content:""}.fi-ts-house-tree:before{content:""}.fi-ts-house-tsunami:before{content:""}.fi-ts-house-turret:before{content:""}.fi-ts-house-user:before{content:""}.fi-ts-house-window:before{content:""}.fi-ts-hr-group:before{content:""}.fi-ts-hr-person:before{content:""}.fi-ts-hr:before{content:""}.fi-ts-hryvnia:before{content:""}.fi-ts-humidity:before{content:""}.fi-ts-hundred-points:before{content:""}.fi-ts-hurricane:before{content:""}.fi-ts-i:before{content:""}.fi-ts-ice-cream:before{content:""}.fi-ts-icicles:before{content:""}.fi-ts-icon-star:before{content:""}.fi-ts-id-badge:before{content:""}.fi-ts-id-card-clip-alt:before{content:""}.fi-ts-igloo:before{content:""}.fi-ts-image-slash:before{content:""}.fi-ts-images-user:before{content:""}.fi-ts-images:before{content:""}.fi-ts-improve-user:before{content:""}.fi-ts-inbox-in:before{content:""}.fi-ts-inbox-out:before{content:""}.fi-ts-inboxes:before{content:""}.fi-ts-incense-sticks-yoga:before{content:""}.fi-ts-incognito:before{content:""}.fi-ts-indian-rupee-sign:before{content:""}.fi-ts-industry-alt:before{content:""}.fi-ts-industry-windows:before{content:""}.fi-ts-infinity:before{content:""}.fi-ts-info-guide:before{content:""}.fi-ts-information:before{content:""}.fi-ts-inhaler:before{content:""}.fi-ts-input-numeric:before{content:""}.fi-ts-input-pipe:before{content:""}.fi-ts-input-text:before{content:""}.fi-ts-insert-alt:before{content:""}.fi-ts-insert-arrows:before{content:""}.fi-ts-insert-button-circle:before{content:""}.fi-ts-insert-credit-card:before{content:""}.fi-ts-insert-square:before{content:""}.fi-ts-insert:before{content:""}.fi-ts-insight-alt:before{content:""}.fi-ts-insight-head:before{content:""}.fi-ts-insight:before{content:""}.fi-ts-integral:before{content:""}.fi-ts-internet-speed-wifi:before{content:""}.fi-ts-intersection:before{content:""}.fi-ts-introduction-handshake:before{content:""}.fi-ts-introduction:before{content:""}.fi-ts-inventory-alt:before{content:""}.fi-ts-invest:before{content:""}.fi-ts-investment:before{content:""}.fi-ts-invite-alt:before{content:""}.fi-ts-invite:before{content:""}.fi-ts-iot-alt:before{content:""}.fi-ts-iot:before{content:""}.fi-ts-ip-address:before{content:""}.fi-ts-island-tropical:before{content:""}.fi-ts-issue-loupe:before{content:""}.fi-ts-it-alt:before{content:""}.fi-ts-it-computer:before{content:""}.fi-ts-it:before{content:""}.fi-ts-italian-lira-sign:before{content:""}.fi-ts-j:before{content:""}.fi-ts-jam:before{content:""}.fi-ts-jar-alt:before{content:""}.fi-ts-jar-wheat:before{content:""}.fi-ts-javascript:before{content:""}.fi-ts-joint:before{content:""}.fi-ts-joker:before{content:""}.fi-ts-journal-alt:before{content:""}.fi-ts-journal:before{content:""}.fi-ts-journey:before{content:""}.fi-ts-joystick:before{content:""}.fi-ts-jpg:before{content:""}.fi-ts-jug-alt:before{content:""}.fi-ts-jug-bottle:before{content:""}.fi-ts-jug:before{content:""}.fi-ts-jumping-rope:before{content:""}.fi-ts-k:before{content:""}.fi-ts-kaaba:before{content:""}.fi-ts-kazoo:before{content:""}.fi-ts-kerning:before{content:""}.fi-ts-key-lock-crypto:before{content:""}.fi-ts-key-skeleton-left-right:before{content:""}.fi-ts-key:before{content:""}.fi-ts-keyboard-brightness-low:before{content:""}.fi-ts-keyboard-brightness:before{content:""}.fi-ts-keyboard-down:before{content:""}.fi-ts-keyboard-left:before{content:""}.fi-ts-keyboard:before{content:""}.fi-ts-keynote:before{content:""}.fi-ts-kidneys:before{content:""}.fi-ts-kip-sign:before{content:""}.fi-ts-kiss-beam:before{content:""}.fi-ts-kiss-wink-heart:before{content:""}.fi-ts-kiss:before{content:""}.fi-ts-kite:before{content:""}.fi-ts-kiwi-bird:before{content:""}.fi-ts-kiwi-fruit:before{content:""}.fi-ts-knife-kitchen:before{content:""}.fi-ts-knife:before{content:""}.fi-ts-knitting:before{content:""}.fi-ts-kpi-evaluation:before{content:""}.fi-ts-kpi:before{content:""}.fi-ts-l:before{content:""}.fi-ts-lacrosse-stick-ball:before{content:""}.fi-ts-lacrosse-stick:before{content:""}.fi-ts-lambda:before{content:""}.fi-ts-lamp-desk:before{content:""}.fi-ts-lamp-floor:before{content:""}.fi-ts-lamp-street:before{content:""}.fi-ts-lamp:before{content:""}.fi-ts-land-layer-location:before{content:""}.fi-ts-land-layers:before{content:""}.fi-ts-land-location:before{content:""}.fi-ts-landmark-alt:before{content:""}.fi-ts-language:before{content:""}.fi-ts-laptop-arrow-down:before{content:""}.fi-ts-laptop-binary:before{content:""}.fi-ts-laptop-code:before{content:""}.fi-ts-laptop-medical:before{content:""}.fi-ts-laptop-mobile:before{content:""}.fi-ts-laptop-slash:before{content:""}.fi-ts-laptop:before{content:""}.fi-ts-lari-sign:before{content:""}.fi-ts-lasso-sparkles:before{content:""}.fi-ts-last-square:before{content:""}.fi-ts-laugh-beam:before{content:""}.fi-ts-laugh-squint:before{content:""}.fi-ts-laugh-wink:before{content:""}.fi-ts-laugh:before{content:""}.fi-ts-lawyer-man:before{content:""}.fi-ts-lawyer-woman:before{content:""}.fi-ts-layer-minus:before{content:""}.fi-ts-layer-plus:before{content:""}.fi-ts-lead-funnel:before{content:""}.fi-ts-lead-management:before{content:""}.fi-ts-lead:before{content:""}.fi-ts-leader-alt:before{content:""}.fi-ts-leader-speech:before{content:""}.fi-ts-leader:before{content:""}.fi-ts-leaderboard-alt:before{content:""}.fi-ts-leaderboard-trophy:before{content:""}.fi-ts-leaderboard:before{content:""}.fi-ts-leadership-alt:before{content:""}.fi-ts-leadership:before{content:""}.fi-ts-leaf-heart:before{content:""}.fi-ts-leaf-maple:before{content:""}.fi-ts-leaf-oak:before{content:""}.fi-ts-leaf:before{content:""}.fi-ts-leafy-green:before{content:""}.fi-ts-leave:before{content:""}.fi-ts-left-from-bracket:before{content:""}.fi-ts-left:before{content:""}.fi-ts-legal:before{content:""}.fi-ts-lemon:before{content:""}.fi-ts-lesbian-couple:before{content:""}.fi-ts-less-than-equal:before{content:""}.fi-ts-less-than:before{content:""}.fi-ts-lesson-class:before{content:""}.fi-ts-lesson:before{content:""}.fi-ts-lettuce:before{content:""}.fi-ts-level-down-alt:before{content:""}.fi-ts-level-down:before{content:""}.fi-ts-level-up-alt:before{content:""}.fi-ts-level-up:before{content:""}.fi-ts-license:before{content:""}.fi-ts-life:before{content:""}.fi-ts-light-ceiling:before{content:""}.fi-ts-light-emergency-on:before{content:""}.fi-ts-light-emergency:before{content:""}.fi-ts-light-switch-off:before{content:""}.fi-ts-light-switch-on:before{content:""}.fi-ts-light-switch:before{content:""}.fi-ts-lightbulb-cfl-on:before{content:""}.fi-ts-lightbulb-cfl:before{content:""}.fi-ts-lightbulb-dollar:before{content:""}.fi-ts-lightbulb-exclamation:before{content:""}.fi-ts-lightbulb-head:before{content:""}.fi-ts-lightbulb-on:before{content:""}.fi-ts-lightbulb-question:before{content:""}.fi-ts-lightbulb-setting:before{content:""}.fi-ts-lightbulb-slash:before{content:""}.fi-ts-lighthouse:before{content:""}.fi-ts-lights-holiday:before{content:""}.fi-ts-limit-hand:before{content:""}.fi-ts-limit-speedometer:before{content:""}.fi-ts-link-alt:before{content:""}.fi-ts-link-horizontal-slash:before{content:""}.fi-ts-link-horizontal:before{content:""}.fi-ts-link-slash-alt:before{content:""}.fi-ts-link-slash:before{content:""}.fi-ts-lion-head:before{content:""}.fi-ts-lion:before{content:""}.fi-ts-lips:before{content:""}.fi-ts-lipstick:before{content:""}.fi-ts-lira-sign:before{content:""}.fi-ts-list-check:before{content:""}.fi-ts-list-dropdown:before{content:""}.fi-ts-list-music:before{content:""}.fi-ts-list-timeline:before{content:""}.fi-ts-litecoin-sign:before{content:""}.fi-ts-live-alt:before{content:""}.fi-ts-live:before{content:""}.fi-ts-loading:before{content:""}.fi-ts-loan:before{content:""}.fi-ts-lobster:before{content:""}.fi-ts-location-alt:before{content:""}.fi-ts-location-arrow:before{content:""}.fi-ts-location-crosshairs-slash:before{content:""}.fi-ts-location-crosshairs:before{content:""}.fi-ts-location-dot-slash:before{content:""}.fi-ts-location-exclamation:before{content:""}.fi-ts-lock-alt:before{content:""}.fi-ts-lock-hashtag:before{content:""}.fi-ts-lock-open-alt:before{content:""}.fi-ts-locust:before{content:""}.fi-ts-loop-square:before{content:""}.fi-ts-loveseat:before{content:""}.fi-ts-low-vision:before{content:""}.fi-ts-luchador:before{content:""}.fi-ts-luggage-cart:before{content:""}.fi-ts-lungs-virus:before{content:""}.fi-ts-lungs:before{content:""}.fi-ts-m:before{content:""}.fi-ts-mace:before{content:""}.fi-ts-magnet-user:before{content:""}.fi-ts-magnet:before{content:""}.fi-ts-mailbox:before{content:""}.fi-ts-makeup-brush:before{content:""}.fi-ts-man-head:before{content:""}.fi-ts-man-scientist:before{content:""}.fi-ts-manat-sign:before{content:""}.fi-ts-mandolin:before{content:""}.fi-ts-mango:before{content:""}.fi-ts-manhole:before{content:""}.fi-ts-map-location-track:before{content:""}.fi-ts-map-marker-check:before{content:""}.fi-ts-map-marker-edit:before{content:""}.fi-ts-map-marker-question:before{content:""}.fi-ts-map-marker-slash:before{content:""}.fi-ts-map-marker-smile:before{content:""}.fi-ts-map-pin:before{content:""}.fi-ts-map-point:before{content:""}.fi-ts-marker-time:before{content:""}.fi-ts-marketplace-alt:before{content:""}.fi-ts-marketplace-store:before{content:""}.fi-ts-marketplace:before{content:""}.fi-ts-mars-double:before{content:""}.fi-ts-mars-stroke-right:before{content:""}.fi-ts-mars-stroke-up:before{content:""}.fi-ts-mars:before{content:""}.fi-ts-martini-glass-citrus:before{content:""}.fi-ts-martini-glass-empty:before{content:""}.fi-ts-mask-carnival:before{content:""}.fi-ts-mask-face:before{content:""}.fi-ts-mask-snorkel:before{content:""}.fi-ts-massage:before{content:""}.fi-ts-match-fire:before{content:""}.fi-ts-mattress-pillow:before{content:""}.fi-ts-measuring-tape:before{content:""}.fi-ts-meat:before{content:""}.fi-ts-medal:before{content:""}.fi-ts-medical-star:before{content:""}.fi-ts-medicine:before{content:""}.fi-ts-meditation:before{content:""}.fi-ts-meeting-alt:before{content:""}.fi-ts-meeting:before{content:""}.fi-ts-megaphone-announcement-leader:before{content:""}.fi-ts-megaphone:before{content:""}.fi-ts-meh-blank:before{content:""}.fi-ts-meh-rolling-eyes:before{content:""}.fi-ts-meh:before{content:""}.fi-ts-melon-alt:before{content:""}.fi-ts-melon:before{content:""}.fi-ts-member-list:before{content:""}.fi-ts-member-search:before{content:""}.fi-ts-membership-vip:before{content:""}.fi-ts-membership:before{content:""}.fi-ts-memo-circle-check:before{content:""}.fi-ts-memo-pad:before{content:""}.fi-ts-memo:before{content:""}.fi-ts-memory:before{content:""}.fi-ts-mercury:before{content:""}.fi-ts-message-arrow-down:before{content:""}.fi-ts-message-arrow-up-right:before{content:""}.fi-ts-message-arrow-up:before{content:""}.fi-ts-message-bot:before{content:""}.fi-ts-message-code:before{content:""}.fi-ts-message-dollar:before{content:""}.fi-ts-message-heart:before{content:""}.fi-ts-message-image:before{content:""}.fi-ts-message-question:before{content:""}.fi-ts-message-quote:before{content:""}.fi-ts-message-slash:before{content:""}.fi-ts-message-sms:before{content:""}.fi-ts-message-text:before{content:""}.fi-ts-message-xmark:before{content:""}.fi-ts-messages-dollar:before{content:""}.fi-ts-messages-question:before{content:""}.fi-ts-messages:before{content:""}.fi-ts-meteor:before{content:""}.fi-ts-meter-bolt:before{content:""}.fi-ts-meter-droplet:before{content:""}.fi-ts-meter-fire:before{content:""}.fi-ts-meter:before{content:""}.fi-ts-method:before{content:""}.fi-ts-microchip-ai:before{content:""}.fi-ts-microchip:before{content:""}.fi-ts-microphone-alt:before{content:""}.fi-ts-microphone-slash:before{content:""}.fi-ts-microscope:before{content:""}.fi-ts-microwave:before{content:""}.fi-ts-milk-alt:before{content:""}.fi-ts-milk:before{content:""}.fi-ts-mill-sign:before{content:""}.fi-ts-mind-share:before{content:""}.fi-ts-minus-circle:before{content:""}.fi-ts-minus-hexagon:before{content:""}.fi-ts-mistletoe:before{content:""}.fi-ts-mix:before{content:""}.fi-ts-mobile-button:before{content:""}.fi-ts-mobile-notch:before{content:""}.fi-ts-mobile:before{content:""}.fi-ts-mockup:before{content:""}.fi-ts-mode-alt:before{content:""}.fi-ts-mode:before{content:""}.fi-ts-model-cube-arrows:before{content:""}.fi-ts-model-cube-space:before{content:""}.fi-ts-model-cube:before{content:""}.fi-ts-module:before{content:""}.fi-ts-monday:before{content:""}.fi-ts-money-bill-simple:before{content:""}.fi-ts-money-bill-transfer:before{content:""}.fi-ts-money-bill-wave-alt:before{content:""}.fi-ts-money-bill-wave:before{content:""}.fi-ts-money-bills-simple:before{content:""}.fi-ts-money-bills:before{content:""}.fi-ts-money-check-edit-alt:before{content:""}.fi-ts-money-check-edit:before{content:""}.fi-ts-money-check:before{content:""}.fi-ts-money-coin-transfer:before{content:""}.fi-ts-money-from-bracket:before{content:""}.fi-ts-money-simple-from-bracket:before{content:""}.fi-ts-money-transfer-alt:before{content:""}.fi-ts-money-transfer-coin-arrow:before{content:""}.fi-ts-money-transfer-smartphone:before{content:""}.fi-ts-money-wings:before{content:""}.fi-ts-money:before{content:""}.fi-ts-monkey:before{content:""}.fi-ts-monument:before{content:""}.fi-ts-moon-stars:before{content:""}.fi-ts-moon:before{content:""}.fi-ts-moped:before{content:""}.fi-ts-mortar-pestle:before{content:""}.fi-ts-mortgage:before{content:""}.fi-ts-mosque-alt:before{content:""}.fi-ts-mosque-moon:before{content:""}.fi-ts-mosque:before{content:""}.fi-ts-mosquito-net:before{content:""}.fi-ts-mosquito:before{content:""}.fi-ts-motorcycle:before{content:""}.fi-ts-mound:before{content:""}.fi-ts-mountain-city:before{content:""}.fi-ts-mountain:before{content:""}.fi-ts-mountains:before{content:""}.fi-ts-mouse-field:before{content:""}.fi-ts-mouse:before{content:""}.fi-ts-mov-file:before{content:""}.fi-ts-move-to-folder-2:before{content:""}.fi-ts-move-to-folder:before{content:""}.fi-ts-mp3-file:before{content:""}.fi-ts-mp3-player:before{content:""}.fi-ts-mp4-file:before{content:""}.fi-ts-mug-alt:before{content:""}.fi-ts-mug-hot-alt:before{content:"豈"}.fi-ts-mug-hot:before{content:"更"}.fi-ts-mug-marshmallows:before{content:"車"}.fi-ts-mug-tea-saucer:before{content:"賈"}.fi-ts-mug-tea:before{content:"滑"}.fi-ts-mug:before{content:"串"}.fi-ts-multiple-alt:before{content:"句"}.fi-ts-multiple:before{content:"龜"}.fi-ts-muscle:before{content:"龜"}.fi-ts-mushroom-alt:before{content:"契"}.fi-ts-mushroom:before{content:"金"}.fi-ts-music-file:before{content:"喇"}.fi-ts-music-note-slash:before{content:"奈"}.fi-ts-music-note:before{content:"懶"}.fi-ts-music-slash:before{content:"癩"}.fi-ts-n:before{content:"羅"}.fi-ts-naira-sign:before{content:"蘿"}.fi-ts-narwhal:before{content:"螺"}.fi-ts-nesting-dolls:before{content:"裸"}.fi-ts-network-analytic:before{content:"邏"}.fi-ts-network-cloud:before{content:"樂"}.fi-ts-network:before{content:"洛"}.fi-ts-neuter:before{content:"烙"}.fi-ts-newsletter-subscribe:before{content:"珞"}.fi-ts-newspaper-open:before{content:"落"}.fi-ts-newspaper:before{content:"酪"}.fi-ts-nfc-lock:before{content:"駱"}.fi-ts-nfc-magnifying-glass:before{content:"亂"}.fi-ts-nfc-pen:before{content:"卵"}.fi-ts-nfc-slash:before{content:"欄"}.fi-ts-nfc-trash:before{content:"爛"}.fi-ts-nfc:before{content:"蘭"}.fi-ts-night-day:before{content:"鸞"}.fi-ts-no-fee:before{content:"嵐"}.fi-ts-no-people:before{content:"濫"}.fi-ts-noodles:before{content:"藍"}.fi-ts-nose:before{content:"襤"}.fi-ts-not-equal:before{content:"拉"}.fi-ts-not-found-alt:before{content:"臘"}.fi-ts-not-found-magnifying-glass:before{content:"蠟"}.fi-ts-not-found:before{content:"廊"}.fi-ts-notdef:before{content:"朗"}.fi-ts-note-medical:before{content:"浪"}.fi-ts-note-sticky:before{content:"狼"}.fi-ts-note:before{content:"郎"}.fi-ts-notebook-alt:before{content:"來"}.fi-ts-notebook:before{content:"冷"}.fi-ts-notes-medical:before{content:"勞"}.fi-ts-notes:before{content:"擄"}.fi-ts-o:before{content:"櫓"}.fi-ts-object-exclude:before{content:"爐"}.fi-ts-object-group:before{content:"盧"}.fi-ts-object-intersect:before{content:"老"}.fi-ts-object-subtract:before{content:"蘆"}.fi-ts-object-ungroup:before{content:"虜"}.fi-ts-object-union:before{content:"路"}.fi-ts-objects-column:before{content:"露"}.fi-ts-octagon-check:before{content:"魯"}.fi-ts-octagon-divide:before{content:"鷺"}.fi-ts-octagon-exclamation:before{content:"碌"}.fi-ts-octagon-minus:before{content:"祿"}.fi-ts-octagon-plus:before{content:"綠"}.fi-ts-octagon-xmark:before{content:"菉"}.fi-ts-octagon:before{content:"錄"}.fi-ts-oil-can:before{content:"鹿"}.fi-ts-oil-temp:before{content:"論"}.fi-ts-olive-oil:before{content:"壟"}.fi-ts-olive:before{content:"弄"}.fi-ts-olives:before{content:"籠"}.fi-ts-om:before{content:"聾"}.fi-ts-omega:before{content:"牢"}.fi-ts-onboarding:before{content:"磊"}.fi-ts-onion:before{content:"賂"}.fi-ts-open-mail-clip:before{content:"雷"}.fi-ts-operating-system-upgrade:before{content:"壘"}.fi-ts-operation:before{content:"屢"}.fi-ts-order-history:before{content:"樓"}.fi-ts-organization-chart:before{content:"淚"}.fi-ts-ornament:before{content:"漏"}.fi-ts-otp:before{content:"累"}.fi-ts-otter:before{content:"縷"}.fi-ts-outdent:before{content:"陋"}.fi-ts-oval-alt:before{content:"勒"}.fi-ts-oval:before{content:"肋"}.fi-ts-oven:before{content:"凜"}.fi-ts-overline:before{content:"凌"}.fi-ts-overview:before{content:"稜"}.fi-ts-p:before{content:"綾"}.fi-ts-package:before{content:"菱"}.fi-ts-padlock-check:before{content:"陵"}.fi-ts-page-break:before{content:"讀"}.fi-ts-pager:before{content:"拏"}.fi-ts-paid:before{content:"樂"}.fi-ts-paint-roller:before{content:"諾"}.fi-ts-paintbrush-pencil:before{content:"丹"}.fi-ts-pallet-alt:before{content:"寧"}.fi-ts-pallet:before{content:"怒"}.fi-ts-pan-food:before{content:"率"}.fi-ts-pan-frying:before{content:"異"}.fi-ts-pan:before{content:"北"}.fi-ts-pancakes:before{content:"磻"}.fi-ts-panorama:before{content:"便"}.fi-ts-paper-plane-top:before{content:"復"}.fi-ts-paper-plane:before{content:"不"}.fi-ts-paperclip-vertical:before{content:"泌"}.fi-ts-parachute-box:before{content:"數"}.fi-ts-paragraph-left:before{content:"索"}.fi-ts-paragraph:before{content:"參"}.fi-ts-parking-circle-slash:before{content:"塞"}.fi-ts-parking-circle:before{content:"省"}.fi-ts-parking-slash:before{content:"葉"}.fi-ts-parking:before{content:"說"}.fi-ts-party-bell:before{content:"殺"}.fi-ts-party-horn:before{content:"辰"}.fi-ts-passport:before{content:"沈"}.fi-ts-password-alt:before{content:"拾"}.fi-ts-password-computer:before{content:"若"}.fi-ts-password-email:before{content:"掠"}.fi-ts-password-smartphone:before{content:"略"}.fi-ts-password:before{content:"亮"}.fi-ts-paste:before{content:"兩"}.fi-ts-pattern:before{content:"凉"}.fi-ts-pause-circle:before{content:"梁"}.fi-ts-pause-square:before{content:"糧"}.fi-ts-paw-claws:before{content:"良"}.fi-ts-paw-heart:before{content:"諒"}.fi-ts-paw:before{content:"量"}.fi-ts-payment-pos:before{content:"勵"}.fi-ts-payroll-calendar:before{content:"呂"}.fi-ts-payroll-check:before{content:"女"}.fi-ts-payroll:before{content:"廬"}.fi-ts-peace:before{content:"旅"}.fi-ts-peach:before{content:"濾"}.fi-ts-peanut:before{content:"礪"}.fi-ts-peanuts:before{content:"閭"}.fi-ts-peapod:before{content:"驪"}.fi-ts-pear:before{content:"麗"}.fi-ts-pedestal:before{content:"黎"}.fi-ts-pen-circle:before{content:"力"}.fi-ts-pen-clip-slash:before{content:"曆"}.fi-ts-pen-clip:before{content:"歷"}.fi-ts-pen-fancy-slash:before{content:"轢"}.fi-ts-pen-fancy:before{content:"年"}.fi-ts-pen-field:before{content:"憐"}.fi-ts-pen-nib-slash:before{content:"戀"}.fi-ts-pen-nib:before{content:"撚"}.fi-ts-pen-slash:before{content:"漣"}.fi-ts-pen-square:before{content:"煉"}.fi-ts-pen-swirl:before{content:"璉"}.fi-ts-pencil-paintbrush:before{content:"秊"}.fi-ts-pencil-ruler:before{content:"練"}.fi-ts-pencil-slash:before{content:"聯"}.fi-ts-pending:before{content:"輦"}.fi-ts-pennant:before{content:"蓮"}.fi-ts-people-arrows-left-right:before{content:"連"}.fi-ts-people-carry-box:before{content:"鍊"}.fi-ts-people-dress:before{content:"列"}.fi-ts-people-network-partner:before{content:"劣"}.fi-ts-people-pants:before{content:"咽"}.fi-ts-people-poll:before{content:"烈"}.fi-ts-people-pulling:before{content:"裂"}.fi-ts-people-roof:before{content:"說"}.fi-ts-people:before{content:"廉"}.fi-ts-pepper-alt:before{content:"念"}.fi-ts-pepper-hot:before{content:"捻"}.fi-ts-pepper:before{content:"殮"}.fi-ts-percent-10:before{content:"簾"}.fi-ts-percent-100:before{content:"獵"}.fi-ts-percent-20:before{content:"令"}.fi-ts-percent-25:before{content:"囹"}.fi-ts-percent-30:before{content:"寧"}.fi-ts-percent-40:before{content:"嶺"}.fi-ts-percent-50:before{content:"怜"}.fi-ts-percent-60:before{content:"玲"}.fi-ts-percent-70:before{content:"瑩"}.fi-ts-percent-75:before{content:"羚"}.fi-ts-percent-80:before{content:"聆"}.fi-ts-percent-90:before{content:"鈴"}.fi-ts-percentage:before{content:"零"}.fi-ts-person-burst:before{content:"靈"}.fi-ts-person-carry-box:before{content:"領"}.fi-ts-person-circle-check:before{content:"例"}.fi-ts-person-circle-exclamation:before{content:"禮"}.fi-ts-person-circle-minus:before{content:"醴"}.fi-ts-person-circle-plus:before{content:"隸"}.fi-ts-person-circle-question:before{content:"惡"}.fi-ts-person-circle-xmark:before{content:"了"}.fi-ts-person-cv:before{content:"僚"}.fi-ts-person-dolly-empty:before{content:"寮"}.fi-ts-person-dolly:before{content:"尿"}.fi-ts-person-dress-simple:before{content:"料"}.fi-ts-person-dress:before{content:"樂"}.fi-ts-person-luggage:before{content:"燎"}.fi-ts-person-lunge:before{content:"療"}.fi-ts-person-pilates:before{content:"蓼"}.fi-ts-person-praying:before{content:"遼"}.fi-ts-person-pregnant:before{content:"龍"}.fi-ts-person-seat-reclined:before{content:"暈"}.fi-ts-person-seat:before{content:"阮"}.fi-ts-person-shelter:before{content:"劉"}.fi-ts-person-sign:before{content:"杻"}.fi-ts-person-simple:before{content:"柳"}.fi-ts-person-walking-with-cane:before{content:"流"}.fi-ts-peseta-sign:before{content:"溜"}.fi-ts-peso-sign:before{content:"琉"}.fi-ts-pets:before{content:"留"}.fi-ts-pharmacy:before{content:"硫"}.fi-ts-phone-call:before{content:"紐"}.fi-ts-phone-cross:before{content:"類"}.fi-ts-phone-flip:before{content:"六"}.fi-ts-phone-heart-message:before{content:"戮"}.fi-ts-phone-office:before{content:"陸"}.fi-ts-phone-pause:before{content:"倫"}.fi-ts-phone-plus:before{content:"崙"}.fi-ts-phone-rotary:before{content:"淪"}.fi-ts-phone-slash:before{content:"輪"}.fi-ts-photo-capture:before{content:"律"}.fi-ts-photo-film-music:before{content:"慄"}.fi-ts-photo-video:before{content:"栗"}.fi-ts-physics:before{content:"率"}.fi-ts-Pi:before{content:"隆"}.fi-ts-piano-keyboard:before{content:"利"}.fi-ts-piano:before{content:"吏"}.fi-ts-pickaxe:before{content:"履"}.fi-ts-picking-box:before{content:"易"}.fi-ts-picking:before{content:"李"}.fi-ts-picnic:before{content:"梨"}.fi-ts-picpeople-filled:before{content:"泥"}.fi-ts-picpeople:before{content:"理"}.fi-ts-pie:before{content:"痢"}.fi-ts-pig-bank-bulb:before{content:"罹"}.fi-ts-pig-face:before{content:"裏"}.fi-ts-pig:before{content:"裡"}.fi-ts-piggy-bank-budget:before{content:"里"}.fi-ts-piggy-bank:before{content:"離"}.fi-ts-pills:before{content:"匿"}.fi-ts-pinata:before{content:"溺"}.fi-ts-pineapple-alt:before{content:"吝"}.fi-ts-pineapple:before{content:"燐"}.fi-ts-pipe-smoking:before{content:"璘"}.fi-ts-pizza-slice:before{content:"藺"}.fi-ts-place-of-worship:before{content:"隣"}.fi-ts-plan-strategy:before{content:"鱗"}.fi-ts-plan:before{content:"麟"}.fi-ts-plane-alt:before{content:"林"}.fi-ts-plane-arrival:before{content:"淋"}.fi-ts-plane-departure:before{content:"臨"}.fi-ts-plane-prop:before{content:"立"}.fi-ts-plane-slash:before{content:"笠"}.fi-ts-plane-tail:before{content:"粒"}.fi-ts-planet-moon:before{content:"狀"}.fi-ts-planet-ringed:before{content:"炙"}.fi-ts-plant-care:before{content:"識"}.fi-ts-plant-growth:before{content:"什"}.fi-ts-plant-seed-invest:before{content:"茶"}.fi-ts-plant-wilt:before{content:"刺"}.fi-ts-plate-utensils:before{content:"切"}.fi-ts-plate-wheat:before{content:"度"}.fi-ts-plate:before{content:"拓"}.fi-ts-play-circle:before{content:"糖"}.fi-ts-play-microphone:before{content:"宅"}.fi-ts-play-pause:before{content:"洞"}.fi-ts-plug-alt:before{content:"暴"}.fi-ts-plug-cable:before{content:"輻"}.fi-ts-plug-circle-bolt:before{content:"行"}.fi-ts-plug-circle-check:before{content:"降"}.fi-ts-plug-circle-exclamation:before{content:"見"}.fi-ts-plug-circle-minus:before{content:"廓"}.fi-ts-plug-circle-plus:before{content:"兀"}.fi-ts-plug-connection:before{content:"嗀"}.fi-ts-plug:before{content:"﨎"}.fi-ts-plus-hexagon:before{content:"﨏"}.fi-ts-plus-minus:before{content:"塚"}.fi-ts-png-file:before{content:"﨑"}.fi-ts-podcast:before{content:"晴"}.fi-ts-podium-star:before{content:"﨓"}.fi-ts-podium-victory-leader:before{content:"﨔"}.fi-ts-podium:before{content:"凞"}.fi-ts-point-of-sale-bill:before{content:"猪"}.fi-ts-point-of-sale-signal:before{content:"益"}.fi-ts-point-of-sale:before{content:"礼"}.fi-ts-pointer-loading:before{content:"神"}.fi-ts-pointer-text:before{content:"祥"}.fi-ts-police-box:before{content:"福"}.fi-ts-poll-h:before{content:"靖"}.fi-ts-pollution:before{content:"精"}.fi-ts-pompebled:before{content:"羽"}.fi-ts-poo-bolt:before{content:"﨟"}.fi-ts-poo:before{content:"蘒"}.fi-ts-pool-8-ball:before{content:"﨡"}.fi-ts-poop:before{content:"諸"}.fi-ts-popcorn:before{content:"﨣"}.fi-ts-popsicle:before{content:"﨤"}.fi-ts-portal-enter:before{content:"逸"}.fi-ts-portal-exit:before{content:"都"}.fi-ts-postal-address:before{content:"﨧"}.fi-ts-pot:before{content:"﨨"}.fi-ts-potato:before{content:"﨩"}.fi-ts-pound:before{content:"飯"}.fi-ts-ppt-file:before{content:"飼"}.fi-ts-practice:before{content:"館"}.fi-ts-praying-hands:before{content:"鶴"}.fi-ts-prescription-bottle-alt:before{content:"郞"}.fi-ts-prescription-bottle-pill:before{content:"隷"}.fi-ts-prescription-bottle:before{content:"侮"}.fi-ts-prescription:before{content:"僧"}.fi-ts-presentation:before{content:"免"}.fi-ts-preview:before{content:"勉"}.fi-ts-previous-square:before{content:"勤"}.fi-ts-print-magnifying-glass:before{content:"卑"}.fi-ts-print-slash:before{content:"喝"}.fi-ts-print:before{content:"嘆"}.fi-ts-priority-arrow:before{content:"器"}.fi-ts-priority-arrows:before{content:"塀"}.fi-ts-priority-importance:before{content:"墨"}.fi-ts-problem-solving:before{content:"層"}.fi-ts-procedures:before{content:"屮"}.fi-ts-process:before{content:"悔"}.fi-ts-productivity:before{content:"慨"}.fi-ts-progress-complete:before{content:"憎"}.fi-ts-progress-download:before{content:"懲"}.fi-ts-progress-upload:before{content:"敏"}.fi-ts-projector:before{content:"既"}.fi-ts-protractor:before{content:"暑"}.fi-ts-pulse:before{content:"梅"}.fi-ts-pump-medical:before{content:"海"}.fi-ts-pump:before{content:"渚"}.fi-ts-pumpkin-alt-2:before{content:"漢"}.fi-ts-pumpkin-alt:before{content:"煮"}.fi-ts-pumpkin:before{content:"爫"}.fi-ts-puzzle-alt:before{content:"琢"}.fi-ts-puzzle-piece-integration:before{content:"碑"}.fi-ts-puzzle-piece:before{content:"社"}.fi-ts-puzzle-pieces:before{content:"祉"}.fi-ts-pyramid:before{content:"祈"}.fi-ts-q:before{content:"祐"}.fi-ts-qr-scan:before{content:"祖"}.fi-ts-QR:before{content:"祝"}.fi-ts-qrcode:before{content:"禍"}.fi-ts-question-square:before{content:"禎"}.fi-ts-question:before{content:"穀"}.fi-ts-queue-alt:before{content:"突"}.fi-ts-queue-line:before{content:"節"}.fi-ts-queue-signal:before{content:"練"}.fi-ts-queue:before{content:"縉"}.fi-ts-quill-pen-story:before{content:"繁"}.fi-ts-quiz-alt:before{content:"署"}.fi-ts-quiz:before{content:"者"}.fi-ts-r:before{content:"臭"}.fi-ts-rabbit-fast:before{content:"艹"}.fi-ts-rabbit:before{content:"艹"}.fi-ts-raccoon:before{content:"著"}.fi-ts-racquet:before{content:"褐"}.fi-ts-radar-monitoring-track:before{content:"視"}.fi-ts-radar:before{content:"謁"}.fi-ts-radiation-alt:before{content:"謹"}.fi-ts-radiation:before{content:"賓"}.fi-ts-radio-alt:before{content:"贈"}.fi-ts-radio-button:before{content:"辶"}.fi-ts-radio:before{content:"逸"}.fi-ts-radish:before{content:"難"}.fi-ts-rainbow:before{content:"響"}.fi-ts-raindrops:before{content:"頻"}.fi-ts-ram:before{content:"恵"}.fi-ts-ramp-loading:before{content:"𤋮"}.fi-ts-rank:before{content:"舘"}.fi-ts-ranking-podium-empty:before{content:"﩮"}.fi-ts-ranking-podium:before{content:"﩯"}.fi-ts-ranking-star:before{content:"並"}.fi-ts-ranking-stars:before{content:"况"}.fi-ts-raygun:before{content:"全"}.fi-ts-razor-barber:before{content:"侀"}.fi-ts-react:before{content:"充"}.fi-ts-recipe-book:before{content:"冀"}.fi-ts-recipe:before{content:"勇"}.fi-ts-record-vinyl:before{content:"勺"}.fi-ts-rectangle-barcode:before{content:"喝"}.fi-ts-rectangle-code:before{content:"啕"}.fi-ts-rectangle-history-circle-plus:before{content:"喙"}.fi-ts-rectangle-horizontal:before{content:"嗢"}.fi-ts-rectangle-list:before{content:"塚"}.fi-ts-rectangle-panoramic:before{content:"墳"}.fi-ts-rectangle-pro:before{content:"奄"}.fi-ts-rectangle-vertical-history:before{content:"奔"}.fi-ts-rectangle-vertical:before{content:"婢"}.fi-ts-rectangle-xmark:before{content:"嬨"}.fi-ts-rectangles-mixed:before{content:"廒"}.fi-ts-recycle-bin:before{content:"廙"}.fi-ts-recycle:before{content:"彩"}.fi-ts-redo-alt:before{content:"徭"}.fi-ts-reel:before{content:"惘"}.fi-ts-refer-arrow:before{content:"慎"}.fi-ts-refer:before{content:"愈"}.fi-ts-referral-alt:before{content:"憎"}.fi-ts-referral-user:before{content:"慠"}.fi-ts-referral:before{content:"懲"}.fi-ts-reflect-horizontal-alt:before{content:"戴"}.fi-ts-reflect-horizontal:before{content:"揄"}.fi-ts-reflect-vertical:before{content:"搜"}.fi-ts-refrigerator:before{content:"摒"}.fi-ts-refund-alt:before{content:"敖"}.fi-ts-refund:before{content:"晴"}.fi-ts-region-pin-alt:before{content:"朗"}.fi-ts-region-pin:before{content:"望"}.fi-ts-registered:before{content:"杖"}.fi-ts-registration-paper:before{content:"歹"}.fi-ts-remove-folder:before{content:"殺"}.fi-ts-remove-user:before{content:"流"}.fi-ts-rent-signal:before{content:"滛"}.fi-ts-rent:before{content:"滋"}.fi-ts-replace:before{content:"漢"}.fi-ts-replay-10:before{content:"瀞"}.fi-ts-replay-30:before{content:"煮"}.fi-ts-replay-5:before{content:"瞧"}.fi-ts-reply-all:before{content:"爵"}.fi-ts-republican:before{content:"犯"}.fi-ts-reservation-smartphone:before{content:"猪"}.fi-ts-reservation-table:before{content:"瑱"}.fi-ts-resistance-band:before{content:"甆"}.fi-ts-resources:before{content:"画"}.fi-ts-restaurant:before{content:"瘝"}.fi-ts-restock:before{content:"瘟"}.fi-ts-restroom-simple:before{content:"益"}.fi-ts-resume:before{content:"盛"}.fi-ts-revenue-alt:before{content:"直"}.fi-ts-revenue-euro:before{content:"睊"}.fi-ts-Revenue:before{content:"着"}.fi-ts-review:before{content:"磌"}.fi-ts-rewind-button-circle:before{content:"窱"}.fi-ts-rhombus:before{content:"節"}.fi-ts-ribbon:before{content:"类"}.fi-ts-right-from-bracket:before{content:"絛"}.fi-ts-right:before{content:"練"}.fi-ts-ring-diamond:before{content:"缾"}.fi-ts-ring:before{content:"者"}.fi-ts-rings-wedding:before{content:"荒"}.fi-ts-risk-alt:before{content:"華"}.fi-ts-risk:before{content:"蝹"}.fi-ts-road-barrier:before{content:"襁"}.fi-ts-road-sign-left:before{content:"覆"}.fi-ts-robot:before{content:"視"}.fi-ts-robotic-arm:before{content:"調"}.fi-ts-rocket-lunch:before{content:"諸"}.fi-ts-rocket:before{content:"請"}.fi-ts-roller-coaster:before{content:"謁"}.fi-ts-room-service:before{content:"諾"}.fi-ts-rotate-exclamation:before{content:"諭"}.fi-ts-rotate-reverse:before{content:"謹"}.fi-ts-rotate-square:before{content:"變"}.fi-ts-roulette:before{content:"贈"}.fi-ts-route-highway:before{content:"輸"}.fi-ts-route-interstate:before{content:"遲"}.fi-ts-route:before{content:"醙"}.fi-ts-router:before{content:"鉶"}.fi-ts-rss-alt:before{content:"陼"}.fi-ts-rss:before{content:"難"}.fi-ts-ruble-sign:before{content:"靖"}.fi-ts-rugby-helmet:before{content:"韛"}.fi-ts-ruler-combined:before{content:"響"}.fi-ts-ruler-horizontal:before{content:"頋"}.fi-ts-ruler-triangle:before{content:"頻"}.fi-ts-ruler-vertical:before{content:"鬒"}.fi-ts-rules-alt:before{content:"龜"}.fi-ts-rules:before{content:"𢡊"}.fi-ts-running-track:before{content:"𢡄"}.fi-ts-running:before{content:"𣏕"}.fi-ts-rupee-sign:before{content:"㮝"}.fi-ts-rupiah-sign:before{content:"䀘"}.fi-ts-rv:before{content:"䀹"}.fi-ts-s:before{content:"𥉉"}.fi-ts-sack-dollar:before{content:"𥳐"}.fi-ts-sack:before{content:"𧻓"}.fi-ts-sad-cry:before{content:"齃"}.fi-ts-sad-tear:before{content:"龎"}.fi-ts-sad:before{content:"﫚"}.fi-ts-safe-box:before{content:"﫛"}.fi-ts-sailboat:before{content:"﫜"}.fi-ts-salad:before{content:"﫝"}.fi-ts-salary-alt:before{content:"﫞"}.fi-ts-salt-pepper:before{content:"﫟"}.fi-ts-salt-shaker:before{content:"﫠"}.fi-ts-sandwich-alt:before{content:"﫡"}.fi-ts-sandwich:before{content:"﫢"}.fi-ts-satellite-dish:before{content:"﫣"}.fi-ts-satellite:before{content:"﫤"}.fi-ts-saturday:before{content:"﫥"}.fi-ts-sauce:before{content:"﫦"}.fi-ts-sausage:before{content:"﫧"}.fi-ts-sax-hot:before{content:"﫨"}.fi-ts-saxophone:before{content:"﫩"}.fi-ts-scale-comparison-alt:before{content:"﫪"}.fi-ts-scale-comparison:before{content:"﫫"}.fi-ts-scale:before{content:"﫬"}.fi-ts-scalpel-path:before{content:"﫭"}.fi-ts-scalpel:before{content:"﫮"}.fi-ts-scanner-gun:before{content:"﫯"}.fi-ts-scanner-image:before{content:"﫰"}.fi-ts-scanner-keyboard:before{content:"﫱"}.fi-ts-scanner-touchscreen:before{content:"﫲"}.fi-ts-scarecrow:before{content:"﫳"}.fi-ts-scarf:before{content:"﫴"}.fi-ts-school-bus:before{content:"﫵"}.fi-ts-school:before{content:"﫶"}.fi-ts-scooter:before{content:"﫷"}.fi-ts-screen:before{content:"﫸"}.fi-ts-screencast:before{content:"﫹"}.fi-ts-screw-alt:before{content:"﫺"}.fi-ts-screw:before{content:"﫻"}.fi-ts-screwdriver:before{content:"﫼"}.fi-ts-scribble:before{content:"﫽"}.fi-ts-script:before{content:"﫾"}.fi-ts-scroll-document-story:before{content:"﫿"}.fi-ts-scroll-old:before{content:"ﬀ"}.fi-ts-scroll-torah:before{content:"ﬁ"}.fi-ts-scroll:before{content:"ﬂ"}.fi-ts-scrubber:before{content:"ﬃ"}.fi-ts-scythe:before{content:"ﬄ"}.fi-ts-sd-card:before{content:"ﬅ"}.fi-ts-sd-cards:before{content:"ﬆ"}.fi-ts-seal-exclamation:before{content:"﬇"}.fi-ts-seal-question:before{content:"﬈"}.fi-ts-seal:before{content:"﬉"}.fi-ts-search-alt:before{content:"﬊"}.fi-ts-search-dollar:before{content:"﬋"}.fi-ts-search-heart:before{content:"﬌"}.fi-ts-search-location:before{content:"﬍"}.fi-ts-seat-airline:before{content:"﬎"}.fi-ts-seatbelt-safety-driver:before{content:"﬏"}.fi-ts-second-award:before{content:"﬐"}.fi-ts-second-laurel:before{content:"﬑"}.fi-ts-second-medal:before{content:"﬒"}.fi-ts-second:before{content:"ﬓ"}.fi-ts-seedling:before{content:"ﬔ"}.fi-ts-selection:before{content:"ﬕ"}.fi-ts-sell:before{content:"ﬖ"}.fi-ts-seller-store:before{content:"ﬗ"}.fi-ts-seller:before{content:"﬘"}.fi-ts-selling:before{content:"﬙"}.fi-ts-send-back:before{content:"﬚"}.fi-ts-send-backward:before{content:"﬛"}.fi-ts-send-money-smartphone:before{content:"﬜"}.fi-ts-send-money:before{content:"יִ"}.fi-ts-sensor-alert:before{content:"ﬞ"}.fi-ts-sensor-fire:before{content:"ײַ"}.fi-ts-sensor-on:before{content:"ﬠ"}.fi-ts-sensor-smoke:before{content:"ﬡ"}.fi-ts-sensor:before{content:"ﬢ"}.fi-ts-share-alt-square:before{content:"ﬣ"}.fi-ts-share-square:before{content:"ﬤ"}.fi-ts-sheep:before{content:"ﬥ"}.fi-ts-shekel-sign:before{content:"ﬦ"}.fi-ts-shelves:before{content:"ﬧ"}.fi-ts-shield-alt:before{content:"ﬨ"}.fi-ts-shield-cat:before{content:"﬩"}.fi-ts-shield-cross:before{content:"שׁ"}.fi-ts-shield-dog:before{content:"שׂ"}.fi-ts-shield-exclamation:before{content:"שּׁ"}.fi-ts-shield-interrogation:before{content:"שּׂ"}.fi-ts-shield-keyhole:before{content:"אַ"}.fi-ts-shield-minus:before{content:"אָ"}.fi-ts-shield-security-risk:before{content:"אּ"}.fi-ts-shield-slash:before{content:"בּ"}.fi-ts-shield-trust:before{content:"גּ"}.fi-ts-shield-virus:before{content:"דּ"}.fi-ts-shield-xmark:before{content:"הּ"}.fi-ts-shipping-fast:before{content:"וּ"}.fi-ts-shipping-timed:before{content:"זּ"}.fi-ts-shirt-long-sleeve:before{content:"﬷"}.fi-ts-shirt-running:before{content:"טּ"}.fi-ts-shirt-tank-top:before{content:"יּ"}.fi-ts-shirt:before{content:"ךּ"}.fi-ts-shish-kebab:before{content:"כּ"}.fi-ts-shoe-prints:before{content:"לּ"}.fi-ts-shop-lock:before{content:"﬽"}.fi-ts-shop-slash:before{content:"מּ"}.fi-ts-shopping-basket:before{content:"﬿"}.fi-ts-shopping-cart-buyer:before{content:"נּ"}.fi-ts-shovel-snow:before{content:"סּ"}.fi-ts-shovel:before{content:"﭂"}.fi-ts-shower-down:before{content:"ףּ"}.fi-ts-shower:before{content:"פּ"}.fi-ts-shredder:before{content:"﭅"}.fi-ts-shrimp:before{content:"צּ"}.fi-ts-shuttle-van:before{content:"קּ"}.fi-ts-shuttlecock:before{content:"רּ"}.fi-ts-Sickle:before{content:"שּ"}.fi-ts-sidebar-flip:before{content:"תּ"}.fi-ts-sidebar:before{content:"וֹ"}.fi-ts-sigma:before{content:"בֿ"}.fi-ts-sign-hanging:before{content:"כֿ"}.fi-ts-sign-in-alt:before{content:"פֿ"}.fi-ts-sign-out-alt:before{content:"ﭏ"}.fi-ts-sign-posts-wrench:before{content:"ﭐ"}.fi-ts-sign-posts:before{content:"ﭑ"}.fi-ts-sign-up:before{content:"ﭒ"}.fi-ts-signal-alt-1:before{content:"ﭓ"}.fi-ts-signal-alt-2:before{content:"ﭔ"}.fi-ts-signal-alt-slash:before{content:"ﭕ"}.fi-ts-signal-alt:before{content:"ﭖ"}.fi-ts-signal-bars-fair:before{content:"ﭗ"}.fi-ts-signal-bars-good:before{content:"ﭘ"}.fi-ts-signal-bars-weak:before{content:"ﭙ"}.fi-ts-signal-stream-slash:before{content:"ﭚ"}.fi-ts-signal-stream:before{content:"ﭛ"}.fi-ts-signature-lock:before{content:"ﭜ"}.fi-ts-signature-slash:before{content:"ﭝ"}.fi-ts-signature:before{content:"ﭞ"}.fi-ts-sim-card:before{content:"ﭟ"}.fi-ts-sim-cards:before{content:"ﭠ"}.fi-ts-sink:before{content:"ﭡ"}.fi-ts-siren-on:before{content:"ﭢ"}.fi-ts-Siren:before{content:"ﭣ"}.fi-ts-site-alt:before{content:"ﭤ"}.fi-ts-site-browser:before{content:"ﭥ"}.fi-ts-site:before{content:"ﭦ"}.fi-ts-sitemap:before{content:"ﭧ"}.fi-ts-skating:before{content:"ﭨ"}.fi-ts-skeleton-ribs:before{content:"ﭩ"}.fi-ts-skeleton:before{content:"ﭪ"}.fi-ts-skewer:before{content:"ﭫ"}.fi-ts-ski-boot-ski:before{content:"ﭬ"}.fi-ts-ski-jump:before{content:"ﭭ"}.fi-ts-ski-lift:before{content:"ﭮ"}.fi-ts-skiing-nordic:before{content:"ﭯ"}.fi-ts-skiing:before{content:"ﭰ"}.fi-ts-skill-alt:before{content:"ﭱ"}.fi-ts-skill-user:before{content:"ﭲ"}.fi-ts-skill:before{content:"ﭳ"}.fi-ts-skin-arrow:before{content:"ﭴ"}.fi-ts-skin-drop:before{content:"ﭵ"}.fi-ts-skin-hair:before{content:"ﭶ"}.fi-ts-skin:before{content:"ﭷ"}.fi-ts-skip-15-seconds:before{content:"ﭸ"}.fi-ts-skull-cow:before{content:"ﭹ"}.fi-ts-skull-crossbones:before{content:"ﭺ"}.fi-ts-skull:before{content:"ﭻ"}.fi-ts-slash:before{content:"ﭼ"}.fi-ts-sledding:before{content:"ﭽ"}.fi-ts-sleeping-bag:before{content:"ﭾ"}.fi-ts-sleigh:before{content:"ﭿ"}.fi-ts-sliders-h-square:before{content:"ﮀ"}.fi-ts-sliders-v-square:before{content:"ﮁ"}.fi-ts-sliders-v:before{content:"ﮂ"}.fi-ts-slot-machine:before{content:"ﮃ"}.fi-ts-smart-home-alt:before{content:"ﮄ"}.fi-ts-smart-home:before{content:"ﮅ"}.fi-ts-smartphone:before{content:"ﮆ"}.fi-ts-smile-beam:before{content:"ﮇ"}.fi-ts-smile-plus:before{content:"ﮈ"}.fi-ts-smile-wink:before{content:"ﮉ"}.fi-ts-smile:before{content:"ﮊ"}.fi-ts-smiley-comment-alt:before{content:"ﮋ"}.fi-ts-smog:before{content:"ﮌ"}.fi-ts-smoke:before{content:"ﮍ"}.fi-ts-smoking-ban:before{content:"ﮎ"}.fi-ts-smoking:before{content:"ﮏ"}.fi-ts-snake:before{content:"ﮐ"}.fi-ts-snap:before{content:"ﮑ"}.fi-ts-snooze:before{content:"ﮒ"}.fi-ts-snow-blowing:before{content:"ﮓ"}.fi-ts-snowboarding:before{content:"ﮔ"}.fi-ts-snowflake-droplets:before{content:"ﮕ"}.fi-ts-snowflake:before{content:"ﮖ"}.fi-ts-snowflakes:before{content:"ﮗ"}.fi-ts-snowman-alt:before{content:"ﮘ"}.fi-ts-snowman-head:before{content:"ﮙ"}.fi-ts-snowmobile:before{content:"ﮚ"}.fi-ts-snowplow:before{content:"ﮛ"}.fi-ts-soap-alt:before{content:"ﮜ"}.fi-ts-soap:before{content:"ﮝ"}.fi-ts-socks:before{content:"ﮞ"}.fi-ts-sofa-size:before{content:"ﮟ"}.fi-ts-sofa:before{content:"ﮠ"}.fi-ts-solar-panel-sun:before{content:"ﮡ"}.fi-ts-solar-panel:before{content:"ﮢ"}.fi-ts-solar-system:before{content:"ﮣ"}.fi-ts-sold-house:before{content:"ﮤ"}.fi-ts-sold-signal:before{content:"ﮥ"}.fi-ts-sort-alpha-down-alt:before{content:"ﮦ"}.fi-ts-sort-alpha-down:before{content:"ﮧ"}.fi-ts-sort-alpha-up-alt:before{content:"ﮨ"}.fi-ts-sort-alpha-up:before{content:"ﮩ"}.fi-ts-sort-alt:before{content:"ﮪ"}.fi-ts-sort-amount-down-alt:before{content:"ﮫ"}.fi-ts-sort-amount-down:before{content:"ﮬ"}.fi-ts-sort-amount-up-alt:before{content:"ﮭ"}.fi-ts-sort-amount-up:before{content:"ﮮ"}.fi-ts-sort-circle-down:before{content:"ﮯ"}.fi-ts-sort-circle-up:before{content:"ﮰ"}.fi-ts-sort-circle:before{content:"ﮱ"}.fi-ts-sort-down:before{content:"﮲"}.fi-ts-sort-numeric-down-alt:before{content:"﮳"}.fi-ts-sort-numeric-down:before{content:"﮴"}.fi-ts-sort-shapes-down:before{content:"﮵"}.fi-ts-sort-shapes-up:before{content:"﮶"}.fi-ts-sort-size-down:before{content:"﮷"}.fi-ts-sort-size-up:before{content:"﮸"}.fi-ts-sort:before{content:"﮹"}.fi-ts-soup:before{content:"﮺"}.fi-ts-source-data:before{content:"﮻"}.fi-ts-source-document-alt:before{content:"﮼"}.fi-ts-source-document:before{content:"﮽"}.fi-ts-spa:before{content:"﮾"}.fi-ts-space-shuttle:before{content:"﮿"}.fi-ts-space-station-moon-alt:before{content:"﯀"}.fi-ts-space-station-moon:before{content:"﯁"}.fi-ts-spade:before{content:"﯂"}.fi-ts-spaghetti-monster-flying:before{content:"﯃"}.fi-ts-spain-map:before{content:"﯄"}.fi-ts-sparkles:before{content:"﯅"}.fi-ts-spartan-helmet:before{content:"﯆"}.fi-ts-speaker:before{content:"﯇"}.fi-ts-speakers:before{content:"﯈"}.fi-ts-speech-bubble-story:before{content:"﯉"}.fi-ts-speedometer-arrow:before{content:"﯊"}.fi-ts-speedometer-kpi:before{content:"﯋"}.fi-ts-sphere:before{content:"﯌"}.fi-ts-spider-black-widow:before{content:"﯍"}.fi-ts-spider-web:before{content:"﯎"}.fi-ts-spider:before{content:"﯏"}.fi-ts-split-up-relation:before{content:"﯐"}.fi-ts-split:before{content:"﯑"}.fi-ts-splotch:before{content:"﯒"}.fi-ts-spoon:before{content:"ﯓ"}.fi-ts-spray-can-sparkles:before{content:"ﯔ"}.fi-ts-spray-can:before{content:"ﯕ"}.fi-ts-spring-calendar:before{content:"ﯖ"}.fi-ts-sprinkler:before{content:"ﯗ"}.fi-ts-spy:before{content:"ﯘ"}.fi-ts-square-0:before{content:"ﯙ"}.fi-ts-square-1:before{content:"ﯚ"}.fi-ts-square-2:before{content:"ﯛ"}.fi-ts-square-3:before{content:"ﯜ"}.fi-ts-square-4:before{content:"ﯝ"}.fi-ts-square-5:before{content:"ﯞ"}.fi-ts-square-6:before{content:"ﯟ"}.fi-ts-square-7:before{content:"ﯠ"}.fi-ts-square-8:before{content:"ﯡ"}.fi-ts-square-9:before{content:"ﯢ"}.fi-ts-square-a:before{content:"ﯣ"}.fi-ts-square-b:before{content:"ﯤ"}.fi-ts-square-bolt:before{content:"ﯥ"}.fi-ts-square-c:before{content:"ﯦ"}.fi-ts-square-code:before{content:"ﯧ"}.fi-ts-square-d:before{content:"ﯨ"}.fi-ts-square-dashed-circle-plus:before{content:"ﯩ"}.fi-ts-square-dashed:before{content:"ﯪ"}.fi-ts-square-divide:before{content:"ﯫ"}.fi-ts-square-e:before{content:"ﯬ"}.fi-ts-square-ellipsis-vertical:before{content:"ﯭ"}.fi-ts-square-ellipsis:before{content:"ﯮ"}.fi-ts-square-exclamation:before{content:"ﯯ"}.fi-ts-square-f:before{content:"ﯰ"}.fi-ts-square-g:before{content:"ﯱ"}.fi-ts-square-h:before{content:"ﯲ"}.fi-ts-square-heart:before{content:"ﯳ"}.fi-ts-square-i:before{content:"ﯴ"}.fi-ts-square-info:before{content:"ﯵ"}.fi-ts-square-j:before{content:"ﯶ"}.fi-ts-square-k:before{content:"ﯷ"}.fi-ts-square-kanban:before{content:"ﯸ"}.fi-ts-square-l:before{content:"ﯹ"}.fi-ts-square-m:before{content:"ﯺ"}.fi-ts-square-minus:before{content:"ﯻ"}.fi-ts-square-n:before{content:"ﯼ"}.fi-ts-square-o:before{content:"ﯽ"}.fi-ts-square-p:before{content:"ﯾ"}.fi-ts-square-phone-hangup:before{content:"ﯿ"}.fi-ts-square-plus:before{content:"ﰀ"}.fi-ts-square-poll-horizontal:before{content:"ﰁ"}.fi-ts-square-poll-vertical:before{content:"ﰂ"}.fi-ts-square-q:before{content:"ﰃ"}.fi-ts-square-quote:before{content:"ﰄ"}.fi-ts-square-r:before{content:"ﰅ"}.fi-ts-square-root:before{content:"ﰆ"}.fi-ts-square-s:before{content:"ﰇ"}.fi-ts-square-small:before{content:"ﰈ"}.fi-ts-square-star:before{content:"ﰉ"}.fi-ts-square-t:before{content:"ﰊ"}.fi-ts-square-terminal:before{content:"ﰋ"}.fi-ts-square-u:before{content:"ﰌ"}.fi-ts-square-up-right:before{content:"ﰍ"}.fi-ts-square-v:before{content:"ﰎ"}.fi-ts-square-w:before{content:"ﰏ"}.fi-ts-square-x:before{content:"ﰐ"}.fi-ts-square-y:before{content:"ﰑ"}.fi-ts-square-z:before{content:"ﰒ"}.fi-ts-square:before{content:"ﰓ"}.fi-ts-squid:before{content:"ﰔ"}.fi-ts-squircle:before{content:"ﰕ"}.fi-ts-squirrel:before{content:"ﰖ"}.fi-ts-staff:before{content:"ﰗ"}.fi-ts-stage-concert:before{content:"ﰘ"}.fi-ts-stage-theatre:before{content:"ﰙ"}.fi-ts-stage:before{content:"ﰚ"}.fi-ts-stairs:before{content:"ﰛ"}.fi-ts-stamp:before{content:"ﰜ"}.fi-ts-standard-definition:before{content:"ﰝ"}.fi-ts-star-and-crescent:before{content:"ﰞ"}.fi-ts-star-christmas:before{content:"ﰟ"}.fi-ts-star-comment-alt:before{content:"ﰠ"}.fi-ts-star-exclamation:before{content:"ﰡ"}.fi-ts-star-octogram:before{content:"ﰢ"}.fi-ts-star-of-david:before{content:"ﰣ"}.fi-ts-star-sharp-half-stroke:before{content:"ﰤ"}.fi-ts-star-sharp-half:before{content:"ﰥ"}.fi-ts-star-shooting:before{content:"ﰦ"}.fi-ts-starfighter:before{content:"ﰧ"}.fi-ts-stars:before{content:"ﰨ"}.fi-ts-state-country:before{content:"ﰩ"}.fi-ts-stationary-bike:before{content:"ﰪ"}.fi-ts-stats:before{content:"ﰫ"}.fi-ts-steak:before{content:"ﰬ"}.fi-ts-steering-wheel:before{content:"ﰭ"}.fi-ts-step-backward:before{content:"ﰮ"}.fi-ts-step-forward:before{content:"ﰯ"}.fi-ts-sterling-sign:before{content:"ﰰ"}.fi-ts-stethoscope:before{content:"ﰱ"}.fi-ts-sticker:before{content:"ﰲ"}.fi-ts-stocking:before{content:"ﰳ"}.fi-ts-stomach:before{content:"ﰴ"}.fi-ts-stop-circle:before{content:"ﰵ"}.fi-ts-stop-square:before{content:"ﰶ"}.fi-ts-stopwatch:before{content:"ﰷ"}.fi-ts-store-alt:before{content:"ﰸ"}.fi-ts-store-buyer:before{content:"ﰹ"}.fi-ts-store-lock:before{content:"ﰺ"}.fi-ts-store-slash:before{content:"ﰻ"}.fi-ts-story-book:before{content:"ﰼ"}.fi-ts-story-fairy-tale:before{content:"ﰽ"}.fi-ts-story-fantasy:before{content:"ﰾ"}.fi-ts-strategy-chess-risk:before{content:"ﰿ"}.fi-ts-strawberry:before{content:"ﱀ"}.fi-ts-street-view:before{content:"ﱁ"}.fi-ts-stretcher:before{content:"ﱂ"}.fi-ts-strikethrough:before{content:"ﱃ"}.fi-ts-stroopwafel:before{content:"ﱄ"}.fi-ts-student-alt:before{content:"ﱅ"}.fi-ts-student:before{content:"ﱆ"}.fi-ts-subscript:before{content:"ﱇ"}.fi-ts-subscription-alt:before{content:"ﱈ"}.fi-ts-subscription:before{content:"ﱉ"}.fi-ts-subtitles-slash:before{content:"ﱊ"}.fi-ts-subway:before{content:"ﱋ"}.fi-ts-suitcase-alt:before{content:"ﱌ"}.fi-ts-summary-check:before{content:"ﱍ"}.fi-ts-summer:before{content:"ﱎ"}.fi-ts-sun-dust:before{content:"ﱏ"}.fi-ts-sun-plant-wilt:before{content:"ﱐ"}.fi-ts-sun-salutation-yoga:before{content:"ﱑ"}.fi-ts-sun:before{content:"ﱒ"}.fi-ts-sunday:before{content:"ﱓ"}.fi-ts-sunglasses-alt:before{content:"ﱔ"}.fi-ts-sunglasses:before{content:"ﱕ"}.fi-ts-sunrise-alt:before{content:"ﱖ"}.fi-ts-sunrise:before{content:"ﱗ"}.fi-ts-sunset:before{content:"ﱘ"}.fi-ts-superscript:before{content:"ﱙ"}.fi-ts-supplier-alt:before{content:"ﱚ"}.fi-ts-supplier:before{content:"ﱛ"}.fi-ts-surprise:before{content:"ﱜ"}.fi-ts-surveillance-camera:before{content:"ﱝ"}.fi-ts-survey-xmark:before{content:"ﱞ"}.fi-ts-sushi-alt:before{content:"ﱟ"}.fi-ts-sushi-roll:before{content:"ﱠ"}.fi-ts-sushi:before{content:"ﱡ"}.fi-ts-svg:before{content:"ﱢ"}.fi-ts-swap:before{content:"ﱣ"}.fi-ts-swatchbook:before{content:"ﱤ"}.fi-ts-swimmer:before{content:"ﱥ"}.fi-ts-swimming-pool:before{content:"ﱦ"}.fi-ts-swing:before{content:"ﱧ"}.fi-ts-swipe-down:before{content:"ﱨ"}.fi-ts-swipe-left:before{content:"ﱩ"}.fi-ts-swipe-right:before{content:"ﱪ"}.fi-ts-swipe-up:before{content:"ﱫ"}.fi-ts-symbols:before{content:"ﱬ"}.fi-ts-synagogue:before{content:"ﱭ"}.fi-ts-syringe:before{content:"ﱮ"}.fi-ts-system-cloud:before{content:"ﱯ"}.fi-ts-t:before{content:"ﱰ"}.fi-ts-tab-folder:before{content:"ﱱ"}.fi-ts-table-columns:before{content:"ﱲ"}.fi-ts-table-layout:before{content:"ﱳ"}.fi-ts-table-list:before{content:"ﱴ"}.fi-ts-table-picnic:before{content:"ﱵ"}.fi-ts-table-pivot:before{content:"ﱶ"}.fi-ts-table-rows:before{content:"ﱷ"}.fi-ts-table-tree:before{content:"ﱸ"}.fi-ts-table:before{content:"ﱹ"}.fi-ts-tablet-android-alt:before{content:"ﱺ"}.fi-ts-tablet-android:before{content:"ﱻ"}.fi-ts-tablet-rugged:before{content:"ﱼ"}.fi-ts-tablet:before{content:"ﱽ"}.fi-ts-tachometer-alt-average:before{content:"ﱾ"}.fi-ts-tachometer-alt-fastest:before{content:"ﱿ"}.fi-ts-tachometer-alt-slow:before{content:"ﲀ"}.fi-ts-tachometer-alt-slowest:before{content:"ﲁ"}.fi-ts-tachometer-average:before{content:"ﲂ"}.fi-ts-tachometer-fast:before{content:"ﲃ"}.fi-ts-tachometer-fastest:before{content:"ﲄ"}.fi-ts-tachometer-slow:before{content:"ﲅ"}.fi-ts-tachometer-slowest:before{content:"ﲆ"}.fi-ts-tachometer:before{content:"ﲇ"}.fi-ts-taco:before{content:"ﲈ"}.fi-ts-tags:before{content:"ﲉ"}.fi-ts-talent-alt:before{content:"ﲊ"}.fi-ts-talent-hand:before{content:"ﲋ"}.fi-ts-talent:before{content:"ﲌ"}.fi-ts-tally-1:before{content:"ﲍ"}.fi-ts-tally-2:before{content:"ﲎ"}.fi-ts-tally-3:before{content:"ﲏ"}.fi-ts-tally-4:before{content:"ﲐ"}.fi-ts-tally:before{content:"ﲑ"}.fi-ts-tamale:before{content:"ﲒ"}.fi-ts-tank-water:before{content:"ﲓ"}.fi-ts-tap:before{content:"ﲔ"}.fi-ts-tape:before{content:"ﲕ"}.fi-ts-target-audience:before{content:"ﲖ"}.fi-ts-target:before{content:"ﲗ"}.fi-ts-tax-alt:before{content:"ﲘ"}.fi-ts-tax:before{content:"ﲙ"}.fi-ts-taxi-bus:before{content:"ﲚ"}.fi-ts-team-check-alt:before{content:"ﲛ"}.fi-ts-team-check:before{content:"ﲜ"}.fi-ts-teddy-bear:before{content:"ﲝ"}.fi-ts-teeth-open:before{content:"ﲞ"}.fi-ts-telescope:before{content:"ﲟ"}.fi-ts-temperature-down:before{content:"ﲠ"}.fi-ts-temperature-frigid:before{content:"ﲡ"}.fi-ts-temperature-high:before{content:"ﲢ"}.fi-ts-temperature-list:before{content:"ﲣ"}.fi-ts-temperature-low:before{content:"ﲤ"}.fi-ts-temperature-up:before{content:"ﲥ"}.fi-ts-template-alt:before{content:"ﲦ"}.fi-ts-template:before{content:"ﲧ"}.fi-ts-tenge:before{content:"ﲨ"}.fi-ts-tent-arrow-down-to-line:before{content:"ﲩ"}.fi-ts-tent-arrow-left-right:before{content:"ﲪ"}.fi-ts-tent-arrow-turn-left:before{content:"ﲫ"}.fi-ts-tent-arrows-down:before{content:"ﲬ"}.fi-ts-tents:before{content:"ﲭ"}.fi-ts-terminal:before{content:"ﲮ"}.fi-ts-terrace:before{content:"ﲯ"}.fi-ts-test-tube:before{content:"ﲰ"}.fi-ts-test:before{content:"ﲱ"}.fi-ts-text-box-dots:before{content:"ﲲ"}.fi-ts-text-box-edit:before{content:"ﲳ"}.fi-ts-text-box:before{content:"ﲴ"}.fi-ts-text-height:before{content:"ﲵ"}.fi-ts-text-shadow:before{content:"ﲶ"}.fi-ts-text-size:before{content:"ﲷ"}.fi-ts-text-slash:before{content:"ﲸ"}.fi-ts-text-width:before{content:"ﲹ"}.fi-ts-theater-masks:before{content:"ﲺ"}.fi-ts-thermometer-alt:before{content:"ﲻ"}.fi-ts-thermometer-empty:before{content:"ﲼ"}.fi-ts-thermometer-full:before{content:"ﲽ"}.fi-ts-thermometer-half:before{content:"ﲾ"}.fi-ts-thermometer-quarter:before{content:"ﲿ"}.fi-ts-thermometer-three-quarters:before{content:"ﳀ"}.fi-ts-theta:before{content:"ﳁ"}.fi-ts-third-award:before{content:"ﳂ"}.fi-ts-third-laurel:before{content:"ﳃ"}.fi-ts-third-medal:before{content:"ﳄ"}.fi-ts-third:before{content:"ﳅ"}.fi-ts-thought-bubble:before{content:"ﳆ"}.fi-ts-three-leaf-clover:before{content:"ﳇ"}.fi-ts-thumbs-up-trust:before{content:"ﳈ"}.fi-ts-thunderstorm-moon:before{content:"ﳉ"}.fi-ts-thunderstorm-risk:before{content:"ﳊ"}.fi-ts-thunderstorm-sun:before{content:"ﳋ"}.fi-ts-thunderstorm:before{content:"ﳌ"}.fi-ts-thursday:before{content:"ﳍ"}.fi-ts-ticket-airline:before{content:"ﳎ"}.fi-ts-ticket-alt:before{content:"ﳏ"}.fi-ts-tickets-airline:before{content:"ﳐ"}.fi-ts-tie:before{content:"ﳑ"}.fi-ts-tilde:before{content:"ﳒ"}.fi-ts-time-add:before{content:"ﳓ"}.fi-ts-time-check:before{content:"ﳔ"}.fi-ts-time-delete:before{content:"ﳕ"}.fi-ts-time-fast:before{content:"ﳖ"}.fi-ts-time-forward-sixty:before{content:"ﳗ"}.fi-ts-time-forward-ten:before{content:"ﳘ"}.fi-ts-time-forward:before{content:"ﳙ"}.fi-ts-time-half-past:before{content:"ﳚ"}.fi-ts-time-oclock:before{content:"ﳛ"}.fi-ts-time-quarter-past:before{content:"ﳜ"}.fi-ts-time-quarter-to:before{content:"ﳝ"}.fi-ts-time-twenty-four:before{content:"ﳞ"}.fi-ts-time-watch-calendar:before{content:"ﳟ"}.fi-ts-times-hexagon:before{content:"ﳠ"}.fi-ts-tint-slash:before{content:"ﳡ"}.fi-ts-tip-coin:before{content:"ﳢ"}.fi-ts-tire-flat:before{content:"ﳣ"}.fi-ts-tire-pressure-warning:before{content:"ﳤ"}.fi-ts-tire-rugged:before{content:"ﳥ"}.fi-ts-tire:before{content:"ﳦ"}.fi-ts-tired:before{content:"ﳧ"}.fi-ts-to-do-alt:before{content:"ﳨ"}.fi-ts-to-do:before{content:"ﳩ"}.fi-ts-together-people:before{content:"ﳪ"}.fi-ts-toggle-off:before{content:"ﳫ"}.fi-ts-toggle-on:before{content:"ﳬ"}.fi-ts-toilet-paper-blank-under:before{content:"ﳭ"}.fi-ts-toilet-paper-blank:before{content:"ﳮ"}.fi-ts-toilet-paper-slash:before{content:"ﳯ"}.fi-ts-toilet-paper-under-slash:before{content:"ﳰ"}.fi-ts-toilet-paper-under:before{content:"ﳱ"}.fi-ts-toilet:before{content:"ﳲ"}.fi-ts-toilets-portable:before{content:"ﳳ"}.fi-ts-token:before{content:"ﳴ"}.fi-ts-tomato:before{content:"ﳵ"}.fi-ts-tombstone-alt:before{content:"ﳶ"}.fi-ts-tombstone:before{content:"ﳷ"}.fi-ts-tool-box:before{content:"ﳸ"}.fi-ts-tools:before{content:"ﳹ"}.fi-ts-tooth:before{content:"ﳺ"}.fi-ts-toothbrush:before{content:"ﳻ"}.fi-ts-torch-inspiration-leader:before{content:"ﳼ"}.fi-ts-torii-gate:before{content:"ﳽ"}.fi-ts-tornado:before{content:"ﳾ"}.fi-ts-total:before{content:"ﳿ"}.fi-ts-tour-guide-people:before{content:"ﴀ"}.fi-ts-tour-virtual:before{content:"ﴁ"}.fi-ts-tower-control:before{content:"ﴂ"}.fi-ts-track:before{content:"ﴃ"}.fi-ts-tractor:before{content:"ﴄ"}.fi-ts-trademark:before{content:"ﴅ"}.fi-ts-traffic-cone:before{content:"ﴆ"}.fi-ts-traffic-light-go:before{content:"ﴇ"}.fi-ts-traffic-light-slow:before{content:"ﴈ"}.fi-ts-traffic-light-stop:before{content:"ﴉ"}.fi-ts-traffic-light:before{content:"ﴊ"}.fi-ts-trailer:before{content:"ﴋ"}.fi-ts-train-journey:before{content:"ﴌ"}.fi-ts-train-station-building:before{content:"ﴍ"}.fi-ts-train-station:before{content:"ﴎ"}.fi-ts-train-subway-tunnel:before{content:"ﴏ"}.fi-ts-train-track:before{content:"ﴐ"}.fi-ts-train-tram:before{content:"ﴑ"}.fi-ts-tram:before{content:"ﴒ"}.fi-ts-transformation-block:before{content:"ﴓ"}.fi-ts-transformation-circle:before{content:"ﴔ"}.fi-ts-transformation-design:before{content:"ﴕ"}.fi-ts-transformation-shapes:before{content:"ﴖ"}.fi-ts-transformer-bolt:before{content:"ﴗ"}.fi-ts-transgender:before{content:"ﴘ"}.fi-ts-transporter-1:before{content:"ﴙ"}.fi-ts-transporter-2:before{content:"ﴚ"}.fi-ts-transporter-3:before{content:"ﴛ"}.fi-ts-transporter-4:before{content:"ﴜ"}.fi-ts-transporter-5:before{content:"ﴝ"}.fi-ts-transporter-6:before{content:"ﴞ"}.fi-ts-transporter-7:before{content:"ﴟ"}.fi-ts-transporter-empty:before{content:"ﴠ"}.fi-ts-transporter:before{content:"ﴡ"}.fi-ts-trash-can-check:before{content:"ﴢ"}.fi-ts-trash-can-clock:before{content:"ﴣ"}.fi-ts-trash-can-list:before{content:"ﴤ"}.fi-ts-trash-can-plus:before{content:"ﴥ"}.fi-ts-trash-can-slash:before{content:"ﴦ"}.fi-ts-trash-check:before{content:"ﴧ"}.fi-ts-trash-clock:before{content:"ﴨ"}.fi-ts-trash-empty:before{content:"ﴩ"}.fi-ts-trash-list:before{content:"ﴪ"}.fi-ts-trash-plus:before{content:"ﴫ"}.fi-ts-trash-restore-alt:before{content:"ﴬ"}.fi-ts-trash-restore:before{content:"ﴭ"}.fi-ts-trash-slash:before{content:"ﴮ"}.fi-ts-trash-undo-alt:before{content:"ﴯ"}.fi-ts-trash-undo:before{content:"ﴰ"}.fi-ts-trash-xmark:before{content:"ﴱ"}.fi-ts-treadmill:before{content:"ﴲ"}.fi-ts-treasure-chest:before{content:"ﴳ"}.fi-ts-treatment:before{content:"ﴴ"}.fi-ts-tree-alt:before{content:"ﴵ"}.fi-ts-tree-christmas:before{content:"ﴶ"}.fi-ts-tree-deciduous:before{content:"ﴷ"}.fi-ts-tree:before{content:"ﴸ"}.fi-ts-trees-alt:before{content:"ﴹ"}.fi-ts-trees:before{content:"ﴺ"}.fi-ts-triangle-music:before{content:"ﴻ"}.fi-ts-triangle-person-digging:before{content:"ﴼ"}.fi-ts-triangle-warning:before{content:"ﴽ"}.fi-ts-triangle:before{content:"﴾"}.fi-ts-tricycle:before{content:"﴿"}.fi-ts-trillium:before{content:"﵀"}.fi-ts-trophy-achievement-skill:before{content:"﵁"}.fi-ts-trophy-star:before{content:"﵂"}.fi-ts-truck-arrow-left:before{content:"﵃"}.fi-ts-truck-arrow-right:before{content:"﵄"}.fi-ts-truck-bolt:before{content:"﵅"}.fi-ts-truck-box:before{content:"﵆"}.fi-ts-truck-check:before{content:"﵇"}.fi-ts-truck-container-empty:before{content:"﵈"}.fi-ts-truck-container:before{content:"﵉"}.fi-ts-truck-couch:before{content:"﵊"}.fi-ts-truck-fire:before{content:"﵋"}.fi-ts-truck-flatbed:before{content:"﵌"}.fi-ts-truck-front:before{content:"﵍"}.fi-ts-truck-ladder:before{content:"﵎"}.fi-ts-truck-loading:before{content:"﵏"}.fi-ts-truck-medical:before{content:"ﵐ"}.fi-ts-truck-monster:before{content:"ﵑ"}.fi-ts-truck-moving:before{content:"ﵒ"}.fi-ts-truck-pickup:before{content:"ﵓ"}.fi-ts-truck-plow:before{content:"ﵔ"}.fi-ts-truck-ramp:before{content:"ﵕ"}.fi-ts-truck-tow:before{content:"ﵖ"}.fi-ts-truck-utensils:before{content:"ﵗ"}.fi-ts-trumpet:before{content:"ﵘ"}.fi-ts-trust-alt:before{content:"ﵙ"}.fi-ts-trust:before{content:"ﵚ"}.fi-ts-tshirt:before{content:"ﵛ"}.fi-ts-tty-answer:before{content:"ﵜ"}.fi-ts-tty:before{content:"ﵝ"}.fi-ts-tubes:before{content:"ﵞ"}.fi-ts-tuesday:before{content:"ﵟ"}.fi-ts-tugrik-sign:before{content:"ﵠ"}.fi-ts-turkey:before{content:"ﵡ"}.fi-ts-turn-left-down:before{content:"ﵢ"}.fi-ts-turn-left:before{content:"ﵣ"}.fi-ts-turn-right:before{content:"ﵤ"}.fi-ts-turntable:before{content:"ﵥ"}.fi-ts-turtle:before{content:"ﵦ"}.fi-ts-tv-music:before{content:"ﵧ"}.fi-ts-tv-retro:before{content:"ﵨ"}.fi-ts-typewriter:before{content:"ﵩ"}.fi-ts-u:before{content:"ﵪ"}.fi-ts-ufo-beam:before{content:"ﵫ"}.fi-ts-ufo:before{content:"ﵬ"}.fi-ts-ui-ux:before{content:"ﵭ"}.fi-ts-umbrella-beach:before{content:"ﵮ"}.fi-ts-umbrella:before{content:"ﵯ"}.fi-ts-under-construction:before{content:"ﵰ"}.fi-ts-undo-alt:before{content:"ﵱ"}.fi-ts-undo:before{content:"ﵲ"}.fi-ts-unicorn:before{content:"ﵳ"}.fi-ts-uniform-martial-arts:before{content:"ﵴ"}.fi-ts-universal-access:before{content:"ﵵ"}.fi-ts-up-from-bracket:before{content:"ﵶ"}.fi-ts-up-left:before{content:"ﵷ"}.fi-ts-up-right-from-square:before{content:"ﵸ"}.fi-ts-up-right:before{content:"ﵹ"}.fi-ts-up:before{content:"ﵺ"}.fi-ts-url:before{content:"ﵻ"}.fi-ts-usb-pendrive:before{content:"ﵼ"}.fi-ts-usd-circle:before{content:"ﵽ"}.fi-ts-usd-square:before{content:"ﵾ"}.fi-ts-user-alien:before{content:"ﵿ"}.fi-ts-user-astronaut:before{content:"ﶀ"}.fi-ts-user-check:before{content:"ﶁ"}.fi-ts-user-chef:before{content:"ﶂ"}.fi-ts-user-coach:before{content:"ﶃ"}.fi-ts-user-cowboy:before{content:"ﶄ"}.fi-ts-user-crown:before{content:"ﶅ"}.fi-ts-user-gear:before{content:"ﶆ"}.fi-ts-user-graduate:before{content:"ﶇ"}.fi-ts-user-headset:before{content:"ﶈ"}.fi-ts-user-helmet-safety:before{content:"ﶉ"}.fi-ts-user-injured:before{content:"ﶊ"}.fi-ts-user-interface-ui:before{content:"ﶋ"}.fi-ts-user-key:before{content:"ﶌ"}.fi-ts-user-lock:before{content:"ﶍ"}.fi-ts-user-md-chat:before{content:"ﶎ"}.fi-ts-user-md:before{content:"ﶏ"}.fi-ts-user-minus:before{content:"﶐"}.fi-ts-user-music:before{content:"﶑"}.fi-ts-user-ninja:before{content:"ﶒ"}.fi-ts-user-nurse:before{content:"ﶓ"}.fi-ts-user-pen:before{content:"ﶔ"}.fi-ts-user-pilot-tie:before{content:"ﶕ"}.fi-ts-user-pilot:before{content:"ﶖ"}.fi-ts-user-police:before{content:"ﶗ"}.fi-ts-user-robot-xmarks:before{content:"ﶘ"}.fi-ts-user-robot:before{content:"ﶙ"}.fi-ts-user-salary:before{content:"ﶚ"}.fi-ts-user-shield:before{content:"ﶛ"}.fi-ts-user-skill-gear:before{content:"ﶜ"}.fi-ts-user-slash:before{content:"ﶝ"}.fi-ts-user-tag:before{content:"ﶞ"}.fi-ts-user-time:before{content:"ﶟ"}.fi-ts-user-trust:before{content:"ﶠ"}.fi-ts-user-unlock:before{content:"ﶡ"}.fi-ts-user-visor:before{content:"ﶢ"}.fi-ts-user-xmark:before{content:"ﶣ"}.fi-ts-users-alt:before{content:"ﶤ"}.fi-ts-users-class:before{content:"ﶥ"}.fi-ts-users-gear:before{content:"ﶦ"}.fi-ts-users-medical:before{content:"ﶧ"}.fi-ts-users-slash:before{content:"ﶨ"}.fi-ts-users:before{content:"ﶩ"}.fi-ts-utensils-slash:before{content:"ﶪ"}.fi-ts-utensils:before{content:"ﶫ"}.fi-ts-utility-pole-double:before{content:"ﶬ"}.fi-ts-utility-pole:before{content:"ﶭ"}.fi-ts-ux-browser:before{content:"ﶮ"}.fi-ts-ux:before{content:"ﶯ"}.fi-ts-v:before{content:"ﶰ"}.fi-ts-vacuum-robot:before{content:"ﶱ"}.fi-ts-vacuum:before{content:"ﶲ"}.fi-ts-value-absolute:before{content:"ﶳ"}.fi-ts-vault:before{content:"ﶴ"}.fi-ts-vector-circle:before{content:"ﶵ"}.fi-ts-vector-polygon:before{content:"ﶶ"}.fi-ts-venus-double:before{content:"ﶷ"}.fi-ts-venus-mars:before{content:"ﶸ"}.fi-ts-venus:before{content:"ﶹ"}.fi-ts-vest-patches:before{content:"ﶺ"}.fi-ts-vest:before{content:"ﶻ"}.fi-ts-video-arrow-down-left:before{content:"ﶼ"}.fi-ts-video-arrow-up-right:before{content:"ﶽ"}.fi-ts-video-camera-alt:before{content:"ﶾ"}.fi-ts-video-camera:before{content:"ﶿ"}.fi-ts-video-duration:before{content:"ﷀ"}.fi-ts-video-plus:before{content:"ﷁ"}.fi-ts-video-slash:before{content:"ﷂ"}.fi-ts-videoconference:before{content:"ﷃ"}.fi-ts-vihara:before{content:"ﷄ"}.fi-ts-violin:before{content:"ﷅ"}.fi-ts-virus-slash:before{content:"ﷆ"}.fi-ts-virus:before{content:"ﷇ"}.fi-ts-viruses:before{content:"﷈"}.fi-ts-visit:before{content:"﷉"}.fi-ts-voicemail:before{content:"﷊"}.fi-ts-volcano:before{content:"﷋"}.fi-ts-volume-down:before{content:"﷌"}.fi-ts-volume-mute:before{content:"﷍"}.fi-ts-volume-off:before{content:"﷎"}.fi-ts-volume-slash:before{content:"﷏"}.fi-ts-vote-nay:before{content:"﷐"}.fi-ts-vote-yea:before{content:"﷑"}.fi-ts-vr-cardboard:before{content:"﷒"}.fi-ts-w:before{content:"﷓"}.fi-ts-waffle:before{content:"﷔"}.fi-ts-wagon-covered:before{content:"﷕"}.fi-ts-walker:before{content:"﷖"}.fi-ts-walkie-talkie:before{content:"﷗"}.fi-ts-walking:before{content:"﷘"}.fi-ts-wallet-arrow:before{content:"﷙"}.fi-ts-wallet-buyer:before{content:"﷚"}.fi-ts-wallet:before{content:"﷛"}.fi-ts-warehouse-alt:before{content:"﷜"}.fi-ts-warranty:before{content:"﷝"}.fi-ts-washer:before{content:"﷞"}.fi-ts-waste-pollution:before{content:"﷟"}.fi-ts-waste:before{content:"﷠"}.fi-ts-watch-calculator:before{content:"﷡"}.fi-ts-watch-fitness:before{content:"﷢"}.fi-ts-watch-smart:before{content:"﷣"}.fi-ts-watch:before{content:"﷤"}.fi-ts-water-bottle:before{content:"﷥"}.fi-ts-water-ladder:before{content:"﷦"}.fi-ts-water-lower:before{content:"﷧"}.fi-ts-water-rise:before{content:"﷨"}.fi-ts-water:before{content:"﷩"}.fi-ts-watermelon:before{content:"﷪"}.fi-ts-wave-sine:before{content:"﷫"}.fi-ts-wave-square:before{content:"﷬"}.fi-ts-wave-triangle:before{content:"﷭"}.fi-ts-wave:before{content:"﷮"}.fi-ts-waveform-path:before{content:"﷯"}.fi-ts-waveform:before{content:"ﷰ"}.fi-ts-web-design:before{content:"ﷱ"}.fi-ts-web:before{content:"ﷲ"}.fi-ts-webcam-slash:before{content:"ﷳ"}.fi-ts-webcam:before{content:"ﷴ"}.fi-ts-webhook:before{content:"ﷵ"}.fi-ts-wednesday:before{content:"ﷶ"}.fi-ts-whale:before{content:"ﷷ"}.fi-ts-wheat-awn-circle-exclamation:before{content:"ﷸ"}.fi-ts-wheat-awn-slash:before{content:"ﷹ"}.fi-ts-wheat-awn:before{content:"ﷺ"}.fi-ts-wheat-slash:before{content:"ﷻ"}.fi-ts-wheat:before{content:"﷼"}.fi-ts-wheelchair-move:before{content:"﷽"}.fi-ts-wheelchair-sleeping:before{content:"﷾"}.fi-ts-wheelchair:before{content:"﷿"}.fi-ts-whistle:before{content:"︐"}.fi-ts-white-space:before{content:"︑"}.fi-ts-wifi-1:before{content:"︒"}.fi-ts-wifi-2:before{content:"︓"}.fi-ts-wifi-alt:before{content:"︔"}.fi-ts-wifi-exclamation:before{content:"︕"}.fi-ts-wifi-slash:before{content:"︖"}.fi-ts-wifi:before{content:"︗"}.fi-ts-wind-turbine:before{content:"︘"}.fi-ts-wind-warning:before{content:"︙"}.fi-ts-wind:before{content:"︚"}.fi-ts-window-alt:before{content:"︛"}.fi-ts-window-frame-open:before{content:"︜"}.fi-ts-window-frame:before{content:"︝"}.fi-ts-window-maximize:before{content:"︞"}.fi-ts-window-minimize:before{content:"︟"}.fi-ts-window-restore:before{content:"︰"}.fi-ts-windsock:before{content:"︱"}.fi-ts-wine-bottle:before{content:"︲"}.fi-ts-wine-glass-crack:before{content:"︳"}.fi-ts-wine-glass-empty:before{content:"︴"}.fi-ts-wishlist-heart:before{content:"︵"}.fi-ts-wishlist-star:before{content:"︶"}.fi-ts-woman-head:before{content:"︷"}.fi-ts-woman-scientist:before{content:"︸"}.fi-ts-won-sign:before{content:"︹"}.fi-ts-work-in-progress:before{content:"︺"}.fi-ts-workflow-alt:before{content:"︻"}.fi-ts-workflow-setting-alt:before{content:"︼"}.fi-ts-workflow-setting:before{content:"︽"}.fi-ts-workflow:before{content:"︾"}.fi-ts-workshop:before{content:"︿"}.fi-ts-world:before{content:"﹀"}.fi-ts-worm:before{content:"﹁"}.fi-ts-wreath:before{content:"﹂"}.fi-ts-wrench-alt:before{content:"﹃"}.fi-ts-wrench-simple:before{content:"﹄"}.fi-ts-x-ray:before{content:"﹅"}.fi-ts-x:before{content:"﹆"}.fi-ts-y:before{content:"﹇"}.fi-ts-yen:before{content:"﹈"}.fi-ts-yin-yang:before{content:"﹉"}.fi-ts-z:before{content:"﹊"}.fi-ts-zip-file:before{content:"﹋"}@font-face{font-family:uicons-brands;src:url(/assets/uicons-brands-XJPKRNBN-56ed19e7.woff2) format("woff2"),url(/assets/uicons-brands-PQBQF6T3-d6d21bd5.woff) format("woff"),url(/assets/uicons-brands-ZJWE2ELA-05da0335.eot#iefix) format("embedded-opentype");font-display:swap}i[class^=fi-brands-]:before,i[class*=" fi-brands-"]:before,span[class^=fi-brands-]:before,span[class*=fi-brands-]:before{font-family:uicons-brands!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.variable-selector-00:before{content:"︀"}.variable-selector-01:before{content:"︁"}.variable-selector-02:before{content:"︂"}.variable-selector-03:before{content:"︃"}.variable-selector-04:before{content:"︄"}.variable-selector-05:before{content:"︅"}.variable-selector-06:before{content:"︆"}.variable-selector-07:before{content:"︇"}.variable-selector-08:before{content:"︈"}.variable-selector-09:before{content:"︉"}.variable-selector-0a:before{content:"︊"}.variable-selector-0b:before{content:"︋"}.variable-selector-0c:before{content:"︌"}.variable-selector-0d:before{content:"︍"}.variable-selector-0e:before{content:"︎"}.variable-selector-0f:before{content:"️"}.combining-half-marks-00:before{content:"︠"}.combining-half-marks-01:before{content:"︡"}.combining-half-marks-02:before{content:"︢"}.combining-half-marks-03:before{content:"︣"}.combining-half-marks-04:before{content:"︤"}.combining-half-marks-05:before{content:"︥"}.combining-half-marks-06:before{content:"︦"}.combining-half-marks-07:before{content:"︧"}.combining-half-marks-08:before{content:"︨"}.combining-half-marks-09:before{content:"︩"}.combining-half-marks-0a:before{content:"︪"}.combining-half-marks-0b:before{content:"︫"}.combining-half-marks-0c:before{content:"︬"}.combining-half-marks-0d:before{content:"︭"}.combining-half-marks-0e:before{content:"︮"}.combining-half-marks-0f:before{content:"︯"}.zero-width-no-break-space-0f:before{content:"\feff"}.fi-brands-3m:before{content:""}.fi-brands-500px:before{content:""}.fi-brands-abbot-laboratories:before{content:""}.fi-brands-accusoft:before{content:""}.fi-brands-acrobat:before{content:""}.fi-brands-adobe:before{content:""}.fi-brands-aecom:before{content:""}.fi-brands-aero:before{content:""}.fi-brands-after-effects:before{content:""}.fi-brands-airbnb:before{content:""}.fi-brands-algolia:before{content:""}.fi-brands-amd:before{content:""}.fi-brands-american-express:before{content:""}.fi-brands-android:before{content:""}.fi-brands-animate:before{content:""}.fi-brands-app-store-ios:before{content:""}.fi-brands-apple-pay:before{content:""}.fi-brands-apple:before{content:""}.fi-brands-artstation:before{content:""}.fi-brands-astrazeneca:before{content:""}.fi-brands-asus:before{content:""}.fi-brands-atandt:before{content:""}.fi-brands-atlassian:before{content:""}.fi-brands-atom:before{content:""}.fi-brands-audition:before{content:""}.fi-brands-behance:before{content:""}.fi-brands-bitcoin:before{content:""}.fi-brands-blackberry:before{content:""}.fi-brands-blogger:before{content:""}.fi-brands-bluetooth:before{content:""}.fi-brands-bootstrap:before{content:""}.fi-brands-bridgestone:before{content:""}.fi-brands-burger-king:before{content:""}.fi-brands-c:before{content:""}.fi-brands-capture:before{content:""}.fi-brands-cc-amazon-pay:before{content:""}.fi-brands-cc-apple-pay:before{content:""}.fi-brands-cc-diners-club:before{content:""}.fi-brands-cc-visa:before{content:""}.fi-brands-centos:before{content:""}.fi-brands-character:before{content:""}.fi-brands-chromecast:before{content:""}.fi-brands-cloudflare:before{content:""}.fi-brands-confluence:before{content:""}.fi-brands-creative-commons-by:before{content:""}.fi-brands-creative-commons-nc-eu:before{content:""}.fi-brands-creative-commons-nc-jp:before{content:""}.fi-brands-creative-commons-nc:before{content:""}.fi-brands-creative-commons-nd:before{content:""}.fi-brands-creative-commons-pd-alt:before{content:""}.fi-brands-creative-commons-pd:before{content:""}.fi-brands-creative-commons-remix:before{content:""}.fi-brands-creative-commons-sa:before{content:""}.fi-brands-creative-commons-sampling-plus:before{content:""}.fi-brands-creative-commons-sampling:before{content:""}.fi-brands-creative-commons-share:before{content:""}.fi-brands-creative-commons-zero:before{content:""}.fi-brands-creative-commons:before{content:""}.fi-brands-css3-alt:before{content:""}.fi-brands-css3:before{content:""}.fi-brands-dailymotion:before{content:""}.fi-brands-deezer:before{content:""}.fi-brands-delphi:before{content:""}.fi-brands-dev:before{content:""}.fi-brands-devianart:before{content:""}.fi-brands-digg:before{content:""}.fi-brands-dimension:before{content:""}.fi-brands-discord:before{content:""}.fi-brands-docker:before{content:""}.fi-brands-dribbble:before{content:""}.fi-brands-dropbox:before{content:""}.fi-brands-drupal:before{content:""}.fi-brands-ebay:before{content:""}.fi-brands-elementor:before{content:""}.fi-brands-ethereum:before{content:""}.fi-brands-etsy:before{content:""}.fi-brands-evernote:before{content:""}.fi-brands-facebook-messenger:before{content:""}.fi-brands-facebook:before{content:""}.fi-brands-fedex:before{content:""}.fi-brands-figma:before{content:""}.fi-brands-firefox-browser:before{content:""}.fi-brands-firefox:before{content:""}.fi-brands-flaticon-1:before{content:""}.fi-brands-flaticon:before{content:""}.fi-brands-flickr:before{content:""}.fi-brands-flipboard:before{content:""}.fi-brands-fonts:before{content:""}.fi-brands-foursquare:before{content:""}.fi-brands-freepik-1:before{content:""}.fi-brands-freepik:before{content:""}.fi-brands-fresco:before{content:""}.fi-brands-github:before{content:""}.fi-brands-gitlab:before{content:""}.fi-brands-goodreads:before{content:""}.fi-brands-google:before{content:""}.fi-brands-haskell:before{content:""}.fi-brands-hbo:before{content:""}.fi-brands-hotjar:before{content:""}.fi-brands-html5:before{content:""}.fi-brands-huawei:before{content:""}.fi-brands-hubspot:before{content:""}.fi-brands-ibm:before{content:""}.fi-brands-iconfinder:before{content:""}.fi-brands-illustrator-draw:before{content:""}.fi-brands-illustrator:before{content:""}.fi-brands-imdb:before{content:""}.fi-brands-incopy:before{content:""}.fi-brands-indesign:before{content:""}.fi-brands-instagram:before{content:""}.fi-brands-intel:before{content:""}.fi-brands-invision:before{content:""}.fi-brands-itunes:before{content:""}.fi-brands-janseen:before{content:""}.fi-brands-java:before{content:""}.fi-brands-jcb:before{content:""}.fi-brands-jira:before{content:""}.fi-brands-johnson-and-johnson:before{content:""}.fi-brands-joomla:before{content:""}.fi-brands-js:before{content:""}.fi-brands-kickstarter:before{content:""}.fi-brands-line:before{content:""}.fi-brands-linkedin:before{content:""}.fi-brands-lisp:before{content:""}.fi-brands-mailchimp:before{content:""}.fi-brands-marriott-international:before{content:""}.fi-brands-mcdonalds:before{content:""}.fi-brands-media-encoder:before{content:""}.fi-brands-medium:before{content:""}.fi-brands-meta:before{content:""}.fi-brands-microsoft-edge:before{content:""}.fi-brands-microsoft-explorer:before{content:""}.fi-brands-microsoft:before{content:""}.fi-brands-mysql:before{content:""}.fi-brands-napster:before{content:""}.fi-brands-nestle:before{content:""}.fi-brands-netflix:before{content:""}.fi-brands-node-js:before{content:""}.fi-brands-nvidia:before{content:""}.fi-brands-oracle:before{content:""}.fi-brands-patreon:before{content:""}.fi-brands-paypal:before{content:""}.fi-brands-pfizer:before{content:""}.fi-brands-photoshop-camera:before{content:""}.fi-brands-photoshop-express:before{content:""}.fi-brands-photoshop-lightroom-classic:before{content:""}.fi-brands-photoshop-lightroom:before{content:""}.fi-brands-photoshop:before{content:""}.fi-brands-php:before{content:""}.fi-brands-pinterest:before{content:""}.fi-brands-postgre:before{content:""}.fi-brands-premiere-rush:before{content:""}.fi-brands-premiere:before{content:""}.fi-brands-product-hunt:before{content:""}.fi-brands-python:before{content:""}.fi-brands-raspberry-pi:before{content:""}.fi-brands-reddit:before{content:""}.fi-brands-samsung:before{content:""}.fi-brands-sap:before{content:""}.fi-brands-sass:before{content:""}.fi-brands-shopify:before{content:""}.fi-brands-siemens:before{content:""}.fi-brands-sketch:before{content:""}.fi-brands-skype:before{content:""}.fi-brands-slack:before{content:""}.fi-brands-slidesgo:before{content:""}.fi-brands-snapchat:before{content:""}.fi-brands-sony:before{content:""}.fi-brands-soundcloud:before{content:""}.fi-brands-spark:before{content:""}.fi-brands-spotify:before{content:""}.fi-brands-starbucks:before{content:""}.fi-brands-stock:before{content:""}.fi-brands-storyset:before{content:""}.fi-brands-stripe:before{content:""}.fi-brands-substance-3d-designer:before{content:""}.fi-brands-substance-3d-painter:before{content:""}.fi-brands-substance-3d-sampler:before{content:""}.fi-brands-substance-3d-stager:before{content:""}.fi-brands-swift:before{content:""}.fi-brands-t-mobile:before{content:""}.fi-brands-telegram:before{content:""}.fi-brands-tencent:before{content:""}.fi-brands-the-home-depot:before{content:""}.fi-brands-tik-tok:before{content:""}.fi-brands-trello:before{content:""}.fi-brands-tripadvisor:before{content:""}.fi-brands-tumblr:before{content:""}.fi-brands-twitch:before{content:""}.fi-brands-twitter-alt-circle:before{content:""}.fi-brands-twitter-alt-square:before{content:""}.fi-brands-twitter-alt:before{content:""}.fi-brands-twitter:before{content:""}.fi-brands-typescript:before{content:""}.fi-brands-uber:before{content:""}.fi-brands-ubuntu:before{content:""}.fi-brands-unilever:before{content:""}.fi-brands-unity:before{content:""}.fi-brands-unsplash:before{content:""}.fi-brands-ups:before{content:""}.fi-brands-usaa:before{content:""}.fi-brands-verizon:before{content:""}.fi-brands-videvo:before{content:""}.fi-brands-vimeo:before{content:""}.fi-brands-visa:before{content:""}.fi-brands-visual-basic:before{content:""}.fi-brands-vk:before{content:""}.fi-brands-walmart:before{content:""}.fi-brands-wepik:before{content:""}.fi-brands-whatsapp:before{content:""}.fi-brands-wikipedia:before{content:""}.fi-brands-windows:before{content:""}.fi-brands-wix:before{content:""}.fi-brands-wordpress:before{content:""}.fi-brands-xd:before{content:""}.fi-brands-xing:before{content:""}.fi-brands-yahoo:before{content:""}.fi-brands-yandex:before{content:""}.fi-brands-yelp:before{content:""}.fi-brands-youtube:before{content:""}.fi-brands-zoom:before{content:""}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
